@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Ubuntu:wght@300;400;500;700&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
}

.no-pad {
  padding: 0;
}

section.src-result {
  position: relative;
}

section.src-result ul#tea {
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  top: 0px;
  z-index: 99999;
  -webkit-box-shadow: 0px 6px 12px #c7c2c2;
          box-shadow: 0px 6px 12px #c7c2c2;
}

section.src-result ul#tea li {
  border-bottom: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #111;
  padding: 14px;
}

section.src-result ul#tea li a {
  color: #111;
  font-size: 18px !important;
  margin: 0 !important;
}

section.src-result ul#tea li .glow {
  background: #6aff6a;
  color: black;
  padding: 0.5rem 0rem;
}

header {
  padding: 25px 0;
}

header div#navigation {
  display: inline-block;
}

header div#navigation ul li {
  display: inline-block;
  margin: 0 14px;
}

header div#navigation ul li a {
  color: #344651;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

header div#navigation ul li a:hover {
  color: #5ccbb9;
  text-decoration: underline;
}

header div#navigation ul li.current-menu-item a {
  color: #5ccbb9;
  text-decoration: underline;
}

header .log-in-area {
  display: inline-block;
}

header .log-in-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .log-in-area ul li {
  display: inline-block;
  padding: 0 14px;
}

header .log-in-area ul li:hover ul.header-sign-up-menu {
  display: block;
}

header .log-in-area ul li a {
  color: #344651;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: table;
  width: 100%;
  position: relative;
}

header .log-in-area ul li a:hover {
  color: #5ccbb9;
  text-decoration: underline;
}

header .log-in-area ul li a i.fa.fa-user {
  font-size: 23px;
}

header .log-in-area ul li:first-child {
  border-left: 1px solid #c2c7ca;
}

header .log-in-area ul li:nth-child(2) a {
  border: 2px solid #b7e7df;
  color: #5ccbb9;
  font-weight: 700;
  padding: 5px 31px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .log-in-area ul li:nth-child(2) a:hover {
  background: #5ccbb9;
  color: #fff;
}

header .log-in-area ul.header-sign-up-menu {
  position: absolute;
  display: table;
  z-index: 999;
  background: #fff;
  display: none;
}

header .log-in-area ul.header-sign-up-menu li {
  border: none;
  display: table;
  padding: 0;
  border-bottom: 1px solid #344651;
  width: 100%;
}

header .log-in-area ul.header-sign-up-menu li a {
  text-align: left;
  border: none;
  padding: 0;
  text-transform: capitalize;
  color: #344651;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 12px 15px;
  border-radius: 0;
  text-decoration: none;
}

@media (min-width: 1280px) {
  section.banner-part {
    height: calc(100vh - 83px);
    overflow: hidden;
  }
}

section.banner-part {
  position: relative;
}

section.banner-part img {
  width: 100%;
}

section.banner-part .ban-tx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(52, 70, 81, 0.36);
}

section.banner-part .ban-tx h2 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

section.banner-part .ban-tx p {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}

section.banner-part .ban-tx form {
  position: relative;
}

section.banner-part .ban-tx form input:not([type="submit"]) {
  width: 100%;
  height: 52px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  border: 1px solid #eef0f1;
  background-color: #ffffff;
  padding: 0 15px 0 50px;
  color: #444;
  background-image: url(../images/icon1.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  margin-bottom: 0;
}

section.banner-part .ban-tx form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  width: 175px;
  border-radius: 0 8px 8px 0;
  background-color: #5ccbb9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.banner-part .ban-tx form input[type="submit"]:hover {
  background-color: #20917e;
}

section.banner-part ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c2c7ca;
}

section.banner-part ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c7ca;
}

section.banner-part :-ms-input-placeholder {
  /* IE 10+ */
  color: #c2c7ca;
}

section.banner-part :-moz-placeholder {
  /* Firefox 18- */
  color: #c2c7ca;
}

section.body-cont1 {
  padding: 70px 0;
}

section.body-cont1 h2 {
  color: #344651;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 45px;
}

