body {
  font-size: 16px;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body:not(.accesibility) a, body:not(.accesibility) input, body:not(.accesibility) select, body:not(.accesibility) textarea, body:not(.accesibility) button {
  outline: none !important; }

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #4d4d4d;
  transition: all 0.3s; }
  a:hover {
    color: #f9b809; }
  a.button {
    color: #fff;
    text-decoration: none; }

ul, ol {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Open Sans', sans-serif; }

blockquote {
  position: relative;
  margin: 0 1.5em;
  font-weight: bold;
  display: block;
  padding: 8px 65px;
  text-align: justify;
  line-height: 1.6em;
  border-left: 1rem solid #333;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc; }
  blockquote:before {
    content: "\f10d";
    position: absolute;
    left: 5px;
    top: 5px;
    margin-left: 10px;
    font-size: 19px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.width-setter {
  max-width: 1150px;
  margin: 0 auto;
  padding: 15px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid #aecb06;
  border-radius: 3px;
  background: #aecb06;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  padding: .5rem 1rem;
  transition: all 0.3s; }

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

.button:active, .button:focus,
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5rem;
  line-height: 1;
  font-size: 14px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 2px solid #ccc;
  background-color: transparent;
  border-radius: 0;
  padding: 3px;
  line-height: 1.15;
  font-size: 14px; }

textarea {
  width: 100%; }

.site-header {
  background-color: #fff; }

.lc-social-widgets {
  display: flex; }
  .lc-social-widgets a {
    display: inline-block;
    margin-right: 5px;
    color: #acacac; }

.contact-bar-container {
  background-color: #084a73; }

.contact-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  color: #ffffff; }
  .contact-bar p {
    margin: 0;
    font-size: 16px;
    font-weight: 600; }
  .contact-bar .helpline a {
    color: #ffffff;
    text-decoration: none; }
  .contact-bar > p, .contact-bar > div {
    align-self: center; }
  .contact-bar .lc-social-widgets > a {
    font-size: 20px;
    color: #fff;
    padding: 0 5px;
    display: inline-block; }
  .contact-bar .lc-varied-links {
    display: flex; }
    .contact-bar .lc-varied-links .account-links {
      position: relative;
      padding-left: 10px;
      align-self: center;
      /*border-left: 1px solid #ffffff;*/ }
      .contact-bar .lc-varied-links .account-links .cart-icon {
        display: inline-block; }
      .contact-bar .lc-varied-links .account-links:before {
        content: "";
        border-left: 1px solid #ffffff;
        position: absolute;
        left: 0;
        height: 150%;
        transform: translateY(-20%); }
      .contact-bar .lc-varied-links .account-links a {
        color: #ffffff;
        font-size: 14px;
        text-decoration: none; }
      .contact-bar .lc-varied-links .account-links > a {
        margin-right: 5px; }

/*=============================*\
## Media Queries
\*=============================*/
@media screen and (min-width: 981px) {
  .ham-button {
    display: none; }

  .logo-menu {
    background-color: #f9b809; }
    .logo-menu .lc-logo {
      padding: 34px 0;
      background-color: #ffffff; }
      .logo-menu .lc-logo > div {
        display: flex;
        justify-content: space-between; }
      .logo-menu .lc-logo #secondary-menu {
        display: flex;
        padding-left: 0;
        list-style-type: none;
        align-self: center; }
        .logo-menu .lc-logo #secondary-menu a {
          padding: 10px;
          font-weight: 600;
          font-size: 14px;
          color: #ffffff;
          background-color: #aecb06;
          text-transform: uppercase;
          border-radius: 5px;
          text-decoration: none; }
          .logo-menu .lc-logo #secondary-menu a i {
            margin-right: 5px; }
        .logo-menu .lc-logo #secondary-menu > li:not(:last-child) a {
          margin-right: 8px; } }
@media screen and (max-width: 980px) {
  .contact-bar {
    flex-direction: column; }
    .contact-bar p {
      margin-bottom: 1rem;
      text-align: center; }
    .contact-bar .lc-varied-links .account-links {
      display: none; }

  .logo-menu {
    display: flex;
    justify-content: space-between;
    padding: 15px; }
    .logo-menu .lc-logo {
      margin: 0;
      padding: 0; }
      .logo-menu .lc-logo #secondary-menu {
        display: none; }
    .logo-menu .ham-open {
      align-self: center;
      font-size: 1.5rem; }

  .ham-button {
    cursor: pointer; } }
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
/*
@media screen and (max-width: 480px) {
	.contact-bar {
		.lc-varied-links {
		    flex-direction: column;

			.account-links {
			    padding: 13px 0 10px;

			    & > a {
				    margin-right: 10px;
				}

				&:before {
					content: none;
				}
			}
		}
	}
}*/
.site-footer {
  background-color: #f3f3f3; }
  .site-footer ul {
    list-style: none;
    padding-left: 0; }
  .site-footer a {
    text-decoration: none; }
  .site-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 15px 80px; }
    .site-footer .footer-links > div {
      align-self: flex-start; }
      .site-footer .footer-links > div:nth-child(1) {
        width: 25%; }
      .site-footer .footer-links > div.social-container {
        align-self: flex-end; }
    .site-footer .footer-links ul.menu > li:not(:last-child) {
      margin-bottom: 15px; }
    .site-footer .footer-links ul.menu a {
      color: #084a73;
      font-weight: 600; }
      .site-footer .footer-links ul.menu a:before {
        content: ">";
        padding-right: 5px;
        /*font-weight: bolder;*/ }
  .site-footer .widget {
    margin: 0; }
  .site-footer .site-info {
    padding: 15px;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    color: #084a73;
    background-color: #dadada; }
  .site-footer .lc-social-widgets {
    padding-bottom: 0; }
    .site-footer .lc-social-widgets a {
      display: block;
      margin-right: 10px;
      padding: 5px;
      font-size: 22px; }
      .site-footer .lc-social-widgets a:hover {
        color: #084a73; }

/*=============================*\
## Media Queries
\*=============================*/
@media screen and (max-width: 980px) {
  .site-footer .footer-links {
    justify-content: center; }
    .site-footer .footer-links > div {
      width: 30%;
      text-align: center; }
      .site-footer .footer-links > div:first-child {
        margin-bottom: 2rem;
        width: 100%; }
      .site-footer .footer-links > div:last-child {
        margin-top: 2rem;
        width: 100%; }
      .site-footer .footer-links > div ul {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1; }
        .site-footer .footer-links > div ul li {
          text-align: left; }
  .site-footer .lc-social-widgets {
    justify-content: center; } }
@media screen and (max-width: 782px) {
  .site-footer .footer-links > div {
    width: calc(100%/2); } }
@media screen and (max-width: 480px) {
  .site-footer .footer-links > div {
    width: 100%; }
    .site-footer .footer-links > div:nth-child(3) {
      margin-top: 2rem; } }
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  z-index: 9; }
.main-navigation a {
  display: block;
  /*padding: 15px 8px;*/
  text-transform: uppercase;
  text-decoration: none; }

.primary-navigation {
  padding: 0 15px;
  z-index: 9; }
  .primary-navigation > ul a {
    /*color: #ffffff;*/
    color: #084a73;
    font-size: 15px;
    font-weight: 600; }
  .primary-navigation > ul li {
    position: relative; }
  .primary-navigation > ul > li {
    		   /* & > a {
    
    		    	&:hover {
    			    	color: #084a73;
    		    	}
    		    }*/ }
    .primary-navigation > ul > li:nth-last-child(1) ul li:hover > ul, .primary-navigation > ul > li:nth-last-child(1) ul li:focus-within > ul {
      left: -100%; }
    .primary-navigation > ul > li:hover > ul, .primary-navigation > ul > li:focus-within > ul {
      left: 50%;
      right: 0; }
    .primary-navigation > ul > li ul li:hover > ul, .primary-navigation > ul > li ul li:focus-within > ul {
      left: 100%;
      right: auto; }

.ham-button {
  cursor: pointer; }

/*=============================*\
## Media Queries
\*=============================*/
@media (min-width: 981px) {
  .primary-navigation a {
    padding: 15px 8px; }
  .primary-navigation > ul {
    display: flex;
    justify-content: space-between; }
    .primary-navigation > ul .current-menu-item > a {
      /*color: #084a73;*/
      color: #ffffff; }
    .primary-navigation > ul > li {
      				/*&.current-menu-item {
      					& > a {
      						color: #084a73;
      						color: #ffffff;
      					}
      				}
      */ }
      .primary-navigation > ul > li.menu-item-has-children > a:after {
        content: "\f0dd";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        display: inline-block;
        margin-left: 5px;
        line-height: 1;
        vertical-align: top; }
      .primary-navigation > ul > li .menu-item-has-children > a:after {
        content: "\f0da";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        margin-left: 5px;
        float: right; }
      .primary-navigation > ul > li.search-menu-item {
        z-index: 9; }
      .primary-navigation > ul > li > ul {
        background-color: #aecb06;
        transform: translateX(-50%); }
        .primary-navigation > ul > li > ul ul {
          background-color: #105A00;
          z-index: 1; }
    .primary-navigation > ul li:hover > a {
      /*color: #084a73;*/
      color: #ffffff; }
    .primary-navigation > ul ul {
      position: absolute;
      left: -999em;
      text-align: center;
      width: 200px; }
      .primary-navigation > ul ul a {
        /*color: #fff;*/
        font-size: 14px; }
        .primary-navigation > ul ul a:hover {
          /*background-color: #f9b809;*/ }
      .primary-navigation > ul ul ul {
        top: 0px; }
        .primary-navigation > ul ul ul a {
          color: #ffffff; }
      .primary-navigation > ul ul li.current-menu-item > a {
        /*color: #084a73;*/
        /*background-color: #f9b809;*/ }
      .primary-navigation > ul ul li li:hover > a {
        color: #ffffff;
        background-color: #f9b809; }
      .primary-navigation > ul ul li li.current-menu-item > a {
        color: #ffffff;
        background-color: #f9b809; }
    .primary-navigation > ul .search-popup-btn {
      padding: 15px 12px;
      /*color: #ffffff;*/
      color: #084a73;
      font-size: 17px;
      font-weight: 600;
      cursor: pointer; }
    .primary-navigation > ul .form-container {
      position: absolute;
      top: 100%;
      right: 0;
      display: none;
      padding: 20px;
      background-color: #aecb06; }
    .primary-navigation > ul .search-form {
      display: flex; }
      .primary-navigation > ul .search-form .search-btn, .primary-navigation > ul .search-form .form-control {
        font-size: 14px;
        border-radius: 0;
        border: 1px solid #fff; }
      .primary-navigation > ul .search-form .form-control {
        padding: 0.5rem;
        color: #ffffff;
        border-color: #ffffff;
        border-right: 0;
        background-color: transparent; }
        .primary-navigation > ul .search-form .form-control::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #ffffff; }
        .primary-navigation > ul .search-form .form-control::-moz-placeholder {
          /* Firefox 19+ */
          color: #ffffff; }
        .primary-navigation > ul .search-form .form-control:-ms-input-placeholder {
          /* IE 10+ */
          color: #ffffff; }
        .primary-navigation > ul .search-form .form-control:-moz-placeholder {
          /* Firefox 18- */
          color: #ffffff; }
      .primary-navigation > ul .search-form .search-btn {
        padding: 0.5rem 1rem; }
  .primary-navigation .cart-icon, .primary-navigation .account-links {
    display: none; }
  .primary-navigation #secondary-menu {
    display: none; } }
/*@media (max-width: 1040px) and (min-width: 981px) {
	.primary-navigation a {
	    padding: 15px 8px
	}
}*/
@media (max-width: 980px) {
  .primary-navigation {
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    margin: 0;
    padding: 60px 0 50px;
    height: 100%;
    z-index: 9;
    background-color: #f9b809;
    overflow-y: scroll;
    transition: 0.3s all ease-in; }
    .primary-navigation a {
      padding: 15px 12px; }
    .primary-navigation > ul {
      display: flex;
      flex-direction: column;
      clear: both; }
      .primary-navigation > ul ul {
        display: none;
        padding-left: 10px; }
        .primary-navigation > ul ul a {
          padding: 10px; }
      .primary-navigation > ul > li {
        order: 2; }
        .primary-navigation > ul > li.search-menu-item {
          order: 1; }
        .primary-navigation > ul > li .form-container {
          padding: 15px 12px; }
        .primary-navigation > ul > li .form-control {
          border-color: #fff;
          border-radius: 0; }
        .primary-navigation > ul > li .search-btn {
          background-color: #ffffff;
          color: #f9b809;
          border-color: #fff;
          border-left-color: #f9b809;
          border-radius: 0; }
        .primary-navigation > ul > li .search-form {
          display: flex; }
      .primary-navigation > ul li {
        /*&.menu-item-has-children > a:after {
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            float: right;
        }*/
        /*.toggle-submenu:after {
            content: "\f068" !important;
        }*/ }
        .primary-navigation > ul li.current-menu-item > a {
          /*color: #084a73;*/
          color: #ffffff; }
        .primary-navigation > ul li.current-menu-item > .slide-down {
          /*color: #084a73;*/
          color: #ffffff !important; }
        .primary-navigation > ul li.menu-item-has-children {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .primary-navigation > ul li.menu-item-has-children > a {
            width: 80%; }
          .primary-navigation > ul li.menu-item-has-children > .slide-down {
            width: 20%;
            padding-right: 15px;
            align-self: center;
            text-align: right;
            /*color: #ffffff;*/
            color: #084a73; }
          .primary-navigation > ul li.menu-item-has-children > .sub-menu {
            width: 100%; }
        .primary-navigation > ul li .current-menu-item > .slide-down {
          /*color: #084a73;*/
          color: #ffffff; }
      .primary-navigation > ul .search-popup-btn {
        display: none; }
    .primary-navigation #secondary-menu a i {
      margin-right: 5px; }
    .primary-navigation .cart-icon {
      float: right; }
      .primary-navigation .cart-icon a {
        /*color: #ffffff;*/
        color: #084a73; }
    .primary-navigation .account-links a {
      /*color: #ffffff;*/
      color: #084a73;
      font-size: 15px;
      font-weight: 600; }

  .ham-close {
    /*color: #ffffff;*/
    color: #084a73;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 12px;
    float: left; }

  .slide-menu {
    right: 0 !important; } }
@media (max-width: 480px) {
  .primary-navigation {
    right: -80%;
    width: 80%; }
    .primary-navigation > ul > li .form-control {
      width: 70%; } }
header#masthead + div:not(.content-behind-header) {
  /*margin-top: 105px;*/ }

.woocommerce.archive div#content {
  /*margin-top: 120px;*/ }

.site-content {
  margin-top: 30px; }

#primary {
  line-height: 1.5; }
  #primary .page-title {
    margin-top: 0; }

/*=============================*\
## No-sidebar/Full width template/Canvas
\*=============================*/
#primary.full-width {
  width: 100%; }

.page-template-page-fullwidth .site-content, .page-template-page-canvas .site-content {
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0; }
.page-template-page-fullwidth .hentry, .page-template-page-fullwidth .entry-content, .page-template-page-canvas .hentry, .page-template-page-canvas .entry-content {
  margin: 0; }
.page-template-page-fullwidth .site-main > article > .entry-header, .page-template-page-canvas .site-main > article > .entry-header {
  display: none; }

/*=============================*\
## No Title
\*=============================*/
/*.lifecare_page-hide-title {
    display: none;

    & + .entry-content {
	    margin: 0;
	}
}*/
/*=============================*\
## Sidebar
\*=============================*/
#secondary ul {
  list-style: none;
  padding-left: 0; }
#secondary .widget li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
  margin-bottom: 16px; }
  #secondary .widget li span {
    color: #ccc;
    display: block;
    font-size: 12px;
    padding: 5px 0; }
#secondary .widget a {
  text-decoration: none; }
#secondary .widget-title {
  position: relative;
  font-size: 20px;
  line-height: 50px; }
  #secondary .widget-title:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f5f5f5;
    height: 1px; }
  #secondary .widget-title:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    margin: auto;
    background-color: #f9b809; }
#secondary .search-form {
  display: flex; }
  #secondary .search-form label {
    width: 70%; }
  #secondary .search-form input, #secondary .search-form button {
    padding: 0.5rem;
    font-size: 14px;
    border-radius: 0;
    border-width: 1px; }
  #secondary .search-form input.form-control {
    width: 100%;
    border-right: none; }
  #secondary .search-form .search-btn {
    width: 30%; }

.tagcloud a {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 5px 8px;
  background-color: #ddd;
  /*border-radius: 3px;*/
  text-transform: capitalize;
  text-decoration: none; }

/*=============================*\
## 404 page
\*=============================*/
.error404 #primary {
  width: 100%; }
.error404 .page-title, .error404 .page-content {
  text-align: center; }
.error404 .search-form {
  display: inline-block;
  margin-bottom: 30px; }
  .error404 .search-form input {
    border: 1px solid;
    line-height: 1.4; }

/*=============================*\
## EDOS archive page
\*=============================*/
p.edos_result_count {
  color: green; }

.edostable {
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 15px;
  border: 0; }
  .edostable thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
    .edostable thead th {
      background-color: #f9b809;
      border: 1px solid #f9b809;
      font-weight: normal;
      text-align: center;
      color: white; }
  .edostable tbody, .edostable tr, .edostable th, .edostable td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
    border: 0; }
  .edostable th, .edostable td {
    padding: .5em;
    vertical-align: middle;
    min-height: 30px; }
  .edostable caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center; }
  .edostable tfoot {
    font-size: .8em;
    font-style: italic; }
  .edostable tbody tr {
    margin-bottom: 1em;
    border: 2px solid #f9b809;
    border-bottom-width: 1px; }
    .edostable tbody tr:last-of-type {
      margin-bottom: 0; }
  .edostable tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75); }
  .edostable tbody td {
    text-align: right;
    border-bottom: 1px solid #f9b809; }
    .edostable tbody td .button {
      display: inline-block; }
  .edostable tbody .hidden-row {
    display: none;
    transition: all 1s ease-in; }
  .edostable tbody .toggle-down {
    display: none; }

/*=============================*\
## Location cpt
\*=============================*/
.location-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .location-container > div {
    position: relative;
    width: 31%;
    padding: 15px 15px 15px 45px;
    flex: 11 auto; }
  .location-container .entry-title a {
    text-decoration: none; }
  .location-container .entry-title:before {
    content: '\f3c5';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px; }

.center_location_container {
  margin-top: 35px; }
  .center_location_container .contact_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
    .center_location_container .contact_details > div {
      width: 31%;
      padding: 0 0 15px 45px; }
  .center_location_container .contact_label {
    display: block;
    font-weight: bold; }
    .center_location_container .contact_label:before {
      position: absolute;
      left: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 35px; }
  .center_location_container .contact_email:before {
    content: '\f0e0';
    top: -7px; }
  .center_location_container .contact_address:before {
    content: '\f3c5'; }
  .center_location_container .contact_no:before {
    content: '\f095';
    display: inline-block;
    transform: rotate(90deg); }
  .center_location_container .contact_field {
    position: relative; }
  .center_location_container .map_iframe {
    text-align: center; }

/*=============================*\
## Media Queries
\*=============================*/
@media (min-width: 52em) {
  #edos-search-form {
    display: inline-block; }

  p.edos_result_count {
    display: inline-block;
    margin: 0 0 0 1rem;
    color: green; }

  .edostable {
    font-size: .9em;
    table-layout: fixed;
    width: 100%; }
    .edostable thead {
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; }
      .edostable thead th:first-child {
        width: 30px; }
    .edostable tr {
      display: table-row; }
    .edostable th, .edostable td {
      display: table-cell;
      padding: .5em; }
    .edostable caption {
      font-size: 1.5em; }
    .edostable tbody {
      display: table-row-group; }
      .edostable tbody tr {
        display: table-row;
        border-width: 1px; }
        .edostable tbody tr:nth-of-type(even) {
          background-color: rgba(94, 93, 82, 0.1); }
      .edostable tbody td {
        text-align: center; }
      .edostable tbody td[data-title]:before {
        content: none; }
      .edostable tbody .toggle-down {
        display: table-cell;
        cursor: pointer; }
      .edostable tbody .toggle-row .hide-cell {
        display: none; }
      .edostable tbody .show-row {
        display: table-row; } }
