/*All mixins are here*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, .topStrip, .topContact span a, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

script {
  display: none !important; }

html {
  font-family: ebrima;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*All variables will go here*/
/*All styles for typograpghy will come here*/
a {
  text-decoration: none; }
  a:hover {
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    opacity: 0.6; }

/**for all hover effects where buttons or divs**/
:hover {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

.clear {
  clear: both; }

.clearHundred {
  clear: both;
  margin-bottom: 50px; }
  @media (min-width: 770px) {
    .clearHundred {
      margin-bottom: 100px; } }

.clearTwenty {
  clear: both;
  margin-bottom: 20px; }

.clearFifteen {
  clear: both;
  margin-bottom: 15px; }

.clearFifty {
  clear: both;
  margin-bottom: 25px; }
  @media (min-width: 400px) {
    .clearFifty {
      margin-bottom: 50px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  color: #1b1b1b; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f; }

::-moz-placeholder {
  /* Firefox 19+ */
  font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f; }

:-ms-input-placeholder {
  /* IE 10+ */
  font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f; }

:-moz-placeholder {
  /* Firefox 18- */
  font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f; }

/**Back to top**/
.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  background: url("images/upup.png") no-repeat; }
  .scrollToTop:hover {
    opacity: 6; }

.wrapper {
  width: 100%;
  height: auto;
  display: inline-block; }

.topWrap, .topWrap2 {
  background: #e3522e;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 20px 20px 20px; }
  @media (min-width: 600px) {
    .topWrap, .topWrap2 {
      height: 100vh; } }

@media (min-width: 600px) {
  .topWrap2 {
    height: auto; } }

table {
  width: 100%;
  height: auto;
  font: normal 12px "Open Sans", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 10px; }

table th, table td {
  padding: 10px;
  text-align: left; }

table th {
  line-height: 20px; }

table td {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 18px; }

table a {
  display: inline-block !important;
  text-decoration: none;
  color: #2b2b2b; }

table a:hover {
  opacity: 0.6; }

@media screen and (max-width: 832px) {
  table {
    border: 0; }
  tr, td {
    display: block;
    width: 100%;
    padding: 0; }
  td {
    border-bottom: 1px solid #ded9d9;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 18px; }
  th {
    display: none; }
  tr {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.7);
    border: 0;
    float: left; }
  tbody td:before {
    content: attr(data-th);
    display: block;
    font-weight: bold;
    margin-bottom: 10px; } }

.sorting_1 {
  background: #dcdbdb; }
  @media (min-width: 770px) {
    .sorting_1 {
      background: none; } }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #ddd !important; }

.regedForm {
  width: 100%;
  height: auto;
  display: inline-block; }
  .regedForm input {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 15px; }
  .regedForm .submit {
    background: #e3522e;
    width: 100%;
    height: auto;
    padding: 10px;
    color: #fff;
    margin-bottom: 0;
    border: 0; }
    .regedForm .submit:hover {
      opacity: 0.7; }
  .regedForm a {
    font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-top: 10px;
    opacity: 0.6;
    text-align: right;
    text-decoration: underline;
    float: right; }
    .regedForm a:hover {
      opacity: 0.7; }
  @media (min-width: 400px) {
    .regedForm img {
      width: 50%; } }

/*Admin Login*/
.adminBod {
  background: url(../images/admin.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.outerRegedForm {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px; }
  .outerRegedForm h1 {
    color: #e3522e;
    font: normal 20px "Arial Nova", Helvetica, sans-serif; }
  @media (min-width: 770px) {
    .outerRegedForm {
      float: left;
      width: 30%;
      height: auto; } }

.regLog {
  padding: 20px; }
  .regLog img {
    width: 80% !important; }
  .regLog h1 {
    font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important; }
  .regLog form {
    padding: 20px;
    background: #dcdbdb;
    width: 100%;
    display: inline-block; }
  @media (min-width: 770px) {
    .regLog {
      padding: 40px; } }

.loginBtn {
  background: #00a551 !important;
  color: #fff; }

.fa-user {
  font-size: 40px !important;
  color: #f9f9f9;
  width: 40px !important;
  height: 40px;
  line-height: 47px !important;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e3522e; }

.tabImg {
  width: 10%; }

tab img {
  width: 10%; }

td .fa-times-circle {
  top: -35px;
  left: 60px;
  position: relative;
  font-size: 20px !important;
  color: #e3522e; }

span .fa-times-circle {
  top: -35px !important;
  left: 70px !important;
  position: relative;
  font-size: 20px !important;
  color: #e3522e; }

.profileImgTop {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  margin-right: 10px;
  float: left; }

.profileImg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  float: left; }

.profileImWrap {
  width: 80px !important;
  height: auto !important;
  display: block !important;
  margin: auto !important;
  position: relative; }
  .profileImWrap a {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    font-weight: bolder;
    margin-left: 40px; }

.btn-group .btn-info {
  color: #fff; }

td img {
  width: 100%;
  display: block; }

.bgAlt {
  background: #faefe7; }

.bgAltTwo {
  background: #e7faf8; }

.message {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #aaa;
  padding: 20px; }

.pagination > .active > a {
  background-color: #00a551 !important;
  color: #fff !important;
  border-color: #00a551 !important; }

.pagination > li > a, .pagination > li > span {
  color: #1b1b1b !important; }

.dropdown-menu > li > p {
  font-size: 14px !important; }

.side .topMsg,
.side .calc {
  width: 100%;
  display: inline-block;
  height: auto;
  box-shadow: none; }

.side .topMsg h4 {
  text-align: center;
  color: #e3522e;
  font-weight: bold;
  font-size: 17px;
  margin-top: 0; }

.side .calc {
  background: #fff; }
  .side .calc .calcRes span {
    padding: 5px 0;
    font-size: normal 14px "Arial Nova", Helvetica, sans-serif; }
  .side .calc .card {
    border-radius: 4px;
    box-shadow: none;
    background-color: none;
    margin-bottom: 30px; }
  .side .calc .calcRes {
    padding: 5px;
    background: #038182; }
  .side .calc form {
    border: 1px solid #038182;
    background: #0c6f70; }
    .side .calc form input {
      color: #e602e6 !important; }
  .side .calc .calcRes small {
    padding-bottom: 5px;
    color: #fff; }
  .side .calc .calcRes span {
    color: #fff; }
  .side .calc::placeholder {
    color: #e602e6 !important;
    font-size: 14px; }
  .side .calc:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e602e6 !important; }
  .side .calc::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e602e6 !important; }
  .side .calc::-moz-input-placeholder {
    /* Microsoft Edge */
    color: #e602e6 !important; }
  .side .calc input,
  .side .calc select {
    background: #fff;
    border: 1px solid #aaa;
    color: #e602e6; }

.smallerBoxWrap {
  text-align: center; }

.smallerBox {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 10px; }
  .smallerBox h4 {
    margin: 10px 0 0 0; }
  .smallerBox:last-child {
    width: 100%; }
  @media (min-width: 400px) {
    .smallerBox {
      width: 33.3%; }
      .smallerBox:last-child {
        width: 33.3%; } }
  @media (min-width: 1000px) {
    .smallerBox {
      width: 30%; }
      .smallerBox:last-child {
        width: 30%; } }

.innerSmallerBox {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #aaa; }
  .innerSmallerBox small {
    width: 100%;
    display: block; }
  .innerSmallerBox span {
    font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
    display: inline;
    text-decoration: underline; }
  .innerSmallerBox a {
    color: red; }

.smallTitle {
  color: #e602e6 !important;
  font-weight: bold; }

.smallerBox .first {
  background: #e3522e;
  color: #fff; }

.smallerBox .second {
  background: #3e8209;
  color: #fff; }

.smallerBox .third {
  background: #038182;
  color: #fff; }

.smallerBox .four {
  background: #233578;
  color: #fff; }

.smallerBox .five {
  background: #07b996;
  color: #fff; }

.smallerBox .six {
  background: #1997cc;
  color: #fff; }

.smallerBox .seven {
  background: #1932cc;
  color: #fff; }

.smallerBox .eight {
  background: #8c088e;
  color: #fff; }

.smallerBox .nine {
  background: #cc1962;
  color: #fff; }

.dataTables_filter input {
  padding: 0; }

.sidebar .nav li.active > a {
  background: rgba(255, 255, 255, 0.5) !important; }

@media (min-width: 400px) {
  .col-lg-4,
  .col-lg-8 {
    width: 100%; } }

.widthLeft {
  width: 100%;
  height: auto;
  display: inline-block; }
  @media (min-width: 400px) {
    .widthLeft {
      width: 64%;
      display: inline-block;
      float: left; } }

.widthRight {
  width: 100%;
  height: auto;
  display: inline-block; }
  @media (min-width: 400px) {
    .widthRight {
      width: 35% !important;
      display: inline-block;
      float: right; } }

.adminLogin {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #f47e8a;
  padding: 20px;
  background: #e5e5e5; }

.adminLogin h1 {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #2b2b2b;
  text-align: center;
  margin: 0;
  font: normal 19px "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 20px; }

.adminLogin h2 {
  margin-bottom: 0; }

.adminLogin .submit,
.adminLogin button {
  width: 100%;
  display: block;
  color: #fff;
  border: 0;
  padding: 10px;
  background: #e3522e; }

@media (min-width: 600px) {
  .adminLogin {
    width: 45%;
    height: auto;
    display: block;
    margin: auto;
    padding: 20px;
    background: #e5e5e5;
    border: none; } }

@media (min-width: 800px) {
  .adminLogin {
    width: 30%;
    height: auto;
    padding: 20px;
    background: #e5e5e5;
    display: block;
    margin: auto;
    border: none;
    padding: 0; } }

@media (min-width: 960px) {
  .adminLogin {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    background: #e5e5e5;
    transform: translate(-50%, -50%); } }

.hideLogo {
  display: inline-block; }
  @media (min-width: 400px) {
    .hideLogo {
      display: none; } }

.btn-group .btn-info {
  color: #e602e6; }

.btn-info .caret {
  border-top-color: #e602e6; }

.toggle {
  font: normal 14px "Open Sans", Arial, Helvetica, sans-serif;
  cursor: pointer; }

.toggle .fa-caret-down {
  float: right;
  color: #2b2b2b; }

.toggleDrop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 95%;
  height: auto;
  background: #f2f2f2;
  padding: 10px;
  z-index: 99999999;
  display: none;
  border: 1px solid silver;
  position: absolute; }

.toggleDrop ul {
  padding: 0;
  margin: 0; }

.toggleDrop li {
  width: 100%;
  font: normal 12px "Open Sans", Arial, Helvetica, sans-serif;
  list-style-type: none !important;
  float: left;
  margin-bottom: 10px;
  border-left: 0; }

.toggleDrop li:before {
  background: none; }

.toggleDrop input {
  margin-bottom: 10px; }

.drop {
  cursor: pointer; }

.dropDown {
  display: none; }

.navbar-right p {
  margin: 10px 0; }

.navbar-right li p {
  font-size: 14px; }

.delPrf {
  top: 68px;
  position: absolute;
  left: -45px; }

.hideMenu {
  display: none; }
  @media (min-width: 400px) {
    .hideMenu {
      display: inline-block; } }

.dashboardList li {
  list-style-type: disc;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 28px; }

.genSl {
  background: #e602e6;
  color: #fff;
  padding: 5px;
  font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

#load, #loadslug, #loadcart, #loadcheck {
  display: none;
  margin-left: 1px; }

#mytextarea {
  min-height: 300px; }

.control_icons {
  width: 100%;
  height: auto;
  display: inline-block; }
  .control_icons a {
    margin-left: 15px;
    color: #1b1b1b; }
    .control_icons a :first-child {
      margin-left: 0;
      color: #1b1b1b; }

.dropdown-menu li {
  background: none !important; }
  .dropdown-menu li a {
    background: none !important;
    color: #1b1b1b;
    font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
    white-space: pre-wrap; }

.open .dropdown-menu {
  width: 100%; }

.sideDroppy {
  color: #ffffff;
  margin: 5px 15px;
  border-radius: 4px;
  display: block;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  display: inline-block; }

.galTabs {
  float: left;
  width: 25%; }
  .galTabs img {
    width: 100%;
    border: 1px solid #fff; }
  @media (min-width: 770px) {
    .galTabs {
      width: 20%; } }

.delTime {
  width: 100%; }
  .delTime small {
    background: #00a551;
    color: #fff; }

.lowAlert {
  color: #fff;
  background: red;
  padding: 3px 6px;
  font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif;
  font-size: 9px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

div.pagination {
  font-family: "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 20px;
  float: right; }

div.pagination a {
  padding: 0.5em 0.64em 0.43em 0.64em;
  background-color: #00a551;
  text-decoration: none;
  margin: 0 5px;
  border: 1px solid #fff;
  color: #fff; }

div.pagination a:hover, div.pagination a:active {
  background-color: #00a551;
  color: #fff; }

div.pagination span.current {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  border: 1px solid #fff;
  background-color: #f6efcc;
  color: #6d643c; }

div.pagination span.disabled {
  display: none; }

div.pagination strong {
  padding: 0.5em 0.64em 0.43em 0.64em;
  background-color: #aaa;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff; }

.topStrip {
  background: #00a551;
  font: normal 14px "Arial Nova", Helvetica, sans-serif;
  padding: 0 20px;
  display: none !important; }
  @media (min-width: 600px) {
    .topStrip {
      display: inline-block !important; } }

.topContact {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center; }
  .topContact span {
    margin-left: 20px;
    color: #fff;
    width: 40%;
    padding: 10px 0;
    height: auto;
    display: inline-block; }
    .topContact span a {
      color: #fff; }
  @media (min-width: 600px) {
    .topContact {
      width: 50%;
      float: right;
      text-align: right;
      display: inline-block; } }

.topPhone {
  border-left: 1px solid #fff;
  width: 27% !important; }

.navWrap {
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
  height: auto; }

.navv {
  display: none; }
  .navv a {
    font: normal 18px "Arial Nova", Helvetica, sans-serif;
    color: #00a551;
    margin-left: 15px;
    text-align: right;
    line-height: 45px; }
  @media (min-width: 770px) {
    .navv {
      width: 70%;
      float: right;
      text-align: right;
      height: 40px;
      display: inline-block; } }

.logo {
  width: 45%;
  height: auto;
  float: left; }
  .logo img {
    width: 100%;
    height: auto;
    display: inline-block; }
  @media (min-width: 600px) {
    .logo {
      width: 20%; } }

.new_active {
  border-top: 1px dashed #00a551;
  border-bottom: 1px dashed #00a551; }

/*Back to top*/
#back-top {
  position: fixed;
  bottom: 50%;
  right: 30px;
  z-index: 999999999; }

#back-top a {
  width: 31px;
  height: 35px;
  display: block;
  color: #01813f;
  font-size: 30px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  float: right; }

#back-top a:hover {
  opacity: 0.5; }

#back-top a:active {
  width: 31px;
  height: 35px;
  display: block;
  color: #ed1c24;
  float: right; }

.floaSup {
  position: fixed;
  bottom: 30%;
  right: 36px;
  z-index: 999999999; }
  .floaSup a {
    color: #8d3912;
    font-size: 30px; }
    .floaSup a:hover {
      text-decoration: none;
      color: red; }

footer {
  padding: 20px;
  color: #fff;
  background: #00a551; }
  footer ul {
    padding: 0;
    margin: 0; }
  footer li {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    list-style-type: none;
    font: normal 16px "Arial Nova", Helvetica, sans-serif; }
    footer li .hidee {
      display: block !important; }
    @media (min-width: 600px) {
      footer li .hidee {
        display: none !important; } }
    footer li h3 {
      font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold;
      margin: 0; }
    footer li p a {
      display: inline;
      margin-right: 10px;
      font-size: 20px; }
    footer li a {
      color: #fff;
      margin-bottom: 20px;
      font: normal 16px "Arial Nova", Helvetica, sans-serif; }
      footer li a:hover {
        color: #fff; }
  @media (min-width: 770px) {
    footer li {
      width: 22%;
      margin-bottom: 0; }
      footer li a {
        margin-bottom: 10px; } }

@media (min-width: 770px) and (min-width: 1000px) {
  footer {
    background: #00a551 url("../images/pharmacy.png") no-repeat right;
    background-size: 25%; } }

@media (min-width: 770px) {
  .middle {
    margin: 0 50px;
    width: 22%; } }

.footerStrip p {
  font: normal 13px "Arial Nova", Helvetica, sans-serif !important;
  color: #1b1b1b;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 0; }

.clearSpecial {
  margin-top: 0;
  clear: both; }
  @media (min-width: 1000px) {
    .clearSpecial {
      margin-top: 65px; } }

@media (min-width: 1000px) {
  .footerCont {
    min-height: 280px;
    padding-left: 60px;
    background: url("../images/contact.png") no-repeat left top; } }

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }

ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2.8em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  display: inline-block; }
  @media (min-width: 400px) {
    ol > li {
      margin: 0 0 6px 2em;
      /* Give each list item a left margin to make room for the numbers */ } }

ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 15px;
  left: -1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.2em;
  /* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  color: #e602e6;
  font: normal 20px "Arial Nova", Helvetica, sans-serif;
  font-weight: bold; }
  @media (min-width: 770px) {
    ol > li:before {
      left: -1em;
      width: 2em;
      top: -2px;
      font: normal 100px "Josefin Sans", Helvetica, sans-serif;
      font-weight: bold; } }

li ol,
li ul {
  margin-top: 6px; }

ol ol li:last-child {
  margin-bottom: 0; }

/**slider**/
.sliders .slide {
  width: 100%;
  height: auto;
  display: inline-block;
  background: url("../images/loading.gif") no-repeat 50% 50%; }

.sliders .slide img {
  display: none; }

.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #454142;
  background-color: rgba(69, 65, 66, 0.8);
  color: #ffffff;
  width: 100%;
  z-index: 8;
  padding: 8px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  font: normal 13px Roboto;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.nivo-prevNav {
  left: 15px;
  background-position: -30px 0;
  display: block;
  width: 35px;
  height: 72px;
  background: url("../images/previous.png") no-repeat left 0;
  text-indent: -10000px;
  /*moving the default text*/
  overflow: hidden;
  /*hiding the default text*/ }

.nivo-directionNav .nivo-nextNav {
  right: 15px;
  display: block;
  width: 35px;
  height: 72px;
  background: url("../images/next.png") no-repeat right 0;
  text-indent: -10000px;
  /*moving the default text*/
  overflow: hidden;
  /*hiding the default text*/ }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  display: none;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

.slidy {
  top: -20px;
  position: relative; }

.regLog, .dashboardList, header, .topStrip, .topContact span a, footer, footer ul, footer li a, .frontBody, .frontBody img, .main, .msgBox, .innerMsgBox, .frontWhole, .innerWhole, .frontShop, .frontShop ul, .frontCats, .subscribe, .innserSubb, .wrapBlogContent, .sideSub, .socials, .frontBlog, .abt, .wholesale, #wholeForm, .topBlog, .blogDets, .galleryList, .topGallery, .contactPage, .faqs, .shopHeader, .products, .proInfo, .delAlert, .sideNav, .sideMobileMenu, .middleBg, .cart {
  width: 100%;
  height: auto;
  display: inline-block; }

.frontBody {
  background: #e3fae8;
  padding: 20px; }
  .frontBody p {
    line-height: 35px !important;
    font: normal 16px "Arial Nova", Helvetica, sans-serif; }
  .frontBody h1 {
    font: normal 18px "Arial Nova", Helvetica, sans-serif !important;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 34px; }
  .frontBody form input,
  .frontBody form select,
  .frontBody form textarea {
    border: 1px solid #eae8e8;
    border-radius: 0;
    color: #70534c;
    height: 42px;
    margin-bottom: 26px; }
  @media (min-width: 770px) {
    .frontBody h1 {
      font: normal 20px "Arial Nova", Helvetica, sans-serif !important; }
    .frontBody p {
      line-height: 30px; } }
  @media (min-width: 600px) {
    .frontBody {
      padding: 50px; } }

.main {
  background-color: #fff; }

.msgBox .hidee {
  display: block; }

.msgBox .showw {
  display: none !important; }

@media (min-width: 770px) {
  .msgBox {
    width: 80%;
    display: block;
    margin: auto; }
    .msgBox .hidee {
      display: none; }
    .msgBox .showw {
      display: block; } }

.imgLeft {
  width: 70% !important;
  display: block !important;
  margin: auto;
  float: none; }
  @media (min-width: 600px) {
    .imgLeft {
      width: 35% !important;
      float: left; } }

.imgRight {
  width: 70% !important;
  display: block !important;
  margin: auto;
  float: none; }
  @media (min-width: 600px) {
    .imgRight {
      width: 35% !important;
      float: right; } }

.innerMsgBox {
  font: normal 18px "Arial Nova", Helvetica, sans-serif !important;
  padding: 20px; }
  .innerMsgBox strong {
    font: normal 16px "Arial Nova", Helvetica, sans-serif;
    font-weight: bold;
    font-family: "Josefin Sans";
    line-height: 32px;
    margin-bottom: 20px;
    display: inline-block; }
  .innerMsgBox h1, .innerMsgBox h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    text-align: center; }
  .innerMsgBox a {
    border: 1px solid #00a551;
    color: #00a551;
    font: normal 14px "Arial Nova", Helvetica, sans-serif;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
    width: 70%; }
    .innerMsgBox a:hover {
      background: #00a551 !important;
      color: #fff !important;
      text-decoration: none;
      opacity: 1; }
  .innerMsgBox img {
    width: 100%;
    margin-top: 20px; }
  @media (min-width: 770px) {
    .innerMsgBox {
      width: 60%;
      display: inline-block;
      height: auto;
      padding: 0; }
      .innerMsgBox strong {
        font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif;
        line-height: 32px;
        margin-bottom: 20px;
        display: inline-block; }
      .innerMsgBox h1, .innerMsgBox h2 {
        font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important;
        margin-top: 0; }
      .innerMsgBox img {
        width: 80%; }
      .innerMsgBox a {
        font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
        padding: 15px 35px;
        width: 40%; } }

.frontWhole {
  padding: 50px 20px;
  background: #00a551;
  position: relative;
  color: #fff; }

.innerWhole {
  font: normal 18px "Arial Nova", Helvetica, sans-serif !important; }
  .innerWhole a {
    border: 1px solid #fff;
    color: #fff;
    font: normal 14px "Arial Nova", Helvetica, sans-serif;
    padding: 10px 25px;
    display: block;
    margin: auto;
    margin-top: 30px;
    width: 80%;
    text-align: center; }
    .innerWhole a:hover {
      background: #fff !important;
      color: #00a551 !important;
      text-decoration: none;
      opacity: 1; }
  .innerWhole h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    margin-top: 0;
    text-align: center; }
  @media (min-width: 770px) {
    .innerWhole {
      width: 50%;
      display: block;
      margin: auto;
      padding-left: 50px; }
      .innerWhole h2 {
        font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important;
        margin-top: 0;
        text-align: center; }
      .innerWhole a {
        width: 40%;
        font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
        padding: 15px 35px; } }

.wholesale-left {
  width: 25% !important;
  float: left; }

.wholesale-right {
  width: 15% !important;
  float: right;
  position: absolute;
  top: 30px;
  right: 0;
  margin-right: 30px; }

.frontShop {
  padding: 20px;
  background: url("../images/shop_bg.png") no-repeat center left 100px; }
  .frontShop ul {
    margin: 0;
    padding: 0; }
  .frontShop li {
    width: 31%;
    float: left;
    background: #fff;
    list-style-type: none;
    margin-left: 2%;
    padding: 10px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #dcdbdb;
    margin-bottom: 2%; }
    .frontShop li a {
      color: #1b1b1b;
      text-align: center;
      display: block;
      color: #1b1b1b;
      font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif; }
    .frontShop li img {
      display: block;
      width: 40%;
      margin: auto; }
  .frontShop h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center; }
  @media (min-width: 770px) {
    .frontShop h2 {
      font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important; }
    .frontShop li {
      width: 23%; }
    .frontShop a {
      font: normal 14px "Arial Nova", Helvetica, sans-serif; } }

.bx {
  width: 48% !important; }
  @media (min-width: 770px) {
    .bx {
      width: 23% !important; } }

.frontCats {
  line-height: 28px; }
  .frontCats a {
    color: #1b1b1b;
    text-decoration: underline; }

.gotoSh {
  border: 1px solid #00a551;
  color: #00a551;
  font: normal 14px "Arial Nova", Helvetica, sans-serif;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 70%; }
  .gotoSh:hover {
    background: #00a551 !important;
    color: #fff !important;
    text-decoration: none;
    opacity: 1; }
  @media (min-width: 770px) {
    .gotoSh {
      width: 40%;
      font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
      padding: 15px 35px; } }

.subscribe {
  background: #00a551;
  padding: 20px; }
  .subscribe h3 {
    display: inline; }

.innserSubb h3 {
  display: inline;
  margin: 0;
  font: normal 18px "Arial Nova", Helvetica, sans-serif;
  font-family: "Josefin Sans";
  color: #fff;
  line-height: 40px; }

@media (min-width: 600px) {
  .innserSubb {
    width: 60%;
    float: right; }
    .innserSubb h3 {
      width: 38%;
      display: inline-block;
      margin-top: 7px !important;
      font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif; } }

.wrapBlogContent {
  padding: 20px; }
  @media (min-width: 600px) {
    .wrapBlogContent {
      padding: 0; } }

.sideSub input {
  width: 100%;
  margin-bottom: 0 !important;
  padding-left: 20px; }

@media (min-width: 600px) {
  .sideSub {
    width: 62%;
    float: right; }
    .sideSub input {
      width: 80%;
      float: left; } }

.buttonFrnt {
  width: 100% !important;
  float: right !important;
  padding-left: 0 !important;
  background: #01813f;
  height: 42px;
  border: none !important;
  color: #fff;
  margin-top: 5px; }
  @media (min-width: 600px) {
    .buttonFrnt {
      width: 20% !important;
      margin-top: 0; } }

.socials span {
  width: 29px !important;
  display: inline-block;
  height: auto;
  margin-right: 10px; }
  .socials span a {
    width: 100%;
    display: inline-block;
    margin-right: 10px; }
  .socials span img {
    width: 100%; }

@media (min-width: 600px) {
  .socials {
    width: 40%;
    float: left; } }

.frontBlog {
  padding: 0;
  margin: 0; }
  .frontBlog li {
    width: 100%;
    height: auto;
    float: left;
    list-style-type: none; }
  .frontBlog a {
    color: #1b1b1b; }
    .frontBlog a:hover {
      color: #1b1b1b;
      text-decoration: none; }
  .frontBlog small {
    width: 100%;
    margin-top: 20px;
    font: normal 13px "Arial Nova", Helvetica, sans-serif;
    display: inline-block; }
  .frontBlog p {
    line-height: 28px  !important;
    font: normal 14px "Arial Nova", Helvetica, sans-serif; }
  .frontBlog h3 {
    font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 10px; }
  @media (min-width: 600px) {
    .frontBlog li {
      width: 33.3%;
      padding: 20px; } }

.abt {
  padding: 20px; }
  .abt img {
    display: block;
    width: 90%;
    margin: auto; }
  .abt h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important; }
  .abt h1 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    text-align: center;
    margin-bottom: 20px; }
  .abt p {
    margin-bottom: 30px; }
    .abt p:last-child {
      margin-bottom: 0; }
  .abt a {
    border: 1px solid #00a551;
    color: #00a551;
    font: normal 14px "Arial Nova", Helvetica, sans-serif;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
    width: 70%;
    text-align: center; }
    .abt a:hover {
      background: #00a551 !important;
      color: #fff !important;
      text-decoration: none;
      opacity: 1; }
  @media (min-width: 600px) {
    .abt {
      display: block;
      margin: auto;
      width: 70%; }
      .abt img {
        display: block;
        width: auto;
        margin: auto; }
      .abt h2 {
        font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif;
        margin-top: 20px; }
      .abt h1 {
        font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important; }
      .abt a {
        font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
        padding: 15px 35px;
        width: 20%; } }

.enq {
  text-align: center !important; }
  .enq a {
    border: none !important;
    width: 100% !important;
    margin-top: 0; }
    .enq a:hover {
      background: none !important;
      opacity: 1 !important;
      color: #00a551 !important;
      text-decoration: underline !important; }

.wholesale {
  color: #1b1b1b;
  padding: 0; }
  .wholesale h1, .wholesale h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    margin-top: 0; }
  @media (min-width: 600px) {
    .wholesale {
      padding: 30px; }
      .wholesale h1 {
        font: normal 100px "Josefin Sans", Helvetica, sans-serif !important; }
      .wholesale h2 {
        font: bold 48px "Josefin Sans", Arial, Helvetica, sans-serif !important; } }

#wholeForm {
  padding: 20px;
  background: #e3fae8; }

.topBlog {
  padding: 20px;
  color: #fff;
  background: #00a551; }
  .topBlog h1 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    color: #fff;
    text-align: center; }
  @media (min-width: 600px) {
    .topBlog h1 {
      font: normal 100px "Josefin Sans", Helvetica, sans-serif;
      font-weight: bold !important;
      font-size: 300px !important;
      color: #fff;
      text-align: center; } }

.blogDets {
  padding: 20px; }
  .blogDets h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif; }
  .blogDets p {
    margin-bottom: 30px; }
  .blogDets ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .blogDets h4 {
    font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    display: block; }
  .blogDets li {
    width: 100%;
    height: auto;
    display: inline-block;
    list-style-type: none; }
    .blogDets li a p {
      font: normal 14px "Arial Nova", Helvetica, sans-serif !important;
      line-height: 19px;
      margin-top: 15px; }
  @media (min-width: 600px) {
    .blogDets {
      display: block;
      margin: auto;
      width: 70%; }
      .blogDets h2 {
        font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif;
        margin-top: 20px; }
      .blogDets li {
        width: 33.3%;
        float: left;
        list-style-type: none;
        padding: 10px; } }

.galleryList {
  padding: 20px; }
  .galleryList h3 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif; }
  .galleryList p {
    margin-bottom: 30px;
    line-height: 28px !important; }
  .galleryList ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .galleryList li {
    width: 100%;
    height: auto;
    display: inline-block;
    list-style-type: none;
    padding: 20px;
    background: #f2f2f2;
    margin-bottom: 30px;
    border: 1px solid #dcdbdb; }
  @media (min-width: 600px) {
    .galleryList {
      display: block;
      margin: auto;
      width: 70%; }
      .galleryList h3 {
        font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif;
        margin-top: 20px; } }

.topGallery {
  padding: 20px;
  color: #fff;
  background: #00a551; }
  .topGallery h1 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    color: #fff;
    text-align: center; }
  @media (min-width: 600px) {
    .topGallery h1 {
      font: normal 100px "Josefin Sans", Helvetica, sans-serif;
      font-weight: bold !important;
      font-size: 250px !important;
      color: #fff;
      text-align: center; } }

.contactPage {
  padding: 20px; }
  .contactPage form {
    padding: 20px;
    background: #e3fae8; }
  .contactPage h1 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important; }
  @media (min-width: 600px) {
    .contactPage h1 {
      font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important; } }

.faqs {
  padding: 20px; }
  .faqs img {
    display: block;
    width: 90%;
    margin: auto; }
  .faqs h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important; }
  .faqs h1 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    text-align: center;
    margin-bottom: 20px; }
  .faqs p {
    margin-bottom: 0; }
  .faqs strong {
    margin-top: 20px;
    display: block; }
  .faqs a {
    border: 1px solid #00a551;
    color: #00a551;
    font: normal 14px "Arial Nova", Helvetica, sans-serif;
    padding: 10px 25px;
    display: inline-block;
    width: 70%;
    text-align: center; }
    .faqs a:hover {
      text-decoration: none;
      opacity: 0.8; }
  @media (min-width: 600px) {
    .faqs {
      display: block;
      margin: auto;
      width: 70%; }
      .faqs img {
        display: block;
        width: auto;
        margin: auto; }
      .faqs h2 {
        font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif;
        margin-top: 20px; }
      .faqs h1 {
        font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important; }
      .faqs a {
        font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
        padding: 15px 35px;
        width: 20%; } }

.justLink {
  color: #00a551;
  text-decoration: underline; }

/**mobile menu**/
#showLeftPush {
  width: 50px;
  height: 25px;
  float: right;
  background: url("../images/menu.png") no-repeat; }
  #showLeftPush:hover {
    opacity: 0.6; }
  @media (min-width: 770px) {
    #showLeftPush {
      display: none; } }

.cbp-spmenu a:hover {
  color: #000 !important;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }

.cbp-spmenu {
  position: fixed;
  width: 39%;
  top: 0;
  left: 0; }
  .cbp-spmenu h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 100%;
  height: 100%;
  float: right;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000; }

.cbp-spmenu-vertical a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 19px;
  padding: 15px;
  color: #1b1b1b; }
  @media (min-width: 600px) and (orientation: portrait) {
    .cbp-spmenu-vertical a {
      width: 100%;
      display: block;
      text-align: left;
      font-size: 19px;
      padding: 15px; } }
  @media (min-width: 600px) and (orientation: landscape) {
    .cbp-spmenu-vertical a {
      font-size: 14px;
      padding: 10px;
      width: 33.3%;
      float: left;
      text-align: left; } }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -100%; }

.cbp-spmenu-right {
  right: -100%; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: -0px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  /* overflow-x: hidden; */
  position: relative;
  left: 0; }

.cbp-spmenu-push-toright {
  left: 100%; }

.cbp-spmenu-push-toleft {
  left: 100%; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showLeftPushh {
  display: inline-block;
  width: 100%;
  color: #00a551;
  font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  bottom: 0;
  margin-bottom: 50px;
  position: absolute;
  cursor: pointer; }

#showLeftPushh:hover {
  opacity: 0.7; }

#showLeftPushSub {
  width: 50px;
  height: 30px;
  margin-right: 40px;
  margin-top: 15px;
  float: left;
  background: url("../images/sub_menu.png") no-repeat;
  display: none; }
  #showLeftPushSub:hover {
    opacity: 0.6; }
  @media (min-width: 770px) {
    #showLeftPushSub {
      display: inline-block; } }

.diffMenu {
  text-align: right !important;
  margin-right:20px;
  font-weight:bold;
  color: #000 !important; }

.shopHeader {
  background: #e3fae8;
  padding: 20px 0; }

.searchForm {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 20px; }
  .searchForm select {
    width: 100%;
    border-radius: 6px 0 0 6px;
    border: 1px solid #d0d0d0;
    float: left;
    padding: 12.6px;
    margin-bottom: 5px !important; }
  .searchForm input {
    margin-bottom: 5px !important; }
  .searchForm button {
    width: 100%;
    float: right;
    border: 0;
    background: #00a551;
    padding: 12px;
    position: relative;
    float: left;
    color: #fff; }
  @media (min-width: 770px) {
    .searchForm {
      width: 50%;
      float: left;
      margin-top: 10px;
      padding: 0;
      background: none; }
      .searchForm select {
        width: 25%;
        height: 45px !important;
        margin-bottom: 0 !important; }
      .searchForm button {
        width: 20%;
        margin-top: 0;
        height: 45px !important;
        float: right; } }

.myform {
  width: 100%;
  height: auto;
  padding: 11px;
  float: left;
  border: 1px solid #d0d0d0;
  border-left: 0; }
  .myform:after {
    content: "\f002";
    font-family: FontAwesome;
    left: -5px; }
  @media (min-width: 770px) {
    .myform {
      width: 55%;
      height: 45px !important;
      margin-bottom: 0 !important; } }

.rightSide {
  width: 100%;
  display: inline-block;
  height: auto; }
  .rightSide p {
    margin-bottom: 0;
    display: none; }
  .rightSide a {
    color: #000;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: right; }
  .rightSide small {
    font-size: 12px;
    font-weight: normal;
    display: none;
    font-style: italic; }
  @media (min-width: 770px) {
    .rightSide {
      width: 35%;
      float: right; } }
  .rightSide p {
    display: block; }
  .rightSide small {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    font-style: italic; }

.shoppingIcons {
  width: 40px !important;
  float: left;
  margin-right: 10px; }
  @media (min-width: 770px) {
    .shoppingIcons {
      width: auto !important; } }

.realImg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important; }
  @media (min-width: 770px) {
    .realImg {
      width: 50px !important;
      height: 50px !important; } }

.userCorner {
  width: 100%;
  height: auto;
  margin-top: 5px;
  float: right; }

.userLogin {
  line-height: 45px;
  color: #393939;
  width: 48%;
  height: auto;
  float: right;
  font-weight: normal;
  position: relative; }
  .userLogin a {
    color: #393939;
    width: auto  !important;
    display: inline !important;
    font-weight: normal !important;
    margin-left: 3px;
    font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif; }
  @media (min-width: 770px) {
    .userLogin {
      color: #393939;
      margin-top: 0;
      font-weight: normal;
      font-size: 13px;
      width: 50%;
      height: auto;
      float: right;
      line-height: 45px; }
      .userLogin a {
        font-size: 14px; } }

.hideRightSide {
  width: 50%;
  float: right;
  display: none; }
  .hideRightSide p {
    margin-bottom: 0; }
  .hideRightSide a {
    color: #000;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: right; }
  .hideRightSide small {
    font-size: 12px;
    font-weight: normal;
    font-style: italic; }
  @media (min-width: 770px) {
    .hideRightSide {
      display: block; } }

.cartCustomlocation .fa {
  font-size: 30px;
  position: relative;
  margin-right: 20px; }

.cartCustomlocation {
  float: left;
  margin: 0;
  width: 48%;
  position: relative;
  font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif !important; }
  .cartCustomlocation small {
    font-style: normal !important;
    font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif !important; }
  .cartCustomlocation a {
    cursor: pointer;
    font-weight: normal !important;
    font: normal 11px "Arial Nova", Arial, Helvetica, sans-serif !important;
    text-align: left !important; }
  @media (min-width: 770px) {
    .cartCustomlocation {
      width: 46%;
      position: relative;
      float: left;
      font-size: 14px !important; }
      .cartCustomlocation small {
        font-size: 14px !important; }
      .cartCustomlocation a {
        cursor: pointer;
        font-size: 14px !important; } }

.products {
  padding: 20px; }
  .products h1, .products h2 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bolder;
    margin-bottom: 10px; }
  .products ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block; }
  .products p {
    font: normal 14px "Arial Nova", Helvetica, sans-serif;
    color: #1b1b1b;
    line-height: 20px !important;
    margin: 10px 0; }
  .products span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00a551; }
  .products li {
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 10px; }
    .products li img {
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      border: 1px solid #dcdbdb;
      width: 100%;
      height: auto;
      display: inline-block; }
  .products h3 {
    font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
    margin-left: 15px; }
  @media (min-width: 770px) {
    .products h1, .products h2 {
      font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important;
      font-weight: bolder;
      text-align: center;
      margin-bottom: 10px; }
    .products h3 {
      font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif;
      font-weight: bold; }
    .products li {
      width: 18%;
      margin: 1%;
      padding: 10px 0; } }

.morePro {
  color: #00a551;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  display: block; }

.proInfo {
  position: relative;
  min-height: 100px; }

.delAlert {
  background: red;
  color: #fff;
  padding: 5px 20px; }
  .delAlert p {
    margin: 0;
    font: normal 14px "Arial Nova", Helvetica, sans-serif;
    line-height: 25px !important; }

.sideNav a {
  width: 100%;
  color: #1b1b1b;
  display: inline-block;
  height: auto;
  padding: 0 15px;
  margin-bottom: 20px !important; }

.sideNav p {
  font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
  text-align: center; }

.sideMobileMenu {
  position: relative; }
  .sideMobileMenu a {
    text-align: center;
    font-weight: bolder; }
  .sideMobileMenu li a {
    text-align: left !important;
    font-weight: normal;
    padding: 3px 20px !important; }
  @media (min-width: 770px) {
    .sideMobileMenu {
      display: none; } }

.sideMenuHide {
  display: none; }
  @media (min-width: 770px) {
    .sideMenuHide {
      display: block; } }

.regLogTitle {
  font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif !important;
  font-weight: bold  !important;
  margin-top: 30px; }
  @media (min-width: 770px) {
    .regLogTitle {
      margin-top: 0; } }

.middleBg {
  background: #f2f2f2;
  padding: 20px; }
  .middleBg h4 {
    font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif; }
  .middleBg form {
    background: #fff;
    padding: 10px;
    border: #dcdbdb; }
    .middleBg form input {
      margin-bottom: 0; }

.profileIm {
  width: 68px !important;
  height: auto !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: block !important;
  margin: auto !important; }

.side_new_active {
  background: #dcdbdb !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 15px !important; }

#pro_paginate, #pro_filter {
  float: right !important; }

.showBox {
  text-align: center; }
  .showBox .box1,
  .showBox .box2 {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 30px;
    margin-bottom: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #00a551;
    color: #fff; }
    .showBox .box1 p,
    .showBox .box2 p {
      font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif; }
  .showBox .box2 {
    background: red; }
  .showBox a {
    text-align: center;
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 770px) {
    .showBox .box1,
    .showBox .box2 {
      width: 40%;
      margin: 4%; }
    .showBox p {
      font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
      font-size: 30px !important; } }

.dropdown-usermenu {
  line-height: 20px; }

input[type=number]::-webkit-inner-spin-button {
  opacity: 1; }

.pro_description h1 {
  margin-top: 0;
  font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important; }

.pro_description input {
  width: 100%;
  float: right; }

.pro_description span {
  color: red;
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  display: block; }

.pro_description p {
  line-height: 30px; }

@media (min-width: 770px) {
  .pro_description span {
    line-height: 40px; } }

.add_to_cart_button {
  color: #fff !important;
  background: #00a551;
  width: 100%;
  padding: 10px;
  border: 0;
  display: inline-block; }
  .add_to_cart_button:hover {
    opacity: 0.8; }

.cartCustomlocation i {
  font-style: normal; }

.cartCustomlocation a i small {
  font-size: 14px !important;
  font-style: normal !important; }

.cartImgg {
  width: 100% !important; }

#totalAmt {
  font: normal 18px "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 40px; }

.cart {
  padding: 20px; }
  .cart h1 {
    font: bold 23px "Josefin Sans", Arial, Helvetica, sans-serif !important;
    margin-bottom: 20px; }
  .cart table thead {
    background-color: #e3e3e5; }
  @media (min-width: 600px) {
    .cart h1 {
      font: bold 35px "Josefin Sans", cursive, Helvetica, sans-serif !important; } }

.checkoutBtn {
  width: 100% !important;
  background: red;
  height: 42px;
  border: none !important;
  color: #fff !important;
  font: normal 16px "Arial Nova", Helvetica, sans-serif !important;
  padding: 10px 35px !important;
  margin-top: 5px; }

.removeCheck {
  display: inline;
  height: auto !important;
  margin-right: 10px !important;
  margin-top: 0 !important; }

.totalAmt {
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  font-weight: bold; }

.view_cart td img {
  width: 100%; }

.hideInCart {
  display: none; }

.hideCartMobile {
  display: none; }
  @media (min-width: 770px) {
    .hideCartMobile {
      display: inline-block; } }

.showMobile {
  display: inline-block; }
  @media (min-width: 770px) {
    .showMobile {
      display: none; } }

.addwish {
  border: none !important;
  width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
  color: #1b1b1b !important;
  text-decoration: underline;
  margin-top: 0 !important;
  cursor: pointer; }
  .addwish:hover {
    background: none !important; }

.trasFee {
  font-size: 16px; }
  @media (min-width: 770px) {
    .trasFee {
      font-size: 12px; } }

.regLog img {
  display: block;
  margin: auto; }

@media (min-width: 770px) {
  .regLog img {
    display: inline-block;
    float: left; } }
    
#showLeftPushhSub{
    right:0 ! important;
    margin-top:20px;
    position:absolute;
    font-size: 30px;
    top:0;
}