/*------------------------------------*\
 TYPOGRAPHY
 \*------------------------------------*/
body {
  font-family: commuters-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  color: #040404;
}
h1 {
  color: #1a75bb;
  line-height: 1.1;
  font-family: commuters-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
}
@media only screen and (min-width: 1140px) {
  h1 {
    font-size: 55px;
  }
}
h2 {
  color: #1a75bb;
  line-height: 1.1;
  font-family: commuters-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 28px;
}
@media only screen and (min-width: 1140px) {
  h2 {
    font-size: 45px;
  }
}
h3 {
  color: #1a75bb;
  line-height: 1.1;
  font-family: commuters-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
}
@media only screen and (min-width: 1140px) {
  h3 {
    font-size: 35px;
  }
}
a {
  font-family: commuters-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: 0.3s ease;
  text-decoration: none;
  color: #1a75bb;
}
a:hover {
  color: #2bb673;
}
a:focus, a:hover, a:active {
  outline: 0;
}
a.button {
  font-family: commuters-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin: 1em 0;
  background-color: #2bb673;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  padding: 1em calc(3 * 1em);
}
a.button:hover {
  background-color: #1a75bb;
}
a[href$=".pdf"]:not(.button)::before {
  content: '';
  width: 1.6em;
  height: 1.4em;
  display: inline-block;
  background-image: url("https://trendiwell.com/wp-content/themes/design-by-buorre-child-trendiwell/img/icons/file-icon.svg");
  filter: invert(40%) sepia(48%) saturate(1423%) hue-rotate(175deg) brightness(85%) contrast(91%);
  background-repeat: no-repeat;
  background-position: left center;
  transform: translateY(0.3em);
  transition: 0.3s ease;
}
a[href$=".pdf"]:not(.button):hover::before {
  filter: invert(56%) sepia(54%) saturate(528%) hue-rotate(99deg) brightness(93%) contrast(92%);
}
a.arrow:not(.button)::after {
  content: '';
  width: 2em;
  height: 1.2em;
  display: inline-block;
  background-image: url("https://trendiwell.com/wp-content/themes/design-by-buorre-child-trendiwell/img/icons/arrow-icon.svg");
  filter: invert(40%) sepia(48%) saturate(1423%) hue-rotate(175deg) brightness(85%) contrast(91%);
  background-repeat: no-repeat;
  background-position: right center;
  transform: translateY(0.18em);
  transition: 0.3s ease;
}
a.arrow:not(.button):hover::after {
  filter: invert(56%) sepia(54%) saturate(528%) hue-rotate(99deg) brightness(93%) contrast(92%);
}
/*------------------------------------*\
 MODULES
 \*------------------------------------*/
/*------------------------------------*\
 MODUULIT
 \*------------------------------------*/