@media (min-width: 62em) {
  .edostable {
    font-size: 1em; }
    .edostable th, .edostable td {
      padding: .75em .5em; }
    .edostable tfoot {
      font-size: .9em; } }
@media (min-width: 75em) {
  .edostable th, .edostable td {
    padding: .75em; } }
@media (min-width: 981px) {
  #primary {
    display: inline-block;
    width: 68%; }

  #secondary {
    display: inline-block;
    width: 30%;
    padding-left: 30px;
    float: right; } }
@media (max-width: 980px) {
  .location-container > div {
    width: 48%; } }
@media (max-width: 980px) and (min-width: 481px) {
  #secondary .search-form {
    width: 300px; } }
@media (max-width: 720px) {
  .location-container > div {
    width: 100%; }

  .center_location_container .contact_label:before {
    font-size: 25px; }
  .center_location_container .contact_details {
    margin-bottom: 10px; }
    .center_location_container .contact_details > div {
      width: 100%;
      margin-bottom: 20px; } }
@media (max-width: 400px) {
  #secondary .search-form input.form-control {
    width: 70%; }
  #secondary .search-form .search-btn {
    width: 30%; } }
.products {
  margin-top: 2rem;
  padding: 0;
  list-style-type: none;
  clear: both; }
  .products > li, .products .product {
    display: inline-block;
    border: 1px solid #eeeeee;
    background-color: #fff; }
    .products > li a, .products .product a {
      text-decoration: none; }
    .products > li:hover .woocommerce-loop-product__title, .products .product:hover .woocommerce-loop-product__title {
      /*margin: 0 0 20px;*/ }
    .products > li:hover .short-desc, .products > li:hover .sale-percent, .products .product:hover .short-desc, .products .product:hover .sale-percent {
      display: block; }
  .products img {
    display: block;
    margin: 0 auto; }
  .products .product-individual-thumbnail {
    position: relative; }
    .products .product-individual-thumbnail:after {
      content: "";
      background-color: #0000004f;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .products .sale-percent {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #084a73;
    font-size: 14px;
    font-weight: 600;
    background-color: #f9b809;
    border-bottom-right-radius: 15px;
    z-index: 2;
    transition: all 0.3s ease-in; }
  .products .product_data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    z-index: 2; }
    .products .product_data p {
      margin: 10px 0; }
    .products .product_data ul {
      padding-left: 18px; }
    .products .product_data .short-desc {
      display: none;
      transition: all 0.3s ease-in; }
  .products .woocommerce-loop-product__title {
    margin: 0 0 10px;
    /*margin: 0 0 20px;*/
    /*padding: 15px;*/
    font-weight: normal;
    /*text-align: center;*/
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    /*transition: all 0.3s ease-in;*/ }
  .products ins {
    padding-left: 8px;
    font-weight: 600;
    background-color: transparent; }
  .products .product-individual-details {
    padding: 15px 10px;
    border-top: 1px solid #eeeeee; }
  .products .product-individual-price {
    margin-bottom: 12px;
    text-align: center; }
  .products .product-individual-cart {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    text-align: center;
    /*text-transform: capitalize;*/
    		/*& > a.product_type_simple, & > div {
    			width: 47%;
    		}
    
    		.quick_buy_button {
    			border: 2px solid #aecb06;
    			border-radius: 3px;
    			background: #aecb06;
    			color: #fff;
    			font-size: 14px;
    			line-height: 1.15;
    			padding: .5rem;
    			outline: none;
    			transition: all 0.3s;
    		    width: 100%;
    		    text-align: center;
    
    			&:hover {
    				color: #fff;
    			    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    			}
    		}
    
    		.add_to_cart_button {
    		    padding: 0.5rem;
    		}
    
    		.add_to_cart_button:not(.product_type_simple), .product_type_grouped {
    		    margin: 0 auto; -> Var n grp prod btn
    		}
    
    		.added {
    		    display: none;
    		}
    
    		.added_to_cart {
    		    width: 47%;
    			border: 2px solid #f9b809;
    			border-radius: 3px;
    			background: #f9b809;
    			color: #fff;
    			font-size: 14px;
    			line-height: 1.15;
    			padding: .5rem;
    			outline: none;
    			transition: all 0.3s;
    		    text-align: center;
    
    			&:hover {
    				color: #fff;
    			    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    			}
    		}*/ }
    .products .product-individual-cart a {
      display: inline-block; }
    .products .product-individual-cart .redirect_to_product {
      background-color: #aecb06;
      color: #ffffff;
      text-transform: uppercase;
      padding: 10px;
      font-weight: 600;
      font-size: 14px; }

/***Splitted variable and simple products and taxonomy slider***/
.price-splitted-product .product-individual-price {
  text-align: left;
  margin-bottom: 0;
  		/*
  		p.simple-prod-price {
  		}
  
  		p.variable-prod-price {
  			margin: 0;
  			padding: 10px;
  		    border-bottom: 1px solid #eeeeee;
  
  		}*/ }
  .price-splitted-product .product-individual-price p.price {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    transition: 0.6s ease-in all; }
    .price-splitted-product .product-individual-price p.price:hover {
      background-color: #eeeeee; }
  .price-splitted-product .product-individual-price .variation_name {
    text-transform: capitalize;
    margin-right: 5px;
    font-weight: 600; }
.price-splitted-product .product-individual-cart {
  padding: 10px;
  text-align: right; }
.price-splitted-product .product-individual-details {
  padding: 0; }

.splitted-product-slider, .product-tax-slider {
  max-width: 1150px;
  padding: 0 20px;
  margin: 2rem auto 2rem; }
  .splitted-product-slider li, .product-tax-slider li {
    margin: 5px !important; }
  .splitted-product-slider .slick-arrow, .product-tax-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    cursor: pointer; }
  .splitted-product-slider .dashicons-arrow-left-alt2.slick-arrow, .product-tax-slider .dashicons-arrow-left-alt2.slick-arrow {
    left: 0; }
  .splitted-product-slider .dashicons-arrow-right-alt2.slick-arrow, .product-tax-slider .dashicons-arrow-right-alt2.slick-arrow {
    right: 0; }

/***taxonomy slider***/
.product-tax-slider {
  list-style-type: none;
  text-align: center; }
  .product-tax-slider li {
    padding: 10px; }
  .product-tax-slider img {
    margin: 0 auto; }
  .product-tax-slider .taxonomy-title {
    margin: 20px 0 25px;
    color: #084a73;
    font-size: 18px;
    font-weight: 600; }
  .product-tax-slider .taxonomy-desc {
    font-size: 15px;
    line-height: 1.5; }
  .product-tax-slider a {
    color: #f9b809;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize; }

.woocommerce.archive .site-main {
  display: block !important; }
.woocommerce.archive #primary {
  padding: 0px 0px 0px 30px; }
  .woocommerce.archive #primary .woof_products_top_panel {
    display: block; }
