:root {
  --icons-header-size: 24px;
  --green-base: #00a94f;
  --green-2: #00943b;
  --green-3: #008b34;
  --white: #fff;
  --black: #000;
  --bg-agro-gray: #f2f2f2;
}

.checkout-info,
pre {
  word-wrap: break-word;
}

address,
blockquote,
dfn {
  font-style: italic;
}

html,
svg:not(:root) {
  overflow: hidden;
}

input[type="checkbox"],
input[type="radio"],
legend {
  padding: 0;
}

pre,
textarea {
  overflow: auto;
}

hr,
img,
legend {
  border: 0;
}

a,
ins {
  text-decoration: none;
}

.ho-button i,
.ho-button:link i,
.section-title h3,
.section-title h2,
.slick-slide > div > div,
img {
  vertical-align: middle;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

button,
html,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
  color: var(--green-base, #00a94f);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hoproduct-thumb::before,
button,
input,
select,
textarea {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

a:active,
a:hover {
  color: #ea9629;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
dt,
strong {
  font-weight: 700;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: Roboto, sans-serif;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

blockquote {
  font-weight: 300;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote b,
blockquote strong,
caption,
td,
th {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ol,
nav ul {
  list-style: none;
}

figure,
form,
li > ol,
li > ul {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  padding: 10px 15px;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  width: 100%;
}

caption,
td,
th {
  text-align: left;
}

caption {
  font-size: 16px;
}

th {
  font-weight: 700;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
}

hr {
  background-size: 4px 4px;
  height: 1px;
}

html {
  overflow-y: auto;
}

body {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7e7e7e;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #7e7e7e;
}

:-moz-placeholder {
  color: #7e7e7e;
}

::-moz-placeholder {
  color: #7e7e7e;
}

:-ms-input-placeholder {
  color: #7e7e7e;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
blockquote,
caption,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
table,
ul {
  margin: 0 0 15px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #454545;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 26px;
}

.h3,
h3 {
  font-size: 20px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 32px;
  }

  .h2,
  h2 {
    font-size: 24px;
  }

  .h3,
  h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 30px;
  }

  .h2,
  h2 {
    font-size: 22px;
  }

  .h3,
  h3 {
    font-size: 18px;
  }

  .fs-2 {
    font-size: 1.15rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .h1,
  h1 {
    font-size: 28px;
  }
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-weight: 700;
}

.h4,
.h5,
h4,
h5 {
  font-weight: 600;
}

.h6,
h6 {
  font-weight: 500;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:visited {
  color: inherit;
}

button,
input,
select,
textarea {
  background: 0 0;
  border: 1px solid #e5e5e5;
  transition: all 0.4s ease-out 0s;
  color: #7e7e7e;
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7e7e7e;
}

button:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7e7e7e;
}

button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7e7e7e;
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7e7e7e;
}

button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: 0;
  border-color: #00a94f;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}

button,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
select {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
}

@supports (-webkit-overflow-scrolling: touch) {
  button,
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="text"],
  select {
    height: 50px;
    line-height: 33px;
    padding: 0 15px;
  }
}

input[type="checkbox"],
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  position: relative;
  padding-left: 4rem;
}

input[type="checkbox"] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #adacac;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  line-height: 0.5;
  font-size: 28px;
}

input[type="checkbox"]:checked ~ label,
input[type="radio"]:checked ~ label {
  color: #00a94f;
}

input[type="checkbox"]:checked ~ label::before {
  content: "\f3ff";
  font-family: Ionicons;
  color: #00a94f;
  border-color: #00a94f;
  padding-left: 0.2rem;
  padding-top: 0.1rem;
}

input[type="radio"] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid #e5e5e5;
  border-radius: 100px;
  height: 15px;
  width: 15px;
  margin-top: -8px;
  line-height: 0.5;
  font-size: 28px;
}

input[type="radio"]:checked ~ label::before {
  color: #00a94f;
  border-color: #00a94f;
  font-size: 0.8em;
  line-height: 0.9;
  content: "\f111";
  font-family: FontAwesome;
  padding-left: 0.05rem;
}

blockquote {
  font-size: 16px;
  color: #454545;
  border: 1px solid #e5e5e5;
  border-left: 4px solid #e5e5e5;
  padding: 20px 30px;
}

@media only screen and (max-width: 575px) {
  blockquote {
    padding: 15px;
  }
}

@-webkit-keyframes crZoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes crZoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-webkit-keyframes crZoomInOutInvisible {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes crZoomInOutInvisible {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@-webkit-keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes crSlideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes crSlideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes crBounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes crBounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes crSlideInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes crSlideInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes carInOutAnimation {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  18%,
  80% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  20%,
  82% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  22%,
  78% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes carInOutAnimation {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  18%,
  80% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  20%,
  82% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  22%,
  78% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes hoFill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes hoFill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cr-border,
.cr-border-bottom,
.cr-border-left,
.cr-border-right,
.cr-border-top {
  border-color: #e5e5e5;
  border-style: solid;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.h-100,
.youtube-bg {
  height: 100%;
}

.mt-30,
.mtb-30 {
  margin-top: 30px;
}

.mb-30,
.mtb-30 {
  margin-bottom: 30px;
}

.background-video-holder,
.wrapper {
  position: relative;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.color-theme {
  color: #00a94f;
}

.color-light {
  color: #999;
}

.color-dark {
  color: #333;
}

.color-black {
  color: #000;
}

#scrollUp,
.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-dark-light,
.bg-dark-light h1,
.bg-dark-light h2,
.bg-dark-light h3,
.bg-dark-light h4,
.bg-dark-light h5,
.bg-dark-light h6,
.bg-dark-light p,
.bg-secondary,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p,
.bg-theme,
.bg-theme h1,
.bg-theme h2,
.bg-theme h3,
.bg-theme h4,
.bg-theme h5,
.bg-theme h6,
.bg-theme p,
.color-white {
  color: #fff;
}

.bg-theme {
  background: #00a94f !important;
}

.bg-secondary {
  background: #ffe11b !important;
}

.bg-light {
  background: #999 !important;
}

.bg-grey {
  background: #f4f4f4 !important;
}

.bg-grey-2 {
  background: var(--bg-agro-gray, #f2f2f2) !important;
}

.bg-dark {
  background: #2a2a2a !important;
}

.bg-dark-light {
  background: #323232 !important;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: #fff !important;
}

.youtube-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1;
}

.youtube-bg {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.bg-image-1,
.bg-image-11,
.bg-image-12,
.bg-image-13,
.bg-image-14,
.bg-image-15,
.bg-image-16,
.bg-image-17,
.bg-image-18,
.bg-image-19,
.bg-image-2,
.bg-image-20,
.bg-image-3,
.bg-image-4,
.bg-image-5,
.bg-image-6,
.bg-image-7,
.bg-image-8,
.bg-image-9 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-1 {
  background-image: url(images/bg/bg-image-1.jpg);
}

.bg-image-2 {
  background-image: url(images/bg/bg-image-2.jpg);
}

.bg-image-3 {
  background-image: url(images/bg/bg-image-3.jpg);
}

.bg-image-4 {
  background-image: url(images/bg/bg-image-4.jpg);
}

.bg-image-5 {
  background-image: url(images/bg/bg-image-5.jpg);
}

.bg-image-6 {
  background-image: url(images/bg/bg-image-6.jpg);
}

.bg-image-7 {
  background-image: url(images/bg/bg-image-7.jpg);
}

.bg-image-8 {
  background-image: url(images/bg/bg-image-8.jpg);
}

.bg-image-9 {
  background-image: url(images/bg/bg-image-9.jpg);
}

.bg-image-10 {
  background-image: url(images/bg/bg-image-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-11 {
  background-image: url(images/bg/bg-image-11.jpg);
}

.bg-image-12 {
  background-image: url(images/bg/bg-image-12.jpg);
}

.bg-image-13 {
  background-image: url(images/bg/bg-image-13.jpg);
}

.bg-image-14 {
  background-image: url(images/bg/bg-image-14.jpg);
}

.bg-image-15 {
  background-image: url(images/bg/bg-image-15.jpg);
}

.bg-image-16 {
  background-image: url(images/bg/bg-image-16.jpg);
}

.bg-image-17 {
  background-image: url(images/bg/bg-image-17.jpg);
}

.bg-image-18 {
  background-image: url(images/bg/bg-image-18.jpg);
}

.bg-image-19 {
  background-image: url(images/bg/bg-image-19.jpg);
}

.bg-image-20 {
  background-image: url(images/bg/bg-image-20.jpg);
}

.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

.text-black {
  color: var(--black, #000);
}

.body-font,
.heading-font {
  font-family: Roboto, sans-serif;
}

.catmenu-2 .catmenu-trigger span::before,
.catmenu-dropdown > a::after,
.catmenu-trigger span::after,
.ho-breadcrumb ul li::after,
.nice-select::after {
  font-family: Ionicons;
}

.fullscreen {
  min-height: 100vh;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-60 {
  width: 60%;
}

.w-55 {
  width: 55%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33%;
}

.w-25 {
  width: 25%;
}

.w-10 {
  width: 10%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-33 {
  height: 33.33%;
}

.h-10 {
  height: 10%;
}

.section-padding-xlg {
  padding: 150px 0;
}

.section-padding-lg {
  padding: 120px 0;
}

.section-padding-md {
  padding: 100px 0;
}

.section-padding-sm {
  padding: 80px 0;
}

.section-padding-xs {
  padding: 50px 0;
}

.section-padding-top-xlg {
  padding-top: 150px;
}

.section-padding-top-lg {
  padding-top: 120px;
}

.section-padding-top-md {
  padding-top: 100px;
}

.section-padding-top-sm {
  padding-top: 80px;
}

.section-padding-top-xs {
  padding-top: 50px;
}

.section-padding-bottom-xlg {
  padding-bottom: 150px;
}

.section-padding-bottom-lg {
  padding-bottom: 120px;
}

.section-padding-bottom-md {
  padding-bottom: 100px;
}

.section-padding-bottom-sm {
  padding-bottom: 80px;
}

.section-padding-bottom-xs {
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-xlg {
    padding: 100px 0;
  }

  .section-padding-lg {
    padding: 90px 0;
  }

  .section-padding-md {
    padding: 80px 0;
  }

  .section-padding-sm {
    padding: 60px 0;
  }

  .section-padding-top-xlg {
    padding-top: 100px;
  }

  .section-padding-top-lg {
    padding-top: 90px;
  }

  .section-padding-top-md {
    padding-top: 80px;
  }

  .section-padding-top-sm {
    padding-top: 60px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 100px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 90px;
  }

  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-xlg {
    padding: 110px 0;
  }

  .section-padding-lg {
    padding: 100px 0;
  }

  .section-padding-md {
    padding: 80px 0;
  }

  .section-padding-sm {
    padding: 60px 0;
  }

  .section-padding-top-xlg {
    padding-top: 110px;
  }

  .section-padding-top-lg {
    padding-top: 100px;
  }

  .section-padding-top-md {
    padding-top: 80px;
  }

  .section-padding-top-sm {
    padding-top: 60px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 110px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 100px;
  }

  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-xlg {
    padding: 75px 0;
  }

  .section-padding-lg {
    padding: 65px 0;
  }

  .section-padding-md {
    padding: 60px 0;
  }

  .section-padding-sm {
    padding: 55px 0;
  }

  .section-padding-top-xlg {
    padding-top: 75px;
  }

  .section-padding-top-lg {
    padding-top: 65px;
  }

  .section-padding-top-md {
    padding-top: 60px;
  }

  .section-padding-top-sm {
    padding-top: 55px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 75px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 65px;
  }

  .section-padding-bottom-md {
    padding-bottom: 60px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 55px;
  }

  #scrollUp {
    display: none !important;
  }
}

.pt-30,
.ptb-30 {
  padding-top: 30px;
}

.pb-30,
.ptb-30 {
  padding-bottom: 30px;
}

.cr-border {
  border-width: 1px;
}

.cr-border-top {
  border-width: 1px 0 0;
}

.cr-border-right {
  border-width: 0 1px 0 0;
}

.cr-border-bottom {
  border-width: 0 0 1px;
}

.cr-border-left {
  border-width: 0 0 0 1px;
}

[data-black-overlay],
[data-overlay],
[data-white-overlay] {
  position: relative;
}

[data-black-overlay] > *,
[data-black-overlay] > div,
[data-overlay] > *,
[data-overlay] > div,
[data-white-overlay] > *,
[data-white-overlay] > div {
  position: relative;
  z-index: 2;
}

[data-black-overlay]:before,
[data-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color: #00a94f;
}

[data-black-overlay]:before {
  background-color: #000;
}

[data-white-overlay]:before {
  background-color: #fff;
}

[data-black-overlay="1"]:before,
[data-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-black-overlay="2"]:before,
[data-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-black-overlay="3"]:before,
[data-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-black-overlay="4"]:before,
[data-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-black-overlay="5"]:before,
[data-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-black-overlay="6"]:before,
[data-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-black-overlay="7"]:before,
[data-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-black-overlay="8"]:before,
[data-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-black-overlay="9"]:before,
[data-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-black-overlay="10"]:before,
[data-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

.slick-slide.slick-active:active,
.slick-slide.slick-active:focus,
.slick-slide.slick-current:active,
.slick-slide.slick-current:focus,
.slick-slide:active,
.slick-slide:focus {
  outline: 0;
}

#scrollUp {
  right: 30px;
  bottom: 88px;
  height: 45px;
  width: 45px;
  line-height: 1;
  text-align: center;
  background: #00a94f;
  font-size: 22px;
  border-radius: 100%;
  border: 1px solid #00a94f;
  -webkit-animation: crSlideInRight 0.8s ease-in-out 1 both;
  animation: crSlideInRight 0.8s ease-in-out 1 both;
  z-index: 1000 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#scrollUp i {
  line-height: 45px;
}

.pt-40,
.ptb-40 {
  padding-top: 40px;
}

.pb-40,
.ptb-40 {
  padding-bottom: 40px;
}

.pt-50,
.ptb-50 {
  padding-top: 50px;
}

.pb-50,
.ptb-50 {
  padding-bottom: 50px;
}

.form-message {
  margin-bottom: 0;
  text-align: center;
}

.form-message.error {
  margin-top: 20px;
  color: #f80707;
}

.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.bk-parallax {
  position: relative;
  z-index: 0;
}

.bk-parallax > .bk-parallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: #fff;
  border-bottom: 2px solid #00a94f;
  padding: 0 20px;
  min-width: 150px;
  text-align: left;
  -webkit-box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, 0.05);
  z-index: 99;
  display: none;
}

.section-title h3::after,
.section-title h2::after,
.section-title-2 .nav li a::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: -1px;
}

.dropdown-list li {
  list-style: none;
  display: block;
}

.dropdown-list li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.dropdown-list li a {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  padding: 10px 0;
  color: #7e7e7e;
  line-height: 25px;
  font-size: 13px;
}

.dropdown-list li a:hover {
  color: #00a94f;
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
  font-size: inherit;
  margin-left: 0;
}

@media (min-width: 992px) {
  .col-2-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 25%;
  }
}

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.ho-button,
.ho-button span,
.ho-button:link,
.ho-button:link span {
  display: inline-block;
  color: #fff;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.ho-button,
.ho-button:link {
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #00a94f;
  background: #00a94f;
  padding: 9px 20px 11px;
  border-radius: 7px;
}

.ho-button i,
.ho-button:link i {
  font-size: 21px;
  margin-top: 5px;
  color: #fff;
}

.ho-button-white i,
.ho-button-white span,
.ho-button-white:hover span,
.ho-button-white:link i,
.ho-button-white:link span,
.ho-button-white:link:hover span,
.ho-button:hover,
.ho-button:hover i,
.ho-button:hover span,
.ho-button:hover.ho-button-sm,
.ho-button:hover:link.ho-button-sm {
  color: #00a94f;
}

.ho-button:hover {
  background: 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ho-button,
  .ho-button:link {
    font-size: 14px;
    padding: 5px 15px 8px;
    border-radius: 5px;
  }

  .ho-button i,
  .ho-button:link i {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .ho-button,
  .ho-button:link {
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 5px;
  }

  .ho-button i,
  .ho-button:link i {
    font-size: 17px;
  }
}

.ho-button.ho-button-sm,
.ho-button:link.ho-button-sm {
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 5px;
  color: white;
}

.ho-button.ho-button-sm i,
.ho-button:link.ho-button-sm i {
  font-size: 17px;
}

.ho-button-white,
.ho-button-white:link {
  background: #fff;
  border-color: #fff;
  color: #00a94f;
}

.ho-button-white:hover,
.ho-button-white:link:hover {
  border-color: #00a94f;
}

.ho-button-dark i,
.ho-button-dark span,
.ho-button-dark:hover span,
.ho-button-dark:link i,
.ho-button-dark:link span,
.ho-button-dark:link:hover span {
  color: #fff;
}

.ho-button-dark,
.ho-button-dark:link {
  background: #454545;
  border-color: #454545;
  color: #fff;
}

.ho-button-dark:hover,
.ho-button-dark:link:hover {
  border-color: #00a94f;
  background: #00a94f;
}

.ho-button-red i,
.ho-button-red span,
.ho-button-red:link i,
.ho-button-red:link span {
  color: #fff;
}

.ho-button-red:hover span,
.ho-button-red:link:hover span,
.ho-button-red:hover i {
  color: #df4930;
}

.ho-button-red,
.ho-button-red:link {
  background: #df4930;
  border-color: #fff;
  color: #fff;
}

.ho-button-red:hover,
.ho-button-red:link:hover {
  border-color: #df4930;
  background: #fff;
}

.ho-button-blue i,
.ho-button-blue span,
.ho-button-blue:link i,
.ho-button-blue:link span {
  color: #fff;
}

.ho-button-blue:hover span,
.ho-button-blue:link:hover span,
.ho-button-blue:hover i {
  color: #0b88ee;
}

.ho-button-blue,
.ho-button-blue:link {
  background: #0b88ee;
  border-color: #fff;
  color: #fff;
}

.ho-button-blue:hover,
.ho-button-blue:link:hover {
  border-color: #0b88ee;
  background: #fff;
}

.ho-button-green i,
.ho-button-green span,
.ho-button-green:link i,
.ho-button-green:link span {
  color: #7e7e7e;
}

.ho-button-green:hover span,
.ho-button-green:link:hover span,
.ho-button-green:hover i {
  color: #7e7e7e;
}

.ho-button-green,
.ho-button-green:link {
  background: #ffe11b;
  border-color: #ffe11b;
  color: #7e7e7e;
}

.ho-button-green:hover,
.ho-button-green:link:hover {
  border-color: #ffe11b;
  background: #fff;
}

.section-title,
.section-title-2,
.small-title {
  border-bottom: 1px solid #e5e5e5;
}

.ho-button-fullwidth,
.ho-button-fullwidth:link {
  display: block;
  text-align: center;
}

.ho-buttongroup {
  margin-top: -10px;
}

.ho-buttongroup .ho-button {
  margin-top: 10px;
}

.ho-buttongroup .ho-button:not(:last-child) {
  margin-right: 10px;
}

.ho-readmore {
  color: #454545;
}

.ho-readmore:hover {
  color: #00a94f;
}

.section-title {
  margin-bottom: 8px;
  display: block;
}

.section-title::after {
  content: "";
  clear: both;
  display: table;
}

.section-title h3,
.section-title h2 {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  line-height: 40px;
  position: relative;
}

.section-title h3::after,
.section-title h2::after {
  position: absolute;
  background: #00a94f;
  height: 2px;
}

.section-title .nav li a,
.section-title-2 .nav li a {
  position: relative;
  background: 0 0;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
  cursor: pointer;
  vertical-align: middle;
}

.section-title .nav {
  float: right;
  margin-right: 80px;
}

.section-title .nav li {
  display: inline-block;
  margin: 0 10px;
}

.section-title .nav li:first-child {
  margin-left: 0;
}

.section-title .nav li:last-child {
  margin-right: 0;
}

.section-title .nav li a {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #ababab;
  font-size: 14px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-title .nav li a.active,
.section-title .nav li a:hover {
  color: #454545;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .nav {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .nav {
    float: none;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .nav {
    float: none;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 380px;
  }

  .section-title .nav {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .section-title .nav li {
    margin-left: 0;
    margin-right: 15px;
  }

  .section-title .nav li a {
    height: auto;
    line-height: 24px;
  }
}

.section-title-2 {
  margin-bottom: 8px;
  display: block;
}

.section-title-2::after {
  content: "";
  clear: both;
  display: table;
}

.section-title-2 .nav {
  margin-right: 80px;
}

.section-title-2 .nav li {
  display: inline-block;
  margin: 0 25px;
}

.section-title-2 .nav li:first-child {
  margin-left: 0;
}

.section-title-2 .nav li:last-child {
  margin-right: 0;
}

.section-title-2 .nav li a {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #ababab;
  padding: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-title-2 .nav li a::after {
  position: absolute;
  background: #00a94f;
  height: 2px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

.section-title-2 .nav li a.active::after {
  visibility: visible;
  opacity: 1;
}

.section-title-2 .nav li a.active,
.section-title-2 .nav li a:hover {
  color: #454545;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 .nav {
    margin-right: 50px;
  }

  .section-title-2 .nav li {
    margin: 0 10px;
  }

  .section-title-2 .nav li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 .nav {
    margin-right: 50px;
  }

  .section-title-2 .nav li {
    margin: 0 10px;
  }

  .section-title-2 .nav li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title-2 .nav {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .section-title-2 .nav li {
    margin-left: 0;
    margin-right: 15px;
  }

  .section-title-2 .nav li:not(:last-child) {
    margin-bottom: 10px;
  }

  .section-title-2 .nav li a {
    height: auto;
    line-height: 26px;
  }
}

.small-title {
  padding-bottom: 10px;
}

.socialicons ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  list-style: none;
  font-size: 0;
}

.socialicons ul li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  margin: 0 10px;
}

.socialicons ul li:first-child {
  margin-left: 0;
}

.socialicons ul li:last-child {
  margin-right: 0;
}

.socialicons ul li a {
  display: inline-block;
  color: #454545;
}

.socialicons ul li a:hover {
  color: #00a94f;
}

.socialicons-radial ul li {
  margin: 0 7px;
}

.socialicons-radial ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #454545;
  background: #fff;
  font-size: 18px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  line-height: 1;
}

.catmenu-2 .catmenu-trigger span,
.socialicons-radial ul li a i {
  line-height: 48px;
}

.socialicons-radial ul li a:hover {
  background: #00a94f;
  border-color: #00a94f;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .socialicons-radial ul li {
    margin: 0 4px;
  }

  .socialicons-radial ul li a {
    height: 38px;
    width: 38px;
    font-size: 15px;
  }

  .socialicons-radial ul li a i {
    line-height: 38px;
  }
}

.ho-breadcrumb ul {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0;
}

.ho-breadcrumb ul li {
  color: #454545;
  display: inline-block;
  padding: 8px 0;
  font-size: 14px;
}

.ho-breadcrumb ul li::after {
  content: "\f3d1";
  color: #7e7e7e;
  margin: 0 5px;
}

.ho-breadcrumb ul li:last-child::after {
  display: none;
}

.cr-pagination,
.hoproduct-3 {
  display: -webkit-box;
  display: -ms-flexbox;
}

.ho-breadcrumb ul li a {
  color: #7e7e7e;
}

.cr-pagination {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}

.cr-pagination p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #454545;
}

.cr-pagination ul {
  padding-left: 0;
  padding-bottom: 10px;
}

.cr-pagination ul li {
  list-style: none;
  display: inline-block;
}

.cr-pagination ul li a {
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #ccc;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
}

.cr-pagination ul li a i {
  font-size: 12px;
}

.cr-pagination ul li.active a,
.cr-pagination ul li:hover a {
  background: #00a94f;
}

.hoproduct {
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.hoproduct-actionbox,
.hoproduct-flags {
  padding-left: 0;
  left: 0;
  list-style: none;
}

.hoproduct-thumb {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hoproduct-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.4s ease-out 0s;
}

.hoproduct-thumb .hoproduct-backimage,
.hoproduct-thumb .hoproduct-frontimage {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
}

.hoproduct-thumb .hoproduct-frontimage {
  opacity: 1;
  visibility: visible;
}

.hoproduct-thumb .hoproduct-backimage {
  position: absolute;
  left: 0;
  /* top: 0;
    height: 100%; */
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.hoproduct:hover .hoproduct-thumb::before {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hoproduct:hover .hoproduct-thumb .hoproduct-backimage {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hoproduct-image {
  position: relative;
  z-index: 1;
  min-height: 248px;
  display: flex;
}

.hoproduct-actionbox {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 5;
  margin-bottom: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}

.hoproduct-actionbox li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
}

.hoproduct-actionbox li:first-child {
  margin-left: 0;
}

.hoproduct-actionbox li:last-child {
  margin-right: 0;
}

.hoproduct-actionbox li a {
  display: inline-block;
  background: #ededed;
  color: #454545;
  padding: 0;
  border: none;
  height: 45px;
  width: 45px;
  font-size: 18px;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 1000px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  text-align: center;
}

.hoproduct-actionbox li a.is-active,
.hoproduct-actionbox li a:hover {
  background: #00a94f;
  color: #fff;
}

.hoproduct-actionbox li a i {
  line-height: 45px;
}

.hoproduct:hover .hoproduct-actionbox li a {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hoproduct-countdown {
  text-align: center;
}

.hoproduct-content {
  padding-top: 15px;
}

.hoproduct-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
  /*height: 75px;*/
}

.hoproduct-title a {
  color: #454545;
}

.hoproduct-title a:hover {
  color: #00a94f;
}

.hoproduct-flags {
  position: absolute;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
}

.hoproduct-flags li {
  position: absolute;
  left: 0;
  display: inline-block;
  background: #3fcc8d;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  min-width: 55px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.hoproduct-flags .flag-discount {
  background: #fff212;
  color: black;
  left: auto;
  right: 0;
}

.hoproduct:hover {
  -webkit-box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, 0.13);
}

@media only screen and (max-width: 767px) {
  .hoproduct-thumb::before {
    display: none;
  }

  .hoproduct-actionbox {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 15px;
  }

  .hoproduct-actionbox li a {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 575px) {
  .hoproduct {
    -webkit-box-shadow: 0 1px 5px 1.05px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 1.05px rgba(0, 0, 0, 0.1);
  }

  .hoproduct-thumb::before {
    display: none;
  }

  .hoproduct-actionbox {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 15px;
  }

  .hoproduct-actionbox li a {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.hoproduct-2 .hoproduct-content::after {
  content: "";
  clear: both;
  display: table;
}

.hoproduct-2 .hoproduct-rattingbox {
  float: left;
  margin-top: 8px;
}

.hoproduct-2 .hoproduct-rattingbox h6 {
  color: #ababab;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 8px;
}

.hoproduct-2 .hoproduct-pricebox {
  float: right;
  margin-top: 8px;
  text-align: right;
}

.hoproduct-2 .hoproduct-pricebox .discount {
  display: inline-block;
  padding: 0 10px;
  border-radius: 25px;
  color: #d31129;
  border: 1px solid #d31129;
  font-size: 12px;
  line-height: 20px;
}

.hoproduct-3 .hoproduct-actionbox li a i,
.hoproduct-4 .hoproduct-actionbox li a i {
  line-height: 40px;
}

@media only screen and (max-width: 575px) {
  .hoproduct-2 .hoproduct-actionbox {
    text-align: center;
  }
}

.hoproduct-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hoproduct-3 .hoproduct-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  max-width: 165px;
}

.hoproduct-3 .hoproduct-content {
  padding: 15px 0 0 0px;
}

.hoproduct-3 .hoproduct-actionbox {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  bottom: 0;
  right: auto;
  left: calc(100% + 15px);
  text-align: left;
  width: auto;
  white-space: nowrap;
}

.hoproduct-3 .hoproduct-actionbox li a {
  text-align: center;
  height: 40px;
  width: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hoproduct-3 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
  }

  .hoproduct-3 .hoproduct-content {
    padding: 0 0 45px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hoproduct-3 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
  }

  .hoproduct-3 .hoproduct-content {
    padding-top: 0;
    padding-bottom: 45px;
  }

  .hoproduct-3 .hoproduct-actionbox li a {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 767px) {
  .hoproduct-3 .hoproduct-content {
    padding-bottom: 45px;
  }

  .hoproduct-3 .hoproduct-actionbox {
    margin-top: -60px;
  }

  .hoproduct-3 .hoproduct-actionbox li a {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 575px) {
  .hoproduct-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px;
    flex-direction: row;
  }

  .hoproduct-3 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hoproduct-3 .hoproduct-actionbox {
    position: relative;
    left: 0;
    margin-top: 15px;
  }

  .hoproduct-3 .hoproduct-content {
    padding: 15px 0 0;
    width: 100%;
  }
}

.hoproduct-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.hoproduct-4 .hoproduct-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 15px;
}

.hoproduct-4 .hoproduct-content {
  padding: 0;
}

.hoproduct-4 .hoproduct-actionbox {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  bottom: 0;
  right: auto;
  left: calc(100% + 15px);
  text-align: left;
}

.hoproduct-4 .hoproduct-actionbox li a {
  text-align: center;
  height: 40px;
  width: 40px;
}

.hoproduct-4:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hoproduct-4 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hoproduct-4 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
  }
}

.rattingbox {
  display: block;
}

.rattingbox span {
  color: #7e7e7e;
  font-size: 14px;
  display: inline-block;
}

.rattingbox span.active {
  color: #fc3;
}

.pricebox .oldprice {
  color: #ababab;
  margin-right: 5px;
  display: inline-block;
}

.pricebox .price {
  /* display: inline-block; */
  font-weight: 700;
  font-size: 16px;
  color: #00a94f;
}

@media only screen and (max-width: 575px) {
  /*.herobanner {
        display: none;
    }*/
}

.herobanner-single {
  position: relative;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.herobanner-content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  padding: 15px 45px;
  max-width: 500px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.herobanner-content h4 {
  letter-spacing: 6px;
  color: #ababab;
  font-weight: 700;
}

.herobanner-content h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
}

.herobanner-content h1 span {
  color: #00a94f;
  display: inline-block;
}

.imgbanner a,
.nice-select {
  display: block;
}

.herobanner-content p {
  font-size: 18px;
  line-height: 27px;
  color: #7e7e7e;
}

.herobanner-content .ho-button {
  margin-top: 20px;
}

.slick-current .herobanner-box {
  -webkit-animation: crBounceIn 0.7s ease-in-out 0s 1 both;
  animation: crBounceIn 0.7s ease-in-out 0s 1 both;
}

.slick-current .herobanner-box:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.slick-current .herobanner-box:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.slick-current .herobanner-box:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.slick-current .herobanner-box:nth-child(4) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.slick-current .herobanner-box:nth-child(5) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.herobanner-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 0;
  background: rgba(49, 56, 72, 0.298);
  background-color: rgba(49, 56, 72, 0.298);
  z-index: 5;
  -webkit-animation: initial;
  animation: initial;
}

.slick-current .herobanner-progress {
  -webkit-animation: hoFill 8s ease-in-out 0s 1 backwards;
  animation: hoFill 8s ease-in-out 0s 1 backwards;
}

.herobanner.slider-dots {
  margin-bottom: 0;
}

.herobanner.slider-dots .slick-dots {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 30px;
  bottom: 25px;
  width: calc(100% - 60px);
}

.herobanner.slider-navigation .slider-navigation-arrow {
  visibility: hidden;
  opacity: 0;
}

.herobanner.slider-navigation .slider-navigation-arrow.slider-navigation-prev {
  left: 0;
}

.herobanner.slider-navigation .slider-navigation-arrow.slider-navigation-next {
  right: 0;
}

.herobanner.slider-navigation:hover .slider-navigation-arrow {
  visibility: visible;
  opacity: 1;
}

.herobanner.slider-navigation:hover
  .slider-navigation-arrow.slider-navigation-prev {
  left: 2%;
}

.herobanner.slider-navigation:hover
  .slider-navigation-arrow.slider-navigation-next {
  right: 2%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .herobanner-content {
    padding: 30px;
    max-width: 380px;
  }

  .herobanner-content h4 {
    margin-bottom: 8px;
    letter-spacing: 0;
  }

  .herobanner-content h1 {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .herobanner-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .herobanner-content .ho-button {
    margin-top: 0;
  }

  .herobanner.slider-dots .slick-dots {
    bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .herobanner-content {
    padding: 30px;
    max-width: 380px;
  }

  .herobanner-content h4 {
    margin-bottom: 8px;
    letter-spacing: 0;
  }

  .herobanner-content h1 {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .herobanner-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .herobanner-content .ho-button {
    margin-top: 0;
  }

  .herobanner.slider-dots .slick-dots {
    bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .hoproduct-4 .hoproduct-actionbox,
  .hoproduct-4 .hoproduct-content {
    text-align: left;
  }

  .herobanner-content {
    position: relative;
    padding: 20px 20px 50px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }

  .herobanner-content h1 {
    font-size: 28px;
  }
}

.herobanner-2 .herobanner-content {
  left: calc(50% - 600px);
  max-width: 600px;
}

.herobanner-2 .herobanner-content h4 {
  color: #cac8d8;
}

.herobanner-2 .herobanner-content h1 {
  color: #fff;
}

.herobanner-2 .herobanner-content h1 span {
  color: #ffe11b;
}

.herobanner-2 .herobanner-content p {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .herobanner-2 .herobanner-content {
    left: calc(50% - 515px);
  }

  .herobanner-2 .herobanner-content h4 {
    margin-bottom: 12px;
  }

  .herobanner-2 .herobanner-content h1 {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .herobanner-2 .herobanner-content .ho-button {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .herobanner-2 .herobanner-content {
    left: calc(50% - 375px);
    max-width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .herobanner-2 .herobanner-content {
    position: relative;
    left: auto;
    max-width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    background: #f4f4f4;
  }

  .herobanner-2 .herobanner-content h4 {
    color: #7e7e7e;
  }

  .herobanner-2 .herobanner-content h1,
  .herobanner-2 .herobanner-content p {
    color: #454545;
  }

  .herobanner-2 .herobanner-content .ho-button-white,
  .herobanner-2 .herobanner-content .ho-button-white:link {
    border-color: #00a94f;
  }
}

.herobanner-3 .herobanner-content h1,
.herobanner-3 .herobanner-content h1 span,
.herobanner-3 .herobanner-content h4,
.herobanner-3 .herobanner-content p {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .herobanner-3 .herobanner-content {
    position: relative;
    left: auto;
    max-width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .herobanner-3 .herobanner-content h4 {
    color: #7e7e7e;
  }

  .herobanner-3 .herobanner-content h1,
  .herobanner-3 .herobanner-content h1 span,
  .herobanner-3 .herobanner-content p {
    color: #454545;
  }

  .herobanner-3 .herobanner-content .ho-button-white,
  .herobanner-3 .herobanner-content .ho-button-white:link {
    border-color: #00a94f;
  }
}

.imgbanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.imgbanner::after,
.imgbanner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
  pointer-events: none;
}

.imgbanner img,
.quickmodal {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.imgbanner::before {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imgbanner:after {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imgbanner img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
}

.imgbanner:hover::after,
.imgbanner:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  z-index: -1;
}

.imgbanner:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.imgbanner-2::after,
.imgbanner-2::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.imgbanner-2:hover::after {
  opacity: 1;
  z-index: 1;
}

.imgbanner-2:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.nice-select {
  width: 100%;
  border-radius: 0;
  float: none;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
}

.nice-select::after {
  content: "\f3d0";
  position: absolute;
  left: auto;
  right: 15px;
  height: 35px;
  line-height: 35px;
  width: 8px;
  border-radius: 100%;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 7px;
  bottom: auto;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.nice-select span.current {
  display: block;
  position: relative;
  color: #7e7e7e;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0;
}

.nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  max-height: 280px;
  overflow-y: auto;
  z-index: 75;
}

.nice-select .option {
  line-height: 30px;
  min-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.nice-select.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #00a94f;
}

.featurebox {
  position: relative;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 15px;
  max-width: 320px;
}

.featurebox i {
  position: absolute;
  left: 0;
  top: 17px;
  font-size: 55px;
  display: inline-block;
  height: auto;
  height: 70px;
  vertical-align: middle;
  color: #aaa;
}

.slider-navigation .slider-navigation-arrow,
.slider-navigation-2 .slider-navigation-arrow {
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  z-index: 8;
  cursor: pointer;
}

.featurebox i[class*=" flaticon-"]:after,
.featurebox i[class*=" flaticon-"]:before,
.featurebox i[class^="flaticon-"]:after,
.featurebox i[class^="flaticon-"]:before {
  vertical-align: text-bottom;
}

.featurebox h5 {
  margin-bottom: 5px;
}

.featurebox p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featurebox {
    max-width: 98%;
  }
}

.slider-navigation {
  position: relative;
}

.slider-navigation .slider-navigation-arrow {
  width: 45px;
  height: 45px;
  line-height: 1;
  background: #00a94f;
  color: #fff;
  border: 1px solid #00a94f;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  font-size: 17px;
  margin-top: -22.5px;
  transition: all 0.4s ease-in-out 0s;
}

.slider-navigation .slider-navigation-arrow i {
  line-height: 43px;
}

.slider-navigation .slider-navigation-arrow.slider-navigation-prev {
  left: 2%;
  right: auto;
}

.slider-navigation .slider-navigation-arrow.slider-navigation-next {
  right: 2%;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .slider-navigation .slider-navigation-arrow {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }

  .slider-navigation .slider-navigation-arrow i {
    line-height: 34px;
  }
}

.slider-navigation-2 {
  position: relative;
}

.slider-navigation-2 .slider-navigation-arrow {
  width: auto;
  height: 40px;
  line-height: 1;
  background: 0 0;
  color: #7e7e7e;
  position: absolute;
  top: -48px;
  font-size: 21px;
  transition: all 0.4s ease-in-out 0s;
}

.slider-navigation-2 .slider-navigation-arrow:hover {
  color: #00a94f;
}

.slider-navigation-2 .slider-navigation-arrow i {
  line-height: 40px;
}

.slider-navigation-2 .slider-navigation-arrow.slider-navigation-prev {
  padding-right: 15px;
  right: 37px;
  left: auto;
}

.slider-navigation-2 .slider-navigation-arrow.slider-navigation-prev:after {
  content: "";
  position: absolute;
  left: 99%;
  top: 13px;
  height: 12px;
  width: 1px;
  background: #7e7e7e;
}

.cluster-btn .slider-navigation-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 12px;
  width: 1px;
  background: #7e7e7e;
}
.slider-navigation-2 .slider-navigation-arrow.slider-navigation-next {
  right: 15px;
  left: auto;
  padding-left: 15px;
}

.slider-navigation-2.slider-navigation-2-m0
  .slider-navigation-arrow.slider-navigation-prev {
  right: 22px;
}

.slider-navigation-2.slider-navigation-2-m0
  .slider-navigation-arrow.slider-navigation-next {
  right: 0;
}

.slider-navigation-3 .slider-navigation-arrow {
  display: inline-block;
  line-height: 1;
  color: #7e7e7e;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  font-size: 21px;
}

.newsletter-form,
.slider-dots {
  position: relative;
}

.slider-navigation-3 .slider-navigation-arrow i {
  line-height: 43px;
}

.slider-navigation-3 .slider-navigation-arrow:hover {
  color: #00a94f;
}

.slider-navigation-3 .slider-navigation-arrow.slider-navigation-prev {
  left: 0;
  padding-right: 15px;
  right: auto;
}

.slider-navigation-3 .slider-navigation-arrow.slider-navigation-next {
  right: 0;
  padding-left: 15px;
  left: auto;
}

.slider-navigation-3.slider-navigation-3-side
  .slider-navigation-arrow.slider-navigation-prev {
  left: 15px;
  right: auto;
  padding-left: 15px;
}

.slider-navigation-3.slider-navigation-3-side
  .slider-navigation-arrow.slider-navigation-next {
  padding-right: 15px;
  right: 15px;
  left: auto;
}

.slider-navigation-3.slider-navigation-3-side2
  .slider-navigation-arrow.slider-navigation-prev {
  left: 0;
  right: auto;
  padding-left: 15px;
}

.slider-navigation-3.slider-navigation-3-side2
  .slider-navigation-arrow.slider-navigation-next {
  padding-right: 15px;
  right: 0;
  left: auto;
}

.slider-dots .slick-dots {
  height: auto;
  z-index: 3;
  text-align: left;
}

.brandlogo,
.countdown-pack,
.slider-dots.slider-dots-center .slick-dots {
  text-align: center;
}

.slider-dots .slick-dots li {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #e0e0e0;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 5px;
  vertical-align: middle;
}

.brandlogo a img,
.category-thumb img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.slider-dots .slick-dots li button {
  display: none;
}

.slider-dots .slick-dots li:first-child {
  margin-left: 0;
}

.slider-dots .slick-dots li:last-child {
  margin-top: 0;
}

.slider-dots .slick-dots li.slick-active,
.slider-dots .slick-dots li:hover {
  background: #00a94f;
}

.countdown {
  padding-top: 15px;
}

.countdown-pack {
  display: inline-block;
  min-width: 52px;
  min-height: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  vertical-align: middle;
  background: #f8f8f8;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 4px;
  font-size: 24px;
  color: #454545;
  font-weight: 700;
}

.brandlogo a,
.category {
  display: -webkit-box;
  display: -ms-flexbox;
}

.countdown-pack:first-child {
  margin-left: 0;
}

.countdown-pack:last-child {
  margin-right: 0;
}

.countdown-pack h3 {
  margin-bottom: 0;
}

.countdown-pack h6 {
  margin-bottom: 0;
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .countdown-pack {
    margin: 0 3px;
    min-width: 48px;
    min-height: 48px;
  }
}

.category {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}

.category-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  height: 120px;
  border-radius: 1000px;
  overflow: hidden;
  margin-right: 15px;
  display: block;
}

.category-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
}

.category-title {
  margin-bottom: 5px;
}

.category-productcounter {
  display: block;
  color: #ababab;
  font-style: italic;
  margin-bottom: 5px;
}

.category-productlink {
  color: #00a94f;
  display: block;
  line-height: 20px;
  border-bottom: 1px solid transparent;
}

.category-productlink i {
  vertical-align: middle;
  font-size: 16px;
  padding-left: 5px;
}

.category-productlink:hover {
  color: #00a94f;
  border-color: #00a94f;
  padding-left: 5px;
}

.category:hover .category-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    height: 90px;
  }
}

.category-wrapper {
  margin-top: -7px;
  width: 100%;
}

.brandlogo a {
  min-height: 140px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.brandlogo a img {
  transition: all 0.3s ease-in-out 0s;
}

.brandlogo a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.brandlogo.brandlogo-2 a {
  padding: 0 15px;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsletter-title {
  margin-right: 15px;
  padding: 15px 0;
}

.newsletter-title h2 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.newsletter-title h2 span {
  display: block;
  color: #00a94f;
}

.newsletter-content {
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  padding: 15px 0;
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 75px;
  padding-right: 75px;
}

.newsletter-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 58px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.newsletter-form.visible::before {
  background-image: url(images/icons/newsletter-arrow-agro.webp);
}

.newsletter-form input {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-right-color: transparent;
  border-radius: 7px 0 0 7px;
}

.newsletter-form button,
.newsletter-form button:hover {
  background: #00a94f;
  border-color: #00a94f;
}

.newsletter-form button {
  color: #fff;
  border-radius: 0 7px 7px 0;
  font-size: 16px;
  font-weight: 700;
  padding: 0 25px;
}

.newsletter-socialicons {
  padding: 15px 0;
}

.newsletter .mailchimp-alerts {
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-title h2 {
    font-size: 24px;
  }

  .newsletter-form {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-form {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-title h2 span {
    display: inline-block;
  }

  .newsletter-form {
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter .mailchimp-alerts,
  .newsletter-form {
    padding-left: 0;
  }

  .newsletter-form::before {
    display: none;
  }
}

.minicart {
  border-bottom: 2px solid #00a94f;
  width: 350px;
  background: #fff;
  text-align: left;
  padding: 30px 20px 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.minicart-header {
  max-height: 230px;
  overflow-y: auto;
}

.minicart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.minicart-productcontent h6 {
  font-weight: 400;
  margin-bottom: 5px;
}

.minicart-productcontent h6 a {
  color: #454545;
}

.minicart-productcontent h6 a:hover {
  color: #00a94f;
}

.minicart-productcontent .minicart-productprice {
  color: #00a94f;
  font-size: 16px;
  font-weight: 700;
}

.minicart-productimage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 20px;
  position: relative;
}

.minicart-productimage a {
  display: inline-block;
}

.minicart-productimage img {
  width: 100%;
}

.minicart-productimage .minicart-productquantity {
  position: absolute;
  left: 0;
  top: 0;
  background: #00a94f;
  height: 22px;
  width: 27px;
  line-height: 25px;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.minicart-productcontent {
  padding-right: 10px;
}

.minicart-productclose {
  height: 30px;
  width: auto;
  padding: 0;
  line-height: 1;
  border: none;
  font-size: 18px;
}

.minicart-productclose:hover {
  color: #00a94f;
}

.minicart-pricing {
  padding-left: 0;
  padding-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.minicart-pricing li {
  list-style: none;
  display: block;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.minicart-pricing li::after {
  content: "";
  clear: both;
  display: table;
}

.minicart-pricing li span {
  color: #00a94f;
  float: right;
}

.minicart-footer .ho-button + .ho-button {
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {
  .minicart {
    width: 290px;
    padding: 15px;
  }

  .minicart-productimage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 10px;
  }

  .minicart-productimage .minicart-productquantity {
    height: 22px;
    width: 22px;
    line-height: 24px;
    font-size: 10px;
  }

  .minicart-header {
    padding-top: 10px;
  }
}

.catmenu {
  display: inline-block;
  position: relative;
}

.catmenu-trigger {
  border: 1px solid #00a94f;
  border-radius: 7px;
  display: inline-block;
  color: #00a94f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 1;
  min-width: 190px;
  text-align: left;
  padding: 0 20px;
  vertical-align: middle;
}

.catmenu-trigger span {
  line-height: 38px;
  display: block;
}

.catmenu-trigger span::after {
  content: "\f3d0";
  float: right;
  font-weight: 400;
  font-size: 12px;
}

.catmenu-trigger.is-active,
.catmenu-trigger:hover {
  background: #00a94f;
  color: #fff;
}

.catmenu-body {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 255px;
  background: #fff;
  border: 1px solid #00a94f;
  z-index: 60;
  display: none;
}

.catmenu-body > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.catmenu-body > ul > li {
  list-style: none;
  position: relative;
}

.catmenu-body > ul > li > a {
  padding: 7px 20px;
  display: block;
  color: #454545;
  font-size: 15px;
}

.catmenu-body > ul > li:hover > a,
.catmenu-dropdown .megamenu > li > a:hover {
  color: #00a94f;
}

.catmenu-body > ul > li > a i {
  width: 30px;
  margin-right: 5px;
  font-size: 18px;
}

.catmenu-hidden {
  display: none;
}

.catmenu-dropdown > a::after {
  content: "\f3d1";
  float: right;
}

.catmenu-dropdown .megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 0;
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #00a94f;
}

.catmenu-dropdown .megamenu > li {
  padding: 0 15px;
  min-width: 220px;
}

.catmenu-dropdown .megamenu > li > a {
  font-weight: 700;
  color: #00a94f;
  text-transform: uppercase;
  padding: 8px 0 5px;
  display: block;
  border-bottom: 1px solid #00a94f;
  margin-bottom: 10px;
}

.catmenu-dropdown .megamenu li ul {
  padding-left: 0;
  margin-bottom: 0;
}

.catmenu-dropdown .megamenu li ul li {
  list-style: none;
}

.catmenu-dropdown .megamenu li ul li a {
  color: #7e7e7e;
  font-size: 14px;
  padding: 7px 0;
  display: block;
}

.catmenu-dropdown .megamenu li ul li a:hover {
  color: #00a94f;
}

.catmenu-dropdown .megamenu.is-visible {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  z-index: 1;
}

.catmenu-dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .catmenu-body > ul {
    max-height: 400px;
    overflow-y: auto;
  }

  .catmenu-body > ul > li ul li {
    border-left: 2px solid #00a94f;
  }

  .catmenu-body > ul ul {
    display: none;
    padding-left: 20px;
  }

  .catmenu-body > ul ul li {
    display: block;
  }

  .catmenu-body > ul ul li a {
    padding: 7px 20px;
    display: block;
    color: #7e7e7e;
    font-size: 15px;
  }

  .catmenu-body > ul li.has-children > a {
    position: relative;
  }

  .catmenu-body > ul li.has-children > a::after {
    content: "\f3d1";
    font-family: Ionicons;
    float: right;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .catmenu-body > ul li.has-children.is-active > a {
    color: #00a94f;
  }

  .catmenu-body > ul li.has-children.is-active > a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.catmenu-2 {
  display: block;
}

.catmenu-2 .catmenu-trigger {
  display: block;
  width: 100%;
  background: #ffe11b;
  border-radius: 0;
  border: 0;
  color: #454545;
  font-size: 16px;
  text-transform: uppercase;
  height: 50px;
}

.catmenu-2 .catmenu-trigger span::before {
  content: "\f1c3";
  font-size: 22px;
  padding-right: 10px;
  vertical-align: middle;
}

.ho-form-inner .single-input label,
.sn-progress .progress h6 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.catmenu-2 .catmenu-body {
  width: 100%;
  border: 0;
  display: block;
}

.catmenu-2 .catmenu-body > ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.catmenu-2 .catmenu-body > ul > li > a {
  padding: 10px 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.catmenu-2 .catmenu-body > ul > li > a i {
  width: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catmenu-2 .catmenu-body > ul {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .catmenu-2 .catmenu-body > ul > li > a {
    padding: 7px 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .catmenu-2 .catmenu-body > ul > li > a i {
    width: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catmenu-2 .catmenu-body {
    display: none;
  }

  .catmenu-2 .catmenu-body > ul {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .catmenu-2 .catmenu-body > ul > li > a {
    padding: 7px 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 767px) {
  .catmenu-2 .catmenu-body {
    display: none;
  }

  .catmenu-2 .catmenu-body > ul {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .catmenu-2 .catmenu-body > ul > li > a {
    padding: 7px 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.blogitem {
  padding: 15px;
  -webkit-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

.blogitem-thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blogitem-thumb::after,
.blogitem-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  z-index: 2;
  pointer-events: none;
}

.blogitem2-image img,
.team-member {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blogitem-thumb::before {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.blogitem-thumb:after {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.blogitem-thumb a {
  display: block;
}

.blogitem-thumb img {
  width: 100%;
}

.blogitem-thumb:hover::after,
.blogitem-thumb:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  z-index: -1;
}

.blogitem-content {
  text-align: center;
  padding-top: 30px;
}

.blogitem-title {
  font-weight: 400;
  margin-bottom: 30px;
}

.blogitem-title a {
  color: #454545;
}

.blogitem-title a:hover {
  color: #00a94f;
}

.blogitem-meta {
  border-top: 1px solid rgba(229, 229, 229, 0.5);
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
  padding: 10px 0;
}

.blogitem-meta span {
  font-size: 13px;
  color: #454545;
  display: inline-block;
}

.blogitem-meta span:not(:last-child) {
  margin-right: 20px;
}

.blogitem-meta span i {
  margin-right: 5px;
  font-size: 16px;
}

.blogitem-meta span a {
  color: #454545;
}

.blogitem-meta span a:hover {
  color: #00a94f;
}

.blogitem:hover {
  -webkit-box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, 0.05);
}

.blogs-wrapper {
  margin-top: -30px;
}

.blogitem2 {
  margin-top: 30px;
}

.blogitem2-image {
  position: relative;
  overflow: hidden;
}

.blogitem2-image a {
  display: block;
}

.blogitem2-image img {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blogitem2-content {
  padding-top: 30px;
}

.blogitem2-content h2,
.blogitem2-content h4 {
  margin-bottom: 7px;
}

.blogitem2-content h2 a,
.blogitem2-content h4 a {
  color: #454545;
}

.blogitem2-content h2 a:hover,
.blogitem2-content h4 a:hover {
  color: #00a94f;
}

.blogitem2-content p {
  font-size: 15px;
}

.blogitem2-meta {
  margin-bottom: 15px;
}

.blogitem2-meta span {
  color: #7e7e7e;
}

.blogitem2-meta span:after {
  content: "|";
  padding: 0 5px;
}

.blogitem2-meta span:last-child::after {
  display: none;
}

.blogitem2-meta span a {
  color: #454545;
}

.blogitem2-meta span a:hover {
  color: #00a94f;
}

.blogitem2:hover .blogitem2-image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.commentlist > h6 {
  font-size: 16px;
  margin-bottom: 25px;
}

.single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.single-comment .single-comment-content p,
.single-comment:last-child {
  margin-bottom: 0;
}

.single-comment .single-comment-thumb {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 25px;
  border: 1px solid #d5d5d5;
}

.single-comment .single-comment-content {
  -ms-flex-negative: 100;
  flex-shrink: 100;
  border: 1px solid #d5d5d5;
  padding: 25px;
  position: relative;
  border-radius: 3px;
}

.single-comment .single-comment-content::before {
  content: "";
  position: absolute;
  left: -6px;
  right: auto;
  top: 10px;
  height: 10px;
  width: 10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.single-comment .single-comment-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-comment .single-comment-content-top h6 {
  padding-right: 30px;
}

.single-comment .single-comment-content-top h6 a {
  color: #454545;
}

.single-comment .single-comment-content-top h6 a:hover {
  color: #00a94f;
}

.single-comment .single-comment-content-top .ratting-box {
  margin-bottom: 15px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.single-comment .single-comment-content-top .reply-button {
  background: #575757;
  color: #fff;
  padding: 2px 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 15px;
}

.single-comment .single-comment-content-top .reply-button:hover {
  background: #00a94f;
}

.single-comment.single-comment-reply {
  margin-left: 30px;
}

@media only screen and (max-width: 575px) {
  .single-comment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-comment .single-comment-content {
    margin-top: 20px;
    padding: 15px;
  }

  .single-comment .single-comment-content::before {
    left: 20px;
    top: -6px;
    border: none;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
  }
}

.commentbox > h6 {
  font-size: 16px;
  margin-bottom: 25px;
}

.ho-form.ho-form-boxed {
  padding: 30px;
  border-radius: 0;
  border: 1px solid #d5d5d5;
}

.ho-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -20px;
}

.ho-form-inner .single-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}

.ho-form-inner .single-input.single-input-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.ho-form-inner .single-input label {
  margin-bottom: 8px;
  display: block;
  color: #454545;
}

.ho-form-inner .single-input .nice-select,
.ho-form-inner .single-input input,
.ho-form-inner .single-input select,
.ho-form-inner .single-input textarea {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

.ho-form-inner .single-input input + input {
  margin-top: 20px;
}

.ho-form-inner .single-input .checkbox-input,
.ho-form-inner .single-input .checkbox-input label {
  display: inline-block;
}

.ho-form-inner a {
  color: #7e7e7e;
  font-size: 13px;
}

.ho-form-inner a:hover {
  color: #00a94f;
}

.sn-progress-wrap {
  margin-top: -30px;
}

.sn-progress {
  position: relative;
  margin-left: 30px;
  padding: 15px 0;
  margin-top: 30px;
}

.sn-progress .progress-bar-count {
  position: absolute;
  display: block;
  background: #ffe11b;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  left: 0;
  top: 50%;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  font-size: 14px;
  color: #454545;
  z-index: 1;
}

.sn-progress .progress {
  background: #f2f2f2;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
}

.sn-progress .progress h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 45px;
}

.sn-progress .progress-bar {
  background: #00a94f;
  text-align: left;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.sn-progress .progress-bar.fill {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.team-member {
  background: #f5f5f5;
  padding-top: 6px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out 0s;
}

.team-member .team-member-content h5,
.team-member .team-member-content p {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-member img {
  width: 100%;
}

.team-member .team-member-content {
  text-align: center;
  padding: 15px;
}

.team-member .team-member-content h5 {
  font-weight: 400;
  color: #454545;
  font-size: 16px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.team-member .team-member-content p {
  margin-bottom: 0;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.team-member:hover {
  background: #00a94f;
}

.team-member:hover h5,
.team-member:hover p {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ho-form .single-input.single-input-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .team-member {
    margin-left: 0;
    margin-right: 0;
  }
}

.shop-widgets .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  position: relative;
  display: block;
  text-transform: uppercase;
}

.shop-widgets .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.shop-widgets .single-widget ul li {
  list-style: none;
  display: flex;
}

.shop-widgets .shop-widgetbox {
  border: 1px solid #e5e5e5;
}

.shop-widgets .shop-widgetbox .single-widget {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

.shop-widgets .shop-widgetbox .single-widget:first-child {
  border-top: 0;
}

.shop-widgets .widget-categories {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.shop-widgets .widget-categories ul li {
  padding: 8px 0;
  border-top: 1px solid #e5e5e5;
}

.shop-widgets .widget-categories ul li:first-child {
  border-top: none;
}

.shop-widgets .widget-categories ul li:last-child {
  padding-bottom: 0;
}

.shop-widgets .widget-categories ul li a {
  text-transform: uppercase;
  color: #7e7e7e;
  font-weight: 600;
  display: block;
}

.shop-widgets .widget-categories ul li a::after {
  content: "";
  clear: both;
  display: table;
}

.shop-widgets .widget-categories ul li a:hover {
  color: #00a94f;
}

.shop-widgets .widget-categories ul li a span {
  float: right;
  background: #00a94f;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

.shop-widgets .widget-color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-widgets .widget-color ul li {
  min-width: 50%;
}

.shop-widgets .widget-filters .single-widget-range-price {
  margin-top: 20px;
  font-weight: 600;
  color: #454545;
}

.shop-widgets .widget-filters .single-widget-range-price b {
  color: #7e7e7e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-member {
    margin-left: 0;
    margin-right: 0;
  }

  .shop-widgets {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-widgets {
    margin-top: 50px;
  }
}

.blog-widgets {
  margin-top: -30px;
}

.blog-widgets .widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
}

.blog-widgets .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 80px;
  background: #00a94f;
}

.blog-widgets .single-widget {
  margin-top: 30px;
}

.blog-widgets .widget-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-widgets .widget-search-form input[type="search"],
.blog-widgets .widget-search-form input[type="text"] {
  width: calc(100% - 50px);
}

.blog-widgets
  .widget-search-form
  input[type="search"]::-webkit-input-placeholder,
.blog-widgets
  .widget-search-form
  input[type="text"]::-webkit-input-placeholder {
  color: #7e7e7e;
}

.blog-widgets .widget-search-form input[type="search"]:-moz-placeholder,
.blog-widgets .widget-search-form input[type="text"]:-moz-placeholder {
  color: #7e7e7e;
}

.blog-widgets .widget-search-form input[type="search"]::-moz-placeholder,
.blog-widgets .widget-search-form input[type="text"]::-moz-placeholder {
  color: #7e7e7e;
}

.blog-widgets .widget-search-form input[type="search"]:-ms-input-placeholder,
.blog-widgets .widget-search-form input[type="text"]:-ms-input-placeholder {
  color: #7e7e7e;
}

.blog-widgets .widget-search-form [type="submit"] {
  display: inline-block;
  border: 1px solid #00a94f;
  background: #00a94f;
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.blog-widgets .widget-search-form [type="submit"]:hover {
  background: #00a94f;
}

.blog-widgets .widget-categories ul {
  margin-bottom: 0;
  padding-left: 0;
}

.blog-widgets .widget-categories ul li {
  display: block;
  list-style: none;
}

.blog-widgets .widget-categories ul li:not(:last-child) {
  margin-bottom: 8px;
}

.blog-widgets .widget-categories ul li a {
  display: block;
  color: #454545;
}

.blog-widgets .widget-categories ul li a:hover {
  color: #00a94f;
}

.blog-widgets .widget-tags ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  margin-left: -5px;
  margin-top: -5px;
}

.blog-widgets .widget-tags ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 5px;
}

.blog-widgets .widget-tags ul li a {
  display: inline-block;
  background: #00a94f;
  padding: 6px 15px 5px;
  color: #fff;
  text-transform: uppercase;
}

.blog-widgets .widget-recentblogs ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-widgets .widget-recentblogs ul li {
  list-style: none;
  position: relative;
  padding-left: 100px;
  min-height: 52px;
}

.blog-widgets .widget-recentblogs ul li:not(:last-child) {
  margin-bottom: 15px;
}

.blog-widgets .widget-recentblogs ul li .image {
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-widgets .widget-recentblogs ul li h6 {
  font-size: 15px;
  margin-bottom: 3px;
}

.blog-widgets .widget-recentblogs ul li h6 a {
  color: #454545;
}

.blog-widgets .widget-recentblogs ul li h6 a:hover {
  color: #00a94f;
}

.blog-widgets .widget-recentblogs ul li span a {
  color: #454545;
}

.blog-widgets .widget-recentblogs ul li span a:hover {
  color: #00a94f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-widgets {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-widgets {
    margin-top: 0;
  }
}

.header {
  position: relative;
  z-index: 65;
}

.header-welcomemsg {
  margin-bottom: 0;
  color: #454545;
  font-size: 13px;
  margin: 10px;
}

.header-welcomemsg span {
  color: #00a94f;
}

.header-langcurr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-langcurr .select-currency,
.header-langcurr .select-language {
  position: relative;
  font-size: 13px;
  padding: 0 20px;
}

.header-langcurr .select-currency img,
.header-langcurr .select-language img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.header-langcurr .select-language {
  padding-right: 0;
  position: relative;
}

.header-langcurr .select-language::before {
  content: "";
  left: 0;
  height: 15px;
  width: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
}

.header-langcurr .select-currency-current,
.header-langcurr .select-language-current {
  border: none;
  outline: 0;
  padding: 0;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  color: #454545;
}

.header-searchbox .nice-select .option,
.header-searchbox input {
  font-size: 13px;
  color: #7e7e7e;
}

.header-langcurr .select-currency-current:after,
.header-langcurr .select-language-current:after {
  content: "\f3d0";
  font-family: Ionicons;
  padding-left: 10px;
  vertical-align: middle;
}

.header-langcurr .select-currency-list,
.header-langcurr .select-language-list {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}

.header-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 35px 0;
}

.header-logo {
  display: inline-block;
  vertical-align: middle;
}

.header-searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 7px;
}

.header-searchbox .nice-select {
  width: auto;
  border: 0;
  height: 48px;
  line-height: 48px;
  min-width: 150px;
}

.header-searchbox .nice-select::after {
  right: 20px;
  top: 12px;
  color: #7e7e7e;
}

.header-searchbox .nice-select .current {
  height: 48px;
  line-height: 48px;
  padding: 0;
  position: relative;
  font-size: 13px;
}

.header-searchbox .nice-select .current::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 15px;
  width: 1px;
  height: 20px;
  background: #d5d5d5;
}

.header-searchbox .nice-select .list {
  width: 200px;
}

.header-searchbox input {
  border: 0;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}

.header-searchbox input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.header-searchbox input:-moz-placeholder {
  color: #b4b4b4;
}

.header-searchbox input::-moz-placeholder {
  color: #b4b4b4;
}

.header-searchbox input:-ms-input-placeholder {
  color: #b4b4b4;
}

.header-searchbox button[type="submit"],
.header-searchbox input[type="submit"] {
  position: absolute;
  background: #ffe11b;
  top: 4px;
  right: 5px;
  height: 40px;
  line-height: 1;
  text-align: center;
  width: 40px;
  color: #454545;
  padding: 0;
  border: 0;
  font-size: 18px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-searchbox button[type="submit"] i,
.header-searchbox input[type="submit"] i {
  line-height: 40px;
}

.header-searchbox button[type="submit"]:hover,
.header-searchbox input[type="submit"]:hover {
  background: #00a94f;
  color: #fff;
}

.header-icons {
  text-align: right;
  position: relative;
}

.header-account {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  vertical-align: middle;
}

.header-account button {
  padding: 0;
  color: #fff;
  background: 0 0;
  line-height: unset;
  height: auto;
  font-size: 14px;
  border: none;
  font-weight: 700;
}

.header-account button span {
  font-size: var(--icons-header-size);
  margin-right: 10px;
  vertical-align: -3px;
}

.header-tags h6,
.header-tags ul li {
  margin-right: 30px;
  display: inline-block;
}

.header-account button i {
  font-size: 12px;
  vertical-align: -1px;
  margin-left: 3px;
}

.header-cart {
  display: inline-block;
  position: relative;
}

.header-carticon {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #fff;
  color: #454545;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  width: 48px;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #fff;
}

.header-carticon i {
  line-height: 48px;
}

.header-carticon span.count {
  position: absolute;
  top: -3px;
  right: -6px;
  display: block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: 400;
  font-size: 13px;
  color: #454545;
  background: #ffe11b;
  text-align: center;
  border-radius: 100%;
}

.header-carticon:visited {
  color: #454545;
}

.header-carticon.is-active,
.header-carticon:hover {
  background: #00a94f;
  color: #fff;
}

.header-icon-mobile {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #fff;
  color: #454545;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  width: 48px;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #fff;
}

.header-icon-mobile .is-active,
.header-icon-mobile :hover {
  background: #00a94f;
  color: #fff;
}

.header-minicart {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  display: none;
}

.header-contactinfo {
  position: relative;
  padding-left: 48px;
  color: #fff;
}

.header-contactinfo i {
  font-size: 38px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-contactinfo span {
  display: block;
  line-height: 20px;
}

.header-tags {
  padding: 10px 0;
}

.header-tags h6 {
  font-weight: 700;
  margin-bottom: 0;
}

.header-tags ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-tags ul li {
  list-style: none;
}

.header-tags ul li a {
  color: #7e7e7e;
}

.header-tags ul li a:hover {
  color: #00a94f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contactinfo {
    padding-left: 35px;
  }

  .header-contactinfo i {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-searchbox {
    margin-top: 30px;
  }

  .header-bottom {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-searchbox {
    margin-top: 30px;
  }

  .header-bottom {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .header-welcomemsg {
    margin: 3px;
  }

  .header-searchbox button[type="submit"],
  .header-searchbox input[type="submit"] {
    top: 3px;
    height: 29px;
    width: 29px;
    font-size: 14px;
  }

  .header-searchbox button[type="submit"] i,
  .header-searchbox input[type="submit"] i {
    line-height: 25px;
  }

  .header-searchbox input {
    border: 0;
    padding-right: 50px;
    height: 35px;
    line-height: 35px;
  }

  .header-carticon {
    height: 40px;
    width: 40px;
  }

  .header-carticon span.count {
    width: 20px;
    height: 20px;
  }

  .header-carticon i {
    line-height: 40px;
  }

  .header-welcomemsg {
    text-align: center;
    border-bottom: none;
  }

  .header-langcurr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-langcurr .select-currency-list,
  .header-langcurr .select-language-list {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-middle {
    padding: 5px 0;
  }

  .header-logo {
    display: block;
    text-align: center;
  }

  .header-icons {
    text-align: center;
    margin-top: 5px;
  }

  .header-searchbox {
    margin-top: 3px;
  }

  .header-searchbox .nice-select {
    min-width: 115px;
    max-width: 115px;
    padding: 0 10px;
  }

  .header-searchbox .nice-select::after {
    right: 10px;
  }

  .header-searchbox .nice-select .current::before {
    right: -10px;
  }

  .header-searchbox input {
    padding-left: 10px;
  }

  .header-accountbox {
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-cart {
    position: initial;
  }

  .header-2 .header-catmenu {
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }

  .header-2 .header-catmenu .catmenu-body,
  .header-2 .header-catmenu .catmenu-trigger {
    width: 100%;
  }

  .header-logo img {
    width: 55% !important;
  }
}

.mobile-menu {
  margin-top: -42px;
}

.mobile-menu .mean-bar {
  z-index: 7;
}

.mobile-menu .mean-nav {
  padding-top: 15px;
}

.mobile-menu .mean-nav > ul {
  margin-bottom: 15px;
}

.header-2 .header-langcurr .select-currency-current,
.header-2 .header-langcurr .select-language-current,
.header-2 .header-welcomemsg,
.header-2 .header-welcomemsg span {
  color: #fff;
}

.header-2 .header-langcurr .select-language::before {
  background: #fff;
}

.header-2 .header-searchbox {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}

.header-2 .header-account button {
  color: #454545;
}

.header-2 .header-carticon {
  background: #00a94f;
  border-color: #00a94f;
  color: #fff;
}

.header-2 .header-carticon.is-active,
.header-2 .header-carticon:hover {
  background: 0 0;
  border-color: #00a94f;
  color: #00a94f;
}

.header-2 .header-contactinfo a,
.header-2 .header-contactinfo b,
.header-2 .header-contactinfo i,
.header-2 .header-contactinfo span,
.header-2 .mean-container a.meanmenu-reveal {
  color: #454545;
}

.header-2 .header-bottom {
  border-top: 1px solid #e5e5e5;
}

.header-2 .header-catmenu {
  float: left;
  margin-top: 10px;
}

.header-3 .header-langcurr .select-currency-current,
.header-3 .header-langcurr .select-language-current,
.header-3 .header-welcomemsg span {
  color: #fff;
}

.header-2 .mean-container .mean-nav ul {
  border: 1px solid rgba(11, 136, 238, 0.7);
}

.header-2 .mean-container .mean-nav ul li a {
  background: rgba(11, 136, 238, 0.7);
}

.header-3 .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-3 .header-contactinfo a,
.header-3 .header-contactinfo b,
.header-3 .header-contactinfo i,
.header-3 .header-contactinfo span,
.header-3 .mean-container a.meanmenu-reveal,
.ho-navigation ul li a {
  color: #454545;
}

.header-3 .header-langcurr .select-language::before {
  background: #fff;
}

.header-3 .mean-container .mean-nav ul {
  border: 1px solid rgba(11, 136, 238, 0.7);
}

.header-3 .mean-container .mean-nav ul li a {
  background: rgba(11, 136, 238, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-2 .header-catmenu,
  .header-3 .header-catmenu {
    margin-top: 0;
    position: relative;
    z-index: 8;
  }
}

@media only screen and (max-width: 575px) {
  .header-3 .header-catmenu .catmenu-trigger {
    margin-bottom: 15px;
  }
}

.ho-navigation {
  position: relative;
  z-index: 5;
}

.ho-navigation > ul > li .hodropdown,
.ho-navigation > ul > li .hodropdown li ul {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

.ho-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ho-navigation ul li {
  list-style: none;
}

.ho-navigation > ul {
  font-size: 0;
  padding: 10px 0;
}

.ho-navigation > ul > li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}

.ho-navigation > ul > li > a {
  display: block;
  line-height: 30px;
  margin: 0 2px;
  padding: 5px 8px;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: 0 0;
  text-transform: uppercase;
  position: relative;
  border: 1px solid transparent;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.ho-navigation > ul > li.dropdown-holder > a::after,
.ho-navigation > ul > li.megamenu-holder > a::after {
  content: "\f3d0";
  font-family: Ionicons;
  font-weight: 400;
  padding-left: 10px;
}

.ho-navigation > ul > li.megamenu-holder {
  position: inherit;
}

.ho-navigation > ul > li.active > a,
.ho-navigation > ul > li:hover > a {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

.ho-navigation > ul > li .hodropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #00a94f;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.ho-navigation > ul > li .hodropdown li {
  display: block;
  position: relative;
}

.ho-navigation > ul > li .hodropdown li ul,
.ho-navigation > ul > li .megamenu {
  -ms-transform: translateY(30px);
  position: absolute;
  border-bottom: 3px solid #00a94f;
  background: #fff;
}

.ho-navigation > ul > li .hodropdown li a {
  color: #7e7e7e;
  display: block;
  padding: 5px 20px;
}

.ho-navigation > ul > li .hodropdown li:hover > a,
.ho-navigation > ul > li .megamenu > li > a:hover {
  color: #00a94f;
}

.ho-navigation > ul > li .hodropdown li a i {
  font-size: 16px;
  margin-right: 5px;
}

.ho-navigation > ul > li .hodropdown li ul {
  left: 100%;
  top: 0;
  width: 250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.ho-navigation > ul > li .hodropdown li:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.ho-navigation > ul > li .megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 0;
  right: auto;
  padding: 30px 15px;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.ho-navigation > ul > li .megamenu > li {
  padding: 0 15px;
  min-width: 520px;
}

.ho-navigation > ul > li .megamenu > li > a {
  font-weight: 700;
  color: #00a94f;
  text-transform: uppercase;
  padding: 8px 0 5px;
  display: block;
  border-bottom: 1px solid #00a94f;
  margin-bottom: 10px;
}

.ho-navigation > ul > li .megamenu li ul {
  padding-left: 0;
  margin-bottom: 0;
}

.ho-navigation > ul > li .megamenu li ul li {
  list-style: none;
}

.ho-navigation > ul > li .megamenu li ul li a {
  color: #7e7e7e;
  font-size: 14px;
  padding: 7px 0;
  display: block;
}

.ho-navigation > ul > li .megamenu li ul li a:hover {
  color: #00a94f;
}

.ho-navigation > ul > li .megamenu.is-visible {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  z-index: 1;
}

.ho-navigation > ul > li:hover .hodropdown,
.ho-navigation > ul > li:hover .megamenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ho-navigation > ul > li > a {
    padding: 5px 10px;
  }
}

.ho-navigation-2 ul li a,
.ho-navigation-3 ul li a {
  color: #454545;
}

.ho-navigation-2 ul li a:hover,
.ho-navigation-3 ul li a:hover {
  color: #00a94f;
}

.ho-navigation-2 {
  float: left;
}

.ho-navigation-3 {
  z-index: 70;
}

.ho-navigation-3 ul li:first-child a {
  padding-left: 0;
}

.product-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.product-slider .slick-list {
  padding-left: 15px;
  padding-right: 15px;
}

.product-slider .product-slider-col {
  margin-top: 7px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 576px) {
  .product-slider {
    margin-left: 0;
    margin-right: 0px;
  }

  .product-slider .slick-list {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product-slider .product-slider-col {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.recommended-products-slider .hoproduct-4,
.recommended-products-slider-2 .hoproduct-4 {
  margin-top: 30px;
}

.featured-product-slider {
  padding-top: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-product-slider {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .featured-product-slider {
    padding-top: 20px;
  }
}

.ourproduct-2 {
  padding-top: 10px;
}

.ourproduct-2-slider {
  margin-top: 10px;
}

.ourproduct-2-slider .slick-list {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}

.ourproduct-2-product {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ourproduct-2-product .hoproduct-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 298px;
  flex: 0 0 298px;
  max-width: 298px;
}

.ourproduct-2-product .hoproduct-content {
  padding: 30px;
}

.ourproduct-2-product .hoproduct-content .ho-button {
  margin-top: 20px;
}

.ourproduct-2-product .hoproduct-actionbox {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  bottom: 0;
  right: auto;
  left: calc(100% + 15px);
  text-align: left;
}

.ourproduct-2-product .hoproduct-actionbox li a {
  text-align: center;
  height: 40px;
  width: 40px;
}

.ourproduct-2-product .hoproduct-actionbox li a i {
  line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ourproduct-2 .hoproduct-4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ourproduct-2 .hoproduct-4 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .ourproduct-2-product .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
  }

  .ourproduct-2 .hoproduct-4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ourproduct-2 .hoproduct-4 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .ourproduct-2 .hoproduct-4 .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }

  .ourproduct-2-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .ourproduct-2-product .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ourproduct-2-product .hoproduct-content {
    padding: 15px;
  }
}

.pdetails-largeimages {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.pdetails-thumbs {
  max-width: 450px;
  margin: 10px auto 0;
}

.pdetails-thumbs .slick-slide {
  margin: 10px;
}

.pdetails-singlethumb {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.pdetails .rattingbox {
  margin-bottom: 10px;
}

.pdetails-pricebox,
.pdetails-quantity {
  margin-bottom: 20px;
}

.pdetails-pricebox .oldprice {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ababab;
  margin-right: 10px;
}

.pdetails-pricebox .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #00a94f;
}

.pdetails-pricebox .badge {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  background: #d31129;
  vertical-align: 5px;
  border-radius: 5px;
  margin-left: 10px;
}

.pdetails-color ul li + li,
.pdetails-size ul li + li,
.pdetails-socialshare ul li + li {
  margin-left: 5px;
}

.pdetails p {
  margin-top: 20px;
}

.pdetails-allinfo,
.pdetails-description,
.pdetails-moreinfo,
.pdetails-quantity,
.pdetails-reviews {
  margin-top: 30px;
}

.pdetails-quantity .ho-button,
.pdetails-quantity .ho-button:link {
  padding: 6.5px 15px;
}

.pdetails-categories,
.pdetails-color,
.pdetails-size,
.pdetails-socialshare,
.pdetails-tags {
  padding: 12px 0;
}

.pdetails-categories > span,
.pdetails-color > span,
.pdetails-size > span,
.pdetails-socialshare > span,
.pdetails-tags > span {
  display: inline-block;
  margin-right: 20px;
  color: #454545;
  font-weight: 500;
}

.pdetails-categories ul,
.pdetails-color ul,
.pdetails-size ul,
.pdetails-socialshare ul,
.pdetails-tags ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.pdetails-categories ul li,
.pdetails-color ul li,
.pdetails-size ul li,
.pdetails-socialshare ul li,
.pdetails-tags ul li {
  list-style: none;
  display: inline-block;
}

.pdetails-categories ul li:last-child::after,
.pdetails-color ul li:last-child::after,
.pdetails-size ul li:last-child::after,
.pdetails-socialshare ul li::after,
.pdetails-socialshare ul li:last-child::after,
.pdetails-tags ul li:last-child::after {
  display: none;
}

.pdetails-categories ul li::after,
.pdetails-color ul li::after,
.pdetails-size ul li::after,
.pdetails-socialshare ul li::after,
.pdetails-tags ul li::after {
  content: ",";
}

.pdetails-categories ul li a,
.pdetails-color ul li a,
.pdetails-size ul li a,
.pdetails-socialshare ul li a,
.pdetails-tags ul li a {
  color: #7e7e7e;
  font-style: italic;
}

.pdetails-categories ul li a:hover,
.pdetails-color ul li a:hover,
.pdetails-size ul li a:hover,
.pdetails-socialshare ul li a:hover,
.pdetails-tags ul li a:hover {
  color: #00a94f;
}

.pdetails-socialshare ul li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 1;
  text-align: center;
  color: #7e7e7e;
  border: 1px solid #c5c5c5;
  border-radius: 100%;
  font-size: 16px;
}

.pdetails-socialshare ul li a i {
  line-height: 33px;
}

.pdetails-socialshare ul li a:hover {
  color: #fff;
  border-color: #00a94f;
  background: #00a94f;
}

.pdetails-color ul li::after,
.pdetails-size ul li::after {
  display: none;
}

.pdetails-color ul li span,
.pdetails-size ul li span {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: #00a94f;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
}

.pdetails-color ul li span::before,
.pdetails-size ul li span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pdetails-moreinfo a,
.pdetails-slidersingleimage {
  border: 1px solid #e5e5e5;
}

.pdetails-color ul li.checked span::before,
.pdetails-size ul li.checked span::before {
  visibility: visible;
  opacity: 1;
}

.pdetails-color ul li.red span,
.pdetails-size ul li.red span {
  background: #d858b1;
}

.pdetails-color ul li.green span,
.pdetails-size ul li.green span {
  background: #5834fb;
}

.pdetails-color ul li.blue span,
.pdetails-size ul li.blue span {
  background: #b1b1b1;
}

.pdetails-color ul li.black span,
.pdetails-size ul li.black span {
  background: #000;
}

.pdetails-size ul li span {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  background: 0 0;
  font-size: 10px;
}

.pdetails-allinfotab {
  background: #f4f4f4;
  padding: 15px 0;
}

.pdetails-allinfotab li {
  display: inline-block;
}

.pdetails-allinfotab li a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #7e7e7e;
  font-weight: 700;
  font-size: 16px;
  padding: 3px 25px;
}

.pdetails-allinfotab li a.active,
.pdetails-moreinfo b {
  color: #454545;
}

.pdetails-description {
  line-height: 30px;
}

.pdetails-description ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.pdetails-description ul li {
  list-style: none;
}

.pdetails-moreinfo a {
  display: inline-block;
  margin-bottom: 15px;
}

.pdetails-moreinfo p {
  margin-bottom: 0;
}

.pdetails-affiliatebox {
  margin-top: 28px;
  margin-bottom: 5px;
}

.pdetails-affiliatebox .ho-button,
.pdetails-affiliatebox .ho-button:link {
  margin-right: 10px;
  padding: 9px 20px;
  vertical-align: top;
  margin-bottom: 15px;
}

.pdetails-affiliatebox .hoproduct-actionbox {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-bottom: 15px;
}

.pdetails-images-vertical .pdetails-images::after,
.pdetails-imagesgallery::after {
  content: "";
  clear: both;
  display: table;
}

.pdetails-affiliatebox .hoproduct-actionbox li a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pdetails-imagesgallery {
  margin-left: -15px;
  margin-top: -15px;
}

.pdetails-imagesgallery .pdetails-singleimage {
  margin-left: 15px;
  margin-top: 15px;
  max-width: calc(50% - 15px);
  float: left;
  border: 1px solid #e5e5e5;
}

.pdetails-sliderimages {
  margin-left: -15px;
  margin-right: -15px;
}

.pdetails-sliderimages .slick-slide {
  padding: 0 15px;
}

.pdetails-sliderimages .slider-navigation-arrow {
  visibility: hidden;
  opacity: 0;
}

.pdetails-sliderimages:hover .slider-navigation-arrow {
  visibility: visible;
  opacity: 1;
}

.pdetails-groupproduct {
  margin-top: 25px;
}

.pdetails-groupproduct .table,
.pdetails-groupproduct .table-bordered {
  border-color: #e5e5e5;
  margin-bottom: 0;
}

.pdetails-groupproduct .table td,
.pdetails-groupproduct .table tr,
.pdetails-groupproduct .table-bordered td,
.pdetails-groupproduct .table-bordered tr {
  text-align: center;
  vertical-align: middle;
}

.pdetails-groupproduct .table .product-quantity,
.pdetails-groupproduct .table-bordered .product-quantity {
  min-width: 145px;
}

.pdetails-groupproduct .table .quantity-select,
.pdetails-groupproduct .table-bordered .quantity-select {
  margin-right: 0;
  margin-left: 10px;
}

.pdetails-groupproduct .table .pro-title,
.pdetails-groupproduct .table-bordered .pro-title {
  font-weight: 700;
  color: #454545;
  min-width: 200px;
}

.pdetails-groupproduct .table .pro-price,
.pdetails-groupproduct .table-bordered .pro-price {
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pdetails-content {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pdetails-content {
    margin-top: 30px;
  }

  .pdetails-sliderimages .slider-navigation-arrow {
    visibility: visible;
    opacity: 1;
  }
}

.pdetails-images-vertical .pdetails-largeimages {
  max-width: 428px;
  float: right;
}

.pdetails-images-vertical .pdetails-thumbs {
  float: left;
  max-width: 110px;
  margin-top: -5px;
  margin-left: -5px;
}

.pdetails-images-vertical .pdetails-thumbs .slick-list {
  padding: 0 !important;
}

.pdetails-images-vertical .pdetails-thumbs .slick-slide {
  margin: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pdetails-images-vertical .pdetails-largeimages {
    max-width: 359px;
  }

  .pdetails-images-vertical .pdetails-thumbs {
    max-width: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pdetails-images-vertical .pdetails-largeimages {
    max-width: 577px;
  }
}

@media only screen and (max-width: 767px) {
  .pdetails-images-vertical .pdetails-largeimages {
    max-width: 408px;
  }

  .pdetails-images-vertical .pdetails-thumbs {
    max-width: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .pdetails-images-vertical .pdetails-largeimages {
    max-width: 100%;
  }

  .pdetails-images-vertical .pdetails-thumbs {
    max-width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}

.quantity-select {
  display: inline-block;
  position: relative;
  max-width: 80px;
  vertical-align: middle;
  margin-right: 10px;
  overflow: hidden;
}

.quantity-select input {
  text-align: center;
  padding: 0 33px 0 10px;
  height: 40px;
}

.quantity-select .qtybutton {
  position: absolute;
  height: 20.5px;
  width: 24px;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  right: 0;
  text-align: center;
  z-index: 1;
  font-size: 0;
}

.quantity-select .qtybutton i {
  font-size: 12px;
  line-height: 20px;
}

.quantity-select .qtybutton.inc {
  top: 0;
  bottom: auto;
}

.quantity-select .qtybutton.dec {
  bottom: 0;
  top: auto;
}

.quickmodal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.quickmodal.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.quickmodal .body-overlay {
  background: rgba(22, 21, 21, 0.85);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.quickmodal-inside {
  position: relative;
  background: #fff;
  padding: 30px 15px;
  max-height: 100%;
  overflow-y: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.quickmodal.is-visible .quickmodal-inside {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.quickmodal-close {
  position: absolute;
  left: auto;
  right: 0;
  top: -10px;
  z-index: 1;
  border: none;
  color: #fff;
  font-size: 50px;
  padding: 10px;
}

.shop-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-filters-viewmode button {
  border: none;
  padding: 0;
  font-size: 24px;
  margin-right: 15px;
}

.shop-filters-viewmode button.is-active {
  color: #00a94f;
}

.shop-filters-sortby {
  position: relative;
}

.shop-filters-sortby .select-sortby {
  display: inline-block;
}

.shop-filters-sortby .select-sortby-current {
  height: 35px;
  line-height: 35px;
  border: none;
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
}

.shop-filters-sortby .select-sortby-current::after {
  content: "\f3d0";
  font-family: Ionicons;
  position: absolute;
  right: 0;
  font-size: 15px;
  top: 0;
  height: 100%;
}

.cart-pricing-table,
.cart-table .table thead th,
.compare-table .table tbody th,
.compare-table .table thead th,
.different-address-form-trigger,
.myaccount-tab-trigger li a,
.order-infobox .table tfoot th,
.order-infobox .table thead th {
  font-family: Roboto, sans-serif;
}

.shop-filters-sortby .select-sortby-list {
  min-width: 200px;
}

.shop-filters-viewitemcount {
  font-weight: 700;
}

.shop-page-products .hoproduct .hoproduct-content-description {
  display: none;
  padding-top: 10px;
}

.shop-page-products.list-view-active [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-page-products.list-view-active .hoproduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-page-products.list-view-active .hoproduct .hoproduct-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

.shop-page-products.list-view-active .hoproduct .hoproduct-content {
  padding: 15px 0 55px 15px;
  width: 100%;
}

.shop-page-products.list-view-active
  .hoproduct
  .hoproduct-content
  .hoproduct-content-description {
  display: block;
}

.shop-page-products.list-view-active .hoproduct .hoproduct-actionbox {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  bottom: 10px;
  right: auto;
  left: calc(100% + 15px);
  text-align: left;
  width: auto;
  white-space: nowrap;
}

.shop-page-products.list-view-active .hoproduct .hoproduct-actionbox li a {
  text-align: center;
  height: 40px;
  width: 40px;
}

.shop-page-products.list-view-active .hoproduct .hoproduct-actionbox li a i {
  line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-page-products.list-view-active .hoproduct .hoproduct-actionbox li a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .shop-page-products.list-view-active .hoproduct .hoproduct-actionbox {
    margin-top: 95px;
  }

  .shop-page-products.list-view-active .hoproduct .hoproduct-actionbox li a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 575px) {
  .shop-page-products.list-view-active .hoproduct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-page-products.list-view-active .hoproduct .hoproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .shop-page-products.list-view-active .hoproduct .hoproduct-actionbox {
    width: 100%;
    left: 0;
    margin-top: 15px;
  }

  .shop-page-products.list-view-active .hoproduct .hoproduct-content {
    text-align: left;
    padding: 0;
  }
}

.cart-table .table td,
.cart-table .table th {
  vertical-align: middle;
  text-align: center;
}

.cart-table .table thead th {
  border-width: 1px;
  padding: 15px 10px;
}

.cart-table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.cart-table .table thead th.cart-column-image {
  min-width: 145px;
}

.cart-table .table thead th.cart-column-remove {
  min-width: 130px;
}

.cart-table .table thead th.cart-column-quantity {
  min-width: 145px;
}

.cart-table .table thead th.cart-column-productname {
  min-width: 200px;
}

.cart-table .table thead th.cart-column-price,
.cart-table .table thead th.cart-column-total {
  min-width: 130px;
}

.cart-table .table thead th.cart-column-addtocart {
  min-width: 160px;
}

.cart-table .product-image {
  display: inline-block;
  width: 125px;
  padding: 5px 0;
}

.cart-table .product-title {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: var(#00a94f); /*#7e7e7e*/
}

.cart-table .product-title:hover {
  color: #00a94f;
}

.cart-table .total-price {
  display: inline-block;
  font-weight: 700;
  color: var(#00a94f);
  font-size: 20px;
  margin: 5px 0 10px 0;
}

.cart-table .remove-product {
  color: #7e7e7e;
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.cart-table .remove-product:hover {
  color: #fff;
  background: #00a94f;
  border-color: #00a94f;
}

.cart-table small {
  font-size: 17px;
}

.cart-content-coupon,
.cart-content-left {
  margin-top: 30px;
}

.cart-content-coupon > h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.cart-content-coupon .coupon-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cart-content-coupon .coupon-form button,
.cart-content-coupon .coupon-form input {
  margin-top: 10px;
}

.cart-content-coupon .coupon-form input[type="text"] {
  width: 170px;
  margin-right: 10px;
}

.cart-content-right {
  margin-top: 30px;
  text-align: right;
}

.cart-content-right h2 {
  margin-top: -8px;
  display: inline-block;
  border-bottom: 2px solid #454545;
  margin-bottom: 25px;
}

.cart-pricing-table {
  border: none;
}

.cart-pricing-table td,
.cart-pricing-table th {
  text-align: right;
  border: none;
  padding: 0;
}

.cart-pricing-table td {
  color: #00a94f;
  font-weight: 700;
}

.cart-pricing-table .cart-total {
  font-size: 24px;
}

.cart-pricing-table .cart-total td,
.cart-pricing-table .cart-total th {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .cart-content-right,
  .cart-pricing-table td,
  .cart-pricing-table th {
    text-align: left;
  }
}

.checkout-info {
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #ffe11b;
  width: auto;
  padding: 15px;
  margin-bottom: 30px;
}

.checkout-info i {
  margin-right: 10px;
  vertical-align: middle;
}

.checkout-info a {
  color: #7e7e7e;
}

.checkout-info a:hover {
  color: #00a94f;
}

.checkout-info-collapsebox {
  padding-bottom: 30px;
}

.checkout-info-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}

.checkout-info-coupon button,
.checkout-info-coupon input {
  margin-top: 10px;
}

.checkout-info-coupon input[type="text"] {
  width: 170px;
  margin-right: 10px;
}

.billing-info {
  margin-top: 50px;
}

.order-infobox {
  background: #f7f7f7;
  padding: 30px 40px 45px;
}

.order-infobox .small-title {
  margin-bottom: 20px;
}

.order-infobox .table {
  color: #454545;
  border-bottom: none;
  min-width: 280px;
}

.order-infobox .table td,
.order-infobox .table th {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}

.order-infobox .table tbody td span {
  font-weight: 700;
}

.order-infobox .table thead th {
  border-top: none;
  border-width: 1px;
}

.order-infobox .table tfoot td,
.order-infobox .table tfoot th {
  font-weight: 700;
  border-bottom: none;
}

.order-infobox .table tfoot .total-price th {
  font-size: 20px;
}

.order-infobox .table tfoot .total-price td {
  font-size: 30px;
  color: #00a94f;
}

.different-address {
  margin-top: 40px;
}

.different-address-form-trigger {
  font-size: 18px;
  font-weight: 700;
}

.different-address-form {
  margin-top: 15px;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-infobox {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .different-address-form-trigger {
    font-size: 16px;
  }

  .order-infobox {
    margin-top: 50px;
  }

  .order-infobox .table tfoot .total-price td {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .order-infobox {
    padding: 20px;
  }
}

.compare-table .table td,
.compare-table .table th {
  vertical-align: middle;
  text-align: center;
}

.compare-table .table thead th {
  border-width: 1px;
  padding: 15px 10px;
}

.compare-table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.compare-table .table tbody th {
  min-width: 200px;
}

.compare-table .table tbody td {
  min-width: 250px;
}

.compare-pdoduct-image {
  max-width: 200px;
  display: inline-block;
  padding: 20px 0;
}

.compare-pdoduct-image a {
  display: inline-block;
}

.compare-pdoduct-image .ho-button {
  margin-top: 25px;
}

h5.compare-product-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #555;
}

h5.compare-product-name a {
  color: #555;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

h5.compare-product-name a:hover {
  color: #00a94f;
}

.myaccount-tab-trigger,
.myaccount-tab-trigger li {
  display: block;
}

.myaccount-tab-trigger li + li {
  margin-top: -1px;
}

.myaccount-tab-trigger li a {
  border: 1px solid #444;
  display: block;
  background: #555;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}

.myaccount-tab-trigger li a.active {
  background: #00a94f;
  border-color: #00a94f;
  color: #fff;
}

.myaccount-tab-trigger li a:hover:not(.active) {
  color: #00a94f;
}

.myaccount-tab-content {
  border: 1px solid #e5e5e5;
  padding: 30px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.myaccount-dashboard p {
  margin-bottom: 20px;
}

.myaccount-dashboard p:last-child,
.myaccount-orders .table {
  margin-bottom: 0;
}

.myaccount-dashboard p a {
  color: #7e7e7e;
}

.myaccount-dashboard p a:hover {
  color: #00a94f;
}

.myaccount-orders .table .account-order-id {
  color: #7e7e7e;
}

.myaccount-orders .table .account-order-id:hover {
  color: #00a94f;
}

.myaccount-orders .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.myaccount-orders .table td,
.myaccount-orders .table th {
  vertical-align: middle;
  text-align: center;
}

.myaccount-address .small-title {
  margin-bottom: 15px;
}

.contact-content {
  padding-right: 80px;
}

.contact-content .single-content {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 15px 65px;
  position: relative;
}

.contact-content .single-content:last-child {
  padding-bottom: 0;
}

.contact-content .single-content:first-child {
  border-top: none;
}

.contact-content .single-content a {
  color: #7e7e7e;
}

.contact-content .single-content a:hover {
  color: #00a94f;
}

.contact-content .single-content-icon {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 15px;
  border: 1px solid #aaa;
  width: 50px;
  line-height: 1;
  text-align: center;
  height: 50px;
  border-radius: 100px;
}

.about-content h5,
.blog-details-footer {
  border-bottom: 1px solid #e5e5e5;
}

.contact-content .single-content-icon i {
  line-height: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .contact-content {
    padding-right: 0;
  }
}

.google-map {
  min-height: 452px;
}

.about-image {
  margin-right: 70px;
}

.about-image img {
  width: 100%;
}

.about-content {
  background: #f5f5f5;
  padding: 65px 50px;
  margin-left: -150px;
}

.about-content h2 {
  font-size: 60px;
  color: #666;
  margin: 0 0 10px;
  font-weight: 400;
}

.about-content h2 span {
  font-size: 100px;
  font-weight: 700;
  color: #00a94f;
  line-height: 1;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content {
    padding: 40px 50px;
  }

  .about-content h2 {
    font-size: 50px;
  }

  .about-content h2 span {
    font-size: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .google-map {
    min-height: 380px;
  }

  .about-image {
    margin-right: 0;
  }

  .about-content {
    margin-left: 0;
    padding: 40px 50px;
  }

  .about-content h2 {
    font-size: 50px;
  }

  .about-content h2 span {
    font-size: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .google-map {
    min-height: 320px;
  }

  .about-image {
    margin-right: 0;
  }

  .about-content {
    margin-left: 0;
    padding: 40px 50px;
  }

  .about-content h2 {
    font-size: 45px;
  }

  .about-content h2 span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .about-content {
    padding: 25px 20px;
  }

  .about-content h2 {
    font-size: 38px;
  }

  .about-content h2 span {
    font-size: 50px;
  }
}

.blog-details .blogitem2 {
  margin-top: 0;
}

.blog-details .blogitem2:hover .blogitem2-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-details .blogitem2-content p {
  line-height: 28px;
}

.blog-details-footer {
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-share,
.blog-details-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.blog-details-share h5,
.blog-details-tags h5 {
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 26px;
}

.blog-details-share ul,
.blog-details-tags ul {
  margin-bottom: 0;
  padding-left: 0;
}

.blog-details-share ul li,
.blog-details-tags ul li {
  list-style: none;
  display: inline-block;
}

.blog-details-share ul li a,
.blog-details-tags ul li a {
  display: inline-block;
  color: #7e7e7e;
  line-height: 26px;
}

.blog-details-share ul li a:hover,
.blog-details-tags ul li a:hover {
  color: #00a94f;
}

.blog-details-tags {
  padding-right: 15px;
}

.blog-details-tags ul li::after {
  content: ",";
  padding: 0 5px;
}

.blog-details-tags ul li:last-child::after {
  display: none;
}

.blog-details-share ul li:not(:last-child) {
  margin-right: 10px;
}

.blog-details-share ul li a {
  font-size: 18px;
}

.footer-toparea {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-widget {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .footer-widget {
    margin-top: 10px;
  }
}

.footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer-widget ul li {
  list-style: none;
}

.footer-widget-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .footer-widget-title {
    margin-bottom: 10px;
  }
}

.footer-widget.widget-info {
  letter-spacing: 0.4px;
}

.footer-widget.widget-info ul li {
  color: #454545;
  margin-bottom: 10px;
}

.footer-widget.widget-info ul li i {
  color: #00a94f;
  padding-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.footer-widget.widget-info ul li a {
  color: #00a94f;
}

.footer-widget.widget-info ul li a:hover {
  text-decoration: underline;
}

.footer-widget.widget-links ul li a {
  display: block;
  margin-bottom: 10px;
  color: #7e7e7e;
}

.footer-widget.widget-links ul li a:hover {
  color: #00a94f;
  padding-left: 15px;
}

.footer-widget.widget-customerservice {
  background: #454545;
  text-align: center;
  padding: 35px 20px;
  border-radius: 7px;
}

.footer-widget.widget-customerservice .footer-widget-title {
  color: #fff;
  margin-bottom: 5px;
}

.footer-widget.widget-customerservice .info {
  padding-bottom: 15px;
}

.footer-widget.widget-customerservice .info h2,
.footer-widget.widget-customerservice .info h3,
.footer-widget.widget-customerservice .info h4,
.footer-widget.widget-customerservice .info h5,
.footer-widget.widget-customerservice .info h6 {
  color: #a5a5a5;
  margin-bottom: 5px;
}

.footer-widget.widget-customerservice .info h2 a,
.footer-widget.widget-customerservice .info h3 a,
.footer-widget.widget-customerservice .info h4 a,
.footer-widget.widget-customerservice .info h5 a,
.footer-widget.widget-customerservice .info h6 a {
  color: #ffe11b;
}

.footer-widget.widget-customerservice .payment {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget.widget-customerservice .payment h6 {
  margin-bottom: 15px;
  color: #fff;
}

.footer-copyright {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.footer-copyright .copyright {
  text-align: center;
  margin-bottom: 0;
}

.footer-copyright .copyright a {
  color: #00a94f;
  font-weight: 500;
}

.btn-social {
  width: 100%;
  text-align: center;
}

.btn-google {
  background-color: #df4930 !important;
  border: 1px solid #df4930 !important;
}

.btn-google:hover span,
.btn-google:hover i {
  color: #df4930;
}

.group-add-cart .quantity-select {
  margin-right: 0;
  max-width: 40%;
  height: 30px;
}

.group-add-cart .quantity-select input {
  height: 30px;
}

.group-add-cart .quantity-select .qtybutton {
  height: 15.5px;
}

.group-add-cart .quantity-select .qtybutton i {
  margin: -2px;
}

.container-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.group-add-cart .ho-button:hover {
  background: #00a94f;
}

.group-add-cart .ho-button:hover i {
  color: #fff !important;
}

.toast-top-right {
  top: 120px;
}

@media only screen and (max-width: 575px) {
  .toast-top-right {
    top: auto;
    bottom: 85px;
    right: 12px;
  }
}

body #toast-container > div {
  opacity: 1;
}

.strike-center {
  position: relative;
  white-space: nowrap; /* would center line-through in the middle of the wrapped lines */
}

.strike-center:after {
  border-top: 1px solid red;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  left: 0;
}

@media (max-width: 576px) {
  #btn-buy {
    width: 100%;
    text-align: center;
  }
}

.btn-splash {
  width: 140px;
  color: #000;
  font-size: 16px;
  padding: 2px 0 2px 2px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  text-align: center;
}

.btn-splash-oferta {
  background-color: #fefe00;
}

.btn-splash-patrocinador {
  background-color: #00a94f !important;
  color: #fff !important;
}

.btn-splash-solo {
  background-color: #fefe00;
}

.btn-splash-liquidacion {
  background-color: #ec3237;
}

.btn-splash-web {
  background-color: #77c14e;
}

.btn-green {
  background-color: #00a94f !important;
  color: #fff !important;
}
.btn-green-2 {
  background-color: var(--green-2, --green-base) !important;
  color: #fff !important;
}
.btn-link-green {
  color: #00a94f;
}
.btn-shopping {
  font-size: large;
  color: #00a94f !important;
}

#progressbar {
  margin: 15px auto 0 auto;
  overflow: hidden;
  color: #455a64;
  padding-left: 0px;
  margin-top: 15px;
}

#progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

.progressbar_v2 li {
  width: 25% !important;
}

#progressbar #step1:before {
  content: "1";
  cursor: pointer;
}

#progressbar #step2:before {
  content: "2";
  cursor: pointer;
}

#progressbar #step3:before {
  content: "3";
  cursor: pointer;
}
#progressbar #step4:before {
  content: "4";
}

.progressbar_v2 #step1:before {
  content: url("images/icons/step_cart.png") !important;
  line-height: 1;
  width: 55px;
  height: 55px;
}

.progressbar_v2 #step2:before {
  content: url("images/icons/step_delivery.png") !important;
  cursor: pointer;
  line-height: 1;
  width: 55px;
  height: 55px;
}

.progressbar_v2 #step3:before {
  content: url("images/icons/step_payment.png") !important;
  cursor: pointer;
  line-height: 1;
  width: 55px;
  height: 55px;
}
.progressbar_v2 #step4:before {
  content: url("images/icons/step_order.png") !important;
  line-height: 1;
  width: 55px;
  height: 55px;
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #455a64;
  border-radius: 50%;
  margin: auto;
  color: #fff;
}

.progressbar_v2 li:before {
  background: #b2b1b1 !important;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #455a64;
  position: absolute;
  left: 0;
  top: 21px;
  z-index: -1;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #00a94f;
  margin-top: 5px;
}

.progressbar_v2 li.active:before,
.progressbar_v2 li.active:after {
  background: #5cb85c !important;
}

#progressbar li:before,
#progressbar li:after {
  margin-top: 5px;
}

#progressbar li.current:before,
#progressbar li.current:after {
  background: #178820;
  margin-top: 0px;
}

#progressbar li.current:before {
  width: 50px;
  height: 50px;
}

.progressbar_v2 li.current:before {
  width: 60px !important;
  height: 60px !important;
}

#progressbar li.current:after {
  top: 26px;
}

.hoproduct .hoproduct-pricebox .pricebox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hoproduct .hoproduct-pricebox .pricebox .price {
  line-height: 18px;
  flex-grow: 1;
}

.mobile-ver-mas {
  display: none;
}

@media only screen and (max-width: 575px) {
  .mobile-ver-mas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .mobile-ver-mas a {
    width: 100%;
    text-align: center;
  }

  /*#bstab1{
        display: none;
    }*/
}

.mm-spn a,
.mm-spn span {
  font-size: 16px;
}

.mm-spn.mm-spn--navbar::after {
  opacity: 0.8;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.catmenu-body ul li a span,
.mm-spn--open li span b,
.mm-spn--open li a b {
  float: right;
  background: #00a94f;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

#showLimitContainer .nice-select {
  width: 70px;
}

.branchToggle {
  display: inline-block;
  border: none;
  border-radius: 10px;
  padding: 0px 5px;
  font-size: 13px;
}

.branchToggle::after {
  content: "\f3d0";
  font-family: Ionicons;
  font-weight: 400;
  padding-left: 3px;
}

@media only screen and (max-width: 575px) {
  .branchToggle {
    text-align: center;
  }
}

@media only screen and (max-width: 359px) {
  .branchToggle {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .branchToggle {
    font-size: 11px;
  }
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ececec;
  color: #7e7e7e;
}

.select2-results__option--selectable {
  border-bottom: 1px solid #f3f3f3;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ececec;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  float: left;
  line-height: 41px;
  vertical-align: middle;
}

.select2-container--default .select2-selection--single {
  height: 43px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 43px;
}

.select2-selection__arrow {
  background-color: #ffe11b;
  width: 40px !important;
  margin: 5px;
  height: 32px !important;
  border-radius: 6px;
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 7px;
}

.select2-selection__arrow::before {
  content: "\e86f";
  font-size: 16px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
}

.branchesContainer {
  border: 1px solid #e5e5e5;
  height: 260px;
  overflow: auto;
}

.branchesContainer .dark {
  background-color: #efefef;
}

.branchChooserButton {
  text-align: start;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px;
  line-height: 18px;
  cursor: pointer;
}

.branchChooserButton:hover {
  background-color: #d0d0d0;
}

#cookieMessage {
  margin-bottom: 0;
}

.pdetails-content .pdetails-quantity .pdetails-pricebox {
  display: none;
}

@media only screen and (max-width: 575px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }

  .sticky + .navbar + .container + .page-content {
    padding-top: 133px;
  }

  .sticky + .navbar + .page-content {
    padding-top: 133px;
  }

  .sticky + .navbar + .breadcrumb-area {
    padding-top: 133px;
  }

  #btnOpenFilter {
    width: 95px !important;
    text-align: center;
    position: fixed;
    bottom: 5px;
    z-index: 2;
    left: 50%;
    margin: 0 -48px;
    width: 95px;
    border-radius: 20px;
    padding: 3px;
    justify-content: center;
  }

  .pdetails-content .pdetails-quantity .add-to-cart {
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }

  .pdetails-content .pdetails-pricebox {
    display: none;
  }

  .pdetails-content .pdetails-quantity .pdetails-pricebox {
    display: inline-block;
    vertical-align: middle;
  }
}

.ho-navigation .catmenu {
  color: #00a94f;
  border: 1px solid #00a94f;
  border-radius: 7px;
}

.ho-navigation .catmenu:hover {
  background-color: #00a94f;
  color: #fff;
}

.ho-navigation .hodropdown span {
  float: right;
  background: #00a94f;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

.ho-navigation .hodropdown a {
  padding: 7px 20px !important;
  font-size: 15px;
  color: #454545 !important;
}

.ho-navigation .hodropdown a:hover {
  color: #00a94f !important;
}

/**
*   Checkboxes list
*/
.frb-group {
  margin: 15px 0;
}

.frb ~ .frb {
  margin-top: 15px;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
  display: none;
}

.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
  font-family: FontAwesome;
  content: "\f096";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 15px;
  font-size: 22px;
  border: none;
  color: #000;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
  content: "\f046";
  color: #fff;
}

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
  box-shadow: 0px 0px 3px #333;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
  color: #fafafa;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
  background-color: #f2f2f2;
}

.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
  color: #333;
}

.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
  background-color: #337ab7;
}

.frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
  background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked ~ label,
.frb.frb-info input[type="checkbox"]:checked ~ label {
  background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked ~ label,
.frb.frb-warning input[type="checkbox"]:checked ~ label {
  background-color: #f2af00;
}

.frb.frb-danger input[type="radio"]:checked ~ label,
.frb.frb-danger input[type="checkbox"]:checked ~ label {
  background-color: #d9534f;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
  display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
  font-weight: normal;
  font-style: italic;
  color: #999;
  margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
  color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default
  input[type="checkbox"]:empty:checked
  ~ label
  span.frb-description {
  color: #999;
}

.promoModal {
  padding-left: 26em;
  padding-right: 26em;
}

.promo-img {
  max-height: 400px;
}

.br-1 {
  border-radius: 1em;
}

.br-06 {
  border-radius: 0.6rem;
}

.br-08 {
  border-radius: 0.8rem;
}

.btn-link-agro:hover {
  color: #00a94f;
}

.fs-1 {
  font-size: 1rem;
}

.fs-2 {
  font-size: 1.25rem;
}
.fs-4 {
  font-size: 4rem;
}

.cluster {
  height: 17.5rem;
}
.cluster-height {
  height: 11.5rem;
}
.cluster-height-sm {
  height: 4rem;
}
.cluster-subcategory-height {
  height: 3.5rem;
}
.cluster-img {
  border-radius: 1rem;
  top: 0;
  z-index: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.cluster-title {
  color: #fff;
  font-size: 1.3rem;
}
.cluster-subcategory-title {
  color: #000;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cluster-bg {
  top: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, #00000087, #00000052);
}
.cluster-subcategory-bg {
  border: solid 1px #00a94f;
}
.cluster-subcategory-bg:hover,
.cluster-subcategory-bg.active {
  background-color: #00a94f;
}
.cluster-subcategory-bg:hover .cluster-subcategory-title,
.cluster-subcategory-bg.active .cluster-subcategory-title {
  color: #fff;
}
.cluster-categories-movil {
  height: 24rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.br-1 {
  border-radius: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x {
  overflow-x: auto;
}
.overflow-y {
  overflow-y: auto;
}
.text-inline {
  white-space: nowrap;
}
.filter {
  background: #00a94f47;
  color: #00a94f;
}
.modal-dialog-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}
.modal-dialog-bottom .modal-content {
  max-height: 50vh;
  overflow: auto;
}
.color-change-2x {
  -webkit-animation: color-change-2x 2s linear infinite alternate both;
  animation: color-change-2x 2s linear infinite alternate both;
}
.shadow-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55);
}
.shadow-active {
  box-shadow: 0px 15px 30px 0px #00a94fcc !important;
}
@-webkit-keyframes color-change-2x {
  0% {
    background: #7c7c7c87;
  }
  100% {
    background: #4242428c;
  }
}
@keyframes color-change-2x {
  0% {
    background: #7c7c7c87;
  }
  100% {
    background: #4242428c;
  }
}

.slider-arrows {
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 1;
  font-size: 2.25rem;
  cursor: pointer;
}
.slider-arrows.sright {
  right: -20px;
}
.slider-arrows.sleft {
  left: -20px;
}
.heading-category {
  font-size: 1.65rem;
}
.text-untransform {
  text-transform: none !important;
}

.icon-header {
  font-size: var(--icons-header-size);
}

.pv-icon {
  font-size: 25px;
  color: #00a94f;
}

.pointer {
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .trending-products-area .container,
  .page-content .container {
    margin: 0px;
    padding: 5px;
    max-width: 100%;
  }
  .hoproduct {
    padding: 5px;
    margin: 5px;
  }

  .hoproduct-title {
    font-size: 12px;
    line-height: 17px;
    height: 45px;
  }

  .hoproduct-brand {
    font-size: 12px;
  }

  .price {
    font-size: 14px !important;
  }

  .price-before {
    font-size: 12px !important;
  }

  #floating_button_sirena.right {
    right: 0 !important;
    left: 0;
    margin: 0 auto;
  }
}

.pricebox-label {
  font-weight: bold;
  background-color: #41c941;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
}

.floating-wa {
  position: fixed;
  bottom: 1rem;
  right: 30px;
  z-index: 999;
  background-color: #28a745;
  border-radius: 3rem;
  width: 50px;
  height: 50px;
}

.floating-close {
  color: #fff;
  float: right;
  font-size: 27px;
  cursor: pointer;
  padding: 5px;
}

.floating-close:focus,
.floating-close:hover {
  color: #ffe11b !important;
}

.floating-phone-lbl {
  margin: 0;
  color: #fff;
  font-size: 11px;
}

.floating-logo-text {
  color: #fff;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 19px;
}

#floating-spinner-wa {
  padding: 5rem;
}

.floating-agent-lbl {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.floating-box-msg {
  color: #ffffff !important;
  border-radius: 9px;
  padding: 3px 10px;
  font-size: 12px;
}

.floating-success {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 19px;
  color: #fff;
}
.frb-group-payment {
  display: inline-block;
  vertical-align: top;
}

.frb-group-payment .frb {
  width: 250px;
}

.frb-group-payment label {
  height: 115px;
  padding: 0 0 0 60px !important;
}

.frb-group-payment .frb-title,
.frb-group-payment .frb-description {
  margin: 0px !important;
  width: 100%;
  /*text-align: center;*/
}

.frb-group-payment .frb-title {
  font-size: 20px !important;
  margin-top: 5px !important;
}
.floating-icon {
  width: 50px;
}
.bac-form {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.bac-form::before {
  position: absolute !important;
  top: 0.25rem !important;
  left: -1.5rem !important;
  display: block;
  width: 1rem !important;
  height: 1rem !important;
  pointer-events: none;
  content: "" !important;
  -webkit-user-select: none !important;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  margin-top: unset !important;
  border: unset !important;
}
.custom-radio .custom-control-input:checked ~ .bac-form::before {
  background-color: #00a94f;
}
.payment-icon {
  max-width: 150px;
  width: 100%;
}
.hodropdown li a,
.dropdown-item {
  white-space: break-spaces;
}
.wr-5 {
  width: 5rem;
}
.uploaderContent {
  top: 0;
  left: 0;
  z-index: 1000;
  background: #0000006e;
}
.uploaderContent .contentSpinner {
  height: 100vh;
  width: 100%;
}
.uploaderContent .contentSpinner .spinner {
  width: 100%;
  max-width: 150px;
}
.dynamic-upselling {
  background: #ffe11b;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.dynamic-upselling p {
  font-size: 1.1rem;
  color: #000;
}
.banner-product {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.btn-delivery-continue-buy {
  display: none;
}
#dynamicWindow .close {
  color: #fff !important;
}
.btn-solicitar {
  width: 100%;
  height: 30px;
  padding: 0px !important;
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
.trending-products-slider-2 .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.trending-products-slider-2 .slick-list .slick-track .slick-slide {
  float: unset !important;
  height: unset !important;
  min-height: unset !important;
}

.trending-products-slider-2 .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.cnt-map {
  height: 400px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#map-canvas,
#map-canvas2 {
  height: 100%;
}
#show-address {
  width: 100%;
}
.show-delivery {
  display: none;
}
.freightProvider-img {
  max-height: 65px;
}
.icon-agro-google {
  background-image: url("img/icons/google.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.8rem 1.5rem;
  background-position: center;
  height: 22px;
}
.btn-agro-blue-outline,
.btn-agro-blue-outline:link {
  display: inline-block;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #0b88ee;
  background: #fff;
  padding: 9px 20px 11px;
  border-radius: 7px;
}

.btn-agro-blue-outline i,
.btn-agro-blue-outline:link i {
  font-size: 21px;
  margin-top: 5px;
  color: #fff;
}
.btn-agro-blue-outline:hover {
  background: #ea4335;
  color: #fff;
  border-color: #fff;
}
.btn-agro-blue-outline:hover .icon-agro-google {
  background-color: #fff;
}
.btn-agro-blue-outline span {
  color: #0b88ee;
  display: inline-block;
}
.btn-agro-blue-outline:hover span {
  color: #fff;
}
.invalid-input {
  border-color: #dc3545 !important;
  background: #f8d7da;
}
.colono-success {
  background-color: var(--green-base, "#01a950");
}
.cl-block {
  font-weight: bold;
  margin-right: 10px;
}
a.rgl-link {
  color: var(--green-base, #00a94f);
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.btn-link-sucess-agro,
.btn-link-sucess-agro:visited {
  color: var(--green);
}
.smcx-embed {
  max-width: unset !important;
  height: 120rem !important;
}
.smcx-embed > .smcx-iframe-container {
  max-width: unset !important;
  height: 120rem !important;
}
.disabled-element {
  width: 100%;
  height: 100%;
  background: #0000004d;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}

.survey-box {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1;
  border-radius: 17px;
  border-color: #efefef;
  width: 25px;
  height: 110px;
  z-index: 1000000;
  background-color: var(--green-base, #00a94f);
}

.survey-box .emojis img {
  width: 60px;
  margin: 10px;
  border: 1px solid #efefef;
  padding: 2px;
  cursor: pointer;
  border-radius: 30px;
}

.survey-box .emojis img:hover {
  background-color: #e5e5e5;
}

.survey-box-title {
  font-size: 13px;
  margin-bottom: 5px;
  text-align: center;
}

.survey-box-title-sec {
  font-size: 13px;
  margin-bottom: 10px;
}

.survey-box-step2,
.survey-box-step3,
.survey-box-step4,
.survey-box-step5 {
  display: none;
}

.survey-box-btn {
  height: 30px;
  margin: 0px auto;
  margin-top: 10px;
}

.survey-box .form-check-label {
  font-size: 12px;
}

.survey-close-img {
  width: 40px;
  position: absolute;
  top: -15px;
  left: -15px;
  cursor: pointer;
}

.survey-open-img {
  width: 24px;
  cursor: pointer;
  padding: 2px;
  height: 205px;
}

.survey-box-btn {
  width: 90px;
}

.survey-box-label {
  transform: rotate(-90deg);
  top: 55px;
  position: absolute;
  left: -13px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.survey-box .card-body {
  padding: 1rem;
}

.survey-box-step5 {
  margin: 25px;
}

.survey-box-step5 p {
  font-size: 16px;
}

.survey-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(3, 3, 3, 0.5);
  z-index: 100000;
  display: none;
}
.agro-disabled-element {
  z-index: 1;
  opacity: 0.5;
  background: #000 !important;
}
.index-2 {
  z-index: 2;
}
.opinion-arrow {
  right: 2rem;
  bottom: 100px;
  width: 150px;
  height: 11rem;
}
.hover-modal {
  z-index: 1051;
}

/*.opinion-animation{
    right: -9rem;
    bottom: 7rem;
    width: 9rem;
    animation-name: opinion, opinion-hide;
    animation-duration: 3s;
    animation-delay: 5s, 50s;
    animation-fill-mode: forwards;
}*/
.opinion-animation {
  right: -9rem;
  bottom: 16rem;
  width: 9rem;
  animation-name: opinion, opinion-hide, opinion-show;
  animation-duration: 3s;
  animation-delay: 10s, 50s, 55s;
  animation-fill-mode: forwards;
  /*animation-direction: alternate, normal;
    animation-iteration-count: 2;*/
}
#img-opinion {
  animation-name: change-img;
  animation-duration: 3s;
  animation-delay: 53s;
  animation-fill-mode: forwards;
}
.h-7r {
  height: 7rem;
}
.h-11r {
  height: 11rem;
}
.rounded-soft {
  border-radius: 1rem;
}
/*ANIMATIONS*/
@keyframes opinion {
  0% {
    right: -9rem;
  }
  100% {
    right: 2rem;
  }
}
@keyframes opinion-hide {
  0% {
    right: 2rem;
  }
  100% {
    right: -11rem;
  }
}
@keyframes opinion-show {
  0% {
    right: -11rem;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 13rem;
    right: -8.5rem;
    bottom: 9rem;
  }
}
@keyframes opinion-mobile {
  0% {
    right: -6.5rem;
    width: 13rem;
  }
  100% {
    right: -8.5rem;
    width: 13rem;
  }
}
@keyframes change-img {
  0% {
    content: url(images/opinion.gif);
  }
  100% {
    content: url(images/opinion-static.gif);
  }
}
.qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.qty label {
  flex: 1 0 100%;
}

.qty input {
  width: 4rem;
  height: 2rem;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid var(--green-base, #00a94f);
}

.qty button {
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 1.2rem;
  background: var(--green-base, #00a94f);
  padding: 0 11px;
  line-height: 30px;
}

.qty button.qtyminus {
  margin-right: 0.3rem;
}

.qty button.qtyplus {
  margin-left: 0.3rem;
}

.cnt-loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.1);
  z-index: 10000000;
}

.loading-spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, var(--green-base, #00a94f));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-zp9dbg 1s infinite linear;
}

@keyframes spinner-zp9dbg {
  to {
    transform: rotate(1turn);
  }
}
/*.card-delivery{
    min-height: 10rem;
    height: auto;
    display: flex;
    align-items: stretch;
}*/
.delivery_v2 .frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
  display: none;
}

.delivery_v2 .frb-group .frb label,
.delivery_v2 .frb-group-payment .frb label {
  padding-left: 0px !important;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
  margin: 5px 0px;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
  margin: 5px 0px;
}

.delivery_v2 .frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
  background-color: var(--green-base, #00a94f);
}

.delivery_v2
  #show-delivery
  .frb.frb-success
  input[type="radio"]:checked
  ~ label {
  background-color: #5cb85c;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-home {
  background-image: url("images/icons/delivery_home_2.png");
  height: 87px;
  width: 87px;
  background-size: cover;
  display: inline-block;
  margin: 10px 0 0 0 !important;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-store {
  background-image: url("images/icons/delivery_store_2.png");
  height: 87px;
  width: 87px;
  background-size: cover;
  display: inline-block;
}

.delivery_v2 .frb input[type="radio"]:empty:checked ~ label div.frb-image-home {
  background-image: url("images/icons/delivery_home.png");
}

.delivery_v2
  .frb
  input[type="radio"]:empty:checked
  ~ label
  div.frb-image-store {
  background-image: url("images/icons/delivery_store.png");
}

@media only screen and (max-width: 575px) {
  .delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-home,
  .delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-store {
    height: 50px;
    width: 50px !important;
    margin: 10px 0 0 0 !important;
  }

  .btn-delivery-buy .container button {
    width: 100% !important;
  }
}

.delivery_v2 .frb-group {
  /*margin: 5px;*/
  width: 344px;
}
.frb-success
  input[type="radio"]:checked
  + label
  .frb-description
  .btn-link-sucess-agro {
  color: var(--white, "fff");
  font-weight: bold;
}
.grecaptcha-badge {
  visibility: hidden;
}
.text-wrap {
  white-space: normal;
}
.text-agro {
  color: var(--green-base);
}
.cnt-print {
  display: none;
}
.qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.qty label {
  flex: 1 0 100%;
}

.qty input {
  width: 4rem;
  height: 2rem;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid var(--green-base, #00a94f);
}

.qty button {
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 1.2rem;
  background: var(--green-base, #00a94f);
  padding: 0 11px;
  line-height: 30px;
}

.qty button.qtyminus {
  margin-right: 0.3rem;
}

.qty button.qtyplus {
  margin-left: 0.3rem;
}

.cnt-loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.1);
  z-index: 10000000;
}

.loading-spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, var(--green-base, #00a94f));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-zp9dbg 1s infinite linear;
}

@keyframes spinner-zp9dbg {
  to {
    transform: rotate(1turn);
  }
}
/*.card-delivery{
    min-height: 10rem;
    height: auto;
    display: flex;
    align-items: stretch;
}*/
.delivery_v2 .frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
  display: none;
}

.delivery_v2 .frb-group .frb label,
.delivery_v2 .frb-group-payment .frb label {
  padding-left: 0px !important;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
  margin: 5px 0px;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
  margin: 5px 0px;
}

.delivery_v2 .frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
  background-color: var(--green-base, #00a94f);
}

.delivery_v2
  #show-delivery
  .frb.frb-success
  input[type="radio"]:checked
  ~ label {
  background-color: #5cb85c;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-home {
  background-image: url("images/icons/delivery_home_2.png");
  height: 87px;
  width: 87px;
  background-size: cover;
  display: inline-block;
  margin: 10px 0 0 0 !important;
}

.delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-store {
  background-image: url("images/icons/delivery_store_2.png");
  height: 87px;
  width: 87px;
  background-size: cover;
  display: inline-block;
}

.delivery_v2 .frb input[type="radio"]:empty:checked ~ label div.frb-image-home {
  background-image: url("images/icons/delivery_home.png");
}

.delivery_v2
  .frb
  input[type="radio"]:empty:checked
  ~ label
  div.frb-image-store {
  background-image: url("images/icons/delivery_store.png");
}

@media only screen and (max-width: 575px) {
  .delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-home,
  .delivery_v2 .frb input[type="radio"]:empty ~ label div.frb-image-store {
    height: 50px;
    width: 50px !important;
    margin: 10px 0 0 0 !important;
  }

  .btn-delivery-buy .container button {
    width: 100% !important;
  }
}

.delivery_v2 .frb-group {
  /*margin: 5px;*/
  width: 344px;
}
.frb-success
  input[type="radio"]:checked
  + label
  .frb-description
  .btn-link-sucess-agro {
  color: var(--white, "fff");
  font-weight: bold;
}
.z-index-1 {
  z-index: 1;
}
.resume-text {
  font-weight: 500;
  color: var(--black, #000);
  font-size: 0.85rem;
}
.resume-subtitle {
  font-weight: 700;
  font-size: 14px;
}
.resume-container-image {
  border: 3px solid #dee2e6;
  position: relative;
  border-radius: 1rem;
}
.resume-container-image + small {
  font-size: 10px;
  font-weight: 500;
  color: var(--black, #000);
}
.resume-floating-quantity {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 1rem;
  border: 2px solid #dee2e6 !important;
  width: 20px;
  height: 20px;
  background: white;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--black);
}
.resume-totals {
  margin-bottom: 4rem;
  text-align: center;
}
.resume-totals p {
  color: var(--black);
  font-size: 1.5rem;
  margin: 1rem 0;
  white-space: nowrap;
}
.container-btn-process-payment {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  z-index: 1040;
  padding: 22px 9.7rem;
}
.container-btn-process-payment .btn-process-payment {
  text-transform: initial;
}
.w-fit {
  width: fit-content;
}
/*COUPONS*/
.cart-content-coupon,
.cart-content-left {
  margin-top: 10px;
  float: right;
}

.cart-content-coupon > h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.cart-content-coupon > p {
  margin: 0;
}

.cart-content-coupon .coupon-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0px;
}

.cart-content-coupon .coupon-form button,
.cart-content-coupon .coupon-form input {
  margin-top: 10px;
}

.cart-content-coupon .coupon-form input[type="text"] {
  width: 170px;
  margin-right: 10px;
}
/*MEDIA QUERYS*/
@media print {
  .sticky + .navbar + .breadcrumb-area {
    padding-top: 0px;
  }

  #btn-print,
  .footer,
  .newsletter-area,
  .header-searchbox,
  #progressbar,
  .header-bottom .container,
  .cart-content-right .ho-button,
  .cart-content-right p,
  #cookieMessage,
  .ho-breadcrumb,
  .cart-table .ho-button,
  #cookieMessage,
  .header-account,
  .header-top,
  .header,
  #survey-container,
  .floating-wa,
  .grecaptcha-badge {
    display: none !important;
  }

  .cnt-print {
    display: block;
  }

  .btn-splash {
    border-radius: 5;
    border: 1px solid #454545;
  }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .icon-agro-google {
    padding: 0.8rem 1rem;
  }
  .banner-product {
    height: auto;
    overflow: auto;
  }
  .promoModal {
    padding-left: 1em;
    padding-right: 1em;
  }
  .cluster-height {
    height: 7.5rem;
  }
  .hoproduct-title {
    max-height: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }
  .hoproduct-image {
    min-height: 130px;
  }
  .hoproduct-content {
    padding-top: 0;
  }
  .container-product {
    width: 100%;
  }
  /*.cluster-img{
        margin: unset;
        text-align: unset;
        width: auto !important;
        height: 100%;
    }*/
  .hoproduct .hoproduct-pricebox .pricebox {
    flex-direction: column;
  }
  .hoproduct .hoproduct-pricebox .pricebox .price {
    margin: 0.25rem !important;
  }
  .smcx-embed {
    height: 133rem !important;
  }
  .smcx-embed > .smcx-iframe-container {
    height: 130rem !important;
  }
  #methodPaymentContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .opinion-animation {
    width: 13rem;
    bottom: 10rem;
    right: -6.5rem;
    animation-name: opinion-mobile;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .opinion-arrow {
    bottom: 3rem;
    height: 10rem;
    width: 6rem;
  }
  #img-opinion {
    animation-name: change-img;
    animation-fill-mode: forwards;
    animation-duration: 0s;
    animation-delay: 0s;
  }
  .h-7r {
    height: 5rem;
  }
  .container-btn-process-payment {
    padding-left: 0px;
    padding-right: 0px;
  }
  .resume-totals p {
    white-space: unset;
    display: grid;
  }
}

/* Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) {
  .resume-totals p {
    margin: 0.5rem 0;
  }
  .resume-subtitle {
    font-size: 20px;
  }
  .resume-text {
    font-size: 1rem;
  }
  .resume-product-title {
    font-size: 1.75rem;
  }
  .resume-container-image {
    border: none;
  }
  .resume-container-image picture img,
  .resume-container-image img {
    border: 3px solid #dee2e6;
    border-radius: 1rem;
  }
  .resume-container-image + small {
    font-size: 20px;
  }
  .resume-floating-quantity {
    top: 0px;
    right: 0px;
  }
  .mb-sm-6 {
    margin-bottom: 6rem;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .promoModal {
    padding-left: 10em;
    padding-right: 10em;
  }
  .cluster-height {
    height: 6.5rem;
  }
  .hoproduct .hoproduct-pricebox .pricebox {
    flex-direction: column;
  }
  .hoproduct .hoproduct-pricebox .pricebox .price {
    margin: 0.25rem !important;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-agro-google {
    padding: 0.8rem 1.9rem;
  }
  .promoModal {
    padding-left: 12em;
    padding-right: 12em;
  }
  .cluster-height {
    height: 7.5rem;
  }
  .resume-totals p {
    font-size: 1.2em;
    display: grid;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cluster-height {
    height: 8.5rem;
  }
  .resume-totals p {
    font-size: 1.3em;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
.form-payment-amount h2 {
  font-weight: 300;
}

.form-payment-amount span {
  font-size: 40px;
  color: #000;
}

.form-payment-card {
  background-color: #f2f2f2;
  height: 205px;
  border-radius: 20px;
  position: relative;
}

.form-payment-card .chip {
  width: 45px;
  position: absolute;
  top: 68px;
  left: 20px;
}

.form-payment-card .brand {
  width: 70px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.form-payment-cart-number {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-size: 20px;
}

.form-payment-cart-date {
  position: absolute;
  bottom: 19px;
  right: 25px;
  line-height: 16px;
  text-align: center;
}

.imgApp {
  border: 3px solid var(--white);
  /* #ffc107 */
  border-radius: 15px;
}

.content-responsive {
  border: none;
}
.imag-responsive {
  border: 2px solid white;
  border-radius: 15px;
}
.img-cotizacion {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media (max-width: 767px) {
  .imag-responsive {
    max-width: 70%;
    border: 2px solid white;
    border-radius: 15px;
  }
  .content-responsive {
    margin-top: -20px;
  }
}

.cont-cupones {
  margin-left: 12%;
}

@media (max-width: 670px) {
  .cont-cupones {
    margin-left: 0;
  }
  .imgCAPP {
    margin-left: 14%;
  }
}

.list-products .fa {
  font-size: 22px;
}
.list-products .price-before {
  display: block;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  background: #00a94f !important;
  border-color: #00a94f;
  color: #fff;
}

.close {
  cursor: pointer;
}

.swal2-styled {
  padding: 0em 1.1em !important;
}

.swal2-styled.swal2-confirm {
  background-color: #00a94f !important;
}

.swal2-styled.swal2-deny {
  background-color: #605e5e !important;
}

.visibility-select-list {
  width: 190px;
}

.list-products a:visited {
  color: #00a94f;
  text-decoration: none;
}

.list-products a:active,
.list-products a:hover {
  color: #ea9629;
  text-decoration: none;
}

.wr-5 {
  width: 5rem;
}
.modalAddList-new {
  border-top: 1px solid #d7d7d7;
}

#modalAddList .form-check {
  padding-left: 0;
}

.modalAddList-new input {
  height: 40px;
}
.modalAddList-new input[type="submit"] {
  height: 40px;
  width: 120px;
  margin-left: 10px;
}

.list-products a:visited {
  color: #fff;
}

.title-clinic {
  font-size: 36px;
  color: #555;
  font-weight: bold;
  margin-top: -15px;
}
#clinics img {
  margin-top: -87px;
  height: 143px;
}
#clinics p {
  margin-top: -11px;
}
/* .row-clinic{
    margin-top: 6rem;
} */

#clinics a {
  margin-bottom: -52px;
  background-color: var(--green-base);
  color: #fff;
  border-radius: 10px;
  margin-left: 7px;
}

#clinics .card {
  border-radius: 25px;
  box-shadow: 5px 5px 15px #c0b3b3;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
/* .row-clinic-title{
    margin-bottom: 5px;
} */

#clinics .card:hover {
  background: gainsboro;
  border-radius: 25px;
  border: none;
  box-shadow: 5px 5px 10px var(--green-base);
}
#clinics a:hover {
  background-color: #fff;
  color: var(--green-base);
  border: 2px solid var(--green-base);
  border-radius: 10px;
}
.col-clinic {
  margin-left: 80px;
}

.card-clinic {
  margin-top: 100px;
}

@media (max-width: 575px) {
  .card-clinic {
    margin-top: 100px;
  }
  .row-clinic {
    margin-top: 0;
  }
  .row-clinic-title {
    margin-top: 0;
  }
  .col-clinic {
    margin-left: 0;
  }
}

.hidden-desk {
  display: none !important;
}

@media (max-width: 767px) {
  /* Cambiar las filas por columnas en dispositivos móviles */
  #myTable thead {
    display: none;
  }

  #myTable tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }

  #myTable tbody td {
    display: block;
    text-align: right;
  }

  #myTable tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
  }
  .hidden-mobile {
    display: none !important;
  }
  .hidden-desk {
    display: table-cell !important;
  }
}

.telegram-float-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(42, 171, 238, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  text-decoration: none;
}

.telegram-float-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(42, 171, 238, 0.6);
  text-decoration: none;
}

.telegram-float-button:active {
  transform: scale(0.95);
}

.telegram-float-button {
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.telegram-float-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: rgba(42, 171, 238, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .telegram-float-button {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .telegram-float-button svg {
    width: 24px;
    height: 24px;
  }
}