.product-category-listing {
  padding: 2em 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-category-listing.broad {
    width: calc(100% - 5em);
  }
}
.product-category-listing.tight {
  background-color: #dceaf5;
}
.product-category-listing.broad .container {
  padding: 0;
}
.product-category-listing .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.product-category-listing .container .before, .product-category-listing .container .after {
  flex-basis: 100%;
}
.product-category-listing .container .before {
  margin-bottom: 1em;
}
.product-category-listing .container .after {
  margin-top: 1em;
}
.product-category-listing .container .single-product-category.broad {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #dceaf5;
  margin-bottom: 0.5em;
  padding: 2em;
}
@media only screen and (min-width: 768px) {
  .product-category-listing .container .single-product-category.broad {
    padding: 2em 5em;
  }
}
.product-category-listing .container .single-product-category.broad .title-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .product-category-listing .container .single-product-category.broad .title-content {
    align-items: flex-start;
  }
}
.product-category-listing .container .single-product-category.broad .title-content .image-wrapper {
  flex-basis: 10%;
  padding-bottom: 10%;
  min-width: 10%;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .product-category-listing .container .single-product-category.broad .title-content .image-wrapper {
    flex-basis: 30%;
    padding-bottom: 30%;
    min-width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .product-category-listing .container .single-product-category.broad .title-content .image-wrapper {
    flex-basis: 20%;
    padding-bottom: 20%;
    min-width: 20%;
  }
}
.product-category-listing .container .single-product-category.broad .title-content .content {
  flex-basis: 90%;
  max-width: 90%;
  padding: 0 0 0 1em;
}
@media only screen and (min-width: 480px) {
  .product-category-listing .container .single-product-category.broad .title-content .content {
    flex-basis: 70%;
    min-width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .product-category-listing .container .single-product-category.broad .title-content .content {
    flex-basis: 80%;
    min-width: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-category-listing .container .single-product-category.broad .title-content .content {
    padding: 0 0 0 5em;
  }
}
.product-category-listing .container .single-product-category.broad .title-content .content > .accordion-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-category-listing .container .single-product-category.broad .title-content .content > .accordion-content {
    display: block;
  }
}
.product-category-listing .container .single-product-category.broad > .accordion-content {
  flex-basis: 100%;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-category-listing .container .single-product-category.broad > .accordion-content {
    display: none;
  }
}
.product-category-listing .container .single-product-category.tight {
  flex-basis: 100%;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 480px) {
  .product-category-listing .container .single-product-category.tight {
    flex-basis: calc(100% / 2 - 1em / 2);
  }
}
@media only screen and (min-width: 768px) {
  .product-category-listing .container .single-product-category.tight {
    flex-basis: calc(100% / 3 - 1em / 3);
  }
}
@media only screen and (min-width: 1140px) {
  .product-category-listing .container .single-product-category.tight {
    flex-basis: calc(100% / 4 - 1em / 4);
  }
}
@media only screen and (min-width: 1920px) {
  .product-category-listing .container .single-product-category.tight {
    flex-basis: calc(100% / 5 - 1em / 5);
  }
}
.product-category-listing .container .single-product-category.tight .image-link:hover .image-wrapper img {
  opacity: 0.5;
}
.product-category-listing .container .single-product-category.tight .title-link {
  display: block;
  background-color: #1a75bb;
  z-index: 0;
  transform: translateY(-0.3333333333em);
  padding: 0.5em;
  color: #FFF;
  min-height: 80px;
  position: relative;
  transition: 0.3s ease;
}
.product-category-listing .container .single-product-category.tight .title-link:hover {
  background-color: #2bb673;
}
.product-category-listing .container .single-product-category.tight .title-link .title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  font-family: commuters-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.product-category-listing .container .single-product-category .image-wrapper {
  z-index: 1;
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  border-radius: 100%;
  position: relative;
  background: #FFF;
  width: 70%;
  margin: auto;
}
.product-category-listing .container .single-product-category .image-wrapper img {
  transition: 0.3s ease;
  position: absolute;
  width: 70%;
  height: 70%;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.text-content {
  padding: 5em 0;
}
.text-content .container .text-wrapper {
  max-width: 1080px;
}
.page-listing {
  padding: 5em 0;
  overflow: hidden;
}
.page-listing .container {
  position: relative;
}
.page-listing .container .page-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1em;
  margin: calc(2 * 1em) 0;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .page-listing .container .page-content {
    margin: calc(7 * 1em) 0;
  }
  .page-listing .container .page-content::before {
    content: '';
    width: 100%;
    height: calc(100% + 4 * 1em);
    top: calc(-2 * 1em);
    background-color: #e5f6ee;
    position: absolute;
    z-index: -1;
    transform: translateX(15%);
  }
  .page-listing .container .page-content:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .page-listing .container .page-content:nth-child(odd)::before {
    transform: translateX(-15%);
  }
}
.page-listing .container .page-content .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  width: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-listing .container .page-content .image-wrapper {
    flex-basis: 40%;
    padding-bottom: 30%;
  }
}
.page-listing .container .page-content .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.page-listing .container .page-content .image-wrapper::before {
  content: '';
  position: absolute;
  height: calc(100% + 2 * 1em);
  width: 100%;
  background-color: #e5f6ee;
  top: -1em;
  transform: translateX(30%);
}
@media only screen and (min-width: 1024px) {
  .page-listing .container .page-content .image-wrapper::before {
    display: none;
  }
}
.page-listing .container .page-content:nth-child(odd) .image-wrapper::before {
  transform: translateX(-30%);
}
.page-listing .container .page-content .content-wrapper {
  padding: calc(2 * 1em) 1em;
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-listing .container .page-content .content-wrapper {
    flex-basis: 60%;
    padding: calc(2 * 1em) 5em;
  }
}
.page-listing .container .page-content .content-wrapper h3 {
  color: #2bb673;
  font-size: 18px;
}
@media only screen and (min-width: 1140px) {
  .page-listing .container .page-content .content-wrapper h3 {
    font-size: 24px;
  }
}
.page-listing .container .page-content .content-wrapper .page-description {
  margin-bottom: 1em;
}
.page-listing .container .page-content .content-wrapper .link-to-content {
  text-transform: uppercase;
}
.predefined-hero {
  display: flex;
  flex-direction: column-reverse;
}
.predefined-hero.front .content {
  padding: calc(3 * 1em) calc(2 * 1em);
}
.predefined-hero.front .content h1 {
  display: none;
}
.predefined-hero.front .image {
  height: 80vh;
  min-height: 620px;
  position: relative;
}
.predefined-hero.front .image .image-container {
  position: relative;
  height: 100%;
  width: calc(100% - 4 * 1em);
}
.predefined-hero.front .image .image-container img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.predefined-hero.front .image p {
  color: #1a75bb;
  line-height: 1.1;
  font-family: commuters-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
  font-size: 42px;
  margin: 0;
  text-align: right;
  color: #2bb673;
  position: absolute;
  z-index: 1;
  right: 1em;
  max-width: calc(100% - 2 * 1em);
  bottom: calc(3 * 1em);
}
@media only screen and (min-width: 1140px) {
  .predefined-hero.front .image p {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .predefined-hero.front {
    flex-direction: row-reverse;
    align-items: center;
  }
  .predefined-hero.front .image {
    flex-basis: 60%;
    align-self: stretch;
    height: auto;
  }
  .predefined-hero.front .image .image-container {
    width: 100%;
  }
  .predefined-hero.front .image p {
    display: none;
  }
  .predefined-hero.front .content {
    flex-basis: 40%;
    z-index: 1;
    padding: calc(8 * 1em) 5em;
  }
  .predefined-hero.front .content h1 {
    display: block;
    color: #2bb673;
    transform: translateX(-3em);
    font-size: 45px;
  }
}
@media only screen and (min-width: 1140px) {
  .predefined-hero.front .content h1 {
    font-size: 65px;
  }
}
.predefined-hero.normal {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .predefined-hero.normal {
    background-color: transparent !important;
  }
}
.predefined-hero.normal .content {
  padding: calc(1 * 1em) calc(2 * 1em);
  width: calc(100% - 2 * 1em);
}
.predefined-hero.normal .image .image-container {
  width: calc(100% - 6 * 1em);
  margin-left: auto;
  height: 0;
  padding-bottom: calc(100% - 6 * 1em);
  position: relative;
}
.predefined-hero.normal .image .image-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .predefined-hero.normal {
    flex-direction: row;
    align-items: center;
    margin-top: 88px;
  }
  .predefined-hero.normal .content {
    flex-basis: 50%;
    padding: calc(1.5 * 5em) 5em;
  }
  .predefined-hero.normal .image {
    flex-basis: 50%;
    align-self: stretch;
  }
  .predefined-hero.normal .image .image-container {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
}
.predefined-content {
  margin-bottom: 5em;
}
.predefined-content .container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(100% - 2 * 1em);
}
.predefined-content .container .main-content {
  margin-top: calc(-1 * 1em);
  padding: 0 calc(2 * 1em) calc(1 * 1em);
}
.predefined-content .container .sticky-content {
  padding: calc(1 * 1em) calc(2 * 1em);
}
@media only screen and (min-width: 768px) {
  .predefined-content .container {
    flex-direction: row;
    width: calc(100% - 2 * 5em);
    margin: auto;
  }
  .predefined-content .container .main-content {
    margin-top: 0;
    flex-basis: 60%;
    padding: calc(0.5 * 5em) 5em;
  }
  .predefined-content .container .sticky-content {
    flex-basis: 40%;
    padding: calc(0.5 * 5em) 0 calc(0.5 * 5em) calc(0.5 * 5em);
  }
  .predefined-content .container .sticky-content .sticky {
    position: sticky;
    top: 88px;
  }
}
/*------------------------------------*\
 MY ACCOUNT
 \*------------------------------------*/
.wc-page {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.woocommerce-MyAccount-content .u-columns .woocommerce-Address header {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content .u-columns .woocommerce-Address header h3 {
  margin: 0;
}
.woocommerce-MyAccount-content .u-columns .woocommerce-Address header a.edit {
  margin-top: 1em !important;
  margin-bottom: 2em !important;
}
.woocommerce-MyAccount-content fieldset p {
  padding-left: 0 !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-button {
  margin-top: 1.5em !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  background-color: #2bb673;
  display: block;
  margin: 0.5em 0;
  text-align: Center;
  padding: 1em !important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff;
  background-color: #1a75bb;
}
.woocommerce-MyAccount-navigation ul li:first-child a {
  margin-top: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  background-color: #1a75bb;
}
.woocommerce-MyAccount-content > p:nth-child(2):not([class]) {
  font-size: 1.8em;
  font-weight: 500;
  margin-top: 0;
}
.woocommerce-MyAccount-content > p:nth-child(2):not([class]) strong {
  font-weight: 500;
}
.woocommerce-MyAccount-content > p:nth-child(2):not([class]) a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content > p:nth-child(2):not([class]) mark {
  background-color: transparent;
  color: #040404;
}
.woocommerce-MyAccount-content > p:nth-child(2):not([class]) button, .woocommerce-MyAccount-content > p:nth-child(2):not([class]) .button {
  font-size: 0.5555555556em;
}
.woocommerce td.product-name .wc-item-meta {
  font-size: 0.8em;
  padding-left: 0;
  margin-top: 0;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce td.product-name .wc-item-meta p {
  margin-top: 0;
}
.woocommerce-cart .cart-add-and-collaterals {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .cart-add-and-collaterals .cart-add {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .cart-add-and-collaterals .cart-add {
    flex-basis: calc(60% - 2.5em);
  }
}
.woocommerce-cart .cart-add-and-collaterals .cart-collaterals {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .cart-add-and-collaterals .cart-collaterals {
    flex-basis: calc(40% - 2.5em);
  }
}
.woocommerce-cart .cart-add-and-collaterals .cart-collaterals .cart_totals {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .cart-add-and-collaterals {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
table, .woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
}
table *, .woocommerce table.shop_table * {
  border: 0 !important;
  border-radius: 0 !important;
}
table th, .woocommerce table.shop_table th, table td, .woocommerce table.shop_table td {
  background-color: #e8f6ee;
  border-bottom: 2px solid white !important;
}
table input[type="number"], .woocommerce table.shop_table input[type="number"] {
  background-color: #fff;
}
.woocommerce a.remove {
  color: #1a75bb !important;
  border-radius: 50px !important;
  line-height: 0.9;
}
.woocommerce a.remove:hover {
  background-color: #1a75bb !important;
}
.woocommerce a.button, .woocommerce button.button {
  background-color: #2bb673 !important;
  display: block !important;
  margin: 0.5em 0 !important;
  text-align: Center !important;
  padding: 1em !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover {
  color: #fff !important;
  background-color: #1a75bb !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 3px solid #1a75bb !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: #1a75bb !important;
}
.woocommerce .woocommerce-customer-details address {
  border: 0;
  border-radius: 0;
  padding: 1em;
  background-color: #f2f1ee;
}
.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email::before, .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone::before {
  transform: translateY(-3px);
}
.cart-add .dgwt-wcas-search-wrapp {
  max-width: 100%;
}
.dgwt-wcas-details-main-image {
  display: none;
}
.dgwt-wcas-pd-addtc-form .quantity input.qty {
  background-color: #f2f1ee;
  height: 48px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background-color: #f2f1ee;
  padding: 0.6em;
  border-radius: 0;
  border: 0;
}
.woocommerce form .form-row label {
  font-weight: 600;
}
.woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper {
  background-color: #f2f1ee;
  padding: 0.6em;
  border-radius: 0;
  border: 0;
  display: block;
}
.woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper strong {
  font-weight: 400;
  opacity: 0.4;
}
.woocommerce-checkout-payment#payment {
  background-color: transparent;
}
.woocommerce-checkout-payment#payment .form-row.place-order {
  padding: 0;
}
.woocommerce-checkout-payment#payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.woocommerce-checkout-payment#payment .form-row.place-order button {
  width: 100%;
}
.woocommerce-account .addresses .title .edit {
  background-color: #2bb673 !important;
  display: block !important;
  margin: 0.5em 0 !important;
  text-align: Center !important;
  padding: 0.6em 1em !important;
  font-size: 0.8em !important;
  border-radius: 0 !important;
  color: #fff !important;
  transform: translateY(30%);
}
.woocommerce-account .addresses .title .edit:hover {
  color: #fff !important;
  background-color: #1a75bb !important;
}
fieldset {
  border: 0;
  padding: 0;
  margin-top: 1em;
}
fieldset legend {
  font-weight: 600;
}
fieldset p {
  padding-left: 1em !important;
}
.woocommerce ul.order_details {
  padding-left: 0;
  font-size: 1.2em;
}
.woocommerce form.edit_address_billing input, .woocommerce-checkout .woocommerce-billing-fields input, .woocommerce form.edit_address_billing .form-row#billing_country_field .woocommerce-input-wrapper, .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_country_field .woocommerce-input-wrapper {
  background-color: transparent !important;
  padding: 0 !important;
  color: #040404 !important;
  pointer-events: none !important;
  user-select: text !important;
}
.woocommerce form.edit_address_billing input strong, .woocommerce-checkout .woocommerce-billing-fields input strong, .woocommerce form.edit_address_billing .form-row#billing_country_field .woocommerce-input-wrapper strong, .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_country_field .woocommerce-input-wrapper strong {
  opacity: 1 !important;
}
.order-again {
  display: none;
}
/*------------------------------------*\
 ELEMENTOR
 \*------------------------------------*/
body.elementor-page {
  margin-top: 8rem;
}
/*------------------------------------*\
 BASIC
 \*------------------------------------*/
::selection {
  background: #1a75bb;
  color: #dceaf5;
  text-shadow: none;
}
::-webkit-selection {
  background: #1a75bb;
  color: #dceaf5;
  text-shadow: none;
}
::-moz-selection {
  background: #1a75bb;
  color: #dceaf5;
  text-shadow: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1280px + 2 * 1em);
  padding: 0 1em;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: calc(1280px + 2 * 5em);
    padding: 0 5em;
  }
}
.container.narrow {
  max-width: calc(960px + 2 * 1em);
}
@media only screen and (min-width: 768px) {
  .container.narrow {
    max-width: calc(960px + 2 * 5em);
  }
}
.container.extra-narrow {
  max-width: calc(768px + 2 * 1em);
}
@media only screen and (min-width: 768px) {
  .container.extra-narrow {
    max-width: calc(960px + 2 * 5em);
  }
}
.container.no-padding {
  padding: 0;
}
.container.full {
  max-width: 100%;
}
.woocommerce-MyAccount-navigation ul li a, .woocommerce a.button, .woocommerce button.button, .woocommerce-account .addresses .title .edit, .btnGreen {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1em 7em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnGreen {
  background-color: #2bb673;
}
.btnGreen:hover {
  color: #fff;
  background-color: #1a75bb;
}
/*------------------------------------*\
 HEADER
 \*------------------------------------*/
.header {
  position: fixed !important;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 2rem 0 0;
  }
}
.header .logo .logo-img {
  width: 300px;
}
@media only screen and (min-width: 1140px) {
  .header .logo .logo-img {
    width: 350px;
  }
}
.header .nav > ul .menu-item-has-children .arrow span {
  background-color: #1a75bb;
}
.header .nav > ul .menu-item-has-children a:hover {
  color: #2bb673;
}
@media only screen and (min-width: 768px) {
  .header .nav > ul > li > ul.sub-menu.open {
    width: auto;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -1rem;
  }
  .header .nav > ul > li > ul.sub-menu {
    width: auto;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -1rem;
  }
}
@media only screen and (min-width: 768px) {
  .header .nav {
    text-align: left;
    margin-left: 2.5rem;
  }
}
.header .nav a {
  font-weight: 600;
  color: #1a75bb;
}
.header .nav a:hover {
  color: #2bb673;
}
.header .nav .sub-menu a {
  font-weight: 400;
  color: #040404;
}
@media only screen and (min-width: 768px) {
  .header .nav .nav-right {
    float: right;
  }
}
.header .nav .nav-right a::before {
  width: 30px;
  content: " ";
  position: absolute;
  top: -8px;
  left: -44px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/design-by-buorre-child-trendiwell/img/header/account.svg);
}
.header .nav li.menu-item {
  pointer-events: all !important;
}
.header .nav .current_page_item > a, .header .nav .current-menu-parent > a {
  color: #2bb673 !important;
}
.header #mobile-menu-button span {
  background-color: #1a75bb;
}
@media only screen and (min-width: 768px) {
  body.home header.header {
    transition: background-color 0.3s ease;
    background-color: transparent;
  }
  body.home header.header.normal {
    background-color: #FFF;
  }
  body.home header.header .nav {
    background-color: transparent;
  }
}
.woocommerce-account header nav ul, .woocommerce-checkout header nav ul, .woocommerce-cart header nav ul {
  display: none;
}
.woocommerce-account header .logo a, .woocommerce-checkout header .logo a, .woocommerce-cart header .logo a {
  pointer-events: none;
}
/*------------------------------------*\
 FOOTER
 \*------------------------------------*/
.footer {
  background-color: #1a75bb;
  color: #fff;
  text-align: left;
  padding: 2rem 0 1rem;
  margin: 0;
  margin-top: 5em;
}
.footer .footer-logo {
  width: 300px;
}
.footer .contact-info {
  padding: 1rem 0;
}
.footer .contact-info p {
  line-height: 1.45em;
}
.footer .contact-info a {
  color: #fff;
}
.footer .contact-info a:hover {
  color: #2bb673;
}
.footer .row-of-logos ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: -2rem;
}
.footer .row-of-logos ul li {
  display: block;
  margin: 0 2.5rem 2rem 0;
}
.footer .row-of-logos ul li img {
  max-height: 75px;
  max-width: 175px;
}
/*------------------------------------*\
 MAIN CONTAINER
 \*------------------------------------*/
main > .container {
  max-width: 1920px !important;
  padding: 0 !important;
}
/*------------------------------------*\
 PLUGINS
 \*------------------------------------*/
/* WP MENU CART */
li.wpmenucartli a.wpmenucart-contents span {
  background: #2bb673;
  width: 24px;
  border-radius: 50%;
  color: white;
  text-align: center;
  height: 24px;
  font-size: 0.8em;
  margin-left: 0.5rem;
  line-height: 24px;
}
.wpmenucart-display-right {
  float: none !important;
}
@media only screen and (min-width: 768px) {
  .wpmenucart-display-right {
    float: right !important;
    padding-right: 1.5em;
  }
}
/*------------------------------------*\
 Demoa varte
 \*------------------------------------*/
.full-width div.container {
  max-width: 100% !important;
  padding: 0 !important;
}
.full-width div.container p, .full-width div.container img {
  margin: 0;
}
/*------------------------------------*\
 SHORTCODES
 \*------------------------------------*/
.login-wrapper {
  text-align: center;
}
.login-wrapper .login-notice {
  margin-top: 0;
  font-size: 0.8em;
  color: #1a75bb;
}
.sticky-content .login-wrapper a.button {
  width: 100%;
}
/*# sourceMappingURL=https://trendiwell.com/wp-content/build/scss_library/14d8187de9a2e775132d2af87419e5279a4a2930.css.map */