.woocommerce.archive #secondary {
  padding: 0px 30px 0px 0px;
  float: left; }
  .woocommerce.archive #secondary .WOOF_Widget li span {
    display: inline; }
  .woocommerce.archive #secondary .WOOF_Widget .woof_list label {
    padding-top: 0px; }
  .woocommerce.archive #secondary .WOOF_Widget .woof_list li {
    margin-bottom: 10px !important; }
    .woocommerce.archive #secondary .WOOF_Widget .woof_list li:last-child {
      border-bottom: 0px; }
.woocommerce.archive .woocommerce-breadcrumb {
  display: none; }
.woocommerce.archive .woocommerce-result-count {
  margin: 10px 0;
  float: left; }
.woocommerce.archive .woocommerce-ordering {
  margin: 10px 0;
  float: right; }

/****Single-product******/
.single-product {
  /* start- No Product image for now */
  	/*.woocommerce-product-gallery {
  	    position: relative;
  	    width: 40%;
  	    padding: 0 15px 0 0;
  
  	    .woocommerce-product-gallery__trigger {
  		    font-size: 1rem;
  		    position: absolute;
  		    display: block;
  		    height: 2em;
  		    width: 2em;
  		    border-radius: 3px;
  		    z-index: 1;
  		    text-align: center;
  		    text-indent: -999px;
  		    text-decoration: none;
  		    overflow: hidden;
  
  		    &:before {
  			    font: normal normal normal 1em/1 Font Awesome\ 5 Free;
  			    font-size: inherit;
  			    text-rendering: auto;
  			    -webkit-font-smoothing: antialiased;
  			    -moz-osx-font-smoothing: grayscale;
  			    display: block;
  			    content: "\f00e";
  			    line-height: 2;
  			    text-indent: 0;
  			    font-weight: 900;
  			}
  		}
  
  		figure {
  		    margin: 0;
  		}
  
  		.woocommerce-product-gallery__image.flex-active-slide {
  			img {
  			    opacity: 1;
  			}
  		}
  
  		.flex-control-nav {
  		    list-style: none;
  		    margin: 0;
  		    padding: 0;
  		    display: flex;
  		    flex-wrap: wrap;
  		}
  
  		.flex-control-thumbs {
  
  			li {
  				padding: 0.5rem;
  			    cursor: pointer;
  			}
  
  			img {
  			    opacity: 0.5;
  			}
  
  			img.flex-active, img:hover {
  			    opacity: 1;
  			}
  		}
  	}*/
  /* End- No Product image for now */
  /* start- No Product tabs for now */
  	/*.woocommerce-tabs {
  	    margin-top: 1rem;
  	    width: 100%;
  
  	    ul {
  		    margin: 0;
  		    padding: 0 15px 0 0;
  		    list-style-type: none;
  
  		    li {
  			    border-bottom: 1px dotted #ccc;
  			}
  
  			.active {
  			    background: #efefef;
  			}
  
  		    a {
  			    display: block;
  			    padding: 1rem .5rem;
  		    	text-decoration: none;
  		    }
  		}
  
  		.woocommerce-Tabs-panel {
  
  			h2 {
  				margin-top: 0;
  			}
  		}
  
  		.shop_attributes {
  		    margin: 16px 0 24px;
  
  			tr {
  			    display: block;
  			}
  
  			p {
  			    margin: 0;
  			}
  		}
  	}*/
  /* end- No Product tabs for now */ }
  .single-product .woocommerce-breadcrumb {
    margin-bottom: 10px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #acacac; }
    .single-product .woocommerce-breadcrumb a {
      color: #084a73;
      text-decoration: none; }
  .single-product #primary {
    display: block;
    padding-right: 0;
    width: 100%; }
  .single-product .entry-summary {
    margin: 0 0 2rem;
    width: 60%;
    padding-left: 15px; }
    .single-product .entry-summary .product_title.entry-title {
      margin-top: 0;
      line-height: 1; }
    .single-product .entry-summary .quantity {
      display: inline-block; }
    .single-product .entry-summary .product_meta {
      margin-top: 15px; }
      .single-product .entry-summary .product_meta > span {
        display: block;
        margin: 7px 0; }
  .single-product #sg_trigger_gf {
    margin: 15px 0;
    cursor: pointer; }
  .single-product #product_inq {
    margin-bottom: 15px;
    width: 60%; }
  .single-product .single-product-image-view .flex-control-nav {
    list-style-type: none;
    padding-left: 0;
    display: flex; }
    .single-product .single-product-image-view .flex-control-nav li {
      margin: 8px 0;
      text-align: center; }
    .single-product .single-product-image-view .flex-control-nav img {
      max-width: 80%; }
  .single-product .single-product-image-view .woocommerce-product-gallery {
    position: relative; }
  .single-product .single-product-image-view .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1; }
  .single-product .single-product-image-view .woocommerce-product-gallery__wrapper {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .single-product .single-product-image-view .woocommerce-product-gallery__wrapper > div:first-child {
      width: 100%; }
    .single-product .single-product-image-view .woocommerce-product-gallery__wrapper > div:not(:first-child) {
      width: 24%;
      margin: 0 0.5%; }
  .single-product .single-product-summary {
    padding: 30px 0 25px;
    border-bottom: 1px solid #ccc; }
    .single-product .single-product-summary .entry-title {
      display: inline-block;
      margin: 0 0 20px;
      font-size: 1.5rem;
      color: #084a73;
      text-transform: uppercase; }
      .single-product .single-product-summary .entry-title:after {
        content: "";
        border-bottom: 2px solid #000;
        height: 5px;
        width: 30%;
        display: block; }
    .single-product .single-product-summary .product-meta {
      margin-bottom: 15px; }
      .single-product .single-product-summary .product-meta a {
        font-size: 14px; }
    .single-product .single-product-summary .product-desc {
      margin: 40px 0 30px; }
    .single-product .single-product-summary .price-title {
      font-weight: bold;
      margin: 0 0 8px; }
    .single-product .single-product-summary .woocommerce-simple-test_loc {
      margin: -10px 0 15px; }
    .single-product .single-product-summary ins {
      padding-left: 8px;
      font-weight: 600;
      background: transparent; }
    .single-product .single-product-summary .variations {
      margin-bottom: 0; }
      .single-product .single-product-summary .variations td.label, .single-product .single-product-summary .variations td.value {
        display: block; }
      .single-product .single-product-summary .variations td.label {
        font-weight: bold; }
      .single-product .single-product-summary .variations td.value {
        margin-bottom: 15px; }
      .single-product .single-product-summary .variations select {
        border-color: #000; }
    .single-product .single-product-summary .reset_variations {
      margin-left: 5px; }
    .single-product .single-product-summary .quantity {
      display: none !important; }
    .single-product .single-product-summary .woocommerce-variation-test_loc {
      margin: 5px 0 15px; }
      .single-product .single-product-summary .woocommerce-variation-test_loc strong:not(:empty):before {
        content: "Test conducted at: ";
        font-weight: normal; }
    .single-product .single-product-summary .single_add_to_cart_button {
      margin-bottom: 10px;
      border-radius: 0;
      text-transform: uppercase;
      font-weight: bold; }
    .single-product .single-product-summary .woocommerce-variation {
      margin-bottom: 10px; }
    .single-product .single-product-summary .quick_buy_container {
      display: inline-block; }
      .single-product .single-product-summary .quick_buy_container input, .single-product .single-product-summary .quick_buy_container button {
        background-color: #aecb06;
        border: 2px solid #aecb06;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: bold; }

/**** Woocommerce price slider ****/
.price_slider_wrapper .ui-slider-horizontal {
  border-radius: 1em;
  border: 1px solid;
  background-color: #fff;
  height: .3em !important;
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom: 1em; }
.price_slider_wrapper .ui-slider-range {
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #333 !important; }
.price_slider_wrapper .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.7rem !important;
  height: 0.7rem !important;
  background-color: #333 !important;
  border-color: #333 !important;
  border-radius: 1em;
  cursor: move;
  outline: 0;
  top: -.19em !important;
  margin-left: -.5em; }
.price_slider_wrapper .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em; }
.price_slider_wrapper .button {
  float: left;
  padding: .4em 1em;
  /*font-family: 'Raleway';*/
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-transform: capitalize; }

/****Pagination****/
.woocommerce-pagination {
  padding: 15px; }
  .woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .woocommerce-pagination ul .current {
      background-color: transparent;
      color: #cccccc; }
    .woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
      padding: 0.2em 0.4em;
      margin-right: 0.5em;
      background: #cccccc;
      border: 1px solid #cccccc;
      color: #fff;
      text-decoration: none; }
      .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span:hover {
        background-color: transparent;
        color: #cccccc; }

/****My account****/
.woocommerce-account .logintitle {
  text-align: center; }
.woocommerce-account:not(.admin-bar) article .entry-header {
  display: none; }
.woocommerce-account:not(.admin-bar) article .entry-content {
  max-width: 400px;
  margin: 0 auto;
  text-align: center; }
  .woocommerce-account:not(.admin-bar) article .entry-content .woocommerce-form__label-for-checkbox {
    margin-top: 10px; }
.woocommerce-account:not(.admin-bar) article .lost_password a {
  text-decoration: none;
  font-weight: bold; }

.woocommerce-MyAccount-navigation {
  display: inline-block;
  width: 30%;
  padding-right: 15px; }
  .woocommerce-MyAccount-navigation .is-active a {
    background-color: #f9b809; }
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: none; }
  .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px;
    background-color: rgba(255, 180, 27, 0.5);
    margin: 5px 0;
    color: #fff;
    text-decoration: none; }
    .woocommerce-MyAccount-navigation a:hover {
      background-color: #f9b809; }

.woocommerce-MyAccount-content {
  display: inline-block;
  width: 69%;
  padding-left: 15px;
  float: right; }

/***Additional****/
.woocommerce-page form label {
  display: block;
  margin-bottom: 8px; }

.woocommerce-Button {
  display: inline-block; }

.quantity {
  display: inline-block; }
  .quantity input {
    max-width: 3.5rem; }

.woocommerce-message {
  border-top: 5px solid #f9b809;
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #ffdb91; }
  .woocommerce-message .button {
    display: inline-block; }

.woocommerce-error {
  border-top: 5px solid #ff1717;
  display: block;
  padding: 15px 30px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #ff645a; }
  .woocommerce-error .button {
    background-color: #ff1717;
    border-color: #ff1717;
    display: inline-block; }

/****Woocommerce tables*****/
.shop_table a {
  text-decoration: none; }
.shop_table td, .shop_table th {
  padding: .8rem;
  text-align: left;
  border-bottom: 1px solid #ccc; }
.shop_table .product-remove a {
  font-size: 2rem; }
.shop_table .product-thumbnail a {
  display: block;
  border: none;
  max-width: 80px; }
.shop_table .coupon {
  float: left;
  margin-right: 5px; }
  .shop_table .coupon label {
    display: none; }
  .shop_table .coupon input[type="text"] {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.1; }
  .shop_table .coupon button, .shop_table .coupon input[type="submit"] {
    display: inline-block;
    vertical-align: text-bottom; }
  .shop_table .coupon + button, .shop_table .coupon + input[type="submit"] {
    display: inline-block;
    vertical-align: text-bottom; }

/****cart page****/
.cart-collaterals {
  width: 25%; }

.wc-proceed-to-checkout {
  margin-bottom: 10px; }
  .wc-proceed-to-checkout .button {
    display: inline-block;
    text-decoration: none; }
    .wc-proceed-to-checkout .button:hover {
      color: #fff; }

/****Checkout*****/
.woocommerce-checkout #customer_details {
  width: 50%; }
  .woocommerce-checkout #customer_details input:not([type="radio"]):not([type="checkbox"]), .woocommerce-checkout #customer_details select {
    width: 100%; }
.woocommerce-checkout .select2-selection {
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all .3s ease;
  outline: 0;
  /*height: auto;*/ }
.woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style-type: none; }
.woocommerce-checkout .woocommerce-checkout-payment label {
  display: inline; }

/*=============================*\
## Star rating
\*=============================*/
.star-rating {
  position: relative;
  width: 80px;
  height: 24px;
  margin-right: 5px;
  float: left;
  color: transparent;
  white-space: pre; }
  .star-rating:before {
    position: absolute;
    color: #333;
    content: "\f154\f154\f154\f154\f154";
    font-family: dashicons; }
  .star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .star-rating > span:before {
      color: #333;
      content: "\f155\f155\f155\f155\f155";
      font-family: dashicons; }

.comment-form-rating .stars a {
  position: relative;
  color: transparent !important;
  margin-right: 10px; }
  .comment-form-rating .stars a:after {
    content: "\f154";
    font-family: dashicons;
    position: absolute;
    color: #333;
    left: 0;
    top: 0; }
.comment-form-rating .stars a.active:after {
  content: "\f155"; }

/*=============================*\
## Media Queries
\*=============================*/
@media (min-width: 621px) {
  /****Single-product******/
  .single-product .single-product-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .single-product .single-product-summary .single-product-image-view {
      width: 45%; }
    .single-product .single-product-summary .single-product-details {
      width: 50%; } }
@media (max-width: 980px) and (min-width: 621px) {
  /****Single-product******/
  .single-product .single-product-summary .single-product-details {
    /*width: 55% !important;*/ } }
@media (min-width: 981px) {
  /****Single-product******/
  .single-product {
    		/*.single-product-summary {
    			display: flex;
    			flex-wrap: wrap;
    			justify-content: space-between;
    
    			.single-product-image-view {
    				width: 40%;
    			}
    
    			.single-product-details {
    				width: 50%;
    			}
    		}*/ }
    .single-product .woocommerce-tabs ul {
      display: flex;
      width: 100%; }
    .single-product .woocommerce-Tabs-panel {
      width: 100%; }

  /*****Cart Page*****/
  .woocommerce-cart .entry-content > .woocommerce {
    display: flex;
    flex-wrap: wrap; }
  .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-error, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop {
    width: 100%; }
  .woocommerce-cart .woocommerce-cart-form {
    width: 75%;
    padding-right: 15px; }
    .woocommerce-cart .woocommerce-cart-form table {
      border: 1px solid #ccc; }
  .woocommerce-cart .cart-collaterals {
    /*width: 25%;*/
    padding-left: 15px; }
  .woocommerce-cart .cart_totals {
    padding: 15px;
    border: 1px solid #ccc; }

  .woocommerce.archive .shop_header {
    display: none; }
  .woocommerce.archive #secondary {
    width: 25%; }
  .woocommerce.archive #primary {
    width: 74%;
    display: inline-block; } }
@media (min-width: 1112px) {
  .products > li {
    width: 31.5%;
    margin: 15px 2% 15px 0; }
    .products > li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 1111px) and (min-width: 981px) {
  .products > li {
    width: 48%;
    margin: 15px 20px 15px 0; }
    .products > li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 980px) {
  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .products .sale-percent {
      display: block; }
    .products .product_data .short-desc {
      display: block; }

  /***Woocommerce table***/
  .shop_table {
    border: 1px solid #ccc; }
    .shop_table thead {
      display: none; }
    .shop_table tbody, .shop_table tr, .shop_table tfoot {
      display: block; }
    .shop_table tr td:not([colspan]) {
      display: block;
      position: relative;
      padding-left: 50% !important; }
      .shop_table tr td:not([colspan]):after {
        position: absolute;
        left: 47%;
        top: 0;
        display: block;
        height: 100%;
        border-left: 1px solid #ccc;
        content: ""; }
    .shop_table tr td {
      display: block;
      text-align: left; }
      .shop_table tr td:before {
        content: attr(data-title);
        font-weight: bold;
        margin: 0 0 2px;
        position: absolute;
        top: 50%;
        left: 9px;
        width: 45%;
        padding-right: 10px;
        text-align: left;
        -webkit-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%); }
      .shop_table tr td a {
        text-align: left; }

  .woocommerce.archive #primary, .woocommerce.archive #secondary {
    width: 100%;
    padding: 0;
    float: none; }
  .woocommerce.archive #secondary {
    display: none; }
  .woocommerce.archive .woocommerce-ordering {
    margin-bottom: 30px; }
  .woocommerce.archive .shop_header {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #acacac; }
    .woocommerce.archive .shop_header span {
      font-size: 20px;
      font-weight: 600; }
    .woocommerce.archive .shop_header .fas {
      cursor: pointer; }

  .woocommerce-checkout-review-order-table, .cart-collaterals .shop_table {
    border: none; }
    .woocommerce-checkout-review-order-table thead, .cart-collaterals .shop_table thead {
      display: table-header-group; }
    .woocommerce-checkout-review-order-table tbody, .cart-collaterals .shop_table tbody {
      display: table-row-group; }
    .woocommerce-checkout-review-order-table tfoot, .cart-collaterals .shop_table tfoot {
      display: table-footer-group; }
    .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td, .cart-collaterals .shop_table th, .cart-collaterals .shop_table td {
      display: table-cell;
      padding: 16px 12px; }
    .woocommerce-checkout-review-order-table tr, .cart-collaterals .shop_table tr {
      display: table-row; }
    .woocommerce-checkout-review-order-table td:before, .woocommerce-checkout-review-order-table td:after, .cart-collaterals .shop_table td:before, .cart-collaterals .shop_table td:after {
      content: none !important; }
    .woocommerce-checkout-review-order-table tr td:not([colspan]), .cart-collaterals .shop_table tr td:not([colspan]) {
      display: table-cell;
      position: static;
      padding-left: 12px !important; }

  /****Cart page ****/
  .cart-collaterals {
    width: 100%; }

  /****Checkout*****/
  .woocommerce-checkout #customer_details {
    width: 80%; } }
@media (max-width: 980px) and (min-width: 781px) {
  .products > li {
    width: 31.5%; } }
@media (max-width: 780px) {
  .products > li {
    width: 48%; } }
@media (max-width: 620px) {
  /****Shop******/
  .products > li {
    /*width: 100%;*/ }
  .products .woocommerce-loop-product__title {
    /*height: auto;*/ }

  /****Single-product******/
  .single-product .single-product-summary .single-product-details {
    margin-top: 40px; }

  /***My-account page****/
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    display: block;
    padding: 0;
    width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
    float: none; }

  /****Woocommerce Table***/
  .shop_table .coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
    float: none; }
    .shop_table .coupon input {
      width: 49%; }
    .shop_table .coupon input[type='text'] {
      /*margin-right: 2%;*/ }
    .shop_table .coupon button, .shop_table .coupon input[type='submit'] {
      width: 49%; }
    .shop_table .coupon + button, .shop_table .coupon input[type='submit'] {
      margin-top: 5px;
      width: 100%; }

  /****Checkout*****/
  .woocommerce-checkout #customer_details {
    width: 100%; } }
