/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0 10px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\f105";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f104";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 15px;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #295135;
  border-radius: 50%;
  font-family: "Ionicons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
.hide-ele {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.show-ele {
  visibility: visible;
  opacity: 1;
  display: initial;
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.abs-visually-hidden,
.shipping.boxed-checkout,
.totals-tax-summary,
.cart.actions,
.totals-tax-details,
.cart-totals .block-title,
.opc-block-summary .block-title,
.order.totals .totals-tax-details {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-checkbox input[type="checkbox"],
.mgs-filter-item-checkbox input[type="checkbox"],
.form-login .form-check input[type="checkbox"],
.register-form .form-check input[type="checkbox"],
.checkout-shipping-address input[type="checkbox"],
.methods-shipping input[type="checkbox"],
.payment-methods input[type="checkbox"],
.fieldset.info input[type="checkbox"],
.product-options-wrapper .options-list .field.choice input[type="checkbox"] {
  display: none;
}
.abs-checkbox input[type="checkbox"] + label,
.mgs-filter-item-checkbox input[type="checkbox"] + label,
.form-login .form-check input[type="checkbox"] + label,
.register-form .form-check input[type="checkbox"] + label,
.checkout-shipping-address input[type="checkbox"] + label,
.methods-shipping input[type="checkbox"] + label,
.payment-methods input[type="checkbox"] + label,
.fieldset.info input[type="checkbox"] + label,
.product-options-wrapper .options-list .field.choice input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  display: block;
  margin-bottom: 0;
}
.abs-checkbox input[type="checkbox"] + label:before,
.mgs-filter-item-checkbox input[type="checkbox"] + label:before,
.form-login .form-check input[type="checkbox"] + label:before,
.register-form .form-check input[type="checkbox"] + label:before,
.checkout-shipping-address input[type="checkbox"] + label:before,
.methods-shipping input[type="checkbox"] + label:before,
.payment-methods input[type="checkbox"] + label:before,
.fieldset.info input[type="checkbox"] + label:before,
.product-options-wrapper .options-list .field.choice input[type="checkbox"] + label:before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: transparent;
  border: solid 1px #000000;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.abs-checkbox input[type="checkbox"]:hover + label:before,
.mgs-filter-item-checkbox input[type="checkbox"]:hover + label:before,
.form-login .form-check input[type="checkbox"]:hover + label:before,
.register-form .form-check input[type="checkbox"]:hover + label:before,
.checkout-shipping-address input[type="checkbox"]:hover + label:before,
.methods-shipping input[type="checkbox"]:hover + label:before,
.payment-methods input[type="checkbox"]:hover + label:before,
.fieldset.info input[type="checkbox"]:hover + label:before,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:hover + label:before {
  border-color: #295135;
  background: transparent;
}
.abs-checkbox input[type="checkbox"]:hover + a,
.mgs-filter-item-checkbox input[type="checkbox"]:hover + a,
.form-login .form-check input[type="checkbox"]:hover + a,
.register-form .form-check input[type="checkbox"]:hover + a,
.checkout-shipping-address input[type="checkbox"]:hover + a,
.methods-shipping input[type="checkbox"]:hover + a,
.payment-methods input[type="checkbox"]:hover + a,
.fieldset.info input[type="checkbox"]:hover + a,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:hover + a {
  color: #295135;
}
.abs-checkbox input[type="checkbox"]:checked + label:before,
.mgs-filter-item-checkbox input[type="checkbox"]:checked + label:before,
.form-login .form-check input[type="checkbox"]:checked + label:before,
.register-form .form-check input[type="checkbox"]:checked + label:before,
.checkout-shipping-address input[type="checkbox"]:checked + label:before,
.methods-shipping input[type="checkbox"]:checked + label:before,
.payment-methods input[type="checkbox"]:checked + label:before,
.fieldset.info input[type="checkbox"]:checked + label:before,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:checked + label:before {
  border-color: #295135;
  background: #295135;
}
.abs-checkbox input[type="checkbox"]:checked + a,
.mgs-filter-item-checkbox input[type="checkbox"]:checked + a,
.form-login .form-check input[type="checkbox"]:checked + a,
.register-form .form-check input[type="checkbox"]:checked + a,
.checkout-shipping-address input[type="checkbox"]:checked + a,
.methods-shipping input[type="checkbox"]:checked + a,
.payment-methods input[type="checkbox"]:checked + a,
.fieldset.info input[type="checkbox"]:checked + a,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:checked + a {
  color: #295135;
}
.abs-checkbox input[type="checkbox"]:disabled + label,
.mgs-filter-item-checkbox input[type="checkbox"]:disabled + label,
.form-login .form-check input[type="checkbox"]:disabled + label,
.register-form .form-check input[type="checkbox"]:disabled + label,
.checkout-shipping-address input[type="checkbox"]:disabled + label,
.methods-shipping input[type="checkbox"]:disabled + label,
.payment-methods input[type="checkbox"]:disabled + label,
.fieldset.info input[type="checkbox"]:disabled + label,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:disabled + label {
  color: #f4f4f4;
  cursor: auto;
}
.abs-checkbox input[type="checkbox"]:disabled + label:before,
.mgs-filter-item-checkbox input[type="checkbox"]:disabled + label:before,
.form-login .form-check input[type="checkbox"]:disabled + label:before,
.register-form .form-check input[type="checkbox"]:disabled + label:before,
.checkout-shipping-address input[type="checkbox"]:disabled + label:before,
.methods-shipping input[type="checkbox"]:disabled + label:before,
.payment-methods input[type="checkbox"]:disabled + label:before,
.fieldset.info input[type="checkbox"]:disabled + label:before,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #f4f4f4;
}
.abs-checkbox input[type="checkbox"]:checked + label:after,
.mgs-filter-item-checkbox input[type="checkbox"]:checked + label:after,
.form-login .form-check input[type="checkbox"]:checked + label:after,
.register-form .form-check input[type="checkbox"]:checked + label:after,
.checkout-shipping-address input[type="checkbox"]:checked + label:after,
.methods-shipping input[type="checkbox"]:checked + label:after,
.payment-methods input[type="checkbox"]:checked + label:after,
.fieldset.info input[type="checkbox"]:checked + label:after,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:checked + label:after {
  font-family: 'Ionicons';
  position: absolute;
  left: 4px;
  top: 0;
  background: transparent;
  font-size: 14px;
  color: #fff;
}
.abs-checkbox input[type="checkbox"]:checked + label:after,
.mgs-filter-item-checkbox input[type="checkbox"]:checked + label:after,
.form-login .form-check input[type="checkbox"]:checked + label:after,
.register-form .form-check input[type="checkbox"]:checked + label:after,
.checkout-shipping-address input[type="checkbox"]:checked + label:after,
.methods-shipping input[type="checkbox"]:checked + label:after,
.payment-methods input[type="checkbox"]:checked + label:after,
.fieldset.info input[type="checkbox"]:checked + label:after,
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:checked + label:after {
  content: "\f122";
}
.abs-radio input[type="radio"],
.checkout-shipping-address input[type="radio"],
.methods-shipping input[type="radio"],
.payment-methods input[type="radio"],
.product-options-wrapper .options-list .field.choice input[type="radio"],
.product-options-wrapper .options-list .field.choice input[type="radio"] {
  display: none;
}
.abs-radio input[type="radio"] + label,
.checkout-shipping-address input[type="radio"] + label,
.methods-shipping input[type="radio"] + label,
.payment-methods input[type="radio"] + label,
.product-options-wrapper .options-list .field.choice input[type="radio"] + label,
.product-options-wrapper .options-list .field.choice input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 10px 10px 10px 40px;
  border: solid 1px #ffffff;
  margin-bottom: 0;
  width: 270px;
}
.abs-radio input[type="radio"] + label:before,
.checkout-shipping-address input[type="radio"] + label:before,
.methods-shipping input[type="radio"] + label:before,
.payment-methods input[type="radio"] + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"] + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"] + label:before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: solid 2px #000000;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.abs-radio input[type="radio"]:hover + label:before,
.abs-radio input[type="radio"]:checked + label:before,
.checkout-shipping-address input[type="radio"]:hover + label:before,
.checkout-shipping-address input[type="radio"]:checked + label:before,
.methods-shipping input[type="radio"]:hover + label:before,
.methods-shipping input[type="radio"]:checked + label:before,
.payment-methods input[type="radio"]:hover + label:before,
.payment-methods input[type="radio"]:checked + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label:before {
  border-color: #295135;
  background: #ffffff;
}
.abs-radio input[type="radio"]:disabled + label,
.checkout-shipping-address input[type="radio"]:disabled + label,
.methods-shipping input[type="radio"]:disabled + label,
.payment-methods input[type="radio"]:disabled + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:disabled + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:disabled + label {
  color: #eee;
  cursor: auto;
}
.abs-radio input[type="radio"]:disabled + label:before,
.checkout-shipping-address input[type="radio"]:disabled + label:before,
.methods-shipping input[type="radio"]:disabled + label:before,
.payment-methods input[type="radio"]:disabled + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:disabled + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:disabled + label:before {
  box-shadow: none;
  background: #eee;
}
.abs-radio input[type="radio"]:checked + label:after,
.checkout-shipping-address input[type="radio"]:checked + label:after,
.methods-shipping input[type="radio"]:checked + label:after,
.payment-methods input[type="radio"]:checked + label:after,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label:after,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #295135;
}
.abs-radio input[type="radio"]:hover + label,
.abs-radio input[type="radio"]:checked + label,
.checkout-shipping-address input[type="radio"]:hover + label,
.checkout-shipping-address input[type="radio"]:checked + label,
.methods-shipping input[type="radio"]:hover + label,
.methods-shipping input[type="radio"]:checked + label,
.payment-methods input[type="radio"]:hover + label,
.payment-methods input[type="radio"]:checked + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label {
  border: solid 1px #295135;
  border-radius: 2px;
}
.abs-radio input[type="radio"]:hover + label:before,
.abs-radio input[type="radio"]:checked + label:before,
.checkout-shipping-address input[type="radio"]:hover + label:before,
.checkout-shipping-address input[type="radio"]:checked + label:before,
.methods-shipping input[type="radio"]:hover + label:before,
.methods-shipping input[type="radio"]:checked + label:before,
.payment-methods input[type="radio"]:hover + label:before,
.payment-methods input[type="radio"]:checked + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label:before,
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label:before {
  border-color: #295135;
}
/*
** Homepage Banner
 */
.arrow-next.fa,
.arrow-prev.fa {
  font-size: 0;
  text-align: center;
}
.arrow-next.fa:before,
.arrow-prev.fa:before {
  font-size: 32px;
  display: block;
}
.arrow-next.fa:hover,
.arrow-prev.fa:hover {
  cursor: pointer;
}
.arrow-next.slick-disabled,
.arrow-prev.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider_mgs_carousel .arrow-next {
  padding-left: 5px;
}
.slick-arrow.fa {
  position: absolute;
  top: calc(50% - 80px);
  transform: translateY(-50%);
  z-index: 9;
}
.slick-arrow.fa-angle-right {
  right: 0;
}
.slick-arrow.fa-angle-left {
  left: 0;
}
@media (max-width: 768px) {
  .slick-arrow.fa {
    top: calc(50% - 30px);
  }
}
.items.slick-slider {
  position: relative;
}
.slider_mgs_carousel.owl-carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}
.custom-box-product-bg.flora .content-block {
  background-color: transparent;
  padding: 0 20px;
}
.productv3.flora .img-thumbnail {
  background-color: transparent;
  border: none;
}
.productv3.flora .product-item .product-item-info .product-top .product-item-photo {
  background-color: transparent;
  position: relative;
  display: block;
  text-align: center;
}
.productv3.flora .product-item .product-item-info .product-top .product-item-photo img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.table-checkout-shipping-method.not-show .row:not(.row-error) {
  display: none;
}
@media (min-width: 769px) {
  .custom-box-product-bg.flora .content-block {
    padding: 0;
  }
  .block-contact .block-content,
  .block-info .block-content,
  .block-account .block-content,
  .block-location .block-content {
    display: block !important;
  }
  .slick-arrow.fa {
    top: calc(50% - 90px);
  }
}
@media (max-width: 769px) {
  .footer .block-contact h4:hover,
  .footer .block-info h4:hover,
  .footer .block-contact h4:active,
  .footer .block-info h4:active {
    color: #000000;
  }
  .custom-box-product-bg.flora .products-grid .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .custom-box-product-bg.flora .products-grid .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
  .block-contact h4,
  .block-info h4,
  .block-account h4,
  .block-location h4 {
    cursor: pointer;
  }
  .block-contact h4:after,
  .block-info h4:after,
  .block-account h4:after,
  .block-location h4:after {
    content: '\f3d0';
    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;
    float: right;
    font-weight: 600;
  }
  .block-contact h4.opened:after,
  .block-info h4.opened:after,
  .block-account h4.opened:after,
  .block-location h4.opened:after {
    content: '\f3d8';
  }
  .block-contact h4:hover,
  .block-info h4:hover,
  .block-account h4:hover,
  .block-location h4:hover,
  .block-contact h4:focus,
  .block-info h4:focus,
  .block-account h4:focus,
  .block-location h4:focus,
  .block-contact h4:active,
  .block-info h4:active,
  .block-account h4:active,
  .block-location h4:active {
    color: #295135;
  }
}
.block-get-inspired {
  font-size: 0;
}
.block-get-inspired .img-top,
.block-get-inspired .img-bottom,
.block-get-inspired .img-center {
  position: relative;
  display: block;
  overflow: hidden;
}
.block-get-inspired .img-top {
  margin-bottom: 30px;
}
/**
** Footer
 */
