@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@import url('https://fonts.googleapis.com/css?family=Arvo|Merriweather');
body {
  font-family: Merriweather;
  color: #17252a;
}
a, input {
  box-shadow: none;
  outline: none;
}
/* cart color */
.shopping-cart-box {
  background: #17252a;
  color: #ffffff;
}
.shopping-cart-box:after {
  border-bottom: 8px solid #17252a;
}
.shopping-cart-box .close-shopping-cart-box {
  color: #ffffff;
}
/* multilevel dropdown menu */
.nav-menu .dropdown-item.active, .nav-menu .dropdown-item:active {
  color: #17252a;
  background-color: #3aafa9;
}
@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf');
}
.blocknumber {
  display: block;
  position: relative;
  margin: 15px 0;
  font-size: 110%;
  line-height: 1.8rem;
  min-height: 50px;
  padding: 10px 0 0 65px;
}
.bignumber {
  padding: 10px;
  display: block;
  top: 0px;
  left: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  height: 1.8rem;
  text-align: center;
  width: 1.8rem;
  position: absolute;
}
/* assign list-check class to ul to have checkmark with each li */
.list-check li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  content: "";
  margin-right: 10px;
  color: #50c787;
}
/* li having times class, display cross */
.list-check li.times::before {
  content: "";
  color: #ff0000;
}
.list-lg li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.lead {
  font-size: 120%;
  font-weight: 200;
  line-height: 30px;
}
/*! display a floating icon with button  */
@media only screen and (max-width: 37.5em) {
  .btn-theme-icon {
    text-align: center;
  }
}
.btn-theme-icon a {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  padding-top: 5px !important;
}
.btn-theme-icon a:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  padding-left: 0.4rem;
  padding-top: 5px;
}
.btn-theme-icon a:hover:after {
  transition: all 0.3s;
  padding-left: 0.6rem;
}
.btn-theme-icon-link:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all 0.3s;
  margin-left: -1.3rem;
  padding-left: 0.5rem;
}
.btn-theme-icon-link:hover:after {
  transition: all 0.3s;
  opacity: 1;
  margin-left: 0;
}
/*! Dynamic Jarallax Overlay */
.jarallax-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background-color: white;
}
/*! Image Radius within a DIV */
.block-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.block-img img {
  border-radius: 0.25rem;
  display: block;
  width: 100%;
}
/*! Video Play Button */
.btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.btn-play .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
/*! Full-screen */
.fullscreen-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* Set Background Image on a Div */
.gc-bg-image {
  background-image: url('../../../assets/images/backgrounds/bg_02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/*! Background Overlay */
.bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
/*! Background Overlay */
.gc-overlay::after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
/* Add overlay before to have the effect only on the images not content */
.gc-boverlay {
  position: relative;
}
.gc-boverlay::before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.gc-boverlay .gc-boverlay-text {
  /* text overlay fix, assign this class to the div and p tags or use position-relative */
  z-index: 10;
  position: relative;
}
/* Default opacities */
.gc-bopacity-6::before {
  background: rgba(0, 0, 0, 0.6);
}
.gc-bopacity-8::before {
  background: rgba(0, 0, 0, 0.8);
}
/* Icon Circle */
.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 25px;
  overflow: hidden;
}
.ft-circle {
  text-align: center;
  width: 76px;
  height: 76px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
}
.ft-circle i {
  font-size: 40px;
  line-height: 78px;
  color: #fff;
}
h3.h5 {
  line-height: 1.8rem;
}
/* display text between two lines */
.heading-with-lines {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto 0.2em auto;
  color: #E4CB62 !important;
}
.heading-with-lines:before, .heading-with-lines:after {
  background-color: #E4CB62;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 12%;
}
.heading-with-lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.heading-with-lines:after {
  left: 0.5em;
  margin-right: -50%;
}
/* display play button on video image */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.video-thumbnail:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 50px;
  color: #c4302b;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #444;
}
.video-thumbnail:hover:before {
  color: #eee;
}
/*---------------------------------------------*/
/* TYPEAHEAD SEARCH BAR
/*---------------------------------------------*/
.tt-suggestion {
  background-color: #17252a;
  color: #feffff;
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #17252a;
  background-color: #3aafa9;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #17252a;
  color: #feffff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #3aafa9;
  color: #17252a;
}
/*---------------------------------------------*/
/* VERTICAL SCROLLBAR
/*---------------------------------------------*/
.vertical-scrollbar {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #3aafa9 #f1f1f1;
  scrollbar-width: thin;
}
.vertical-scrollbar::-webkit-scrollbar {
  width: 5px;
  border-radius: 100%;
}
.vertical-scrollbar::-webkit-scrollbar-track {
  background: #eee;
}
.vertical-scrollbar::-webkit-scrollbar-thumb, .vertical-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #2d8984;
  border-radius: 20px;
}
/*---------------------------------------------*/
/* ROUNDED ICONS LIST
/*---------------------------------------------*/
.rounded-icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 0;
  overflow: hidden;
  clear: both;
}
.rounded-icons-list li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.rounded-icons-list li a {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #eaeff5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #ffffff;
  color: #fdd935;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}
.gc-rounded-icons {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.gc-rounded-icons i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 7px;
}
.gc-rounded-icons-primary {
  color: #17252a;
}
.gc-rounded-icons-primary i {
  background: #17252a;
  color: #feffff;
}
.gc-rounded-icons-secondary {
  color: #3aafa9;
}
.gc-rounded-icons-secondary i {
  background: #3aafa9;
  color: #17252a;
}
.gc-rounded-icons-tertiary {
  color: #2b7a78;
}
.gc-rounded-icons-tertiary i {
  background: #2b7a78;
  color: #feffff;
}
/*---------------------------------------------*/
/* SLICK SLIDER CUSTOM ARROWS
/*---------------------------------------------*/
.gc-slick-arrows .slick-initialized.slick-slider {
  position: relative;
}
.gc-slick-arrows .slick-prev::before, .gc-slick-arrows .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gc-slick-arrows:hover .slick-arrow {
  display: block !important;
  transition: all 0.5s ease-out;
}
.gc-slick-arrows .slick-arrow {
  z-index: 13;
  background: #fff;
  max-height: 105px;
  min-height: 105px;
  width: 41px;
  border-radius: 3px;
  display: none !important;
  transition: all 0.5s ease-out;
}
.gc-slick-arrows .slick-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  box-shadow: 8px 6px 16px #3c3737;
  transition: all 5s ease-out;
}
.gc-slick-arrows .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  box-shadow: -7px 0px 11px 3px #3c3737;
}
.gc-slick-images .slick-prev, .gc-slick-images .slick-prev:hover, .gc-slick-images .slick-prev:focus, .gc-slick-images .slick-prev:active {
  left: 0px;
  z-index: 2;
  background: url('../../../assets/images/prev-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-slick-images .slick-next, .gc-slick-images .slick-next:hover, .gc-slick-images .slick-next:focus, .gc-slick-images .slick-next:active {
  right: 0px;
  z-index: 2;
  background: url('../../../assets/images/next-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-slick-images .slick-prev:before, .gc-slick-images .slick-next:before {
  display: none;
}
.gc-slick-inside .slick-prev {
  left: 0px;
  z-index: 1;
}
.gc-slick-inside .slick-next {
  right: 0px;
  z-index: 1;
}
/* Slick Arrows Together */
.gc-slick-join .slick-next {
  right: 18px;
}
.gc-slick-join .slick-prev {
  left: 93%;
}
.gc-slick-join .slick-arrow {
  position: absolute;
  top: -30px;
}
.gc-slick-join .slick-prev:before, .gc-slick-join .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 600;
  padding: 5px 12px 5px 12px;
  background: #17252a;
  color: #feffff;
}
.gc-slick-join .slick-prev:before {
  content: "";
}
.gc-slick-join .slick-next:before {
  content: "";
}
/*---------------------------------------------*/
/* Social Links
/*---------------------------------------------*/
ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0.62rem 0.62rem 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
  background-color: #bb0000;
}
.social-network a.icoPinterest:hover {
  background-color: #C92228;
}
.social-network a.icoInstagram:hover {
  background-color: #f94877;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoInstagram:hover i {
  color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  background-color: #D3D3D3;
}
.social-circle li i {
  margin: 0;
  line-height: 2.5rem;
  text-align: center;
}
.social-circle i {
  color: #3aafa9;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/*---------------------------------------------*/
/* VERTICAL CENTER 
/*---------------------------------------------*/
.vertical-center {
  height: 100%;
  width: 100%;
  text-align: center;
  /* align the inline(-block) elements horizontally */
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
}
.vertical-center:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.vertical-center > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/*---------------------------------------------*/
/* LIST/GRID VIEW 
/*---------------------------------------------*/
.gc-list-row {
  margin: 5px 5px 0.62rem 5px;
}
.gc-price__mrp {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.gc-grid-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gc-grid-view .gc-grid-col-3, .gc-grid-view .gc-grid-col-4, .gc-grid-view .gc-grid-col-6 {
  position: relative;
  width: 100%;
  /*padding-right: 15px;
		padding-left: 15px;*/
}
.gc-list-view .gc-list-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gc-list-view .gc-list-row .gc-list-col-4, .gc-list-view .gc-list-row .gc-list-col-5, .gc-list-view .gc-list-row .gc-list-col-6, .gc-list-view .gc-list-row .gc-list-col-7, .gc-list-view .gc-list-row .gc-list-col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.gc-list-view .gc-list-row .gc-list-col-4 .img-crop-center {
  height: 100%;
  max-height: 280px;
}
@media (min-width: 768px) {
  .gc-grid-view .gc-grid-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gc-grid-view .gc-grid-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gc-grid-view .gc-grid-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gc-list-view .gc-list-row .gc-list-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gc-list-view .gc-list-row .gc-list-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gc-list-view .gc-list-row .gc-list-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .gc-list-view .gc-list-row .gc-list-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .gc-list-view .gc-list-row .gc-list-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (max-width: 768px) {
  .gc-list-view .gc-list-row .gc-list-col-8 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* Avatar Images */
.gc-avatar {
  position: relative;
  width: 10vw;
  height: 10vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
.gc-avatar img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
/* products images flip */
.gc-images-flip {
  position: relative;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  display: block;
}
.gc-images-flip img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.gc-images-flip img.gc-view__img--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
/* BACKGROUNDS */
.bg-theme-primary {
  background-color: #17252a;
  color: #feffff;
}
.bg-theme-primary a {
  color: #feffff;
}
.bg-theme-primary a:hover {
  background-color: #0f191d;
  color: #feffff;
}
.bg-theme-primary .heading-theme, .bg-theme-primary .heading-theme > a {
  color: #feffff;
}
.bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary > a {
  color: #feffff;
}
.bg-theme-secondary {
  background-color: #3aafa9;
  color: #17252a;
}
.bg-theme-secondary a {
  color: #17252a;
}
.bg-theme-secondary a:hover {
  background-color: #2b7a78;
  color: #feffff;
}
.bg-theme-secondary .heading-theme, .bg-theme-secondary .heading-theme > a {
  color: #17252a;
}
.bg-theme-secondary .heading-secondary, .bg-theme-secondary .heading-secondary > a {
  color: #17252a;
}
.bg-theme-tertiary {
  background-color: #2b7a78;
  color: #feffff !important;
}
.bg-theme-tertiary a {
  color: #feffff;
}
.bg-theme-tertiary a:hover {
  color: #feffff;
}
.bg-theme-tertiary .heading-theme, .bg-theme-tertiary .heading-theme > a {
  color: #feffff;
}
.bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary > a {
  color: #feffff;
}
.bg-theme-quaternary {
  background-color: #17252a;
  color: #ffffff !important;
}
.bg-theme-quaternary a {
  color: #ffffff;
}
.bg-theme-quaternary a:hover {
  color: #feffff;
}
.bg-theme-quaternary .heading-theme, .bg-theme-quaternary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quaternary .heading-secondary, .bg-theme-quaternary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-quinary {
  background-color: #17252a;
  color: #ffffff !important;
}
.bg-theme-quinary a {
  color: #ffffff;
}
.bg-theme-quinary a:hover {
  color: #ffffff;
}
.bg-theme-quinary .heading-theme, .bg-theme-quinary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary > a {
  color: #ffffff;
}
/* COLORS */
.text-theme-primary {
  color: #17252a;
}
.text-theme-primary .btn-sort {
  color: #17252a;
}
.text-theme-secondary {
  color: #3aafa9;
}
.text-theme-secondary .btn-sort {
  color: #3aafa9;
}
.text-theme-tertiary {
  color: #2b7a78;
}
.text-theme-tertiary .btn-sort {
  color: #2b7a78;
}
.text-theme-quaternary {
  color: #17252a;
}
.text-theme-quaternary .btn-sort {
  color: #17252a;
}
.text-theme-quinary {
  color: #17252a;
}
.text-theme-quinary .btn-sort {
  color: #17252a;
}
/* CONTENT LINKS */
a {
  color: #17252a;
}
a:hover, a:focus {
  color: #17252a;
}
/* BUTTONS/BADGES */
.btn-theme-primary, .badge-theme-primary {
  color: #feffff !important;
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-primary .fa, .badge-theme-primary .fa {
  color: #feffff;
}
.btn-theme-primary .fa:hover, .badge-theme-primary .fa:hover {
  color: #feffff;
}
.btn-theme-primary:focus, .btn-theme-primary.focus, .badge-theme-primary:focus, .badge-theme-primary.focus {
  color: #feffff;
  background-color: #050809;
  border-color: #131f23;
}
.btn-theme-primary:hover, .badge-theme-primary:hover {
  color: #feffff !important;
  background-color: #0f191d !important;
  border-color: black !important;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  color: #feffff;
  background-color: #050809;
  border-color: #131f23;
}
.btn-theme-primary:active:hover, .btn-theme-primary:active:focus, .btn-theme-primary:active.focus, .btn-theme-primary.active:hover, .btn-theme-primary.active:focus, .btn-theme-primary.active.focus, .open > .btn-theme-primary.dropdown-toggle:hover, .open > .btn-theme-primary.dropdown-toggle:focus, .open > .btn-theme-primary.dropdown-toggle.focus, .badge-theme-primary:active:hover, .badge-theme-primary:active:focus, .badge-theme-primary:active.focus, .badge-theme-primary.active:hover, .badge-theme-primary.active:focus, .badge-theme-primary.active.focus, .open > .badge-theme-primary.dropdown-toggle:hover, .open > .badge-theme-primary.dropdown-toggle:focus, .open > .badge-theme-primary.dropdown-toggle.focus {
  color: #feffff;
  background-color: #0f191d;
  border-color: #0c1316;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  background-image: none;
}
.btn-theme-primary.disabled:hover, .btn-theme-primary.disabled:focus, .btn-theme-primary.disabled.focus, .btn-theme-primary[disabled]:hover, .btn-theme-primary[disabled]:focus, .btn-theme-primary[disabled].focus, fieldset[disabled] .btn-theme-primary:hover, fieldset[disabled] .btn-theme-primary:focus, fieldset[disabled] .btn-theme-primary.focus, .badge-theme-primary.disabled:hover, .badge-theme-primary.disabled:focus, .badge-theme-primary.disabled.focus, .badge-theme-primary[disabled]:hover, .badge-theme-primary[disabled]:focus, .badge-theme-primary[disabled].focus, fieldset[disabled] .badge-theme-primary:hover, fieldset[disabled] .badge-theme-primary:focus, fieldset[disabled] .badge-theme-primary.focus {
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-primary .badge, .badge-theme-primary .badge {
  color: #17252a;
  background-color: #feffff;
}
.btn-theme-primary a, .badge-theme-primary a {
  color: #feffff;
}
.btn-theme-primary a:hover, .btn-theme-primary a:focus, .badge-theme-primary a:hover, .badge-theme-primary a:focus {
  color: #feffff !important;
}
.btn-theme-secondary, .badge-theme-secondary {
  color: #17252a !important;
  background-color: #3aafa9;
  border-color: #37a7a2;
}
.btn-theme-secondary .fa, .badge-theme-secondary .fa {
  color: #17252a;
}
.btn-theme-secondary .fa:hover, .badge-theme-secondary .fa:hover {
  color: #feffff;
}
.btn-theme-secondary:focus, .btn-theme-secondary.focus, .badge-theme-secondary:focus, .badge-theme-secondary.focus {
  color: #17252a;
  background-color: #2d8984;
  border-color: #37a7a2;
}
.btn-theme-secondary:hover, .badge-theme-secondary:hover {
  color: #feffff !important;
  background-color: #2b7a78 !important;
  border-color: #1b4d4b !important;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  color: #17252a;
  background-color: #2d8984;
  border-color: #37a7a2;
}
.btn-theme-secondary:active:hover, .btn-theme-secondary:active:focus, .btn-theme-secondary:active.focus, .btn-theme-secondary.active:hover, .btn-theme-secondary.active:focus, .btn-theme-secondary.active.focus, .open > .btn-theme-secondary.dropdown-toggle:hover, .open > .btn-theme-secondary.dropdown-toggle:focus, .open > .btn-theme-secondary.dropdown-toggle.focus, .badge-theme-secondary:active:hover, .badge-theme-secondary:active:focus, .badge-theme-secondary:active.focus, .badge-theme-secondary.active:hover, .badge-theme-secondary.active:focus, .badge-theme-secondary.active.focus, .open > .badge-theme-secondary.dropdown-toggle:hover, .open > .badge-theme-secondary.dropdown-toggle:focus, .open > .badge-theme-secondary.dropdown-toggle.focus {
  color: #feffff;
  background-color: #2b7a78;
  border-color: #287271;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  background-image: none;
}
.btn-theme-secondary.disabled:hover, .btn-theme-secondary.disabled:focus, .btn-theme-secondary.disabled.focus, .btn-theme-secondary[disabled]:hover, .btn-theme-secondary[disabled]:focus, .btn-theme-secondary[disabled].focus, fieldset[disabled] .btn-theme-secondary:hover, fieldset[disabled] .btn-theme-secondary:focus, fieldset[disabled] .btn-theme-secondary.focus, .badge-theme-secondary.disabled:hover, .badge-theme-secondary.disabled:focus, .badge-theme-secondary.disabled.focus, .badge-theme-secondary[disabled]:hover, .badge-theme-secondary[disabled]:focus, .badge-theme-secondary[disabled].focus, fieldset[disabled] .badge-theme-secondary:hover, fieldset[disabled] .badge-theme-secondary:focus, fieldset[disabled] .badge-theme-secondary.focus {
  background-color: #3aafa9;
  border-color: #37a7a2;
}
.btn-theme-secondary .badge, .badge-theme-secondary .badge {
  color: #3aafa9;
  background-color: #17252a;
}
.btn-theme-secondary a, .badge-theme-secondary a {
  color: #17252a;
}
.btn-theme-secondary a:hover, .btn-theme-secondary a:focus, .badge-theme-secondary a:hover, .badge-theme-secondary a:focus {
  color: #feffff;
}
.btn-theme-tertiary, .badge-theme-tertiary {
  color: #feffff !important;
  background-color: #2b7a78;
  border-color: #287271;
}
.btn-theme-tertiary .fa, .badge-theme-tertiary .fa {
  color: #feffff;
}
.btn-theme-tertiary .fa:hover, .badge-theme-tertiary .fa:hover {
  color: #feffff;
}
.btn-theme-tertiary:focus, .btn-theme-tertiary.focus, .badge-theme-tertiary:focus, .badge-theme-tertiary.focus {
  color: #feffff;
  background-color: #1e5453;
  border-color: #287271;
}
.btn-theme-tertiary:hover, .badge-theme-tertiary:hover {
  color: #feffff !important;
  background-color: #2b7a78 !important;
  border-color: #1b4d4b !important;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  color: #feffff;
  background-color: #1e5453;
  border-color: #287271;
}
.btn-theme-tertiary:active:hover, .btn-theme-tertiary:active:focus, .btn-theme-tertiary:active.focus, .btn-theme-tertiary.active:hover, .btn-theme-tertiary.active:focus, .btn-theme-tertiary.active.focus, .open > .btn-theme-tertiary.dropdown-toggle:hover, .open > .btn-theme-tertiary.dropdown-toggle:focus, .open > .btn-theme-tertiary.dropdown-toggle.focus, .badge-theme-tertiary:active:hover, .badge-theme-tertiary:active:focus, .badge-theme-tertiary:active.focus, .badge-theme-tertiary.active:hover, .badge-theme-tertiary.active:focus, .badge-theme-tertiary.active.focus, .open > .badge-theme-tertiary.dropdown-toggle:hover, .open > .badge-theme-tertiary.dropdown-toggle:focus, .open > .badge-theme-tertiary.dropdown-toggle.focus {
  color: #feffff;
  background-color: #2b7a78;
  border-color: #287271;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  background-image: none;
}
.btn-theme-tertiary.disabled:hover, .btn-theme-tertiary.disabled:focus, .btn-theme-tertiary.disabled.focus, .btn-theme-tertiary[disabled]:hover, .btn-theme-tertiary[disabled]:focus, .btn-theme-tertiary[disabled].focus, fieldset[disabled] .btn-theme-tertiary:hover, fieldset[disabled] .btn-theme-tertiary:focus, fieldset[disabled] .btn-theme-tertiary.focus, .badge-theme-tertiary.disabled:hover, .badge-theme-tertiary.disabled:focus, .badge-theme-tertiary.disabled.focus, .badge-theme-tertiary[disabled]:hover, .badge-theme-tertiary[disabled]:focus, .badge-theme-tertiary[disabled].focus, fieldset[disabled] .badge-theme-tertiary:hover, fieldset[disabled] .badge-theme-tertiary:focus, fieldset[disabled] .badge-theme-tertiary.focus {
  background-color: #2b7a78;
  border-color: #287271;
}
.btn-theme-tertiary .badge, .badge-theme-tertiary .badge {
  color: #2b7a78;
  background-color: #feffff;
}
.btn-theme-tertiary a, .badge-theme-tertiary a {
  color: #feffff;
}
.btn-theme-tertiary a:hover, .btn-theme-tertiary a:focus, .badge-theme-tertiary a:hover, .badge-theme-tertiary a:focus {
  color: #feffff;
}
.btn-theme-quaternary, .badge-theme-quaternary {
  color: #ffffff !important;
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-quaternary .fa, .badge-theme-quaternary .fa {
  color: #ffffff;
}
.btn-theme-quaternary .fa:hover, .badge-theme-quaternary .fa:hover {
  color: #feffff;
}
.btn-theme-quaternary:focus, .btn-theme-quaternary.focus, .badge-theme-quaternary:focus, .badge-theme-quaternary.focus {
  color: #ffffff;
  background-color: #050809;
  border-color: #131f23;
}
.btn-theme-quaternary:hover, .badge-theme-quaternary:hover {
  color: #feffff !important;
  background-color: #17252a !important;
  border-color: #010202 !important;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  color: #ffffff;
  background-color: #050809;
  border-color: #131f23;
}
.btn-theme-quaternary:active:hover, .btn-theme-quaternary:active:focus, .btn-theme-quaternary:active.focus, .btn-theme-quaternary.active:hover, .btn-theme-quaternary.active:focus, .btn-theme-quaternary.active.focus, .open > .btn-theme-quaternary.dropdown-toggle:hover, .open > .btn-theme-quaternary.dropdown-toggle:focus, .open > .btn-theme-quaternary.dropdown-toggle.focus, .badge-theme-quaternary:active:hover, .badge-theme-quaternary:active:focus, .badge-theme-quaternary:active.focus, .badge-theme-quaternary.active:hover, .badge-theme-quaternary.active:focus, .badge-theme-quaternary.active.focus, .open > .badge-theme-quaternary.dropdown-toggle:hover, .open > .badge-theme-quaternary.dropdown-toggle:focus, .open > .badge-theme-quaternary.dropdown-toggle.focus {
  color: #feffff;
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quaternary.disabled:hover, .btn-theme-quaternary.disabled:focus, .btn-theme-quaternary.disabled.focus, .btn-theme-quaternary[disabled]:hover, .btn-theme-quaternary[disabled]:focus, .btn-theme-quaternary[disabled].focus, fieldset[disabled] .btn-theme-quaternary:hover, fieldset[disabled] .btn-theme-quaternary:focus, fieldset[disabled] .btn-theme-quaternary.focus, .badge-theme-quaternary.disabled:hover, .badge-theme-quaternary.disabled:focus, .badge-theme-quaternary.disabled.focus, .badge-theme-quaternary[disabled]:hover, .badge-theme-quaternary[disabled]:focus, .badge-theme-quaternary[disabled].focus, fieldset[disabled] .badge-theme-quaternary:hover, fieldset[disabled] .badge-theme-quaternary:focus, fieldset[disabled] .badge-theme-quaternary.focus {
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-quaternary .badge, .badge-theme-quaternary .badge {
  color: #17252a;
  background-color: #ffffff;
}
.btn-theme-quaternary a, .badge-theme-quaternary a {
  color: #ffffff;
}
.btn-theme-quaternary a:hover, .btn-theme-quaternary a:focus, .badge-theme-quaternary a:hover, .badge-theme-quaternary a:focus {
  color: #feffff;
}
.btn-theme-quinary, .badge-theme-quinary {
  color: #ffffff !important;
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-quinary .fa, .badge-theme-quinary .fa {
  color: #ffffff;
}
.btn-theme-quinary .fa:hover, .badge-theme-quinary .fa:hover {
  color: #ffffff;
}
.btn-theme-quinary:focus, .btn-theme-quinary.focus, .badge-theme-quinary:focus, .badge-theme-quinary.focus {
  color: #ffffff;
  background-color: #050809;
  border-color: #131f23;
}
.btn-theme-quinary:hover, .badge-theme-quinary:hover {
  color: #ffffff !important;
  background-color: #17252a !important;
  border-color: #010202 !important;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  color: #ffffff;
  background-color: #050809;
  border-color: #131f23;
}
.btn-theme-quinary:active:hover, .btn-theme-quinary:active:focus, .btn-theme-quinary:active.focus, .btn-theme-quinary.active:hover, .btn-theme-quinary.active:focus, .btn-theme-quinary.active.focus, .open > .btn-theme-quinary.dropdown-toggle:hover, .open > .btn-theme-quinary.dropdown-toggle:focus, .open > .btn-theme-quinary.dropdown-toggle.focus, .badge-theme-quinary:active:hover, .badge-theme-quinary:active:focus, .badge-theme-quinary:active.focus, .badge-theme-quinary.active:hover, .badge-theme-quinary.active:focus, .badge-theme-quinary.active.focus, .open > .badge-theme-quinary.dropdown-toggle:hover, .open > .badge-theme-quinary.dropdown-toggle:focus, .open > .badge-theme-quinary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quinary.disabled:hover, .btn-theme-quinary.disabled:focus, .btn-theme-quinary.disabled.focus, .btn-theme-quinary[disabled]:hover, .btn-theme-quinary[disabled]:focus, .btn-theme-quinary[disabled].focus, fieldset[disabled] .btn-theme-quinary:hover, fieldset[disabled] .btn-theme-quinary:focus, fieldset[disabled] .btn-theme-quinary.focus, .badge-theme-quinary.disabled:hover, .badge-theme-quinary.disabled:focus, .badge-theme-quinary.disabled.focus, .badge-theme-quinary[disabled]:hover, .badge-theme-quinary[disabled]:focus, .badge-theme-quinary[disabled].focus, fieldset[disabled] .badge-theme-quinary:hover, fieldset[disabled] .badge-theme-quinary:focus, fieldset[disabled] .badge-theme-quinary.focus {
  background-color: #17252a;
  border-color: #131f23;
}
.btn-theme-quinary .badge, .badge-theme-quinary .badge {
  color: #17252a;
  background-color: #ffffff;
}
.btn-theme-quinary a, .badge-theme-quinary a {
  color: #ffffff;
}
.btn-theme-quinary a:hover, .btn-theme-quinary a:focus, .badge-theme-quinary a:hover, .badge-theme-quinary a:focus {
  color: #ffffff;
}
.btn-theme-primary-outline {
  color: #17252a;
  border-color: #17252a;
}
.btn-theme-primary-outline:hover, .btn-theme-primary-outline:focus {
  color: #feffff;
  background-color: #17252a;
  border-color: #17252a;
}
.btn-theme-secondary-outline {
  color: #3aafa9;
  border-color: #3aafa9;
}
.btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
  color: #17252a !important;
  background-color: #3aafa9;
  border-color: #3aafa9;
}
.btn-theme-tertiary-outline {
  color: #2b7a78;
  border-color: #2b7a78;
}
.btn-theme-tertiary-outline:hover, .btn-theme-tertiary-outline:focus {
  color: #feffff;
  background-color: #2b7a78;
  border-color: #2b7a78;
}
.btn-theme-quaternary-outline {
  color: #17252a;
  border-color: #17252a;
}
.btn-theme-quaternary-outline:hover, .btn-theme-quaternary-outline:focus {
  color: #ffffff;
  background-color: #17252a;
  border-color: #17252a;
}
.btn-theme-quinary-outline {
  color: #17252a;
  border-color: #17252a;
}
.btn-theme-quinary-outline:hover, .btn-theme-quinary-outline:focus {
  color: #ffffff;
  background-color: #17252a;
  border-color: #17252a;
}
.btn-theme-primary:not(:disabled):not(.disabled).active, .btn-theme-primary:not(:disabled):not(.disabled):active, .show > .btn-theme-primary.dropdown-toggle {
  color: #feffff;
  background-color: #0f191d;
  border-color: black;
}
.btn-theme-secondary:not(:disabled):not(.disabled).active, .btn-theme-secondary:not(:disabled):not(.disabled):active, .show > .btn-theme-secondary.dropdown-toggle {
  color: #feffff;
  background-color: #2b7a78;
  border-color: #1e5453;
}
/* frontend forms extra margin */
.form-row.card-body {
  margin: 0px;
}
/* ALERT MESSAGES */
.alert-success, .alert-error, .alert-info, .alert-danger, .alert-warning {
  padding: 0.5rem;
  border-radius: 30px;
}
.alert-info {
  background-color: #4d7c8d;
  border-color: #4d7c8d;
  color: #feffff;
}
.alert p {
  margin-bottom: 0px;
}
.heading-theme-primary, .heading-theme-primary > a {
  font-size: 1.2rem !important;
  font-weight: 500;
  text-transform: capitalize;
}
.heading-theme-secondary {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 0.45rem 1rem;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-bottom: 0.1rem solid transparent;
  background-color: transparent;
  transition: all 0.35s ease;
}
.heading-sub {
  font-weight: 300;
}
.heading-block {
  border: 1px solid #ddd;
  color: #363f4d;
  margin-bottom: 20px;
  padding: 15px 25px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.heading-theme-primary, .heading-theme-primary > a {
  color: #17252a;
}
.heading-theme-secondary, .heading-theme-secondary > a {
  color: #17252a;
}
.list-theme, .list-flip {
  font-size: 0.875rem;
  font-weight: 400;
}
.list-theme .fa, .list-flip .fa {
  margin-right: 10px;
  font-size: 0.875rem;
}
.list-theme > li > a, .list-flip > li > a {
  border-radius: 0px;
}
.btn {
  border-radius: 0px;
}
.btn-theme, .btn-flip {
  border-radius: 0px;
}
/* PAGINATION */
.pagination .page-item.active {
  background-color: #3aafa9;
  border-color: #3aafa9;
  color: #17252a;
}
.pagination .page-item.active a, .pagination .page-item.active a:focus, .pagination .page-item.active a:hover, .pagination .page-item.active span, .pagination .page-item.active span:focus, .pagination .page-item.active span:hover {
  background-color: #3aafa9;
  border-color: #3aafa9;
  color: #17252a;
}
.pagination li a, .pagination li span, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  background-color: #2b7a78;
  border-color: #2b7a78;
  color: #feffff;
}
#shopping-cart-results .cart-list-item {
  background-color: #3aafa9;
  color: #17252a;
}
#shopping-cart-results .cart-list-item a {
  color: #17252a !important;
}
#shopping-cart-results .cart-saving {
  color: #feffff;
}
::selection {
  background-color: #17252a;
  color: #feffff;
}
section {
  padding-top: 2%;
  padding-bottom: 2%;
}
a:hover {
  text-decoration: none;
}
.btn-theme-lg {
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.list-check li::before {
  color: #3aafa9;
}
.bg-theme {
  background-color: #eee;
}
.alert-error {
  padding: 5px;
  margin-bottom: 10px;
}
.text-price {
  color: #17252a;
}
.alert-info {
  background-color: #2b7a78;
  border-color: #246765;
  color: #feffff;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/* Hide the navbar on page load */
.slicknav_menu {
  display: none;
}
.ebizheader {
  /* Twitter Typeahead */
}
.ebizheader_categories-select {
  width: 35%;
  border-radius: 0px;
}
.ebizheader h3 {
  margin-bottom: 0px;
}
.ebizheader button {
  outline: 0px auto -webkit-focus-ring-color;
}
.ebizheader .twitter-typeahead {
  width: inherit;
}
.ebizheader .tt-menu {
  background-color: #3aafa9;
  color: #17252a;
  text-align: left;
  line-height: 2rem;
}
.ebizheader .tt-suggestion {
  background-color: #3aafa9;
  color: #17252a;
}
.ebizheader .tt-suggestion:hover {
  background-color: #17252a;
  color: #feffff;
}
.ebizheader .submenu {
  list-style: none;
  padding: 0px;
}
.ebizheader .submenu li {
  margin-right: 0px;
  width: 200px;
}
.ebizheader .shopping-cart-box {
  width: 450px;
  right: 0px !important;
  background-color: #17252a;
  color: #ffffff;
}
.ebizheader .shopping-cart-box:after {
  border-bottom: 8px solid #17252a;
  right: 5px !important;
}
.ebizheader .shopping-cart-box a {
  color: #17252a;
  padding: 0px;
}
.ebizheader .slicknav_menutxt {
  display: none;
}
.ebizheader_expand {
  padding: 0;
}
.ebizheader_topbar {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
}
.ebizheader_searchbarinput {
  height: 48px;
  background: transparent;
  color: #666;
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px 0 20px;
  width: 328px;
}
.ebizheader_logo {
  float: left;
  margin-top: 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ebizheader_logo img {
  width: 100%;
}
.ebizheader_nav li > ul {
  display: none;
  width: 100%;
}
.ebizheader_nav li:hover > ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  z-index: 9999;
}
.ebizheader_nav li ul li a {
  padding: 11px;
}
.ebizheader_nav li ul li ul, .ebizheader_nav li ul li ul ul, .ebizheader_nav li ul li ul ul ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: max-content;
}
.ebizheader_nav li a i {
  margin-left: 6px;
  font-size: 10px;
}
.ebizheader_nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  top: 100%;
  list-style: none;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px #3333334d;
  -moz-box-shadow: 0px 3px 5px #3333334d;
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  left: 0;
  margin: 0;
}
.ebizheader_nav li .dropdown .dropdown {
  top: 21%;
}
.ebizheader_nav li .dropdown li {
  float: none;
  margin: 0;
}
.ebizheader_nav li .dropdown li a {
  padding: 8px 15px;
  color: #666;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
}
.ebizheader_nav li .dropdown li a:before {
  display: none;
}
.ebizheader_nav li .dropdown li a:hover {
  border-color: transparent;
}
.ebizheader_nav li .dropdown li:last-child a {
  border-bottom: 0px;
}
.ebizheader_nav li .dropdown li:hover a {
  color: #17252a;
  background: #3aafa9;
}
.ebizheader_nav li .dropdown li i {
  margin-top: 8px;
  font-size: 10px;
  z-index: 5;
}
.ebizheader_nav li:hover .dropdown {
  opacity: 1;
  list-style: none;
  visibility: visible;
  transform: translateY(0px);
}
.ebizheader_search-top {
  display: none;
}
.ebizheader_search-top a {
  font-size: 17px;
}
.ebizheader_search-top a:hover {
  color: #3aafa9;
}
.ebizheader_search-form {
  position: absolute;
  left: -157px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 46px;
  background: #ffffff;
  padding: 7px;
  transform: scaleY(0);
  box-shadow: 0px 4px 7px #000000;
  padding: 0;
  border-radius: 0;
}
.ebizheader_search-form input {
  width: 220px;
  height: 45px;
  line-height: 45px;
  padding: 0 60px 0 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  background: #fff;
  color: #333;
  border-radius: 0;
}
.ebizheader_search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-left: 1px solid #eee;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ebizheader_search-form button:hover {
  color: #17252a;
  background: #3aafa9;
  border-color: transparent;
}
.ebizheader_search-menu.active .ebizheader_search-form {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.ebizheader_header-inner {
  width: 100%;
  z-index: 999;
}
.ebizheader_collapse {
  display: block !important;
}
.ebizheader_topbar {
  border: none;
  padding: 12px 0px;
  background-color: #fff;
  border: none;
}
.ebizheader_topbar p {
  color: #ccc;
  color: #333;
}
.ebizheader_nav-inner {
  margin-right: 188px;
  margin: 0;
  float: left;
}
.ebizheader_logo {
  float: left;
  margin-top: 35px;
  float: left;
  margin: 12px 0 0;
}
.ebizheader_list-main {
  padding-left: 0px;
}
.ebizheader_list-main li {
  display: inline-block;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  border-right: 1px solid #f0f0f0;
  padding: 0px 5px;
}
.ebizheader_list-main li i {
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  color: #3aafa9;
  position: relative;
  top: 3px;
}
.ebizheader_list-main li:last-child {
  padding-right: 0;
  border: none;
}
.ebizheader_list-main li a {
  color: #333;
}
.ebizheader_list-main li a:hover {
  color: #3aafa9;
}
.ebizheader_right-content {
  float: right;
}
.ebizheader_nav li {
  margin-right: 5px;
  position: relative;
  float: none;
}
.ebizheader_nav li:last-child {
  margin: 0 !important;
  margin-right: 0;
}
.ebizheader_nav li .new {
  background: #3aafa9;
  color: #17252a;
  padding: 0px 9px;
  text-transform: uppercase;
  font-size: 9px;
  position: absolute;
  left: 21px;
  top: 2px;
  font-weight: 500;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: block;
}
.ebizheader_nav li .new::before {
  position: absolute;
  content: "";
  left: 4px;
  bottom: -8px;
  border: 4px solid #3aafa9;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.ebizheader_nav li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  padding: 21px 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ebizheader_nav li:hover a {
  color: #17252a;
  background: #3aafa9;
}
.ebizheader_nav li .dropdown li:hover a {
  background: #3aafa9;
}
.ebizheader_nav li .dropdown li a {
  color: #333;
  padding: 8px 15px;
  font-weight: 400;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
}
.ebizheader_nav li .dropdown li a:hover {
  color: #fff;
}
.ebizheader_nav li .dropdown li .dropdown.sub-dropdown li a:hover {
  background: #3aafa9;
}
.ebizheader_nav li.active a {
  color: #17252a;
  background: #3aafa9;
}
.ebizheader_nav .dropdown li {
  margin: 0;
}
.ebizheader_searchbartop {
  margin-top: 10px;
}
.ebizheader_btnn {
  height: 50px;
  line-height: 53px;
  width: 62px;
  text-align: center;
  font-size: 18px;
  color: #feffff;
  background: #17252a;
  position: absolute;
  right: -2px;
  top: -1px;
  border: none;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ebizheader_btnn:hover {
  color: #17252a;
  background: #3aafa9;
}
.ebizheader_search-bar {
  margin-top: 33px;
  background: #fff;
  width: 100%;
  height: 50px;
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.ebizheader_search-bar_searchnavform {
  display: inline-block;
}
.ebizheader .nice-select {
  clear: initial;
  margin: 0;
  height: 48px;
  border: none;
  text-align: center;
  background: transparent;
  text-transform: capitalize;
  padding: 0 10px 0 20px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  border-right: 1px solid #eee;
}
.ebizheader .nice-select::after {
  border-color: #666;
  right: 20px;
  display: none;
}
.ebizheader .nice-select .list {
  border-radius: 0px;
  overflow-y: auto;
  height: 200px;
  z-index: 10;
  scrollbar-color: #3aafa9 #eee;
  scrollbar-width: thin;
}
.ebizheader .nice-select .list::-webkit-scrollbar {
  width: 5px;
}
.ebizheader .nice-select .list::-webkit-scrollbar-track {
  background: #eee;
}
.ebizheader .nice-select .list::-webkit-scrollbar-thumb {
  background: #3aafa9;
}
.ebizheader .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #68cdc8;
}
.ebizheader .nice-select .list li.focus {
  font-weight: 400;
}
.ebizheader .nice-select .list li {
  color: #666;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
}
.ebizheader .nice-select .list li:hover {
  background: #3aafa9;
  color: #17252a;
}
.ebizheader_search-top {
  opacity: 1;
  visibility: visible;
  top: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  top: 0;
}
.ebizheader_middle-inner {
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #eee;
}
.ebizheader_header-inner {
  background: #17252a;
}
.ebizheader_all-category {
  position: relative;
  background: #3aafa9;
  color: #17252a;
}
.ebizheader_all-category h3 {
  padding: 21px 25px;
}
.ebizheader_cat-heading {
  font-size: 20px;
  color: #fff;
}
.ebizheader_cat-heading i {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}
.ebizheader_categories-nav {
  position: absolute;
  max-height: 508px;
  left: 0;
  top: 64px;
  background: #fff;
  z-index: 3;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px #0000000a;
  -moz-box-shadow: 0px 5px 15px #0000000a;
  box-shadow: 0px 5px 15px #0000000a;
}
.ebizheader_categories-nav li {
  display: block;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}
.ebizheader_categories-nav li:last-child {
  border: none;
}
.ebizheader_categories-nav li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 13px 25px 13px 0px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.ebizheader_categories-nav li a i {
  display: inline-block;
}
.ebizheader_categories-nav li a:hover {
  color: #3aafa9;
}
.ebizheader_right-bar {
  display: inline-block;
  padding: 0;
  margin: 0;
  top: 7px;
  position: relative;
}
.ebizheader_right-bar a {
  padding: 12px 10px;
}
.ebizheader.sticky .ebizheader_all-category h3 {
  cursor: pointer;
}
.ebizheader.sticky .ebizheader_all-category .ebizheader_categories-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ebizheader.sticky .ebizheader_all-category:hover .ebizheader_categories-nav {
  opacity: 1;
  visibility: visible;
}
.ebizheader.sticky .ebizheader_header-inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  animation: fadeInDown 1s both 0.2s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.ebizheader.sticky .ebizheader_header-inner .ebizheader_nav li a {
  color: #333;
}
.ebizheader.sticky .ebizheader_header-inner .ebizheader_nav li:hover a {
  color: #fff;
}
.ebizheader.sticky .ebizheader_header-inner .ebizheader_nav li .dropdown li a {
  color: #333;
}
.ebizheader.sticky .ebizheader_header-inner .ebizheader_nav li .dropdown li a:hover {
  color: #fff;
}
.ebizheader.sticky .ebizheader_header-inner .ebizheader_nav li.active a {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ebizheader_top-left {
    text-align: center;
  }
  .ebizheader_right-content {
    text-align: center;
    float: none;
    margin-top: 8px;
  }
  .ebizheader_btnn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .ebizheader_search-bar {
    height: 45px;
    width: 445px;
  }
  .ebizheader_search-bar input {
    padding: 0 52px 0 20px;
    width: 264px;
    height: auto;
    font-size: 13px;
  }
  .ebizheader .nice-select {
    height: 44px;
    line-height: 44px;
    font-size: 13px;
  }
  .ebizheader .nice-select .list li {
    font-size: 13px;
  }
  .ebizheader_all-category {
    display: none;
  }
  .ebizheader_nav li {
    display: inline-block;
    margin-right: 2px;
  }
  .ebizheader_nav li a {
    font-size: 14px;
    padding: 15px 15px;
  }
  .ebizheader_nav li .new {
    font-size: 8px;
    left: 21px;
    top: 0px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
  }
  .ebizheader_nav .dropdown li {
    display: block;
  }
  .ebizheader_nav {
    display: inline-block !important;
  }
  .ebizheader_nav li a i {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ebizheader_searchbartop {
    display: none;
  }
  .ebizheader_right-bar {
    display: none;
  }
  .ebizheader_search-top {
    display: block;
    position: absolute;
    right: 50px;
    top: 5px;
  }
  .ebizheader_logo {
    margin: 0;
  }
  .ebizheader_top-left {
    text-align: center;
  }
  .ebizheader_right-content {
    text-align: center;
    float: none;
    margin-top: 8px;
  }
  .ebizheader_search-bar {
    width: 445px;
  }
  .ebizheader_search-bar input {
    padding: 0 52px 0 20px;
    width: 264px;
  }
  .ebizheader_all-category {
    display: none;
  }
  .ebizheader_middle-inner {
    width: 100%;
  }
  .ebizheader_header-inner {
    display: none;
  }
  .ebizheader.sticky .ebizheader_middle-inner {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
}
@media only screen and (max-width: 540px) {
  .ebizheader_searchbartop {
    display: none;
  }
  .ebizheader_right-bar {
    display: none;
  }
  .ebizheader_search-top {
    display: block;
    position: absolute;
    right: 50px;
    top: 11px;
  }
  .ebizheader_logo {
    margin: 0;
  }
  .ebizheader_top-left {
    text-align: center;
  }
  .ebizheader_right-content {
    text-align: center;
    float: none;
    margin-top: 0px;
    border-top: 1px solid #ffffff87;
  }
  .ebizheader_topbar {
    background: #fff;
  }
  .ebizheader_list-main li {
    border: none;
    padding: 0;
    display: inline-block;
    padding: 5px 0;
    text-align: left;
    color: #333;
  }
  .ebizheader_list-main li a {
    color: #333;
  }
  .ebizheader_list-main li a:hover {
    color: #333;
    text-decoration: none;
  }
  .ebizheader_list-main li i {
    color: #3aafa9;
  }
  .ebizheader_search-bar {
    width: 445px;
  }
  .ebizheader_search-bar input {
    padding: 0 52px 0 20px;
    width: 264px;
  }
  .ebizheader_header-inner {
    display: none;
  }
  .ebizheader_all-category {
    display: none;
  }
  .ebizheader .nav li .new {
    display: none !important;
  }
  .ebizheader .shopping-cart-box {
    width: 90%;
    margin-top: 50px;
  }
  .ebizheader .shopping-cart-box:after {
    right: 85px !important;
  }
  .cart-box, .cart-box:hover {
    background: transparent;
    background-color: transparent !important;
    border: none;
    color: #444 !important;
    position: absolute;
    margin-top: 5px;
    right: 80px;
  }
  .cart-box i, .cart-box:hover i {
    font-size: 20px;
  }
}
.ebizheader_lists {
  margin: 0px;
}
.ebizheader_lists > li {
  padding: 0px 5px;
}
.ebizheader_lists > li a i {
  font-size: 11px;
  margin-left: 7px;
}
.ebizheader_lists li > ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  left: auto;
  z-index: 999;
}
.ebizheader_lists li a {
  position: relative;
  width: max-content;
}
.ebizheader_lists li ul {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-color: #3aafa9 #f1f1f1;
  scrollbar-width: thin;
}
.ebizheader_lists li ul::-webkit-scrollbar {
  width: 5px;
}
.ebizheader_lists li ul::-webkit-scrollbar-track {
  background: #eee;
}
.ebizheader_lists li ul::-webkit-scrollbar-thumb {
  background: #3aafa9;
}
.ebizheader_lists li ul::-webkit-scrollbar-thumb:hover {
  background: #68cdc8;
}
.ebizheader_lists li ul li {
  padding: 6px 13px;
  border: none;
}
.ebizheader_lists li:hover ul {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 5px #eee;
}
/* Slick Navbar */
@media only screen and (max-width: 767px) {
  .slicknav_menu {
    display: block;
    display: block;
    background: transparent;
    padding: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #3aafa9;
    box-shadow: none;
    text-shadow: none;
    display: block;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .slicknav_btn {
    background: transparent;
    padding: 0;
    margin: 6px 0 0;
  }
  .slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: transparent;
    padding-top: 15px;
  }
  .slicknav_nav li a {
    margin: 0;
    color: #333;
    background: transparent;
    overflow: hidden;
  }
  .slicknav_nav li a i {
    display: none;
  }
  .slicknav_nav li:hover {
    background: transparent;
  }
  .slicknav_nav li:hover a {
    color: #3aafa9;
    background: transparent;
  }
  .slicknav_nav li .dropdown li:hover {
    background: transparent;
  }
  .slicknav_nav li .dropdown li a {
    color: #555;
    background: transparent;
  }
  .slicknav_nav li .dropdown li a:hover {
    color: #3aafa9;
    background: transparent;
  }
  .slicknav_nav li .slicknav_item {
    background: transparent;
  }
  .slicknav_nav li .slicknav_item:hover {
    background: transparent;
  }
  .slicknav_nav li:last-child a {
    padding-bottom: 0px;
  }
  .slicknav_nav li .new {
    display: none !important;
  }
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 6px 0;
    font-weight: 500;
  }
  .slicknav_nav a {
    margin: 0;
    padding: 6px 0;
    font-weight: 500;
  }
  .slicknav_nav .slicknav_arrow {
    color: #3aafa9;
  }
}
@media only screen and (max-width: 450px) {
  .slicknav_menu {
    display: block;
    background: transparent;
    padding: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #3aafa9;
    box-shadow: none;
    text-shadow: none;
    display: block;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #brand {
    width: 150px;
  }
  .slicknav_btn {
    background: transparent;
    padding: 0;
    margin: 6px 0 0;
    top: 5px;
  }
  .skill-image {
    display: none;
  }
  .slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: transparent;
    padding-top: 15px;
  }
  .slicknav_nav li a {
    margin: 0;
    color: #333;
    background: transparent;
    overflow: hidden;
  }
  .slicknav_nav li a i {
    display: none;
  }
  .slicknav_nav li:hover {
    background: transparent;
  }
  .slicknav_nav li:hover a {
    color: #3aafa9;
    background: transparent;
  }
  .slicknav_nav li .dropdown li:hover {
    background: transparent;
  }
  .slicknav_nav li .dropdown li a {
    color: #555;
    background: transparent;
  }
  .slicknav_nav li .dropdown li a:hover {
    color: #3aafa9;
    background: transparent;
  }
  .slicknav_nav li .slicknav_item {
    background: transparent;
  }
  .slicknav_nav li .slicknav_item:hover {
    background: transparent;
  }
  .slicknav_nav li:last-child a {
    padding-bottom: 0px;
  }
  .slicknav_nav .slicknav_row {
    padding: 0;
    margin: 0;
    padding: 6px 0;
    font-weight: 500;
  }
  .slicknav_nav a {
    padding: 0;
    margin: 0;
    padding: 6px 0;
    font-weight: 500;
  }
  .slicknav_nav .slicknav_arrow {
    color: #3aafa9;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.eftrld01 {
  background: #17252a;
}
.eftrld01 h5, .eftrld01 .copy-right-text {
  color: #ccc;
}
.eftrld01__address > span {
  display: flex;
  line-height: 24px;
  font-size: 14px;
}
.eftrld01__address > span i {
  font-size: 18px;
  width: 30px;
  text-align: center;
  margin-right: 5px;
  margin-top: 2px;
}
.eftrld01__address > span a {
  color: #ffffff;
  text-decoration: none;
}
.eftrld01__address span {
  color: #e6e6e6;
}
.eftrld01__address span + span {
  margin-top: 12px;
}
.eftrld01__footer {
  margin-bottom: 40px;
}
.eftrld01__footer h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 28px;
  text-transform: capitalize;
  color: #ccc;
}
@media (max-width: 767px) {
  .eftrld01__footer h3 {
    margin-bottom: 12px;
  }
}
.eftrld01__content ul {
  padding-left: 15px;
  list-style: none;
}
.eftrld01__content ul li:not(:last-child) {
  line-height: 30px;
}
.eftrld01__content ul li a {
  font-size: 14px;
  text-transform: capitalize;
  outline: medium none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eftrld01__content ul li a:focus {
  color: #ffffff;
  text-decoration: none;
}
.eftrld01__content ul li a:hover {
  color: #feffff;
  text-decoration: none;
}
.eftrld01__content ul li:hover a {
  padding-left: 10px;
}
@media (max-width: 575px) {
  .eftrld01__content {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  .eftrld01__content {
    justify-content: center;
    height: auto;
    flex-direction: column;
    padding: 10px 0;
  }
}
.eftrld01__pay-img {
  margin-top: 30px;
}
.eftrld01__social-nav-item {
  display: flex;
  justify-content: space-between;
  /*height: 50px;*/
  align-items: center;
}
.eftrld01__social-nav-item p a {
  outline: medium none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eftrld01__social-nav-item p a:hover {
  color: #feffff;
}
@media (max-width: 767px) {
  .eftrld01__social-nav-item {
    flex-direction: column;
  }
}
.eftrld01__social-content li, .eftrld01__social-content span, .eftrld01__social-content a {
  display: inline-block;
  margin-left: 15px;
}
.eftrld01__social-content li a, .eftrld01__social-content li span, .eftrld01__social-content span a, .eftrld01__social-content span span, .eftrld01__social-content a a, .eftrld01__social-content a span {
  border-radius: 5px;
  color: #ffffff;
  display: block;
  line-height: 43px;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eftrld01__social-content li a:hover, .eftrld01__social-content li span:hover, .eftrld01__social-content span a:hover, .eftrld01__social-content span span:hover, .eftrld01__social-content a a:hover, .eftrld01__social-content a span:hover {
  color: white;
}
@media (max-width: 767px) {
  .eftrld01__social-content li a, .eftrld01__social-content li span, .eftrld01__social-content span a, .eftrld01__social-content span span, .eftrld01__social-content a a, .eftrld01__social-content a span {
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 30px;
  }
}