@media (max-width: 480px) {
  .woocommerce.archive .woocommerce-result-count, .woocommerce.archive .woocommerce-ordering {
    float: none; }

  /****Woocommerce Table***/
  .shop_table .coupon input {
    width: 100%; }
  .shop_table .coupon button, .shop_table .coupon input[type='submit'] {
    width: 100%;
    margin-top: 5px; } }
@media (max-width: 400px) {
  .products > li {
    width: 100%;
    margin: 15px 0; } }
.blog #primary, .archive #primary, .search #primary {
  display: block;
  width: 100%; }
.blog .site-main, .archive .site-main, .search .site-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  		/*& > article {
  			width: 24%;
  
  			&:not(:nth-child(5)) {
  				margin-right: 1.30%;
  			}
  		}*/ }
  .blog .site-main > header, .archive .site-main > header, .search .site-main > header {
    width: 100%; }
.blog article, .archive article, .search article {
  margin: 0 0 30px;
  		/*.entry-content {
  		    margin: 15px 0 0;
  
  			a {
  				text-decoration: none;
  			}
  		}*/
  		/*.blog-read-more {
  		    margin: 0;
  
  		    a {
  			    display: inline-block;
  			    padding: 5px 15px;
  				color: #4d4d4d;
  			    background-color: #fff;
  			    border: 1px solid #f9b809;
  			    border-radius: 2px;
  			    text-decoration: none;
  			    text-transform: none;
  			    transition: all 0.3s ease-in;
  
  			    &:hover {
  			    	color: #fff;
  			    	background-color: #f9b809;
  			    }
  		    }
  		}
  
  		.entry-footer {
  		    padding: 5px 0;
  	        margin: 10px 0 0;
  		    border-top: 1px dotted #000;
  		    border-bottom: 1px dotted #000;
  
  			p {
  			    margin: 5px 0;
  			}
  			
  			a {
  				text-decoration: none;
  			}
  		}*/ }
  .blog article .entry-header .entry-title, .archive article .entry-header .entry-title, .search article .entry-header .entry-title {
    margin: 7px 0 0;
    line-height: 1; }
  .blog article .entry-header a, .archive article .entry-header a, .search article .entry-header a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none; }
  .blog article .blog-feature-image, .archive article .blog-feature-image, .search article .blog-feature-image {
    /*margin-top: 24px;*/ }
    .blog article .blog-feature-image img, .archive article .blog-feature-image img, .search article .blog-feature-image img {
      display: block; }

