@font-face {
  font-family: 'healthyfish';
  src:  url('../fonts/healthyfish.eot?hty6ea');
  src:  url('../fonts/healthyfish.eot?hty6ea#iefix') format('embedded-opentype'),
    url('../fonts/healthyfish.ttf?hty6ea') format('truetype'),
    url('../fonts/healthyfish.woff?hty6ea') format('woff'),
    url('../fonts/healthyfish.svg?hty6ea#healthyfish') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'healthyfish', 'Source Sans Pro' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e918";
}
.icon-like:before {
  content: "\e917";
}
.icon-checked:before {
  content: "\e915";
}
.icon-tick:before {
  content: "\e916";
}
.icon-fast-backward-arrows:before {
  content: "\e913";
}
.icon-fast-forward-arrows:before {
  content: "\e914";
}
.icon-add:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-bell:before {
  content: "\e902";
}
.icon-bottom:before {
  content: "\e903";
}
.icon-time:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-burn:before {
  content: "\e906";
}
.icon-left:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-right:before {
  content: "\e90b";
}
.icon-rupee:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-substract:before {
  content: "\e90e";
}
.icon-top:before {
  content: "\e90f";
}
.icon-twitter:before {
  content: "\e910";
}
.icon-profile:before {
  content: "\e911";
}
.icon-view:before {
  content: "\e912";
}

body {
    padding-top:105px;
}

body,.form-control {
  background: #34495e;
  font: normal 400 18px 'Source Sans Pro', sans-serif;
  transition: all 0.3s;
}

@media (max-width:767px) {
p {
    font-size:12px;
}
}

.text-primary {
  color:#00adba !important;
}

.fw-700 {
  font-weight:700;
}

.fs-14 {
  font-size:14px !important;
}

.fs-8em {
  font-size:.8em !important;
}

.w-90 {
  width:90%;
  margin: 10px auto;
}

.icon-bottom:before {
    font-size: .7em !important;
    margin-right: 0.5em;
}

h1,h2,h3,h4,h5,h6,.btn:not(.btn-sm),.hf-categories,.navbar, .hf-categories .item p,.hf-category-title,.header-details,.hf-title-container, .hf-shopping-cart-list-items,label,p,.card__supporting-text, .hf-heading p, .card__primary-title h2, .card__discount-text, .delivery-address p, .cart .items .cartSection p, .cart_price p, .subtotal .totalRow .label, #share a, #snackbar, #menu .links > li a p {
	font-family: 'Source Sans Pro', sans-serif !important;
}

@media(max-width:575px) {
  h2 {font-size:1.45rem}
}

.text-open-sans {
  font-family:'Source Sans Pro', sans-serif !important;
}

@media(max-width:575px) {
.lead {
    font-size: 1rem !important;
}
}

h3.single-product-name {
  width:200px;
}

@media(min-width:567px) {
h3.single-product-name {
  width:250px;
  font-size:40px;
}
}

.clr{
	clear: both;
}

.btn {
    transition:transform 0.3s !important;
}

/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #2a333a;
	/*background: #4d7093;*/
	opacity: 0.9;
	z-index: 1055;
	position: fixed;
	top:0;
	/*-moz-box-shadow: 1px 0px 2px #000;*/
	/*-webkit-box-shadow: 1px 0px 2px #000;*/
	/*box-shadow: 1px 0px 2px #000;*/
}
.codrops-top a  {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	display: inline-block;
}

.codrops-top p {
	display: inline-block;
	color:#ddd;
	margin-bottom:0;
}

.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}

@media(max-width:767px) {
.abcRioButton.abcRioButtonLightBlue, .loginBtn.loginBtn--facebook {
    width:165px !important;
}

.loginBtn.loginBtn--facebook {
    margin-bottom:10px;
}
}

/*****************/

.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}


/*****************/


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #00adba !important;
    border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #00adba !important;
}

.navbar {
	text-transform:uppercase; 
	font-size:smaller;
}

.navbar-trans {
  background: transparent;
}

@media (min-width:768px) {
.navbar li:nth-child(5) {
  margin-right:60px;
}
}

.navbar li i {
	font-size:22px;
  color:#ffffffdb;
  padding:8px;
  background:#005574;
  transition:background .3s;
}

.navbar li i:hover {
  background:#eaeaea;
  color: #005574
}

#menu-nav {
  max-width: 1000px;
  margin: 130px auto;
  background-color: #ecf0f1;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#navigation-bar a {
  padding-left:0;
  padding-right:0;
  margin:0 14px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

#navigation-bar a:hover {
  color: #00adba;
}

@media(min-width:768px) {
#navigation-bar a:not(.navbar-brand)::before {
  content: "";
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 0;
  height: 2px;
  background-color: #00adba;
}

#navigation-bar a:hover::before {
  right: 0;
  left: 0;
}
#navigation-bar li:hover a::before {
  right: 0;
  left: 0;
}

/*.dropdown:hover>.dropdown-menu {*/
/*  display: block;*/
/*}*/

/*.dropdown-menu {*/
/*transform: translateY(-2em);*/
/*  z-index: -1;*/
/*  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;*/
/*}*/

/*.nav-item.dropdown:hover .dropdown-menu {*/
/*  visibility: visible;*/
  /* shows sub-menu */
/*  opacity: 1;*/
/*  z-index: 1;*/
/*  transform: translateY(0%);*/
/*  transition-delay: 0s, 0s, 0.3s;*/
  /* this removes the transition delay so the menu will be visible while the other styles transition */
/*}*/
}

.dropdown .dropdown-menu a {
    line-height:2;
}

.icon-cart .has-badge {
    position:relative;
    top: 5px;
    right: 15px;
}

.icon-cart .has-badge p {
    position: relative;
    z-index: 9999;
    font-size: .7em;
    color: white;
    display: initial;
    right: 10px;
}

.icon-cart .has-badge p::after {
        position: absolute;
    content: attr(data-count);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: white;
    background: #ffa4a4;
    text-align: center;
    right: -5px;
    top: 1px;
    z-index: -1;
}


.head-buttons .button {
    display: flex !important;
    align-items: center;
     padding: 2rem 2rem !important;
}

.head-buttons i {
    font-size: 1em;
}

#navigation-bar span {
  display: block;
}

#search-bar {
  display: none;
  border-bottom: 3px solid #00adba;
  border-radius: 4px;
  width:100%;
  margin-bottom:30px;
  margin-top:10px;
}

.recipe {
  background:#f7f7f7;
}

@media (max-width:767px) {
  #search-bar form {
  margin-top:30px;
}
}

form {
  width: 90%;
  margin: 10px auto;
}

@media (min-width: 992px) {

.navbar-expand-lg {
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
}

#search-bar {
    flex: 0 0 100%; /* fg: 0, fs: 0, fb: 100% */
}
}

