@charset "UTF-8";
/*
Theme Name: Dalia Child
Theme URI: http://dalia.qodeinteractive.com
Description: A child theme of Dalia Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: dalia
Template: dalia
*/
::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: var(--yellow-casfit);
}

::selection {
  color: black;
  background: var(--yellow-casfit);
}

:root {
  --yellow-casfit: #ffcc33;
  --yellow-casfit-low: #FFCC33;
}

/*COLORS*/
.text-yellow-casfit {
  color: var(--yellow-casfit) !important;
}

body {
  color: black;
}

html {
  scroll-behavior: smooth;
}

.text-no-uppercase {
  text-transform: none !important;
}

/*fonts loading*/
@font-face {
  font-family: "Futura New Cond Demi";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/06/FuturaNewDemi.otf");
}
@font-face {
  font-family: "Futura New Demi";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/FuturaNewDemi.otf");
}
@font-face {
  font-family: "Futura New Cond Bold";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/FuturaNewCondBold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Futura New Bold";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/FuturaNewBold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Futura New Cond Medium";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/FuturaNewCondMedium.otf");
}
@font-face {
  font-family: "Futura New Medium";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/FuturaNewMedium.otf");
}
@font-face {
  font-family: "Guthen Bloots Basic Regular";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/06/Guthen-Bloots-Basic.otf");
}
@font-face {
  font-family: "Futura New Book";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/FuturaNewBook.otf");
}
@font-face {
  font-family: "Futura New Hevy";
  src: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/FuturaNewHeavy.otf");
}
h4, h5, h3 {
  font-family: "Futura New Cond Bold";
  text-transform: uppercase;
}

h2 {
  font-family: "Futura New Cond Bold";
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #d0936a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

.eltdf-btn-xs {
  padding: 11px 15px !important;
}

.active-level {
  border: 1px solid #d0936a !important;
  background-color: white !important;
  color: #d0936a !important;
}

.error-level-section {
  padding: 20px 15px;
  border: 1px solid #ff936a;
}

.retos-container {
  overflow: hidden;
  justify-content: space-around;
  align-items: center;
}

.bg-challenge {
  transition: background-size 0.5s linear;
  margin-top: 7px;
  margin-bottom: 7px;
  background-size: 170%;
  max-width: 330px;
  max-height: 330px;
  border-radius: 50%;
  border: 10px solid #ffb93a;
}
@media (min-width: 1200px) {
  .bg-challenge {
    background-size: 210%;
  }
}
.bg-challenge:hover {
  background-size: 580%;
}
@media (min-width: 576px) {
  .bg-challenge:hover {
    background-size: 600%;
  }
}
@media (min-width: 768px) {
  .bg-challenge:hover {
    background-size: 520%;
  }
}
@media (min-width: 992px) {
  .bg-challenge:hover {
    background-size: 390%;
  }
}
@media (min-width: 1200px) {
  .bg-challenge:hover {
    background-size: 300%;
  }
}
.bg-challenge .content-challenge {
  position: absolute;
  background-color: white;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 1s linear, z-index 1.5s linear;
}
@media (min-width: 768px) {
  .bg-challenge {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  .bg-challenge {
    max-width: 490px;
    max-height: 490px;
  }
}
@media (min-width: 1200px) {
  .bg-challenge {
    max-width: 590px;
    max-height: 590px;
  }
}

.bg-challenge.active-challenge {
  transition: all 0.9s linear;
  max-width: 100%;
  max-height: inherit;
  border-radius: 0;
  border: 0px solid transparent;
}

.active-challenge .first-layer {
  display: none !important;
}
.active-challenge .content-challenge {
  opacity: 0.95;
  z-index: 1;
  transition: opacity 1s linear;
  text-align: left;
  overflow-y: scroll;
}

.bg-fit {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/10/aumento-orig-49x95per-scaled.jpg");
  background-position: 24%;
  background-repeat: no-repeat;
  position: relative;
  transition: background-size 0.5s ease-out;
  height: 180vh;
}
@media (min-width: 576px) {
  .bg-fit {
    height: 350vh;
    background-position: 25%;
  }
}
@media (min-width: 768px) {
  .bg-fit {
    height: 1100px;
  }
}
@media (min-width: 992px) {
  .bg-fit {
    background-position: 38%;
  }
}
@media (min-width: 1200px) {
  .bg-fit {
    height: 115vh;
  }
}

.bg-fit-0 {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/10/fullbody-orig-49x97-1-scaled.jpg");
  background-position: 0;
  background-position-y: 20%;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 576px) {
  .bg-fit-0 {
    background-position: 20%;
  }
}
@media (min-width: 768px) {
  .bg-fit-0 {
    background-position-y: center;
  }
}

.bg-fit::after {
  /*content:'';*/
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.z-index-m5 {
  z-index: -5;
}

.wpc-directory-wrap {
  border: 1px solid #ffffff;
}

.wpc-directory-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}

.wpc-directory-title {
  color: #1e2427;
  font-family: "Source Pro Sans", sans-serif;
  font-size: 22.5px;
  line-height: 27px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 6px;
  padding: 8px 30px 5px 30px;
}

.wpc-directory-text {
  font-size: 14px;
  line-height: 23px;
  padding: 0px 30px 0px 30px;
}

.wpc-directory-text a {
  color: #cd4335;
  font-weight: 600;
}

.wpc-directory-wrap img[src=""] {
  display: none;
}

.border-similar {
  border: 1px solid #ecc5ab;
}

.eltdf-top-bar {
  display: none;
}

.eltdf-logo-wrapper a {
  width: 78px;
  height: 56px !important;
}

.eltdf-logo-wrapper a img {
  width: 78px;
  height: 56px;
}

/*.eltdf-logo-wrapper a {*/
/*   max-width: auto;*/
/*}*/
/*.eltdf-logo-wrapper a img.eltdf-normal-logo{*/
/*    width: 160px;*/
/*    height: 30px;*/
/*}*/
/*eltdf-sticky-header .ion-ios-search {*/
/*    color: black!important;*/
/*}*/
.eltdf-sticky-header .eltdf-search-opener .eltdf-search-opener-wrapper > * {
  color: black !important;
}

.eltdf-sticky-header .eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-svg-path .eltdf-side-menu-icon > * {
  color: black;
}

.eltdf-active-item a span.item_text {
  color: var(--yellow-casfit);
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown ul li {
  border-color: var(--yellow-casfit) !important;
}

.text-black-casfit {
  color: black;
}

.text-yellow-casfit {
  color: var(--yellow-casfit);
}

.eltdf-side-menu .textwidget h3 {
  font-family: "Futura New Cond Bold" !important;
}
.eltdf-side-menu .widget.eltdf-sidearea.widget_text {
  font-family: "Futura New Medium" !important;
}
.eltdf-side-menu .eltdf-blog-list-widget {
  display: none;
}
.eltdf-side-menu .widget.widget_search form {
  box-shadow: 2px 2px 20px 0 rgba(208, 183, 106, 0.17) !important;
}
.eltdf-side-menu .widget.widget_search form .search-field {
  font-family: "Futura New Demi" !important;
  color: var(--yellow-casfit) !important;
}
.eltdf-side-menu .widget.widget_search form .search-field::placeholder {
  font-family: "Futura New Demi" !important;
  color: var(--yellow-casfit) !important;
}

.eltdf-sticky-header .eltdf-sticky-holder .eltdf-logo-wrapper a {
  width: 190px !important;
  height: 40px !important;
}

.eltdf-sticky-header .eltdf-sticky-holder .eltdf-logo-wrapper a img {
  width: 190px !important;
  height: 40px;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-svg-path:hover .eltdf-side-menu-icon svg {
  transform: none;
}

body {
  font-family: "Futura New Cond Demi";
}

.ff-guthen-regular {
  font-family: "Guthen Bloots Basic Regular" !important;
}
.ff-guthen-regular h2 {
  font-family: "Guthen Bloots Basic Regular" !important;
}
.ff-guthen-regular span {
  font-family: "Guthen Bloots Basic Regular" !important;
}

.ff-futura-bold {
  font-family: "Futura New Cond Bold" !important;
}
.ff-futura-bold h6 {
  font-family: "Futura New Cond Bold" !important;
}

.ff-futura-demi {
  font-family: "Futura New Cond Demi" !important;
}

.ff-futura-medium {
  font-family: "Futura New Cond Medium" !important;
}

.ff-futura-new-medium {
  font-family: "Futura New Medium" !important;
}

h2, h3 {
  font-family: "Futura New Cond Bold" !important;
}

h1 {
  font-family: "Futura New Cond Medium" !important;
  text-transform: uppercase;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-15 {
  font-size: 1em;
}

.fs-20 {
  font-size: 18px !important;
}
.fs-20 h6 {
  font-size: 18px !important;
}

.fs-26 {
  font-size: 22px !important;
}

.fs-30 {
  font-size: 25px !important;
}

.fs-35 {
  font-size: 2.3333333333em !important;
}
.fs-35 * {
  font-size: 2.3333333333em !important;
}

.fs-title-1 * {
  font-size: 35px !important;
}
@media (min-width: 576px) {
  .fs-title-1 * {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .fs-title-1 * {
    font-size: 50px !important;
  }
}

.fs-50 {
  font-size: 50px;
}
.fs-50 h2 {
  font-size: 50px;
}

.fs-11 {
  font-size: 0.7333333333em !important;
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.8em !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-13 {
    font-size: 0.8666666667em;
  }
}

.fs-40 {
  font-size: 2.6666666667em;
}

@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.3333333333em;
  }
}

@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.6666666667em;
  }
}

@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 50px;
  }
}