/** Post Navigation **/
/* Blog / Archive Page */
.blog .nav-links, .archive .nav-links, .search .nav-links {
  text-transform: capitalize; }
  .blog .nav-links:after, .archive .nav-links:after, .search .nav-links:after {
    display: block;
    content: "";
    clear: both; }
  .blog .nav-links > div, .archive .nav-links > div, .search .nav-links > div {
    width: 50%; }
.blog .nav-previous, .archive .nav-previous, .search .nav-previous {
  padding: 15px 15px 15px 0;
  float: left; }
  .blog .nav-previous > a, .archive .nav-previous > a, .search .nav-previous > a {
    position: relative;
    display: block;
    margin-left: 20px;
    font-size: 1.2rem;
    text-decoration: none; }
    .blog .nav-previous > a:before, .archive .nav-previous > a:before, .search .nav-previous > a:before {
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
      content: "\f104";
      font-family: "Font Awesome 5 Free";
      margin: 0 5px 0 0;
      font-weight: 900; }
.blog .nav-next, .archive .nav-next, .search .nav-next {
  padding: 15px 0 15px 15px;
  text-align: right;
  float: right; }
  .blog .nav-next > a, .archive .nav-next > a, .search .nav-next > a {
    position: relative;
    display: block;
    margin-right: 20px;
    font-size: 1.2rem;
    text-decoration: none; }
    .blog .nav-next > a:after, .archive .nav-next > a:after, .search .nav-next > a:after {
      position: absolute;
      right: -20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      margin: 0 0 0 5px;
      font-weight: 900; }