@media (min-width: 992px) {
.navbar.navbar-expand-lg>.container {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
}

.nav.icon-search-line {
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .5rem;
}

.navbar-toggler.search {
    color: rgba(0,0,0,1) !important;
}

/****************************/
/********* body *********/

.carousel {
    background: #f6f6f8;
    height: 210px;
    border-radius:5px;
}

@media (min-width:768px) {
.carousel {
    background: #f6f6f8;
    height: 450px;
    overflow:hidden;
}
}

.carousel-indicators > li {
  border-radius: 50%;
}

/*****************************/

.hf-categories .item {
  padding:.5em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hf-categories .item:hover {
  transform: translateY(-5px);
}

.card {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor:pointer;
}
.card:hover {
  /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13), 0 4px 10px rgba(0, 0, 0, 0.13)
}

.hf-categories .item p {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

    .owl-prev, .owl-next {
        position:absolute;
     }

    .owl-prev {
        left:0;
        top:40%;
     }

     .owl-next {
        right:0;
        top:40%;
     }

     @media (min-width:768px) {
          .owl-prev {
        left:-50px;
     }

     .owl-next {
        right:-50px;
     }
     }

.owl-prev img, .owl-next img    {
    max-width: 100%;
    height: auto;
    width:38px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    padding:0 !important;
}

@media (max-width:767px) {
  .owl-prev img, .owl-next img  {
    width:24px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #00adba !important;
    padding:.25em !important;
}
}

/**********************/

/*.shadow {
  position: relative;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  will-change: transform;
}

.shadow:hover {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}*/

/*****************************************/

.hf-container .hf-title-container {
  background-color:#00adba;
}

.hf-title-container .hf-category-title {
  position: relative;
  color:#fff;
  margin:0 auto;
}

.hf-title-container .hf-category-title h4 {
  font-size:14px;
}

@media (min-width:768px) {
  .hf-title-container .hf-category-title h4 {
  font-size:18px;
}
}

.hf-title-container .hf-category-title h3 {
  font-weight:700;
}

.hf-title-container .hf-category-title i {
  font-size:12px;
}

/*************************************/

/*@media (min-width:768px) {*/
/*.h-line::after {*/
/*    content:"";*/
/*    background: linear-gradient(to right, #00adba 0%, #00adba 50%, #FFFFFF 50%, #FFFFFF 100%);*/
/*    position:absolute;*/
/*    height:3px;*/
/*    width:100px;*/
/*}*/

/*.h-line.h-line-reverse::after {*/
/*    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #00adba 50%, #00adba 100%);*/
/*}*/

/*.v-line::after {*/
/*    content:"";*/
/*    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #00adba 50%, #00adba 100%);*/
/*    position: absolute;*/
/*    height:100px;*/
/*    width:3px;*/
/*}*/

/*.v-line.v-line-home::after {*/
/*   top: 100%;*/
/*   left: 50%;*/
/*   -webkit-transform: translate(-50%, -50%);*/
/*   -moz-transform: translate(-50%, -50%);*/
/*   -ms-transform: translate(-50%, -50%);*/
/*   -o-transform: translate(-50%, -50%);*/
/*   transform: translate(-50%, -50%);*/
/*}*/

/*.h-line.h-line-home::after {*/
/*   top: 50%;*/
/*   left: 0;*/
/*   -webkit-transform: translate(-50%, -50%);*/
/*   -moz-transform: translate(-50%, -50%);*/
/*   -ms-transform: translate(-50%, -50%);*/
/*   -o-transform: translate(-50%, -50%);*/
/*   transform: translate(-50%, -50%);*/
/*}*/

/*.v-line.v-line-h-300::after {*/
/*   top: 250px;*/
/*   left: 50%;*/
/*   -webkit-transform: translate(-50%, -50%);*/
/*   -moz-transform: translate(-50%, -50%);*/
/*   -ms-transform: translate(-50%, -50%);*/
/*   -o-transform: translate(-50%, -50%);*/
/*   transform: translate(-50%, -50%);*/
/*}*/

/*.h-line.h-line-h-300::after {*/
/*   top: 125px;*/
/*   left: 0;*/
/*   -webkit-transform: translate(-50%, -50%);*/
/*   -moz-transform: translate(-50%, -50%);*/
/*   -ms-transform: translate(-50%, -50%);*/
/*   -o-transform: translate(-50%, -50%);*/
/*   transform: translate(-50%, -50%);*/
/*}*/

/*.h-line.h-line-reverse.h-line-h-300::after {*/
/*   left: 100%;*/
/*}*/
/*}*/

/**********************************/

.hf-bg-container .hf-fresh-bg {
  height: 250px;
  overflow:hidden;
}

/*****************************/

.hf-deck .hf-item {
box-shadow: 1px 3px 5px rgba( 0, 0, 0, 0.17 );
  transition: all 135ms cubic-bezier(.4,0,.2,1),width 235ms cubic-bezier(.4,0,.2,1);
  background-color: #ffffff;
}

.hf-deck .hf-item.flat-card, .hf-deck .hf-similar-item.flat-card {
  background-color: #FFFFFF;
  box-shadow:none !important;
}

.hf-item-container.hf-similar .hf-item {
 width: calc(100% / 2 - 5px);
}
@media(min-width:768px) {
  .hf-item-container.hf-similar .hf-item {
 width: calc(100% / 6 - 20px);
}
}

.hf-item-container.hf-similar .hf-similar-item:hover {
  opacity:.6 !important;
}


.hf-deck .hf-products .hf-item {
  display: inline-grid;
    float: left;
    width: calc(100% / 2 - 8px);
/*    transition: all 0.2s;*/
    margin-right:15px;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
}

.hf-deck .hf-item:hover, .hf-deck .hf-similar-item:hover {
    background-color: #f5f5f5;
    box-shadow: 0px 5px 15px rgba( 0, 0, 0, 0.17 );
/*    box-shadow: 0 1px 3px 1px rgba(60,64,67,.2), 0 2px 8px 4px rgba(60,64,67,.1);*/
}

@media (min-width:768px) {
    .hf-deck .hf-item:hover, .hf-deck .hf-similar-item:hover {
    transform:translateY(-10px);
}
}

@media (max-width:567px) {
.hf-deck .hf-products .hf-item {
  margin-bottom:15px;
}
.hf-item-container.hf-similar .hf-item {
  margin-bottom:10px;
}
.hf-deck .hf-products .hf-item:nth-child(even) {
  margin-right:0;
}
.hf-item-container.hf-similar .hf-item:nth-child(even) {
  margin-right:0;
}
}

@media (min-width:567px) {
  .hf-deck .hf-products .hf-item {
  width: calc(100% / 2 - 62.1719px);
  margin: 30px;
}

.hf-deck .hf-products .hf-item:nth-child(1),.hf-deck .hf-products .hf-item:nth-child(2) {
  margin-top:0;
}
}

/************************************/

.fish_pattern_bg {
      background-image: url(../images/background/fish_pattern.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: inherit;
    box-shadow: inset 2px 2px 10px 2px rgba(0,0,0,.02);
}


/**********************************/

.hf-deck .hf-item, .hf-deck .hf-similar-item {
    display: inline-grid;
    float: left;
    width: calc(100% / 2 - 5px);
    transition: all 0.2s;
    margin-right:10px;
    background-color: #ffffff;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

@media (max-width:567px) {
.hf-item-container .hf-deck .hf-item, .hf-item-container .hf-deck .hf-similar-item {
  margin-bottom:10px;
}
.hf-item-container .hf-deck .hf-item:nth-child(even), .hf-item-container .hf-deck .hf-similar-item:nth-child(odd) {
  margin-right:0;
}
}

@media (min-width:567px) {
  .hf-deck .hf-item, .hf-deck .hf-similar-item {
  width: calc(100% / 6 - 20px);
  margin: 10px;
}
}

@media (min-width:768px) {
  .hf-deck .hf-item {
  width: calc(100% / 4 - 23.29px);
  margin: 10px;
}

.btn:hover {
  /*transform:scale(1.02);*/
  box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
}
}

/************************************/

.card__body {
  padding: 10px 0;
}
.card__primary-title {
    padding: 8px 10px;
    word-break: break-all;
}
.card__primary-title h2 {
  font-size:14px;
  color:#3c3c3c;
  font-weight:600;
}
@media (min-width:768px) {
  .card__primary-title h2 {
  font-size:16px;
}
.hf-similar .card__primary-title h2 {
  font-size:14px;
}
}
.card__primary-title h1, .card__primary-title h2, .card__primary-title h3, .card__primary-title h4, .card__primary-title h5, .card__primary-title h6 {
  margin: 0;
}
.card__supporting-text {
  padding: 2px 10px;
  font-size:12px;
}
@media (min-width:768px) {
  .card__supporting-text {
  font-size:16px;
}
.hf-similar .card__supporting-text {
    font-size: 13px;
}
}
.card__discount-text {
  padding: 2px 15px;
  font-size:18px;
  text-align:center;
  font-weight:700;
}
.card__supporting-text  .hf-price:not(.icon-indian-rupee) {
  color:#ffa4a4;
  font-size:14px;
  font-weight:600;
}
.card__supporting-text  .hf-price-striked {
  color:#cccccc;
}
@media (max-width:567px) {
.card__supporting-text  .hf-price:not(.icon-indian-rupee) {
  font-size:10px !important;
}
.card__supporting-text  .hf-price-striked {
  font-size:12px;
}
}
.card__actions {
  padding: 8px;
}
.image {
  padding:5px;
}
@media (min-width:767px) {
.image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height:180px;
  max-height:180px;
    margin: 20px;
        margin-bottom: 0;
    border-radius: 12px;
}

.image.similar-image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height:120px;
  max-height:120px;
  padding:20px;
}
}

.image--avatar {
  display: inline-block;
  margin-right: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  vertical-align: middle;
}
.image img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

/*****************************************/

.hf-item-container {
    margin-top: 25px;
    margin-bottom: 15px;
}
@media(min-width:768px) {
.hf-item-container {
  margin-top:80px;
  margin-bottom:50px;
}
}

.ico-r {
  font-size:18px;
}

.hf-item-container.hf-offer-item {
  transition:all 0.5s;
}

.middle {
  transition: .1s ease;
  opacity: 0;
  position: relative;
  top: 100%;
  height:100%;
  display:none;
}

.hf-item:hover .middle {
  opacity: 1;
  top:0;
}

footer a, footer a:hover {
  color:#FFFFFF;
}
footer .footer-grid img {
  width:125px;
}
footer .footer-grid h3 {
  color:#ffffff;
  font-weight:900;
  font-size:15px;
  text-transform:uppercase;
  text-align:center;
  border-bottom: 4px solid rgba(52, 73, 94, 0.2);
  padding-bottom: 10px;
}
footer .footer-grid ul {
  padding-left:0;
  text-align:center;
}
footer .footer-grid ul li {
  color:#fff;
  font-size:15px;
  line-height:1.8;
  transition:all 0.3s;
}
footer .footer-grid a:hover {
  text-decoration:none;
}
footer .footer-socials i {
  font-size:25px;
  color:#ffffff;
}
@media (min-width:768px) {
  footer .footer-grid ul, footer .footer-grid h3 {
  text-align:left;
}
footer .footer-grid li::before {
    content: "\e914";
    visibility: hidden;
    font-family: 'healthyfish';
    font-size: 10px;
    padding-right: 5px;
}
footer .footer-grid li:hover {
    transform: translateX(5px);
}
footer .footer-grid li:hover::before {
    visibility: visible;
}
}

/********************************************/

.header {
  min-height:300px;
  overflow:hidden;
  background-position: center center;
  background-repeat: repeat-x;
}

.lighten {
  background: gray url("../images/background/footer-wal.jpg") repeat 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  background-color:#005574;
  background-blend-mode: multiply;
  -webkit-animation: slide 20s linear infinite;
  padding-top:40px;
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {

.lighten {
  background: none;
  background-color:#005574 !important;
  background-blend-mode: unset;
}
}}


@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 400px 0; }
}

.header > .header-bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

@media(max-width:576px) {
    .header > .header-bg {
    height: 200px;
}
}

.header > .header-bgs {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 50%;
}

.hf-fresh-bg > .hf-profile-bg {
    position: relative;
    width: 100%;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 50%;
    background-color:#006b9e;
    background-blend-mode: initial;
}

.hf-fresh-bg > .hf-cart-bg {
    height: inherit;
    background-size: cover;
}

.hf-fresh-bg > .hf-favorites-bg {
    height: inherit;
    background-size: cover;
    background-color: #006b9e;
    background-blend-mode: hard-light;
}

