body {
  color: #333;
}

.form-wrapper-outer {
}

.form-button {
  text-align: right;
}

.field-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.field-wrapper input {
  border: 1px solid #dadce0;
  padding: 15px;
  border-radius: 4px;
  width: 100%;
}

.field-wrapper .field-placeholder {
  font-size: 16px;
  position: absolute;
  /* background: #fff; */
  bottom: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666666;
  left: 8px;
  padding: 0 8px;
  -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  text-align: left;
  width: 100%;
}

.field-wrapper .field-placeholder span {
  padding: 0 8px;
}

.field-wrapper input:not([disabled]):focus ~ .field-placeholder {
  color: #666666;
}

.field-wrapper input:not([disabled]):focus ~ .field-placeholder,
.field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
  -webkit-transform: scale(0.75) translateY(-39px) translateX(-60px);
  transform: scale(0.75) translateY(-39px) translateX(-60px);
  background: #f9f9f9;
  font-size: 20px;
  width: 220px;
  left: 36px;
  bottom: 21px;
}

:focus {
  outline: none;
}

ul.subcat {
  list-style-type: none;
}

ul.subcat li {
  display: inline-block;
}

.r-logo {
  position: absolute;
  left: 0;
}

.stuck .tt-desctop-menu {
  text-align: center;
}

nav {
  display: inline-block;
}

h1 {
  font-family: "sf_compact_textsemibold";
  font-size: 65px;
  color: #000000;
  font-weight: 500 !important;
}

h2 {
  font-family: "sf_compact_textsemibold", sans-serif;
  font-size: 50px;
  font-weight: 500 !important;
  color: #000000;
}

h3 {
  font-family: "sf_compact_textsemibold", sans-serif;
  font-size: 30px;
  font-weight: 500 !important;
  color: #000000;
}

h4 {
  font-family: "sf_compact_textsemibold", sans-serif;
  font-size: 24px;
  font-weight: 500 !important;
  color: #000000;
}

h5 {
  font-family: "sf_compact_textregular", sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  color: #333;
}

h6 {
  font-family: "sf_compact_textsemibold", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
}

p {
  font-family: "sf_compact_textregular", sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  color: #333;
}

.padding-t-20 {
  padding-top: 20px !important;
}

.navbar {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 15px;
}

.grey-bg {
  background: #fafafa;
}

.tt-desktop-header .tt-dropdown-obj {
  margin-top: 6px;
  padding-bottom: 0;
  position: relative;
}

.main-nav nav > ul > li.nav-menu > a {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  padding: 17px 12px 16px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0 10px;
}

ul.head-quick-nav {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}

ul.head-quick-nav li {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}

.tt-social-icon li a {
  line-height: 26px;
  color: #666;
  padding: 4px;
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  right: -5px;
}

.stuck .tt-stuck-parent-cart {
  display: none;
}

.tt-desktop-header .tt-social-obj {
  margin-top: 6px;
  padding-bottom: 0;
}

.btn:hover {
  background: #008982;
  color: #ffffff;
  outline: none;
}