/* Single Page */
.single-post #primary {
  display: block;
  width: 100%; }
.single-post .blog-feature-image {
  margin-top: 15px; }
.single-post .entry-title {
  margin: 0 0 10px; }
.single-post .post-navigation {
  margin: 20px 0; }
  .single-post .post-navigation .nav-links > div {
    width: 50%; }
    .single-post .post-navigation .nav-links > div a {
      position: relative;
      display: block;
      text-decoration: none; }
      .single-post .post-navigation .nav-links > div a:hover {
        text-decoration: underline; }
  .single-post .post-navigation .nav-links:after {
    display: block;
    content: "";
    clear: both; }
  .single-post .post-navigation .nav-previous {
    padding: 15px 15px 15px 0;
    float: left; }
    .single-post .post-navigation .nav-previous a {
      margin-left: 20px; }
      .single-post .post-navigation .nav-previous a:before {
        content: "\f053";
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        font-weight: 900; }
  .single-post .post-navigation .nav-next {
    padding: 15px 0 15px 15px;
    text-align: right;
    float: right; }
    .single-post .post-navigation .nav-next a {
      margin-right: 20px; }
      .single-post .post-navigation .nav-next a:after {
        content: "\f054";
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        font-weight: 900; }

/** Testimonial shortcode **/
.post-type-archive-testimonial_cpt {
  	/*article {
  	    padding: 20px 0;
  
  	    .entry-title:before {
  		    content: "\f068";
  		    font-family: "Font Awesome 5 Free";
  		    font-weight: 900;
  		    margin-right: 5px;
  		}
  	}*/ }
  .post-type-archive-testimonial_cpt .testimonial-archive-title {
    text-align: center; }