.hf-fresh-bg > .hf_edit_profile_bg {
    height: inherit;
    background-size: cover;
    background-position:center;
}

.hf-fresh-bg > .hf_faq_bg {
    height: inherit;
    background-size: cover;
    background-position: center;
}

.hf-fresh-bg > .hf_order_bg {
    height: inherit;
    background-size: cover;
    background-position:center;
}

.hf-fresh-bg > .hf_refer_earn_bg {
    height: inherit;
    background-size: cover;
    background-position:center;
}

.hf-fresh-bg > .hf_register_bg {
    height: inherit;
    background-size: cover;
    background-position:center;
}

.hf-fresh-bg > .hf_sign_in_bg {
    height: inherit;
    background-size: cover;
    background-position-y: 45%;
}
/*
.hf-fresh-bg > .hf_sign_in_bg::after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.5);
}*/

.hf-fresh-bg > .hf_wallet_bg {
    height: inherit;
    background-size: cover;
    background-position-y: 62%;
}

.hf-fresh-bg > .hf_offers_items {
    height: inherit;
    background-size: cover;
    background-color: #006b9e;
    background-blend-mode: hard-light;
    background-position:bottom;
}

.header > .about-header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color:#005574;
    background-blend-mode: multiply;
}

.hf-container.about-container {
    padding-top:50px;
}

.hf-container .about-director {
    background:#fff;
    padding:15px;
    position:relative;
    width:100%;
    top:50px;
}

@media(min-width:768px) {
.hf-container .about-director {
    width:400px;
    position:absolute;
    padding:40px;
}
}

.about-members {
    position: relative;
    margin-top:60px;
    background:#fff;
    border-radius:.5rem;
}

.about-members .member-item {
    padding:10px;
    width: calc(100%);
}

.about-members .member-item:nth-child(4n-1), .about-members .member-item:nth-child(4n-2), .about-members .member-item:nth-child(4n-3) {
    box-shadow: 1px 0 0 #ddd;
}

@media(min-width:768px) {
.about-members .member-item {
    width: calc(100% / 4);
    padding:1.25rem;
}
}

.click_icon_two_style {
    height: 200px !important;
    /*width: 166px !important;*/
}

.about-members .member-item figure img {
    max-width: inherit;
    position: relative;
    zoom: 1;
    object-fit: cover;
    top: 0px;
}

.categoy_page_product_style_mobil_version {
    border-radius: 0px !important;
    width: 100% !important;
    height: 100% !important;
}

/**********************/

.hf_modal_c_bg > .hf_modal_bg {
    position: relative;
    width: 100%;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height:450px;
}

.hf_modal_no_stock_bg > .hf_no_stock_bg {
    position: relative;
    width: 100%;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-size: cover;
    height:213px;
}

/*********************************/
/*** background blend my profile ******/

.header > .about-header.my-profile {
    background-color:#008c9e;
    background-blend-mode: darken;
}

.header .header-details {
  position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   text-align:center;
}

.header .header-details .header-title {
  color:#ffffff;
  font-size:28px;
}

.header .header-details .header-page-navigation {
  color:#ffffff;
  font-size:22px;
}

.h-300 {
  min-height:80px;
  max-height:100%;
  padding:0;
}
@media (min-width:768px) {
.h-300 {
  height:250px;
  padding:0;
}
}

.header.h-300 {
  height:250px;
  max-height:100%;
  padding:0;
}
@media (min-width:768px) {
.h-300 {
  height:250px;
  padding:0;
}
}

.hf-container .hf-paragraph-container {
  padding:20px 20px;
  font-size:16px;
  text-align:justify;
  color:#777777;
  line-height:1.65;
}

.hf-container .hf-paragraph-container, .hf-list-container {
  padding:20px 50px;
  margin-top: 10px;
}
@media (min-width:768px) {
.hf-container .hf-paragraph-container, .hf-list-container {
  padding:50px 100px;
  margin-top: 35px;
}
}

.hf-container .hf-list-container {
  padding:20px 20px;
  font-size:16px;
  color:#777777;
}

.hf-container .hf-list-container.list-container-about {
  padding-left:0;
}
@media (min-width:768px) {
.hf-container .hf-list-container.list-container-about {
  padding-left:80px;
}
}

.hf-container .hf-list-container.list-container-about li {
  line-height:2;
}

@media (min-width:768px) {
.hf-container.hf-wrapper {
  max-height:600px;
}
}

/************************************/

.hf-container .hf-categories {
  background:#fbfbfb;
  padding: 25px 10px 25px 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.14);
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.14);
  position:relative;
}

@media (min-width:768px) {
.hf-container .home.hf-categories {
  padding: 50px 10px 50px 35px;
  margin-bottom:0;
  margin-top:0;
}
.hf-container .hf-categories {
  padding: 50px 10px 10px 35px;
  margin-bottom:25px;
}
}

.hf-products-container {
  padding-top:20px;
}

/*@media (min-width:768px) {*/
/*  .hf-products-container {*/
/*  padding-top:90px;*/
/*}*/
/*}*/

.hf-products-container .hf-products .hf-item.no-stock {
  opacity:.4;
}

/******************************/









/****************************************/













/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 10px;
    top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #00adba -50%, #00adba 150%);
    border-radius: 16px;
    -moz-border-radius: 16px;
    opacity: 0.4;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 10px;
    top: 33px;
    background: linear-gradient(to top, rgb(0, 173, 186) 0%,rgb(4, 190, 204) 100%);
}
    .irs-bar-edge {
        height: 10px; top: 33px;
        width: 14px;
        border: 1px solid #428bca;
        border-right: 0;
        background: #428bca;
        background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px; height: 27px;
    border: 4px solid #00adba;
    background: #ffffff;
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 15px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #00adbab0;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.extra-controls input {
  width:100px !important;
}

.extra-controls.form-inline {
    flex: auto !important;
    justify-content: space-between;
}

.hf-products-slider .product-slider-wrapper {
    padding: 20px 15px;
    background: #fbfbfb;
    margin-bottom: 30px;
}
@media(min-width:768px) {
  .hf-products-slider .product-slider-wrapper {
    padding: 25px 20px;
    margin-right: 20px;
}
}

/************************************************/

.list-container-products .list-card-thumbnail {
  width:100px;
  height:100px;
  overflow:hidden;
  background:#f3f3f8;
}
.list-container-products .list-card-thumbnail img {
  vertical-align: middle;
}
.img-center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.hf-shopping-cart-list-items li {
  box-shadow: -3px -3px 8px 1px rgba(0,0,0,0.13);
  margin-bottom:20px;
  transition:all 0.4s;
  background:#fff;
}
.hf-shopping-cart-list-items li:hover {
  box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.13);
  margin-bottom:20px;
  transform:scale(1.02);
}
/********************************************************/

/*.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #e8e8e8;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 90px 0px 20px;
    z-index: 9999;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:#005574;
}

.searchbox-icon::after {
  content:"\e912";
  font-family:'healthyfish';
  position:absolute;
  height:50px;
  width:50px;
  left: 0;
}

.searchbox-open{
    width:100%;
}*/


/**************************************/
/***************************************/
/******** SIGN IN *********************/
/**************************************/

.hf-sign_in-container {
  padding:40px 10px;
}

.sign_in_referral label {
    display: flex;
    justify-content: center;
}

.sign_in_referral input {
    border: 2px solid #d0d0d0;
    border-radius: 10px;
    background: #cccccc9e;
}

@media (min-width:768px) {
  .hf-sign_in-container {
  padding:80px 10px;
}
}

























/****************************************/

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 12px;
  color: #FFF;
  cursor:pointer;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
  background-size: 20px;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://res.cloudinary.com/listeleven/image/upload/v1540446969/Icons/google_plus.png') 6px 6px no-repeat;
  background-size: 24px;
  background-position: 50% 45%;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

/**************************************/
/***************************************/
/******** SIDE NAV *********************/
/**************************************/

.hf-list-container .hf-side-nav {
  line-height:2;
  padding-top: 20px;
  padding-bottom: 15px;
}

.hf-list-container .hf-side-nav a {
  color:#000000;
}

.hf-list-container .hf-side-nav a:hover {
  color:#3c3c3c;
}

.hf-list-container .hf-side-nav a.active {
  color:#00adba;
}

.hf-list-container .nav-link {
  border-bottom:1px solid #00000026;
  transition: all 0.3s;
  overflow:hidden;
  position:relative;
}

.hf-list-container .nav-link:last-child {
  border-bottom:none;
}

.hf-list-container .nav-link::after {
  content:"\e90b";
  font-family:'healthyfish';
  position:absolute;
  transition: all 0.3s;
  right:30px;
}
@media (min-width:768px) {
.hf-list-container .nav-link:hover::after,.hf-list-container .nav-link:hover, .nav-link.active {
  transform: translateX(8px);
}
}
.is-editing .js-edit, .is-readonly .js-save {
      display: none;
    }

/************************************/

.hf-change-password {
  display: block;
  position: relative;
  overflow: hidden;
}

/***************************/

.checkout-form label {
  color:#343434;
}

/******************************/
/** delivery address **********/

/*@media (max-width:567px) {*/
/*.delivery-address .default-address {*/
/*  padding-left:50px;*/
/*}*/
/*}*/

.delivery-address.hf-db-address-selection div {
  cursor:pointer;
}

.delivery-address.hf-db-address-selection div:first-child {
  margin-right:5rem;
}

.delivery-address.hf-db-address-selection input[type="radio"] {
  display: none;
}

.delivery-address.hf-db-address-selection input[type=radio] + label {
  border:5px solid transparent;
  border-radius:10px;
  font-size: 16px;
  padding: 15px 15px;
}