.footer .block-contact ul li {
  padding-left: 0;
}
.footer-links li:first-child {
  padding-right: 15px;
  border-right: solid 1px #696969;
  line-height: 1;
}
@media (max-width: 769px) {
  .bottom-ft-container .row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .bottom-ft-container .col-lg-6 {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-links {
    float: none;
  }
}
.title-block h2 {
  position: relative;
  margin-bottom: 30px;
}
.title-block h2 i {
  font-style: normal;
}
.title-block h2:after {
  content: '';
  width: 80px;
  height: 2px;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #295135;
  bottom: -10px;
}
/**
** Layout section in the Homepage
 */
.title-block p.h4:before,
.title-block p.h4:after {
  display: none;
}
a.show-all {
  float: right;
}
@media (max-width: 769px) {
  .products-grid .product-item .product-item-info .product-item-details {
    padding-left: 0;
    padding-right: 0;
  }
  .new_arrival .title-block {
    text-align: right;
    margin-bottom: 0;
  }
  .new_arrival .title-block h2:after {
    left: auto;
    transform: unset;
    right: 5px;
  }
  .new_arrival .nav-tabs {
    text-align: right;
  }
  .block-tab-products .nav-tabs > li {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .new_section .title-block {
    text-align: left;
    margin-bottom: 0;
  }
  .new_section .title-block h2:after {
    left: 5px;
    transform: unset;
  }
  .new_section .nav-tabs {
    text-align: left;
  }
  .popular_section .title-block {
    margin-bottom: 0;
  }
  .popular_section .nav-tabs {
    text-align: center;
  }
  .popular_section a.show-all {
    float: none;
  }
}
.productv3.flora {
  margin: 0 -10px;
}
.productv3.flora .item.product-item {
  padding: 0 10px;
  width: 100%;
  height: auto;
}
.productv3.flora .product-item {
  float: left;
}
.productv3.flora .product-item:nth-child(n+3) {
  display: none;
}
.productv3.flora .items.on-init .product-item:nth-child(n+3) {
  display: block;
}
.productv3.flora .product-item-name {
  display: block;
  position: relative;
}
.productv3.flora .slick-track {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.productv3.flora .product-item-div {
  height: 100%;
}
.productv3.flora .product-item-row {
  height: 100%;
}
.productv3.flora .product-item-row .item.product-item {
  height: 100%;
}
.slick-slide.slider-item {
  height: auto;
}
@media (min-width: 769px) {
  .new_section .block-deal-flower,
  .new_arrival .block-deal-flower {
    padding: 0;
  }
  .new_section .title-block,
  .new_arrival .title-block {
    padding-top: 0;
  }
  .new_section .products-grid.productv3 .product-item .product-item-info,
  .new_arrival .products-grid.productv3 .product-item .product-item-info {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .new_section > .row,
  .new_arrival > .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
/**
** MGS Brand
 */
.mgs-brand-widget {
  padding-bottom: 2rem;
}
.mgs-brand-widget .default {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mgs-brand-widget .item {
  width: calc((100% - 3px) / 2);
  margin-right: 3px;
  margin-bottom: 0;
}
.mgs-brand-widget .item img {
  height: auto;
  max-width: 100%;
}
.mgs-brand-widget .image {
  display: flex;
  align-items: center;
  height: 100%;
}
.mgs-brand-widget .image a {
  display: block;
  margin: auto;
}
.mgs-brand-widget .title-block {
  text-align: right;
  background: unset;
  margin-bottom: 0;
}
.mgs-brand-widget .title-block h2:after {
  right: 0;
  left: auto;
  transform: unset;
}
@media (max-width: 769px) {
  .mgs-brand-widget .item:nth-child(2n) {
    margin-right: 0;
  }
  .mgs-brand-widget .title-block {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .mgs-brand-widget {
    max-width: 1768px;
    margin: 0 auto;
  }
  .mgs-brand-widget .item {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .mgs-brand-widget .item:nth-child(4n) {
    margin-right: 0;
  }
}
/**
** Newsletter
 */
@media (min-width: 1200px) {
  body.wide .block-newsletter-ft .container {
    width: 800px;
  }
}
@media (min-width: 992px) {
  body.wide .block-newsletter-ft .container {
    width: 800px;
  }
}
/**
** Header
 */
.header-left,
.header-center,
.header-right {
  float: left;
}
.header-left {
  width: 222px;
}
.header-center {
  width: calc(100% - 334px);
}
.header-right {
  width: 112px;
}
.header1 .block-search .block-content {
  width: auto;
  position: relative;
}
.header1 .block-search .minisearch {
  min-width: 33rem;
  z-index: 1002;
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 15px;
}
/**
** Section Catalog
 */
.box-img img {
  width: 100%;
}
.block-flower-catalog > .row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: .75rem 0;
}
.block-flower-catalog > .row:before,
.block-flower-catalog > .row:after {
  content: normal;
}
@media (min-width: 769px) {
  .box-text {
    font-size: 14px;
  }
  .products-grid.productv3 .product-item .product-item-info .product-item-name h4 {
    font-size: 18px;
  }
}
/**
** Listing Page
 */
.filter-options.row {
  margin: 0;
}
body.wide.catalog-category-view .page-main.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.wide.catalog-category-view .page-main.container .column.main {
  width: 100%;
  max-width: 1534px;
  margin: 30px auto 0;
  padding: 0 25px;
  float: none;
}
body.wide.catalog-category-view .page-main.container > .row {
  margin: 0;
}
.block.filter .filter-heading h3 {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
.block.filter .filter-heading h3:after {
  font-family: "Ionicons";
  display: inline-block;
  font-size: 15px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 992px) {
  .block.filter .filter-heading h3 {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
    word-break: break-word;
  }
  .block.filter .filter-heading h3:after {
    right: auto;
    margin-left: 10px;
  }
  .filter-toggle {
    display: none;
  }
}
.mgs-filter-item-checkbox input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  padding-left: 0;
}
.catalog-category-view .product-reviews-summary {
  display: none;
}
.sorter,
.limiter {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
}
.sorter label,
.limiter label {
  display: inline-block;
  width: 165px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  color: #9c9b9b;
  margin-right: 5px;
  text-transform: capitalize;
}
.limiter {
  float: none;
}
.sorter .sorter-action {
  display: none;
}
.mgs-filter .block-title.filter-title {
  display: block;
  position: relative;
}
.mgs-filter .block-title.filter-title strong {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.15;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
.mgs-filter .block-title.filter-title:after {
  content: '';
  width: 45px;
  height: 2px;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  background-color: #295135;
  bottom: -10px;
}
.mgs-ajax-layer-item {
  padding-left: 18px;
  width: calc(100% - 25px);
  display: inline-flex;
  justify-content: space-between;
}
.mgs-filter-item-checkbox {
  vertical-align: middle;
}
.mgs-option-count {
  color: #ff9900;
  text-align: right;
  min-width: 30px;
}
.mgs-option-count:before,
.mgs-option-count:after {
  display: inline-block;
}
.mgs-option-count:before {
  content: '(';
  margin-right: -3px;
}
.mgs-option-count:after {
  content: ')';
}
.filter-toggle a.title {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  background-color: #295135;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .filter-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mgs-filter-active .filter-active-item-clear-all {
    text-decoration: underline;
    padding-bottom: 1rem;
  }
  .custom-slide {
    bottom: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    right: 14.8rem;
    z-index: 1000;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: transparent;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  .custom-slide-left {
    left: 100px;
    right: 0;
  }
  .custom-slide-left .modal-inner-wrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .modals-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
  }
  .filter-slider-right.custom-slide {
    padding: 2rem;
    border-radius: 0;
    background-color: #eeeeee;
  }
  .filter-slider-right .block.filter .filter-options .filter-option .filter-heading h3:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .mgs-ajax-layer-item {
    display: inline-block;
  }
  .sorter label,
  .limiter label {
    width: auto;
  }
  .mgs-filter .block-title.filter-title {
    margin-bottom: 3.5rem;
    margin-top: 0;
  }
  .mgs-filter .block-title.filter-title strong {
    font-size: 20px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1204px) {
  .limiter {
    margin-right: 3rem;
  }
}
.item-code {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-code b {
  display: inline-block;
  padding-right: 1rem;
  font-weight: 400;
}
.item-code span {
  color: black;
}
.item.checked a {
  color: #295135;
}
.products.list.productv3 .product-item .product-item-details .product-item-name h4 {
  margin-bottom: 5px;
}
.products.list.productv3 .product-item .product-item-details .product-item-name h4:after {
  display: none;
}
.products.list.productv3 .product-item .product-item-details .price-box {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.products.list.productv3 .product-item .product-item-details .product-item-inner .product-item-actions .btn-addto {
  border: none;
}
.products.list.productv3 .product-item .product-item-details .ion-heart {
  font-size: 30px;
  color: #cf2a27;
}
.products.list.productv3 .item-code:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #ff9900;
  margin-top: 5px;
}
.products.list.productv3 .btn-primary {
  border-radius: 2px;
  min-width: 200px;
  margin-right: 10px;
}
.products.list.productv3 .product-item-photo {
  cursor: pointer;
  pointer-events: none;
  display: block;
  border: 1px solid #ddd;
  font-size: 0;
  padding: 3px;
}
.products.list.productv3 .product-item-photo .img-thumbnail {
  border: none;
}
.products.list.productv3 .product-item {
  padding: 25px 30px 25px;
}
@media (max-width: 768px) {
  .products.list.productv3 .product-item .product-item-details {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products.list.productv3 .product-item .product-item-details .product-item-inner {
    float: right;
  }
  .products.list.productv3 .product-item .product-item-details .top-details.row {
    width: 100%;
  }
  .products.list.productv3 .product-item .product-item-details .price-box {
    float: left;
    margin-top: 1rem;
    margin-right: auto;
    line-height: 21px;
  }
  .products.list.productv3 .product-item .product-item-details .btn-primary {
    margin-right: 0;
    min-width: 6rem;
    font-size: 2rem;
    padding: 1rem;
  }
  .products.list.productv3 .product-item .product-item-details .btn-primary .text {
    display: none;
  }
  .products.list.productv3 .product-item .product-item-details .product-item-description {
    margin-bottom: 0;
    margin-top: 1rem;
    order: 1;
  }
  .products.list.productv3 .product-item .product-item-details [class*="swatch-opt-"] {
    width: 100%;
  }
  .products.list .product-top-right .sale-label,
  .products.list .product-top-right .stock {
    top: 1rem;
    right: 1rem;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .products.list.productv3 .product-item .product-item-details .btn-primary .icon {
    display: none;
  }
}
/**
** Category Breadcrumbs
 */
.breadcrumbs {
  padding: 40px 0 40px;
  margin-bottom: 0;
  border-top: solid 1px #666666;
  border-bottom: solid 1px #666666;
}
.breadcrumbs h1 {
  font-weight: 400;
  font-size: 18px;
}
.breadcrumbs .breadcrumb {
  margin: 24px 2px 0;
}
.breadcrumbs .h5 {
  font-size: 13px;
}
.breadcrumbs-content {
  width: 400px;
  margin: 0 auto;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.5);
}
.category-description {
  padding: 29px 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 15px 0 15px;
  }
  .breadcrumbs h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .breadcrumbs h5,
  .breadcrumbs .h5 {
    font-size: 14px;
  }
  .breadcrumbs-content {
    width: 255px;
    padding: 10px;
  }
}
dd.filter-options-content {
  display: block;
}
dd.filter-options-content li.item {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  dd.filter-options-content {
    display: none;
    width: 100%;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    padding: 80px 0 23px;
    margin-top: 33px;
    border-top: solid 1px #295135;
  }
  dd.filter-options-content.active {
    display: block;
  }
  dd.filter-options-content .items {
    font-size: 0;
  }
  dd.filter-options-content .item {
    display: inline-block;
    width: calc(100% / 5);
    font-size: 14px;
    margin-bottom: 10px;
  }
  .filter-options.row {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .filter-options.row:before,
  .filter-options.row:after {
    content: '';
    display: table;
  }
  .filter-options.row:after {
    clear: both;
  }
  dt.filter-options-title {
    float: left;
    width: auto;
    box-sizing: border-box;
    cursor: pointer;
    color: #295135;
    margin-right: -1px;
    margin-top: -1px;
  }
  dt.filter-options-title .filter-heading {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1.5rem 0 1rem;
  }
  dt.filter-options-title .filter-heading:before {
    position: absolute;
    width: calc(100% - .2rem);
    height: calc(100% - .25rem);
    top: .14rem;
    right: 0;
    bottom: 0;
    left: .1rem;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 0 9px 0 0;
    background: #eeeeee;
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.9deg) translateZ(-0.5px);
    transform: perspective(5px) rotateX(0.9deg) translateZ(-0.5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  dt.filter-options-title .filter-heading:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    outline: 1px solid transparent;
    border-radius: 0 10px 0 0;
    background: #295135;
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.9deg) translateZ(-0.5px);
    transform: perspective(5px) rotateX(0.9deg) translateZ(-0.5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  dt.filter-options-title.active {
    color: #ffffff;
  }
  dt.filter-options-title.active .filter-heading:before {
    background: #295135;
  }
  dd.filter-options-content:after,
  dd.filter-options-content:before {
    content: '';
    display: table;
  }
  dd.filter-options-content:after {
    clear: both;
  }
}
@media (min-width: 1200px) {
  dd.filter-options-content {
    padding-top: 60px;
  }
}
.toolbar-box .col-md-8 {
  text-align: right;
}
.price-box {
  font-style: normal;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}
.price-box .special-price .price {
  color: #cf2a27;
}
.products-grid.productv3 .product-item {
  margin-bottom: 20px;
}
.gift-form .price-box {
  text-align: center;
  width: 100%;
}
.gift-form .price-box .price,
.gift-form .price-box .old-price .price {
  font-size: 1.4rem;
}
.gift-form .price-box .free {
  color: #cf2a27;
}
@media (min-width: 769px) {
  .mpanel-product-view .products-grid.productv3 .product-item {
    position: relative;
    margin-bottom: 80px;
  }
  .mpanel-product-view .products-grid.productv3 .product-item .product-item-info {
    position: relative;
  }
  .mpanel-product-view .products-grid.productv3 .product-item .product-item-info .product-item-name h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mpanel-product-view .products-grid.productv3 .product-item .product-item-info .product-item-photo {
    padding: 5px;
  }
  .catalog-category-view .product-top-right,
  .mpanel-product-view .product-top-right,
  .catalogsearch-result-index .product-top-right {
    right: 0;
  }
  .catalog-category-view .products-list .product-top-right,
  .mpanel-product-view .products-list .product-top-right,
  .catalogsearch-result-index .products-list .product-top-right {
    right: 15px;
    width: calc(100% - 30px);
    min-width: auto;
    top: 0;
    padding-bottom: calc(100% - 22px);
  }
  .catalog-category-view .col-sm-4,
  .mpanel-product-view .col-sm-4,
  .catalogsearch-result-index .col-sm-4 {
    width: 25%;
    float: none;
    margin-bottom: 35px;
  }
  .catalog-category-view .products-grid.productv3 .product-item .product-item-info .product-item-name h4,
  .mpanel-product-view .products-grid.productv3 .product-item .product-item-info .product-item-name h4,
  .catalogsearch-result-index .products-grid.productv3 .product-item .product-item-info .product-item-name h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .products.list.productv3 .product-top.col-sm-5 {
    width: 304px;
  }
  .price-box .price {
    font-size: 2rem;
  }
  .price-box .old-price .price {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .catalog-category-view .row-sm-first,
  .catalog-category-view .clear-sm {
    clear: none;
  }
}
@media (max-width: 370px) {
  .toolbar-amount {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .filter-options-title.filter-heading {
    color: #ff9900;
  }
  .block.filter .filter-options-title .filter-heading h3:after {
    display: none;
  }
  .toolbar-products .limiter {
    margin-bottom: 3rem;
    padding-top: 2rem;
  }
  .toolbar-products .modes {
    position: absolute;
    top: -30px;
    right: 15px;
  }
  .toolbar-products .sorter,
  .toolbar-products .limiter {
    width: 100%;
    margin-bottom: 15px;
  }
  .toolbar-amount {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 550px) {
  .toolbar-products.row {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-box > .col-sm-3,
  .toolbar-box > .col-sm-9 {
    width: 100%;
  }
}
/**
** Mega menu
 */
.menu-image {
  display: none;
}
.menu-image.show {
  display: block;
}
@media (max-width: 991px) {
  .navigation .nav-main li.dropdown .dropdown-menu li {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .mega-menu-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .mega-menu-content .row {
    width: 100%;
    max-width: 600px;
  }
  .mega-menu-content.menu-img .menu-image {
    display: inherit;
    width: 300px;
  }
  .mega-menu-content .top_content {
    width: 300px;
    order: 1;
    padding: 0;
    float: right;
  }
  .mega-menu-content .top_content p {
    margin-bottom: 0;
  }
  .mega-menu-content .top_content ~ .col-md-6 {
    width: calc(100% - 300px);
  }
  ul.dropdown-menu {
    max-width: 900px;
    padding: 0;
  }
  .mega-menu-content:not(.menu-image) > .row {
    width: 100%;
  }
  .mega-menu-content.menu-img > .row {
    webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: calc(100% - 300px);
    max-width: 600px;
    margin: 0;
  }
  .mega-menu-content.menu-img .col-md-6 {
    width: 50%;
  }
  .navigation .nav-main li.dropdown .dropdown-menu {
    width: 500px;
    left: 50%;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li.level2 {
    padding: 0 1rem;
  }
  .navigation .nav-main li.dropdown:hover > .dropdown-menu {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .navigation .nav-main li.dropdown:first-child .dropdown-menu {
    width: 750px;
    left: 0;
  }
  .navigation .nav-main li.dropdown:first-child:hover > .dropdown-menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .navigation .nav-main li.dropdown:nth-child(2) .dropdown-menu {
    left: 0;
    width: 550px;
  }
  .navigation .nav-main li.dropdown:nth-child(2):hover > .dropdown-menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (min-width: 1204px) {
  .navigation .nav-main li.dropdown:first-child .dropdown-menu {
    width: 900px;
  }
}
@media (min-width: 1370px) {
  .navigation .nav-main li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/**
** Category
 */
body.wide.catalog-product-view .container {
  width: 100%;
  max-width: 1400px;
}
@media (min-width: 992px) {
  .product-details-view {
    padding-top: 30px;
  }
  .product.media.col-sm-5 {
    width: 530px;
  }
  .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 14px;
  }
  .product-info-main.col-sm-7 {
    width: calc(100% - 530px);
  }
}
@media (max-width: 380px) {
  .product.media {
    max-width: 364px;
    margin: 0 auto;
    float: none !important;
  }
}
@media (max-width: 991px) {
  .product-details-view .product.media {
    padding: 0;
    margin-bottom: 2rem;
  }
  .product-details-view .product-info-price {
    padding-top: 20px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: -2px;
  }
  .fotorama__thumb {
    background-color: transparent;
    border: solid 1px #000;
  }
  .product-info-main {
    padding: 0 20px;
  }
  .product-info-main.col-sm-7 {
    width: 100%;
    position: static;
  }
  .product.media.col-sm-5 {
    width: 100%;
  }
  .block.upsell .title-block h2,
  .block.related .title-block h2 {
    font-size: 22px;
  }
  .product.info.detailed .items > .item.title a {
    padding-top: 1rem;
  }
  .product.info.detailed .items > .item.title:after {
    margin-top: -0.5rem;
  }
}
.block.upsell .title-block,
.block.related .title-block,
.block.crosssell .title-block {
  text-align: left;
  padding-bottom: 0;
}
.block.upsell .title-block h2,
.block.related .title-block h2,
.block.crosssell .title-block h2 {
  font-size: 2rem;
  font-weight: 400;
}
.block.upsell .title-block h2:after,
.block.related .title-block h2:after,
.block.crosssell .title-block h2:after {
  left: 0;
  transform: unset;
  width: 105px;
}
.block.upsell .title-block h2 i,
.block.related .title-block h2 i,
.block.crosssell .title-block h2 i {
  font-style: normal;
}
.block.crosssell .slick-list.draggable {
  max-width: 900px;
}
.btn-addto.tocompare {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.box-tocart.disabled {
  display: none;
}
@media (min-width: 769px) {
  .product-details-view .product-info-main .product-name .product-title {
    margin-top: 0;
  }
  .product-details-view .product-info-main .price-box .price {
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
  }
  .product-details-view .product-info-main .short_description {
    font-size: 14px;
  }
  .product-details-view .product-info-main .product-add-form .product-addto {
    padding-top: 25px;
  }
  .product-details-view .product-info-main .product-add-form .product-addto .btn-addto {
    font-size: 14px;
  }
  .product-details-view .product-info-main .product-add-form .product-addto .towishlist {
    text-align: left;
  }
  .product-details-view .product-info-main .product-add-form .actions + .product-addto {
    padding-top: 0;
    width: calc((100% / 3) - 10px);
  }
  .box-tocart {
    font-size: 0;
  }
  .box-tocart .field.qty {
    display: inline-block;
    width: calc((100% / 2) - 10px);
    vertical-align: middle;
    margin-right: 20px;
  }
  .box-tocart .field.qty .control {
    margin-bottom: 0;
  }
  .box-tocart .field.qty .control .input-text.qty {
    height: 44px;
    font-size: 24px;
    padding: 0;
  }
  .box-tocart .field.qty .control .edit-qty {
    width: 72px;
    height: 44px;
    font-size: 30px;
    line-height: 44px;
  }
  .box-tocart .actions {
    display: inline-block;
    width: calc((100% / 2) - 10px);
    min-width: 130px;
  }
  .box-tocart .actions .btn-primary {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .product.info.detailed .items > .item.content {
    padding-top: 10px;
    padding-bottom: 3rem;
  }
}
.product.attibute .image {
  padding: 3px;
  border: solid 1px #000;
}
.product.attibute .image img {
  max-width: 100%;
  height: auto;
}
.product.attibute li:before {
  content: '✦';
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .mega-menu-content .top_content {
    display: none;
  }
  .mega-menu-content .top_content ~ .col-md-6 {
    width: auto;
    padding: 0;
  }
  .mega-menu-content > .row {
    margin: 0;
  }
  .mega-menu-content.menu-img .col-md-6 {
    padding: 0;
  }
  ul.sub-menu {
    padding-left: 10px;
  }
}
@media (max-width: 540px) {
  .block-cart-header .minicart-items-wrapper {
    max-height: 285px;
  }
}
/**
** Checkout cart
 */
.product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.product-item-code {
  margin-bottom: 2px;
}
.product-item-code dd {
  color: #a7a7a7;
}
.product-item-code dt {
  font-weight: 400;
}
.item-info dt,
.item-options dt,
.product-item-code dt,
.item-info dd,
.item-options dd,
.product-item-code dd {
  float: left;
  margin-top: 7px;
}
.item-info dt,
.item-options dt,
.product-item-code dt {
  color: #333;
  min-width: 83px;
  clear: both;
  margin-right: 10px;
  white-space: unset;
}
.item-options dd {
  line-height: 1;
}
.checkout-methods-items li.item {
  text-align: center;
  margin-bottom: 20px;
}
.checkout-methods-items .btn-primary {
  border-radius: 2px;
  padding: 12px 15px;
}
.continue.btn-default {
  border-radius: 2px;
  padding: 12px 20px 12px;
}
.cart-totals .amount,
.opc-block-summary .amount {
  width: 145px;
}
.cart-totals .mark,
.opc-block-summary .mark,
.cart-totals .amount,
.opc-block-summary .amount {
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
}
.cart-totals .mark,
.opc-block-summary .mark {
  width: calc(100% - 145px);
}
.cart-totals .mark strong,
.opc-block-summary .mark strong {
  font-weight: 400;
}
.cart-totals .totals.order .incl,
.opc-block-summary .totals.order .incl,
.cart-totals .totals.sub .incl,
.opc-block-summary .totals.sub .incl {
  font-size: 0;
  padding-top: 6px;
}
.cart-totals .totals.order .incl .mark,
.opc-block-summary .totals.order .incl .mark,
.cart-totals .totals.sub .incl .mark,
.opc-block-summary .totals.sub .incl .mark {
  text-transform: capitalize;
}
.cart-totals .totals.order .incl .mark strong,
.opc-block-summary .totals.order .incl .mark strong,
.cart-totals .totals.sub .incl .mark strong,
.opc-block-summary .totals.sub .incl .mark strong {
  cursor: pointer;
  font-weight: 700;
}
.cart-totals .totals.order .incl .mark strong:after,
.opc-block-summary .totals.order .incl .mark strong:after,
.cart-totals .totals.sub .incl .mark strong:after,
.opc-block-summary .totals.sub .incl .mark strong:after {
  content: '\f10a';
  font-family: 'Ionicons';
  font-size: 12px;
  margin-left: 10px;
  margin-right: -17px;
}
.cart-totals .totals.order .incl .mark strong.active:after,
.opc-block-summary .totals.order .incl .mark strong.active:after,
.cart-totals .totals.sub .incl .mark strong.active:after,
.opc-block-summary .totals.sub .incl .mark strong.active:after {
  content: '\f104';
}
.cart-totals .totals.order .incl.active .mark strong:after,
.opc-block-summary .totals.order .incl.active .mark strong:after,
.cart-totals .totals.sub .incl.active .mark strong:after,
.opc-block-summary .totals.sub .incl.active .mark strong:after {
  content: '\f104';
}
.cart-totals .totals.order .excl,
.opc-block-summary .totals.order .excl,
.cart-totals .totals.sub .excl,
.opc-block-summary .totals.sub .excl {
  font-size: 0;
}
.order.totals .mark {
  font-weight: normal;
  text-transform: unset;
  background-color: transparent;
  font-size: 1.4rem;
  padding: 1rem 0;
}
.order.totals .price {
  font-size: 14px;
  font-weight: normal;
}
.order.totals .incl {
  text-transform: uppercase;
  position: relative;
}
.order.totals .incl > .amount .price {
  font-size: 18px;
}
.order.totals .incl strong {
  font-weight: 700;
}
.order.totals .excl .amount {
  color: #a7a7a7;
}
.order.totals .totals-tax-details {
  display: none;
}
.order.totals > td {
  padding: 0;
}
.fieldset.coupon .form-group {
  margin-bottom: 12px;
}
.current-payment .shipping-information {
  border-top: none;
}
.shipping-information,
.billing-information {
  padding: 2rem 0;
  border-top: solid 1px #eee;
}
.shipping-information-content span,
.billing-information-content span {
  display: inline-block;
  width: 100%;
  margin-bottom: .5rem;
}
.shipping-information-content span:before,
.billing-information-content span:before {
  font-family: "OrganieFarm";
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 1rem;
  vertical-align: text-bottom;
}
.shipping-information-content span.firstname:before,
.billing-information-content span.firstname:before {
  content: '\e905';
}
.shipping-information-content span.address:before,
.billing-information-content span.address:before {
  content: '\e904';
  margin-right: 5px;
}
.shipping-information-content span.telephone:before,
.billing-information-content span.telephone:before {
  content: '\e902';
}
.shipping-information-content span.email:before,
.billing-information-content span.email:before {
  content: '\e903';
}
.shipping-information-content span.calendar:before,
.billing-information-content span.calendar:before {
  content: '\e900';
}
.shipping-information-content span.note:before,
.billing-information-content span.note:before {
  content: '\e927';
}
@media (max-width: 991px) {
  .cart-summary table.totals {
    margin-bottom: 3rem;
  }
  .block.discount + .action.continue {
    display: none;
  }
  .checkout-methods-items .btn-primary,
  .checkout-methods-items .btn-default {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .header1 .logo {
    padding-left: .5rem;
  }
}
@media (min-width: 992px) {
  .cart.table-wrapper th {
    border: solid 1px #333;
  }
  #shopping-cart-table tbody tr td {
    padding: 30px 10px 30px 30px;
  }
  #shopping-cart-table tbody tr td .cart-price .price {
    padding-top: 0;
  }
  #shopping-cart-table .product-item-name:after {
    content: '';
    width: 120px;
    height: 2px;
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #295135;
  }
  #shopping-cart-table tbody:last-child {
    border-bottom: 2px solid #ddd;
  }
  .cart-summary .checkout-methods-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .checkout-methods-items li.item.continue {
    margin-right: 2rem;
  }
  .cart-container .shopping-cart-bottom .discount {
    max-width: 40rem;
    border-bottom: none;
  }
  .cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.grand th strong {
    font-size: 24px;
  }
  .cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.grand td .price {
    line-height: 24px;
  }
}
/**
** Sale product countdown time
 */
time {
  display: block;
  padding-top: 10px;
  margin: 0 auto;
}
time .item {
  display: inline-block;
  width: calc(100% / 4);
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5rem 0;
  border: solid 1px #ddd;
  border-left: none;
}
time .item:first-child {
  border-left: solid 1px #ddd;
}
time .label {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
  color: #295135;
  display: inline-block;
  padding-left: 2px;
}
@media (max-width: 768px) {
  time .item {
    font-size: 1.2rem;
  }
  time .label {
    font-size: 1.2rem;
  }
}
/**
** Checkout page step 1
 */
.form-login .title,
.register-form .title {
  margin-top: 17px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.form-login .sub-title,
.register-form .sub-title {
  margin-top: 5px;
  line-height: 17px;
  margin-bottom: 22px;
}
.form-login .form-group,
.register-form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.promo-ads__title {
  font-size: 18px;
  font-weight: 700;
  color: #cf2a27;
  margin-top: 15px;
}
.details__option__item {
  padding: 7px 0;
}
.details__option__item img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.authentication-wrapper {
  display: none;
}
body.wide.checkout-index-index .container {
  width: 100%;
}
.checkout-container .checkout-payment-method .opc-block-summary > .title {
  text-align: left;
}
.checkout-container .checkout-payment-method .opc-block-summary > .title:after {
  margin: 1rem auto 0 0;
}
.checkout-payment-method .items-in-cart {
  width: 100%;
}
.opc-sidebar-block {
  border-radius: 2px;
  background-color: #f8f7f7;
  padding: 40px;
}
@media (max-width: 991px) {
  .checkout-index-index .column.main {
    margin-top: 0;
  }
  .opc-progress-bar {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body.wide.checkout-index-index .container {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  body.wide.checkout-index-index .container {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .checkout-step-left,
  .checkout-step-right {
    float: left;
    width: 50%;
  }
  .checkout-step-left {
    padding-right: 15px;
  }
  .checkout-step-right {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .opc-progress-bar {
    width: 100%;
    margin-left: 15px;
  }
  .checkout-container:before,
  .checkout-container:after {
    content: '';
    display: table;
  }
  .checkout-container:after {
    clear: both;
  }
  .checkout-container button:not(.btn-login) {
    min-width: 220px;
  }
  .checkout-container .form-login {
    max-width: 400px;
  }
  .checkout-container .button.continue {
    margin: 0 0 0 auto;
  }
  .register-form .title {
    margin-bottom: 10px;
  }
  .checkout-payment-method .opc-block-summary {
    max-width: 550px;
  }
}
/**
Style old price
 */
.table-totals {
  position: relative;
  z-index: 1;
}
.totals-tax {
  display: none;
  visibility: hidden;
}
.totals.table {
  position: relative;
}
.totals.sub .amount {
  font-size: 0;
}
.totals .old-price {
  font-size: 1.4rem;
  color: #a7a7a7;
  margin-right: 1rem;
  text-decoration: line-through;
}
.totals .old-price + .price {
  color: #cf2a27;
}
.totals.saving {
  position: absolute;
  top: 2.8rem;
  right: 31rem;
  font-size: .9rem;
  color: #ffffff;
  text-transform: capitalize;
}
.totals.saving .price {
  position: relative;
  display: inline-block;
  padding-top: 23px;
  text-align: left;
  padding-left: 4px;
  min-width: 63px;
  font-size: .9rem;
  font-style: italic;
}
.totals.saving .price:before {
  content: "Total Saving";
  display: block;
}
.totals.saving .price:after {
  content: '\e926';
  font-family: "OrganieFarm";
  font-size: 7rem;
  position: absolute;
  right: 0;
  top: -20px;
  color: #cf2a27;
  z-index: -1;
  font-style: normal;
}
@-moz-document url-prefix() {
  .totals.saving .price {
    padding-left: 0;
    font-size: .8rem;
    padding-top: 20px;
  }
}
.totals.shipping .label {
  display: none;
}
.opc-payment {
  margin-top: 1rem;
}
@media (max-width: 420px) {
  .totals.saving {
    top: 4.5rem;
    right: 30rem;
  }
  .totals.saving .price {
    padding-top: 5px;
    width: 50px;
    font-style: normal;
    min-width: 50px;
    text-align: center;
  }
  .totals.saving .price:after {
    transform: rotate(-45deg);
    font-size: 6.5rem;
    right: -10px;
  }
}
@media (max-width: 325px) {
  .totals.saving {
    top: 4.5rem;
    right: 25rem;
  }
}
@media (min-width: 1265px) {
  .checkout-container .opc-sidebar {
    width: 410px;
  }
  .checkout-container .opc-sidebar .modal-inner-wrap,
  .checkout-container .opc-sidebar .modal-content {
    height: 100%;
  }
  .checkout-container .opc-wrapper,
  .checkout-container .opc-progress-bar {
    width: calc(100% - 410px);
  }
  .checkout-container .opc-wrapper[data-payment="true"],
  .checkout-container .opc-progress-bar[data-payment="true"] {
    width: 100%;
  }
  .opc-sidebar-block {
    margin-top: -175px;
  }
  .opc-sidebar-block.current-payment {
    margin-top: 2rem;
    margin-left: -20rem;
  }
  .checkout-payment-method .opc-block-summary {
    max-width: 550px;
  }
  .opc-payment {
    max-width: 610px;
  }
}
.shipping .label,
.shipping .value {
  display: inline-block;
}
.checkout-payment-method .shipping-information {
  border-top: solid 1px #eee;
}
.checkout-payment-method .billing-information {
  border-bottom: solid 1px #eee;
  margin-bottom: 2rem;
}
.payment-group {
  position: relative;
  padding-bottom: 9rem;
}
.payment-group .payment-method._active .checkout-agreements-block,
.payment-group .payment-method._active .actions-toolbar {
  position: absolute;
  bottom: 0;
}
.payment-group .payment-method._active .checkout-agreements-block {
  left: 0;
}
.payment-group .payment-method._active .actions-toolbar {
  right: 0;
}
@media (max-width: 992px) {
  .payment-group {
    padding-bottom: 10rem;
    margin-bottom: 3rem;
  }
  .payment-group .payment-method._active .checkout-agreements-block {
    bottom: 3.5rem;
  }
  .payment-group .payment-method._active .actions-toolbar {
    width: 100%;
    bottom: -2.5rem;
  }
  .payment-group .payment-method._active .actions-toolbar .primary {
    width: 100%;
  }
}
/**
** Homepage
 */
.section-catalog {
  background-color: #eaf4ed;
}
@media (max-width: 768px) {
  .sale-products {
    margin-top: 3rem;
  }
  .products-grid .slick-dots {
    position: relative;
    bottom: 2rem;
    padding-bottom: 1rem;
  }
  .block-get-inspired .img-top {
    margin-bottom: 1.5rem;
  }
  .section-homepage {
    padding: 0 1.5rem;
    overflow: hidden;
  }
  .section-homepage section .container {
    padding: 0;
  }
  .section-catalog {
    padding: 0 1.5rem;
    margin: 1rem -1.5rem 3rem;
  }
  .get-inspired {
    margin-bottom: 3rem;
  }
  .products-grid .product-item .product-item-info .product-top {
    margin-bottom: 0;
  }
  time {
    padding-top: 0;
  }
  .custom-box-product-bg.flora .content-block {
    padding: 0;
  }
  .product.info.detailed .items > .item.title {
    margin-right: 40%;
  }
  .product-details-view .product-info-main .box-label {
    left: auto;
    right: 0;
    top: 0;
  }
  .product-details-view .product-info-main .box-label + .product-title {
    padding-top: 3rem;
    word-break: break-word;
  }
}
@media (min-width: 769px) {
  .product-details-view .product-info-main .box-label {
    right: calc(100% + 15px);
    width: 200px;
    text-align: right;
    left: unset;
    display: flex;
    justify-content: flex-end;
  }
  .checkout-payment-method .shipping-information,
  .checkout-payment-method .billing-information {
    display: none;
  }
  .footer {
    margin: 3rem 0 0;
  }
  .cms-index-index .section-homepage > section {
    max-width: 1306px;
    padding: 0 1.5rem;
    width: 100%;
    margin: 3rem auto 0;
  }
  .cms-index-index .section-homepage > section.section-catalog {
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cms-index-index .section-homepage > section.sun-loving-plants {
    margin-top: 3rem;
  }
  .cms-index-index .section-homepage > section.new_section .title-block,
  .cms-index-index .section-homepage > section.new_arrival .title-block,
  .cms-index-index .section-homepage > section.sun-loving-plants .title-block,
  .cms-index-index .section-homepage > section.new_section .block-deal-flower,
  .cms-index-index .section-homepage > section.new_arrival .block-deal-flower,
  .cms-index-index .section-homepage > section.sun-loving-plants .block-deal-flower {
    padding-top: 20px;
  }
  .cms-index-index .section-homepage .mgs-brand-widget {
    max-width: 1306px;
    padding: 0 1.5rem 4.5rem;
    width: 100%;
    margin: 1rem auto 0;
  }
  .block-flower-catalog {
    max-width: 1306px;
    padding: 1rem 1.5rem;
    width: 100%;
    margin: 0 auto;
  }
  .block-flower-catalog > .row {
    padding: 1rem 0;
  }
  .sun-loving-plants .title-block {
    padding-top: 0;
  }
}
.footer .block-contact .block-content .block-social {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .block-contact .block-content .block-social p {
  width: 100%;
}
/**
** CatalogSearch Result Page
 */
.catalogsearch-result-index .filter-toggle,
.catalogsearch-result-index #layered-filter-block,
.catalogsearch-result-index .product-reviews-summary {
  display: none;
}
body.wide.catalogsearch-result-index .container {
  margin-top: 50px;
}
/**
** CMS No Route Page
 */
.cms-noroute-index .page-main {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cms-noroute-index .page-main > .row {
  width: 100%;
}
.cms-noroute-index .column.main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
  float: none;
}
/**
** Footer
 */
footer .payment > div {
  float: left;
  width: 50px;
  margin-right: 5px;
  font-size: 0;
}
footer .payment > div img {
  max-width: 100%;
  height: auto;
}
/**
Product List
 */
.products-grid.productv3 .product-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid.productv3 .product-item .product-item-info .product-top .product-item-inner {
  transform: unset;
}
.products-grid.productv3 .slick-track:before,
.products-grid.productv3 .product-items:before,
.products-grid.productv3 .product-item:before,
.products-grid.productv3 .slick-track:after,
.products-grid.productv3 .product-items:after,
.products-grid.productv3 .product-item:after {
  content: normal;
}
@media (max-width: 768px) {
  .products-grid.productv3 .product-item .product-item-info .product-top {
    padding: 10px;
  }
  .products-grid.productv3 .product-item .product-item-info .product-top .product-item-inner {
    position: relative;
    top: 0;
    transform: unset;
  }
  .products-grid.productv3 .product-item .product-item-inner {
    display: none;
  }
}
@media (min-width: 769px) {
  .block.related {
    margin-bottom: 2rem;
  }
  .sale-products .products-grid.productv3 .product-item .product-item-info {
    padding-bottom: 6rem;
  }
  .sale-products time {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    left: 10px;
  }
  .products-grid.productv3 .product-item {
    position: relative;
  }
  .products-grid.productv3 .product-item .img-thumbnail {
    padding: 10px;
  }
  .products-grid.productv3 .product-item .product-item-info .product-top {
    font-size: 0;
    margin-bottom: 0;
  }
  .products-grid.productv3 .product-item .product-item-info .product-top .product.photo {
    overflow: hidden;
  }
  .products-grid.productv3 .product-item .product-item-info .product-top .product-image-photo {
    z-index: -1;
  }
  .products-grid.productv3 .product-item .product-item-info .product-top .product-item-inner .btn-addto {
    margin: 0 0 5px;
  }
  .products-grid.productv3 .product-item .product-item-info .product-top .product-item-inner .product-item-actions {
    display: block;
    width: 100%;
  }
  .products-grid.productv3 .product-item .product-item-info .product-top form {
    display: block;
    margin: 0;
  }
  .products-grid.productv3 .product-item .product-item-info .product-item-details {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .products-grid.productv3 .product-item .product-item-info .product-item-inner {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    top: 100%;
    z-index: 4;
  }
  .sale-products .products-grid.productv3 .product-item .product-item-info .product-item-inner {
    display: none;
  }
  .new_arrival .products-grid.productv3 .product-item .product-item-info .product-item-inner,
  .new_section .products-grid.productv3 .product-item .product-item-info .product-item-inner {
    padding: 0 1rem .5rem;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    z-index: 1;
  }
  .block.related .products-grid.productv3 .product-item .product-item-info:hover .product-item-details,
  .block.upsell .products-grid.productv3 .product-item .product-item-info:hover .product-item-details,
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-details.no-inner {
    border-bottom: 1px solid #b8b8b8;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-details,
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-inner {
    -ms-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.5);
    transition: opacity 0.3s ease-in;
  }
  .sale-products .products-grid.productv3 .product-item .product-item-info:hover .product-item-details,
  .sale-products .products-grid.productv3 .product-item .product-item-info:hover .product-item-inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-details .more-options,
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-inner .more-options {
    width: 100%;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-details .more-options.open,
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-inner .more-options.open {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-details .more-options.open ~ .product-item-actions,
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-inner .more-options.open ~ .product-item-actions {
    visibility: visible;
    opacity: 1;
    display: initial;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-details .more-options ~ .product-item-actions,
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-inner .more-options ~ .product-item-actions {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-item-inner {
    background-color: #fff;
  }
  .products-grid.productv3 .product-item .product-item-info:hover .product-image-photo {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: -1;
  }
  .products-grid.productv3 .product-item .btn-addto,
  .products-grid.productv3 .product-item .btn-default,
  .products-grid.productv3 .product-item .btn-primary {
    width: 100%;
    height: 100%;
    max-height: 40px;
    border-radius: 0;
    margin: 0 0 5px;
  }
  .products-grid.productv3 .product-item .btn-addto.disabled,
  .products-grid.productv3 .product-item .btn-default.disabled,
  .products-grid.productv3 .product-item .btn-primary.disabled {
    opacity: .5;
  }
  .products-grid.productv3 .product-item .btn-primary {
    margin-bottom: 0;
  }
  .products-grid.productv3 .product-item .ion-ios-search-strong {
    display: block;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .col-sm-4,
  .mpanel-product-view .col-sm-4,
  .catalogsearch-result-index .col-sm-4 {
    width: 20%;
  }
}
/**
** Fix product grid
 */
@media (min-width: 640px) and (max-width: 768px) {
  .grid.productv3 .row-xs-first {
    clear: none;
  }
  .grid.productv3 .product-item:nth-child(3n+1) {
    clear: left;
  }
}
/**
** PDP
 */
.catalog-product-view .fotorama__arr,
.catalog-product-view .fotorama__thumb__arr {
  background: transparent;
}
.catalog-product-view .fotorama__stage.fotorama__shadows--left:before,
.catalog-product-view .fotorama__nav.fotorama__shadows--left:before {
  background-image: none;
}
.catalog-product-view .fotorama__stage.fotorama__shadows--right:after,
.catalog-product-view .fotorama__nav.fotorama__shadows--right:after {
  background-image: none;
}
/**
** Checkout Page
 */
.checkout-index-index .messages {
  clear: both;
}
.checkout-login-step .field-tooltip {
  display: none;
}
.actions-toolbar .secondary {
  line-height: 4rem;
  margin-left: 2rem;
  float: left;
}
.opc-block-summary table.totals caption,
.cart-totals table.totals caption,
.opc-block-summary .table-totals caption,
.cart-totals .table-totals caption {
  display: none;
}
.opc-block-summary table.totals tbody tr,
.cart-totals table.totals tbody tr,
.opc-block-summary .table-totals tbody tr,
.cart-totals .table-totals tbody tr {
  font-size: 0;
}
.opc-block-summary table.totals tbody tr th,
.cart-totals table.totals tbody tr th,
.opc-block-summary .table-totals tbody tr th,
.cart-totals .table-totals tbody tr th {
  text-align: right;
  border: none;
  font-weight: 400;
  padding: 10px 0;
  font-size: 1.4rem;
}
.opc-block-summary table.totals tbody tr th.mark,
.cart-totals table.totals tbody tr th.mark,
.opc-block-summary .table-totals tbody tr th.mark,
.cart-totals .table-totals tbody tr th.mark {
  background: none;
}
.opc-block-summary table.totals tbody tr th .label,
.cart-totals table.totals tbody tr th .label,
.opc-block-summary .table-totals tbody tr th .label,
.cart-totals .table-totals tbody tr th .label {
  text-align: right;
}
.opc-block-summary table.totals tbody tr td,
.cart-totals table.totals tbody tr td,
.opc-block-summary .table-totals tbody tr td,
.cart-totals .table-totals tbody tr td {
  font-size: 1.4rem;
  text-align: right;
  border: none;
  background: transparent;
}
.opc-block-summary table.totals tbody tr td.order,
.cart-totals table.totals tbody tr td.order,
.opc-block-summary .table-totals tbody tr td.order,
.cart-totals .table-totals tbody tr td.order {
  padding-top: 0;
}
.opc-block-summary table.totals tbody tr.sub,
.cart-totals table.totals tbody tr.sub,
.opc-block-summary .table-totals tbody tr.sub,
.cart-totals .table-totals tbody tr.sub {
  font-size: 0;
}
.opc-block-summary table.totals tbody tr.sub th,
.cart-totals table.totals tbody tr.sub th,
.opc-block-summary .table-totals tbody tr.sub th,
.cart-totals .table-totals tbody tr.sub th {
  font-weight: 400;
  text-transform: unset;
  font-size: 1.4rem;
}
.opc-block-summary table.totals tbody tr.sub th:after,
.cart-totals table.totals tbody tr.sub th:after,
.opc-block-summary .table-totals tbody tr.sub th:after,
.cart-totals .table-totals tbody tr.sub th:after {
  content: ":";
  display: inline-block;
}
.opc-block-summary table.totals tbody tr.sub td .price,
.cart-totals table.totals tbody tr.sub td .price,
.opc-block-summary .table-totals tbody tr.sub td .price,
.cart-totals .table-totals tbody tr.sub td .price {
  font-size: 18px;
  font-weight: normal;
}
.opc-block-summary table.totals tbody tr.order th strong,
.cart-totals table.totals tbody tr.order th strong,
.opc-block-summary .table-totals tbody tr.order th strong,
.cart-totals .table-totals tbody tr.order th strong {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 0;
  line-height: 1.6;
}
.opc-block-summary table.totals tbody tr.order th strong:after,
.cart-totals table.totals tbody tr.order th strong:after,
.opc-block-summary .table-totals tbody tr.order th strong:after,
.cart-totals .table-totals tbody tr.order th strong:after {
  content: ":";
  display: inline-block;
}
.opc-block-summary table.totals tbody tr.order td,
.cart-totals table.totals tbody tr.order td,
.opc-block-summary .table-totals tbody tr.order td,
.cart-totals .table-totals tbody tr.order td {
  padding-top: 0;
  padding-bottom: 0;
}
.opc-block-summary table.totals tbody tr.order td .price,
.cart-totals table.totals tbody tr.order td .price,
.opc-block-summary .table-totals tbody tr.order td .price,
.cart-totals .table-totals tbody tr.order td .price {
  font-weight: bold;
}
.opc-block-summary table.totals tbody tr.order td .excl .price,
.cart-totals table.totals tbody tr.order td .excl .price,
.opc-block-summary .table-totals tbody tr.order td .excl .price,
.cart-totals .table-totals tbody tr.order td .excl .price {
  font-weight: normal;
}
.opc-block-summary table.totals tbody tr.order.has-saving > td,
.cart-totals table.totals tbody tr.order.has-saving > td,
.opc-block-summary .table-totals tbody tr.order.has-saving > td,
.cart-totals .table-totals tbody tr.order.has-saving > td {
  padding-bottom: 4rem;
}
.opc-block-summary table.totals tbody tr.order.has-saving > td.active,
.cart-totals table.totals tbody tr.order.has-saving > td.active,
.opc-block-summary .table-totals tbody tr.order.has-saving > td.active,
.cart-totals .table-totals tbody tr.order.has-saving > td.active {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .checkout-login-step .step-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-login-step .register-form {
    order: 3;
  }
  .checkout-login-step .form-login {
    width: 100%;
  }
  .promo-ads__title {
    margin-top: 0;
  }
}
.opc-block-summary .product-item-name {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  line-height: 16px;
}
.opc-block-summary .product-item-name:after {
  content: '';
  width: 120px;
  height: 2px;
  display: block;
  text-align: center;
  margin-top: 5px;
  background-color: #295135;
}
.opc-block-summary .product-item-details {
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 10px;
  vertical-align: top;
}
.opc-block-summary .product-item-name-block {
  position: relative;
}
.opc-block-summary .details-qty {
  position: absolute;
  left: -25px;
  z-index: 1;
  top: -10px;
  border-radius: 50%;
  background-color: #cf2a27;
  padding: 5px 7px;
  line-height: 1;
  font-size: 10px;
  color: #ffffff;
}
.opc-block-summary .details-qty .label {
  display: none;
}
.opc-block-summary .product-item {
  position: relative;
  padding-bottom: 45px;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 20px;
}
.opc-block-summary .product-item .product-item-inner > .price,
.opc-block-summary .product-item .product-item-inner > .subtotal {
  position: absolute;
  bottom: 10px;
}
.opc-block-summary .product-item .product-item-inner > .price {
  left: 15px;
}
.opc-block-summary .product-item .product-item-inner > .subtotal {
  right: 0;
  width: 100%;
}
.opc-block-summary .product-item .cart-item-price {
  float: left;
}
.opc-block-summary .product-item .cart-price {
  font-size: 1.6rem;
}
.opc-block-summary .product-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.opc-block-summary .items-in-cart .title {
  margin-bottom: 5px;
}
.opc-summary-wrapper .incl {
  padding-top: 0;
}
.opc-block-summary .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.opc-block-summary .product-image-wrapper img {
  height: 84px;
  width: 84px;
}
.opc-block-summary .product-image-container {
  border: solid 1px #333;
  padding: 2px;
}
.opc-block-summary {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.opc-block-summary .table-totals {
  order: 10;
}
@media (min-width: 769px) {
  .opc-progress-bar .opc-progress-bar-item {
    width: 245px;
  }
  .opc-progress-bar .opc-progress-bar-item > span {
    width: 110px;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child {
    width: 0;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child > span {
    margin: 0 auto 0 -15px;
    float: left;
    text-align: left;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child > span:before {
    left: 0;
    right: auto;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child > span:after {
    left: 6px;
    right: auto;
  }
  .opc-progress-bar .opc-progress-bar-item:nth-child(2) > span,
  .opc-progress-bar .opc-progress-bar-item:nth-child(3) > span {
    margin: 0 -35px 0 auto;
    float: right;
  }
  .opc-progress-bar .opc-progress-bar-item:nth-child(2) > span:before,
  .opc-progress-bar .opc-progress-bar-item:nth-child(3) > span:before {
    left: auto;
    right: -1px;
  }
  .opc-progress-bar .opc-progress-bar-item:nth-child(2) > span:after,
  .opc-progress-bar .opc-progress-bar-item:nth-child(3) > span:after {
    left: auto;
    right: 5px;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child > span {
    margin: 0 -50px 0 auto;
    float: right;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child > span:before {
    left: auto;
    right: 0;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child > span:after {
    left: auto;
    right: 6px;
  }
}
@media (max-width: 991px) {
  .checkout-container .opc-wrapper .step-content .fieldset {
    margin-bottom: 0;
  }
}
@media (min-width: 1265px) {
  .checkout-login-step .step-content .form-login,
  .checkout-login-step .step-content .promotion-ads {
    padding-right: 30px;
  }
  .checkout-login-step .step-content .register-form {
    padding-left: 30px;
  }
}
/**
** Step 2
 */
.checkout-shipping-address input[type="radio"] + label {
  min-width: 320px;
}
.checkout-shipping-address div[data-role="title"] {
  font-size: 0;
}
.checkout-shipping-address .title {
  display: inline-block;
  width: 50%;
}
.checkout-shipping-address .title:last-child .btn-primary {
  margin-right: 0;
  margin-left: auto;
}
.checkout-shipping-address .title.active .btn-primary {
  color: #ffffff;
  background-color: #295135;
}
.checkout-shipping-address .field-tooltip {
  display: none;
}
.checkout-shipping-address .field.street {
  margin-bottom: 0;
}
.checkout-shipping-address .field.street legend.label,
.checkout-shipping-address .field.street .field.additional {
  display: none;
}
.checkout-shipping-address .actions-toolbar {
  width: 100%;
}
.checkout-shipping-address button.btn-primary {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  min-width: 192px;
  width: auto;
}
.payment-methods input[type="radio"] + label {
  line-height: 4.4rem;
}
.payment-methods input[type="radio"] + label img + span {
  font-size: 0;
}
.payment-methods input[type="checkbox"] + label {
  line-height: 2rem;
}
.payment-methods-content {
  margin-top: 1rem;
}
.checkout-agreements-block {
  display: block;
  margin: 1rem 0 0;
  float: left;
}
.checkout-container .checkout-agreements button {
  color: inherit;
  border: none;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  pointer-events: none;
  line-height: 20px;
}
.checkout-agreement.field {
  position: relative;
}
.checkout-agreement.field div.mage-error {
  position: absolute;
  top: 25px;
}
#stripe-payments-card-number {
  min-width: 220px;
}
.stripe-icon-container > span {
  display: inline-flex;
}
.checkout-container .checkout-payment-method .items-in-cart .minicart-items .minicart-items-wrapper {
  max-height: 100%;
  overflow-y: unset;
}
.methods-shipping tr.row {
  position: relative;
  display: block;
  margin: 0 0 3rem;
  padding: 0 2rem 0 4rem;
}
.methods-shipping table td[class*=col-],
.methods-shipping table th[class*=col-] {
  position: unset;
  display: inline-block;
  float: none;
}
.methods-shipping table th[class*=col-],
.methods-shipping table td[class*=col-carrier] {
  display: none;
}
.methods-shipping input[type="radio"] + label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.methods-shipping td[class*=col-price] {
  color: #cf2a27;
  margin-left: 1.5rem;
}
.methods-shipping td[class*=col-price]:before,
.methods-shipping td[class*=col-price]:after {
  display: inline-block;
}
.methods-shipping td[class*=col-price]:before {
  content: '(';
}
.methods-shipping td[class*=col-price]:after {
  content: ')';
}
.shipping-method-note.delivery {
  margin: .5rem 0 1.5rem;
}
.shipping-method-note .form-check {
  margin: 1.5rem 0;
}
.shipping-method-note .form-check-label {
  font-weight: 400;
  line-height: 20px;
}
.pickup-store label,
.pickup-date label,
.pickup-note label {
  display: none;
}
.pickup-time label,
.pickup-time .control {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.pickup-time label {
  margin-right: 20px;
}
.gift-form input[type="checkbox"] + label {
  font-weight: 400;
  padding-bottom: 10px;
  color: #333;
  display: block;
  white-space: unset;
  line-height: 20px;
  margin-top: 1rem;
}
.gift-form .slick-arrow.fa-angle-right {
  right: 0;
}
.gift-form .slick-arrow.fa-angle-left {
  left: 0;
}
.gift-form .slick-arrow.fa {
  top: calc(50% - 35px);
}
.gift-form .price {
  text-align: center;
}
.gift-card-container {
  width: 100%;
  margin-bottom: 10px;
}
input[type="text"]._has-datepicker {
  background: transparent;
}
.field[name="delivery-date.delivery_date"],
.field[name="delivery_note.delivery_note"] {
  max-width: 410px;
}
.field[name="delivery-date.delivery_date"] .label,
.field[name="delivery_note.delivery_note"] .label {
  display: none;
}
.field[name="delivery-extra-information.pickup_date"],
.field[name="delivery-date.delivery_date"] {
  margin-bottom: 0.5rem;
}
.field[name="delivery-extra-information.pickup_date"] .control,
.field[name="delivery-date.delivery_date"] .control {
  position: relative;
}
.field[name="delivery-extra-information.pickup_date"] .control:after,
.field[name="delivery-date.delivery_date"] .control:after {
  content: '\f073';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: -1;
  font-size: 24px;
  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;
}
.field[name="delivery-extra-information.pickup_comments"] {
  margin-bottom: 0.5rem;
}
.field[name="delivery-extra-information.pickup_time"] .label,
.field[name="delivery-extra-information.pickup_time"] .control {
  display: inline-block;
}
.field[name="delivery-extra-information.pickup_time"] .label:after {
  content: ':';
  display: inline-block;
  margin-right: 1rem;
}
.field[name="delivery-extra-information.pickup_time"] .control {
  font-weight: 700;
  padding: 0.7rem 2rem;
  border: solid 1px #000;
}
.store-container,
.shipping-address-container {
  width: 100%;
}
.store-info {
  margin-bottom: 1.5rem;
}
.store-info p {
  margin-bottom: 0;
}
.field-error {
  font-size: 1.2rem;
  color: #cf2a27;
  margin-top: -1.5rem;
  padding-bottom: 1.5rem;
}
.fieldset.address .field {
  width: 100%;
}
.gift-img {
  padding-bottom: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: solid 1px #ddd;
}
.gift-img img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.form.address-shipping {
  padding-top: 1rem;
}
.gift-list .col-xs-4 {
  margin-bottom: 1rem;
}
.fieldset.address > .field[name="shipping-address-fieldset.country_id"] {
  pointer-events: none;
}
.field[name="delivery-extra-information.pickup_time"] .admin__field-value {
  float: right;
}
@media (max-width: 420px) {
  .table-checkout-shipping-method {
    width: 100%;
  }
}
@media (min-width: 421px) {
  .methods-shipping input[type="radio"]:checked + label {
    min-width: 410px;
  }
}
@media (max-width: 991px) {
  .checkout-shipping-address .title:first-child {
    padding-right: 1rem;
  }
  .checkout-shipping-address .title:last-child {
    padding-left: 1rem;
  }
  .checkout-shipping-address .title .btn-primary {
    font-size: 1.4rem;
    min-width: 100%;
  }
  .checkout-container .button.continue {
    margin: 0 0 2rem auto;
  }
}
@media (min-width: 992px) {
  .fieldset.address .field {
    width: 100%;
  }
  .field.location .label,
  .field[name="delivery-extra-information.pickup_date"] .label,
  .field[name="delivery-extra-information.pickup_comments"] .label {
    display: none;
  }
  .field.location,
  .field[name="delivery-extra-information.pickup_date"],
  .field[name="delivery-extra-information.pickup_comments"],
  .field[name="delivery-extra-information.pickup_time"] {
    width: calc(50% - 20px);
  }
  .field.location,
  .field[name="delivery-extra-information.pickup_date"] {
    margin-right: 2rem;
  }
  .field[name="delivery-extra-information.pickup_comments"],
  .field[name="delivery-extra-information.pickup_time"] {
    margin-left: 2rem;
  }
  .checkout-shipping-address {
    margin-bottom: 3rem;
  }
  .checkout-shipping-address .title {
    width: auto;
  }
  .checkout-shipping-address .title:first-child {
    margin-right: 30px;
  }
  .checkout-shipping-address .step-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-shipping-address .step-content .billing-address-container.before {
    order: -1;
  }
  .pickup-form .col-md-12 {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .pickup-form .field {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .gift-container {
    display: none;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #f4f1e3;
  }
  .gift-list {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gift-list .col-md-4 {
    width: 20%;
    padding: 0 10px;
  }
  .gift-list .col-md-4:nth-child(5n) {
    margin-right: 0;
  }
  .billing-address-container {
    width: 100%;
  }
  .fieldset.address {
    font-size: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .fieldset.address .field {
    width: 100%;
  }
  .fieldset.address > .field {
    padding: 0 1rem;
    display: inline-block;
    vertical-align: top;
  }
  .fieldset.address > .field[name="billingAddress.prefix"],
  .fieldset.address > .field[name="billingAddress.floor"],
  .fieldset.address > .field[name="billingAddress.country_id"] {
    width: 140px;
  }
  .fieldset.address > .field[name="billingAddress.building"],
  .fieldset.address > .field[name="billingAddress.billing_email"] {
    width: calc(50% + 70px);
  }
  .fieldset.address > .field[name="billingAddress.firstname"],
  .fieldset.address > .field[name="billingAddress.lastname"],
  .fieldset.address > .field[name="billingAddress.telephone"] {
    width: calc(50% - 70px);
  }
  .fieldset.address > .field[name="billingAddress.postcode"] {
    width: calc(50% - 210px);
  }
  .fieldset.address > .field.street {
    width: calc(100% - 140px);
  }
  .fieldset.address > .field[name="shipping-address-fieldset.prefix"],
  .fieldset.address > .field[name="shippingAddress.floor"],
  .fieldset.address > .field[name="shipping-address-fieldset.country_id"] {
    width: 140px;
  }
  .fieldset.address > .field[name="shippingAddress.building"],
  .fieldset.address > .field[name="shipping-address-fieldset.billing_email"] {
    width: calc(50% + 70px);
  }
  .fieldset.address > .field[name="shippingAddress.firstname"],
  .fieldset.address > .field[name="shippingAddress.lastname"],
  .fieldset.address > .field[name="shippingAddress.telephone"] {
    width: calc(50% - 70px);
  }
  .fieldset.address > .field[name="shippingAddress.postcode"] {
    width: calc(50% - 210px);
  }
  .fieldset.address > .field.street {
    width: calc(100% - 140px);
  }
}
@media (min-width: 1200px) {
  .gift-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gift-list .col-md-4 {
    padding: 0 10px;
  }
}
/**********************************/
/**
** Search result
 */
.sa-image {
  max-width: 70px;
  float: left;
  margin-right: 10px;
}
.sa-title {
  float: left;
  width: calc(100% - 80px);
}
.sa-title b {
  color: #ff9900;
}
.sa-description {
  display: unset;
  clear: both;
}
.sa-description b {
  color: #ff9900;
}
.sa-price {
  text-align: right;
  font-weight: 700;
}
#searchAutocomplete {
  overflow-y: auto;
  float: left;
}
#searchAutocomplete > button {
  background: transparent;
  border: none;
  width: 100%;
  padding: 20px 0 10px;
  border-top: solid 1px #f4f1e3;
}
#searchAutocomplete > button:hover,
#searchAutocomplete > button:active,
#searchAutocomplete > button:focus {
  color: #295135;
}
#searchAutocomplete .title {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#searchAutocomplete li {
  border: solid 1px #f4f1e3;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .checkout-index-index .page-main {
    max-width: 1360px;
    margin: 20px auto 0;
  }
}
.fotorama__loaded--img {
  border: solid 1px #f4f1e3;
}
footer {
  border-top: solid 1px #f4f1e3;
}
.icon-flora-facebook:before {
  content: '\e907';
}
.icon-flora-instagram:before {
  content: '\e906';
}
.column.main {
  margin-top: 30px;
}
.checkout-cart-index .column.main {
  margin-top: 0;
}
/**
Color Swatch
 */
.product-options-wrapper[data-hasrequired="* Required Fields"] .swatch-attribute-label:before {
  content: '*';
  color: #cf2a27;
  display: inline-block;
}
.swatch-opt .swatch-attribute {
  position: relative;
}
.swatch-opt .swatch-attribute-label,
.swatch-opt .swatch-attribute-options {
  display: inline-block;
  vertical-align: top;
}
.swatch-opt .swatch-attribute-label {
  width: 14rem;
}
.swatch-opt .swatch-attribute-options {
  width: calc(100% - 14rem);
}
.swatch-opt .swatch-attribute-selected-option {
  color: #295135;
  position: absolute;
  top: 2rem;
  left: 0;
}
/**
Color Swatch
 */
.product-options-wrapper[data-hasrequired="* Required Fields"] .swatch-attribute-label:before {
  content: '*';
  color: #cf2a27;
  display: inline-block;
}
.swatch-opt .swatch-attribute {
  position: relative;
}
.swatch-opt .swatch-attribute-label,
.swatch-opt .swatch-attribute-options {
  display: inline-block;
  vertical-align: top;
}
.swatch-opt .swatch-attribute-label {
  width: 14rem;
}
.swatch-opt .swatch-attribute-options {
  width: calc(100% - 14rem);
}
.swatch-opt .swatch-attribute-selected-option {
  color: #295135;
  position: absolute;
  top: 2rem;
  left: 0;
}
.products.productv3 .swatch-attribute,
.productv3.flora .swatch-attribute {
  font-size: 1.2rem;
  text-align: left;
}
.products.productv3 .swatch-attribute-options,
.productv3.flora .swatch-attribute-options {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: -0.5rem;
}
.products.productv3 .swatch-attribute-options .swatch-option,
.productv3.flora .swatch-attribute-options .swatch-option {
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
  font-size: 1rem;
  padding: 0;
}
.products.productv3 .swatch-attribute-options .swatch-option.image,
.productv3.flora .swatch-attribute-options .swatch-option.image {
  width: calc((100% - 15px) / 4) !important;
  height: 100% !important;
  min-height: 40px;
  background-size: contain !important;
}
.products.productv3 .swatch-attribute-options .swatch-option.image:nth-child(4n),
.productv3.flora .swatch-attribute-options .swatch-option.image:nth-child(4n) {
  margin-right: 0;
}
.products.productv3 .swatch-attribute-label,
.productv3.flora .swatch-attribute-label {
  font-size: 1rem;
}
.products.productv3 .swatch-more,
.productv3.flora .swatch-more {
  float: left;
  padding: 0 1rem;
  line-height: 3.5rem;
  margin-top: 0.5rem;
  color: #295135;
}
.products.productv3 .swatch-more:after,
.productv3.flora .swatch-more:after {
  content: '+';
  display: inline-block;
}
.products.productv3 .swatch-option.image + .swatch-more,
.productv3.flora .swatch-option.image + .swatch-more {
  margin-top: 2.3rem;
}
.products.productv3.list .swatch-attribute,
.productv3.flora.list .swatch-attribute {
  margin-top: 1rem;
}
.products.productv3.list .swatch-attribute-options .swatch-option.image,
.productv3.flora.list .swatch-attribute-options .swatch-option.image {
  width: 40px !important;
  height: 100% !important;
  min-height: 40px;
}
.products.productv3.list .swatch-attribute-options .swatch-option.image:nth-child(4n),
.productv3.flora.list .swatch-attribute-options .swatch-option.image:nth-child(4n) {
  margin-right: .5rem;
}
.block.filter .swatch-option.color {
  border-radius: 50%;
}
@media (min-width: 769px) {
  .new_section,
  .new_arrival {
    padding-bottom: 2rem;
  }
  .new_section > .row > .col-lg-5,
  .new_arrival > .row > .col-lg-5 {
    height: auto;
    background: #fff;
    z-index: 1;
  }
  .new_section .slick-list,
  .new_arrival .slick-list {
    padding-bottom: 3rem;
  }
  .popular_section .slick-list {
    padding-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .checkout-index-index .page-main {
    max-width: 1360px;
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .new_section .products-grid .slick-slider .slick-list,
  .new_arrival .products-grid .slick-slider .slick-list {
    overflow: hidden;
  }
}
/**
Cart
 */
@media (min-width: 992px) {
  .cart-summary > .col-md-4 {
    width: 40rem;
  }
  .cart-summary > .col-md-8 {
    width: calc(100% - 40rem);
  }
}
.customer-name-fields > .field {
  padding: 0 1.5rem;
}
.account .customer-name-fields > .field {
  padding: 0;
}
.fieldset.info input[type="checkbox"] + label {
  line-height: 2rem;
}
.customer-name-prefix > .label {
  display: none;
}
.mpanel-product-view .filter-toggle {
  display: none;
}
.super-attribute-select {
  display: none;
}
/*
Listing
 */
.mgs-filter-active {
  position: relative;
}
.mgs-filter-active .filter-current-subtitle,
.mgs-filter-active .state-item-name {
  display: none;
}
.column.main > .mgs-filter-active {
  display: none;
}
.opc-wrapper > div.mage-error {
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .opc-wrapper > div.mage-error {
    position: absolute;
    bottom: 90px;
  }
  iframe {
    height: auto !important;
    display: block;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .mgs-filter-active .filter-active-item-clear-all {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #295135;
  }
}
/**
// My Orders
 */
.action.order {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist-index-index .product-items.row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wishlist-index-index .product-item-link {
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    display: block;
    padding: 8px 0;
    text-align: left;
    border: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 16px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.shipping,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th.shipping {
    max-width: 100%;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border-bottom: solid 1px #ddd;
  }
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .account.wishlist-index-index .products-grid .product-item .product-item-inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    position: unset;
    border-bottom: none;
    box-shadow: none;
    padding-bottom: 0;
    border-color: #f3f0e2;
  }
  .account.wishlist-index-index .products-grid .product-item.col-xs-12 {
    width: 50%;
  }
}
.ui-widget-search {
  display: none;
}
.brand-product-list .filter-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .brand-brand-view .column.main {
    margin-top: 0;
  }
  .brand-brand-view .brand-product-list {
    padding-top: 0;
  }
}
/**
/* My Account
 */
.account .block-title,
.account .items.order-links {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0;
  display: inline-block;
}
.account .block-content {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.account .block-content > .box {
  width: 100%;
  margin-bottom: 1rem;
}
.account .col.price .cart-price {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.account .old-price {
  order: -1;
  color: #aaa;
  margin-right: 5px;
}
.account .special-price {
  color: #cf2a27;
}
@media only screen and (max-width: 991px) {
  .account .block-content .form.form-login {
    width: 100%;
  }
}
.order-details-items.ordered caption,
.order-details-items.ordered .order-title,
.order-details-items.ordered .items-qty .title {
  display: none;
}
.block-order-details-view {
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 639px) {
  .account .table {
    display: block;
  }
  .account .table > tbody {
    width: 100%;
    display: block;
  }
  .account .table .col.price > span,
  .account .table .col.qty > .items-qty {
    display: inline-block;
  }
  .account .block-title,
  .account .items.order-links {
    margin-bottom: 2rem;
  }
  .account .block-title h3,
  .account .items.order-links h3 {
    margin-bottom: 0;
  }
  .sidebar .account-nav {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 520px) {
  .account .block-content > .box {
    width: 50%;
    margin-bottom: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .account .actions-toolbar .secondary {
    float: right;
    padding-right: 3rem;
  }
}
.action.action-help {
  display: none;
}
.checkout-agreements a {
  color: #ff9900;
  text-decoration: underline;
  transition: all 0.4s;
}
.checkout-agreements a:hover,
.checkout-agreements a:focus {
  color: #295135;
  text-decoration: none;
}
/**
/* N
 */
.nav-before-open {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
.nav-before-open body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nav-before-open .top-bar-abs {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.nav-before-open .nav-toggle:after {
  background: rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 991px) {
  ._has-modal-custom .filter-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    cursor: pointer;
  }
}
.old-price {
  color: #a7a7a7;
  text-decoration: line-through;
}
.cart-item-price .old-price {
  padding-right: 5px;
}
.minicart-items .item-options dd.color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #ddd;
  margin-top: 5px;
}
@media (max-width: 991px) {
  #shopping-cart-table thead tr th {
    display: none;
  }
  #shopping-cart-table tbody {
    position: relative;
    border-bottom: 1px solid #a7a7a7;
    border-top: none;
    padding-bottom: 20px;
  }
  #shopping-cart-table tbody tr td {
    width: 33%;
    display: block;
    float: left;
    padding: 10px 0;
    border: none;
    text-align: left;
  }
  #shopping-cart-table tbody tr td.qty .field {
    padding-top: 10px;
  }
  #shopping-cart-table tbody tr td.subtotal {
    text-align: right;
  }
  #shopping-cart-table tbody tr td.item {
    width: 100%;
    padding: 20px 0 10px;
  }
  #shopping-cart-table tbody tr td.item .product-item-details {
    width: calc(100% - 145px);
  }
  #shopping-cart-table tbody tr td:not(.item):not(.actions) {
    position: relative;
  }
  #shopping-cart-table tbody tr td:not(.item):not(.actions):before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    font-size: 1.5rem;
  }
  #shopping-cart-table tbody tr td:not(.item):not(.actions):after {
    content: "";
    display: block;
    height: 2px;
    width: 52px;
    background-color: #295135;
    margin-top: 20px;
    position: absolute;
    top: 18px;
  }
  #shopping-cart-table tbody tr td:not(.item):not(.actions).qty:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #shopping-cart-table tbody tr td:not(.item):not(.actions).subtotal:after {
    right: 0;
  }
  #shopping-cart-table tbody tr td.actions {
    padding: 10px 0 20px;
    position: absolute;
    top: 155px;
    left: 100%;
    width: auto;
    display: none;
  }
  #shopping-cart-table tbody tr td.actions .actions-toolbar {
    text-align: left;
    position: relative;
  }
  #shopping-cart-table tbody tr td.actions:before {
    display: none;
  }
  .cart-summary > .col-sm-6 {
    width: 100%;
  }
  .cart-container .cart.actions {
    display: inline-block;
    text-align: center;
  }
  .cart-container .cart.actions .btn.update {
    width: 100%;
  }
  .checkout-container .opc-estimated-wrapper {
    display: none;
    padding: 15px;
    margin: 0 -15px;
    margin-bottom: 10px;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block {
    display: inline-block;
    width: 60%;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    margin-right: 10px;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 18px;
    color: #295135;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    display: none;
    width: 40%;
    float: right;
    text-align: right;
    padding-right: 10px;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart {
    padding: 0;
    margin: 0 0 0  auto;
    background: none;
    border: none;
    position: relative;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart:before {
    content: "\f3f8";
    display: inline-block;
    font-size: 28px;
    color: #333;
    font-weight: 400;
    font-family: "Ionicons";
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart .counter {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 12px;
    padding: 3px;
    line-height: 1;
    text-align: center;
    background-color: #295135;
    color: #fff;
    border-radius: 50%;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart:hover:before {
    color: #295135;
  }
  .checkout-container .opc-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .checkout-container .opc-sidebar {
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 80%;
    max-width: 470px;
    height: auto;
    min-height: 100%;
    overflow-y: auto;
    background-color: #f8f7f7;
    min-width: 290px;
  }
  .checkout-container .opc-sidebar .modal-header {
    display: block;
    border: none;
  }
  .checkout-container .opc-sidebar .modal-header .action-close {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 25px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .checkout-container .opc-sidebar .modal-header .action-close:before {
    content: "\f129";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 16px;
    margin: 0;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
  }
  .checkout-container .opc-sidebar .modal-header .action-close:hover,
  .checkout-container .opc-sidebar .modal-header .action-close:active,
  .checkout-container .opc-sidebar .modal-header .action-close:focus {
    color: #696969;
  }
  .checkout-container .opc-sidebar .modal-header .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    padding: 0;
  }
  .checkout-container .opc-sidebar .opc-block-summary > .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .checkout-container .opc-sidebar .modal-content {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .checkout-container .opc-sidebar._show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  [class*="multishipping-checkout-"] .page-main .multicheckout.address .actions-toolbar .primary {
    display: inline-block;
    width: 100%;
  }
  [class*="multishipping-checkout-"] .page-main .multicheckout.address .actions-toolbar .secondary .action {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  [class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box {
    width: 100%;
  }
  .checkout-container .opc-wrapper .shipping-address-item {
    width: 100%;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: -40px;
  }
  .checkout-index-index .authentication-wrapper .authentication-dropdown {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 90%;
    max-width: 470px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  .checkout-index-index .authentication-wrapper .authentication-dropdown._show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (min-width: 992px) {
  #shopping-cart-table tbody tr td.item .actions-toolbar > .action-delete {
    display: none;
  }
}
/**
Totals discount
 */
.totals.discount .price:before {
  content: '-';
  display: inline-block;
  padding-right: 5px;
}
.product-options-wrapper .options-list .field.choice {
  margin-left: -10px;
}
.product-options-wrapper .options-list .field.choice input[type="radio"] + label {
  border: none;
  width: auto;
}
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label {
  border: none;
}
.product-options-wrapper .options-list .field.choice input[type="checkbox"] + label {
  line-height: 20px;
  padding: 0 0 0 40px;
}
.product-options-wrapper .options-list .field.choice input[type="checkbox"] + label:before {
  left: 10px;
}
.product-options-wrapper .options-list .field.choice input[type="checkbox"]:checked + label:after {
  left: 15px;
}
.product-options-wrapper .radio > label,
.product-options-wrapper .checkbox > label {
  padding-left: 0;
  white-space: unset;
  line-height: 21px;
}
.product-options-wrapper .radio.required > label:before,
.product-options-wrapper .checkbox.required > label:before {
  content: '*';
  color: #cf2a27;
}
.collection-and-disposal,
.special-handling-service.radio {
  padding: 1rem 0;
}
.collection-and-disposal + .drop_down,
.special-handling-service.radio + .drop_down {
  display: none;
}
.collection-and-disposal + .drop_down.show,
.special-handling-service.radio + .drop_down.show {
  display: block;
}
.fieldset .field:not(.review-field-ratings) .control:not(.review-control-vote),
.fieldset .field:not(.choice) .control:not(.review-control-vote),
.fieldset .field:not(.radio) .control:not(.review-control-vote),
.fieldset .fields .field .control:not(.review-control-vote) {
  position: relative;
}
.fieldset .field:not(.review-field-ratings) .control input:not([type=checkbox]) ~ .label,
.fieldset .field:not(.choice) .control input:not([type=checkbox]) ~ .label,
.fieldset .field:not(.radio) .control input:not([type=checkbox]) ~ .label,
.fieldset .fields .field .control input:not([type=checkbox]) ~ .label,
.fieldset .field:not(.review-field-ratings) .control input:not([type=radio]) ~ .label,
.fieldset .field:not(.choice) .control input:not([type=radio]) ~ .label,
.fieldset .field:not(.radio) .control input:not([type=radio]) ~ .label,
.fieldset .fields .field .control input:not([type=radio]) ~ .label,
.fieldset .field:not(.review-field-ratings) .control select ~ .label,
.fieldset .field:not(.choice) .control select ~ .label,
.fieldset .field:not(.radio) .control select ~ .label,
.fieldset .fields .field .control select ~ .label {
  box-sizing: border-box;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  color: rgba(43, 43, 43, 0.5);
  left: 6px;
  line-height: 1.43;
  padding: 0 10px 0 5px;
  position: absolute;
  text-align: left;
  z-index: -1;
  cursor: text;
}
.fieldset .field:not(.review-field-ratings) ::-webkit-input-placeholder,
.fieldset .field:not(.choice) ::-webkit-input-placeholder,
.fieldset .field:not(.radio) ::-webkit-input-placeholder,
.fieldset .fields .field ::-webkit-input-placeholder,
.fieldset .field:not(.review-field-ratings) :-ms-input-placeholder,
.fieldset .field:not(.choice) :-ms-input-placeholder,
.fieldset .field:not(.radio) :-ms-input-placeholder,
.fieldset .fields .field :-ms-input-placeholder,
.fieldset .field:not(.review-field-ratings) ::placeholder,
.fieldset .field:not(.choice) ::placeholder,
.fieldset .field:not(.radio) ::placeholder,
.fieldset .fields .field ::placeholder {
  color: transparent;
}
.fieldset .field:not(.review-field-ratings)._required input:not([type=checkbox]) ~ .label:after,
.fieldset .field:not(.choice)._required input:not([type=checkbox]) ~ .label:after,
.fieldset .field:not(.radio)._required input:not([type=checkbox]) ~ .label:after,
.fieldset .fields .field._required input:not([type=checkbox]) ~ .label:after,
.fieldset .field:not(.review-field-ratings).required input:not([type=checkbox]) ~ .label:after,
.fieldset .field:not(.choice).required input:not([type=checkbox]) ~ .label:after,
.fieldset .field:not(.radio).required input:not([type=checkbox]) ~ .label:after,
.fieldset .fields .field.required input:not([type=checkbox]) ~ .label:after,
.fieldset .field:not(.review-field-ratings)._required select ~ .label:after,
.fieldset .field:not(.choice)._required select ~ .label:after,
.fieldset .field:not(.radio)._required select ~ .label:after,
.fieldset .fields .field._required select ~ .label:after,
.fieldset .field:not(.review-field-ratings).required select ~ .label:after,
.fieldset .field:not(.choice).required select ~ .label:after,
.fieldset .field:not(.radio).required select ~ .label:after,
.fieldset .fields .field.required select ~ .label:after {
  background-color: transparent;
  content: '*';
  top: 0;
  right: 3px;
  position: absolute;
  z-index: 1;
}
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):focus ~ .label,
.fieldset .field:not(.choice) .control input:not([disabled]):focus ~ .label,
.fieldset .field:not(.radio) .control input:not([disabled]):focus ~ .label,
.fieldset .fields .field .control input:not([disabled]):focus ~ .label,
.fieldset .field:not(.review-field-ratings) .control select:focus ~ .label,
.fieldset .field:not(.choice) .control select:focus ~ .label,
.fieldset .field:not(.radio) .control select:focus ~ .label,
.fieldset .fields .field .control select:focus ~ .label {
  color: #295135;
}
.fieldset .field:not(.review-field-ratings) .control input[readonly] ~ .label,
.fieldset .field:not(.choice) .control input[readonly] ~ .label,
.fieldset .field:not(.radio) .control input[readonly] ~ .label,
.fieldset .fields .field .control input[readonly] ~ .label,
.fieldset .field:not(.review-field-ratings) .control input[disabled] ~ .label,
.fieldset .field:not(.choice) .control input[disabled] ~ .label,
.fieldset .field:not(.radio) .control input[disabled] ~ .label,
.fieldset .fields .field .control input[disabled] ~ .label {
  transform: scale(0.85) translateY(-30px) translateX(-5px);
  -webkit-transform: scale(0.85) translateY(-30px) translateX(-5px);
  -moz-transform: scale(0.85) translateY(-30px) translateX(-5px);
  -o-transform: scale(0.85) translateY(-30px) translateX(-5px);
}
.fieldset .field:not(.review-field-ratings) .control input[disabled],
.fieldset .field:not(.choice) .control input[disabled],
.fieldset .field:not(.radio) .control input[disabled],
.fieldset .fields .field .control input[disabled] {
  border-color: #919191;
  background-color: #eeeeee;
  color: #2b2b2b;
}
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):focus ~ .label,
.fieldset .field:not(.choice) .control input:not([disabled]):focus ~ .label,
.fieldset .field:not(.radio) .control input:not([disabled]):focus ~ .label,
.fieldset .fields .field .control input:not([disabled]):focus ~ .label,
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):not([type=checkbox]):valid ~ .label,
.fieldset .field:not(.choice) .control input:not([disabled]):not([type=checkbox]):valid ~ .label,
.fieldset .field:not(.radio) .control input:not([disabled]):not([type=checkbox]):valid ~ .label,
.fieldset .fields .field .control input:not([disabled]):not([type=checkbox]):valid ~ .label,
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):not([type=radio]):valid ~ .label,
.fieldset .field:not(.choice) .control input:not([disabled]):not([type=radio]):valid ~ .label,
.fieldset .field:not(.radio) .control input:not([disabled]):not([type=radio]):valid ~ .label,
.fieldset .fields .field .control input:not([disabled]):not([type=radio]):valid ~ .label,
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):-webkit-autofill ~ .label,
.fieldset .field:not(.choice) .control input:not([disabled]):-webkit-autofill ~ .label,
.fieldset .field:not(.radio) .control input:not([disabled]):-webkit-autofill ~ .label,
.fieldset .fields .field .control input:not([disabled]):-webkit-autofill ~ .label,
.fieldset .field:not(.review-field-ratings) .control input[value]:not([disabled]):valid ~ .label,
.fieldset .field:not(.choice) .control input[value]:not([disabled]):valid ~ .label,
.fieldset .field:not(.radio) .control input[value]:not([disabled]):valid ~ .label,
.fieldset .fields .field .control input[value]:not([disabled]):valid ~ .label,
.fieldset .field:not(.review-field-ratings) .control select:valid ~ .label,
.fieldset .field:not(.choice) .control select:valid ~ .label,
.fieldset .field:not(.radio) .control select:valid ~ .label,
.fieldset .fields .field .control select:valid ~ .label,
.fieldset .field:not(.review-field-ratings) .control select:focus ~ .label,
.fieldset .field:not(.choice) .control select:focus ~ .label,
.fieldset .field:not(.radio) .control select:focus ~ .label,
.fieldset .fields .field .control select:focus ~ .label {
  transform: scale(0.85) translateY(-30px) translateX(-5px);
  -webkit-transform: scale(0.85) translateY(-30px) translateX(-5px);
  -moz-transform: scale(0.85) translateY(-30px) translateX(-5px);
  -o-transform: scale(0.85) translateY(-30px) translateX(-5px);
  z-index: 10;
}
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):focus ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.choice) .control input:not([disabled]):focus ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.radio) .control input:not([disabled]):focus ~ .label[for='captcha_user_forgotpassword'],
.fieldset .fields .field .control input:not([disabled]):focus ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):not([type=checkbox]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.choice) .control input:not([disabled]):not([type=checkbox]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.radio) .control input:not([disabled]):not([type=checkbox]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .fields .field .control input:not([disabled]):not([type=checkbox]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):not([type=radio]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.choice) .control input:not([disabled]):not([type=radio]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.radio) .control input:not([disabled]):not([type=radio]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .fields .field .control input:not([disabled]):not([type=radio]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.review-field-ratings) .control input:not([disabled]):-webkit-autofill ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.choice) .control input:not([disabled]):-webkit-autofill ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.radio) .control input:not([disabled]):-webkit-autofill ~ .label[for='captcha_user_forgotpassword'],
.fieldset .fields .field .control input:not([disabled]):-webkit-autofill ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.review-field-ratings) .control input[value]:not([disabled]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.choice) .control input[value]:not([disabled]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.radio) .control input[value]:not([disabled]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .fields .field .control input[value]:not([disabled]):valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.review-field-ratings) .control select:valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.choice) .control select:valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.radio) .control select:valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .fields .field .control select:valid ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.review-field-ratings) .control select:focus ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.choice) .control select:focus ~ .label[for='captcha_user_forgotpassword'],
.fieldset .field:not(.radio) .control select:focus ~ .label[for='captcha_user_forgotpassword'],
.fieldset .fields .field .control select:focus ~ .label[for='captcha_user_forgotpassword'] {
  left: -5px;
}
.fieldset .field:not(.review-field-ratings) div.mage-error,
.fieldset .field:not(.choice) div.mage-error,
.fieldset .field:not(.radio) div.mage-error,
.fieldset .fields .field div.mage-error {
  padding-bottom: 1.5rem;
}
.fieldset input:not([type=checkbox]):not([type=radio]) ~ .label,
.fieldset .label ~ .label,
.fieldset select ~ .label {
  top: 10px;
}
.account .row.customer-name-fields {
  margin-left: 0;
  margin-right: 0;
}
.checkout-login-step:after,
.checkout-login-step:before {
  content: '';
  display: table;
}
.checkout-login-step:after {
  clear: both;
}
.product-details-view .product.media .product-addto {
  position: absolute;
  z-index: 1;
}
.product-details-view .product.media .product-addto .btn-addto {
  font-size: 0;
}
.sales-order-view .table-order-items .grand_total .amount {
  position: relative;
}
.sales-order-view .table-order-items .grand_total .amount:before {
  content: '\f10a';
  font-family: 'Ionicons';
  font-size: 12px;
  margin-left: 10px;
  margin-right: -17px;
  position: absolute;
  left: -17px;
}
.sales-order-view .table-order-items .grand_total .amount.active:before {
  content: '\f104';
}
.sales-order-view .table-order-items .grand_total .saving.order {
  top: 2rem;
  right: 36rem;
}
@media (max-width: 767px) {
  .product-details-view .product.media .product-addto {
    right: 20px;
    top: calc(100% - 40px);
  }
  .product-details-view .product.media.has-thumb .product-addto {
    top: calc(100% - 210px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-view .product.media .product-addto {
    right: 20px;
    top: calc(100% - 40px);
  }
  .product-details-view .product.media.has-thumb .product-addto {
    right: 20px;
    top: calc(100% - 240px);
  }
}
@media (min-width: 992px) {
  .product-details-view .product.media .product-addto {
    right: 30px;
    top: 460px;
  }
  .product-details-view .product.media .product-addto {
    right: 30px;
    top: 460px;
  }
}
.product-options-wrapper .options-list .field.choice {
  margin-left: -10px;
}
.product-options-wrapper .options-list .field.choice input[type="radio"] + label {
  border: none;
  width: auto;
}
.product-options-wrapper .options-list .field.choice input[type="radio"]:checked + label,
.product-options-wrapper .options-list .field.choice input[type="radio"]:hover + label {
  border: none;
}
.product-options-wrapper .radio > label,
.product-options-wrapper .checkbox > label {
  padding-left: 0;
  white-space: unset;
  line-height: 21px;
}
.product-options-wrapper .radio.required > label:before,
.product-options-wrapper .checkbox.required > label:before {
  content: '*';
  color: #cf2a27;
}
.collection-and-disposal,
.special-handling-service.radio {
  padding: 1rem 0;
}
.collection-and-disposal + .drop_down,
.special-handling-service.radio + .drop_down {
  display: none;
}
.collection-and-disposal + .drop_down.show,
.special-handling-service.radio + .drop_down.show {
  display: block;
}
.page-with-filter .category-product-actions .filter-options-content .swatch-attribute-options.clearfix > .swatch-option-link-layered .swatch-option.color {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 26px;
  height: 26px;
  border: none;
}
.page-with-filter .category-product-actions .filter-options-content .swatch-attribute-options.clearfix > .swatch-option-link-layered .swatch-option.color.enabled {
  border: 1px solid #0a0a0a;
}
.page-with-filter .category-product-actions .filter-options-content .swatch-attribute-options.clearfix > .swatch-option-link-layered .swatch-option.color > .swatch-color-option {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #ccc;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-4.hidden-xs.hidden-sm {
    padding: 0;
  }
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/Black/Jost-Black.woff2') format('woff2'), url('../fonts/Jost/Black/Jost-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/ExtraBold/Jost-ExtraBold.woff2') format('woff2'), url('../fonts/Jost/ExtraBold/Jost-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/Bold/Jost-Bold.woff2') format('woff2'), url('../fonts/Jost/Bold/Jost-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/ExtraLight/Jost-ExtraLight.woff2') format('woff2'), url('../fonts/Jost/ExtraLight/Jost-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/Light/Jost-Light.woff2') format('woff2'), url('../fonts/Jost/Light/Jost-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/Medium/Jost-Medium.woff2') format('woff2'), url('../fonts/Jost/Medium/Jost-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/Regular/Jost-Regular.woff2') format('woff2'), url('../fonts/Jost/Regular/Jost-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/SemiBold/Jost-SemiBold.woff2') format('woff2'), url('../fonts/Jost/SemiBold/Jost-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost/Thin/Jost-Thin.woff2') format('woff2'), url('../fonts/Jost/Thin/Jost-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1800px) {
  .custom-block-slider .slider_mgs_carousel.owl-carousel.owl-theme .owl-item {
    padding: 0 100px;
  }
}
@media (min-width: 992px) {
  .first-row-item {
    clear: left;
  }
  .no-padding-left {
    padding-left: 0;
  }
  .no-padding-right {
    padding-right: 0;
  }
  body.cms-home .header6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
  }
  body.cms-home .header6 .middle-header-container {
    background-color: transparent;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .row-sm-first,
  .clear-sm {
    clear: left;
  }
}
@media (max-width: 768px) {
  .row-xs-first {
    clear: left;
  }
}
@media (max-width: 768px) {
  .pd-xs-bottom10 {
    padding-bottom: 10px !important;
  }
  .pd-xs-top10 {
    padding-top: 10px !important;
  }
  .pd-xs-top50 {
    padding-top: 50px !important;
  }
  .pd-xs-bottom50 {
    padding-bottom: 50px !important;
  }
  .pd-xs-bottom80 {
    padding-bottom: 80px !important;
  }
  .pd-xs-top80 {
    padding-top: 80px !important;
  }
}
@media (max-width: 1700px) {
  .block-spring-flower {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .block-spring-flower .text {
    top: 15px;
  }
  .promobanner .banner-fresh .sub-title,
  .promobanner .banner-fresh p {
    margin-bottom: 50px;
  }
}
@media (max-width: 1600px) and (min-width: 1366px) {
  .block-layer-abs .layer-left {
    top: -370px;
  }
  .block-layer-abs .layer-left img {
    width: 240px;
  }
  .block-layer-abs .layer-right {
    top: -200px;
  }
  .block-layer-abs .layer-right img {
    width: 200px;
  }
}
@media (max-width: 1600px) {
  .block-fresh-spring .box-text .box-bg-white {
    width: 88.6%;
  }
}
@media (max-width: 1470px) and (min-width: 1341px) {
  .block-deal-flower .box-text h2 {
    font-size: 20px;
  }
  .block-deal-flower .box-text .sale {
    font-size: 66px;
  }
  .block-deal-flower .box-text .box-abs {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .block-deal-flower .box-text .box-abs a {
    bottom: 40px;
  }
  .block-deal-flower .box-text .box-abs:after {
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 1340px) and (min-width: 992px) {
  .custom-col-flower .col-md-5 {
    width: 33.333%;
  }
  .custom-col-flower .col-md-7 {
    width: 66.667%;
  }
  .block-deal-flower {
    padding-left: 35px;
  }
  .block-deal-flower .box-text .box-abs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-deal-flower .box-text .box-abs a {
    bottom: 30px;
  }
  .block-deal-flower .box-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .block-deal-flower .box-text .sale {
    font-size: 50px;
  }
  .custom-title-top .title-flower2,
  .custom-trending.custom-title-top .title-flower2 {
    top: 30px;
  }
  .custom-title-top .title-flower2 .title h3,
  .custom-trending.custom-title-top .title-flower2 .title h3 {
    margin-bottom: 20px;
  }
  .custom-box-product-bg .content-block {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .block-fresh-spring {
    padding-right: 30px;
    padding-top: 40px;
  }
  .block-fresh-spring .box-text .box-bg-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .block-fresh-spring .box-text .box-bg-white img {
    max-width: 180px;
  }
  .block-fresh-spring .box-text .box-bg-white h4 {
    font-size: 24px;
  }
  .deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .custom-col-flower .col-md-5 {
    width: 45%;
  }
  .custom-col-flower .col-md-7 {
    width: 55%;
  }
  .block-flower-collection .box-img-1 span:after {
    max-width: 325px;
  }
  .header5 .box-topbar .nav-toggle {
    margin-left: 30px;
  }
  .block-img-deal h3 {
    font-size: 40px;
    margin-left: auto;
  }
  .promobanner .banner-fresh .sub-title,
  .promobanner .banner-fresh p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .blog-grid-list-block .mgs-blog-lastest-posts .block-content > .col-md-6:first-child {
    padding-right: 70px;
  }
  .blog-grid-list-block .mgs-blog-lastest-posts .block-content > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 1215px) and (min-width: 992px) {
  .header1 .middle-header-container .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header1 .navigation .nav-main > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .products-grid .row-col-lg-custom-5 .product-item .product-item-info .product-top .product-item-inner {
    left: auto;
    right: 10px;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  .products-grid .row-col-lg-custom-7 .product-item .product-top .product-item-inner .btn-addto,
  .products-grid .row-col-lg-custom-8 .product-item .product-top .product-item-inner .btn-addto {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    z-index: 100;
  }
  .products-grid .row-col-lg-custom-7 .product-item .product-item-info .product-item-name h4,
  .products-grid .row-col-lg-custom-8 .product-item .product-item-info .product-item-name h4 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  header .currency .dropdown-menu,
  header .language .dropdown-menu,
  header .block-cart-header .dropdown-menu,
  header.header2 .account-dropdown .dropdown-menu,
  header.header4 .account-dropdown .dropdown-menu,
  header.header2 .block-search .dropdown-menu,
  header.header3 .block-search .dropdown-menu,
  header.header4 .block-search .dropdown-menu,
  header.header5 .account-dropdown .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  header .currency:hover .dropdown-menu,
  header .language:hover .dropdown-menu,
  header .block-cart-header:hover .dropdown-menu,
  header.header2 .account-dropdown:hover .dropdown-menu,
  header.header4 .account-dropdown:hover .dropdown-menu,
  header.header2 .block-search:hover .dropdown-menu,
  header.header3 .block-search:hover .dropdown-menu,
  header.header4 .block-search:hover .dropdown-menu,
  header.header5 .account-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  .navigation .nav-toggle-close {
    display: none;
  }
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content {
    max-width: 600px;
  }
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content.menu-img {
    max-width: 900px;
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li a:before {
    content: "";
    width: 7px;
    display: inline-block;
    background-color: #696969;
    opacity: 0;
    height: 1px;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 10px;
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li a:hover {
    padding-left: 30px;
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li a:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li.dropdown-submenu > a:after {
    content: "\f125";
    font-family: "Ionicons";
    display: inline-block;
    font-weight: 400;
    float: right;
    font-size: 10px;
    line-height: 2.7rem;
  }
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu a:before {
    margin: 0;
  }
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu a:hover {
    padding-left: 20px;
  }
  .btn-responsive-nav {
    display: none;
  }
}
@media (max-width: 1400px) {
  .block-delivery-process .layer-left {
    bottom: -130px;
  }
  .block-delivery-process .layer-left img {
    max-width: 200px;
  }
  .block-delivery-process .layer-right {
    top: -55px;
  }
  .block-delivery-process .layer-right img {
    max-width: 200px;
  }
  .block-plant-about-2 .box-layer-left img,
  .block-plant-about-2 .block-layer-right img {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content {
    max-width: 600px;
  }
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content.menu-img {
    max-width: 900px;
  }
  .product-info-main {
    padding-left: 30px;
  }
  .single-deal-grid .product-item .box-deal-label {
    margin: 0;
    margin-top: 25px;
    left: -15px;
  }
  .single-deal-grid .product-item .product-item-details {
    padding-left: 5px;
  }
  .single-deal-grid .owl-carousel .product-item .box-deal-label {
    left: 0;
  }
  .single-deal-grid .product-item .product-photo img {
    height: 610px;
  }
  .custom-deal-layout2 .single-deal-grid .product-item .product-photo img {
    height: 480px;
    width: 370px;
  }
  .header3 .block-cart-header {
    margin-right: 42px;
  }
  .header3 .mobile-phone {
    padding-left: 0;
  }
  .block-organie-app .col-md-6 img {
    margin-top: -18px;
  }
}
@media (max-width: 1199px) {
  .promobanner.border-zoom:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  .promobanner .banner-organie {
    margin-top: 10px;
  }
  .promobanner .banner-organie h3 {
    font-size: 80px;
    margin-bottom: 5px;
  }
  .promobanner .banner-organie .h4 {
    font-size: 20px;
  }
  .promobanner .banner-summer h3 {
    font-size: 75px;
  }
  .promobanner .banner-summer .h4 {
    font-size: 25px;
  }
  .block-why-choose-organie .box-left-abs img {
    max-width: 180px;
  }
  .block-why-choose-organie .box-right-abs {
    top: -230px;
  }
  .block-why-choose-organie .box-right-abs img {
    max-width: 190px;
  }
  .custom-block-product-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-welcome-organie .block-content {
    padding-left: 0;
    padding-right: 0;
  }
  .header5 .box-topbar .block-cart-header {
    margin-left: 0;
  }
}
@media (max-width: 1600px) and (min-width: 1320px) {
  .header.header6 .middle-header-container .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header.header6 .navigation .nav-main > li a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header.header6 .main-menu-left.navigation .nav-main > li:first-child > a {
    padding-right: 18px;
  }
  .header.header6 .main-menu-right.navigation .nav-main > li:first-child > a {
    padding-left: 18px;
  }
  .header.header6.header-sticky-menu .navigation .nav-main > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1319px) and (min-width: 992px) {
  .header.header6 .middle-header-container .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header.header6 .middle-header-container .header-left {
    display: none;
  }
  .header.header6 .middle-header-container .header-center {
    width: 83.3333%;
    position: static;
  }
  .header.header6 .middle-header-container .header-center .col-md-5:first-child {
    display: none;
  }
  .header.header6 .middle-header-container .header-center .col-md-2 {
    width: 25%;
  }
  .header.header6 .middle-header-container .header-center .col-md-5 {
    width: 75%;
  }
  .header.header6 .middle-header-container .header-center .logo {
    text-align: left;
  }
  .header.header6 .middle-header-container .header-center .main-menu-right.navigation .nav-main > li {
    float: none;
  }
  .header.header6 .middle-header-container .header-center .main-menu-right.navigation .nav-main > li > a {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .header.header6 .middle-header-container .header-center .main-menu-right.navigation .nav-main > li.hidden-md {
    display: inline-block !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .promo-birthday-flowers p {
    font-size: 13px;
  }
  .header2 .language .toggle [class*="ion-"],
  .header2 .currency .toggle [class*="ion-"] {
    display: none;
  }
  .list-products ul li .product-item-details .meta-box .product-box-label .product-label {
    position: relative;
    margin-top: 5px;
  }
  .header2 .navigation .nav-main > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-layer-abs .layer-left {
    top: -245px;
  }
  .block-layer-abs .layer-left img {
    width: 150px;
  }
  .block-layer-abs .layer-right img {
    width: 150px;
  }
  .block-layer-abs .layer-center .layer-img2 {
    padding-right: 5px;
  }
  .block-layer-abs .layer-center .about-text {
    padding-top: 200px;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary {
    width: 60%;
  }
  .products-related.list-products .products-items .product-item .product-top {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .products-related.list-products .products-items .product-item .product-top img {
    margin: 0 auto;
  }
  .products-related.list-products .products-items .product-item .product-item-details {
    width: 100%;
  }
  .header .navigation .nav-main > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .block-plant-about-2 .box-layer-right img,
  .block-plant-about-2 .box-layer-left img {
    max-width: 200px;
  }
}
@media (max-width: 1390px) and (min-width: 992px) {
  .header1 .navigation .nav-main > li > a,
  .header5 .navigation .nav-main > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header1.header-sticky-menu .middle-header-container .navigation .nav-main > li > a,
  .header5.header-sticky-menu .middle-header-container .navigation .nav-main > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  body .top-panel {
    display: none !important;
  }
  .pd-sm-top30 {
    padding-top: 30px !important;
  }
  .pd-sm-bottom30 {
    padding-bottom: 30px !important;
  }
  .pd-sm-top80 {
    padding-top: 80px !important;
  }
  .pd-sm-bottom80 {
    padding-bottom: 80px !important;
  }
  .pd-sm-bottom100 {
    padding-bottom: 100px !important;
  }
  .pd-sm-top50 {
    padding-top: 50px !important;
  }
  .pd-sm-bottom50 {
    padding-bottom: 50px !important;
  }
  .header1 .middle-header-container .container-fluid,
  .header5 .middle-header-container .container-fluid,
  .header6 .middle-header-container .container-fluid {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
  }
  .header1 .navigation .nav-main > li > a,
  .header5 .navigation .nav-main > li > a,
  .header6 .navigation .nav-main > li > a {
    padding: 5px;
  }
  .top-bar-abs {
    padding: 20px 20px 40px;
  }
  .top-bar-abs .nav-toggle-close {
    line-height: 1;
  }
  .top-bar-abs .welcome {
    margin-bottom: 40px;
  }
  .top-bar-abs .language-current .language .toggle {
    padding: 0 10px 10px;
  }
  .top-bar-abs .language-current .account-dropdown {
    display: inline-block;
    position: relative;
  }
  .top-bar-abs .language-current .account-dropdown .top-links-trigger {
    color: #ababab;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px 10px;
    display: block;
  }
  .top-bar-abs .language-current .account-dropdown .top-links-trigger .fa {
    margin-right: 5px;
    font-size: 30px;
  }
  .top-bar-abs .language-current .account-dropdown .top-links-trigger:hover {
    color: #295135;
  }
  .top-bar-abs .language-current .account-dropdown .dropdown-menu {
    border-top: 1px solid #295135;
    right: 0;
    left: auto;
    padding: 10px 15px;
  }
  .top-bar-abs .language-current .account-dropdown .dropdown-menu .top-links {
    text-align: left;
  }
  .top-bar-abs .language-current .account-dropdown .dropdown-menu .top-links li a {
    padding: 5px 0;
    text-transform: none;
    color: #696969;
    font-weight: 400;
    display: block;
    width: 100%;
  }
  .top-bar-abs .language-current .account-dropdown .dropdown-menu .top-links li a:hover {
    color: #295135;
  }
  .top-bar-abs .language-current .account-dropdown.active .account-dropdown .top-links-trigger {
    color: #295135;
  }
  .top-bar-abs .navigation {
    display: block;
  }
  .navigation {
    padding: 0;
  }
  .navigation .nav-main {
    text-align: left;
  }
  .navigation .nav-main > li {
    float: left;
    width: 100%;
    position: relative;
  }
  .navigation .nav-main > li a {
    padding: 5px !important;
    position: relative;
  }
  .navigation .nav-main > li > a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1px;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #333;
  }
  .navigation .nav-main > li > a:hover:before {
    background-color: #295135;
  }
  .navigation .nav-main li.dropdown .dropdown-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block;
    border-top: none;
    box-shadow: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transition-property: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
    padding-left: 0;
    min-width: 100%;
  }
  .navigation .nav-main li.dropdown .dropdown-menu:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li a {
    padding: 5px 0;
    border: none;
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li .dropdown-menu {
    position: relative;
    left: 0;
    display: none;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transition-property: none;
  }
  .navigation .nav-main li.dropdown .dropdown-menu li ul li .toggle-menu a {
    font-size: 14px;
    color: #333;
    padding: 2px !important;
    width: 40px;
    height: 35px;
    line-height: 30px;
    text-align: center;
  }
  .navigation .nav-main li.mega-menu-fullwidth {
    position: relative;
  }
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu img {
    max-width: 100%;
  }
  .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li.level1 > a {
    font-size: 13px;
    font-weight: 600;
  }
  .navigation .nav-main .toggle-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation .nav-main .toggle-menu a {
    width: 40px;
    height: 35px;
    padding: 0 !important;
    text-align: center;
    display: inline-block;
    line-height: 35px;
  }
  .navigation .nav-main .toggle-menu a .fa-minus {
    display: none;
  }
  .navigation .nav-main .toggle-menu a.active .fa-minus {
    display: inline-block;
  }
  .navigation .nav-main .toggle-menu a.active .fa-plus {
    display: none;
  }
  .header4 .navigation .nav-main > li > a {
    color: #333;
  }
  .btn-responsive-nav {
    display: inline-block;
    font-size: 23px;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .btn-responsive-nav:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background-color: #eeeff0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .btn-responsive-nav:hover {
    color: #295135;
  }
  .header2 .middle-header-container {
    padding-top: 20px;
    padding-bottom: 5px;
    border: none;
  }
  .header2 .navigation,
  .header3 .navigation,
  .header4 .navigation {
    position: fixed;
    right: 0;
    max-width: 300px;
    width: 300px;
    top: 0;
    background: #fff;
    z-index: 1001;
    height: 100%;
    padding: 40px 20px 40px 10px;
    overflow: auto;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  .header2 .navigation .nav-main > li > a,
  .header3 .navigation .nav-main > li > a,
  .header4 .navigation .nav-main > li > a {
    padding: 10px 5px;
  }
  .header2 .navigation .nav-main .toggle-menu a,
  .header3 .navigation .nav-main .toggle-menu a,
  .header4 .navigation .nav-main .toggle-menu a {
    height: 35px;
    line-height: 35px;
  }
  .header2 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content,
  .header3 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content,
  .header4 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content {
    padding: 0;
  }
  .header2 .navigation .nav-main li a ul.dropdown-menu .toggle-menu a,
  .header3 .navigation .nav-main li a ul.dropdown-menu .toggle-menu a,
  .header4 .navigation .nav-main li a ul.dropdown-menu .toggle-menu a {
    height: 37px;
    line-height: 37px;
  }
  .header2 .navigation.show,
  .header3 .navigation.show,
  .header4 .navigation.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .header2 .navigation .nav-toggle-close,
  .header3 .navigation .nav-toggle-close,
  .header4 .navigation .nav-toggle-close {
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    width: 100%;
    background: none;
    padding: 0;
  }
  .header.header6 .navigation .nav-main > li > a {
    color: #333;
  }
  .header.header6 .navigation .nav-main > li > a:hover {
    color: #295135;
  }
  .header2 .block-cart-header,
  .header2 .account-dropdown,
  .header2 .language,
  .header2 .currency {
    position: static;
  }
  .header2 .block-cart-header .dropdown-menu,
  .header2 .account-dropdown .dropdown-menu,
  .header2 .language .dropdown-menu,
  .header2 .currency .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header2 .block-cart-header:before,
  .header2 .account-dropdown:before,
  .header2 .language:before,
  .header2 .currency:before {
    left: inherit;
  }
  .header2 .block-cart-header .dropdown-menu {
    width: 290px;
  }
  .header2 .account-dropdown .dropdown-menu,
  .header2 .language .dropdown-menu,
  .header2 .currency .dropdown-menu {
    width: 160px;
  }
  .header2 .block-search,
  .header3 .block-search,
  .header4 .block-search {
    position: static;
  }
  .header2 .block-search .dropdown-menu,
  .header3 .block-search .dropdown-menu,
  .header4 .block-search .dropdown-menu {
    width: 360px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header3 .top-bar .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header3 .block-search .btn-open-search {
    line-height: 58px;
    font-size: 16px;
    width: auto;
    padding: 0 9px;
  }
  .header4 .nav-header-container .nav-header-content {
    background-color: #fff;
  }
  .header4 .block-search .btn-open-search {
    color: #696969;
  }
  .header4 .account-dropdown .top-links-trigger {
    color: #696969;
  }
  .header4 .btn-responsive-nav:before {
    display: none;
  }
  .header5 .top-bar-abs {
    padding: 20px 15px 40px;
  }
  .footer1 .middle-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer1 [class*="col-sm-12"] {
    margin-bottom: 25px;
  }
  .block-newsletter-ft .box-text h4 {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .blog-grid-list-block .mgs-blog-lastest-posts .item-first {
    margin-bottom: 30px;
  }
  .block-newsletter-2 {
    margin: 0 -15px;
    overflow: hidden;
  }
  .block-newsletter-2 img {
    width: auto;
    max-width: unset;
  }
  .block-newsletter-2 .box-text {
    padding: 0 15px;
  }
  .block-newsletter-2 .box-text h4 {
    margin-bottom: 25px;
  }
  .block-newsletter-2 .box-text input.form-control {
    margin-bottom: 15px;
  }
  .block-layer-abs .layer-center .layer-img2 {
    top: -180px;
  }
  .block-layer-abs .layer-center .about-text {
    padding-top: 100px;
    padding-bottom: 35px;
    line-height: 1.7;
  }
  .block-layer-abs .layer-left {
    top: -200px;
  }
  .block-layer-abs .layer-left img {
    max-width: 150px;
  }
  .block-layer-abs .layer-right {
    top: -150px;
  }
  .block-layer-abs .layer-right img {
    max-width: 150px;
  }
  .main.col-sm-9 .toolbar-products .modes {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
  }
  .account .field.captcha .nested .captcha-reload {
    margin-top: 10px;
  }
  .top-toolbar {
    margin-bottom: 30px;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 50%;
  }
  .bundle-options-container .block-bundle-summary {
    width: 50%;
  }
  .bundle-options-container .block-bundle-summary .bundle-info {
    display: inline-block;
  }
  .bundle-options-container .block-bundle-summary .bundle-info .product-image-container {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    margin-right: 0;
  }
  .cart-container {
    padding-bottom: 50px;
  }
  .block.crosssell {
    margin-top: 50px;
  }
  .checkout-container .opc-wrapper .shipping-address-item {
    width: 50%;
  }
  .organie3-block-life {
    padding-top: 20px;
  }
  .organie3-block-life .item-block {
    margin-bottom: 30px;
  }
  .header4 .middle-header-container {
    padding-bottom: 0;
  }
  .block-abs-top30 {
    margin-top: 0;
  }
  .promo-birthday-flowers {
    padding: 0;
  }
  .promo-birthday-flowers p {
    margin-left: 0;
    font-size: 13px;
  }
  .promo-flowers-party {
    padding-top: 0;
  }
  .promo-gift-flowers {
    margin-top: 90px;
  }
  .promo-flowers-wedding h6 {
    margin-bottom: 10px;
  }
  .promo-flowers-wedding span {
    font-size: 20px;
  }
  .promo-flowers-valentine {
    padding: 16px;
    min-width: 190px;
  }
  .flower-block-about .subtitle {
    margin-bottom: 80px;
  }
  .testimonial-block .owl-carousel .testimonial-item {
    max-width: 650px;
  }
  .custom-deal-single .title-block {
    top: 65px;
  }
  .custom-deal-single .title-block h2 {
    font-size: 35px;
  }
  .single-deal-grid .product-item .product-item-name {
    margin-top: 110px;
    margin-bottom: 25px;
  }
  .custom-deal-layout1 .single-deal-grid .product-item .product-item-details {
    padding-right: 0;
  }
  .custom-deal-layout1 .single-deal-grid .product-item .deal-timer {
    margin-bottom: 12px;
  }
  .custom-deal-single {
    min-height: auto;
  }
  .block-delivery-process .layer-left,
  .block-delivery-process .layer-right {
    display: none;
  }
  .block-about .box-item.box-item3 img,
  .block-about .box-item.box-item2 img {
    margin-left: auto;
  }
  .block-delivery-process .block-content .step-content [class*="step-"] .box-icon:after {
    background-size: 90px auto;
  }
  .block-welcome-organie .tool-tip {
    margin-bottom: 70px;
  }
  .custom-block-why-choose {
    max-height: 100%;
  }
  .block-why-choose-organie .block-content .box-left {
    padding-top: 0;
  }
  .block-why-choose-organie .block-content .box-right {
    padding-top: 45px;
  }
  .block-why-choose-organie .block-content [class*='box-item-'] {
    display: block;
    max-width: 270px;
    margin: 0 auto 70px;
    float: none;
  }
  .margin-bottom-blog .blog-block .title-block {
    margin-bottom: 45px;
  }
  .block-story .block-content .container {
    position: relative;
  }
  .block-story .block-content .col-xs-12 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }
  .block-story .block-content .box-left img {
    max-width: 100%;
  }
  .block-story .block-content .box-left .img-left-1 {
    margin-left: -60px;
    float: left;
    margin-right: 0;
  }
  .block-story .block-content .box-right img {
    max-width: 100%;
  }
  .block-story .block-content .box-right .img-right-1 {
    text-align: right;
  }
  .block-story .block-content .box-right .img-right-2 {
    right: 0;
    left: auto;
    margin-top: 0;
  }
  .block-story .block-content .box-center {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
  }
  .custom-deal-layout2 .title-block {
    top: 130px;
  }
  .custom-deal-layout2 .title-block h2 {
    font-size: 34px;
  }
  .custom-deal-layout2 .deal-product-cat-block {
    margin-top: -100px;
    padding-top: 70px;
  }
  .custom-deal-layout2 .single-deal-grid .product-item .product-photo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-deal-layout2 .single-deal-grid .product-item .product-item-details {
    padding-right: 0;
  }
  .block-testimonial-bg .box-left,
  .block-testimonial-bg .box-right {
    display: none;
  }
  .header5 {
    position: relative;
  }
  .header5 .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header5 .box-topbar .nav-toggle,
  .header5 .box-topbar .block-cart-header .showcart {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .block-organie-app .title h2 {
    font-size: 35px;
  }
  .header.header6 .middle-header-container .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header.header6 .middle-header-container .logo,
  .header.header6 .middle-header-container .header-left {
    display: none;
  }
  .header.header6 .middle-header-container .logo-sticky {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header.header6 .box-topbar .block-cart-header .showcart {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .header.header6 .box-topbar .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
    color: #333;
  }
  .header.header6 .box-topbar .nav-toggle {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .header.header6 .box-topbar .nav-toggle [class*="ion"] {
    color: #333;
  }
  .block-plant-about-2 .box-layer-left img,
  .block-plant-about-2 .block-layer-right img {
    max-width: 200px;
  }
  .block-plant-about-2 .block-content .section-2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .footer1 .col-xs-12 {
    margin-bottom: 30px;
  }
  .custom-testimonial-layout1 .testimonial-block .mgs-testimonial {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-plant-about-2 .box-layer-left img,
  .block-plant-about-2 .box-layer-right img {
    max-width: 150px;
  }
  .block-plant-about-2 .box-layer-right {
    top: 300px;
  }
  .header.header6 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content {
    padding: 0;
  }
  .custom-col-flower .col-md-5 {
    width: 100%;
  }
  .custom-col-flower .col-md-7 {
    width: 100%;
  }
  .block-deal-flower {
    padding: 0 15px;
  }
  .block-deal-flower .box-content > img {
    margin: 0 auto;
  }
  .box-text-flower {
    padding: 0;
  }
  .box-text-flower img {
    max-width: 100%;
  }
  .block-fresh-spring {
    padding: 0 15px;
  }
  .block-fresh-spring .box-content > img {
    margin: 0 auto;
  }
  .block-flower-collection {
    padding-top: 80px;
  }
  .block-flower-collection .box-text-spring {
    padding-bottom: 80px;
  }
  .block-flower-collection .box-img-1 img {
    left: 0;
  }
  .block-flower-collection .box-img-1 span:after {
    display: none;
  }
  .block-flower-collection .box-text-organie {
    padding-top: 80px;
  }
  .block-flower-collection .box-text-organie h2 {
    font-size: 55px;
  }
  .custom-title-top .title-flower2 {
    top: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .custom-title-top .title-flower2 .title h3 {
    margin-bottom: 50px;
  }
  .custom-box-product-bg .content-block {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .block-about-flower3 .title {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .block-about-flower3 .title img {
    margin-left: auto;
  }
  .block-about-flower3 .title h5 {
    margin-top: -120px;
  }
  .block-about-flower3 .box-img-main .img-1:after,
  .block-about-flower3 .box-img-main .img-1:before {
    display: none;
  }
  .block-about-flower3 .box-img-main .img-2 {
    top: 60%;
    right: 40px;
  }
  .custom-deal-layout3 {
    text-align: center;
  }
  .custom-deal-layout3 .deal-product-cat-block {
    float: none;
    margin: 0 auto;
  }
  .custom-title-top-deal .title-flower2 {
    margin: 0 auto;
    float: none;
  }
  .custom-promo-button .promobanner {
    margin-bottom: 40px;
  }
  .custom-title-top-center .title-flower2 .title h3 {
    margin-bottom: 80px;
  }
  .block-amazing-services .block-content .col-md-4 .box-item-services {
    margin-bottom: 40px;
  }
  .block-amazing-services .block-content .col-md-4 .box-item-services:first-child {
    margin-top: 0;
  }
  .block-spring-flower {
    padding-bottom: 40px;
  }
  .block-spring-flower .text {
    bottom: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pd-sm-top0 {
    padding-top: 0 !important;
  }
  .pd-sm-bottom0 {
    padding-bottom: 0 !important;
  }
  section .col-sm-4 .list-products .product-items .product-item .product-top {
    width: 90px;
    margin-right: 20px;
  }
  section .col-sm-4 .list-products .product-items .product-item .product-item-details .meta-box .product-box-label .product-label {
    position: relative;
    margin-top: 5px;
  }
  .promobanner .banner-strawberry,
  .promobanner .banner-nature {
    margin-top: -20px;
  }
  .header3 .top-bar .col-sm-7 {
    padding-left: 0;
  }
  .sidebar.col-sm-3 .block-compare .actions-toolbar {
    display: inline-block;
  }
  .sidebar.col-sm-3 .block-wishlist .block-content .product-items .product-item .product-item-info {
    display: block;
  }
  .sidebar.col-sm-3 .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo {
    margin-bottom: 20px;
  }
  .sidebar.col-sm-3 .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details {
    margin-left: 0;
    margin-top: 10px;
    position: relative;
  }
  #shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .action-gift {
    font-size: 11px;
  }
  .block-spring-flower {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .promobanner .box-white {
    padding: 20px 10px;
    width: 130px;
    line-height: 1.2;
  }
  .promobanner .banner-fresh {
    padding: 0;
  }
  .promobanner .banner-fresh h3 {
    font-size: 25px;
    margin: 0 auto 10px;
  }
  .promobanner .banner-fresh p {
    font-size: 15px;
    margin-left: 0;
  }
  .promobanner .banner-fresh a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-newsletter-ft .box-text .subscribe .field {
    width: calc(100% - 70px);
  }
  .block-newsletter-ft .box-text .subscribe .actions {
    width: auto;
  }
  .block-newsletter-ft .box-text .subscribe .actions .subscribe {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .pd-xs-top100 {
    padding-top: 100px !important;
  }
  .pd-xs-bottom100 {
    padding-bottom: 100px !important;
  }
  .pd-xs-top25 {
    padding-top: 25px !important;
  }
  .pd-xs-bottom25 {
    padding-bottom: 25px !important;
  }
  .pd-xs-top20 {
    padding-top: 20px !important;
  }
  .pd-xs-bottom20 {
    padding-bottom: 20px !important;
  }
  .pd-xs-top50 {
    padding-top: 50px !important;
  }
  .pd-xs-bottom50 {
    padding-bottom: 50px !important;
  }
  .pd-xs-top15 {
    padding-top: 15px !important;
  }
  .pd-xs-bottom15 {
    padding-bottom: 15px !important;
  }
  .pd-xs-top30 {
    padding-top: 30px !important;
  }
  .pd-xs-bottom30 {
    padding-bottom: 30px !important;
  }
  .organie3-block-life {
    padding-top: 0;
  }
  .organie3-block-life .item-block {
    margin-bottom: 40px;
  }
  .header1 .middle-header-container .container-fluid,
  .header5 .middle-header-container .container-fluid,
  .header6 .middle-header-container .container-fluid {
    width: 100%;
  }
  .header3 .middle-header-container {
    padding: 20px 0;
  }
  .header3 .top-bar {
    text-align: center;
  }
  .header3 .top-bar .language,
  .header3 .top-bar .currency {
    float: none;
  }
  .header3 .top-bar .language .toggle:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ccc;
    margin-bottom: 2px;
  }
  .header3 .top-bar .top-links {
    float: none;
  }
  .header3 .top-bar .top-links:before {
    display: none;
  }
  .header3 .top-bar .top-links li {
    float: none;
  }
  .header3 .top-bar .top-links li a.my-account:after {
    display: inline-block;
  }
  .header3 .top-bar .top-links li:last-child a:after {
    display: none;
  }
  .header3 .top-bar .top-links:after {
    content: "";
    display: none;
    width: 1px;
    height: 20px;
    background-color: #696969;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .header4 .account-dropdown,
  .header2 .account-dropdown,
  .header4 .language,
  .header2 .language,
  .header4 .currency,
  .header2 .currency,
  .header4 .block-search,
  .header2 .block-search {
    position: static;
  }
  .header4 .account-dropdown .dropdown-menu,
  .header2 .account-dropdown .dropdown-menu,
  .header4 .language .dropdown-menu,
  .header2 .language .dropdown-menu,
  .header4 .currency .dropdown-menu,
  .header2 .currency .dropdown-menu,
  .header4 .block-search .dropdown-menu,
  .header2 .block-search .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
  }
  .header4 .block-search .dropdown-menu,
  .header2 .block-search .dropdown-menu {
    width: 360px;
  }
  .header4 .block-cart-header,
  .header2 .block-cart-header {
    position: static;
  }
  .header4 .block-cart-header .dropdown-menu,
  .header2 .block-cart-header .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 290px;
  }
  .header4 .middle-header-container {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .header4 .block-cart-header .dropdown-menu {
    right: 15px;
    left: auto;
  }
  .footer2 .middle-footer .block-newsletter-flower {
    padding-bottom: 40px;
  }
  .footer2 .bottom-footer {
    text-align: center;
  }
  .footer2 .bottom-footer .block-social ul {
    float: none;
    margin-top: 20px;
  }
  .block-layer-abs .layer-center {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .block-layer-abs .layer-left {
    top: -118px;
  }
  .block-layer-abs .layer-left img {
    width: 100px;
  }
  .block-layer-abs .layer-right {
    top: -85px;
  }
  .block-layer-abs .layer-right img {
    width: 80px;
  }
  .block-layer-abs .layer-bottom {
    top: -85px;
  }
  .block-layer-abs .layer-bottom img {
    width: 100px;
  }
  .block-layer-abs .layer-center .layer-img1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .block-layer-abs .layer-center .layer-img2 {
    position: relative;
    padding-right: 0;
    top: 0;
  }
  .block-layer-abs .layer-center .about-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-layer-abs .layer-center .about-text .layer-img3 {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .block-shop-by-cate {
    text-align: center;
  }
  .block-shop-by-cate img {
    margin: 0 auto;
  }
  .block-cake-banner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .bottom-ft-container {
    text-align: center;
  }
  .bottom-ft-container .footer-links {
    float: none;
    margin-top: 10px;
  }
  .list-products ul li .product-item-details .meta-box .product-box-label .product-label {
    position: relative;
  }
  .block-shop-by-cate .title-block {
    top: -125px;
  }
  .block-shop-by-cate .title-block h3 {
    font-size: 35px;
    line-height: 1.2;
  }
  .block-layer-abs .layer-center .about-text .layer-img3 {
    display: none;
  }
  .products-list .product-item .product-item-details .product-reviews-summary .rating-summary {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .account .block-new-customer {
    margin-bottom: 40px;
  }
  .account.wishlist-index-index .actions-toolbar button.action {
    width: 100%;
  }
  .product.info.detailed .items > .item.content {
    margin: 0;
  }
  .brand-related-products .block-title h3 {
    padding-right: 90px;
  }
  .block.related .block-actions {
    padding-right: 70px;
  }
  .breadcrumbs {
    padding: 50px 0;
  }
  .sidebar-additional .block:last-child {
    margin-bottom: 0;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .bundle-options-container .block-bundle-summary {
    width: 100%;
    padding: 0;
  }
  .product-details-view {
    margin-bottom: 2rem;
    position: relative;
  }
  body.page-layout-1column .upsell .block-title h3,
  body.page-layout-1column .brand-related-products .block-title h3 {
    text-align: left;
  }
  .margin-xs-bottom30 .promobanner {
    margin-bottom: 30px;
  }
  .margin-xs-top30 .promobanner {
    margin-top: 30px;
  }
  .flower-block-about .subtitle {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .flower-block-about .box-item {
    margin-bottom: 20px;
  }
  .testimonial-block .owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    opacity: 0;
    visibility: hidden;
  }
  .testimonial-block .owl-carousel.owl-theme:hover .owl-controls .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible;
  }
  .instagram-block .block-content {
    float: left;
  }
  .instagram-block .block-content ul {
    display: inline-block;
    float: left;
  }
  .instagram-block .block-content ul li {
    width: 50%;
    text-align: center;
    float: left;
  }
  .instagram-block .block-content ul li img {
    margin: 0 auto;
    width: 100%;
  }
  .custom-promo-mobile .promobanner .bottom-left {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
  }
  .custom-promo-mobile .promobanner .promo-birthday-flowers {
    min-width: 185px;
  }
  .hidden-bg-image {
    background: none !important;
  }
  .custom-deal-single .title-block {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    top: 0;
  }
  .single-deal-grid .product-item .product-photo,
  .single-deal-grid .product-item .product-item-details {
    width: 100%;
  }
  .single-deal-grid .product-item .product-photo {
    margin-bottom: 40px;
  }
  .single-deal-grid .product-item .product-item-name {
    margin-top: 0;
  }
  .custom-deal-layout1 .single-deal-grid .product-item .product-photo:after {
    display: none;
  }
  .custom-deal-layout1 .single-deal-grid .product-item .deal-timer {
    padding-right: 20%;
  }
  .custom-deal-layout1 .single-deal-grid .product-item .deal-timer .countdown {
    margin-left: 0;
  }
  .block-about .block-title-about .h3 {
    margin-bottom: 60px;
  }
  .block-delivery-process .block-content .step-content [class*='step-'] {
    margin: 0 0 20px !important;
    text-align: center;
    width: 50%;
  }
  .block-delivery-process .block-content .step-content [class*='step-'] .box-content {
    margin: 0 !important;
  }
  .block-delivery-process .block-content .step-content [class*='step-'] .box-icon:after {
    display: none !important;
  }
  .block-delivery-process .block-content .step-content .setting-img {
    display: block;
    margin: 0 auto;
  }
  .block-welcome-organie .tool-tip {
    margin-bottom: 50px;
  }
  .block-why-choose-organie .box-left-abs {
    bottom: -70px;
  }
  .custom-deal-layout2 .title-block {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    padding-bottom: 45px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .custom-deal-layout2 .single-deal-grid .product-item .product-photo .product-item-photo {
    max-width: 400px;
    margin: 0 auto;
  }
  .custom-deal-layout2 .single-deal-grid .product-item .deal-timer {
    max-width: 470px;
  }
  .custom-deal-layout2 .single-deal-grid .product-item .product-item-name {
    margin-bottom: 28px;
  }
  .block-story {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block-story .block-content .col-xs-12 {
    position: relative;
    top: 0;
  }
  .block-story .block-content .box-center {
    position: relative;
    height: auto;
  }
  .block-testimonial-bg {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .custom-title-bottom80 .title-block {
    margin-bottom: 40px;
  }
  .block-plant-about img {
    max-width: 100%;
    margin: 0 auto !important;
  }
  .block-plant-about .col-1 .content-box {
    padding-top: 50px;
  }
  .block-plant-about .title-about {
    padding-left: 0;
    text-align: center;
    margin: 50px auto;
  }
  .block-plant-about .title-about h4 {
    text-align: center;
  }
  .block-plant-about .box-img-2 {
    padding-left: 0;
    text-align: center;
  }
  .block-plant-about .box-img-2:before {
    display: none;
  }
  .block-organie-video h3 {
    font-size: 60px;
  }
  .block-plant-about-2 .box-layer-left,
  .block-plant-about-2 .box-layer-right {
    display: none;
  }
  .custom-testimonial-layout1 .testimonial-block .mgs-testimonial {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-no-bg .title-block {
    padding-top: 0;
  }
  .block-flower-collection {
    padding-top: 50px;
  }
  .block-flower-collection .box-img-1 {
    margin-bottom: 20px;
  }
  .block-flower-collection .box-img-2 img {
    margin-left: auto;
    margin-right: auto;
  }
  .block-flower-collection .box-text-spring {
    padding-bottom: 50px;
  }
  .block-flower-collection .box-text-organie {
    padding-top: 50px;
  }
  .block-about-flower3 .box-img-main .img-2 {
    top: 0;
    right: 0;
  }
  .block-about-flower3 .box-text {
    text-align: center;
  }
  .block-about-flower3 .item-about {
    text-align: center;
    margin: 0 auto 30px;
  }
  .block-about-flower3 .title {
    margin-top: 80px;
    text-align: center;
  }
  .box-text-flower h3 {
    font-size: 70px;
  }
  .block-deal-flower .box-text h2 {
    font-size: 20px;
  }
  .block-custom-product {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .header1 .box-topbar,
  .header5 .box-topbar,
  .header6 .box-topbar {
    position: relative;
  }
  .header1 .box-topbar .nav-toggle,
  .header5 .box-topbar .nav-toggle,
  .header6 .box-topbar .nav-toggle {
    margin-left: 30px;
  }
  .header1 .box-topbar .block-cart-header,
  .header5 .box-topbar .block-cart-header,
  .header6 .box-topbar .block-cart-header {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .slider_mgs_carousel.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    display: none !important;
  }
  .header4 .block-phone {
    margin-left: 0;
  }
  .block-layer-abs .layer-center .about-text .text {
    font-size: 20px;
  }
  .block-counter .counter-number {
    width: 50%;
  }
  .block-counter .counter-number.number-3 {
    border: none;
  }
  .block-plant-about-2 .block-content .title-about h3 {
    font-size: 80px;
  }
  .block-plant-about-2 .block-content .title-about h3 span {
    margin-left: auto;
    font-size: 70px;
  }
  .block-plant-about-2 .block-content .desc {
    margin-top: 50px;
  }
  .box-text-flower h3 {
    font-size: 50px;
    margin: 0 auto;
  }
  .box-text-flower .sub-title {
    font-size: 20px;
  }
  .box-text-flower p {
    font-size: 16px;
    letter-spacing: 0.5em;
  }
  .deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .header3 .mobile-phone,
  .header4 .mobile-phone {
    display: none;
  }
  .header3 .mobile-cart,
  .header4 .mobile-cart,
  .header3 .mobile-logo,
  .header4 .mobile-logo {
    width: 50%;
  }
  .header3 .mobile-logo,
  .header4 .mobile-logo {
    text-align: left;
  }
  .list-products ul li .product-item-details .meta-box .product-box-label .product-label {
    position: relative;
    margin-top: 5px;
  }
  .toolbar-products .modes {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .toolbar-products .sorter {
    width: 100%;
    margin-bottom: 15px;
  }
  .toolbar-products .limiter {
    width: 100%;
    float: none;
  }
  .toolbar-products .sort-by-listing-page {
    display: flex;
    margin-top: 10px;
    padding-top: 1.5rem;
  }
  .toolbar-products .sort-by-listing-page .label {
    display: none;
  }
  .toolbar-products .sort-by-listing-page .limiter {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    width: 70%;
  }
  .toolbar-products .sort-by-listing-page .limiter-options {
    padding-left: 5px;
  }
  .toolbar-products .sort-by-listing-page .toolbar-sorter {
    margin: 0;
  }
  .toolbar-products .sort-by-listing-page .toolbar-sorter .sorter-options {
    padding-left: 5px;
  }
  .toolbar-products .sort-by-listing-page select {
    min-width: inherit;
  }
  .block-img-deal h3 {
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .block-tab-products .nav-tabs li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .block-tab-products .nav-tabs li:last-child {
    margin-bottom: 0;
  }
  .block-tab-products .nav-tabs li a {
    width: 100%;
  }
  .blog-grid-list-block .mgs-blog-lastest-posts .item .post-left {
    margin-right: 0;
    width: 100%;
  }
  .blog-grid-list-block .mgs-blog-lastest-posts .item .post-right {
    width: 100%;
    padding-top: 24px;
  }
  .block-cake-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-cake-banner {
    padding-top: 45px;
  }
  .block-cake-banner h3 {
    font-size: 35px;
  }
  .header1 .top-bar-abs,
  .header5 .top-bar-abs,
  .header6 .top-bar-abs {
    width: 300px;
  }
  .instagram-block .block-content ul li {
    width: 100%;
  }
  .custom-deal-layout1 .single-deal-grid .product-item .deal-timer {
    padding-right: 0;
  }
  .block-organie-video h3 {
    font-size: 45px;
  }
  .slider_mgs_carousel .owl-carousel .owl-nav .owl-next,
  .slider_mgs_carousel .owl-carousel .owl-nav .olw-prev {
    display: none !important;
  }
  .block-flower-collection:before {
    display: none;
  }
}
@media (max-width: 460px) {
  .promobanner.border-zoom:before {
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
  }
  .promobanner .banner-summer {
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .promobanner .banner-summer .h4 {
    font-size: 17px;
  }
  .promobanner .banner-summer h3 {
    font-size: 35px;
  }
  .promobanner .banner-summer .sale-code {
    font-size: 10px;
  }
  .promobanner .banner-organie {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .promobanner .banner-organie h3 {
    font-size: 35px;
  }
  .promobanner .banner-organie .h4 {
    font-size: 15px;
  }
  .promobanner .banner-organie .sale-code {
    margin-right: 0;
    text-align: center;
    font-size: 10px;
  }
  .block-why-choose-organie .box-right-abs,
  .block-why-choose-organie .box-left-abs {
    display: none;
  }
  .block-welcome-organie .box-cate-item .box-top img {
    max-width: 100%;
  }
  .block-story .block-content .box-center {
    padding: 30px;
  }
  .block-deal-flower .box-text .box-abs {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .block-deal-flower .box-text .box-abs:after {
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
  }
  .block-deal-flower .box-text .box-abs a {
    bottom: 20px;
  }
  .block-deal-flower .box-text h2 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .block-deal-flower .box-text .sale {
    margin-bottom: 20px;
    font-size: 50px;
  }
  .block-deal-flower .box-text p {
    font-size: 12px;
  }
  .block-deal-flower .box-text a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100px;
  }
  .box-text-flower h3 {
    font-size: 32px;
  }
  .box-text-flower .sub-title {
    margin-bottom: 20px;
  }
  .box-text-flower p {
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .block-fresh-spring .box-text .box-bg-white {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .block-fresh-spring .box-text .box-bg-white img {
    max-width: 180px;
  }
  .block-fresh-spring .box-text .box-bg-white h4 {
    font-size: 24px;
  }
  .blog-grid-block .mgs-blog-lastest-posts .item.col-xs-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-img-deal h3 {
    font-size: 34px;
  }
  .block-about-flower3 .title {
    margin-top: 50px;
  }
  .block-about-flower3 .box-img-main .img-2 {
    display: none;
  }
  .custom-deal-layout-3 .single-deal-grid .product-item .box-content {
    padding: 65px 20px 50px;
  }
  .block-custom-product h3 {
    font-size: 35px;
  }
}
@media (max-width: 420px) {
  .header1 .box-topbar .block-cart-header,
  .header6 .box-topbar .block-cart-header,
  .header5 .box-topbar .block-cart-header {
    position: static;
  }
  .header1 .box-topbar .block-cart-header .dropdown-menu,
  .header6 .box-topbar .block-cart-header .dropdown-menu,
  .header5 .box-topbar .block-cart-header .dropdown-menu {
    min-width: 290px;
    padding: 20px 10px;
  }
  .header2 .block-search .minisearch .search-select {
    min-width: 100%;
    border-bottom: 1px solid #d8d5d5;
    float: left;
  }
  .header2 .block-search .minisearch .input-text {
    width: calc(100% - 30px);
  }
  .header2 .language .toggle [class*="ion-"],
  .header2 .currency .toggle [class*="ion-"] {
    display: none;
  }
  .header2 .language .dropdown-menu,
  .header2 .currency .dropdown-menu {
    left: auto;
    right: 0;
  }
  .header2 .block-cart-header .dropdown-menu {
    padding: 20px 10px;
  }
  .header2 .block-cart-header .minicart-items-wrapper .minicart-items .product-item .action {
    right: 10px;
  }
  .header3 .block-cart-header .showcart .box-shopbag .icon-cart {
    margin-right: 10px;
  }
  .header3 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
    font-size: 30px;
  }
  .header3 .top-bar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header3 .top-bar .top-links {
    display: none;
  }
  .header3 .top-bar .language .toggle:before,
  .header3 .top-bar .currency .toggle:before {
    display: none;
  }
  .header3 .top-bar .account-dropdown {
    display: inline-block !important;
    position: relative;
  }
  .header3 .top-bar .account-dropdown a.toggle {
    color: #ababab;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    padding-bottom: 14px;
  }
  .header3 .top-bar .account-dropdown a.toggle:hover {
    color: #295135;
  }
  .header3 .top-bar .account-dropdown .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
  }
  .header3 .top-bar .account-dropdown .top-links {
    display: block;
    border-top: 1px solid #295135;
    padding: 10px;
    margin: 0;
  }
  .header3 .top-bar .account-dropdown .top-links li {
    width: 100%;
  }
  .header3 .top-bar .account-dropdown .top-links li a {
    color: #696969;
    padding: 5px;
  }
  .header3 .top-bar .account-dropdown .top-links li a:after {
    display: none;
  }
  .header3 .top-bar .account-dropdown .top-links li a:hover {
    color: #295135;
  }
  .header3 .top-bar .account-dropdown.active a.toggle {
    color: #295135;
  }
  .header3 .language .dropdown-menu {
    right: 0;
    left: auto;
  }
  .header2 .block-search .dropdown-menu,
  .header3 .block-search .dropdown-menu,
  .header4 .block-search .dropdown-menu {
    width: 290px;
  }
  .header2 .block-search .dropdown-menu .minisearch,
  .header3 .block-search .dropdown-menu .minisearch,
  .header4 .block-search .dropdown-menu .minisearch {
    width: 100%;
  }
  .header4 .block-search .dropdown-menu {
    width: 290px;
  }
  .header4 .block-search .dropdown-menu .minisearch {
    width: 100%;
  }
  .block-cart-header .dropdown-menu {
    min-width: 290px;
  }
  .header4 .block-cart-header .actions .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer2 .block-follow-instagram p {
    line-height: 1.3;
  }
  .promobanner .banner-strawberry,
  .promobanner .banner-nature {
    margin-top: -30px;
  }
  .promobanner .banner-strawberry {
    margin-right: 0;
  }
  .block-layer-abs .layer-left {
    top: -98px;
  }
  .block-layer-abs .layer-left img {
    width: 70px;
  }
  .block-layer-abs .layer-bottom {
    top: -42px;
  }
  .block-layer-abs .layer-bottom img {
    width: 60px;
  }
  .one-column-filter .filter-content {
    margin-bottom: 0;
  }
  .header4 .currency .dropdown-menu {
    right: 0;
    left: auto;
  }
  .block-layer-abs .layer-center .about-text .text {
    font-size: 18px;
  }
  .title-cake .title-block h3 {
    font-size: 35px;
  }
  .block-shop-by-cate .title-block {
    max-width: 290px;
  }
  .single-deal-grid .product-item .deal-timer .countdown span {
    font-size: 32px;
  }
  .single-deal-grid .product-item .deal-timer .countdown span:not(.timer):after {
    font-size: 14px;
    top: 12px;
  }
  .slider_mgs_carousel.owl-carousel .owl-controls .owl-nav [class*="owl-"] {
    display: none !important;
  }
  .slider_mgs_carousel.owl-carousel:hover .owl-controls .owl-nav [class*="owl-"] {
    display: none !important;
  }
  .deal-timer .countdown span .timer {
    font-size: 14px;
  }
  .block-story .layer-top {
    top: 0;
  }
  .block-story .layer-top img {
    max-width: 100px;
  }
  .block-organie-video h3 {
    font-size: 36px;
  }
  .block-organie-app .title {
    text-align: center;
  }
  .block-counter .counter-number {
    width: 100%;
    border: none;
  }
  .block-newsletter-ft .box-text .content {
    padding-top: 20px;
  }
  .border-title .title-flower2 .title h3:after {
    margin-left: 20px;
  }
  .border-title .title-flower2 .title h3:before {
    margin-right: 20px;
  }
}
@media (max-width: 375px) {
  .block-custom-product h3 {
    font-size: 35px;
  }
  .block-delivery-process .block-content .step-content [class*="step-"] {
    width: 100%;
  }
  .custom-testimonial-layout1 .testimonial-block .title-block .title {
    font-size: 35px;
  }
  .block-newsletter-ft .box-text .subscribe .field #newsletter-error {
    bottom: -10px;
  }
  .block-flower-collection .box-text-organie h2 {
    font-size: 48px;
    padding-left: 0;
  }
}
@media (max-width: 360px) {
  .block-custom-product h3 {
    font-size: 28px;
  }
  .page-product-grouped .product-details-view table.grouped > tbody > tr > td.qty .input-text {
    padding: 0;
    line-height: 40px;
    text-align: center;
  }
  .review-list .review-items .review-item .review-right .meta-box time {
    margin-left: 0;
  }
  .review-list .review-items .review-item .review-right .meta-box .review-ratings {
    float: left;
    width: 100%;
  }
  .products-grid .product-items .product-item.col-xs-6 {
    width: 100%;
  }
  .block-shop-by-cate::after {
    display: none;
  }
  .block-cake-banner h3 {
    font-size: 30px;
  }
  .promobanner .banner-wedding {
    padding: 0;
    padding-right: 20px;
  }
  .promobanner .banner-wedding h3 {
    font-size: 35px;
  }
  .promobanner .banner-beautiful {
    padding-right: 20px;
    margin-top: -20px;
  }
  .promobanner .banner-beautiful h3 {
    font-size: 35px;
  }
}
@media (max-width: 340px) {
  .header4 .block-cart-header .showcart .box-shopbag .icon-cart {
    margin-right: 10px;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .primary {
    float: left;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .header2 .nav-header-container .navigation {
    width: 300px;
  }
}
.header1 .header-right {
  display: flex;
  align-items: center;
}
.header1 .header-right .dropdown-menu {
  left: auto;
  right: 0;
}
.header1 .header-right .block-search {
  width: 20px;
  position: relative;
}
.header1 .header-right .block-search .minisearch .btn-primary {
  font-size: 14px;
  width: auto;
  height: auto;
  line-height: 38px;
  padding: 0 10px;
  margin: 0;
  background-color: #295135;
  color: #fff;
  border: 1px solid #295135;
  border-radius: 5px;
}
.header1 .header-right .block-search .minisearch input.form-control {
  height: 40px;
  border-bottom: solid 1px #000;
  box-shadow: none;
  border-radius: 0;
  width: calc(100% - 105px);
  float: left;
  font-size: 14px;
  color: #ababab;
  margin-right: 10px;
}
.header1 .header-right .box-topbar {
  width: 82px;
}
.header .form-search {
  display: flex;
}
.header .form-search .button:hover {
  cursor: pointer;
}
.ui-widget-search {
  display: none;
}
.form.minisearch > .title {
  color: #ababab;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.form.minisearch .action.clear-search {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #eee;
  box-shadow: none;
  border: none;
  color: #ababab;
  position: absolute;
  top: -10px;
  right: 0;
}
.form.minisearch .action.close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 991px) {
  .header1 .header-right {
    position: unset;
    margin-bottom: 10px;
    width: 120px;
    float: right;
    margin-right: 20px;
  }
  .header1 .header-right .block-search {
    display: inline-block;
    margin-right: 25px;
  }
  .header1 .block-search .minisearch {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1003;
  }
  .header1 .block-search .minisearch .field.search .btn-primary {
    display: none;
  }
  .header1 .block-search .minisearch .field.search .control {
    position: relative;
  }
  .page-wrapper .header1 .block-search .minisearch input.form-control {
    width: 100%;
  }
  .header1 .form.minisearch {
    padding-top: 10rem;
    overflow-y: auto;
  }
  #searchAutocomplete {
    max-height: 100%;
    overflow-y: auto;
    padding-top: 2rem;
    display: inline-block;
  }
  #searchAutocomplete .sa-image {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
  #searchAutocomplete .sa-title {
    width: 100%;
    float: none;
  }
  #searchAutocomplete .sa-description {
    display: block;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  #searchAutocomplete ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #searchAutocomplete ul li {
    width: calc(50% - 5px);
    margin-right: 9px;
    display: inline-block;
  }
  #searchAutocomplete ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .form.minisearch > .title {
    display: none;
  }
  .form.minisearch .action.clear-search,
  .form.minisearch .action.close {
    display: none;
  }
}
@media (max-width: 768px) {
  .header1 .header-right .block-search#trigger-search {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .products-grid.productv3#product-wrapper .product-item-name > h4 {
    min-height: 54px;
    -webkit-line-clamp: 3 !important;
  }
  .section-homepage .product-item-details .product-item-name > h4 {
    min-height: auto;
    -webkit-line-clamp: 3 !important;
  }
  .catalog-product-view .product-item-details .product-item-name > h4 {
    min-height: auto;
    -webkit-line-clamp: 3 !important;
  }
  .catalog-product-view .product-add-on-detail .product-item-name .checkbox-container > h4 {
    min-height: 58px;
    -webkit-line-clamp: 3 !important;
  }
}
@media only screen and (max-width: 480px) {
  .products-grid.productv3#product-wrapper .product-item-name > h4 {
    height: auto;
  }
  .cms-home .product.details.product-item-details .product-item-name > h4 {
    height: auto;
    -webkit-line-clamp: 3 !important;
  }
}
@media only screen and (min-width: 480px) {
  .products-grid.productv3#product-wrapper .product-item-name > h4 {
    min-height: 54px;
    -webkit-line-clamp: 3 !important;
  }
  .section-homepage .product-item-details .product-item-name > h4 {
    min-height: auto;
    -webkit-line-clamp: 3 !important;
  }
  .catalog-product-view .product-item-details .product-item-name > h4 {
    min-height: auto;
    -webkit-line-clamp: 3 !important;
  }
  .catalog-product-view .product-add-on-detail .product-item-name .checkbox-container > h4 {
    min-height: 58px;
    -webkit-line-clamp: 3 !important;
  }
}
@media only screen and (max-width: 480px) {
  .products-grid.productv3#product-wrapper .product-item-name > h4 {
    height: auto;
  }
}