.testimonial-listing {
  margin: 50px 0 150px; }
  .testimonial-listing .slick-track {
    display: flex !important; }
  .testimonial-listing .testimonial-slide {
    margin: 10px 20px;
    outline: 0;
    height: inherit !important;
    background-color: #fff; }
    .testimonial-listing .testimonial-slide:not(.video) {
      display: flex;
      border: 1px solid #f7f7f7;
      box-shadow: 0px 0px 6px #ccc; }
      .testimonial-listing .testimonial-slide:not(.video) .slider-content {
        padding: 20px 20px;
        align-self: center; }
        .testimonial-listing .testimonial-slide:not(.video) .slider-content p {
          margin: 0 0 10px; }
      .testimonial-listing .testimonial-slide:not(.video) .slider-feed-content {
        font-size: 18px;
        line-height: 1.4; }
      .testimonial-listing .testimonial-slide:not(.video) .slider-title {
        text-align: right;
        font-size: 16px;
        font-weight: 600; }
    .testimonial-listing .testimonial-slide.video {
      border: 1px solid transparent;
      box-shadow: 0px 0px 6px transparent;
      background-color: transparent; }
      .testimonial-listing .testimonial-slide.video iframe {
        max-height: 350px; }
      .testimonial-listing .testimonial-slide.video p {
        margin: 0; }
      .testimonial-listing .testimonial-slide.video .wp-video {
        margin: 0 auto; }
      .testimonial-listing .testimonial-slide.video .slider-title {
        display: none; }
  .testimonial-listing .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -50px;
    transform: translateX(-50%);
    font-size: 2.5rem;
    cursor: pointer; }
    .testimonial-listing .slick-arrow.dashicons-arrow-left-alt2 {
      left: 47%; }
    .testimonial-listing .slick-arrow.dashicons-arrow-right-alt2 {
      right: 47%; }

/** Comments **/
.comments-area ul, .comments-area ol {
  margin-left: 0;
  padding-left: .5rem;
  list-style: none; }

.comment-author {
  padding-left: 62px;
  position: relative; }
  .comment-author > img {
    position: absolute;
    left: 0;
    vertical-align: middle;
    height: 48px;
    width: 48px; }
  .comment-author .fn {
    color: #676262;
    font-weight: 600;
    font-style: normal; }
  .comment-author .says {
    font-weight: 700; }

.comment-metadata {
  padding-left: 62px;
  font-weight: 700; }

.comment-content {
  padding-left: 62px;
  border-bottom: 2px solid #acacac;
  margin-bottom: 45px;
  padding-bottom: 30px;
  margin-top: 10px; }

.comment-body {
  position: relative; }
  .comment-body .reply {
    position: absolute;
    top: 0;
    right: 0; }

.children {
  margin: 0 0 1.5em 1em; }
  .children > li {
    padding: 25px;
    padding-bottom: 0;
    margin-bottom: 1rem;
    border-radius: 2px; }

/*=============================*\
## Media Queries
\*=============================*/
@media (min-width: 981px) {
  .blog .site-main > article, .archive .site-main > article, .search .site-main > article {
    width: 24%;
    margin: 0 0.5% 25px; } }
@media (max-width: 980px) {
  /** Post Navigation **/
  .blog .posts-navigation, .archive .posts-navigation, .search .posts-navigation {
    margin: 0 0 30px; }

  /** Testimonial shortcode **/
  .testimonial-listing .slick-arrow.dashicons-arrow-left-alt2 {
    left: 45%; }
  .testimonial-listing .slick-arrow.dashicons-arrow-right-alt2 {
    right: 45%; } }
@media (max-width: 980px) and (min-width: 601px) {
  .blog .site-main > article, .archive .site-main > article, .search .site-main > article {
    width: 32%;
    margin: 0 0.65% 20px; } }
@media (max-width: 600px) {
  /** Post Navigation **/
  .blog .nav-links > div, .archive .nav-links > div, .search .nav-links > div {
    width: 100%; }

  .single-post .post-navigation .nav-links > div {
    width: 100%; }

  /** Testimonial shortcode **/
  .testimonial-listing .slick-arrow.dashicons-arrow-left-alt2 {
    left: 40%; }
  .testimonial-listing .slick-arrow.dashicons-arrow-right-alt2 {
    right: 40%; } }
@media (max-width: 600px) and (min-width: 421px) {
  /** Post Navigation **/
  .blog .site-main > article, .archive .site-main > article, .search .site-main > article {
    width: 48%;
    margin: 0 1% 25px; } }
.lc_quick_box {
  width: 100px;
  height: auto;
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-25%);
  z-index: 99;
  transition: all 0.5s ease 0s; }
  .lc_quick_box ul {
    padding: 0;
    list-style-type: none; }
  .lc_quick_box #lc_clickme {
    position: absolute;
    /*top: 0px;
    right: -25px;*/
    top: 33px;
    right: -60px;
    padding: 5px 8px;
    color: #000;
    background-color: #71c750;
    text-align: center;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }
  .lc_quick_box .open-tabs {
    top: -1px !important;
    right: -25px !important; }
  .lc_quick_box .hover_link {
    display: inline-block;
    padding: 18px 20px;
    width: 100%;
    color: #000;
    background-color: rgba(113, 199, 80, 0.9);
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; }
  .lc_quick_box .quick_links {
    position: relative;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 50; }
    .lc_quick_box .quick_links li {
      margin-bottom: 1px; }
      .lc_quick_box .quick_links li:hover > div {
        display: block; }
    .lc_quick_box .quick_links .quick_hover {
      height: 350px;
      display: none;
      position: absolute;
      left: 100px;
      top: 0px;
      padding: 20px 20px;
      width: 370px;
      background-color: rgba(255, 180, 27, 0.9);
      z-index: 9999;
      overflow: auto;
      color: #000;
      line-height: 1.5; }
      .lc_quick_box .quick_links .quick_hover a {
        color: #000;
        font-weight: bold; }
        .lc_quick_box .quick_links .quick_hover a:hover {
          color: #000; }

.hide_quick_links {
  left: -100px !important; }

/*# sourceMappingURL=main.css.map */