.delivery-address.hf-db-address-selection input[type=radio]:hover + label {
  background-color: #fff3c459;
} 

.delivery-address.hf-db-address-selection input[type=radio]:checked + label {
  border-color:bisque;
  background-color:cornsilk;
} 

.delivery-address.hf-db-address-selection label,.delivery-address h4,.delivery-address p {
  cursor:pointer;
}

.delivery-address p {
  text-align:center;
}
@media(min-width:768px) {
.delivery-address h4 {
     font-size: initial;
    text-transform: uppercase;
    font-weight: 800;
    color: #00adba;
}

.delivery-address p {
  font-size:large;
  text-align:left;
}


.payment-confirmation button {
  font-size:x-large;
}

.payment_options .delivery-address {
    padding: 40px 10px 30px;
}

}

.payment_options .delivery-address {
    padding: 40px 10px 30px;
    border: 4px solid bisque;
    background: cornsilk;
    border-radius: 25px;
}



/*@media (max-width:767px) {*/
/*  .payment_options .delivery-address .radio {*/
/*  margin-bottom:20px;*/
/*}*/

.payment-confirmation p {
  font-size:medium;
}
}

.payment-confirmation {
  padding:30px 0;
  align-items:center;
}





















/* =========================================
   MY_CART
   ========================================= */
/*
 * 1. MY-CART-CONTAINER
 */

 .hf-container .hf-my_cart-container {
  position:relative;
 }

.hf-wrap {
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
  padding: 5% 0;
  margin-bottom: 5em;
}

@media (max-width:767px) {
.hf-wrap {
  width: 100% !important;
}
.price-wrap {
    width:100px;
}
}

.projTitle {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  padding: 1em 0;
  border-bottom: 1px solid #dadada;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading {
  padding: 1em 0;
  border-bottom: 1px solid #D0D0D0;
}
.heading h1 {
  font-size: 2em;
  float: left;
}
.heading a.continue:link, .heading a.continue:visited {
  border:0;
  border-radius: 50px;
}

.heading a.continue:after {
  content: "\276f";
  padding: .5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.heading a.continue:hover, .heading a.continue:focus, .heading a.continue:active {
  background: #f69679;
  border:0;
}
.heading a.continue:hover:after, .heading a.continue:focus:after, .heading a.continue:active:after {
  right: -10px;
}

.tableHead {
  display: table;
  width: 100%;
  font-size: .75em;
}

@media (max-width:767px) {
    .btn-group-lg>.btn, .btn-lg {
        font-size: 0.75em !important;
    }
}

.cart {
  padding: 1em 0;
}
.cart .items {
  width: 100%;
  vertical-align: middle;
  padding: 1.5em;
  border-bottom: 1px solid #fafafa;
  margin-bottom:10px;
}
.cart .items .infoWrap {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-direction:column;
      flex: 1 0 auto;
}
@media(min-width:768px) {
  .cart .items .infoWrap {
    flex-flow:row wrap;
}
}
@media(max-width:767px) {
  .cart .items .infoWrap .cart-description {
  text-align:center;
}
}
.cart .items {
  background: #ffeec369;
}
.cart .items .cartSection .itemNumber {
  font-size: .75em;
  color: #777;
  margin-bottom: .5em;
}
.cart .items .cartSection h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .025em;
  margin-bottom:0;
}
.cart .items .cartSection p, .cart_price p {
  display: inline-block;
  font-size: .85em;
  color: #777777;
}

.cart .items .cartSection .cart_price {
  font-size: 1.05em;
}
/*
.cart .items .cartSection p .quantity {
  font-weight: bold;
  color: #333;
}*/
.cart .items .cartSection p.stockStatus {
  color: #82CA9C;
  font-weight: bold;
  padding: .5em 0 0 1em;
  text-transform: uppercase;
}
/*.cart .items .cartSection p.stockStatus.out {
  color: #F69679;
}*/

.cart .items .infoWrap .cartTotal {
  display:contents;
}


@media (min-width:768px) {
.cart .items .cartSection.qtyWrap, .cart .items .cartSection.prodTotal {
  text-align: center;
}
}
.cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
  font-weight: bold;
  font-size: 1.25em;
}
/*.cart .items .cartSection input.qty {
  width: 2em;
  text-align: center;
  font-size: 1em;
  padding: .25em;
  margin: 1em .5em 0 0;
}*/
.cart .items .cartSection .itemImg, .deliverySummary .itemImg {
  width: 5em;
  display: inline;
}
@media(min-width:768px) {
  .cart .items .cartSection .itemImg, .deliverySummary .itemImg {
  width: 8em;
  padding-right: 1em;
}
}
/*.special {
  display: block;
}
.special .specialContent {
  padding: 1em 1em 0;
  display: block;
  margin-top: .5em;
  border-top: 1px solid #dadada;
}
.special .specialContent:before {
  content: "\21b3";
  font-size: 1.5em;
  margin-right: 1em;
  color: #6f6f6f;
  font-family: helvetica, arial, sans-serif;
}*/

a.remove, span.remove-shopping-cart {
    color: #ffffff;
    font-weight: bold;
    background: #ffa4a4;
    padding: .5em;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    line-height: .85;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    vertical-align: middle;
}
a.remove::after, span.remove-shopping-cart::after {
    content: "";
    position: absolute;
    background: url(https://res.cloudinary.com/listeleven/image/upload/v1540539513/Icons/close.png);
    width: 30px;
    height: 30px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

.hf-shopping-cart-list-items ul li {
  position:relative;
}

.hf-shopping-cart-list-items ul li > span.remove-shopping-cart {
  position:absolute;
      top: -8px;
    right: -10px;
    transition:all 0.3s;
    z-index:99;
}
@media(min-width:768px) {
  .hf-shopping-cart-list-items ul li > span.remove-shopping-cart {
    opacity:0;
}
.hf-shopping-cart-list-items ul li:hover span.remove-shopping-cart {
    opacity:1;
}
}

a.remove:hover {
  background: #ed9090;
}

.promoCode {
  border: 2px solid #efefef;
  float: left;
  width: 35%;
  padding: 2%;
  background: white;
    margin-top: 20px;
    border-radius: 5px;
}
.promoCode label {
  display: block;
  width: 100%;
  margin-bottom: .5em;
  letter-spacing: -.025em;
}
.promoCode input {
  width: 85%;
  font-size: 1em;
  padding: .5em;
  float: left;
  border: 1px solid #dadada;
  border-radius: 0;
}
.promoCode input:active, .promoCode input:focus {
  outline: 0;
}
.promoCode a.btn {
    float: left;
    width: 15%;
    padding: .8em 0;
    border-radius: 0 50px 50px 0;
    text-align: center;
    border: 1px solid #00adba;
}
.promoCode a.btn:hover {
  border: 1px solid #f69679;
  background: #f69679;
}

.promoCode .btn {
  font-size: .85em;
  paddding: .5em 2em;
}

/* TOTAL AND CHECKOUT  */
.subtotal {
  float: right;
  width: 35%;
    background: #fff;
    border-radius: 5px;
    border: cadetblue;
    border-style: dashed;
    margin-bottom: 50px;
}

.subtotal.cd {
  width: 100%;
    background: #fff;
    border-radius: 5px;
    border-color: #eaeaea;
    border-style: dashed;
    border-width:2px;
}

.subtotal.cd h6 {
  padding: 30px 20px 5px 30px;
}

.subtotal.cd .wallet_balance {
    padding: 30px 20px 5px 30px;
}

.subtotal ul {
    padding-top:1.25em;
}

.subtotal .totalRow {
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    padding: .25em 1.25em;
}

.subtotal .totalRow.final {
  font-size: 1.25em;
  font-weight: bold;
}
.subtotal .totalRow span {
  display: inline-block;
  padding: 0 0 0 1em;
  text-align: right;
}
.subtotal .totalRow .label {
  font-size: .85em;
  text-transform: uppercase;
  color: #777;
  font-weight:600;
}
.subtotal .totalRow .value {
  letter-spacing: -.025em;
  width: auto;
}

.wallet_balance label {
    font-size:small;
}

@media only screen and (max-width: 39.375em) {
  .wrap {
    width: 98%;
    padding: 2% 0;
  }

  .projTitle {
    font-size: 1.5em;
    padding: 10% 5%;
  }

  .heading {
    padding: 1em;
    font-size: 90%;
  }

  .cart .items .cartSection.qtyWrap, .deliverySummary .items {
    width: 10%;
    text-align: center;
    padding: .5em 0;
    float: right;
  }
  .cart .items .cartSection.qtyWrap:before {
    content: "QTY";
    display: block;
    padding: .25em;
    font-size: .75em;
  }
/*  .cart .items .cartSection.prodTotal, .cart .items .cartSection.removeWrap {
    display: none;
  }*/
  .promoCode, .subtotal {
    width: 100%;
  }

a.btn.continue {
    width: auto;
    text-align: center;
  }
  
@media(min-width:768px) {
  a.btn.continue {
    width: 100%;
  }
}
  
  .cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
  font-weight: normal;
  font-size: .85em;
}
.cart .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 1.5em;
  border-bottom: 1px solid #fafafa;
  line-height:2;
}
}

/*****************************/

@media(max-width:1199px) {
  .cartWrap .cartSection-head {
  display:none !important;
}
}
.cartWrap .cartSection-head {
  background:#00adba;
  color:#ffffff;
  padding:1.05em 0;
}

.cartWrap .cartSection-head div:nth-child(1) {
    flex-basis: 37%;
    padding-left: 25px;
}

.cartWrap .cartSection-head div:nth-child(2) {
    flex-basis: 12%;
}

.cartWrap .cartSection-head div:nth-child(3) {
    flex-basis: 25%;
}


/* =========================================
   MY_FAVORITES
   ========================================= */
/*
 * 1. MY-CART-CONTAINER
 */

.cart.fav {
    padding: 0;
}

.cart.fav h3 {
}

.cart .items.no-bg {
  background: none;
}

.cart.fav .cart-description {
  padding:.25em;
}

.cart.fav .items .cart-description h3 {
    font-size: 1.5em;
    text-transform:capitalize;
}

.cart.fav .cartWrap::after {
    content: "";
    position: relative;
    width: 95%;
    height: 2px;
    background: rgba(0,0,0,.13);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cart.fav .items .cart-description p {
    font-size: 1em;
}

@media (max-width: 767px) {
.cart.fav .items .cartSection .itemImg {
    padding-right: 1em;
}

.cart.fav .items .cartSection .itemImg {
    width: 8em;
}
.cart.fav .items .cart-description h3 {
    font-size: 1.05em;
}
}

/******************************/
/*******************************/












/* =========================================
   ORDERS
   ========================================= */
/*
 * 1. MY-ORDER-CONTAINER
 */

.cart.fav.order .items {
    padding: .75em 1.5em;
}

.cart.fav.order .cartWrap::after {
    content: none;
}











/*****************************/

























/*******************************************/

.search-box {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 15px 15px;
}

.search-box input,
.search-box .icon {
  transition-duration: .3s;
}

.search-box input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 40px;
  z-index: 2;
  outline: none;
  color: #999;
  background: transparent;
  border:0;
border: 2px solid #00adba70;
  box-shadow: inset 0 0 0 2px #e4e4e4;
  border-radius: 5px;
  width: 100%;
  transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}

.search-box input:focus {
  color: #333;
  border-color: #00adbaa8;
  box-shadow: 0 0 0 0.1rem rgba(0, 173, 186, 0.5);
}

@media(min-width:768px) {
.search-box {
    float: right;
    width: 150px;
    height: 40px;
    margin: 11px 15px;
}

.search-box input {
  width: 150px;
}

.search-box input:focus {
  width: 200px;
}
}

input:focus ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #00adba;
}

.search-box .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: .5;
}

/* =========================================
   CHECKBOX
   ========================================= */
/*
 * 1. MY-ORDER-CONTAINER
 */

 .checkbox {
  padding-left: 2px;
  cursor:pointer;
  margin-bottom: 12px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  cursor:pointer;
  line-height: 1.6;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    font-size: 14px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    top: -2px;
    left: 4px;
    position: relative;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'healthyfish';
  content: "\e916";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: rgba(0, 173, 186, 0.75);
    border: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
  padding-bottom:10px;
}

.hf-review-form #form-review label svg {
  margin-right:10px;
}

.radio.radio-inline label {
  font-weight:800;
}

.hf-review-form #form-review input[type="radio"] {
    display: none;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}

/* =========================================
   CONTACT
   ========================================= */
/*
 * 1. MY-ORDER-CONTAINER
 */

@media (min-width:768px) {
.hf-contact li {
	display:inline-flex;
	margin-bottom:10px;
	align-items: baseline;
}
}
.hf-contact h3 {
	font-size:16px;
}
.hf-contact p {
	padding-left:10px;
	font-size:16px;
}
.hf-wrapper .hf-heading {
  text-align:center;
  padding:0;
}
@media(min-width:768px) {
.hf-wrapper .hf-heading {
	padding:30px;
}
}

.hf-wrapper .hf-heading h2 {
	text-transform:uppercase;
}

@media(min-width:768px) {
.hf-wrapper form.contact {
	width:60%;
}
}

.hf-wrapper .contact input {
	border-radius:88px;
}

.hf-wrapper .contact textarea.form-control {
	border-radius:20px;
}

.form-control-lg {
    font-size: 1rem;
}

.form-group {
    margin-bottom: 1.85rem;
}

@media(min-width:768px) {
form.checkout-form {
  width:80% !important;
}
}

/* =========================================
   FAQ
   ========================================= */
/*
 * 1. MY-ORDER-CONTAINER
 */

.accordion {
  max-width: 760px;
  border-top: 1px solid #d9e5e8;
  margin-top:30px;
}
.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
}
.accordion li p {
  display: none;
  padding: 10px 25px 5px;
  color: #101010;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 1rem;
  text-indent: 15px;
  user-select: none;
}
@media(max-width:567px) {
  .accordion a {
  font-size: 13px;
}
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 10px;
}
@media(max-width:567px) {
  .accordion p {
  font-size: .85rem;
}
}
a.active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#008b95 !important;
}

a.active.link::after {
  content: '';
  position: absolute;
  width: 100% !important; height: 1px;
  display: block;
  margin-top: 5px;
  background: #008b95;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
} 


/*******************************************/

.btn-arrow:link, .btn-arrow:visited {
  letter-spacing: -.015em;
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn-arrow:after {
  content: "\276f";
  padding: .5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-arrow:hover, .btn-arrow:focus, .btn-arrow:active {
  background: #f69679;
}
.btn-arrow:hover:after, .btn-arrow:focus:after, .btn-arrow:active:after {
  right: -7px;
}

/* =========================================
   RECIPES
   ========================================= */
/*
 * 1. MY-ORDER-CONTAINER
 */

 .recipes_description p {
  padding:15px;
 }
 @media(min-width:768px) {
 .recipe_description p {
  padding:40px;
 }
}

article.pluto-post-box {
    border: #fff;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(151,160,204,0.12);
    box-shadow: 0px 7px 14px 0px rgba(151,160,204,0.12);
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

article.pluto-post-box .post-body {
    position: relative;
}

article.pluto-post-box .post-media-body {
    padding: 15px;
}


article.pluto-post-box .post-body .figure-link figure {
    border-radius: 12px;
    overflow:hidden;
    display: table;
}

figure img{
    width: inherit;
    max-width: 100%;
    height: auto;
    display: block;
    /* margin: 0px auto; */
}

@media(max-width:767px) {
    figure img {
    width: 100px;
}
}

figure {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.figure-link .figure-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 12px;
    z-index: 2;
}

.figure-link .figure-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    opacity: 0;
    left: 50%;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    z-index: 3;
}

.figure-link:hover .figure-icon {
    transform:translate(-20px, -20px);
    opacity: 1;
}

article.pluto-post-box .post-media-body + .post-content-body {
    padding-top: 5px;
}
article.pluto-post-box .post-content-body {
    padding: 25px;
}

article.pluto-post-box .post-title {
    margin-top: 0px;
}

article.pluto-post-box .post-title a {
    color: #2c2d2f;
    font-size: 20px;
    line-height: 32px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media(max-width:567px) {
  article.pluto-post-box .post-title a {
    font-size: 16px;
}
}

article.pluto-post-box .post-title a:hover {
    text-decoration: none;
    border-color: #2c2d2f;
}

article.pluto-post-box .post-content {
    color: #5c5c5c;
    font-weight: 400;
}

.read-more-link {
    margin-top: 15px;
}

.read-more-link a {
    font-weight: 700;
    display: inline-block;
    color: #111;
    background-color: #fff;
    border-bottom: 2px solid #111;
    padding: 4px 0px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/****************************/

article.pluto-post-box:hover {
    -webkit-box-shadow: 0px 12px 28px 0px rgba(151,160,204,0.3);
    box-shadow: 0px 12px 28px 0px rgba(151,160,204,0.3);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}



.figure-link:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.figure-link img {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 1;
}

.hf-products-container .recipe-card {
  display:flex;
  display:-ms-flexbox;
  justify-content:center;
  flex-wrap: wrap;
  padding:40px 0 60px;
}
.hf-products-container .recipe-card .item-isotope {
  float:left;
  width:calc(100% / 3 - 20px);
  padding:1%;
}
@media (max-width:767px) {
  .hf-products-container .recipe-card .item-isotope {
  width:calc(100% / 2);
  float:left;
  padding:1%;
}
}

.figure-link:hover .figure-shade {
    background-color: rgba(0,0,0,0.25);
}

/*****************************/

.hf-list-container .hf-recipe-details ul li {
  line-height:1.8;
  font-size:15px;
}

.hf-categories.background-0 {
  background:none;
}

.hf-list-container .hf-recipe-details ul li::before {
  content:"";
  position:absolute;
  background-image:url("/image/tickk.png");
  width:30px;
  height:30px;
  background-size:14px;
  background-repeat: no-repeat;
  background-position: center;
  left:15px;
}

.hf-list-container .hf-recipe-details ul {
  padding-left:0;
  list-style:none;
}

@media(min-width:768px) {
  .hf-list-container .hf-recipe-details ul li::before {
  left:30px;
}
.hf-list-container .hf-recipe-details ul li {
  padding-left:30px !important;
}
}

.method__list {
    margin: 0;
    list-style: none;
}

.method__item::before {
    content: counter(method) ".";
    font-weight: 700;
    font-size: 23px;
    margin-right: 8px;
    float: left;
    line-height: 1;
}

.method__item {
    font-size: 16px;
    border-bottom: 1px solid #f0f2eb;
    counter-increment: method;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*************************/
/*************************/
/*************************/

.delivery_popup .modal-content {
    border: 0;
    background-color: transparent;
}

.delivery_popup .modal-content .modal-body .pop-header {
    position:absolute;
    top:20px;
    left:50%;
    transform: translate(-50%);
    z-index:2;
    width: 100%;
}

.delivery_popup .modal-content .delivery_pop_details {
    position:absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%);
    z-index:2;
    width: 100%;
}

.delivery_popup .modal-header {
    justify-content: flex-end;
    border-bottom: 0;
}


/**************************/
/****************************/
/****************************/

@media (max-width: 575px) {
.stock_out_popup .modal-dialog {
    max-width: 85%;
    margin: 1.75rem auto;
}
}
/*@media (min-width: 576px) {
.stock_out_popup .modal-dialog {
    max-width: 380px;
    margin: 1.75rem auto;
}
}*/

.stock_out_popup .modal-footer {
    justify-content: center;
    border-bottom: 0;
}

.stock_out_popup .modal-fish {
    position:absolute;
    top:0;
    z-index:3;
    top: -25px;
    left: -40px;
}
@media(min-width:768px) {
  .stock_out_popup .modal-fish {
    top:0;
    top:-65px;
    left:-70px;
}
}

.stock_out_popup .modal-fish img {
    width:100px;
}
@media(min-width:567px) {
.stock_out_popup .modal-fish img {
    width:170px;
}
}

/***************************/

.forgot_popup .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-center;
}

/***************************/
/****************************/






/* =========================================
   SINGLE PRODUCT
   ========================================= */
/*
 * 1. MY-ORDER-CONTAINER
 */

@media(min-width:768px) {
.hf-single-product {
	background: white !important;
	padding:1.25rem;
}
}

@media(max-width:767px) {
   .hf-container .hf-single-product-price-banner h2 {
    font-size:20px;
   }
}

 .hf-products.hf-single-product .form-inline label{
  width:100%;
  text-align:center;
 }

 @media (min-width: 576px) {
.hf-single-product.hf-single-product label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin-bottom: .56em;
    font-weight:600;
}
}

.single-product-price-details {
  background:#f1f1f1;
  padding:.66em;
}

select option {
 height: 35px !important;
  padding:5px !important;
  line-height: 35px !important;
}

option {
  height: 35px !important;
  padding:5px !important;
  line-height: 35px !important;
}

@media (max-width:567px) {
.hf-single-product.hf-single-product .hf-quantity-select select {
    width: 48%;
    display: initial;
}

#header h1 a {
    width: 30px;
    margin-top: -3px !important;
}
}


/*********

*
**
/**/
.hf-products.hf-single-product .hf-product-description {
  padding:1.25em 0;
}

.read-more {
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
  cursor: text;
}
.read-more .trigger {
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  color: #00adba;
  font-weight: bold;
}
.read-more .content {
  position: relative;
  overflow: hidden;
  max-height: 280px;
  transition: max-height 500ms ease;
}
.read-more .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: opactiy 500ms ease, visibility 500ms ease;
}
.read-more.expanded .content::before,
.read-more.expanded .trigger {
  opacity: 0;
  visibility: hidden;
}
.read-more.expanded .content {
  max-height: 600px;
}

/***************************/

.hf-products.hf-single-product .hf-product-description-list ul li {
  display:flex;
}

.hf-products.hf-single-product .hf-product-description-list ul li p {
  flex-basis:50%;
}

.hf-products.hf-single-product .hf-product-description-list ul li p:first-child::after {
  content:"\:";
  position:sticky;
  left:100%;
}

.hf-products.hf-single-product .hf-product-description-list ul li p:nth-child(2) {
  padding-left:50px;
}

@media (max-width:567px) {
.hf-product-description-price h4 {
  font-size:16px;
}
/*.hf-product-description-price .price-lead span:nth-child(1), span:nth-child(2) {*/
/*  font-size:14px;*/
/*}*/
.hf-product-description-price .price-lead span:nth-child(3) {
  font-size:18px;
}
}

/****************************/


@media(max-width:767px) {
.hf-categories ul li {
  display:inline-grid;
  width:calc(100%);
}
}

@media(max-width:567px) {
.hf-categories ul li {
  display:inline-grid;
  width:calc(100%);
}

.hf-categories ul li .checkbox label {
  font-size:13px;
}
}


/**************************/



/*************************/


#share {
  width: 100%;
    margin: 20px auto;
    text-align: center;
}

/* buttons */

#share a {
    width: auto;
    height: auto;
    margin: 8px;
    border-radius: 50px;
    font-size: 18px;
    padding: 6px 23px;
    color: #fff;
    font-weight: 700;
}

@media(max-width:767px) {
  #share a {
    width: auto;
    height: auto;
    margin: 1px;
    border-radius: 50px;
    font-size: 12px;
    padding: 8px 11px;
    color: #fff;
    font-weight: normal;
}
}

#share a:hover {
  opacity: .8;
}

/* icons */

#share i {
    position: relative;
    top: 21%;
    transform: translateY(-50%);
}

/* colors */

.facebook {
  background: #3b5998;
}

.whatsapp {
    background: #2cb742;
}

.googleplus {
    background: #dd4b39;
}

.linkedin {
    background: #222222;
}



/*******************/

/********************/

/* =========================================
   WALLET
   ========================================= */
/*
 * 1. MY-ORDER-CONTAINER
 */

.wallet-container .wallet-body {
  padding: 40px 40px 30px;
  border:10px solid rgba(0,0,0,.10);
  border-radius:25px;
  position:relative;
}

.wallet-body p {
  text-align:center;
}
.wallet-body.wallet-body-1 p:nth-child(2), .wallet-body .recent_activity_earnings p {
  font-size:xx-large;
  color:#00adba;
}
@media(min-width:768px) {
.wallet-body p {
  font-size:larger;
  text-align:left;
}

.wallet-body button {
  font-size: large;
  font-weight:700 !important;
}

.wallet-body button {
  font-size:x-large;
}
}

/*******************/
/*******************/

.image_overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#FFF;
  opacity:0;
}

#view_details {
  position:absolute;
  top:112px;
  left:50%;
  transform:translate(-50%);
  color:#fff;
  text-align:center;
  font-weight:700;
  opacity:0;
}

#view_details:hover {
  background:#fff;
  color:#00adba;
  cursor:pointer;
}

.hf-item:hover #view_details {
  opacity:1;
  font-size:15px;
  top:115px;
  -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.hf-item .image_overlay {
  opacity:0;
  -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.hf-item:hover .image_overlay {
  opacity:0.5;
  -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}


@media (max-width: 768px) {
.navbar-brand {
    margin-right: 40% !important;
}
}


/************************/
/*************************/
/***********************/

.px-1-5 {padding:.75em 1.5em !important;} 


















button#heart {
    background: #efefef;
    border: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display:flex;
    outline:none;
    cursor:pointer;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    z-index:99;
}

@media (max-width:767px) {
button#heart {
    top: 10px;
}
button#heart span {
    top:2px;
    right: 3px !important;
}
}

button#heart span {
  padding: 5px;
  font-size: 20px;
  font-weight: normal;
  color: #d2cfcf66;
  position: relative;
  transition: color 0.6s;
  right: 3.5px;
}
button#heart span:hover {
  color: #ffc6c6;
}
button#heart span span {
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 20px;
}
button#heart.faved span {
  -webkit-animation: heart 0.5s;
  animation: heart 0.5s;
  color: #E86C6C;
}
button#heart.faved span span {
  z-index: 1000;
  -webkit-animation: heartHollow 0.5s;
  animation: heartHollow 0.5s;
}
.heart 0% {
  transform: scale(1);
}
.heart 25% {
  transform: scale(1.2);
  color: #E86C6C;
}
.heart 50% {
  transform: scale(1.4);
  color: #E86C6C;
}
.heart 100% {
  transform: scale(1);
  color: #E86C6C;
}
.heartHollow 0% {
  transform: scale(1);
  opacity: 1;
}
.heartHollow 25% {
  transform: scale(1.4);
  opacity: 0.5;
}
.heartHollow 50% {
  transform: scale(1.6);
  opacity: 0.25;
}
.heartHollow 100% {
  transform: scale(2);
  opacity: 0;
  display: none;
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
    color: #E86C6C;
  }
  50% {
    transform: scale(1.4);
    color: #E86C6C;
  }
  100% {
    transform: scale(1);
    color: #E86C6C;
  }
}
@-webkit-keyframes heart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
    color: #E86C6C;
  }
  50% {
    transform: scale(1.4);
    color: #E86C6C;
  }
  100% {
    transform: scale(1);
    color: #E86C6C;
  }
}
@keyframes heartHollow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.4);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.25;
  }
  100% {
    transform: scale(2);
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes heartHollow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.4);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.25;
  }
  100% {
    transform: scale(2);
    opacity: 0;
    display: none;
  }
}

/*********/
/********/
/********/

.line {
  height: 8px;
  background-color: #111;
  border-radius: 4px;
}
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.3s, fadeout 0.3s 1s;
    animation: fadein 0.3s, fadeout 0.3s 1s;
}
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.shortline {
  height: 2px;
  width: 20px;
}

.hf-review-form {
	padding:1.25rem;
}

.comments {
  margin: 2.5rem auto 0;
  max-width: 60.75rem;
}

.comment-wrap {
  margin-bottom: 1.25rem;
  display: table;
  width: 100%;
  min-height: 5.3125rem;
}

.photo {
  padding-top: 0.625rem;
  display: table-cell;
  width: 3.5rem;
}
.photo .avatar {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  background-size: contain;
}