.btn-link:hover {
  color: #008982;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

pre {
  margin: 0 !important;
  display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none;
}

input.intltel,
button.intltel {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

input[disabled],
button[disabled] {
  background-color: #eee;
}

input.intltel,
select.intltel {
  border: 1px solid #ccc;
  width: 250px;
}

::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

#result {
  margin-bottom: 100px;
}

ul.download-app {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.download-app li {
  display: inline-block;
}

ul.download-app li img {
  width: 170px;
  padding: 15px 5px;
  border-radius: 5px;
}

ul.header-main-menu li.selected a {
  border-bottom: 2px solid #00a79e;

  color: #00a79e;
}

.tt-desctop-menu img {
  width: inherit;
}

.stuck .r-logo {
  position: absolute;
  left: 0;
  top: 15px;
}

header .tt-desktop-header .tt-logo {
  margin-top: 17px;
  margin-bottom: 17px;
}

.col-5-cont {
  width: 20% !important;
  flex: 20% !important;
  max-width: 20% !important;
}

.col-5-cont img {
  max-width: 90% !important;
}

.right-arrow {
  position: absolute;
  font-size: 20px;
  top: 0;
  right: -15%;
  bottom: 0;
  margin: auto;
  height: 50px;
  background: #00a79e;
  width: 50px;
  line-height: 50px;
  border-radius: 100px;
  color: #fff;
  z-index: 9;
}

.right-arrow-2 {
  right: -13% !important;
}

.custom-btn1 {
  font-size: 16px !important;
}

ul.payment-option {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.payment-option li {
  display: inline-block;
  padding: 10px;
}

span.icon-Stripe {
  font-size: 20px;
}

ul.footer-links {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}

ul.footer-social-links {
  display: inline-block;
  margin: 30px 0 10px 0;
  padding: 0;
  list-style-type: none;
}

ul.footer-social-links li {
  display: inline-block;
  font-size: 20px;
  padding: 0 10px;
}

ul.footer-social-links li a {
  color: #666;
}

ul.footer-links li {
  display: inline-block;
  padding: 10px 20px;
}

.navbar-nav .text-black.active:hover,
.top-center-logo .navbar-nav .whitecolor.active:hover {
  color: #8dc63f !important;
}

a:hover,
a:focus {
  color: #8dc63f;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.copyright {
  font-size: 13px;
}

.iti {
  width: 300px;
}

button.sent-btn {
  background: #00a79e;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  margin-left: -9px;
  height: 38px;
}

.iti {
  vertical-align: middle;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

footer {
  padding-top: 60px;
  padding-bottom: 40px;
}

button:hover.sent-btn {
  border: none;
}

header .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #333;
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  background: #ff0000;
  color: #ffffff;
}

.main-title {
  margin-top: 15%;
}

header {
  margin-bottom: 30px;
}

.back-top::before {
  background: inherit;
}

.panel-menu .mm-original-link {
  color: #00a79e;
}

.panel-menu .mm-prev-level:hover {
  color: #00a79e;
  background-color: transparent;
}

.tt-post-single {
  text-align: center;
  padding-top: 15px;
}

.tt-box-link .tt-icon {
  margin-right: 6px;
  position: relative;
  top: 0;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.tt-breadcrumb {
  background: #f7f8fa;
  margin-top: 110px;
}

input[name="tabs"] {
  display: none;
}

input[name="tabs"]#tab-1:checked ~ .content .tab:nth-of-type(1) {
  display: block;
}

input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1) {
  color: #fff;
  background: #00a79e;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1):after {
  width: calc(100% - 40px);
  transition: 0.3s;
}

input[name="tabs"]#tab-2:checked ~ .content .tab:nth-of-type(2) {
  display: block;
}

input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2) {
  color: #fff;
  background: #00a79e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2):after {
  width: calc(100% - 40px);
  transition: 0.3s;
}

.tabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #00a79e;
}

.tabs label {
  display: inline-block;
  padding: 6px 40px;
  position: relative;

  font-size: 16px;
  float: left;
  cursor: pointer;
}

.tabs label:after {
}

.container .tab {
  display: none;
}

.account-tabs .form-control {
  text-align: left;
}

.content {
  margin-top: 30px;
}

a.link-text {
  color: #8dc63f;
}

span.or-text {
  width: 40px;
  height: 40px;

  margin: 10px auto;
  text-align: center;
  line-height: 40px;
  display: block;
}

.tt-box-link {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 7px 50px;
}

.tt-box-link:hover {
  border: 1px solid #8dc63f;
  color: #8dc63f;
  background: #fff;
}

.google-share {
  text-align: center;
}

.google-share img {
  width: 18px;
  margin: 0 10px 0 0;
}

.move-left {
  float: left;
}

.move-right {
  float: right;
}

.product-cont {
  margin: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  padding: 0 !important;
}

.product-cont .tt-title {
  letter-spacing: inherit !important;
}

.product-cont h4 {
  font-size: 16px;
  margin-top: 7px;
}

.story-info-con {
  display: block;
  margin: 20px 0 0 0;
}

.cards-counts {
  float: left;
}

.cards-counts a {
  color: #00a79e;
}

/* .user-counts {
  float: right;
} */

.user-counts {
  margin: auto;
  text-align: right;
  padding-right: 0;
}

.user-counts ul {
  /* list-style-type: none;
  margin: 0;
  padding: 0;
  direction: rtl;
  padding-right: 40px; */

  list-style-type: none;
  padding-left: 0;
  /*direction: ltr !important;*/
  /*margin: 0;*/
  margin: 0 3rem 0 0;
}

.user-counts ul li {
  position: relative;
  /* display: inline-block;

  border: 1.5px solid #fff;
  border-radius: 100px; */

  text-transform: uppercase;
  transition: background 0.5s ease;
  display: inline-block;
  margin-left: -55px;
}

.user-counts ul li img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 2px solid #fff;
}

.user-counts ul li img {
  width: 45px;
}

.clearfix {
  clear: both;
}

.tt-post {
  /*padding: 0 10px !important;*/
}

.product-block .tt-filter-nav {
  /* display: inline-flex; */
  padding-bottom: 20px;
  margin-left: 10px;
}

.product-block .button.active {
  color: #fff !important;
  cursor: default;
  border: 1px solid #8dc53e;
  background: #8dc53e;
  padding: 5px 30px;
  border-radius: 50px;
}

.product-block .button {
  border: 1px solid #e4e4e4;
  padding: 5px 15px !important;
  border-radius: 50px;
  margin: 0 5px !important;
  letter-spacing: inherit !important;
  cursor: pointer;
}

div.scrollmenu {
  display: block !important;
  overflow: auto !important;
  white-space: nowrap !important;
}

div.scrollmenu div {
  display: inline-block !important;
}

/*::-webkit-scrollbar {*/
/*    height: 7px !important;*/
/*}*/

a.link-btn,
a:hover.link-btn,
a:focus.link-btn {
  background: #8dc53e;
  color: #fff;
}

a.primary-green-btn,
a:hover.primary-green-btn,
a:focus.primary-green-btn {
  background: #00a79e;
  color: #fff;
}

.btn.btn-border:hover {
  background: #00a79e;
  color: #ffffff;
  border-color: #00a79e;
}

.custom-btn {
  /*background: linear-gradient(to right, #00A79E 0%, #8DC53E 93%) !important;*/
  background: #00a79e !important;
  text-decoration: none;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 6px !important;
  color: white !important;
  font-weight: 500;
  font-size: 15px !important;
  border: 1px solid #00a79e;
}

.height-inherit {
  height: inherit !important;
}

.f-32 {
  font-size: 32px !important;
}

.paybtn {
}

.paybtn span {
  font-size: 24px;
  font-weight: 800;
}

.strong-text {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.brand-logo-cont {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  left: 20px;
  top: -50px;
  background: #fff;
  border-radius: 100px;
  z-index: 1;
  display: flex;
}

.brand-logo-cont img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
}

.tag-cont ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.tag-cont ul li {
  display: inline-block;
  margin: 5px 10px 5px 0;
}

.tag-cont ul li:first-child {
  margin-left: 0;
}

.tag-cont ul li span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.product-cont h5 {
  font-size: 20px !important;
}

.selected-link {
  color: #00a79e;
}

.link-text {
  color: #00a79e !important;
}

.img-text {
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0.8) 77%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0.8) 77%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0.8) 77%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  color: #fff;
  width: 100%;
  padding: 10px 10px 5px 10px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-title {
  font-size: 24px !important;
  line-height: inherit !important;
  font-weight: normal;
}

.banner-logo-cont {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  left: 40px;
  top: -40px;

  background: #fff;
  border-radius: 150px;
  z-index: 1;
  display: flex;
  margin: auto;
}

.dt-banner {
  position: relative;
  min-height: 170px;
  margin-top: 40px;
}

.banner-logo-cont img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
}

table.tt-shopcart-cont tr {
  border-bottom: 1px solid #ccc;
}

table.tt-shopcart-cont tr:last-child {
  border-bottom: none;
}

.tt-search .tt-dropdown-menu form {
  position: relative;
  display: block;
}

.tt-search .tt-dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  /* -webkit-transform: translate(0, -100%);
   -ms-transform: translate(0, -100%);
   transform: translate(0, -100%);
   -webkit-transform: translate3d(0, -100%, 0);
   transform: translate3d(0, -100%, 0);
   visibility: hidden;*/
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.tt-search .tt-dropdown-menu .container {
  position: relative;
  /*padding-top: 40px;
  padding-bottom: 40px;*/
}

.tt-search .tt-dropdown-menu form {
  position: relative;
  display: block;
}

.tt-search .tt-dropdown-menu .tt-search-input {
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #eceaea;
  padding: 11px 12px 10px 0;
  font-family: "sf_compact_textregular", sans-serif;
  box-shadow: none;
  outline: none;
  width: 100%;
  /*text-transform: uppercase;*/
  color: #191919;
  /*margin-top: 28px;*/
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.tt-search
  .tt-dropdown-menu
  .tt-search-input:not(focus)::-webkit-input-placeholder {
  color: #191919;
  text-transform: uppercase;
}

.tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
  color: #191919;
  text-transform: uppercase;
}

.tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
  color: #191919;
  text-transform: uppercase;
}

.tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
  color: #191919;
  text-transform: uppercase;
}

.tt-search .tt-dropdown-menu .tt-btn-search {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-family: "Rootip";
  position: absolute;
  cursor: pointer;
  top: 41px;
  padding: 4px 0 4px 4px;
  margin-top: -4px;
  right: 0;
  z-index: 3;
  display: inline-block;
  background: none;
  border: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-search .tt-dropdown-menu .tt-btn-search:before {
  content: "\e9b4";
}

.tt-search .tt-dropdown-menu .tt-btn-search:hover {
  color: #00a79e;
}

.tt-search .tt-dropdown-menu .tt-info-text {
  position: absolute;
  top: 0;
  left: 0;
}

.tt-search .tt-dropdown-menu .tt-btn-close {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1px;
  color: #777777;
  font-size: 14px;
  line-height: 1;
  font-family: "Rootip";
  padding: 5px 0 5px 5px;
  background: none;
  border: none;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-search .tt-dropdown-menu .tt-btn-close:before {
  font-family: "Rootip";
  content: "\e9b3";
  line-height: 1;
}

.stories-info-cont {
  position: relative;
  padding-left: 75px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.stories-info-cont h2 {
  font-size: 14px !important;
  line-height: inherit !important;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: 500;
}

.tag_paytip {
  border-radius: 0;
  margin-left: 33px;
  margin-right: 33px;
  margin-top: 0;
  margin-bottom: 10px;
  width: 80%;
  font-size: 14px;
}

.stories-info-cont h5,
.stories-info-cont span.badge {
  font-size: 12px !important;
  line-height: inherit !important;
  font-weight: 500;
  /* color: #4b4b4b; */
  color: #000;
  white-space: normal !important;
}
.stories-info-cont h5 {
  height: 44px;
}
.user-img-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin: 0;
  padding: 0;
}

.user-img-cont-modal {
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin: 0;
  padding: 0;
}

.story-descriptions {
  /* padding: 10px 0; */
  margin-top: 25px;
}

.tt-arrow-type-02.slick-slider .slick-arrow {
  background: #f7f8fa;
  color: #333;
}

.tip-option h2 {
  font-size: 18px !important;
  line-height: inherit !important;
  margin: 0;
  padding: 10px 0 10px 0 !important;
  font-weight: 500;
  text-align: left;
}

.tip-label {
  display: inline-block;
  text-align: center;
  color: #00a79e;
}

.tip-amount {
  display: block;
  text-align: center;
  font-weight: 500;

  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.tip-option .selected {
  background: #8dc53e;
  border: none;
  color: #fff;
  border: 1px solid #8dc53e;
}

.act-radio {
  display: inline-block !important;
  float: none !important;
  margin-top: 10px !important;
}

.tip-option .custom-btn1 {
  /* padding: 7px 0!important; */
}

.arrow-location-right-top .slick-arrow {
  top: -55px !important;
}

.product-stories-cont {
  margin-bottom: 80px;
}

.brand-logo {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  text-align: center;
}

.brand-logo img {
  border: 1px solid #ccc;
  border-radius: 50%;
}

.product-info-cont {
  position: relative;
  padding-left: 90px;
  padding-top: 5px;
}

.product-info-cont h2 {
  font-size: 18px !important;
  line-height: inherit !important;
  margin: 0;
  padding: 10px 0 0 0 !important;
  font-weight: 500;
}

.product-info-cont h5 {
  font-size: 12px !important;
  line-height: inherit !important;
  font-weight: 500;
  color: #4b4b4b;
}

.title-box h2 {
  font-size: 24px !important;
  text-align: center;

  margin-bottom: 20px;
}

.user-info {
  font-size: 14px !important;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .tt-account .tt-dropdown-menu {
  left: 0;
  right: inherit;
}

.stuck.tt-stuck-nav {
  background: rgba(255, 255, 255, 0.95);
}

/* =================================== */
/*  Profile
/* =================================== */
/* Dashboard */
.profile-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.profile-thumb .profile-thumb-edit {
  font-size: 16px;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
  top: -10px;
  right: -10px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.profile-thumb .profile-thumb-edit .custom-file-input {
  cursor: pointer;
}

.profile-completeness .border {
  border: 1px solid #ecf1f2 !important;
}

.transaction-title {
  background-color: #f1f5f6;
  border-top: 1px solid #e9eff0;
  border-bottom: 1px solid #e9eff0;
}

.transaction-item {
  border-bottom: 1px solid #e9eff0;
}

.transaction-item:hover {
  background-color: #f4f7f8;
  cursor: pointer;
}

.transaction-details {
  max-width: 620px !important;
}

.transaction-details .modal-content {
  border: none !important;
}

.transaction-details .modal-body {
  padding: 0 !important;
}

/* Cards & Bank Accounts*/
.account-card {
  position: relative;
  background: #8dc53e url(../images/common/cbg.png) no-repeat center bottom;
  min-height: 140px;
}

.account-card .card-zigzag-bg img {
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.account-card.account-card-primary {
  background: #00a79e url(../images/common/cbg.png) no-repeat center bottom;
}

.account-card .account-card-expire {
  font-size: 8px;
  line-height: 10px;
}

.account-card .account-card-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-card:hover .account-card-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-card-new {
  background: #f1f5f6;
  border: 1px solid #ebebeb;
}

.account-card .border-left,
.account-card .border-right {
  border-color: rgba(250, 250, 250, 0.1) !important;
}

.login-signup-page {
  max-width: 460px;
}

.account-info-cont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.account-info-cont ul li {
  display: inline-block;
}

.account-info-cont ul li a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  padding: 5px 30px !important;
  border-radius: 50px;
  margin: 0 5px !important;
  letter-spacing: inherit !important;
}

.account-info-cont ul li a.active {
  color: #fff !important;
  cursor: default;
  border: 1px solid #8dc53e;
  background: #8dc53e;
  padding: 5px 30px;
  border-radius: 50px;
}

.profile-thumb {
  position: relative;
  width: 100px;
  display: inline-block;
}

.profile-thumb-edit i {
  position: absolute;
}

.custom-file-input {
  color: transparent;
}

.edit-img-icon {
  background-color: #fff !important;
  border: 1px solid #00a79e !important;
  color: #00a79e !important;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a79e;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.bg-light {
  background-color: #fafafa !important;
}

.modal-title {
  font-size: 16px !important;
}

.modal-custom {
  width: 360px !important;
}

.text-area-field {
  height: 100px !important;
}

.text-muted {
  color: #808080 !important;
  font-size: 14px;
}

.account-card p {
  color: #fff;
  font-size: 14px;
}

.account-card a {
  font-size: 14px;
}

.fs0 {
  font-size: 20px;
}

.fs1 {
  font-size: 32px;
}

.fs2 {
  font-size: 32px;
}

.primary-tag {
  background: #fff;
  color: #000;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group-toggle input[type="radio"] {
  display: none;
}

.btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8dc53e;
  border-color: #8dc53e;
}

.btn-group-toggle .btn {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  letter-spacing: inherit;
  padding: 10px 0;
  height: inherit;
}

.btn-group-toggle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.btn-group-toggle ul li {
  display: inline-block;
  float: left;
  width: 23%;
  margin: 0 1%;
}

.btn-group-toggle ul li label {
  width: 100%;
}

.btn-group-toggle ul li span {
  color: #00a79e;
}

.p-b-custom {
  padding-bottom: 70px !important;
}

.user-group-icon {
  position: absolute;
  right: 0;
  top: 0;
}

img.category-icon-img {
  width: 25px;
  height: 25px;
  margin: 5px 10px 5px 0;
}

.htt-info-cont {
  position: relative;
}

.progress-button .content {
  margin-top: -22px;
}

.progress-button .progress-inner {
  background: #005c57 !important;
}

.progress-btn-cont .btn:disabled {
  opacity: 1 !important;
}

.user-group-icon img {
  width: 45px;
  margin: 10px;
}

.tt-shopcart-table01 tbody tr th {
  text-align: left;
}

@media (min-width: 1025px) {
  .tt-desktop-header {
    height: 20px;
  }

  header .tt-account .tt-dropdown-menu {
    width: 190px;
  }

  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .main-title {
    margin-top: 2%;
  }

  .stuck .tt-stuck-parent-cart {
    display: block;
  }

  .stuck ul.tt-social-icon {
    display: none;
  }

  .tt-menu-toggle {
    display: block !important;
    padding: 15px 5px 5px 0;
  }

  .stuck .basket-icon {
    margin-top: 5px;
  }

  .r-logo {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .tt-mobile-header {
    height: 10px;
  }

  .tt-header-row {
    display: block !important;
  }

  .tt-mobile-parent-menu {
    float: left !important;
  }

  .tt-mobile-parent-cart {
    float: right !important;
  }

  .tt-stuck-parent-menu {
    float: left !important;
  }

  .tt-stuck-parent-cart {
    float: right !important;
  }

  .main-title {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .col-5-cont {
    width: 100% !important;
    flex: inherit !important;
    max-width: inherit !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    /*max-width: 500px!important;*/
    /*margin: 1.75rem auto;*/
  }
}

@media (max-width: 480px) {
  .tt-stuck-nav .tt-header-row {
    display: block;
  }

  .tt-stuck-parent-menu {
    float: left;
  }

  .tt-stuck-parent-cart {
    float: right;
  }

  button.sent-btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 10px;
  }
}

.loader-cont {
  background: rgba(255, 255, 255, 0);
  width: 204px;
  height: 204px;
  line-height: 104px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11000000;
  border-radius: 100px;
}

.loader-cont > img {
  width: 100%;
  height: 100%;
}

.overlay-bg {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900000;
}

.slick-current .tt-post .tt-blog-masonry .tt-filter-nav .button {
  color: #fff !important;
  cursor: default;
  border: 1px solid #8dc53e;
  background: #8dc53e;
  padding: 5px 10px;
  border-radius: 50px;
}

#cookie-policy-card {
  width: 22rem;
  position: fixed;
  bottom: 10%;
  left: 5%;
  background: #ffffff;
  border: 1px solid #000;
  padding: 0.5rem 1.5rem 1.5rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(158, 158, 158, 1);
  -moz-box-shadow: 0 0 10px 0 rgba(158, 158, 158, 1);
  box-shadow: 0 0 10px 0 rgba(158, 158, 158, 1);
  z-index: 9;
}

@media (min-width: 768px) {
  .tt-blog-masonry.product-block.product-stories-cont #storyList {
    padding: 0 3rem;
  }
}

.slick-prev {
  z-index: 9;
  left: 0 !important;
}

.slick-next {
  z-index: 9;
  right: 5px !important;
  padding: 0 1rem;
  -webkit-appearance: none !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick" !important;
  font-size: 80px !important;
  line-height: 1 !important;
  color: #666666 !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.slick-prev:before {
  content: "‹" !important;
}

.slick-next:before {
  content: "›" !important;
}

.custom-btn1 {
  font-size: 16px !important;
}

.badge-light {
  background-color: #e6e7e7 !important;
}

#rate {
  margin: 0;
  padding: 0;
  list-style: none;
}

#transparencyTrackerRateScore .rate {
  width: 15px;
  height: 18px;
  border: 2px solid #008982;
  background: transparent;
  display: inline-block;
  margin: 0 0.1rem;
  border-radius: 2px;
}

#transparencyTrackerRateScore .rate.fill {
  background: #008982;
}
.evidence-modal-button {
  position: absolute;
  right: 0;
  border-radius: 25px 0 0 25px;
  z-index: 9;
}

.evidence-modal-button.close {
  top: 7px;
  right: 14px;
  font-weight: bold;
  color: #008982;
}

#evidenceModal .nav-tabs {
  justify-content: space-between;
}

#evidenceModal .nav-tabs .nav-item.show .nav-link,
#evidenceModal .nav-tabs .nav-link.active {
  color: #008982;
  background-color: #fff;
  border-color: transparent transparent #008982;
  border-bottom-width: 3px;
  font-weight: bold;
  border-radius: 0;
}

@media (max-width: 368px) {
  .nav-link {
    padding: 0.5rem;
  }
}

#evidenceModal #filesList a {
  font-weight: bold;
  color: #008982;
  cursor: pointer;
}

#evidenceModal #filesList img {
  width: 64px;
  padding: 10px;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

/*.flip-container:hover .back,*/
.flip-container.hover .back {
  height: unset;
  min-height: 350px;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/*.flip-container:hover .front,*/
.flip-container.hover .front {
  height: 0;
  min-height: unset;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container.hover .front img {
  height: 0 !important;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

.front {
  height: unset;
  min-height: 350px;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}

.back {
  height: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
@media (max-width: 400px) {
  .evidence-modal-button {
    font-size: 11px;
    height: 28px;
    padding: 3px 12px !important;
  }
  .stories-info-cont {
    /* padding-top: 1.5rem !important; */
    font-size: 11px !important;
  }
  .nav {
    font-size: 11px;
  }
  .tab-pane p {
    font-size: 11px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1229px) {
  .evidence-modal-button {
    font-size: 11px;
    height: 28px;
    padding: 3px 12px !important;
  }
  .stories-info-cont {
    /* padding-top: 1.5rem !important; */
    font-size: 11px !important;
  }
  .nav {
    font-size: 11px;
  }
  .tab-pane p {
    font-size: 11px !important;
  }
}