.fs-16 {
  font-size: 16px;
}

@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px;
  }
}

.fs-23 {
  font-size: 1.5333333333em;
}

@media (min-width: 576px) {
  .fs-sm-20 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px;
  }
}

.fs-lg-55 {
  font-size: 3.6666666667em;
}

.eltdf-section-title-medium {
  color: black !important;
}

.eltdf-section-subtitle {
  font-family: "Futura New Cond Demi" !important;
  color: black !important;
  font-weight: 300;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.eltdf-bmi-calculator-holder .select2-container .select2-selection--single {
  border-color: black !important;
  font-family: "Futura New Cond Medium";
  text-transform: uppercase;
}

.eltdf-bmi-calculator-holder input[type=text], .eltdf-bmi-calculator-holder select, .eltdf-bmi-calculator-holder textarea {
  border-color: black !important;
  font-family: "Futura New Cond Medium" !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  color: black !important;
}
@media (min-width: 992px) {
  .eltdf-bmi-calculator-holder input[type=text], .eltdf-bmi-calculator-holder select, .eltdf-bmi-calculator-holder textarea {
    font-size: 16px !important;
  }
}

body .select2-container--default .select2-dropdown {
  border-color: black !important;
}

.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder .eltdf-icon-has-text-over {
  font-family: "Futura New Cond Medium";
}

.button-calc-section {
  text-align: center;
}
@media (min-width: 576px) {
  .button-calc-section {
    text-align: left;
  }
}

.title-challenge {
  position: relative;
  max-width: 400px;
  margin: 15px auto;
  /*cursor: pointer;*/
}

.cursor-pointer {
  cursor: pointer;
}

.title-challenge::after {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/06/underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -40px;
}

.title-underlined {
  font-family: "Guthen Bloots Basic Regular" !important;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .title-underlined {
    text-align: left;
  }
}

.step-title {
  text-align: center;
}
@media (min-width: 992px) {
  .step-title {
    text-align: left;
  }
}

.step-three {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .title-hero {
    font-size: 2.4em !important;
    line-height: 2.4em !important;
  }
}
@media (min-width: 768px) {
  .title-hero {
    font-size: 4em !important;
    line-height: 4em !important;
  }
}
@media (min-width: 992px) {
  .title-hero {
    font-size: 4.6666666667em !important;
    line-height: 4.6666666667em !important;
  }
}

.title-underlined::after {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/06/underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  width: 145px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}
@media (min-width: 992px) {
  .title-underlined::after {
    left: 0;
    transform: translateX(0);
  }
}

.z-index-2 {
  /*z-index: 2;*/
}

.width-0 {
  width: 0 !important;
  display: none !important;
}

.level-selector {
  position: relative;
  transition: color 0.7s ease-in-out;
}

.level-reto {
  position: relative;
  transition: color 0.7s ease-in-out;
}

.level-reto::after {
  content: "";
  border: 2px solid black;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 150%;
  height: 200%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: opacity 0.7s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
}

.level-active {
  color: var(--yellow-casfit) !important;
  position: relative;
}

.level-active::after {
  content: "";
  opacity: 1;
  border: 2px solid var(--yellow-casfit);
}

.level-active-next p {
  font-family: "Futura New Bold" !important;
}

.borders-x {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.borders-x:before {
  content: "";
  background-color: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 65%;
  height: 1px;
}
.borders-x:after {
  content: "";
  background-color: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 65%;
  height: 1px;
}
@media (min-width: 576px) {
  .borders-x {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .borders-x:before {
    content: "";
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    transform: none;
    top: unset;
  }
  .borders-x:after {
    content: "";
    background-color: black;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    transform: none;
    top: unset;
    left: unset;
  }
}

.eltdf-bmi-calculator-holder .eltdf-bmic-form-holder form .eltdf-grid-row.eltdf-grid-small-gutter.d-flex.flex-wrap {
  text-align: initial;
}
.eltdf-bmi-calculator-holder .eltdf-bmic-form-holder button {
  font-family: "Futura New Cond Bold" !important;
  font-size: 1em !important;
  padding: 13px 64px;
  width: 100%;
}
@media (min-width: 768px) {
  .eltdf-bmi-calculator-holder .eltdf-bmic-form-holder button {
    padding: 13px 54px;
  }
}
@media (min-width: 992px) {
  .eltdf-bmi-calculator-holder .eltdf-bmic-form-holder button {
    padding: 13px 24px;
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .eltdf-bmi-calculator-holder .eltdf-bmic-form-holder button {
    padding: 13px 54px;
  }
}
@media (min-width: 576px) {
  .eltdf-bmi-calculator-holder .eltdf-bmic-form-holder button {
    width: auto;
  }
}
.eltdf-bmi-calculator-holder .eltdf-bmic-form-holder button:hover {
  background-color: white !important;
}

.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-hover-bg):hover {
  background-color: white !important;
  border-color: var(--yellow-casfit) !important;
}

.eltdf-bmi-calculator-holder .eltdf-bmic-notifications {
  width: 100%;
  border: none;
}

.bascule-icon {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/bascule-icon.svg");
  background-size: contain;
  height: 0;
  width: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .bascule-icon {
    width: 100%;
    height: 176px;
  }
}

.w-lose {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/w-lose.svg");
  background-size: contain;
  height: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.w-mantain {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/w-mantain.svg");
  background-size: contain;
  height: 25px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.w-gain {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/w-gain.svg");
  background-size: contain;
  height: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.add-to-cart-plan {
  background-color: var(--yellow-casfit);
  border: none;
  font-family: "Futura New Cond Bold";
  font-weight: 700;
  font-size: 15px;
  width: 150px;
}
@media (min-width: 576px) {
  .add-to-cart-plan {
    font-size: 18px;
    width: 185px;
  }
}
@media (min-width: 768px) {
  .add-to-cart-plan {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .add-to-cart-plan {
    width: 210px;
  }
}

.nutritional-plan-selector {
  border: solid 1px var(--yellow-casfit);
  font-family: "Futura New Cond Bold";
  font-weight: 700;
  font-size: 15px;
  width: 150px;
  transition: all 0.3s ease-in-out;
  /* color: ; */
  background-color: transparent;
}
@media (min-width: 576px) {
  .nutritional-plan-selector {
    font-size: 18px;
    width: 180px;
  }
}
@media (min-width: 768px) {
  .nutritional-plan-selector {
    font-size: 18px;
    width: 190px;
  }
}
@media (min-width: 992px) {
  .nutritional-plan-selector {
    font-size: 18px;
    width: 210px;
  }
}
.nutritional-plan-selector:focus {
  outline: none !important;
}

.nutritional-plan-selector:hover {
  text-decoration: none;
}

.nutritional-plan-selector.active-plan {
  border-color: black;
  background-color: var(--yellow-casfit);
}

.btn-calc-continue {
  background-color: transparent;
  border: none;
  color: black;
  font-family: "Futura New Cond Bold" !important;
  font-size: 1em !important;
}
.btn-calc-continue:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn-calc-continue {
    padding: 13px 54px;
  }
}
@media (min-width: 992px) {
  .btn-calc-continue {
    padding: 13px 24px;
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .btn-calc-continue {
    padding: 13px 54px;
  }
}
@media (min-width: 576px) {
  .btn-calc-continue {
    width: auto;
  }
}
.btn-calc-continue .continue-icon {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/continue.svg");
  width: 31px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .btn-calc-down {
    display: none;
  }
}
.btn-calc-down .continue-icon-down {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2021/03/continue-down.svg");
  background-repeat: no-repeat;
  width: 31px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.nutritional-plans > .added_to_cart {
  display: none;
}

.add-to-cart-plan .icon-cart {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/bag-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 17px;
  display: inline-block;
}

/* hide the cart submenu */
.eltdf-shopping-cart-dropdown {
  display: none;
}

.bg-warning-casfit {
  background-color: var(--yellow-casfit);
}
.bg-warning-casfit a {
  text-decoration: underline;
}
.bg-warning-casfit .icon-succes-casfit {
  position: relative;
}
.bg-warning-casfit .icon-succes-casfit:after {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2021/01/success.svg");
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: -15px;
}
@media (min-width: 576px) {
  .bg-warning-casfit .icon-succes-casfit:after {
    left: -20px;
  }
}

.before-after-section {
  position: relative;
}
.before-after-section:before {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/sello-casfit.svg");
  position: absolute;
  width: 117px;
  height: 117px;
  right: 50%;
  top: -32%;
  transform: translateX(50%);
}
@media (min-width: 576px) {
  .before-after-section:before {
    width: 117px;
    height: 117px;
    right: -15%;
    top: -32%;
    transform: none;
  }
}
@media (min-width: 768px) {
  .before-after-section:before {
    width: 140px;
    height: 140px;
    right: 0%;
    top: -23%;
  }
}
@media (min-width: 992px) {
  .before-after-section:before {
    width: 140px;
    height: 140px;
    right: 0%;
    top: -13%;
  }
}
@media (min-width: 1200px) {
  .before-after-section:before {
    width: 140px;
    height: 140px;
    right: 0%;
    top: -23%;
  }
}

.eltdf-owl-slider .owl-dots .owl-dot span {
  background-color: transparent;
  border-color: var(--yellow-casfit) !important;
  width: 25px !important;
  height: 25px !important;
}
.eltdf-owl-slider .owl-dots .owl-dot span:after {
  left: 7px;
  top: 7px;
  width: 10px !important;
  height: 10px !important;
}
.eltdf-owl-slider .owl-dots .owl-dot.active span:after {
  left: 7px;
  top: 7px;
  border-color: var(--yellow-casfit) !important;
  background-color: var(--yellow-casfit) !important;
}
.eltdf-owl-slider .owl-dots .owl-dot:hover span:after {
  left: 7px;
  top: 7px;
  border-color: var(--yellow-casfit) !important;
  background-color: var(--yellow-casfit) !important;
}

.dots-solid .eltdf-owl-slider .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
}
.dots-solid .eltdf-owl-slider .owl-dots .owl-dot span:after {
  left: 3px !important;
  top: 3px !important;
  width: 5px !important;
  height: 5px !important;
}
.dots-solid .eltdf-owl-slider .owl-dots .owl-dot:hover span:after {
  left: 3px !important;
  top: 3px !important;
  border-color: var(--yellow-casfit) !important;
  background-color: var(--yellow-casfit) !important;
}
.dots-solid .eltdf-owl-slider .owl-dots .owl-dot.active span {
  background-color: var(--yellow-casfit);
}
.dots-solid .eltdf-owl-slider .owl-dots .owl-dot.active span:after {
  border-color: var(--yellow-casfit) !important;
  background-color: var(--yellow-casfit) !important;
  left: 3px !important;
  top: 3px !important;
}
.dots-solid .eltdf-owl-slider .owl-dots .owl-dot.active span:hover:after {
  left: 3px !important;
  top: 3px !important;
  border-color: var(--yellow-casfit) !important;
  background-color: var(--yellow-casfit) !important;
}

.padding-0 {
  padding: 0 !important;
}
.padding-0 .vc_column-inner {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .features-card {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .features-card {
    width: 25% !important;
  }
}
.features-card .eltdf-eh-item-content {
  position: relative;
}
.features-card .eltdf-eh-item-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--yellow-casfit);
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-out;
  left: 0;
  top: 0;
}
.features-card .eltdf-eh-item-content:hover:before {
  opacity: 1;
}
.features-card .eltdf-eh-item-content .eltdf-image-with-text-holder .eltdf-iwt-image img {
  margin: 0 !important;
  width: 39px;
  height: 33px;
}
.features-card .eltdf-eh-item-content .eltdf-image-with-text-holder .eltdf-iwt-text-holder {
  text-align: left !important;
}
.features-card .eltdf-eh-item-content .eltdf-image-with-text-holder .eltdf-iwt-text-holder h4 {
  font-family: "Futura New Cond Bold" !important;
  font-size: 20px;
}
.features-card .eltdf-eh-item-content .eltdf-image-with-text-holder .eltdf-iwt-text-holder p {
  font-family: "Futura New Book";
  color: black;
  font-size: 14px;
}

.eltdf-image-gallery.eltdf-ig-slider-type.eltdf-has-border:after {
  border-color: transparent !important;
}

.eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner {
  text-align: center;
}
@media (min-width: 576px) {
  .eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner {
    text-align: left;
  }
}
.eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner .eltdf-st-tagline {
  font-family: "Futura New Cond Bold";
  font-size: 20px;
  color: var(--yellow-casfit) !important;
  letter-spacing: normal !important;
}
.eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner .eltdf-st-tagline:before {
  content: none;
}
.eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner h2.eltdf-st-title {
  font-family: "Guthen Bloots Basic Regular" !important;
  font-size: 3em;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner h2.eltdf-st-title {
    font-size: 3.6666666667em;
  }
}
.eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner p.eltdf-st-text {
  font-family: "Futura New Cond Medium";
  color: black !important;
  font-size: 14px !important;
}
@media (min-width: 992px) {
  .eltdf-section-title-holder.slider-ejercitate-casfit .eltdf-st-inner p.eltdf-st-text {
    font-size: 18px !important;
  }
}

.title-call-to-action h2 {
  font-family: "Guthen Bloots Basic Regular";
  font-size: 2.6666666667em;
  text-transform: none !important;
}
@media (min-width: 576px) {
  .title-call-to-action h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .title-call-to-action h2 {
    font-size: 4em;
  }
}

@media (min-width: 576px) {
  .gallery-before-after .eltdf-owl-slider .owl-stage-outer .owl-item {
    width: 290px !important;
  }
}
@media (min-width: 768px) {
  .gallery-before-after .eltdf-owl-slider .owl-stage-outer .owl-item {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .gallery-before-after .eltdf-owl-slider .owl-stage-outer .owl-item {
    width: 212px !important;
  }
}
@media (min-width: 1200px) {
  .gallery-before-after .eltdf-owl-slider .owl-stage-outer .owl-item {
    width: 230px !important;
  }
}

.btn-container-ejercitate .eltdf-eh-item-content {
  text-align: center !important;
}
@media (min-width: 576px) {
  .btn-container-ejercitate .eltdf-eh-item-content {
    text-align: left !important;
  }
}

ul.products .product .eltdf-pl-inner {
  border: none !important;
}
ul.products .product .eltdf-pl-inner a.add_to_cart_button {
  background-color: transparent !important;
  border: 2px solid var(--yellow-casfit);
  color: black;
  font-family: "Futura New Cond Bold";
  font-weight: 700;
}
@media (min-width: 992px) {
  ul.products .product .eltdf-pl-inner a.add_to_cart_button {
    padding: 14px 14px !important;
  }
}
ul.products .product .eltdf-pl-inner a.added_to_cart {
  background-color: var(--yellow-casfit) !important;
  font-family: "Futura New Cond Bold";
  color: black;
  letter-spacing: normal !important;
}
ul.products .product .eltdf-pl-text-wrapper .eltdf-pl-category {
  margin-bottom: 17px;
}
ul.products .product .eltdf-pl-text-wrapper .eltdf-pl-category a {
  font-family: "Futura New Cond Bold";
  font-weight: 700 !important;
  font-size: 18px !important;
  color: var(--yellow-casfit) !important;
  letter-spacing: normal !important;
}
ul.products .product .eltdf-pl-text-wrapper h5, ul.products .product .eltdf-pl-text-wrapper span {
  font-family: "Futura New Cond Bold" !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: black !important;
  text-transform: uppercase;
}

.title-hero h2 {
  font-size: 2.6666666667em;
}
@media (min-width: 576px) {
  .title-hero h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .title-hero h2 {
    font-size: 4em;
  }
}

.text-center {
  text-align: center;
}

.letter-space-normal {
  letter-spacing: normal;
}

.rocio-img:after {
  content: "";
  width: 50% !important;
  height: 50% !important;
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/signature.svg");
  z-index: 2 !important;
  left: 80% !important;
  top: 100% !important;
  transform: translateY(-50%) !important;
  background-repeat: no-repeat;
}

.follow-btn-container .eltdf-eh-item-content {
  text-align: center !important;
}
@media (min-width: 576px) {
  .follow-btn-container .eltdf-eh-item-content {
    text-align: left !important;
  }
}

.counter-casfit h5 {
  font-family: "Futura New Cond Bold" !important;
  font-size: 22px;
}
.counter-casfit span {
  font-family: "Guthen Bloots Basic Regular" !important;
  font-size: 13.3333333333em;
}
@media (min-width: 576px) {
  .counter-casfit span {
    font-size: 14.2em;
  }
}

.col-counter {
  width: 100% !important;
}
@media (min-width: 576px) {
  .col-counter {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .col-counter {
    width: 25% !important;
  }
}

.float-hoja figure img {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .float-hoja figure img {
    position: relative;
    left: 0;
    top: -35px;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .float-hoja figure img {
    top: -15px;
  }
}

.eltdf-footer-top-holder {
  background: #f9ae06 !important;
  background: linear-gradient(20deg, #f9ae06 0%, #ffce13 100%) !important;
}

.eltdf-triple-column-info-widget .eltdf-tci-inner > * {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  font-size: 20px;
}
@media (min-width: 768px) {
  .eltdf-triple-column-info-widget .eltdf-tci-inner > * {
    font-size: 16px;
  }
}

.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder .eltdf-social-icon-widget {
  color: black !important;
}

.eltdf-footer-bottom-holder {
  display: none !important;
}

.fa-pinterest:before {
  content: "" !important;
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/tiktok.svg");
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 25px;
  display: inline-block;
}

.eltdf-page-footer .widget:last-child img, .eltdf-side-menu .widget:last-child img {
  width: 161px !important;
  height: 30px !important;
}

.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-alignment-center .widget_media_image img {
  width: 100px;
  height: 69px;
}

.eltdf-newsletter-form-two-columns .eltdf-nlf-left-column {
  display: block;
}
@media (min-width: 576px) {
  .eltdf-newsletter-form-two-columns .eltdf-nlf-left-column {
    display: table-cell;
  }
}
.eltdf-newsletter-form-two-columns .eltdf-nlf-left-column input[type=email] {
  background-color: transparent !important;
  border: 1px solid black !important;
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
}
.eltdf-newsletter-form-two-columns .eltdf-nlf-left-column input[type=email]::placeholder {
  font-family: "Futura New Cond Bold" !important;
  opacity: 1;
  color: black;
  font-size: 16px !important;
}
.eltdf-newsletter-form-two-columns .eltdf-nlf-right-column {
  display: none;
}
@media (min-width: 576px) {
  .eltdf-newsletter-form-two-columns .eltdf-nlf-right-column {
    display: table-cell;
  }
}

.eltdf-page-footer .widget a, .eltdf-side-menu .widget a {
  color: black !important;
}

.eltdf-newsletter-form-two-columns .eltdf-nlf-right-column .eltdf-nlf-right-inner input[type=submit] {
  font-size: 0;
  font-family: "Futura New Cond Bold" !important;
  background-color: transparent !important;
}

.eltdf-newsletter-form-two-columns .eltdf-nlf-right-column .eltdf-nlf-right-inner {
  background-color: transparent !important;
  position: relative;
}
.eltdf-newsletter-form-two-columns .eltdf-nlf-right-column .eltdf-nlf-right-inner:before {
  content: none;
}
.eltdf-newsletter-form-two-columns .eltdf-nlf-right-column .eltdf-nlf-right-inner:after {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/arrow-input.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 4px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.widget .eltdf-widget-title {
  font-family: "Futura New Cond Bold" !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  font-family: "Futura New Cond Bold" !important;
  font-size: 14px !important;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  padding: 14px 34px !important;
  background-color: var(--yellow-casfit) !important;
  color: black !important;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range, .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  background-color: var(--yellow-casfit) !important;
}

.widget.widget_categories ul li, .widget.widget_categories ul a {
  font-family: "Futura New Cond Bold" !important;
  font-size: 14px !important;
  color: var(--yellow-casfit-low) !important;
}
.widget.widget_categories ul a:after {
  background-color: var(--yellow-casfit) !important;
  opacity: 0.4;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
  font-family: "Futura New Cond Bold" !important;
  font-size: 12px !important;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:before {
  background-color: var(--yellow-casfit) !important;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:after {
  color: var(--yellow-casfit) !important;
}

.widget.woocommerce.widget_products ul li .product-title, .widget.woocommerce.widget_products ul li .amount {
  font-family: "Futura New Cond Bold" !important;
  font-size: 18px !important;
}

.woocommerce-pagination ul li span, .woocommerce-pagination ul li a {
  font-family: "Futura New Cond Bold" !important;
  font-size: 14px !important;
}
.woocommerce-pagination ul li a {
  color: var(--yellow-casfit-low) !important;
}

.next .page-numbers:before, .next .page-numbers :after {
  color: var(--yellow-casfit-low) !important;
  background-color: var(--yellow-casfit-low) !important;
}

.woocommerce-pagination ul li a.next {
  color: transparent !important;
}
.woocommerce-pagination ul li a.next:after {
  color: var(--yellow-casfit-low) !important;
  background-color: var(--yellow-casfit-low) !important;
}
.woocommerce-pagination ul li a.next:before {
  color: var(--yellow-casfit-low) !important;
}

.eltdf-sidebar-holder .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder, .eltdf-side-menu .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder, .custom-social-widget .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder {
  position: relative;
}
@media (min-width: 768px) {
  .eltdf-sidebar-holder .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder:first-child, .eltdf-side-menu .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder:first-child, .custom-social-widget .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder:first-child {
    margin-left: 20px !important;
  }
}
.eltdf-sidebar-holder .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:after, .eltdf-side-menu .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:after, .custom-social-widget .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:after {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 30px;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background-color: var(--yellow-casfit);
  z-index: -1;
}
@media (min-width: 768px) {
  .eltdf-sidebar-holder .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:after, .eltdf-side-menu .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:after, .custom-social-widget .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:after {
    left: 50%;
  }
}
.eltdf-sidebar-holder .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:before, .eltdf-side-menu .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:before, .custom-social-widget .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:before {
  position: relative;
  left: -50%;
}
@media (min-width: 768px) {
  .eltdf-sidebar-holder .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:before, .eltdf-side-menu .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:before, .custom-social-widget .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.eltdf-social-icon-widget:before {
    position: unset;
    left: 0;
  }
}
.eltdf-sidebar-holder .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.fa-pinterest:before, .eltdf-side-menu .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.fa-pinterest:before, .custom-social-widget .widget.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder span.fa-pinterest:before {
  width: 16px;
  height: 18px;
}
.eltdf-sidebar-holder .eltdf-widget-title, .eltdf-side-menu .eltdf-widget-title, .custom-social-widget .eltdf-widget-title {
  position: relative;
}

.eltdf-row-background-text {
  font-size: 75px;
}
@media (min-width: 576px) {
  .eltdf-row-background-text {
    font-size: 140px;
  }
}
@media (min-width: 768px) {
  .eltdf-row-background-text {
    font-size: 170px;
  }
}
@media (min-width: 992px) {
  .eltdf-row-background-text {
    font-size: 210px;
  }
}
@media (min-width: 1200px) {
  .eltdf-row-background-text {
    font-size: 251px;
  }
}

.eltdf-blog-holder article.format-link .eltdf-post-mark .eltdf-link-mark {
  color: #ffefc1 !important;
}

.eltdf-blog-holder article .eltdf-post-image img {
  margin-left: auto;
  margin-right: auto;
}

.eltdf-title-holder.eltdf-standard-type, .eltdf-title-holder.eltdf-breadcrumbs-type {
  background: #f9ae06 !important;
  background: linear-gradient(20deg, #f9ae06 0%, #ffce13 100%) !important;
  margin-top: 70px;
}
.eltdf-title-holder.eltdf-standard-type .eltdf-page-title.entry-title, .eltdf-title-holder.eltdf-breadcrumbs-type .eltdf-page-title.entry-title {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  text-transform: uppercase;
  font-size: 22px !important;
}
.eltdf-title-holder.eltdf-standard-type .eltdf-page-title.entry-title:before, .eltdf-title-holder.eltdf-breadcrumbs-type .eltdf-page-title.entry-title:before {
  content: "";
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/07/title-page-casfit.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 62px;
  height: 37px;
  display: inline-block;
  margin-right: 2em;
  vertical-align: middle;
  position: relative;
  margin-top: -5px;
}
.eltdf-title-holder.eltdf-standard-type *, .eltdf-title-holder.eltdf-breadcrumbs-type * {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  text-transform: uppercase;
  font-size: 22px !important;
}

form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
  border-color: black !important;
}
form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 3px;
}
@media (min-width: 768px) {
  form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    font-size: 20px;
  }
}
form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:nth-last-child(2) {
  border-color: black !important;
}
form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
  border-color: transparent !important;
}
form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-remove {
  color: black !important;
}
form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-remove a.remove {
  font-size: 23px !important;
}
form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-remove a.remove:after {
  content: none;
}
form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td a, form.woocommerce-cart-form .shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td span {
  font-family: "Futura New Medium";
  color: black;
  font-size: 16px;
}

.cart-empty {
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cart-empty {
    font-size: 20px;
  }
}

.eltdf-quantity-buttons.quantity .input-text.qty.text.eltdf-quantity-input {
  border-color: black !important;
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  color: black !important;
}

.input-text.qty.text.eltdf-quantity-input {
  font-family: "Futura New Cond Bold" !important;
}

.eltdf-woocommerce-page table.cart td.actions .coupon input[type=text] {
  border-color: var(--yellow-casfit) !important;
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
  text-align: center;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.eltdf-woocommerce-page table.cart td.actions .coupon input[type=text]::placeholder {
  opacity: 1;
  color: black !important;
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
}

.cart_totals.calculated_shipping h2 {
  font-family: "Futura New Cond Bold";
  font-size: 50px !important;
  text-transform: uppercase;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}

.eltdf-woocommerce-page .cart_totals tbody tr.order-total .woocommerce-Price-amount.amount {
  font-family: "Futura New Cond Bold" !important;
  font-size: 18px !important;
}

.coupon button {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
  font-size: 16px !important;
  margin-top: -4px !important;
}
@media (min-width: 768px) {
  .coupon button {
    margin-top: 0 !important;
  }
}

div.woocommerce button[type=submit]:not(.eltdf-woo-search-widget-button):not(.eltdf-search-submit) {
  font-family: "Futura New Cond Bold" !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  padding: 10px 25px !important;
}
@media (min-width: 768px) {
  div.woocommerce button[type=submit]:not(.eltdf-woo-search-widget-button):not(.eltdf-search-submit) {
    padding: 10px 40px !important;
  }
}

.checkout-button.button.alt.wc-forward {
  font-family: "Futura New Cond Bold" !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  padding: 10px 5em;
}
@media (min-width: 768px) {
  .checkout-button.button.alt.wc-forward {
    padding: 10px 10em;
  }
}

.woocommerce-page .eltdf-content input[type=text], .woocommerce-page .eltdf-content input[type=email], .woocommerce-page .eltdf-content input[type=tel], .woocommerce-page .eltdf-content input[type=password], .woocommerce-page .eltdf-content textarea, div.woocommerce input[type=text], div.woocommerce input[type=email], div.woocommerce input[type=tel], div.woocommerce input[type=password], div.woocommerce textarea {
  border-color: var(--yellow-casfit) !important;
  font-family: "Futura New Demi" !important;
  font-size: 16px !important;
  color: var(--yellow-casfit-low) !important;
}

.woocommerce-page .eltdf-content input:focus[type=text], .woocommerce-page .eltdf-content input:focus[type=email], .woocommerce-page .eltdf-content input:focus[type=tel], .woocommerce-page .eltdf-content input:focus[type=password], .woocommerce-page .eltdf-content textarea:focus, div.woocommerce input:focus[type=text], div.woocommerce input:focus[type=email], div.woocommerce input:focus[type=tel], div.woocommerce input:focus[type=password], div.woocommerce textarea:focus {
  border-color: var(--yellow-casfit) !important;
}

body .select2-container--default .select2-results__option {
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  text-transform: uppercase;
  color: black;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  text-transform: uppercase;
  border-color: var(--yellow-casfit) !important;
  color: black;
}

body .select2-container--default .select2-selection--single {
  border-color: var(--yellow-casfit) !important;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
  color: black !important;
  font-size: 14px !important;
}
@media (min-width: 992px) {
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
  }
}

.eltdf-woocommerce-page .woocommerce-checkout .col-1 h3, .eltdf-woocommerce-page .woocommerce-checkout .col-2 h3 {
  text-transform: uppercase;
}

.eltdf-woocommerce-page .woocommerce-checkout .col-1 label:not(.checkbox), .eltdf-woocommerce-page .woocommerce-checkout .col-2 label:not(.checkbox) {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
  color: black !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border-color: transparent !important;
  font-family: "Futura New Cond Bold" !important;
  font-size: 24px !important;
  color: black !important;
  text-transform: uppercase;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: 16px !important;
  color: var(--yellow-casfit-low) !important;
  position: relative;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:before {
  content: "";
  width: 90%;
  left: 5%;
  bottom: 0;
  height: 1px;
  background-color: var(--yellow-casfit);
  opacity: 0;
  position: absolute;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover:before {
  opacity: 1;
}

.eltdf-woocommerce-page .checkout_coupon p {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
  color: black !important;
}

#order_review_heading {
  text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table thead tr {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  font-size: 20px !important;
  border-color: var(--yellow-casfit) !important;
  text-transform: uppercase;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr {
  font-family: "Futura New Medium" !important;
  color: black !important;
  border-color: var(--yellow-casfit) !important;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total {
  font-family: "Futura New Cond Bold";
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  border-color: var(--yellow-casfit) !important;
  font-size: 20px !important;
  text-transform: uppercase;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 24px !important;
}

.widget.woocommerce.widget_product_categories ul a, .widget.woocommerce.widget_product_categories ul li {
  font-family: "Futura New Cond Bold" !important;
  color: var(--yellow-casfit-low) !important;
  font-size: 14px !important;
}

.widget.woocommerce.widget_product_categories ul a:after {
  background-color: var(--yellow-casfit-low) !important;
  opacity: 0.4;
}

.wc_payment_methods.payment_methods.methods {
  font-family: "Futura New Medium" !important;
  color: black !important;
}

.woocommerce-privacy-policy-text {
  font-family: "Futura New Medium" !important;
  color: black !important;
  font-size: 14px;
}

.form-row.place-order .button.alt {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
  padding-left: 7em !important;
  padding-right: 7em !important;
}

.eltdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods {
  font-family: "Futura New Medium";
  font-size: 14px;
}
.eltdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods label {
  text-transform: uppercase;
  font-family: "Futura New Cond Bold";
}
.eltdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods a.about_paypal {
  color: var(--yellow-casfit-low);
  text-transform: uppercase;
}

.eltdf-woocommerce-page .woocommerce-error, .eltdf-woocommerce-page .woocommerce-info, .eltdf-woocommerce-page .woocommerce-message {
  border: 1px solid var(--yellow-casfit) !important;
}

@media (min-width: 576px) {
  #order_comments_field {
    margin-top: 3em;
  }
}
@media (min-width: 1200px) {
  #order_comments_field {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder {
    width: 20%;
  }
}
@media only screen and (max-width: 680px) {
  .eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder {
    width: 20%;
  }
}
.eltdf-search-page-holder .eltdf-search-label {
  color: black;
}
.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder {
  border-bottom: 1px solid var(--yellow-casfit) !important;
}
.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-submit {
  color: black;
}
.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-field {
  font-family: "Futura New Demi" !important;
  color: var(--yellow-casfit-low) !important;
}
.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-field::placeholder {
  font-family: "Futura New Demi" !important;
}
.eltdf-search-page-holder article {
  border-bottom: 1px solid var(--yellow-casfit);
}
.eltdf-search-page-holder article .eltdf-post-title-area .eltdf-post-title-area-inner .eltdf-post-excerpt {
  font-family: "Futura New Medium";
  color: black;
}

.eltdf-blog-pagination ul li {
  font-family: "Futura New Cond Bold";
}
.eltdf-blog-pagination ul li.eltdf-pag-active a {
  color: var(--yellow-casfit);
}
.eltdf-blog-pagination ul li.eltdf-pag-next a:before, .eltdf-blog-pagination ul li.eltdf-pag-next a:after, .eltdf-blog-pagination ul li.eltdf-pag-prev a:before, .eltdf-blog-pagination ul li.eltdf-pag-prev a:after {
  background-color: var(--yellow-casfit) !important;
}
.eltdf-blog-pagination ul li.eltdf-pag-next a span, .eltdf-blog-pagination ul li.eltdf-pag-prev a span {
  color: var(--yellow-casfit);
}

.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images .woocommerce-product-gallery__image {
  border: none !important;
}
.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images .woocommerce-product-gallery__image a {
  border: none !important;
}

.eltdf-woo-single-page .eltdf-single-product-summary .price * {
  font-family: "Futura New Cond Bold";
}
.eltdf-woo-single-page .eltdf-single-product-summary .price ins {
  color: var(--yellow-casfit) !important;
}
.eltdf-woo-single-page .eltdf-single-product-summary .price del {
  color: black !important;
}
.eltdf-woo-single-page .woocommerce-product-details__short-description {
  font-family: "Futura New Medium";
  color: black;
}
.eltdf-woo-single-page form.cart button {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  margin-top: 2em !important;
}
@media (min-width: 576px) {
  .eltdf-woo-single-page form.cart button {
    margin-top: 0 !important;
  }
}
.eltdf-woo-single-page .product_meta * {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: normal !important;
}
.eltdf-woo-single-page .product_meta .tagged_as a {
  color: var(--yellow-casfit) !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper ul li {
  font-family: "Futura New Cond Bold" !important;
  padding: 5px 20px;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper ul li a {
  font-size: 16px !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper ul li.active {
  border: 1px solid var(--yellow-casfit);
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper ul li.active a:after {
  content: none !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content {
  border-top: 1px solid black;
  margin-top: 2em;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content p {
  font-family: "Futura New Medium" !important;
  color: black !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content p.meta {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content table.woocommerce-product-attributes.shop_attributes tbody tr * {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  text-transform: uppercase;
  font-size: 16px !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content table.woocommerce-product-attributes.shop_attributes tbody tr td {
  color: var(--yellow-casfit) !important;
  padding-left: 2em;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .comment-respond #reply-title {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
  color: var(--yellow-casfit) !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .woocommerce-Reviews-title {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .woocommerce-noreviews {
  font-family: "Futura New Medium" !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .comment-reply-title {
  font-family: "Futura New Medium" !important;
  color: black !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .comment-form .comment-form-rating label {
  font-family: "Futura New Medium" !important;
  color: black !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .comment-form p label {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .comment-form p.comment-form-cookies-consent label {
  text-transform: none;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .comment-form .stars a:before, .eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .comment-form .stars a:after {
  color: var(--yellow-casfit) !important;
}
.eltdf-woo-single-page .woocommerce-tabs.wc-tabs-wrapper .entry-content .woocommerce-Reviews .comment-form p.form-submit .submit {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  letter-spacing: normal !important;
  margin-top: 1.5em;
}

.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a:after {
  background-color: var(--yellow-casfit) !important;
}

.woocommerce .star-rating span:before {
  color: var(--yellow-casfit);
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
  right: -6px !important;
  bottom: 5px !important;
  letter-spacing: 11px !important;
}

.eltdf-woocommerce-page.woocommerce-account h2 {
  font-size: 50px !important;
}
.eltdf-woocommerce-page.woocommerce-account p label {
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  text-transform: uppercase;
  color: black !important;
}
.eltdf-woocommerce-page.woocommerce-account p label.woocommerce-form-login__rememberme {
  text-transform: none;
  font-size: 14px !important;
  font-family: "Futura New Demi" !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce-button.button.woocommerce-form-login__submit {
  font-family: "Futura New Cond Bold" !important;
  background-color: var(--yellow-casfit) !important;
  color: black !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce-form-register p {
  font-family: "Futura New Hevy" !important;
  font-size: 14px !important;
  color: black !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text p {
  font-family: "Futura New Medium" !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text p a {
  font-family: "Futura New Hevy";
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce-form-register button {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
}

.shop_table.shop_table_responsive tbody tr {
  border-color: var(--yellow-casfit) !important;
}
.shop_table.shop_table_responsive tbody tr th {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  font-size: 16px !important;
  text-transform: uppercase;
}
.shop_table.shop_table_responsive tbody tr td {
  font-family: "Futura New Medium" !important;
  color: black !important;
  line-height: 1;
  padding: 14px 5px !important;
  vertical-align: top !important;
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .shop_table.shop_table_responsive tbody tr td {
    font-size: 15px !important;
    vertical-align: middle !important;
  }
}
@media (min-width: 992px) {
  .shop_table.shop_table_responsive tbody tr td {
    font-size: 16px !important;
  }
}
.shop_table.shop_table_responsive tbody tr td * {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .shop_table.shop_table_responsive tbody tr td * {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .shop_table.shop_table_responsive tbody tr td * {
    font-size: 16px !important;
  }
}
.shop_table.shop_table_responsive tbody tr td a.button {
  font-size: 11px !important;
}

.eltdf-woocommerce-page.woocommerce-account .title-user-panel, .eltdf-woocommerce-page.woocommerce-order-received .title-user-panel {
  display: none;
}
.eltdf-woocommerce-page.woocommerce-account .eltdf-container-inner.clearfix, .eltdf-woocommerce-page.woocommerce-order-received .eltdf-container-inner.clearfix {
  width: 90% !important;
}
@media (min-width: 768px) {
  .eltdf-woocommerce-page.woocommerce-account .eltdf-container-inner.clearfix, .eltdf-woocommerce-page.woocommerce-order-received .eltdf-container-inner.clearfix {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-navigation ul {
    border-right: 1px solid black !important;
  }
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: "Futura New Cond Bold" !important;
  text-transform: uppercase;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--yellow-casfit) !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order {
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order {
    overflow-x: visible;
  }
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content p:first-of-type, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order p:first-of-type, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content p:first-of-type, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order p:first-of-type {
  text-transform: uppercase;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content p, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order p, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content p, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order p {
  font-family: "Futura New Demi" !important;
  color: black !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content p strong, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order p strong, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content p strong, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order p strong {
  font-family: "Futura New Bold" !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order p a, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content p a, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order p a {
  font-family: "Futura New Bold" !important;
  text-decoration: underline !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead tr, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order table thead tr, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table thead tr, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order table thead tr {
  border-bottom: 1px solid var(--yellow-casfit) !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead tr th, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order table thead tr th, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table thead tr th, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order table thead tr th {
  font-family: "Futura New Cond Bold" !important;
  color: black !important;
  line-height: 1;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order table tbody tr td a.button {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
  font-family: "Futura New Cond Bold" !important;
  padding: 11px 20px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order table tbody tr td a.button {
    padding: 11px 24px;
  }
}
@media (min-width: 992px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order table tbody tr td a.button {
    padding: 11px 34px;
  }
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order header.woocommerce-Address-title, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order header.woocommerce-Address-title {
  border: 1px solid var(--yellow-casfit);
  padding: 2.5em;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order header.woocommerce-Address-title h3, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order header.woocommerce-Address-title h3 {
  margin-bottom: 1em;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title a, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order header.woocommerce-Address-title a, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title a, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order header.woocommerce-Address-title a {
  padding: 1em 2.5em;
  background-color: var(--yellow-casfit);
  text-transform: uppercase;
  font-family: "Futura New Cond Bold" !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content address, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order address, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content address, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order address {
  font-family: "Futura New Demi" !important;
  color: black !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3, .eltdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-order h3, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content h3, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order h3 {
  font-size: 32px !important;
}
.eltdf-woocommerce-page.woocommerce-account .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button, .eltdf-woocommerce-page.woocommerce-order-received .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
  font-family: "Futura New Cond Bold" !important;
}

.eltdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
  padding: 14px 10px !important;
}

.eltdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tr {
  border-color: var(--yellow-casfit) !important;
}

.eltdf-mobile-header {
  display: block;
  background: transparent;
  position: relative;
}
@media (min-width: 992px) {
  .eltdf-mobile-header {
    display: none;
  }
}
.eltdf-mobile-header.mobile-header-appear .eltdf-mobile-header-inner {
  background-color: white;
}
.eltdf-mobile-header.mobile-header-appear .eltdf-mobile-header-inner a {
  color: black !important;
}
.eltdf-mobile-header .eltdf-mobile-header-inner {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}
.eltdf-mobile-header .eltdf-mobile-header-inner a {
  color: white;
}
.eltdf-mobile-header .eltdf-mobile-nav {
  border-bottom: none;
  background-color: white;
  color: black;
}
.eltdf-mobile-header .eltdf-mobile-nav ul {
  text-align: center;
  margin-top: 4em;
}
@media (min-width: 576px) {
  .eltdf-mobile-header .eltdf-mobile-nav ul {
    margin-top: 2em;
  }
}
.eltdf-mobile-header .eltdf-mobile-nav ul li a {
  font-size: 18px;
}
.eltdf-mobile-header .eltdf-mobile-nav ul li a span {
  color: black;
}

body:not(.home) .eltdf-mobile-header {
  display: block;
  background: black;
  position: relative;
}
@media (min-width: 992px) {
  body:not(.home) .eltdf-mobile-header {
    display: none;
  }
}
body:not(.home) .eltdf-mobile-header.mobile-header-appear .eltdf-mobile-header-inner {
  background-color: white;
}
body:not(.home) .eltdf-mobile-header.mobile-header-appear .eltdf-mobile-header-inner a {
  color: black !important;
}
body:not(.home) .eltdf-mobile-header .eltdf-mobile-header-inner {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}
body:not(.home) .eltdf-mobile-header .eltdf-mobile-header-inner a {
  color: white;
}
body:not(.home) .eltdf-mobile-header .eltdf-mobile-nav {
  border-bottom: none;
  background-color: white;
  color: black;
}
body:not(.home) .eltdf-mobile-header .eltdf-mobile-nav ul li a span {
  color: black;
}

.eltdf-content {
  top: -71px;
  position: relative;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

.mobile-section-injected .div-injected {
  display: flex;
  flex-direction: row-reverse;
}

.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-vertical-align-containers {
  display: flex !important;
  justify-content: space-between;
}
.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-vertical-align-containers .eltdf-position-left {
  float: none !important;
}
.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-vertical-align-containers .section-added-casfit {
  display: flex;
  margin-top: 11px;
}
.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-vertical-align-containers .section-added-casfit .casfit-search-cart .div-injected {
  display: flex;
  align-items: center;
  height: 100%;
}
.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-vertical-align-containers .section-added-casfit .casfit-search-cart .div-injected a {
  margin: 0 13px;
}
.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-vertical-align-containers .section-added-casfit .casfit-search-cart .div-injected .eltdf-search-opener {
  font-size: 23px;
  margin-bottom: 4px;
}
.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-vertical-align-containers .section-added-casfit .casfit-search-cart .div-injected .eltdf-header-cart-icon-pack {
  font-size: 18px;
}

.eltdf-mobile-header .eltdf-mobile-menu-opened a {
  color: black;
}
.eltdf-mobile-header .eltdf-mobile-menu-opener {
  float: none !important;
  margin: 0 0 0 13px;
}
.eltdf-mobile-header .eltdf-mobile-menu-opener svg {
  margin-bottom: 3px;
}

.woocommerce .eltdf-onsale, .woocommerce .eltdf-new-product {
  border-color: var(--yellow-casfit) !important;
}
@media (min-width: 992px) {
  .woocommerce .eltdf-onsale {
    left: 10px !important;
  }
}
@media (min-width: 992px) {
  .woocommerce .eltdf-new-product {
    right: 10px !important;
  }
}

.woocommerce ul.products {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .woocommerce ul.products li {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products li {
    width: 33% !important;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products li {
    width: 25% !important;
  }
}

.eltdf-main-menu > ul > li > a > span.item_outer .item_text:after {
  background-color: var(--yellow-casfit);
  opacity: 0.4;
}

.home .eltdf-main-menu > ul > li > a:hover span.item_outer {
  color: white !important;
}
.home .eltdf-sticky-header .eltdf-main-menu > ul > li > a:hover span.item_outer {
  color: black !important;
}

.line-height-60 {
  line-height: 1.2em;
}

.banner-1 {
  margin-top: 70px;
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/12/Banner-3-scaled.jpg");
  background-position: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
@media (min-width: 576px) {
  .banner-1 {
    background-position: 45%;
  }
}
@media (min-width: 768px) {
  .banner-1 {
    background-position: 30%;
  }
}
@media (min-width: 992px) {
  .banner-1 {
    margin-top: 70px;
    background-position: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 415px;
  }
}
@media (min-width: 1200px) {
  .banner-1 {
    height: 50vh;
  }
}

.tax-product_cat .banner-1 {
  margin-top: 1.5rem;
}

.bnt-banner {
  width: 170px;
  height: 53px;
  font-family: "Futura New Cond Bold";
  color: black;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .bnt-banner {
    width: 205px;
  }
}
.bnt-banner:hover {
  text-decoration: none;
  border-color: black;
}

.btn-banner-white {
  background-color: white;
}

.btn-banner-yellow {
  background-color: var(--yellow-casfit);
}

.banner-2 {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/bg-banner-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 73%;
  height: auto;
}
@media (min-width: 576px) {
  .banner-2 {
    background-position: 85%;
    height: 267px;
  }
}
@media (min-width: 768px) {
  .banner-2 {
    background-position: 70%;
    height: 267px;
  }
}
@media (min-width: 992px) {
  .banner-2 {
    background-position: center;
    height: 267px;
  }
}

.blur-banners .img-cont-blur {
  width: 100%;
  height: 379px;
  transition: filter 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
.blur-banners .img-cont-blur .text-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
}
.blur-banners .img-cont-blur .text-content a {
  margin: auto;
}
.blur-banners .img-cont-blur:hover .bg-img-blur {
  filter: blur(8px);
}
.blur-banners .img-cont-blur:hover .text-content {
  opacity: 1;
  z-index: 1;
}
.blur-banners .bg-img-blur {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.blur-banners .blur-1 {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/bg-banner-3-1.jpg");
}
.blur-banners .blur-2 {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/bg-banner-4.jpg");
}
.blur-banners .blur-3 {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/08/bg-banner-5.jpg");
}

.bg-gray-casfit {
  background-color: #f2f2f2;
}

.eltdf-blog-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .eltdf-blog-list li.eltdf-bl-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .eltdf-blog-list li.eltdf-bl-item {
    width: 25%;
  }
}
.eltdf-blog-list li.eltdf-bl-item * {
  font-family: "Futura New Cond Bold" !important;
}
.eltdf-blog-list li.eltdf-bl-item .eltdf-bli-info-date div a .eltdf-post-info-date-day {
  font-size: 18px !important;
  text-transform: uppercase !important;
}
.eltdf-blog-list li.eltdf-bl-item .eltdf-bli-info-date div a .eltdf-post-info-date-month {
  background-color: var(--yellow-casfit) !important;
  text-transform: uppercase !important;
}
.eltdf-blog-list li.eltdf-bl-item .eltdf-bli-content .eltdf-bli-info a {
  font-size: 20px !important;
  color: var(--yellow-casfit) !important;
}
.eltdf-blog-list li.eltdf-bl-item .eltdf-bli-content h4 a {
  font-size: 22px !important;
  line-height: 21px !important;
}
.eltdf-blog-list li.eltdf-bl-item .eltdf-bli-info-author {
  display: none !important;
}

.eltdf-blog-holder .entry-date a .eltdf-post-info-date-day {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-family: "Futura New Cond Bold" !important;
  border: 1px solid #3e3e3e;
}
.eltdf-blog-holder .entry-date a .eltdf-post-info-date-month {
  background-color: var(--yellow-casfit) !important;
  text-transform: uppercase !important;
  font-family: "Futura New Cond Bold" !important;
  border: 1px solid #3e3e3e;
}
.eltdf-blog-holder p {
  color: black;
  font-family: "Futura New Medium";
  font-size: 14px;
}
@media (min-width: 992px) {
  .eltdf-blog-holder p {
    font-size: 18px;
  }
}

.eltdf-blog-holder article .eltdf-post-heading {
  text-align: center;
}

blockquote {
  font-family: "Futura New Cond Bold" !important;
}

.eltdf-comment-holder .eltdf-comment-list .eltdf-comment {
  border-color: var(--yellow-casfit);
}
.eltdf-comment-holder .eltdf-comment-list .eltdf-comment .eltdf-comment-text a {
  color: var(--yellow-casfit) !important;
}

.eltdf-btn.eltdf-btn-discontinuous {
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  background-color: var(--yellow-casfit) !important;
  letter-spacing: normal;
}

.eltdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li {
  border-color: var(--yellow-casfit) !important;
}

.btn-casfit-transparent {
  padding: 14px 44px;
  background-color: transparent;
  border: 1px solid var(--yellow-casfit);
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px;
  text-transform: uppercase;
  transition: background-color 0.4s ease-in-out;
}
.btn-casfit-transparent:hover {
  background-color: white;
  text-decoration: none !important;
}

.eltdf-grid-large-gutter, .eltdf-grid-huge-gutter {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .eltdf-grid-large-gutter, .eltdf-grid-huge-gutter {
    display: block;
  }
}
.eltdf-grid-large-gutter .eltdf-page-content-holder.eltdf-grid-col-9, .eltdf-grid-huge-gutter .eltdf-page-content-holder.eltdf-grid-col-9 {
  margin: auto !important;
}
.eltdf-grid-large-gutter .eltdf-page-content-holder.eltdf-grid-col-9 .woocommerce-result-count, .eltdf-grid-huge-gutter .eltdf-page-content-holder.eltdf-grid-col-9 .woocommerce-result-count {
  text-align: center;
}
@media (min-width: 768px) {
  .eltdf-grid-large-gutter .eltdf-page-content-holder.eltdf-grid-col-9 .woocommerce-result-count, .eltdf-grid-huge-gutter .eltdf-page-content-holder.eltdf-grid-col-9 .woocommerce-result-count {
    text-align: right;
  }
}
.eltdf-grid-large-gutter .eltdf-sidebar-holder .filter-opener, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .filter-opener {
  display: inline-block;
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/09/filter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .eltdf-grid-large-gutter .eltdf-sidebar-holder .filter-opener, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .filter-opener {
    width: 0;
  }
}
.eltdf-grid-large-gutter .eltdf-sidebar-holder .filter-opener:after, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .filter-opener:after {
  content: "Filtros";
  color: black;
  position: relative;
  right: -40px;
}
@media (min-width: 992px) {
  .eltdf-grid-large-gutter .eltdf-sidebar-holder .filter-opener:after, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .filter-opener:after {
    content: none;
  }
}
.eltdf-grid-large-gutter .eltdf-sidebar-holder .generic, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .generic {
  background-image: url("https://rociocasfit.com.mx/wp-content/uploads/2020/10/menu.svg");
  width: 25px;
  height: auto;
}
@media (min-width: 992px) {
  .eltdf-grid-large-gutter .eltdf-sidebar-holder .generic, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .generic {
    width: 0;
  }
}
.eltdf-grid-large-gutter .eltdf-sidebar-holder .generic:after, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .generic:after {
  content: "Menú";
  right: -45px;
}
@media (min-width: 992px) {
  .eltdf-grid-large-gutter .eltdf-sidebar-holder .generic:after, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .generic:after {
    content: none;
  }
}
.eltdf-grid-large-gutter .eltdf-sidebar-holder .eltdf-sidebar, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .eltdf-sidebar {
  transition: max-height 0.4s ease-in-out;
  max-height: 0;
  overflow: hidden;
  padding: 0 2em;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .eltdf-grid-large-gutter .eltdf-sidebar-holder .eltdf-sidebar, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .eltdf-sidebar {
    max-height: fit-content;
    max-height: initial;
    overflow: visible;
    padding: 0;
  }
}
.eltdf-grid-large-gutter .eltdf-sidebar-holder .eltdf-sidebar .eltdf-social-icons-group-widget, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .eltdf-sidebar .eltdf-social-icons-group-widget {
  text-align: left;
  padding-top: 10px;
}
.eltdf-grid-large-gutter .eltdf-sidebar-holder .filter-active, .eltdf-grid-huge-gutter .eltdf-sidebar-holder .filter-active {
  overflow: visible;
}

.eltdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li {
  border-color: var(--yellow-casfit) !important;
}

form input[type=text], form input[type=email], form textarea {
  border-color: var(--yellow-casfit) !important;
  font-family: "Futura New Demi" !important;
  font-size: 16px !important;
  color: var(--yellow-casfit-low) !important;
}
form input[type=submit] {
  font-family: "Futura New Cond Bold" !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  color: black !important;
  background-color: var(--yellow-casfit) !important;
}

.eltdf-st-tagline {
  font-family: "Futura New Cond Demi" !important;
  letter-spacing: normal !important;
}

table tbody tr, table thead tr, table tfoot tr {
  border-color: var(--yellow-casfit) !important;
}

a.button {
  letter-spacing: normal !important;
}

.error404 .eltdf-content {
  display: flex;
  align-items: center;
}
.error404 .eltdf-content a {
  letter-spacing: normal;
}

.attribute_pa_talla span {
  width: auto;
}

@media (min-width: 992px) {
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a, .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    height: auto !important;
  }
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0 !important;
}

blockquote:before {
  color: #ffefc1 !important;
}

.custom-class-casfit:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.vc_toggle .vc_toggle_icon {
  background: black !important;
  border: 1px solid black !important;
}
.vc_toggle .vc_toggle_icon:before, .vc_toggle .vc_toggle_icon:after {
  border: 1px solid black !important;
  background: black !important;
}
.vc_toggle .vc_toggle_content p {
  color: black !important;
}

.eltdf-more-link-container {
  text-align: center;
}
.eltdf-more-link-container a, .eltdf-more-link-container button {
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  background-color: var(--yellow-casfit) !important;
  letter-spacing: normal;
  color: black !important;
}
.eltdf-more-link-container a:hover, .eltdf-more-link-container button:hover {
  border-color: var(--yellow-casfit);
}

.wp-block-search .wp-block-search__input {
  font-family: "Futura New Demi";
  color: var(--yellow-casfit);
  padding: 10px 10px 10px 21px;
}
.wp-block-search .wp-block-search__input::placeholder {
  font-family: "Futura New Demi";
  color: var(--yellow-casfit);
}
.wp-block-search button {
  color: black;
  border-color: transparent;
  font-family: "Futura New Cond Bold" !important;
  font-size: 16px !important;
  background-color: var(--yellow-casfit) !important;
  letter-spacing: normal;
  padding: 14px 44px;
}

.eltdf-blog-single-navigation .eltdf-blog-single-prev:after, .eltdf-blog-single-navigation .eltdf-blog-single-next:after {
  background-color: var(--yellow-casfit);
  opacity: 0.4;
}

.eltdf-blog-holder article.format-quote .eltdf-post-mark .eltdf-quote-mark {
  color: var(--yellow-casfit);
  opacity: 0.4;
}

.eltdf-comment-holder .eltdf-comment-text .comment-edit-link:after, .eltdf-comment-holder .eltdf-comment-text .comment-reply-link:after {
  background-color: var(--yellow-casfit);
  opacity: 0.4;
}

.eltdf-post-title-centered {
  padding: 0 !important;
}

.wp-block-button__link {
  background-color: var(--yellow-casfit) !important;
  color: black !important;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
  --track-background:
    linear-gradient(90deg,transparent var(--low),var(--yellow-casfit) 0,var(--yellow-casfit) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
  --range-color:var(--yellow-casfit);
}

.wc-block-pagination-page {
  font-family: "Futura New Cond Bold";
}

input[type=text] {
  border-color: var(--yellow-casfit);
}

.block-editor .wp-block-button .wp-block-button__link {
  background-color: var(--yellow-casfit);
  color: black;
}

.eltdf-progress-bar .eltdf-pb-content-holder {
  background-color: var(--yellow-casfit);
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonials-author-holder .eltdf-testimonial-image:before {
  color: #ffefc1;
}
.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonials-author-holder .eltdf-testimonial-author {
  font-family: "Futura New Medium";
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonial-content {
  box-shadow: 2px 2px 20px 0 rgba(208, 201, 106, 0.17);
}

.page-id-1806 .eltdf-title-holder.eltdf-title-va-header-bottom {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .page-id-1806 .eltdf-title-holder.eltdf-title-va-header-bottom {
    margin-top: 0;
  }
}

.eltdf-progress-bar .eltdf-pb-title-holder .eltdf-pb-title {
  font-family: "Futura New Cond Demi";
  text-transform: uppercase;
}

.underline-a-faq a {
  text-decoration: underline;
}

.eltdf-main-menu > ul > li > a {
  padding: 0 18px;
}

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