.comment-block {
  padding: 1rem;
  background-color: #f7f7f7;
  display: table-cell;
  vertical-align: top;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.comment-block textarea {
  width: 100%;
  resize: none;
}

.comment-text {
  margin-bottom: 1.25rem;
}

.bottom-comment {
  color: #acb4c2;
  font-size: 0.875rem;
}

.comment-date {
  float: left;
}

.comment-actions {
  float: right;
}
.comment-actions li {
  display: inline;
  margin: -2px;
  cursor: pointer;
}
.comment-actions li.complain {
  padding-right: 0.75rem;
  border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
  padding-left: 0.75rem;
  padding-right: 0.125rem;
}
.comment-actions li:hover {
  color: #0095ff;
}

@media (min-width:768px) {
.hf-single-categories-link ul li {
    line-height:2;
}
}

.hf-sort {
    margin:0 30px 30px;
}
.hf-sort select {
    width:auto;
}
.hf-sort h5 {
    font-size:.7em;
}

.breadcrumb {
    margin-top:50px;
    background-color: #ffffff !important;
}

.br-10 {
    border-radius:10px;
}

.product-detail-container {
    background: #FFFFFF;
    margin-top:40px;
}

/*******************************/

/* Header */

  body {
    padding-top: 3.5em;
  }

  #header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    height: 3.5em;
    left: 0;
    line-height: 3.5em;
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 1040;
  }

    #header a {
      color: inherit;
      text-decoration: none;
    }

    #header ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
    }

      #header ul li {
        display: inline-block;
        padding-left: 0;
      }

    #header h1 {
      height: inherit;
      line-height: inherit;
      padding: 0 0 0 1.5em;
      white-space: nowrap;
    }

      #header h1 a {
        font-size: 0.5em;
        display:block;
        margin-top: 0.50rem;
      }

    #header .links {
      -moz-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-left: solid 1px rgba(160, 160, 160, 0.3);
      height: inherit;
      line-height: inherit;
      margin-left: 1.5em;
      overflow: hidden;
      padding-left: 1.5em;
    }

      #header .links ul li {
        border-left: solid 1px rgba(160, 160, 160, 0.3);
        line-height: 1;
        margin-left: 1em;
        padding-left: 1em;
      }

        #header .links ul li:first-child {
          border-left: 0;
          margin-left: 0;
          padding-left: 0;
        }

        #header .links ul li a {
          border-bottom: 0;
          font-size: 0.8em;
          font-weight: 400;
          letter-spacing: 0.25em;
          text-transform: uppercase;
        }
        
        #header .links ul li a.active .link:after {
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #000;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

    #header .main {
      height: inherit;
      line-height: inherit;
      text-align: right;
    }

      #header .main ul {
        height: inherit;
        line-height: inherit;
      }

        #header .main ul li {
          border-left: solid 1px rgba(160, 160, 160, 0.3);
          line-height: inherit;
          white-space: nowrap;
        }

          #header .main ul li > * {
            /*display: block;*/
            display:-webkit-inline-box;
            float: left;
          }

          #header .main ul li > a:not(.circle) {
            text-decoration: none;
            border-bottom: 0;
            color: #aaaaaa;
            overflow: hidden;
            position: relative;
            text-indent: 4em;
            width: 4em;
            height: -webkit-fill-available;;
          }

            #header .main ul li > a::before, form.search::before {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-family: 'healthyfish';
              font-style: normal;
              font-weight: normal;
              text-transform: none !important;
            }

            #header .main ul li > a:before {
              display: block;
              height: auto;
              left: 0;
              line-height: inherit;
              position: absolute;
              text-align: center;
              text-indent: 0;
              top: 0;
              width: inherit;
              top: 50%;
              transform: translateY(-50%);
            }

    #header form {
      margin: 0;
    }

      #header form input {
        display: inline-block;
        height: 2.5em;
        position: relative;
        top: -2px;
        vertical-align: middle;
        text-indent:0;
      }

    #header #search {
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      max-width: 0;
      opacity: 0;
      overflow: hidden;
      padding: 0;
      white-space: nowrap;
    }

      #header #search input {
        width: 12em;
      }

      #header #search.visible {
        max-width: 12.5em;
        opacity: 1;
        padding: 0 0.5em 0 0;
      }

    @media screen and (max-width: 980px) {

      #header .links {
        display: none;
      }

    }

    @media screen and (max-width: 736px) {

      #header {
        height: 2.75em;
        line-height: 2.75em;
      }

        #header h1 {
          padding: 0 0 0 1em;
        }

        #header .main .search {
          display: none;
        }

    }

    /* Menu */

  #menu {
    -moz-transform: translateX(25em);
    -webkit-transform: translateX(25em);
    -ms-transform: translateX(25em);
    transform: translateX(25em);
    -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    box-shadow: none;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 25em;
    z-index: 10002;
  }

    #menu > * {
      border-top: solid 1px rgba(160, 160, 160, 0.3);
      padding: 3em;
    }

      #menu > * > :last-child {
        margin-bottom: 0;
      }

    #menu > :first-child {
      border-top: 0;
    }

    #menu .links {
      list-style: none;
      padding: 0;
    }

    #menu .links h3 {
      font-size: 0.7em;
      padding-bottom:10px;
      border-bottom: dotted 1px rgba(160, 160, 160, 0.3);
    }

      #menu .links > li {
        border: 0;
        display: inline-grid;
        width: 49%;
      }

        #menu .links > li a {
          display: block;
          border-bottom: 0;
          cursor:pointer;
        }

          #menu .links > li a h3 {
            -moz-transition: color 0.2s ease;
            -webkit-transition: color 0.2s ease;
            -ms-transition: color 0.2s ease;
            transition: color 0.2s ease;
            font-size: 0.7em;
          }

          #menu .links > li a p {
            font-size: 0.85em;
            font-weight: 400;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-decoration: none;
            text-transform: uppercase;
            cursor:pointer;
          }

          #menu .links > li a:hover h3 {
            color: #2ebaae;
          }

        #menu .links > li:first-child {
          border-top: 0;
          margin-top: 0;
          padding-top: 0;
        }

    body.is-menu-visible #menu {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      visibility: visible;
    }
    
/*overlay*/
.overlay {
    display:none;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	height:100%;
	width:100%;
	background:#33333375;
	overflow:auto;
	z-index:1060;
}

    @media screen and (max-width: 736px) {

      #menu > * {
        padding: 1.5em;
      }

    }
    
    
/*******************************/

.link {
  position: relative;
}

.link:after{
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #000;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
 
.link:hover:after{
  width: 100%;
  left: 0;
  background: #00adba;
}



/*******************************/
    
.dropotron {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.065), inset 0 -1px 0 0 #fff, inset 0 0 0 1px rgba(229, 229, 229, 0.5);
    list-style: none;
    margin: calc(-0.5em + 1px) 0 0 1px;
    padding: 0.5em 0;
    width: 11em;
  }

    .dropotron li {
      padding: 0;
    }

      .dropotron li a, .dropotron li span {
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
        border: 0;
        border-top: solid 1px #f2f2f2;
        color: inherit;
        display: block;
        padding: 0.5em 1em;
      }

      .dropotron li:first-child > a, .dropotron li:first-child > span {
        border-top: 0;
      }

      .dropotron li.active > a, .dropotron li.active > span, .dropotron li:hover > a, .dropotron li:hover > span {
        background: #00adba;
        color: #ffffff;
      }

    .dropotron.level-0 {
      font-size: 0.9em;
      margin: 2.5em 0 0 0;
    }

      .dropotron.level-0:before {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        border: solid 1px rgba(229, 229, 229, 0.5);
        border-bottom: 0;
        border-right: 0;
        box-shadow: -0.25em -0.125em 0.125em 0 rgba(0, 0, 0, 0.015);
        content: '';
        display: block;
        height: 0.75em;
        position: absolute;
        right: 1.25em;
        top: -0.400em;
        width: 0.75em;
        z-index: 0;
      }

/*body.is-menu-visible {*/
/*    background:rgb(0, 173, 186);*/
/*    transition: all 1s;*/
/*}*/

/*body.is-menu-visible .container {*/
/*    opacity: 0.15;*/
/*}*/

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    border-color: #2ebaae;
    box-shadow: inset 0 0 0 1px #2ebaae;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
    /*-ms-appearance: none;*/
    /*appearance: none;*/
    /*background: rgba(160, 160, 160, 0.075);*/
    border: none;
    border: solid 1px rgba(160, 160, 160, 0.3);
    border-radius: 0;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    /*width: 100%;*/
}

/**********************/

form.search > input:first-child {
    padding-left: 2.5em;
}

input[type="text"], input[type="password"], input[type="email"], select {
    height: 2.75em;
}

form.search:before {
    color: #aaaaaa;
    content: '\e909';
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    position: absolute;
    text-align: center;
    width: 2.5em;
}

#menu input[type="submit"], #menu input[type="reset"], #menu input[type="button"], #menu button, #menu .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    background-color: transparent;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
    color: #3c3b3b !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.6em;
    font-weight: 800;
    height: 4.8125em;
    letter-spacing: 0.25em;
    line-height: 4.8125em;
    padding: 0 2.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

/****************/

.product-detail-container .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    font-size:.7em;
}

.bxslider-wrap {visibility: hidden;min-height: 300px;}

.bx-wrapper {
    margin-top:30px;
    box-shadow:none !important;
    min-height: 300px;
}

/********************************/

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #ABABAB;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #00adba;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}

/*/// ADDRESS LIST */

.hf-products-container.hf-address-list-container {
    background: #fff;
    border-radius: 10px;
    margin-top:30px;
    padding:50px;
}

#snackbar a {
    font-weight: 600;
    color: wheat;
}

@media (max-width:767px) {
.hf-products-container.hf-address-list-container {
    padding:0;
}
.hf-products.hf-single-product .form-inline {
    flex-flow: column;
}
.wm-100 {
    width: 100%!important;
}
}

.desktop-userActions {
    width: 275px;
    right: 155px;
    top: 40px;
    position: absolute;
    padding: 25px;
    z-index: 3;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    background-color: #FFFFFF;
    color: #3E4152;
    border: 1px solid #F5F5F6;
    visibility: hidden;
    opacity: 0;
    margin: -2px 0px;
}

.showDesktopLogin:hover .desktop-userActions {
    visibility: visible !important;
    opacity: 1 !important;
}

.desktop-infoTitle {
    font-family: Whitney-SemiBold, Whitney;
    font-weight: 900;
    height: 25px;
    margin-top: 15px;
}

@media (min-width:768px) {
select.cut_id {
    width:200px !important;
}
.cart_empty {
    background:#fff;
    padding:6.25em 1em 0;
}
}

.cart_empty {
    background:#fff;
}

.cart_empty img {
    width:110px;
}

.cart_empty_container {
    background:#fff;
}

.carousel_container {
    background:#fff;
    margin:2.25em 0 1.05em;
    padding:.15em;
    border-radius:5px;
}
/********************/

.card-box {
  background: #ffffff;
  padding: 2rem 1rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
  overflow:hidden;
}

.card-headery {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}

.card-text {
    font-size:14px;
}

.cardy-img {
  position: absolute;
  width: 60px;
  height: 59px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: block;
      border: 2px solid #fff;
}

.card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  /*background: linear-gradient(90deg, #5eeebb, #51aafa);*/
  /*background: linear-gradient(90deg, #00adba, #005574);*/
  background: linear-gradient(90deg, #00000029, #00557400);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  color: dimgray;
  font-size: 14px;
}

.card-text, .mbr-subtitle {
  color: #8d97ad;
}

.underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}

.card-sign {
  padding-top: .5rem;
}

.hf-testimonial-grid .card {
margin-bottom:30px;
min-height:280px;
position:relative;
box-shadow: 0 4px 5px #e8e8e8;
    border: 0;
}

.hf-testimonial-grid .card .card-sign {
    position:absolute;
    bottom:10px;
}
.testimonial-carousel{
  height: 166px !important;
}

.about-ceo-image {
    background-size:contain;
    height:150px;
    width:150px;
    margin-bottom:12px;
        background-repeat: no-repeat;
}


.login-box {
    background: #fff;
    padding: 20px;
    max-width: 480px;
    margin: 25vh auto;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

.login-box h2 {
    margin: 20px 0 20px;
    padding: 0;
    text-transform: uppercase;
    color: #4688F1;
}

.social-button {
	  background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    padding: .35rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100px;
	  border-radius: 3px;
    margin: 10px auto;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
	  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
        border-radius: 55px;
        font-family:'FontAwesome';
        font-size:24px;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.13);
}

.social-button:hover {
	color:#fff;
}

.hf-social-login .hf-social-login-text {
    margin-right:35px;
}

/*.hf-social-login .login-box {*/
/*    width:calc(100% - 200px);*/
/*}*/

.hf-social-login .login-box a:first-child {
    margin-right:10px;
}

#facebook-connect {
    background:#1254ab;
}

#facebook-connect:hover {
	  border-color: rgb(60, 90, 154);
	  background: rgb(60, 90, 154);
	  -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#google-connect {
    background:#f65a5b;
}

#google-connect:hover {
	  border-color: rgb(220, 74, 61);
	  background: rgb(220, 74, 61);
	  -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

.hf-sign_in-container .hf-login-form {
    background: #fff;
    padding: 2.25rem .25rem;
    border-radius: .5rem;
    box-shadow: 0px 5px 15px 1px rgba(211, 211, 211, 0.4);
}
.googlesignup{
    border: 0 !important;
    padding: 0 !important;
}


/*********
FOR LOADER
--------*/

.loader {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 999999;
    position: fixed;
    top: 0;
}

.loader::before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.42);
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate-multiple,
.la-ball-clip-rotate-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-clip-rotate-multiple {
    display: block;
    font-size: 0;
    color: transparent;
    
}
.la-ball-clip-rotate-multiple.la-dark {
    color: #333;
}
.la-ball-clip-rotate-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-clip-rotate-multiple {
    width: 32px;
    height: 32px;
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.la-ball-clip-rotate-multiple > div {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
       -moz-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
         -o-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
            animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
}
.la-ball-clip-rotate-multiple > div:first-child {
    position: absolute;
    width: 96px;
    height: 96px;
    border-right-color: #fff;
    border-left-color: #fff;
}
.la-ball-clip-rotate-multiple > div:last-child {
    width: 64px;
    height: 64px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-direction: reverse;
       -moz-animation-direction: reverse;
         -o-animation-direction: reverse;
            animation-direction: reverse;
}
.la-ball-clip-rotate-multiple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate-multiple.la-sm > div {
    border-width: 1px;
}
.la-ball-clip-rotate-multiple.la-sm > div:first-child {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate-multiple.la-sm > div:last-child {
    width: 8px;
    height: 8px;
}
.la-ball-clip-rotate-multiple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate-multiple.la-2x > div {
    border-width: 4px;
}
.la-ball-clip-rotate-multiple.la-2x > div:first-child {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate-multiple.la-2x > div:last-child {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate-multiple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate-multiple.la-3x > div {
    border-width: 6px;
}
.la-ball-clip-rotate-multiple.la-3x > div:first-child {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate-multiple.la-3x > div:last-child {
    width: 48px;
    height: 48px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-moz-keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0deg);
             transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -moz-transform: translate(-50%, -50%) rotate(180deg);
             transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
             transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-o-keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -o-transform: translate(-50%, -50%) rotate(0deg);
           transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -o-transform: translate(-50%, -50%) rotate(180deg);
           transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -o-transform: translate(-50%, -50%) rotate(360deg);
           transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
           -moz-transform: translate(-50%, -50%) rotate(0deg);
             -o-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
           -moz-transform: translate(-50%, -50%) rotate(180deg);
             -o-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
           -moz-transform: translate(-50%, -50%) rotate(360deg);
             -o-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*********
FOR LOADER END
--------*/

/*************
IMAGE STYLES
-------------*/

.ceo-image {
    border: 3px solid #00adba78;
}

/*span.malayalam::before {*/
/*    content: "\/";*/
/*    margin: 0 10px;*/
/*}*/

/*span.malayalam::after {*/
/*    content: "\/";*/
/*    margin: 0 10px;*/
/*}*/

/*************
TESTIMONIALS
-------------*/

.c-testimonial {
    justify-content: center;
    align-items:center;
    padding: 2.75rem 0;
    margin: 140px 0 65px;
    background:#203d51 url(https://ak5.picdn.net/shutterstock/videos/7523545/thumb/1.jpg);
    background-blend-mode:luminosity;
}

.c-testimonial-image {
    width: calc(1200px - 800px);
    border-radius: 280px;
    overflow: hidden;
    height: 200px;
    width: 200px;
    position: relative;
    z-index: 9;
    background-size: cover !important;
    border: 10px solid #203d51;
}

.c-testimonial-text {
    width:calc(100%);
    position: relative;
    color: #fff;
    padding: 20px;
    text-align:center;
}

@media (min-width:768px) {
    .c-testimonial-image {
    width: calc(1200px - 800px);
    height: 400px;
    width: 400px;
    position: absolute;
    left: 15%;
}

.c-testimonial-text {
    width:calc(1200px - 800px + -80px);
    left: 20%;
    color: #fff;
    text-align:left;
}
}

.c-testimonial-img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.c-testimonial-name {
    font-size:36px;
}

.c-testimonial-position {
    text-transform:uppercase;
    font-weight:600;
    padding-bottom: 12px;
    letter-spacing: 4px;
}

/* Circle Avatar Styles */

.circle {
	line-height: 0;		/* remove line-height */ 
	display: inline-block;	/* circle wraps image */
	margin: 5px;
  border: 4px solid rgba(200,200,200,0.4);
	border-radius: 50%;	/* relative value */
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.4);*/
	transition: linear 0.25s;
  height: 46px;
  width: 46px;
}
.circle img {
	border-radius: 50%;	/* relative value for
				   adjustable image size */
}
.circle:hover {
	transition: ease-out 0.2s;
  border: 4px solid rgba(0,0,0,0.2);
  -webkit-transition: ease-out 0.2s;
}
a.circle {
  color: transparent;
} /* IE fix: removes blue border */	

.header-profile-button {
    background:transparent;
}

/***/

.btn-outline-red {
  color: #ffa4a4;
  border-color: #ffa4a4 !important;
  border-radius:.25rem;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #ffa4a4;
  border-color: #ffa4a4;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #ffa4a4;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #ffa4a4;
  border-color: #ffa4a4;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* for new cart design */

.param {
  margin-bottom: 7px;
  line-height: 1.4;
}
.param-inline dt {
  display: inline-block;
}
.param dt {
  margin: 0;
  margin-right: 7px;
  font-weight: 600;
}
.param-inline dd {
  vertical-align: baseline;
  display: inline-block;
}

.param dd {
  margin: 0;
  vertical-align: baseline;
} 

.shopping-cart-wrap .price {
  color: #00adba;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  display: block;
}
var {
  font-style: normal;
}

.media img {
  margin-right: 1rem;
}
.img-sm {
  width: 90px;
  max-height: 75px;
  object-fit: cover;
}

.sc.text-truncate {
  font-weight: 700;
  text-transform: uppercase;
}

p.stockStatus {
  color: #82CA9C;
  font-weight: bold;
  text-transform: uppercase;
}

.sc-head {
background:#01adbb;
color:#ffffff;
}

.sc-card:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
}

/***/

.menu.username {
    text-transform:capitalize;
}

@media(max-width:767px) {
#header a {
    text-transform:uppercase;
    box-shadow:none;
}
.malayalam {
        font-size: 12px !important;
}
.img-wrap {
    width: 60px;
    margin-right: 10px;
}
}

.malayalam {
        font-size: 14px;
        display:block;
        padding-top:10px;
}
.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    z-index: 2222;
}
.spin-loader {
    height: 100px;
    background: url(http://i62.tinypic.com/2hzsro.gif) no-repeat center center transparent;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}