/* Font Smoothing */
/**
 * Display 
*/
/* CMS Button */
.hoverdir-swing.in-top .overlay, .hoverdir-swing.in-top .overlay-in {
  animation-name: swing-in-top;
}
.hoverdir-swing.in-top .overlay-out {
  animation-name: swing-out-bottom;
}
.hoverdir-swing.in-bottom .overlay, .hoverdir-swing.in-bottom .overlay-in {
  animation-name: swing-in-bottom;
}
.hoverdir-swing.in-bottom .overlay-out {
  animation-name: swing-out-top;
}
.hoverdir-swing.in-left .overlay, .hoverdir-swing.in-left .overlay-in {
  animation-name: swing-in-left;
}
.hoverdir-swing.in-left .overlay-out {
  animation-name: swing-out-right;
}
.hoverdir-swing.in-right .overlay, .hoverdir-swing.in-right .overlay-in {
  animation-name: swing-in-right;
}
.hoverdir-swing.in-right .overlay-out {
  animation-name: swing-out-left;
}
.hoverdir-swing.out-top .overlay, .hoverdir-swing.out-top .overlay-in {
  animation-name: swing-out-top;
}
.hoverdir-swing.out-top .overlay-out {
  animation-name: swing-in-bottom;
}
.hoverdir-swing.out-bottom .overlay, .hoverdir-swing.out-bottom .overlay-in {
  animation-name: swing-out-bottom;
}
.hoverdir-swing.out-bottom .overlay-out {
  animation-name: swing-in-top;
}
.hoverdir-swing.out-left .overlay, .hoverdir-swing.out-left .overlay-in {
  animation-name: swing-out-left;
}
.hoverdir-swing.out-left .overlay-out {
  animation-name: swing-in-right;
}
.hoverdir-swing.out-right .overlay, .hoverdir-swing.out-right .overlay-in {
  animation-name: swing-out-right;
}
.hoverdir-swing.out-right .overlay-out {
  animation-name: swing-in-left;
}
.hoverdir-swing[class*="in-"], .hoverdir-swing[class*="out-"] {
  perspective: 400px;
}
.hoverdir-swing[class*="in-"] .overlay, .hoverdir-swing[class*="out-"] .overlay, .hoverdir-swing[class*="in-"] .overlay-in, .hoverdir-swing[class*="out-"] .overlay-in, .hoverdir-swing[class*="in-"] .overlay-out, .hoverdir-swing[class*="out-"] .overlay-out {
  transform: rotate3d(0, 0, 0, 0);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hoverdir-swing.in-top, .hoverdir-swing.out-top {
  perspective-origin: center top;
}
.hoverdir-swing.in-top .overlay, .hoverdir-swing.out-top .overlay, .hoverdir-swing.in-top .overlay-in, .hoverdir-swing.out-top .overlay-in, .hoverdir-swing.in-top .overlay-out, .hoverdir-swing.out-top .overlay-out {
  transform-origin: center top;
}
.hoverdir-swing.in-bottom, .hoverdir-swing.out-bottom {
  perspective-origin: center bottom;
}
.hoverdir-swing.in-bottom .overlay, .hoverdir-swing.out-bottom .overlay, .hoverdir-swing.in-bottom .overlay-in, .hoverdir-swing.out-bottom .overlay-in, .hoverdir-swing.in-bottom .overlay-out, .hoverdir-swing.out-bottom .overlay-out {
  transform-origin: center bottom;
}
.hoverdir-swing.in-left, .hoverdir-swing.out-left {
  perspective-origin: left center;
}
.hoverdir-swing.in-left .overlay, .hoverdir-swing.out-left .overlay, .hoverdir-swing.in-left .overlay-in, .hoverdir-swing.out-left .overlay-in, .hoverdir-swing.in-left .overlay-out, .hoverdir-swing.out-left .overlay-out {
  transform-origin: left center;
}
.hoverdir-swing.in-right, .hoverdir-swing.out-right {
  perspective-origin: right center;
}
.hoverdir-swing.in-right .overlay, .hoverdir-swing.out-right .overlay, .hoverdir-swing.in-right .overlay-in, .hoverdir-swing.out-right .overlay-in, .hoverdir-swing.in-right .overlay-out, .hoverdir-swing.out-right .overlay-out {
  transform-origin: right center;
}
@keyframes swing-in-top {
  0% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}
@keyframes swing-out-top {
  100% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}
@keyframes swing-in-bottom {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}
@keyframes swing-out-bottom {
  100% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}
@keyframes swing-in-left {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}
@keyframes swing-out-left {
  100% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}
@keyframes swing-in-right {
  0% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}
@keyframes swing-out-right {
  100% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}
.hoverdir-slide.in-top .overlay, .hoverdir-slide.in-top .overlay-in {
  animation-name: slide-in-top;
}
.hoverdir-slide.in-top .overlay-out {
  animation-name: slide-out-bottom;
}
.hoverdir-slide.in-bottom .overlay, .hoverdir-slide.in-bottom .overlay-in {
  animation-name: slide-in-bottom;
}
.hoverdir-slide.in-bottom .overlay-out {
  animation-name: slide-out-top;
}
.hoverdir-slide.in-left .overlay, .hoverdir-slide.in-left .overlay-in {
  animation-name: slide-in-left;
}
.hoverdir-slide.in-left .overlay-out {
  animation-name: slide-out-right;
}
.hoverdir-slide.in-right .overlay, .hoverdir-slide.in-right .overlay-in {
  animation-name: slide-in-right;
}
.hoverdir-slide.in-right .overlay-out {
  animation-name: slide-out-left;
}
.hoverdir-slide.out-top .overlay, .hoverdir-slide.out-top .overlay-in {
  animation-name: slide-out-top;
}
.hoverdir-slide.out-top .overlay-out {
  animation-name: slide-in-bottom;
}
.hoverdir-slide.out-bottom .overlay, .hoverdir-slide.out-bottom .overlay-in {
  animation-name: slide-out-bottom;
}
.hoverdir-slide.out-bottom .overlay-out {
  animation-name: slide-in-top;
}
.hoverdir-slide.out-left .overlay, .hoverdir-slide.out-left .overlay-in {
  animation-name: slide-out-left;
}
.hoverdir-slide.out-left .overlay-out {
  animation-name: slide-in-right;
}
.hoverdir-slide.out-right .overlay, .hoverdir-slide.out-right .overlay-in {
  animation-name: slide-out-right;
}
.hoverdir-slide.out-right .overlay-out {
  animation-name: slide-in-left;
}
.hoverdir-slide[class*="in-"] .overlay, .hoverdir-slide[class*="out-"] .overlay, .hoverdir-slide[class*="in-"] .overlay-in, .hoverdir-slide[class*="out-"] .overlay-in, .hoverdir-slide[class*="in-"] .overlay-out, .hoverdir-slide[class*="out-"] .overlay-out {
  transform: translate3d(0, 0, 0);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@keyframes slide-in-top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide-out-top {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide-out-bottom {
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide-out-left {
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slide-out-right {
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.hoverdir-slide-push.in-top .overlay, .hoverdir-slide-push.in-top .overlay-in {
  animation-name: slide-push-in-top;
}
.hoverdir-slide-push.in-top .overlay-out {
  animation-name: slide-push-out-bottom;
}
.hoverdir-slide-push.in-bottom .overlay, .hoverdir-slide-push.in-bottom .overlay-in {
  animation-name: slide-push-in-bottom;
}
.hoverdir-slide-push.in-bottom .overlay-out {
  animation-name: slide-push-out-top;
}
.hoverdir-slide-push.in-left .overlay, .hoverdir-slide-push.in-left .overlay-in {
  animation-name: slide-push-in-left;
}
.hoverdir-slide-push.in-left .overlay-out {
  animation-name: slide-push-out-right;
}
.hoverdir-slide-push.in-right .overlay, .hoverdir-slide-push.in-right .overlay-in {
  animation-name: slide-push-in-right;
}
.hoverdir-slide-push.in-right .overlay-out {
  animation-name: slide-push-out-left;
}
.hoverdir-slide-push.out-top .overlay, .hoverdir-slide-push.out-top .overlay-in {
  animation-name: slide-push-out-top;
}
.hoverdir-slide-push.out-top .overlay-out {
  animation-name: slide-push-in-bottom;
}
.hoverdir-slide-push.out-bottom .overlay, .hoverdir-slide-push.out-bottom .overlay-in {
  animation-name: slide-push-out-bottom;
}
.hoverdir-slide-push.out-bottom .overlay-out {
  animation-name: slide-push-in-top;
}
.hoverdir-slide-push.out-left .overlay, .hoverdir-slide-push.out-left .overlay-in {
  animation-name: slide-push-out-left;
}
.hoverdir-slide-push.out-left .overlay-out {
  animation-name: slide-push-in-right;
}
.hoverdir-slide-push.out-right .overlay, .hoverdir-slide-push.out-right .overlay-in {
  animation-name: slide-push-out-right;
}
.hoverdir-slide-push.out-right .overlay-out {
  animation-name: slide-push-in-left;
}
.hoverdir-slide-push[class*="in-"] .overlay, .hoverdir-slide-push[class*="out-"] .overlay, .hoverdir-slide-push[class*="in-"] .overlay-in, .hoverdir-slide-push[class*="out-"] .overlay-in, .hoverdir-slide-push[class*="in-"] .overlay-out, .hoverdir-slide-push[class*="out-"] .overlay-out {
  transform: translate3d(0, 0, 0);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@keyframes slide-push-in-top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide-push-out-top {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide-push-in-bottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide-push-out-bottom {
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide-push-in-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide-push-out-left {
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide-push-in-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slide-push-out-right {
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.hoverdir-rotate.in-top .overlay, .hoverdir-rotate.in-top .overlay-in {
  animation-name: rotate-in-top;
}
.hoverdir-rotate.in-top .overlay-out {
  animation-name: rotate-out-bottom;
}
.hoverdir-rotate.in-bottom .overlay, .hoverdir-rotate.in-bottom .overlay-in {
  animation-name: rotate-in-bottom;
}
.hoverdir-rotate.in-bottom .overlay-out {
  animation-name: rotate-out-top;
}
.hoverdir-rotate.in-left .overlay, .hoverdir-rotate.in-left .overlay-in {
  animation-name: rotate-in-left;
}
.hoverdir-rotate.in-left .overlay-out {
  animation-name: rotate-out-right;
}
.hoverdir-rotate.in-right .overlay, .hoverdir-rotate.in-right .overlay-in {
  animation-name: rotate-in-right;
}
.hoverdir-rotate.in-right .overlay-out {
  animation-name: rotate-out-left;
}
.hoverdir-rotate.out-top .overlay, .hoverdir-rotate.out-top .overlay-in {
  animation-name: rotate-out-top;
}
.hoverdir-rotate.out-top .overlay-out {
  animation-name: rotate-in-bottom;
}
.hoverdir-rotate.out-bottom .overlay, .hoverdir-rotate.out-bottom .overlay-in {
  animation-name: rotate-out-bottom;
}
.hoverdir-rotate.out-bottom .overlay-out {
  animation-name: rotate-in-top;
}
.hoverdir-rotate.out-left .overlay, .hoverdir-rotate.out-left .overlay-in {
  animation-name: rotate-out-left;
}
.hoverdir-rotate.out-left .overlay-out {
  animation-name: rotate-in-right;
}
.hoverdir-rotate.out-right .overlay, .hoverdir-rotate.out-right .overlay-in {
  animation-name: rotate-out-right;
}
.hoverdir-rotate.out-right .overlay-out {
  animation-name: rotate-in-left;
}
.hoverdir-rotate[class*="in-"] .overlay, .hoverdir-rotate[class*="out-"] .overlay, .hoverdir-rotate[class*="in-"] .overlay-in, .hoverdir-rotate[class*="out-"] .overlay-in, .hoverdir-rotate[class*="in-"] .overlay-out, .hoverdir-rotate[class*="out-"] .overlay-out {
  transform: rotate(0);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hoverdir-rotate.in-top .overlay, .hoverdir-rotate.out-top .overlay, .hoverdir-rotate.in-top .overlay-in, .hoverdir-rotate.out-top .overlay-in, .hoverdir-rotate.in-top .overlay-out, .hoverdir-rotate.out-top .overlay-out {
  transform-origin: left top;
}
.hoverdir-rotate.in-bottom .overlay, .hoverdir-rotate.out-bottom .overlay, .hoverdir-rotate.in-bottom .overlay-in, .hoverdir-rotate.out-bottom .overlay-in, .hoverdir-rotate.in-bottom .overlay-out, .hoverdir-rotate.out-bottom .overlay-out {
  transform-origin: left bottom;
}
.hoverdir-rotate.in-left .overlay, .hoverdir-rotate.out-left .overlay, .hoverdir-rotate.in-left .overlay-in, .hoverdir-rotate.out-left .overlay-in, .hoverdir-rotate.in-left .overlay-out, .hoverdir-rotate.out-left .overlay-out {
  transform-origin: left top;
}
.hoverdir-rotate.in-right .overlay, .hoverdir-rotate.out-right .overlay, .hoverdir-rotate.in-right .overlay-in, .hoverdir-rotate.out-right .overlay-in, .hoverdir-rotate.in-right .overlay-out, .hoverdir-rotate.out-right .overlay-out {
  transform-origin: right top;
}
@keyframes rotate-in-top {
  0% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate-out-top {
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate-in-bottom {
  0% {
    transform: rotate(90deg);
  }
}
@keyframes rotate-out-bottom {
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate-in-left {
  0% {
    transform: rotate(90deg);
  }
}
@keyframes rotate-out-left {
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate-in-right {
  0% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate-out-right {
  100% {
    transform: rotate(-90deg);
  }
}
.hoverdir-flip.in-top .overlay, .hoverdir-flip.in-top .overlay-in {
  animation-name: flip-in-top;
}
.hoverdir-flip.in-top .overlay-out {
  animation-name: flip-out-bottom;
}
.hoverdir-flip.in-bottom .overlay, .hoverdir-flip.in-bottom .overlay-in {
  animation-name: flip-in-bottom;
}
.hoverdir-flip.in-bottom .overlay-out {
  animation-name: flip-out-top;
}
.hoverdir-flip.in-left .overlay, .hoverdir-flip.in-left .overlay-in {
  animation-name: flip-in-left;
}
.hoverdir-flip.in-left .overlay-out {
  animation-name: flip-out-right;
}
.hoverdir-flip.in-right .overlay, .hoverdir-flip.in-right .overlay-in {
  animation-name: flip-in-right;
}
.hoverdir-flip.in-right .overlay-out {
  animation-name: flip-out-left;
}
.hoverdir-flip.out-top .overlay, .hoverdir-flip.out-top .overlay-in {
  animation-name: flip-out-top;
}
.hoverdir-flip.out-top .overlay-out {
  animation-name: flip-in-bottom;
}
.hoverdir-flip.out-bottom .overlay, .hoverdir-flip.out-bottom .overlay-in {
  animation-name: flip-out-bottom;
}
.hoverdir-flip.out-bottom .overlay-out {
  animation-name: flip-in-top;
}
.hoverdir-flip.out-left .overlay, .hoverdir-flip.out-left .overlay-in {
  animation-name: flip-out-left;
}
.hoverdir-flip.out-left .overlay-out {
  animation-name: flip-in-right;
}
.hoverdir-flip.out-right .overlay, .hoverdir-flip.out-right .overlay-in {
  animation-name: flip-out-right;
}
.hoverdir-flip.out-right .overlay-out {
  animation-name: flip-in-left;
}
.hoverdir-flip[class*="in-"], .hoverdir-flip[class*="out-"] {
  perspective: 800px;
  overflow: visible;
}
.hoverdir-flip[class*="in-"] .overlay, .hoverdir-flip[class*="out-"] .overlay, .hoverdir-flip[class*="in-"] .overlay-in, .hoverdir-flip[class*="out-"] .overlay-in, .hoverdir-flip[class*="in-"] .overlay-out, .hoverdir-flip[class*="out-"] .overlay-out {
  transform: rotateX(0) rotateY(0);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-duration: 0.6s;
  backface-visibility: hidden;
  z-index: 1;
}
@keyframes flip-in-top {
  0% {
    transform: rotateX(180deg) rotateY(0);
  }
}
@keyframes flip-out-top {
  100% {
    transform: rotateX(180deg) rotateY(0);
  }
}
@keyframes flip-in-bottom {
  0% {
    transform: rotateX(-180deg) rotateY(0);
  }
}
@keyframes flip-out-bottom {
  100% {
    transform: rotateX(-180deg) rotateY(0);
  }
}
@keyframes flip-in-left {
  0% {
    transform: rotateX(0) rotateY(-180deg);
  }
}
@keyframes flip-out-left {
  100% {
    transform: rotateX(0) rotateY(-180deg);
  }
}
@keyframes flip-in-right {
  0% {
    transform: rotateX(0) rotateY(180deg);
  }
}
@keyframes flip-out-right {
  100% {
    transform: rotateX(0) rotateY(180deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.efe-mousewheel {
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
}
.efe-mousewheel > * {
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% + 34px);
  padding-right: 34px;
  height: 100%;
  max-height: 100vh;
  padding-bottom: 50px;
}
.efe-mousewheel > * select, .efe-mousewheel > * table {
  width: calc(100% - 34px);
}
[dir='rtl'] .efe-mousewheel > * {
  padding-right: 0;
  padding-left: 34px;
}
@-webkit-keyframes fadeInCustom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInCustom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpCustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpCustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
p + p {
  margin-top: 15px;
}
p, hr, dl, blockquote, pre, address, fieldset, figure {
  margin: 0;
}
a {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  color: #69bd43;
}
a:hover {
  color: #3f7228;
}
a {
  color: var(--link-color);
}
a:hover, a:focus {
  color: var(--link-color-hover);
}
h1 {
  font-size: 26px;
  line-height: 1.38462;
}
h2 {
  font-size: 24px;
  line-height: 1;
}
h3 {
  font-size: 22px;
  line-height: 1.09091;
}
h4 {
  font-size: 20px;
  line-height: 1.2;
}
h5 {
  font-size: 18px;
  line-height: 1.33333;
}
h6 {
  font-size: 16px;
  line-height: 1.5;
}
ul, ol {
  list-style: none;
  margin: 0 0 24px 0;
}
ul {
  list-style: disc outside none;
}
.primary-sidebar ul, .primary-sidebar ol {
  list-style: none;
}
.primary-sidebar > div {
  margin-bottom: 20px;
}
.widget ul, .widget ol {
  list-style: none outside none;
  margin: 0;
}
.widget li > ol, .widget li > ul {
  margin-left: 10px;
}
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table th, table td {
  padding: 5px 15px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
address {
  font-style: italic;
  margin-bottom: 24px;
}
big {
  font-size: 125%;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.full-width .site-content .alignleft {
  clear: left;
}
.full-width .site-content .alignright {
  clear: right;
}
.wp-caption, .wp-caption-text, .sticky, .screen-reader-text, .gallery-caption, .bypostauthor {
  visibility: visible;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 0 15px 15px 0;
  float: left;
}
.wp-caption.alignright {
  margin: 0 0 15px 15px;
  float: right;
}
.wp-caption.aligncenter {
  margin: 0 auto;
}
.wp-caption img {
  vertical-align: top;
  width: 100%;
}
.wp-caption .wp-caption-text {
  margin-top: 0;
}
.rtl .wp-caption {
  max-width: 100%;
}
.rtl .wp-caption.alignleft {
  margin: 0 0 15px 15px;
  float: right;
}
.rtl .wp-caption.alignright {
  margin: 0 15px 15px 0;
  float: left;
}
.wp-caption-text {
  background-color: #eee;
  font-style: italic;
  padding: 10px 15px;
}
footer {
  clear: both;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
address {
  font-style: italic;
  margin-bottom: 24px;
}
big {
  font-size: 125%;
}
code, kbd, tt, var, samp, pre {
  -moz-hyphens: none;
  font-family: monospace, serif;
  line-height: 1.6;
}
cite, dfn, em, i {
  font-style: italic;
}
#searchform #searchsubmit {
  text-indent: -90000px;
  padding: 0 20px;
  background: transparent;
}
.time-new-roman {
  font-family: "times new roman";
}
h3.headline, h3.wg-title, h3.feature-delivery-title, h4.ns2-title, .wpb_accordion_header a, h2.blog-title, h2.page-title, .box-white.style2 h4, h3.block-title, h3.box-title, .team-name h3, .pie-graph h3, .services-box h3 {
  font-family: lato-light;
}
h1, h2, h3, h4, h5, h6 {
  font-family: lato-light;
}
h3.uk-panel-title {
  font-family: open sans;
  color: #666;
  font-weight: 600;
}
.lato-light {
  font-family: lato-light;
}
.uppercase {
  text-transform: uppercase;
}
body ul ul {
  margin-top: 0;
}
body h3 {
  font-size: 24px;
}
body {
  line-height: 28px;
}
.container .container {
  width: 100%;
}
.ww-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.ww-container .ww-container {
  padding: 0;
}
footer {
  clear: both;
}
body.boxed #wrapper, body.boxed.woocommerce footer {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto !important;
  max-width: 1170px;
}
.screen-reader-text {
  display: none;
}
@media (max-width: 980px) {
  .menubar .container .menubar-brand {
    padding: 10px 0;
  }
  .btn-menubar {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.header-shop .header-top-1 > div + div {
  margin-left: 10px;
}
.header-shop .header-top-1 .shopping_cart_dropdown {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: fixed;
  background: #666;
  padding: 30px;
  left: -100%;
  top: 38px;
  z-index: 9;
  margin: 0;
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -khtml-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header-shop .header-top-1 .shopping_cart_dropdown {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-shop .header-top-1 .shopping_cart_dropdown {
    top: 68px;
  }
}
.header-shop .header-top-1 .shopping_cart_dropdown.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  left: 0;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart_list {
  margin-bottom: 20px;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item {
  margin-bottom: 20px;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item a img {
  max-width: 80px;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item a .cart-desc {
  padding-left: 10px;
  text-align: left;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item a .title {
  font-size: 14px;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item a dl.variation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item a dt {
  font-weight: 400;
}
.header-shop .header-top-1 .shopping_cart_dropdown .cart-item a:hover .title {
  color: #69bd43;
}
.menubar ul ul li.menu-item-has-children > a:after, .menubar ul ul li.page_item_has_children > a:after {
  transform: rotate(270deg);
  margin-top: -4px;
}
.menubar ul ul li.menu-item-has-children:hover > a:after, .menubar ul ul li.page_item_has_children:hover > a:after {
  border-top-color: #666;
}
@media (max-width: 980px) {
  body.csbody .menubar .menu-list > ul > li:hover > a, body.csbody .menubar .menu-list > .menu-list-right > ul > li:hover > a {
    background-color: transparent !important;
  }
  .menubar ul li.menu-item-has-children > a, .menubar ul li.page_item_has_children > a {
    padding-right: 50px;
  }
  .menubar ul li a {
    padding: 5px 0;
  }
  .menubar ul li ul li a {
    padding: 5px 0;
  }
  body.csbody .menubar .menu-list > ul > li.current-menu-item > a, body.csbody .menubar .menu-list > ul > li.current_page_item > a, body.csbody .menubar .menu-list > .menu-list-right > ul > li.current-menu-item > a, body.csbody .menubar .menu-list > .menu-list-right > ul > li.current_page_item > a {
    background-color: transparent !important;
    color: #fff;
  }
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
}
*:hover:-moz-placeholder, *:focus:-moz-placeholder {
  color: inherit;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
}
*:hover:-ms-input-placeholder, *:focus:-ms-input-placeholder {
  color: inherit;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
  width: 100%;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  vertical-align: bottom;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  cursor: pointer;
}
.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  text-decoration: none;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
  outline-offset: 0;
}
input, button, textarea, select {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
input[type="tel"], input[type="search"] {
  padding: 8px 9px;
  border-color: #ccc;
}
.select2-container--default .select2-selection--single {
  border-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f123";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 20px;
}
body .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 99999;
}
body .select2-container--default .select2-selection--single {
  border-color: transparent;
}
body .select2-container--default.select2-container--open .select2-dropdown {
  border-color: transparent;
}
body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}
body .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 2px 15px;
  list-style: none;
}
body .select2-container--default .select2-results__option {
  padding: 3px 0;
  color: #585858;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: transparent;
  color: #000;
}
body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  background-color: transparent;
  color: #000;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #69bd43;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
body.csbody .btn, body.csbody .button, body.csbody a.button, body.csbody input[type="submit"], body.csbody .wpb_button, body.csbody .button.wc-forward, body.csbody .added_to_cart {
  font-style: normal;
  padding: 10px 32px;
  font-size: 16px;
  line-height: 20px;
  background-color: var(--primary-color);
  color: #fff;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  flex: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease 0ms;
  -khtml-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -ms-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
}
body.csbody .btn.btn-sm, body.csbody .button.btn-sm, body.csbody a.button.btn-sm, body.csbody input[type="submit"].btn-sm, body.csbody .wpb_button.btn-sm, body.csbody .button.wc-forward.btn-sm, body.csbody .added_to_cart.btn-sm {
  padding: 12px 32px;
}
body.csbody .btn.btn-md, body.csbody .button.btn-md, body.csbody a.button.btn-md, body.csbody input[type="submit"].btn-md, body.csbody .wpb_button.btn-md, body.csbody .button.wc-forward.btn-md, body.csbody .added_to_cart.btn-md {
  padding: 14px 40px 13px 40px;
}
body.csbody .btn.btn-lg, body.csbody .button.btn-lg, body.csbody a.button.btn-lg, body.csbody input[type="submit"].btn-lg, body.csbody .wpb_button.btn-lg, body.csbody .button.wc-forward.btn-lg, body.csbody .added_to_cart.btn-lg {
  padding: 16px 40px 15px 40px;
  min-width: 254px;
}
body.csbody .btn.btn-xl, body.csbody .button.btn-xl, body.csbody a.button.btn-xl, body.csbody input[type="submit"].btn-xl, body.csbody .wpb_button.btn-xl, body.csbody .button.wc-forward.btn-xl, body.csbody .added_to_cart.btn-xl {
  padding: 17px 40px 17px 40px;
  min-width: 290px;
}
body.csbody .btn:active, body.csbody .button:active, body.csbody a.button:active, body.csbody input[type="submit"]:active, body.csbody .wpb_button:active, body.csbody .button.wc-forward:active, body.csbody .added_to_cart:active, body.csbody .btn:hover, body.csbody .button:hover, body.csbody a.button:hover, body.csbody input[type="submit"]:hover, body.csbody .wpb_button:hover, body.csbody .button.wc-forward:hover, body.csbody .added_to_cart:hover, body.csbody .btn:focus, body.csbody .button:focus, body.csbody a.button:focus, body.csbody input[type="submit"]:focus, body.csbody .wpb_button:focus, body.csbody .button.wc-forward:focus, body.csbody .added_to_cart:focus {
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background-color: var(--link-color-hover);
  outline: medium none;
  text-decoration: none;
}
body.csbody .btn.btn-primary, body.csbody .button.btn-primary, body.csbody a.button.btn-primary, body.csbody input[type="submit"].btn-primary, body.csbody .wpb_button.btn-primary, body.csbody .button.wc-forward.btn-primary, body.csbody .added_to_cart.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
body.csbody .btn.btn-primary:active, body.csbody .button.btn-primary:active, body.csbody a.button.btn-primary:active, body.csbody input[type="submit"].btn-primary:active, body.csbody .wpb_button.btn-primary:active, body.csbody .button.wc-forward.btn-primary:active, body.csbody .added_to_cart.btn-primary:active, body.csbody .btn.btn-primary:hover, body.csbody .button.btn-primary:hover, body.csbody a.button.btn-primary:hover, body.csbody input[type="submit"].btn-primary:hover, body.csbody .wpb_button.btn-primary:hover, body.csbody .button.wc-forward.btn-primary:hover, body.csbody .added_to_cart.btn-primary:hover, body.csbody .btn.btn-primary:focus, body.csbody .button.btn-primary:focus, body.csbody a.button.btn-primary:focus, body.csbody input[type="submit"].btn-primary:focus, body.csbody .wpb_button.btn-primary:focus, body.csbody .button.wc-forward.btn-primary:focus, body.csbody .added_to_cart.btn-primary:focus {
  background-color: transparent;
  color: var(--link-color-hover);
  border-color: var(--link-color-hover);
}
body.csbody .btn.wpb_btn-primary, body.csbody .button.wpb_btn-primary, body.csbody a.button.wpb_btn-primary, body.csbody input[type="submit"].wpb_btn-primary, body.csbody .wpb_button.wpb_btn-primary, body.csbody .button.wc-forward.wpb_btn-primary, body.csbody .added_to_cart.wpb_btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
body.csbody .btn.wpb_btn-primary:active, body.csbody .button.wpb_btn-primary:active, body.csbody a.button.wpb_btn-primary:active, body.csbody input[type="submit"].wpb_btn-primary:active, body.csbody .wpb_button.wpb_btn-primary:active, body.csbody .button.wc-forward.wpb_btn-primary:active, body.csbody .added_to_cart.wpb_btn-primary:active, body.csbody .btn.wpb_btn-primary:hover, body.csbody .button.wpb_btn-primary:hover, body.csbody a.button.wpb_btn-primary:hover, body.csbody input[type="submit"].wpb_btn-primary:hover, body.csbody .wpb_button.wpb_btn-primary:hover, body.csbody .button.wc-forward.wpb_btn-primary:hover, body.csbody .added_to_cart.wpb_btn-primary:hover, body.csbody .btn.wpb_btn-primary:focus, body.csbody .button.wpb_btn-primary:focus, body.csbody a.button.wpb_btn-primary:focus, body.csbody input[type="submit"].wpb_btn-primary:focus, body.csbody .wpb_button.wpb_btn-primary:focus, body.csbody .button.wc-forward.wpb_btn-primary:focus, body.csbody .added_to_cart.wpb_btn-primary:focus {
  background-color: var(--link-color-hover);
  color: #fff;
  border-color: var(--link-color-hover);
}
body.csbody .btn.btn-fullwidth, body.csbody .button.btn-fullwidth, body.csbody a.button.btn-fullwidth, body.csbody input[type="submit"].btn-fullwidth, body.csbody .wpb_button.btn-fullwidth, body.csbody .button.wc-forward.btn-fullwidth, body.csbody .added_to_cart.btn-fullwidth {
  width: 100%;
}
body.csbody .btn.btn-fullwidth.border-3px, body.csbody .button.btn-fullwidth.border-3px, body.csbody a.button.btn-fullwidth.border-3px, body.csbody input[type="submit"].btn-fullwidth.border-3px, body.csbody .wpb_button.btn-fullwidth.border-3px, body.csbody .button.wc-forward.btn-fullwidth.border-3px, body.csbody .added_to_cart.btn-fullwidth.border-3px {
  border-radius: 3px !important;
}
body.csbody .btn-fullwidth .btn {
  width: 100%;
}
body.csbody .btn-fullwidth .btn.border-3px {
  border-radius: 3px !important;
}
body.csbody .btn-white.btn, body.csbody .btn-white .btn {
  background-color: #fff;
  color: #69bd43;
}
body.csbody .btn-white.btn:active, body.csbody .btn-white .btn:active, body.csbody .btn-white.btn:hover, body.csbody .btn-white .btn:hover, body.csbody .btn-white.btn:focus, body.csbody .btn-white .btn:focus {
  background-color: #69bd43;
  color: #fff;
}
body.csbody .btn-flex .btn {
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
}
body.csbody .btn-align-center {
  text-align: center;
}
body.csbody .btn-align-right {
  text-align: right;
}
body.csbody .btn-group .btn + .btn {
  margin-left: 30px;
}
body.csbody .btn-block {
  display: block;
}
body.csbody .wp-block-button {
  margin-bottom: 1.5em;
}
body.csbody .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: #69bd43;
}
body.csbody .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #69bd43;
  border-color: #69bd43;
}
body.csbody .btn-more, body.csbody .link-more {
  color: #69bd43;
}
body.csbody .btn-more i, body.csbody .link-more i {
  margin-left: 8px;
  font-size: 14px;
}
body.csbody .ns2-links .wpb_button {
  padding: 5px 18px;
}
body.csbody .bg_primary a.wpb_button {
  background-color: #fff;
  color: var(--primary-color);
}
body.csbody .bg_primary .tnp-submit {
  background: #3f7228;
}
.ww-nav ul li {
  margin: 0 2px;
}
.comment-form-cookies-consent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.ww-carousel-product-list article.product .loop-product-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.ww-carousel-product-list article.product .loop-product-image .onsale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 7px 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 13px;
  color: #fff;
  background-color: #69bd43;
  z-index: 5;
  width: 45px;
  text-transform: uppercase;
}
.ww-carousel-product-list article.product .loop-product-image .button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  color: #fff;
  padding: 8px 16px;
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
  transform-origin: 0;
  -webkit-transform-origin: 0;
  -khtml-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
@media screen and (min-width: 1200px) {
  .ww-carousel-product-list article.product .loop-product-image .button {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .ww-carousel-product-list article.product .loop-product-image .button {
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    min-width: 30px;
    background: #fff;
    border-radius: 5px;
  }
  .ww-carousel-product-list article.product .loop-product-image .button:before {
    content: "\f07a";
    font-size: 16px;
    color: #69bd43;
    font-family: FontAwesome;
    position: static;
    display: inline-block;
    line-height: 1;
  }
}
.ww-carousel-product-list article.product .loop-product-image .button.added {
  display: none;
}
.ww-carousel-product-list article.product .loop-product-image .button.loading {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
}
.ww-carousel-product-list article.product .loop-product-image .button.loading:before {
  width: 14px;
  height: 14px;
  line-height: 1;
  font-size: 14px;
  margin-right: 5px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f021" !important;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -khtml-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
}
.ww-carousel-product-list article.product .loop-product-image .added_to_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 5;
  color: #fff;
  padding: 8px 16px;
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
  transform-origin: 0;
  -webkit-transform-origin: 0;
  -khtml-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -khtml-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
}
@media screen and (max-width: 1199px) {
  .ww-carousel-product-list article.product .loop-product-image .added_to_cart {
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    min-width: 30px;
    background: #fff;
    border-radius: 5px;
  }
  .ww-carousel-product-list article.product .loop-product-image .added_to_cart:before {
    content: "\f218";
    font-size: 16px;
    color: #69bd43;
    font-family: FontAwesome;
    position: static;
    display: inline-block;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .ww-carousel-product-list article.product .loop-product-image:hover .button {
    opacity: 1;
    visibility: visible;
    animation-name: zoomIn;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: forwards;
  }
}
.ww-carousel-product-list article.product .loop-product-content {
  padding: 10px 0;
  text-align: center;
}
.ww-carousel-product-list article.product .loop-product-content .loop-product-title {
  margin-bottom: 10px;
}
.ww-carousel-product-list article.product .loop-product-content .loop-product-title a {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  line-height: 1.538em;
  display: block;
  letter-spacing: 0.1em;
  color: #000;
  font-family: Lato-Light;
}
.ww-carousel-product-list article.product .loop-product-content .loop-product-title a:hover {
  color: #666;
}
.ww-carousel-product-list article.product .loop-product-content .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.ww-carousel-product-list article.product .loop-product-content .price {
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
body .vc_tta.vc_general .vc_tta-tab > a {
  color: #666;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 4px !important;
}
body .vc_tta.vc_general .vc_tta-tab.vc_active > a {
  background-color: #69bd43;
  border-color: #69bd43;
  color: #fff;
}
body .vc_tta.vc_general .vc_tta-tab.vc_active > a::after, body .vc_tta.vc_general .vc_tta-tab.vc_active > a::before {
  display: none !important;
}
body .vc_tta.vc_general .vc_tta-tab + .vc_tta-tab {
  margin-left: 10px;
}
.team-about p {
  line-height: 1.5;
}
.blog.team .de-blog {
  margin-bottom: 50px;
}
.nsl-heading {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .nsl-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .nsl-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .nsl-heading {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc-single-image-row1 .wpb_column + .wpb_column {
    margin-top: 30px;
  }
}
.woocommerce-page .header-site-wrap {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 991px) {
  .sidebar-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar-left .woo-sidebar {
    order: 2;
  }
}
.woo-content-area {
  padding-top: 32px;
}
.woocommerce-notices-wrapper .button {
  color: #fff;
}
.shop-loop-result-count-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.shop-loop-result-count-order .orderby {
  width: 270px;
  border-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.shop-loop-result-count-order .orderby:hover, .shop-loop-result-count-order .orderby:active, .shop-loop-result-count-order .orderby:focus {
  border-color: transparent;
  border-radius: 0;
}
.shop-loop-result-count-order .select2-selection__rendered {
  text-transform: uppercase;
}
ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
ul.products > .product {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 575px) {
  ul.products.columns-xs-1 > .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.products.columns-xs-2 > .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) {
  ul.products.columns-sm-1 > .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.products.columns-sm-2 > .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.products.columns-sm-3 > .product {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 768px) {
  ul.products.columns-md-1 > .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.products.columns-md-2 > .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.products.columns-md-3 > .product {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  ul.products.columns-md-4 > .product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  ul.products.columns-lg-1 > .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.products.columns-lg-2 > .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.products.columns-lg-3 > .product {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  ul.products.columns-lg-4 > .product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  ul.products.columns-2 > .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.products.columns-3 > .product {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  ul.products.columns-4 > .product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ul.products.columns-5 > .product {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  ul.products.columns-6 > .product {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
ul.products > .product {
  margin-bottom: 50px;
}
ul.products > .product .loop-product-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
ul.products > .product .loop-product-image .onsale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 7px 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 13px;
  color: #fff;
  background-color: var(--primary-color);
  z-index: 5;
  width: 45px;
  text-transform: uppercase;
}
ul.products > .product .loop-product-image .button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  color: #fff;
  padding: 8px 16px;
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
  transform-origin: 0;
  -webkit-transform-origin: 0;
  -khtml-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
@media screen and (min-width: 1200px) {
  ul.products > .product .loop-product-image .button {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1199px) {
  ul.products > .product .loop-product-image .button {
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    min-width: 30px;
    background: #fff;
    border-radius: 5px;
  }
  ul.products > .product .loop-product-image .button:before {
    content: "\f07a";
    font-size: 16px;
    color: #69bd43;
    font-family: FontAwesome;
    position: static;
    display: inline-block;
    line-height: 1;
  }
}
ul.products > .product .loop-product-image .button.added {
  display: none;
}
ul.products > .product .loop-product-image .button.loading {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
}
ul.products > .product .loop-product-image .button.loading:before {
  width: 14px;
  height: 14px;
  line-height: 1;
  font-size: 14px;
  margin-right: 5px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f021" !important;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -khtml-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
}
ul.products > .product .loop-product-image .added_to_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 5;
  color: #fff;
  padding: 8px 16px;
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
  transform-origin: 0;
  -webkit-transform-origin: 0;
  -khtml-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -khtml-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
}
@media screen and (max-width: 1199px) {
  ul.products > .product .loop-product-image .added_to_cart {
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    min-width: 30px;
    background: #fff;
    border-radius: 5px;
  }
  ul.products > .product .loop-product-image .added_to_cart:before {
    content: "\f218";
    font-size: 16px;
    color: #69bd43;
    font-family: FontAwesome;
    position: static;
    display: inline-block;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  ul.products > .product .loop-product-image:hover .button {
    opacity: 1;
    visibility: visible;
    animation-name: zoomIn;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: forwards;
  }
}
ul.products > .product .loop-product-content {
  padding: 10px 0;
  text-align: center;
}
ul.products > .product .loop-product-content .loop-product-title {
  margin-bottom: 10px;
}
ul.products > .product .loop-product-content .loop-product-title a {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  line-height: 1.538em;
  display: block;
  letter-spacing: 0.1em;
  color: #000;
  font-family: Lato-Light;
}
ul.products > .product .loop-product-content .loop-product-title a:hover {
  color: #666;
}
ul.products > .product .loop-product-content .star-rating {
  margin-left: auto;
  margin-right: auto;
}
ul.products > .product .loop-product-content .price {
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 12px;
  width: 71px;
  line-height: 1;
  clear: both;
  font-weight: 400;
  font-size: 12px;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 3.6px;
  white-space: nowrap;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  left: 0;
  width: 72px;
  position: absolute;
  font-family: FontAwesome;
  color: #666;
}
.star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 20px;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  color: #ffb22d;
  font-weight: 900;
}
ul.product_list_widget {
  list-style: none;
  padding: 0;
}
ul.product_list_widget li {
  position: relative;
  padding: 15px 0 15px 95px;
  min-height: 110px;
}
ul.product_list_widget li:before {
  display: none;
}
ul.product_list_widget li > *:not(.star-rating) {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
[dir="rtl"] ul.product_list_widget li {
  padding-left: 0;
  padding-right: 110px;
}
ul.product_list_widget li a:not(.remove) {
  width: 100%;
  display: block;
  line-height: 1.5;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.product_list_widget li a:not(.remove):hover {
  color: #3f7228;
}
ul.product_list_widget li .product-title {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.product_list_widget li .product-title:hover {
  color: var(--link-color-hover);
}
ul.product_list_widget li .remove {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 0;
  margin: 0;
  display: block !important;
  width: 20px !important;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: red;
  color: #fff;
  z-index: 1;
}
[dir="rtl"] ul.product_list_widget li .remove {
  left: auto;
  right: 0;
}
ul.product_list_widget li img {
  max-width: 80px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 80px;
  height: 80px;
  border: 1px solid #ababab;
}
[dir="rtl"] ul.product_list_widget li img {
  left: auto;
  right: 0;
}
ul.product_list_widget li .star-rating {
  margin-top: 5px;
}
ul.product_list_widget li .variation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.product_list_widget li .variation dd {
  padding-left: 3px;
}
.woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-mini-cart__total strong {
  flex-basis: 0;
  flex-grow: 1;
}
.woocommerce-mini-cart__total span {
  flex: 0 0 auto;
}
body.csbody .woocommerce-mini-cart__buttons {
  margin: -5px;
  margin-top: 10px;
}
body.csbody .woocommerce-mini-cart__buttons .button {
  flex: 0 0 auto;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px;
  margin: 5px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
body.csbody .woocommerce-mini-cart__buttons .button:hover {
  background-color: var(--link-color-hover);!important;
}
.stars {
  margin: 0 -2.5px;
  padding: 0;
  /* single product */
}
.stars > span a {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  font-size: 0;
  padding: 0 2.5px;
}
.stars > span a::before {
  display: block;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 18px;
  color: #666;
}
.stars > span a:hover ~ a::before {
  content: '\f005';
  font-family: FontAwesome;
  color: #666;
  font-weight: 300;
}
.stars > span:hover a::before {
  color: #ffb22d;
  font-weight: 900;
}
.stars.selected a:before {
  color: #ffb22d;
}
.stars.selected a.active::before {
  content: '\f005';
  font-family: ;
  font-weight: 900;
}
.stars.selected a.active ~ a::before {
  content: '\f005';
  font-family: FontAwesome;
  color: #666;
  font-weight: 300;
}
.stars.selected a:not( .active)::before {
  content: '\f005';
  font-family: FontAwesome;
  font-weight: 900;
}
.org-quantity {
  position: relative;
  max-width: 120px;
}
.org-quantity .qty {
  padding: 11px 40px;
  max-width: 120px;
  text-align: center;
}
.org-quantity .qty::-webkit-inner-spin-button, .org-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.org-quantity .quantity-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.org-quantity .quantity-button:before {
  font-size: 24px;
  line-height: 42px;
}
.org-quantity .quantity-down {
  left: 0;
}
.org-quantity .quantity-down:before {
  content: '-';
}
.org-quantity .quantity-up {
  right: 0;
}
.org-quantity .quantity-up:before {
  content: '+';
}
.woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  float: right;
}
.single-product {
  /* cart */
}
.single-product .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .single-product .single-thumbail-summary {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .single-product .single-thumbail-summary .org-thumbail-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-product .single-thumbail-summary .entry-summary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.single-product .org-thumbail-wrap {
  position: relative;
}
.single-product .org-thumbail-wrap .onsale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 7px 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 13px;
  color: #fff;
  background-color: #69bd43;
  z-index: 5;
  width: 45px;
  text-transform: uppercase;
}
.single-product .org-thumbail-wrap .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  z-index: 1;
  color: #000;
  font-size: 18px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.single-product .org-thumbail-wrap .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.single-product .org-thumbail-wrap .woocommerce-product-gallery__trigger:before {
  content: "\f002";
  font-family: FontAwesome;
}
.single-product .org-thumbail-wrap .woocommerce-product-gallery__trigger:hover {
  color: #69bd43;
}
.single-product .flex-control-nav {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -5px;
}
.single-product .flex-control-nav li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 5px;
}
.single-product .flex-control-nav li img {
  width: 100%;
  cursor: pointer;
}
.single-product .gal-col-2 .flex-control-nav li {
  flex: 0 0 50%;
  max-width: 50%;
}
.single-product .gal-col-3 .flex-control-nav li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.single-product .gal-col-4 .flex-control-nav li {
  flex: 0 0 25%;
  max-width: 25%;
}
.single-product .entry-summary {
  padding-left: 30px;
}
@media screen and (max-width: 575px) {
  .single-product .entry-summary {
    margin-top: 50px;
    padding-left: 0;
  }
}
.single-product .entry-summary .product_title {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  line-height: 1.375em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  .single-product .entry-summary .product_title {
    font-size: 18px;
  }
}
.single-product .entry-summary .woocommerce-review-link {
  display: none;
}
.single-product .entry-summary .woocommerce-product-rating {
  margin-bottom: 5px;
}
.single-product .entry-summary .price {
  font-size: 16px;
  margin-bottom: 5px;
}
.single-product .entry-summary ins {
  background-color: transparent;
}
.single-product form.cart {
  margin-top: 20px;
}
.single-product form.cart table {
  border: 0;
}
.single-product form.cart table td {
  border: 0;
  text-align: left;
}
.single-product form.cart table td.label {
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  text-transform: capitalize;
  font-family: 'Lato-Light';
}
.single-product form.cart table td select {
  border-radius: 0;
  border-color: #c2c2c2;
  box-shadow: none;
}
.single-product form.cart table label {
  text-align: left;
}
.single-product form.cart:not(.variations_form) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.single-product form.cart:not(.variations_form) > * {
  flex: 0 0 auto;
  width: auto;
}
.single-product form.cart:not(.variations_form) button {
  margin-left: 20px;
}
.single-product form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.single-product form.cart .woocommerce-variation-add-to-cart > * {
  flex: 0 0 auto;
  width: auto;
}
.single-product form.cart .woocommerce-variation-add-to-cart button {
  margin-left: 20px;
}
.single-product form.cart .quantity input {
  text-align: center;
  border: 1px solid #c2c2c2;
}
.single-product form.cart .single_add_to_cart_button.disabled {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  cursor: not-allowed;
}
.single-product .product_meta span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.single-product .product_meta span > * {
  color: #666;
  margin-left: 3px;
}
.single-product .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 61px;
}
.single-product .woocommerce-tabs .wc-tabs {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  /* &:after{
		    	position: absolute;
		    	left: 0;
		    	bottom: 0;
		    	content: "";
		    	width: 100%;
		    	height: 1px;
		    	background-color: #000;
		    } */
  list-style: none;
}
.single-product .woocommerce-tabs .wc-tabs li {
  margin: 0;
  padding: 0 21px 0 21px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .single-product .woocommerce-tabs .wc-tabs li {
    padding: 0 10px 0 10px;
  }
}
.single-product .woocommerce-tabs .wc-tabs li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #69bd43;
  display: block;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -khtml-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.single-product .woocommerce-tabs .wc-tabs li:first-child {
  padding-left: 0;
}
.single-product .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 23px 0 13px 0;
  font-family: 'Lato-Light';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.538em;
  letter-spacing: 0.2em;
  color: #000;
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -khtml-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .single-product .woocommerce-tabs .wc-tabs li a {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 575px) {
  .single-product .woocommerce-tabs .wc-tabs li a {
    font-size: 12px;
  }
}
.single-product .woocommerce-tabs .wc-tabs li.active:after {
  width: 100%;
}
.single-product .woocommerce-tabs .wc-tabs li.active a {
  color: #69bd43;
}
.single-product .woocommerce-tabs .wc-tab {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 30px 0;
}
.single-product .woocommerce-tabs .wc-tab > h2 {
  display: none;
}
.single-product .woocommerce-tabs .wc-tab .shop_attributes th {
  font-weight: 400;
  width: 17%;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews #comments {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews h2 {
  display: none;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews ol.commentlist {
  padding: 0;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews ol.commentlist li + li {
  margin-top: 50px;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews ol.commentlist li .comment_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews ol.commentlist li .comment_container > * {
  padding-left: 10px;
  padding-right: 10px;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews ol.commentlist li .comment_container img {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  flex: 0 0 80px;
  max-width: 80px;
  height: 60px;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews ol.commentlist li .comment_container .comment-text {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews #review_form_wrapper {
  margin-top: 30px;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  display: block;
  margin-bottom: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: 0.2em;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews #review_form_wrapper #commentform {
  background-color: transparent !important;
  padding: 0;
}
.single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews #review_form_wrapper #commentform input[type="text"], .single-product .woocommerce-tabs .wc-tab .woocommerce-Reviews #review_form_wrapper #commentform input[type="email"] {
  width: 100%;
}
.woocommerce-cart {
  /* checkout */
}
.woocommerce-cart .entry-content {
  padding: 30px 0;
}
.woocommerce-cart ul {
  list-style: none;
}
.woocommerce-cart table.cart {
  border: 0;
}
.woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
  border-width: 0 0 1px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart th {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart td {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-cart table.cart td.product-name:before, .woocommerce-cart table.cart td.product-price:before, .woocommerce-cart table.cart td.product-quantity:before, .woocommerce-cart table.cart td.product-subtotal:before {
    content: attr(data-title) ':\00a0\00a0\00a0\00a0';
    padding-top: 3px;
    min-width: 90px;
  }
  .woocommerce-cart table.cart td a.remove {
    color: red;
    font-size: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-cart table.cart td a.remove:before {
    content: attr(aria-label) '\00a0\00a0';
    color: red;
  }
  .woocommerce-cart table.cart td.product-name a {
    display: block;
    width: calc(100% - 90px);
  }
  .woocommerce-cart table.cart td dl.variation {
    padding-left: 90px;
  }
}
.woocommerce-cart table.cart .product-remove {
  text-align: center;
}
.woocommerce-cart table.cart .product-remove a {
  font-size: 30px;
}
.woocommerce-cart table.cart .product-thumbnail img {
  max-width: 90px;
}
.woocommerce-cart table.cart dl.variation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart table.cart dl.variation dt {
  font-weight: 400;
}
.woocommerce-cart table.cart dl.variation dd {
  padding-left: 3px;
}
.woocommerce-cart table.cart td.actions {
  padding: 30px 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    float: left;
  }
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: auto;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .button {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-cart table.cart td.actions .button {
    float: right;
  }
}
.woocommerce-cart table.cart td.actions .button:hover {
  background-color: var(--link-color-hover); !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .coupon .button {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .woocommerce-cart table.cart td.actions .button {
    width: 100%;
    margin-top: 15px;
  }
}
.woocommerce-cart .cart-collaterals {
  margin-top: 50px;
}
.woocommerce-cart .cart-collaterals ul.woocommerce-shipping-methods {
  list-style: none;
  padding-left: 0;
}
.woocommerce-cart .cart-collaterals ul.woocommerce-shipping-methods li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-cart .cart-collaterals ul.woocommerce-shipping-methods li input[type="radio"] {
  margin-top: 0;
}
.woocommerce-cart .cart-collaterals ul.woocommerce-shipping-methods li label {
  margin-left: 5px;
}
.woocommerce-cart .cart-collaterals .select2-container .select2-selection--single {
  height: 37px;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  line-height: 35px;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single {
  border-color: #ccc !important;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
}
.woocommerce-cart .shipping-calculator-form {
  padding: 10px 0;
}
.woocommerce-checkout {
  /* woo order received */
}
.woocommerce-checkout .entry-content {
  padding: 30px 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 30px;
}
.woocommerce-checkout form.checkout_coupon {
  margin-bottom: 50px;
}
@media screen and (min-width: 576px) {
  .woocommerce-checkout .col2-set {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
  }
  .woocommerce-checkout .col2-set > * {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.woocommerce-checkout h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 37px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  line-height: 35px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-color: #ccc !important;
  border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
}
.woocommerce-checkout label.checkbox {
  padding-left: 20px;
}
.woocommerce-checkout label.checkbox input {
  margin-top: 2px;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: -10px;
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 50px;
  }
}
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin-bottom: 12px;
}
.woocommerce-checkout .woocommerce-additional-fields textarea {
  height: 134px;
}
.woocommerce-checkout dl.variation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout dl.variation dt {
  font-weight: 400;
}
.woocommerce-checkout dl.variation dd {
  padding-left: 3px;
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout table.woocommerce-checkout-review-order-table th + td, .woocommerce-checkout table.woocommerce-checkout-review-order-table td + td {
    width: 40%;
  }
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table ul {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table ul li input[type="radio"] {
  margin-top: 0;
  margin-right: 5px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table ul li label {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li {
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li input[type="radio"] {
  display: inline-block;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li label {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
  background: #777;
  padding: 10px 20px;
  color: #fff;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal img {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .button, .woocommerce-checkout .woocommerce-checkout-payment button {
  margin-top: 30px;
}
.woocommerce-order ul {
  list-style: none;
  padding: 0;
}
.woocommerce-order h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.woocommerce-order table ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-order table ul li p {
  padding-left: 5px;
}
.woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
}
.woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
.widget-area > .widget.widget_product_search {
  margin-top: 32px;
}
.widget_product_search .woocommerce-product-search {
  position: relative;
}
.widget_product_search .woocommerce-product-search:before {
  position: absolute;
  top: 4px;
  right: 14px;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  color: #666;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.widget_product_search .woocommerce-product-search:hover:before {
  color: #69bd43;
}
.widget_product_search .woocommerce-product-search .search-field {
  border-radius: 2px;
  padding: 8px 36px 8px 9px;
  border: 1px solid #ccc;
  color: #848688;
  display: block;
  font-size: 14px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  outline: medium none;
}
.widget_product_search .woocommerce-product-search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 3px;
  padding-top: 3px;
  background: #69bd43;
  height: 37px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  opacity: 1;
  text-indent: 0;
  width: auto;
  border: hidden;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  text-indent: -90000px;
  padding: 0 20px;
  background: transparent;
}
.widget_rating_filter li.wc-layered-nav-rating > a {
  font-size: 0;
}
.widget_price_filter .wg-title {
  margin-bottom: 30px !important;
}
.widget_price_filter .button {
  padding: 5px 20px !important;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  cursor: pointer;
  height: 1px;
  position: relative;
  background-color: #69bd43;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  border-radius: 0;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #666;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  border-radius: 100%;
  height: 9px;
  outline: 0;
  position: absolute;
  top: -4px;
  width: 9px;
  z-index: 2;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 26px 0 0;
  position: relative;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  order: 2;
}
.widget_newsletterwidget form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.widget_newsletterwidget form label {
  display: none;
}
.widget_newsletterwidget form .tnp-field-email {
  flex: 0 0 70%;
  max-width: 70%;
}
.widget_newsletterwidget form .tnp-field-button {
  flex: 0 0 30%;
  max-width: 30%;
}
body.csbody .tnp-submit {
  width: 100% !important;
  padding: 7px 10px !important;
  /* product category */
}
li.product-category {
  text-align: center;
}
li.product-category mark {
  background-color: transparent;
}
li.product-category h2 {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
li.product-category a:hover h2 {
  color: #69bd43;
}
li.product-category a:hover h2 mark {
  color: #69bd43;
}
.searchform:hover:before {
  color: #69bd43;
}
.footer-top-1 .widget_media_image {
  margin-bottom: 10px;
}
.ww-nav .fa:hover, .ww-nav .fa:focus {
  background: none repeat scroll 0 0 var(--primary-color);
}
.organic-back-to-top{
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: white;
  position: fixed;
  right: 10px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  transition: all 350ms linear;
}
.organic-back-to-top i{
  line-height: 40px;
  font-size: 22px;
  transform: rotate(-90deg);
}
.organic-back-to-top.show{
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}