section.body-cont1 .img-wrap {
  width: 110px;
  height: 110px;
  background-color: #b7e7df;
  margin: 0 auto 25px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont1 .img-wrap:hover {
  -webkit-box-shadow: 0 0 26px #b7e7df;
          box-shadow: 0 0 26px #b7e7df;
}

section.body-cont1 p {
  color: #344651;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

section.body-cont2 a {
  position: relative;
  display: inline-block;
  width: 100%;
}

section.body-cont2 a:hover .overlay:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

section.body-cont2 a:hover h4 {
  background: none;
}

section.body-cont2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.body-cont2 .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(92, 203, 185, 0.8);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont2 .sec1 img {
  width: 100%;
  max-height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.body-cont2 .sec2 img {
  width: 100%;
  max-height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.body-cont2 h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin: 0;
  background: rgba(92, 203, 185, 0.8);
  padding: 2px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont3 {
  padding: 100px 0;
}

section.body-cont3 h2 {
  color: #344651;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 65px;
}

section.body-cont3 .deals .item {
  margin: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
}

section.body-cont3 .deals .owl-nav button.owl-prev {
  position: absolute;
  top: 14%;
  left: -35px;
}

section.body-cont3 .deals .owl-nav button.owl-prev span {
  background: url(../images/left-arrow.svg);
}

section.body-cont3 .deals .owl-nav button.owl-next {
  position: absolute;
  top: 7px;
  right: -30px;
}

section.body-cont3 .deals .owl-nav button.owl-next span {
  background: url(../images/right-arrow.svg);
}

section.body-cont3 .deals .owl-nav span {
  color: transparent;
  width: 28px;
  display: table;
  height: 56px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

footer {
  padding: 60px 0 56px;
  background: #344651;
}

footer ul.footer-menu {
  margin: 0 0 40px;
}

footer ul.footer-menu li {
  display: inline-block;
}

footer ul.footer-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 22px;
}

footer ul.footer-menu li a:hover {
  color: #5ccbb9;
}

footer a.mail {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 22px;
  display: table;
  width: 100%;
  margin: 0 0 32px;
}

footer a.mail:hover {
  color: #5ccbb9;
}

footer form {
  position: relative;
  max-width: 500px !important;
  margin: 0 auto !important;
}

footer input:not([type="submit"]) {
  width: 100% !important;
  height: 48px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  border: 1px solid #eef0f1;
  background-color: #ffffff;
  padding: 0 15px !important;
  color: #444;
  margin-bottom: 0 !important;
}

footer li#field_4_1 {
  padding: 0;
}

footer .gform_body {
  width: 100% !important;
}

footer .gform_footer.top_label {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 48px;
  width: 81px;
}

footer .gfield_description.validation_message {
  position: absolute;
}

footer input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: #5ccbb9;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 29px;
  margin: 0 !important;
  border-radius: 0 8px 8px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer input[type="submit"]:hover {
  background-color: #20917e;
}

footer p {
  color: #e7e7e7;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 35;
  margin: 56px 0 0;
  border-top: 1px dotted #787878;
  padding: 46px 0 0;
}

footer p a {
  color: #5ccbb9;
}

footer p a:hover {
  color: #20917e;
}

section.gym-profile-cont1 {
  padding: 70px 0;
}

section.gym-profile-cont1 .decp h2 {
  color: #344651;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 21px;
}

section.gym-profile-cont1 .decp p {
  color: #344651;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

section.gym-profile-cont1 .decp ul.Goodlife li {
  color: #344651;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 7px;
  position: relative;
  padding-left: 18px;
}

section.gym-profile-cont1 .decp ul.Goodlife li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #344651;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.gym-profile-cont1 .decp h3 {
  color: #344651;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 25px;
}

section.gym-profile-cont1 .decp ul.Amenities {
  margin: 29px 0 20px;
}

section.gym-profile-cont1 .decp ul.Amenities li {
  display: inline-block;
  width: 13%;
  margin: 0 0 28px;
  text-align: center;
  color: #344651;
  font-size: 14px;
  font-weight: 600;
}

section.gym-profile-cont1 .decp ul.Amenities li img {
  display: table;
  margin: 0 auto 12px;
}

section.gym-profile-cont1 .decp ul.Amenities li a {
  display: table;
  width: 100%;
  text-align: center;
  color: #344651;
  font-size: 14px;
  font-weight: 600;
}

section.gym-profile-cont1 .decp ul.Amenities li a img {
  display: table;
  margin: 0 auto 12px;
}

section.gym-profile-cont1 .decp ul.gallery {
  display: table;
  width: 100%;
}

section.gym-profile-cont1 .decp ul.gallery li {
  width: 23.5%;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}

section.gym-profile-cont1 .decp ul.gallery li img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.gym-profile-cont1 .decp ul.gallery li img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.gym-profile-cont1 .decp ul.gallery li span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 70, 81, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.gym-profile-cont1 .decp ul.gallery li span.overlay h4 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

section.gym-profile-cont1 .side-bar {
  border-radius: 0 0 8px 8px;
  border: 3px solid #eef0f1;
  background-color: #ffffff;
}

section.gym-profile-cont1 .side-bar h4 {
  color: #344651;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 14px;
}

section.gym-profile-cont1 .side-bar ul {
  margin: 0;
  max-width: 200px;
}

section.gym-profile-cont1 .side-bar ul li {
  color: #344651;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 11px;
}

section.gym-profile-cont1 .side-bar ul li span {
  float: right;
}

section.gym-profile-cont1 .side-bar .wrap {
  padding: 30px;
}

section.gym-profile-cont1 .side-bar h5 {
  color: #344651;
  font-size: 14px;
  font-weight: 400;
  margin: 39px 0 11px;
  max-width: 200px;
}

section.gym-profile-cont1 .side-bar h5 span {
  float: right;
}

section.gym-profile-cont1 .side-bar p {
  color: #344651;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin: 0 0 14px;
  padding-left: 31px;
}

section.gym-profile-cont1 .side-bar p a {
  color: #344651;
}

section.gym-profile-cont1 .side-bar p i.fa {
  color: #5ccbb9;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}

section.gym-profile-cont2 {
  padding: 0 0 70px;
}

section.gym-profile-cont2 h2 {
  color: #344651;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px;
  border-top: 1px solid;
  padding: 50px 0 0;
}

section.gym-profile-cont2 .gym-profile-deals .owl-nav button.owl-prev {
  position: absolute;
  top: 20%;
  left: -65px;
}

section.gym-profile-cont2 .gym-profile-deals .owl-nav button.owl-prev span {
  background: url(../images/left-arrow.svg);
}

section.gym-profile-cont2 .gym-profile-deals .owl-nav button.owl-next {
  position: absolute;
  top: 103px;
  right: -56px;
}

section.gym-profile-cont2 .gym-profile-deals .owl-nav button.owl-next span {
  background: url(../images/right-arrow.svg);
}

section.gym-profile-cont2 .gym-profile-deals .owl-nav span {
  color: transparent;
  width: 28px;
  display: table;
  height: 56px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

section.gym-profile-cont2 .gym-profile-deals .item {
  margin: 0 6px;
}

section.gym-profile-cont2 .gym-profile-deals .item .img-wrap {
  position: relative;
}

section.gym-profile-cont2 .gym-profile-deals .item .img-wrap:hover .overlay:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

section.gym-profile-cont2 .gym-profile-deals .item .img-wrap:hover h4 {
  background: none !important;
}

section.gym-profile-cont2 .gym-profile-deals .item .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.gym-profile-cont2 .gym-profile-deals .item .img-wrap .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(92, 203, 185, 0.8);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.gym-profile-cont2 .gym-profile-deals .item .img-wrap .overlay h4 {
  background: rgba(92, 203, 185, 0.92);
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding: 4px 9px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.gym-profile-cont2 .gym-profile-deals .item h5 {
  color: #5ccbb9;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(183, 231, 223, 0.5);
  display: inline-block;
  padding: 5px 13px;
  border-radius: 7px;
  margin: 20px 0;
}

section.gym-profile-cont2 .gym-profile-deals .item h3 {
  color: #344651;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 18px;
}

section.gym-profile-cont2 .gym-profile-deals .item .gd-life {
  display: table;
  width: 100%;
}

section.gym-profile-cont2 .gym-profile-deals .item .gd-life img {
  width: auto;
  position: relative;
  float: left;
  margin-right: 13px;
}

section.gym-profile-cont2 .gym-profile-deals .item .gd-life h6 {
  color: #344651;
  font-size: 16px;
  font-weight: 700;
}

section.gym-profile-cont2 .gym-profile-deals .item .gd-life p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(52, 70, 81, 0.6);
}

section.gym-profile-cont2 .gym-profile-deals .item form.add-to-cart {
  float: left;
}

section.gym-profile-cont2 .gym-profile-deals .item form.add-to-cart:hover button {
  color: #fff;
}

section.gym-profile-cont2 .gym-profile-deals .item button.single_add_to_cart_button {
  padding: 12px 32px;
  background: none;
  border: none;
  text-align: center;
  color: #5ccbb9;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart {
  --color: #5ccbb9;
  --icon: var(--color);
  --cart: #5ccbb9;
  --dots: #5ccbb9;
  --background: none;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transpare;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transform: scale(var(--s, 0.97));
          transform: scale(var(--s, 0.97));
  -webkit-box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
          box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
  color: var(--color);
  background: var(--background);
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  border: 2px solid #5ccbb9;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart:hover {
  background: #5ccbb9;
  color: #fff;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart i.fa {
  font-size: 21px;
  margin-right: 12px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .default {
  position: relative;
  opacity: var(--o, 1);
  -webkit-transform: scale(var(--s, 1));
          transform: scale(var(--s, 1));
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transition-delay: var(--d, 0.3s);
          transition-delay: var(--d, 0.3s);
  padding: 12px 32px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .success {
  opacity: var(--o, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transition-delay: var(--d, 0s);
          transition-delay: var(--d, 0s);
  padding: 12px 32px;
  background-color: #5ccbb9;
  color: #fff;
  width: 100%;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .dots {
  width: 4px;
  height: 4px;
  top: 20px;
  left: 50%;
  margin-left: -7px;
  border-radius: 2px;
  position: absolute;
  -webkit-transform-origin: 10px 50%;
          transform-origin: 10px 50%;
  background: var(--dots);
  -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
          box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  opacity: var(--o, 0);
  -webkit-transform: scale(var(--s, 0.4));
          transform: scale(var(--s, 0.4));
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transition-delay: var(--d, 0s);
          transition-delay: var(--d, 0s);
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background: var(--background);
  top: 17px;
  right: 100%;
  z-index: 1;
  margin-right: -20px;
  -webkit-transform: translateX(-18px) rotate(-16deg);
          transform: translateX(-18px) rotate(-16deg);
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div {
  top: 13px;
  right: 100%;
  -webkit-transform: translateX(-18px) rotate(-16deg);
          transform: translateX(-18px) rotate(-16deg);
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: 1px 21px;
          transform-origin: 1px 21px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div:before, section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div:after {
  content: '';
  position: absolute;
  top: var(--t, 4px);
  left: var(--l, 0);
  height: 2px;
  width: var(--w, 18px);
  background: var(--cart);
  border-radius: 1px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div:after {
  --w: 16px;
  --t: 14px;
  --l: 1px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div > div {
  width: 2px;
  height: var(--h, 15px);
  border-radius: 1px;
  -webkit-transform: rotate(var(--r, -8deg));
          transform: rotate(var(--r, -8deg));
  background: var(--cart);
  position: relative;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div > div:before, section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div > div:after {
  content: '';
  position: absolute;
  background: inherit;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div > div:after {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  bottom: var(--b, -6px);
  left: var(--l, 0);
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div > div:first-child:before {
  border-radius: inherit;
  top: 0;
  right: 0;
  height: 2px;
  width: 6px;
  -webkit-transform-origin: 5px 1px;
          transform-origin: 5px 1px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div > div:last-child {
  --h: 12px;
  --r: 8deg;
  position: absolute;
  left: 16px;
  bottom: -1px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart .cart > div > div:last-child:after {
  --l: -2px;
  --b: -5px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart.added .default {
  --o: 0;
  --s: .8;
  --d: 0s;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart.added .default:before {
  --r: -180deg;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart.added .default:after {
  --r: -90deg;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart.added .dots {
  --o: 1;
  --s: 1;
  --d: .3s;
  -webkit-animation: dots 2s linear forwards;
          animation: dots 2s linear forwards;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart.added .success {
  --o: 1;
  --y: 0;
  --d: 1.8s;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart.added .cart:before,
section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart.added .cart > div {
  -webkit-animation: cart 2s forwards;
          animation: cart 2s forwards;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart:not(.added):hover {
  --s: 1;
  --s-y: 8px;
  --s-b: 20px;
}

section.gym-profile-cont2 .gym-profile-deals .item .add-to-cart:not(.added):active {
  --s: .94;
  --s-y: 2px;
  --s-b: 6px;
}

@-webkit-keyframes cart {
  41%,
  49%,
  57%,
  60% {
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  40%,
  47%,
  54% {
    -webkit-transform: translateX(100px) rotate(0deg) translateY(1px);
            transform: translateX(100px) rotate(0deg) translateY(1px);
  }
  100% {
    -webkit-transform: translateX(300px) rotate(-16deg);
            transform: translateX(300px) rotate(-16deg);
  }
}

@keyframes cart {
  41%,
  49%,
  57%,
  60% {
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  40%,
  47%,
  54% {
    -webkit-transform: translateX(100px) rotate(0deg) translateY(1px);
            transform: translateX(100px) rotate(0deg) translateY(1px);
  }
  100% {
    -webkit-transform: translateX(300px) rotate(-16deg);
            transform: translateX(300px) rotate(-16deg);
  }
}

@-webkit-keyframes dots {
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px) rotate(-32deg);
            transform: translateY(-20px) rotate(-32deg);
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  31% {
    -webkit-box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
            box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
  }
  32%,
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  45%,
  100% {
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  51%,
  100% {
    opacity: 0;
  }
}

@keyframes dots {
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px) rotate(-32deg);
            transform: translateY(-20px) rotate(-32deg);
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  31% {
    -webkit-box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
            box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
  }
  32%,
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  45%,
  100% {
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  51%,
  100% {
    opacity: 0;
  }
}

section.search-cont1 {
  padding: 15px 0;
  border-top: 1px solid;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

section.search-cont1 h2 {
  margin: 0;
  color: #344651;
  font-size: 25px;
  font-weight: 400;
}

section.search-cont1 h4 {
  color: #344651;
  font-size: 15px;
  font-weight: 500;
}

section.search-cont1 .check-box {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #344651;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

section.search-cont1 .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.search-cont1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #c2c7ca;
  border-radius: 3px;
}

section.search-cont1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

section.search-cont1 .check-box input:checked ~ .checkmark:after {
  display: block;
}

section.search-cont1 .check-box .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #5ccbb9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.search-cont1 .wrap h4 {
  margin: 0;
}

section.search-cont1 .map-sec {
  margin: 0 0 50px;
}

section.search-cont1 a.map-view {
  display: table;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  color: #344651;
  font-size: 14px;
  font-weight: 600;
  background-color: #eef0f1;
}

section.search-cont1 a.map-view img {
  max-width: 100%;
  margin-right: 14px;
}

section.search-cont1 a.map-view span {
  display: table;
  width: 100%;
}

section.search-cont1 a.map-view span.list-v {
  display: none;
}

section.search-cont1 a.map-view.intro {
  background-color: #b7e7df;
}

section.search-cont1 a.map-view.intro span.list-v {
  display: block;
}

section.search-cont1 a.map-view.intro span.map-v {
  display: none;
}

section.search-cont1 form {
  margin: 25px 0 45px;
}

section.search-cont1 form input:not([type="submit"]) {
  width: 100%;
  height: 44px;
  border: 2px solid #eef0f1;
  background-color: #ffffff;
  background-image: url(../images/icon1.svg);
  background-repeat: no-repeat;
  background-position: left 9px center;
  padding-left: 40px;
  border-radius: 6px;
}

section.search-cont1 form select {
  width: 100%;
  height: 46px;
  border: 2px solid #eef0f1;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 17px;
}

section.search-cont1 form input[type="submit"] {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 6px;
  color: #344651;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../images/map-icon.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px;
}

section.search-cont1 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  padding-right: 26px;
}

section.search-cont1 .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  height: 48px;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 17px;
}

section.search-cont1 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin: 5px;
  color: #111;
}

section.search-cont1 span.select2-selection__clear {
  display: none;
}

section.search-cont1 .select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  height: 46px;
  border: 2px solid #eef0f1;
  background-color: #ffffff;
  border-radius: 6px;
  overflow-y: scroll;
}

section.search-cont1 .select2-container::-webkit-scrollbar {
  display: none;
}

section.search-cont1 div#map {
  margin: 0 0 30px;
}

section.search-cont1 div#map img.page-laoader {
  margin: 0 auto;
  display: table;
  width: 100px;
}

section.search-cont1 .search-result-wrap img.page-laoader {
  margin: 0 auto;
  display: table;
  width: 100px;
}

section.search-cont1 .src-sec {
  margin: 0 0 30px;
  display: table;
  width: 100%;
  padding: 0 0 25px;
  border-bottom: 1px solid #c2c7ca;
}

section.search-cont1 .src-sec .img-wrap {
  position: relative;
  height: 264px;
  overflow: hidden;
}

section.search-cont1 .src-sec .img-wrap img {
  height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.search-cont1 .src-sec .img-wrap:hover .overlay:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

section.search-cont1 .src-sec .img-wrap:hover h4 {
  background: none !important;
}

section.search-cont1 .src-sec .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.search-cont1 .src-sec .img-wrap .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(92, 203, 185, 0.8);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.search-cont1 .src-sec .img-wrap .overlay h4 {
  background: rgba(92, 203, 185, 0.92);
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding: 4px 9px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.search-cont1 .src-sec h5 {
  color: #5ccbb9;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(183, 231, 223, 0.5);
  display: inline-block;
  padding: 5px 13px;
  border-radius: 7px;
  margin: 20px 0;
}

section.search-cont1 .src-sec h3 {
  color: #344651;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 18px;
}

section.search-cont1 .src-sec .gd-life {
  display: table;
  width: 100%;
  margin: 0 0 18px;
}

section.search-cont1 .src-sec .gd-life img {
  width: 74px;
  position: relative;
  float: left;
  margin-right: 13px;
}

section.search-cont1 .src-sec .gd-life h6 {
  color: #344651;
  font-size: 16px;
  font-weight: 700;
}

section.search-cont1 .src-sec .gd-life p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(52, 70, 81, 0.6);
  min-height: 46px;
}

section.search-cont1 .src-sec a.profile {
  display: inline-block;
  border: 2px solid #344651;
  border-radius: 6px;
  color: #344651;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  width: 48%;
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.search-cont1 .src-sec a.profile:hover {
  background: #344651;
  color: #fff;
}

section.search-cont1 .src-sec form.add-to-cart:hover button {
  color: #fff;
}

section.search-cont1 .src-sec button.single_add_to_cart_button {
  padding: 8px 0px;
  background: none;
  border: none;
  text-align: center;
  color: #5ccbb9;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}

section.search-cont1 .src-sec .add-to-cart {
  --color: #5ccbb9;
  --icon: var(--color);
  --cart: #5ccbb9;
  --dots: #5ccbb9;
  --background: none;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transpare;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  -webkit-transform: scale(var(--s, 0.97));
          transform: scale(var(--s, 0.97));
  -webkit-box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
          box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
  color: var(--color);
  background: var(--background);
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  border: 2px solid #5ccbb9;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  width: 48%;
  float: right;
}

section.search-cont1 .src-sec .add-to-cart:hover {
  background: #5ccbb9;
  color: #fff;
}

section.search-cont1 .src-sec .add-to-cart i.fa {
  font-size: 15px;
  margin-right: 8px;
}

section.search-cont1 .src-sec .add-to-cart .default {
  position: relative;
  opacity: var(--o, 1);
  -webkit-transform: scale(var(--s, 1));
          transform: scale(var(--s, 1));
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transition-delay: var(--d, 0.3s);
          transition-delay: var(--d, 0.3s);
  padding: 9px 0px;
}

section.search-cont1 .src-sec .add-to-cart .success {
  opacity: var(--o, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transition-delay: var(--d, 0s);
          transition-delay: var(--d, 0s);
  padding: 9px 0px;
  background-color: #5ccbb9;
  color: #fff;
  width: 100%;
}

section.search-cont1 .src-sec .add-to-cart .dots {
  width: 4px;
  height: 4px;
  top: 20px;
  left: 50%;
  margin-left: -7px;
  border-radius: 2px;
  position: absolute;
  -webkit-transform-origin: 10px 50%;
          transform-origin: 10px 50%;
  background: var(--dots);
  -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
          box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  opacity: var(--o, 0);
  -webkit-transform: scale(var(--s, 0.4));
          transform: scale(var(--s, 0.4));
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transition-delay: var(--d, 0s);
          transition-delay: var(--d, 0s);
}

section.search-cont1 .src-sec .add-to-cart .cart {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

section.search-cont1 .src-sec .add-to-cart .cart:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background: var(--background);
  top: 17px;
  right: 100%;
  z-index: 1;
  margin-right: -20px;
  -webkit-transform: translateX(-18px) rotate(-16deg);
          transform: translateX(-18px) rotate(-16deg);
}

section.search-cont1 .src-sec .add-to-cart .cart > div {
  top: 13px;
  right: 100%;
  -webkit-transform: translateX(-18px) rotate(-16deg);
          transform: translateX(-18px) rotate(-16deg);
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: 1px 21px;
          transform-origin: 1px 21px;
}

section.search-cont1 .src-sec .add-to-cart .cart > div:before, section.search-cont1 .src-sec .add-to-cart .cart > div:after {
  content: '';
  position: absolute;
  top: var(--t, 4px);
  left: var(--l, 0);
  height: 2px;
  width: var(--w, 18px);
  background: var(--cart);
  border-radius: 1px;
}

section.search-cont1 .src-sec .add-to-cart .cart > div:after {
  --w: 16px;
  --t: 14px;
  --l: 1px;
}

section.search-cont1 .src-sec .add-to-cart .cart > div > div {
  width: 2px;
  height: var(--h, 15px);
  border-radius: 1px;
  -webkit-transform: rotate(var(--r, -8deg));
          transform: rotate(var(--r, -8deg));
  background: var(--cart);
  position: relative;
}

section.search-cont1 .src-sec .add-to-cart .cart > div > div:before, section.search-cont1 .src-sec .add-to-cart .cart > div > div:after {
  content: '';
  position: absolute;
  background: inherit;
}

section.search-cont1 .src-sec .add-to-cart .cart > div > div:after {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  bottom: var(--b, -6px);
  left: var(--l, 0);
}

section.search-cont1 .src-sec .add-to-cart .cart > div > div:first-child:before {
  border-radius: inherit;
  top: 0;
  right: 0;
  height: 2px;
  width: 6px;
  -webkit-transform-origin: 5px 1px;
          transform-origin: 5px 1px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

section.search-cont1 .src-sec .add-to-cart .cart > div > div:last-child {
  --h: 12px;
  --r: 8deg;
  position: absolute;
  left: 16px;
  bottom: -1px;
}

section.search-cont1 .src-sec .add-to-cart .cart > div > div:last-child:after {
  --l: -2px;
  --b: -5px;
}

section.search-cont1 .src-sec .add-to-cart.added .default {
  --o: 0;
  --s: .8;
  --d: 0s;
}

section.search-cont1 .src-sec .add-to-cart.added .default:before {
  --r: -180deg;
}

section.search-cont1 .src-sec .add-to-cart.added .default:after {
  --r: -90deg;
}

section.search-cont1 .src-sec .add-to-cart.added .dots {
  --o: 1;
  --s: 1;
  --d: .3s;
  -webkit-animation: dots 2s linear forwards;
          animation: dots 2s linear forwards;
}

section.search-cont1 .src-sec .add-to-cart.added .success {
  --o: 1;
  --y: 0;
  --d: 1.8s;
}

section.search-cont1 .src-sec .add-to-cart.added .cart:before,
section.search-cont1 .src-sec .add-to-cart.added .cart > div {
  -webkit-animation: cart 2s forwards;
          animation: cart 2s forwards;
}

section.search-cont1 .src-sec .add-to-cart:not(.added):hover {
  --s: 1;
  --s-y: 8px;
  --s-b: 20px;
}

section.search-cont1 .src-sec .add-to-cart:not(.added):active {
  --s: .94;
  --s-y: 2px;
  --s-b: 6px;
}

@keyframes cart {
  41%,
  49%,
  57%,
  60% {
    -webkit-transform: translateX(75px) rotate(0deg);
            transform: translateX(75px) rotate(0deg);
  }
  40%,
  47%,
  54% {
    -webkit-transform: translateX(75px) rotate(0deg) translateY(1px);
            transform: translateX(75px) rotate(0deg) translateY(1px);
  }
  100% {
    -webkit-transform: translateX(300px) rotate(-16deg);
            transform: translateX(300px) rotate(-16deg);
  }
}

@keyframes dots {
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px) rotate(-32deg);
            transform: translateY(-20px) rotate(-32deg);
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  31% {
    -webkit-box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
            box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
  }
  32%,
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  45%,
  100% {
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  51%,
  100% {
    opacity: 0;
  }
}

section.search-cont1 a.more {
  display: table;
  border: 2px solid #c2c7ca;
  border-radius: 6px;
  margin: 25px auto 0;
  color: #344651;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding: 8px 31px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.search-cont1 a.more:hover {
  border: 2px solid #5ccbb9;
  color: #fff;
  background: #5ccbb9;
}

section.sign-up-cont1 {
  background-color: rgba(243, 244, 244, 0.85);
  padding: 70px 0;
}

section.sign-up-cont1 .wrap {
  -webkit-box-shadow: 0 0 15px rgba(99, 97, 97, 0.08);
          box-shadow: 0 0 15px rgba(99, 97, 97, 0.08);
  border: 1px solid #cdcdcd;
  background-color: #fdfdfd;
  padding: 21px;
}

section.sign-up-cont1 h2 {
  color: #344651;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 45px;
  text-transform: uppercase;
  position: relative;
}

section.sign-up-cont1 h2:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #35434c;
  display: block;
  margin: 7px auto 0;
}

section.sign-up-cont1 label {
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 600;
}

section.sign-up-cont1 h5 {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  margin: 10px 0 0;
  display: table;
  float: left;
  width: 100%;
}

section.sign-up-cont1 .Opening input[type="text"] {
  border-top: 1px solid #d6d3d3 !important;
  border-bottom: 1px solid #d6d3d3 !important;
  margin: 8px 0 0px !important;
}

section.sign-up-cont1 .form-wrap {
  -webkit-box-shadow: 0 0 0px 1px #d6d3d3;
          box-shadow: 0 0 0px 1px #d6d3d3;
  background-color: #fdfdfd;
  margin: 0 0 25px;
  position: relative;
}

section.sign-up-cont1 input:not([type="submit"]):not([type="file"]):not([type="button"]),
section.sign-up-cont1 textarea {
  width: 100% !important;
  height: 48px;
  border: none;
  padding: 0 15px !important;
  margin: 0;
  background: none;
}

section.sign-up-cont1 .gform_wrapper {
  margin: 0 !important;
}

section.sign-up-cont1 .gform_wrapper ul li input:not([type="submit"]):not([type="file"]),
section.sign-up-cont1 .gform_wrapper ul li textarea {
  -webkit-box-shadow: 0 0 0px 1px #d6d3d3;
          box-shadow: 0 0 0px 1px #d6d3d3;
  background-color: #fdfdfd;
}

section.sign-up-cont1 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

section.sign-up-cont1 .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  height: 48px;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 17px;
}

section.sign-up-cont1 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin: 5px;
  color: #111;
}

section.sign-up-cont1 span.select2-selection__clear {
  display: none;
}

section.sign-up-cont1 textarea {
  height: 130px;
  padding-top: 15px;
}

section.sign-up-cont1 select {
  width: 100%;
  height: 48px;
  border: none;
  padding: 0 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 17px;
}

section.sign-up-cont1 input[type="file"] {
  z-index: 999;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

section.sign-up-cont1 .fl-label {
  background-color: #e2e2e2;
  color: #4c4b4b;
  font-size: 14px;
  font-weight: 400;
  top: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  height: 48px;
  margin-right: 15px;
  min-width: 123px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.sign-up-cont1 .file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

section.sign-up-cont1 div#selectedFiles {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.sign-up-cont1 div#selectedFiles img {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 2px #ddd;
          box-shadow: 0 0 2px #ddd;
  margin: 15px 8px;
  max-width: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

section.sign-up-cont1 input[type="submit"] {
  display: table;
  margin: 30px auto;
  background-color: #32b49f;
  color: #fdfdfd;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 11px 51px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.sign-up-cont1 input[type="submit"]:hover {
  background-color: #20917e;
}

.select2-results__option {
  padding: 9px;
  color: #111;
  border-bottom: 1px solid #ddd;
}

section.login {
  padding: 70px 0;
  background: #f9f9f9;
}

section.login a {
  color: black;
  font-weight: 600;
  font-size: 0.85em;
  text-decoration: none;
}

section.login label {
  color: black;
  font-weight: 600;
  font-size: 0.85em;
}

section.login input:focus {
  outline: none;
}

section.login h2 {
  color: #344651;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 45px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

section.login h2:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #35434c;
  display: block;
  margin: 7px auto 0;
}

section.login .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  background: #fff;
  margin: 15px;
  padding: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 10px 25px 5px #0000000f;
          box-shadow: 0px 10px 25px 5px #0000000f;
}

section.login .sign-in-section {
  background: #fff;
  margin: 15px;
  padding: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 10px 25px 5px #0000000f;
          box-shadow: 0px 10px 25px 5px #0000000f;
}

section.login .sign-in-section h6 {
  margin-top: 0px;
  font-size: 0.75em;
}

section.login .sign-in-section h1 {
  text-align: center;
  font-weight: 700;
  position: relative;
}

section.login .sign-in-section h1:after {
  position: absolute;
  content: "";
  height: 5px;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 40px;
  background: #7F00FF;
  background: -webkit-gradient(linear, left top, right top, from(#E100FF), to(#7F00FF));
  background: linear-gradient(to right, #E100FF, #7F00FF);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

section.login .sign-in-section h1:hover:after {
  width: 100px;
}

section.login .sign-in-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

section.login .sign-in-section ul > li {
  display: inline-block;
  padding: 6px;
  font-size: 22px;
  width: 48px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 1px #0000000f;
          box-shadow: 0px 3px 1px #0000000f;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.login .sign-in-section ul > li:hover {
  background-color: #20917e;
}

section.login .sign-in-section ul > li:hover .fa {
  color: #fff;
}

section.login p {
  color: #333;
}

section.login .sign-in-section p {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin: 25px 0;
}

section.login .form-field {
  display: table;
  width: 100%;
  margin: 10px auto;
}

section.login .form-field label {
  display: block;
  margin-bottom: 10px;
}

section.login .form-field input[type="email"],
section.login input[type="password"] {
  width: -webkit-fill-available;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

section.login .form-field input::-webkit-input-placeholder {
  color: #e8e8e8;
}

section.login .form-field input:-ms-input-placeholder {
  color: #e8e8e8;
}

section.login .form-field input::-ms-input-placeholder {
  color: #e8e8e8;
}

section.login .form-field input::placeholder {
  color: #e8e8e8;
}

section.login .form-field input:focus {
  border: 1px solid #AE00FF;
}

section.login .form-field input[type="checkbox"] {
  display: inline-block;
}

section.login .form-options {
  display: block;
  margin: auto;
  width: 100%;
}

section.login .checkbox-field {
  display: inline-block;
  float: left;
}

section.login .form-options a {
  float: right;
  text-decoration: none;
}

section.login .btn-signin {
  margin: 30px auto;
  background-color: #32b49f;
  color: #fdfdfd;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 11px 51px;
  display: table;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.login .btn-signin:hover {
  background-color: #20917e;
}

section.login .links a:nth-child(1) {
  float: left;
}

section.login .links a:nth-child(2) {
  float: right;
}

section.dashboard-page {
  background: #5ccbb9;
  padding: 25px 0;
  text-align: center;
}

section.dashboard-page h2 {
  color: #f4f5f5;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  margin: 0;
}

section.dashboard-page2 {
  padding: 70px 0;
}

section.dashboard-page2 a {
  display: table;
  width: 100%;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
  border-radius: 7px;
  padding: 38px 0px 18px;
  margin: 0 0 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.dashboard-page2 a:hover {
  background-color: #ade2da;
}

section.dashboard-page2 a:hover .fa,
section.dashboard-page2 a:hover img {
  border: 4px solid #ade2da;
  background-color: #344651;
  -webkit-box-shadow: 0 0 0 1px #344651;
          box-shadow: 0 0 0 1px #344651;
}

section.dashboard-page2 i.fa {
  width: 91px;
  height: 91px;
  background-color: #47b5a3;
  line-height: 91px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  border: 4px solid #f7f7f7;
  -webkit-box-shadow: 0 0 0 1px #47b5a3;
          box-shadow: 0 0 0 1px #47b5a3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.dashboard-page2 img {
  width: 91px;
  height: 91px;
  background-color: #47b5a3;
  line-height: 91px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  border: 4px solid #f7f7f7;
  -webkit-box-shadow: 0 0 0 1px #47b5a3;
          box-shadow: 0 0 0 1px #47b5a3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 15px;
}

section.dashboard-page2 h4 {
  color: #4e4f4f;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  margin: 20px 0;
  min-height: 64px;
}

section.sign-up-cont1.Business-Information {
  background: #fff;
}

section.sign-up-cont1.Business-Information form {
  padding: 15px;
  border: 1px solid #e2e2e2;
}

section.sign-up-cont1.Business-Information ul.side-bar {
  background-color: #f2f2f2;
}

section.sign-up-cont1.Business-Information ul.side-bar li a {
  display: table;
  width: 100%;
  border: 1px solid #e3e3e3;
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.sign-up-cont1.Business-Information ul.side-bar li a:hover {
  background-color: #1e2c2a;
  color: #fff;
}

section.sign-up-cont1.Business-Information ul.side-bar li a i.fa {
  width: 27px;
}

section.sign-up-cont1.Business-Information ul.side-bar li.active a {
  background-color: #1e2c2a;
  color: #fff;
}

section.sign-up-cont1.Business-Information .doc-sec {
  padding: 25px 15px 70px;
  border: 1px solid #e2e2e2;
  float: left;
  width: 100%;
}

section.sign-up-cont1.Business-Information .doc-sec h4 {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  margin: 0;
}

section.sign-up-cont1.Business-Information .doc-sec p {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

section.sign-up-cont1.Business-Information .doc-sec ul li {
  width: 23.9%;
  position: relative;
  float: left;
  border: 1px solid #ebebeb;
  margin-right: 10px;
  padding: 20px 15px;
  text-align: center;
}

section.sign-up-cont1.Business-Information .doc-sec ul li h6 {
  color: #1f1f1f;
  font-size: 12px;
  line-height: 19px;
  margin: 15px 0;
  font-weight: 500;
}

section.sign-up-cont1.Business-Information .doc-sec ul li a {
  background-color: #343658;
  display: table;
  margin: 0 auto;
  color: #fff;
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 12px;
}

section.sign-up-cont1.Business-Information .doc-sec ul li a:hover {
  background: #5ccbb9;
}

section.sign-up-cont1.Business-Information .doc-sec ul li:last-child {
  margin: 0;
}

section.sign-up-cont1.Business-Information .doc-sec ol li {
  position: relative;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
  padding-left: 19px;
}

section.sign-up-cont1.Business-Information .doc-sec ol li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1f1f1f;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

ul.select2-selection__rendered {
  height: 48px;
  overflow-y: scroll !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

ul.select2-selection__rendered::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

input.select2-search__field {
  margin: 0 !important;
  padding-left: 15px !important;
}

section.my-account {
  background: #efefef;
  padding: 75px 0;
}

section.my-account .form-wrap {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

section.my-account .form-wrap h2 {
  text-align: center;
  color: #111;
  margin: 0 0 27px;
}

section.my-account input:not([type="submit"]):not([type="checkbox"]) {
  width: 100%;
  padding: 12px;
  border: 1.2px solid #ccc;
  color: #333;
}

section.my-account label {
  color: #333;
}

section.my-account button[type=submit],
section.my-account input[type="submit"] {
  border: 2px solid #b7e7df;
  color: #5ccbb9;
  font-weight: 700;
  padding: 0px 31px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: none;
  height: 44px;
  line-height: 25px;
  font-size: 18px;
  display: table;
  margin: 30px auto 0 !important;
  clear: both;
  float: unset !important;
}

section.my-account a.Lost-password {
  display: inline-block;
  float: right;
  color: #5ccbb9;
}

span.password-input {
  width: 100%;
}

span.cart-count {
  background: #5ccbb9;
  color: #fff;
  min-width: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: -6px;
  padding: 0 3px;
}

section.inner-page-sec {
  padding: 70px 0;
}

section.inner-page-sec h2,
section.inner-page-sec h3,
section.inner-page-sec h4,
section.inner-page-sec h5,
section.inner-page-sec h6 {
  color: #3e3e3e;
  font-weight: bold;
  line-height: 42px;
  margin: 0;
}

section.inner-page-sec p {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

section.inner-page-sec ul li {
  width: 23.9%;
  position: relative;
  float: left;
  border: 1px solid #ebebeb;
  margin-right: 10px;
  padding: 20px 15px;
  text-align: center;
}

section.inner-page-sec ul li h6 {
  color: #1f1f1f;
  font-size: 12px;
  line-height: 19px;
  margin: 15px 0;
  font-weight: 500;
}

section.inner-page-sec ul li a {
  background-color: #343658;
  display: table;
  margin: 0 auto;
  color: #fff;
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 12px;
}

section.inner-page-sec ul li a:hover {
  background: #5ccbb9;
}

section.inner-page-sec ul li a i.fa.fa-upload {
  margin-right: 10px;
}

section.inner-page-sec ul li:last-child {
  margin: 0;
}

section.inner-page-sec ol li {
  position: relative;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
  padding-left: 19px;
}

section.inner-page-sec ol li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1f1f1f;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

section.inner-page-sec label {
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 600;
}

section.inner-page-sec input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
section.inner-page-sec textarea {
  width: 100%;
  height: 48px;
  border: none;
  padding: 0 15px !important;
  -webkit-box-shadow: 0 0 0px 1px #d6d3d3;
          box-shadow: 0 0 0px 1px #d6d3d3;
  background-color: #fdfdfd;
  margin: 0 0 25px;
}

section.inner-page-sec textarea {
  height: 130px;
  padding-top: 15px !important;
}

section.inner-page-sec input[type="submit"] {
  display: table !important;
  margin: 0px auto !important;
  background-color: #32b49f;
  color: #fdfdfd;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 11px 51px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.inner-page-sec input[type="submit"]:hover {
  background-color: #20917e;
}

section.inner-page-sec .gform_wrapper ul li {
  width: 100%;
  padding: 0 !important;
  border: none;
  text-align: left;
  margin: 0 !important;
}

h3.gform_title {
  display: none;
}

header.entry-header.has-text-align-center.header-footer-group {
  background: #5ccbb9;
  text-align: center;
}

header.entry-header.has-text-align-center.header-footer-group h1.entry-title {
  color: #f4f5f5;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  margin: 0;
}

section.page-name.cart-page {
  padding: 70px 0;
}

section.page-name.cart-page table.shop_table {
  border: 1px solid #5ccbb9;
  margin: 0;
}

section.page-name.cart-page table.shop_table th {
  background: #5ccbb9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

section.page-name.cart-page table.shop_table td {
  border-top: 1px solid #5ccbb9;
  color: #333;
}

section.page-name.cart-page table.shop_table td a {
  color: #5ccbb9;
}

section.page-name.cart-page table.shop_table td input[type="number"] {
  border: 1px solid #5ccbb9;
  padding: 4px;
}

section.page-name.cart-page table.shop_table td input#coupon_code {
  width: 50%;
}

section.page-name.cart-page table.shop_table td button.button {
  background: #5ccbb9;
  color: #FFF;
  height: 34px;
  border-radius: 0;
}

section.page-name.cart-page .cart-collaterals {
  margin: 50px 0 0;
}

section.page-name.cart-page .cart-collaterals h2 {
  color: #5ccbb9;
  font-size: 25px;
  margin: 0 0 13px;
}

section.page-name.cart-page .cart-collaterals a {
  background: #5ccbb9;
  color: #FFF;
  border-radius: 0;
}

section.page-name.cart-page .cart-collaterals a:hover {
  background-color: #20917e;
}

section.page-name.checkout-page {
  padding: 70px 0;
}

section.page-name.checkout-page .woocommerce-info {
  border-top-color: #5ccbb9;
}

section.page-name.checkout-page .woocommerce-info a.showcoupon {
  color: #5ccbb9;
}

section.page-name.checkout-page .woocommerce-info::before {
  color: #5ccbb9;
}

section.page-name.checkout-page p {
  color: #333;
}

section.page-name.checkout-page p a {
  color: #5ccbb9;
}

section.page-name.checkout-page p a:hover {
  color: #20917e;
}

section.page-name.checkout-page label {
  color: #333;
}

section.page-name.checkout-page input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
section.page-name.checkout-page textarea,
section.page-name.checkout-page select {
  width: 100%;
  border: 1px solid #ccc;
  height: 45px;
  padding: 0 15px;
  color: #333;
}

section.page-name.checkout-page textarea {
  padding: 8px 15px;
  height: 100px;
}

section.page-name.checkout-page button.button {
  height: 45px;
  padding: 0 27px;
  background: #5ccbb9;
  color: #fff;
  border-radius: 0;
}

section.page-name.checkout-page button.button:hover {
  background-color: #20917e;
}

section.page-name.checkout-page h3 {
  color: #333;
  font-size: 21px;
  letter-spacing: 0px;
}

section.page-name.checkout-page span.woocommerce-input-wrapper {
  width: 100%;
}

section.page-name.checkout-page div#customer_details {
  margin: 0 0 35px;
}

section.page-name.checkout-page table.shop_table {
  border: 1px solid #5ccbb9;
  margin: 0 0 35px;
}

section.page-name.checkout-page table.shop_table th {
  background: #5ccbb9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

section.page-name.checkout-page table.shop_table td {
  border-top: 1px solid #5ccbb9;
  color: #333;
}

section.page-name.checkout-page table.shop_table td a {
  color: #5ccbb9;
}

section.page-name.checkout-page table.shop_table td input[type="number"] {
  border: 1px solid #5ccbb9;
  padding: 4px;
}

section.page-name.checkout-page table.shop_table td input#coupon_code {
  width: 50%;
}

section.page-name.checkout-page table.shop_table td button.button {
  background: #5ccbb9;
  color: #FFF;
  height: 34px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.ajax-loader {
  background-color: rgba(255, 255, 255, 0.93);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.my-account-page {
  padding: 70px 0;
}

section.my-account-page nav.woocommerce-MyAccount-navigation {
  -webkit-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
}

section.my-account-page nav.woocommerce-MyAccount-navigation li a {
  display: table;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #5ccbb9;
  color: #5ccbb9;
}

section.my-account-page nav.woocommerce-MyAccount-navigation li a:hover {
  background: #5ccbb9;
  color: #fff;
}

section.my-account-page nav.woocommerce-MyAccount-navigation li.is-active a {
  background: #5ccbb9;
  color: #fff;
}

section.my-account-page .woocommerce-MyAccount-content {
  -webkit-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
  padding: 15px;
}

section.my-account-page .woocommerce-MyAccount-content p {
  color: #333;
}

section.my-account-page .woocommerce-MyAccount-content p a {
  color: #5ccbb9;
}

section.my-account-page .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #5ccbb9;
}

section.my-account-page .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #5ccbb9;
}

section.my-account-page .woocommerce-MyAccount-content .woocommerce-Address {
  background: #eee;
  padding: 15px;
  margin: 0 0 15px;
}

section.my-account-page .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title.title {
  padding: 0;
}

section.my-account-page .woocommerce-MyAccount-content .woocommerce-Address a.edit {
  background: #5ccbb9;
  color: #fff;
  padding: 6px 25px;
}

section.my-account-page .woocommerce-MyAccount-content .woocommerce-Address address {
  color: #333;
}

section.my-account-page .woocommerce-MyAccount-content h3,
section.my-account-page .woocommerce-MyAccount-content legend,
section.my-account-page .woocommerce-MyAccount-content h2 {
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
}

section.my-account-page .woocommerce-MyAccount-content address {
  color: #333;
}

section.my-account-page .woocommerce-MyAccount-content input:not([type="submit"]) {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding: 0 15px;
}

section.my-account-page .woocommerce-MyAccount-content span.woocommerce-input-wrapper {
  width: 100%;
}

section.my-account-page .woocommerce-MyAccount-content button.button {
  display: table;
  margin: 20px auto;
  background: #5ccbb9;
  color: #fff;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table {
  border: 1px solid #5ccbb9;
  margin: 0 0 35px;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table th {
  background: #5ccbb9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table td {
  border-top: 1px solid #5ccbb9;
  color: #333;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table td a {
  color: #5ccbb9;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table td input[type="number"] {
  border: 1px solid #5ccbb9;
  padding: 4px;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table td input#coupon_code {
  width: 50%;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table td button.button {
  background: #5ccbb9;
  color: #FFF;
  height: 34px;
  border-radius: 0;
}

section.my-account-page .woocommerce-MyAccount-content table.shop_table td a.woocommerce-button.button.view {
  background: #5ccbb9;
  color: #fff;
  padding: 6px 25px;
}

section.order-page {
  padding: 70px 0;
}

section.order-page address {
  color: #333;
  line-height: 34px;
}

section.order-page h2 {
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
}

section.order-page p {
  color: #333;
}

section.order-page p:before {
  line-height: 34px !important;
}

section.order-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  border: 1px solid #5ccbb9;
  clear: both;
  display: inline-block;
}

section.order-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  padding: 12px !important;
  color: #333;
  line-height: 22px !important;
  border-right: 1px dashed #5ccbb9;
  border-left: 1px dashed #5ccbb9;
  border-right: none;
}

section.order-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child {
  border: none;
}

section.order-page table.shop_table {
  border: 1px solid #5ccbb9;
  margin: 0 0 35px;
}

section.order-page table.shop_table th {
  background: #5ccbb9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

section.order-page table.shop_table td {
  border-top: 1px solid #5ccbb9;
  color: #333;
}

section.order-page table.shop_table td a {
  color: #5ccbb9;
}

section.order-page table.shop_table td input[type="number"] {
  border: 1px solid #5ccbb9;
  padding: 4px;
}

section.order-page table.shop_table td input#coupon_code {
  width: 50%;
}

section.order-page table.shop_table td button.button {
  background: #5ccbb9;
  color: #FFF;
  height: 34px;
  border-radius: 0;
}

section.order-page table.shop_table td a.woocommerce-button.button.view {
  background: #5ccbb9;
  color: #fff;
  padding: 6px 25px;
}

.xoo-wsc-items-count {
  background-color: #5ccbb9;
}

.xoo-wsc-bki {
  color: #5ccbb9;
}

span.xoo-wsc-ctxt {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

span.xoo-wsc-ecnt {
  background: #f6f6f6;
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 19px;
}

.xoo-wsc-footer-a {
  margin-bottom: 10px;
  color: #333;
}

.xoo-wsc-subtotal {
  color: #333;
  margin: 0 0 5px;
}

.xoo-wsc-footer-b a {
  background: #5ccbb9;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}

.xoo-wsc-product img {
  width: 54px !important;
  height: 54px !important;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.xoo-wsc-product a.xoo-wsc-remove {
  color: red;
}

.xoo-wsc-product .xoo-wsc-sum-col {
  color: #333;
}

.xoo-wsc-product .xoo-wsc-sum-col a {
  color: #5ccbb9;
  font-size: 15px;
  font-weight: 600;
}

.user-registration {
  margin: 0 !important;
  -webkit-box-shadow: 0 0 15px rgba(99, 97, 97, 0.08);
          box-shadow: 0 0 15px rgba(99, 97, 97, 0.08);
  border: 1px solid #cdcdcd;
  background-color: #fdfdfd;
  padding: 21px;
}

.user-registration label {
  width: 100% !important;
}

.user-registration label a {
  color: #32b49f;
}

.user-registration .ur-form-grid.ur-grid-1 {
  width: 100% !important;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.user-registration span.password-input-group {
  width: 100%;
}

.user-registration select {
  height: 48px;
  border: none;
  padding: 0 15px !important;
  -webkit-box-shadow: 0 0 0px 1px #d6d3d3;
          box-shadow: 0 0 0px 1px #d6d3d3;
}

.user-registration input {
  margin-bottom: 0 !important;
}

.user-registration button.btn.button.ur-submit-button {
  display: table !important;
  margin: 0px auto !important;
  background-color: #32b49f;
  color: #fdfdfd;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 0 !important;
  padding: 11px 51px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.user-registration button.btn.button.ur-submit-button:hover {
  background-color: #20917e;
}

.cart-empty-page {
  padding: 70px 0;
}

.cart-empty-page .woocommerce-info {
  border-top-color: #5ccbb9;
}

.cart-empty-page .woocommerce-info::before {
  color: #5ccbb9;
}

.cart-empty-page a.button.wc-backward {
  display: table;
  margin: 0 auto;
  background: #5ccbb9;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}

.cart-empty-page a.button.wc-backward:hover {
  background-color: #20917e;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0 !important;
}

.form-wrap.day-time input:focus,
.form-wrap.day-time textarea:focus,
.form-wrap.day-time select:focus {
  outline: none;
  background: #fff !important;
  -webkit-box-shadow: 0 0 10px #e3e3e3;
          box-shadow: 0 0 10px #e3e3e3;
}

.form-wrap.day-time h5 {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 15px 0;
  display: table;
  float: left;
  width: 100%;
  /* border-top: 1px solid #d6d3d3; */
  margin: 0;
}

.form-wrap.day-time .sec1 {
  border-bottom: 1px solid #d6d3d3;
}

section.search-cont1 ul.side-bar {
  background-color: #f2f2f2;
}

section.search-cont1 ul.side-bar li a {
  display: table;
  width: 100%;
  border: 1px solid #e3e3e3;
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.search-cont1 ul.side-bar li a:hover {
  background-color: #1e2c2a;
  color: #fff;
}

section.search-cont1 ul.side-bar li a i.fa {
  width: 27px;
}

section.search-cont1 ul.side-bar li.active a {
  background-color: #1e2c2a;
  color: #fff;
}

ul.header-sign-up-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.header-sign-up-menu li a {
  display: table;
  margin: 0 28px;
  background: #5ccbb9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 34px;
  border-radius: 6px;
}

ul.header-sign-up-menu li a:hover {
  background-color: #20917e;
}

p#privacy_policy_field {
  width: 100%;
  margin: 0 0 21px;
}

a.showBilling {
  background-color: #f7f6f7;
  display: table;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  border-top: 3px solid #5ccbb9;
}

a.showBilling h3 {
  margin-bottom: 0 !important;
}

.billingPartform {
  max-height: 0;
  -webkit-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
  overflow: hidden;
}

.billingPartform.showingDetails {
  max-height: 700px;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}

@media (max-width: 568px) {
  .gform_footer.top_label {
    height: 40px;
  }
}

section.inner-ban img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */