/*------------------------------------------------------------------
Project:  Youga
Version:  
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
    + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# Text Color (text): #666666
# Text Color Deep (Text, title): #333333
# Primary Color 01(Link):  #3B3D5C
# Primary Color 02(Link):   #3B3D5C
# Primary Color 03(Link):  #3B3D5C

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body copy:    16px/1.6 'OpenSans', Arial, sans-serif;
Heading Section:  36px/1.6 'Dosis', Arial, sans-serif;
Input, textarea:  14px/1.6 'OpenSans', Arial, sans-serif;
Title:  18px/1.6 'OpenSans', Arial, sans-serif;
-------------------------------------------------------------------*/


/*ESTILOS PERSONALIZADOS*/

.wrap-table-shopping-cart .update-qty {
  background-color: transparent; 
  border: none; 
  cursor: pointer; 
  font-size: 18px; 
  padding: 8px; 
  width: 40px;
  height: 40px;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

/*.wrap-table-shopping-cart .update-qty::before {
  content: "\f021"; 
  font-family: FontAwesome;
}

.wrap-table-shopping-cart .update-qty:hover {
  color: #007bff;
}*/

#cvv_tarjeta {
  background-image: url(../images/openpay/cvv.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.btn-reservar {
  background-color: #3B3D5C;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  padding: 4px 14px;
  text-align: center;
  margin-top: 6px;
  font-family: GreycliffCF-Medium;
  text-transform: uppercase;
  line-height: 21px;
  border: 0;
}

body a {
  color: #3B3D5C
}

.blog-noticias .btn-primary {
  background-color: #3B3D5C;
  border: 0px;
}

.blog-noticias .btn-primary:hover {
  background-color: #050834;
}

.btn-reservar::before {
    content: ""; 
    display: inline-block;
    width: 11px; 
    height: 11px;
    background-image: url('../images/link.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 4px;
}

.link-reservar {
  width: 12px !important;
  margin-right: 5px !important;
}

.btn-reservar:hover {
  background-color: #050834;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
}

#modalReserva .btn-primary {
  background-color: #3B3D5C;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
#modalReserva .btn-secondary {
  background-color: #fff;
  border: 1px solid #3B3D5C;
  color: #3B3D5C;
  text-transform: uppercase;
  font-size: 13px;
}

.reservar-clases p {
  line-height: 1.4;
}

/* Define GreycliffCF-Medium font */
@font-face {
    font-family: 'GreycliffCF-Medium';
    src: url('../fonts/GreycliffCF-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Define MuseoSansRounded100 font */
@font-face {
    font-family: 'MuseoSansRounded';
    src: url('../fonts/MuseoSansRounded100.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Define STIXTwoText-Regular font */
@font-face {
    font-family: 'STIXTwoText';
    src: url('../fonts/STIXTwoText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.rs-pricetable .popular {
  background: #fff;
  box-shadow: 0 6px 14px #999;
}

.rs-pricetable .mensual {
  background: #E6E2D7 !important;
}

.rs-pricetable .cl-pricetable-wrap {
  border-radius: 10px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.rs-pricetable .cl-pricetable-wrap .top {
  text-align: center;
}

.rs-pricetable .cl-pricetable-wrap .top {
  text-align: center;
}

.rs-pricetable .cl-pricetable-wrap .top .cl-subheader {
  margin: 4px 0 0;
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  font-family: GreycliffCF-Medium;
  color: #3B3D5C;
  padding-left: 12px;
}

.rs-pricetable .cl-pricetable-wrap .top .cl-subheader .dolar {
  bottom: 24px;
  font-size: 15px;
  font-weight: 700;
  padding-right: 3px;
  position: relative;
}

.rs-pricetable .cl-pricetable-wrap .top span.monthly {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  right: 12px;
}

.rs-pricetable .cl-pricetable-wrap .top .cl-header h4 {
  margin-bottom: 0;
  margin-top: 0;
  padding: 30px 0 5px;
  text-transform: uppercase;
}

.rs-pricetable .cl-pricetable-wrap .bottom ul {
  text-align: center;
}

.rs-pricetable .cl-pricetable-wrap .bottom .btn-table:hover {
  background: #9FA1C0;
}

.rs-pricetable .cl-pricetable-wrap .bottom .btn-table {
  background: #3B3D5C;
  border-radius: 8px;
  color: #ffffff;
  display: block;
  font-family: GreycliffCF-Medium;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  height: 38px;
  line-height: 38px;
  margin: 30px auto 0;
}

ul li {
  font-family: GreycliffCF-Medium;
  font-size: 13px;
}

.modulo-pagos {
    max-width: 600px;
    margin: 0 auto;
}

.modulo-pagos__item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    transition: border-color 0.3s;
}

.modulo-pagos__item--activo {
    border-color: #007bff;
}

.modulo-pagos__item-cabecera {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    transition: background-color 0.3s;
}

.modulo-pagos__item-cabecera:hover {
    background-color: #f0f8ff;
}

.modulo-pagos__item-titulo {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

.modulo-pagos__radio-cuerpo {
    display: flex;
    align-items: center;
}

/* Ocultar el input de radio original */
.modulo-pagos__radio-input {
    position: absolute; /* Posición absoluta para sacarlo del flujo normal */
    opacity: 0; /* Opacidad a 0 para hacerlo invisible */
    width: 0; /* Ancho y alto a 0 para asegurar que no afecta al layout */
    height: 0;
    pointer-events: none; /* Desactivar eventos del input para no interferir con el pseudo-elemento */
}

/* Ajustes para el círculo estilizado */
.modulo-pagos__radio-circulo {
    width: 15px;
    height: 15px;
    border: 1px solid #007bff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer; /* Cambiar el cursor para indicar interactividad */
}

.modulo-pagos__radio-input:checked + .modulo-pagos__radio-circulo::before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.modulo-pagos__contenedor {
    margin-top: 10px;
    display: none; /* Ocultar por defecto */
}

.modulo-pagos__input {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modulo-pagos__input--nombre {
    margin-top: 0;
}

.modulo-pagos__input--numerico {
    width: 100%;
}

.modulo-pagos__fila {
    display: flex;
    justify-content: space-between;
}

.modulo-pagos__columna {
    width: 48%;
}

.modulo-pagos__imagen img {
    width: 100px;
}

.modulo-pagos__contenedor.activo {
    display: block; /* Mostrar si está activo */
}


.perfil .account-nav {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
}

.perfil .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.perfil .account-nav__title {
  font-size: 20px;
  padding: 24px 26px 0;
  margin-bottom: 1rem;
}

.perfil .account-nav ul {
    padding-bottom: 18px;
  }

.perfil .account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
}

.perfil .account-nav ul {
  list-style: none;
}

.perfil .account-nav__item--active a {
    border-left: 2px solid #5B6871;
  }

.perfil .account-nav__item a {
    margin-left: -2px;
    border-left: 2px solid #f0f0f0;
  }

.perfil .account-nav__item--active a {
    color: #3d464d;
    font-weight: 500;
  }

.perfil .card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.perfil .card-divider {
  height: 2px;
  background: #f0f0f0;
}

.perfil .page-link {
  font-weight: 500;
  border-radius: 2px;
  border: none;
  line-height: 1;
  margin: 0 2px;
    margin-right: 2px;
  padding: 9px 10px 8px;
  height: 33px;
  background: transparent;
  color: #3d464d;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.registro .input-check__input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: inherit;
}

.registro .input-check__box {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 1.2px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.registro .input-check__body {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}

.registro .form-check-input {
  margin-left: -1.5rem;
}

.registro .form-check-label {
  padding-left: 5px;
/*  font-size: 14px;*/
/*  color: #999;*/
}
.content-checkout-page .form-check-label {
  font-size: 14px;
  color: #797979;
}
.registro .input-check {
  display: inline-block;
}

.registro .form-check-input {
  position: absolute;
  margin-top: 0.1875rem;
}

.registro .input-check__icon {
  pointer-events: none;
  position: absolute;
  left: 4px;
  top: 5px;
  fill: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
  transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
  transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s;
  transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
    transition-delay: 0s, 0s, 0.15s, 0s;
}

.registro .input-check__input:checked ~ .input-check__icon {
  fill: #fff;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.registro .input-check__input:checked ~ .input-check__box {
  background: #5B6871;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

.registro input[type="checkbox"], .registro input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.perfil .account-menu__user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.perfil li.page-item {
  padding: 10px;
}

.perfil .account-menu__divider {
  height: 1px;
  background: #ebebeb;
}

.perfil .account-menu__links {
  list-style: none;
  padding: 12px 0;
  margin: 0;
}

.perfil .account-menu__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.perfil .account-menu__user-avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.perfil .account-menu__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
  color: inherit;
}

.perfil .account-menu {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #3d464d;
  width: 280px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.perfil .page-item.active .page-link {
  background-color: #3B3D5C;
  border-color: #3B3D5C;
}

.perfil .page-link--with-arrow {
  width: 29px;
  position: relative;
}

.perfil .page-item:last-child .page-link {
  border-radius: 2px;
}

.perfil .page-item:last-child .page-link {
  margin-right: 0;
}

.perfil .page-link--with-arrow .page-link__arrow--right {
  left: 11px;
}

.perfil .page-link--with-arrow .page-link__arrow {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.perfil .page-link--with-arrow .page-link__arrow {
  position: absolute;
  fill: currentColor;
  top: 10px;
}


.perfil .pagination {
  margin-bottom: 0;
}

.perfil .pagination {
  list-style: none;
}

.perfil .page-item:first-child .page-link {
  margin-left: 0;
}

.perfil .page-item.disabled .page-link {
  background: transparent;
  color: #b3b3b3;
}

.perfil .page-item:first-child .page-link {
  border-radius: 2px;
}

.perfil .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.perfil .account-nav__item a {
    padding: 5px 10px;
  }

.perfil .account-nav__item--active a {
    border-left: 2px solid #5B6871;
  }

 .perfil .account-nav__item--active a {
    color: #3d464d;
    font-weight: 500;
  }

.perfil .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.perfil .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

.perfil .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

.perfil .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

.perfil .dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.perfil .dashboard__profile, .perfil .dashboard__address {
    width: calc(50% - 12px);
  }

.perfil .card {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
}

.perfil .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.perfil .profile-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.perfil .card-body {
  padding: 2rem;
}

.perfil .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.perfil .profile-card__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 16px;
  border: 1px solid #efefef;
}

.perfil .btn-secondary {
  color: #fff;
  background-color: #3B3D5C;
  border-color: #3B3D5C;
}

.perfil a {
  color: #333;
}

.perfil .card {
  word-wrap: break-word;
}

.perfil .profile-card__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.perfil .profile-card__name {
  font-weight: 500;
  line-height: 20px;
} 

.perfil .profile-card__email {
  font-size: 15px;
  margin-bottom: 24px;
}

.perfil .dashboard__profile, .perfil .dashboard__address {
    width: calc(50% - 12px);
  }

.perfil .address-card {
  position: relative;
}

.perfil .address-card__badge {
  right: 0.75rem;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.perfil .address-card__badge {
  position: absolute;
  background-color: #3B3D5C;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px 2px;
  top: -2px;
}

.perfil .address-card--featured .address-card__name {
  font-weight: 700;
}

.perfil .address-card__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.125rem;
}

.perfil .address-card__body {
  padding: 1.5rem;
  font-size: 15px;
  line-height: 18px;
}

.perfil .address-card__footer {
  margin-top: 1.625rem;
}

.perfil .dashboard__orders {
  margin-top: 24px;
  width: 100%;
}

.perfil .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.perfil .card-header, .perfil .card-footer {
  padding: 1.5rem 2rem;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

.perfil ul li {
  padding: 10px 26px;
}

.perfil .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #3B3D5C;
  border-bottom: 1px solid #3B3D5C;
  color: #fff;
}

.perfil .address-card--featured .address-card__body {
  padding: 2rem;
}

.perfil .card-table th:first-child, .perfil .card-table td:first-child {
  padding-left: 2rem;
}

.perfil .card-table tbody th, .perfil .card-table tbody td, .perfil .card-table tfoot th, .perfil .card-table tfoot td {
  padding: 12px 12px;
}

.perfil .address-card__row-title {
  font-size: 12px;
  color: #999;
}

.perfil .card-table table {
  text-align: left;
}

.perfil .card-table {
  font-size: 15px;
}

.perfil .card-table thead th {
  border-bottom: 2px solid #f0f0f0;
  text-transform: uppercase;
  color: #6c757d;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 12px;
    padding-left: 12px;
}

.perfil .card-table tbody tr + tr td {
  border-top: 1px solid #f0f0f0;
}

.perfil .card-table table {
  width: 100%;
  min-width: 500px;
}

.perfil .card-table tbody tr:hover > *, .perfil .card-table tfoot tr:hover > * {
  background-color: #f7f7f7;
}

/*Compra completa*/

.completada .order-list th, .completada .order-list td {
        padding: 4px 12px;
}
.completada .order-list__header th, .completada .order-list__header td {
    border-bottom: 1px solid #efefef;
    padding: 10px 12px;
}

.completada .order-list__products tr:first-child th, .completada .order-list__products tr:first-child td {
        padding-top: 14px;
}

.completada .order-list__products tr:last-child th, .completada .order-list__products tr:last-child td {
        padding-bottom: 14px;
}

.completada .order-list__subtotals th, .completada .order-list__subtotals td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.completada .order-list__subtotals tr:first-child th, .completada .order-list__subtotals tr:first-child td {
    padding-top: 12px;
    border-top: 1px solid #efefef;
}


.completada .order-list__subtotals tr:last-child th, .completada .order-list__subtotals tr:last-child td {
    padding-bottom: 12px;
}

.completada .order-list__footer th, .completada .order-list__footer td {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #333;
}

.completada .order-success {}
.completada .order-success__body {
    max-width: 690px;
    margin: 0 auto;
}
.completada .order-success__header {
    padding: 0px 0 52px;
    text-align: center;
}
.completada .order-success__icon {
    fill: #333;
    margin: 0 auto;
    display: block;
}
.completada .order-success__title {
    margin-top: 24px;
    margin-bottom: 2px;
}
.completada .order-success__subtitle {
    font-size: 19px;
    font-weight: normal;
}
.completada .order-success__actions {
    margin-top: 20px;
}
.completada .btn-secondary {
  background-color: #3B3D5C;
  font-size: 14px;
  padding: 6px 20px;
  border: 0;
}
.completada .order-success__meta {
    margin-bottom: 28px;
    text-align: center;
}

.completada .product-image {
  text-align: center;
}

.completada .order-list__column-quantity {
  text-align: center;
}

.completada .product-image img {
  width: 40px;
}
.completada .order-success__meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.completada .order-success__meta-item {
    flex-basis: 25%;
    line-height: 1.25;
    position: relative;
    padding: 2px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.order-success__meta-item:not(:last-child)::before {
  position: absolute;
  display: block;
  content: "";
  border-left: 2px dashed #ebebeb;
  width: 0;
  height: 100%;
  top: 0;
}
.order-success__meta-item:not(:last-child)::before {
  right: -1px;
}
.completada .order-success__meta-title {
    display: block;
    font-size: 13px;
    color: #7E7E7E;
    margin-bottom: 4px;
}
.completada .order-success__meta-value {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.completada .address-card__badge--muted {
    background-color: #3B3D5C;
    color: #fff;
}
.completada .address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
    min-height: 240px;
}
.completada .address-card__name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1.125rem;
}
.completada .address-card__row + .address-card__row {
    margin-top: .75rem;
}
.completada .address-card__row-title {
    font-size: 12px;
    color: #7E7E7E;
}
.completada .address-card__footer {
    margin-top: 1.625rem;
}

.completada .order-list table {
  font-size: 15px;
  width: 100%;
}

.completada .order-list__footer {
  font-size: 20px;
}

.completada .order-list__column-total {
  text-align: right;
  padding-right: 1.25rem !important;
}

.completada .order-list th:first-child {
    padding-left: 1.5rem;
  }

.completada .order-list td:last-child {
    padding-right: 1.5rem;
  }

.completada .order-list__subtotals tr:first-child td {
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.completada .order-list__footer th, .completada .order-list__footer td {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #f0f0f0;
}

.address-card__badge {
  right: 0.75rem;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.address-card__badge {
  position: absolute;
  background-color: #3366cc;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px 2px;
  top: -2px;
}

header .wrap_header_mobile {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

header .wrap-side-menu {
  position: absolute;
  z-index: 999;
  top: 90px;
}

header .wrap_header_mobile .hamburger-inner, header .wrap_header_mobile .hamburger-inner::after, header .wrap_header_mobile .hamburger-inner::before {
  background-color: #fff;
}

.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 110px;
    right: 45px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.whatsapp-float i {
    margin-top: 10px;
}

.modal-footer .btn-secondary {
  background-color: #3B3D5C;
  border: 0;
}

/*ANIMACION ORDEN COMPLETADA SVG*/

@keyframes circle-animation {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes check-animation {
    to {
        stroke-dashoffset: 0;
    }
}

















































/*[ Default Style ]
///////////////////////////////////////////////////////////*/

/*[ Font ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
@font-face {
  font-family: OpenSans;
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf'); 
}
@font-face {
  font-family: OpenSans-Bold;
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf'); 
}
@font-face {
  font-family: OpenSans-Light;
    src: url('../fonts/OpenSans/OpenSans-Light.ttf'); 
}
@font-face {
  font-family: OpenSans-ExtraBold;
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf'); 
}

@font-face {
  font-family: Dosis-Light;
    src: url('../fonts/Dosis/Dosis-Light.ttf');
}
@font-face {
  font-family: Dosis-Medium;
    src: url('../fonts/Dosis/Dosis-Medium.ttf');
}
@font-face {
  font-family: Dosis-Regular;
    src: url('../fonts/Dosis/Dosis-Regular.ttf');
}
@font-face {
  font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}


/*[ General ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
* {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box;
}

body, html {
/*  height: 100%;*/
  height: auto;
  font-family: GreycliffCF-Medium, sans-serif;
}

a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:hover {
  text-decoration: none;
  color: #3B3D5C;
}

h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {
  font-family: MuseoSansRounded;
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}

li {list-style-type: none;}
.content-checkout-page .wrap-text-b5 li {
    list-style-type: disc;
    padding-left: 5px;
    margin-left: 14px;
}

input, textarea {outline: none;}
iframe {border: none !important;}

button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}

textarea:focus, input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 2px 1px #F9F5EA;
    -moz-box-shadow: 0 0 2px 1px #F9F5EA;
    -webkit-box-shadow: 0 0 2px 1px #F9F5EA;
    -o-box-shadow: 0 0 2px 1px #F9F5EA;
    -ms-box-shadow: 0 0 2px 1px #F9F5EA; 
}

.container{max-width: 1200px;}


/*[ Module ]
///////////////////////////////////////////////////////////*/

/*[ Responsive ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

@media (max-width: 992px) {
  .res-m-auto-992 {margin: 0 auto;}
  .perfil .col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .perfil .dashboard__profile, .perfil .dashboard__address {
    width: calc(100% - 0px);
  }
  .perfil .dashboard__profile {
    margin-bottom: 25px;
  }
  .rs-timetable-section .wrap-para-1 {
    display: block;
  }
  .prev-next-schedule {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
  .perfil .card-table {
    font-size: 13px;
  }
  .perfil .account-nav ul {
    padding-bottom: 15px;
  }
  .perfil .card-table table {
    min-width: 100%;
  }
  .perfil .address-card__body {
    font-size: 13px;
    line-height: 15px;
  }
  .perfil ul li {
    padding: 5px 26px;
    font-size: 14px;
  }
  .table-responsive-sm {
    display: block;
    overflow: scroll;
  }
  .perfil .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .res-m-auto-768 {margin: 0 auto;}
}

@media (max-width: 576px) {
  .res-m-auto-576 {margin: 0 auto;}
}



/*[ Button ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.t-c-btn {color: white;}
.bg-c-btn {background-color: #3B3D5C;}
.bg-c-btn-hover {background-color: #585A89;}

.b-btn-white {border: 2px solid white;}
.b-btn-d7698f {border: 2px solid #3B3D5C;}
.b-btn-333333 {border: 2px solid #333333;}
.b-btn-1-333333 {border: 1px solid #333333;}
.b-btn-trans {border: 2px solid transparent;}

.btn-yoga {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}

.text-btn-yoga {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
}

.hover-btn-yoga {
  height: 100%;
  opacity: 0;
}

.btn-yoga:hover {
  cursor: pointer;
}

.btn-yoga:hover .hover-btn-yoga{
  cursor: pointer;
  opacity: 1;
  width: 100%;
}

.hover-t-btn-white:hover {
  cursor: pointer;
  color: white;
}


/*[ Slide Owl 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.slide-owl-1 {
  position: relative;
}

.slide-owl-1 .owl-prev, .slide-owl-1 .owl-next {
  font-size: 30px;
  color: #666666;
  position: absolute;
  line-height: 30px;
  width: 11px;
  height: 30px;
  z-index: 1000;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}

.slide-owl-1 .owl-next {
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}

.slide-owl-1 .owl-prev {
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
}

.slide-owl-1 .owl-prev:hover, .slide-owl-1 .owl-next:hover {
  cursor: pointer;
  color:  #585A89;
}

@media (max-width: 1240px) {
  .slide-owl-1 .owl-next {
    right: -15px !important;
  }

  .slide-owl-1 .owl-prev {
    left: -15px !important;
  }
}

.add-shadow-slide-owl-1 {
  margin: -15px;
  padding: 15px;
  overflow: hidden;
}

.add-shadow-slide-owl-1 .block-pic-title-para-1 {
  box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -moz-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -webkit-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -o-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -ms-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2); 
}

.add-shadow-slide-owl-1 .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}


/*[ Circle-Pic-Text 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.circle-pic-text-1 {
  display: flex;
  align-items: center;
}

.circle-pic-text-1 .wrap-pic-cpt1 {
  margin-right: 30px;
}

.circle-pic-text-1 .wrap-text-cpt1 {
  width: calc(100% - 120px);
}


/*[ Circle-Pic-Text 2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.circle-pic-text-2 {
  display: flex;
  align-items: center;
}

.circle-pic-text-2 .wrap-pic-cpt2 {
  margin-right: 25px;
}

.circle-pic-text-2 .wrap-text-cpt2 {
  width: calc(100% - 120px);
}


/*[ Paralax 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-parallax-1 {
  background-image: url("../images/home01-bg-parallax-01.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.conten-parallax-1 {
  background-color: rgba(59,61,92,0.9);
}

.wrap-btn-bp1 {
  width: 180px;
  margin: 0 auto;
}

.max-w-970 {max-width: 970px;}


/*[ Block 2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-b2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-text-b2 {
  width: 50%;
  margin-left: 85px;
}

.wrap-form-b2 {
  width: 31%;
  margin-right: 85px;
}

.form-b2 {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
}

.form-b2 input {
  border: none;
  width: 100%;
  height: 100%;
  background-color: #CBC7BC;
  border-radius: 5px;
  outline: none;

}

.form-b2 button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
  height: 100%;
  width: 55px;
  text-align: center;
}

.form-b2 button:hover {
  cursor: pointer;
  color:  #585A89;
}

@media (max-width: 992px) {
  .wrap-b2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .wrap-text-b2 {
    width: 100%;
    margin-left: 0px;
  }

  .wrap-form-b2 {
    width: 100%;
    margin-right: 0px;
    padding: 20px 0;
  }
}


/*[ Block Pic Thumb 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-thumb-1 {
  position: relative;
}

.show-pic-bpth1 {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(34,34,34,0.7);
  opacity: 0;
}
.show-pic-bpth1 .fa-search-plus {
  transform: scale(0);
}

.show-pic-bpth1:hover {
  opacity: 1;
}
.show-pic-bpth1:hover .fa-search-plus{
  transform: scale(1);
}


/*[ CTA 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.cta1 {
  background-image: url(../images/home02-bg-banner-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrap-cta1 {
  display: flex;
  flex-direction: row-reverse;
}

.wrap-pic-cta1 {
  width: 57%;
}

.frame-pic-cta1 {
  position: relative;
  width: 100%;
  padding-top: 80%;
}

.border-pic-cta1 {
  position: absolute;
  width: 62%;
  padding-top: 63%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid #f3acc4;
  border-bottom: 3px solid #f3acc4;
}

.pic-cta1 {
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-text-cta1 {
  display: flex;
  width: 43%;
  flex-direction: column;
  justify-content: center;
}

.wrap-title-cta1 .t-title-4{
  max-width: 345px;
}

@media (max-width: 992px) {
  .wrap-cta1 {
    display: block;
  }

  .wrap-pic-cta1 {
    width: 80%;
  }

  .wrap-text-cta1 {
    width: 80%;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .wrap-title-cta1 .t-title-4{
    max-width: 100%;
    text-align: center;
  }

  .wrap-para-cta1 p {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .wrap-pic-cta1 {
    width: 100%;
  }

  .wrap-text-cta1 {
    width: 100%;
  }
}


/*[ Block 4 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.row-b4 {
  display: flex;
}

.row-b4:last-child {
  flex-direction: row-reverse;
}

.col-b4 {
  width: 50%
}

.col-b4.right {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .row-b4:first-child {
    flex-direction: column;
  }

  .row-b4:last-child {
    flex-direction: column;
  }

  .col-b4 {
    width: 100%;
  }

  .col-b4.right {
    padding: 10% 0;
  }
}


/*[ Sidebar ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.search-box {position: relative;}
.search-box .search {
  width: 100%;
  height: 40px;
  border: 1px solid #999999;
  border-radius: 20px;
  padding-left: 20px;
}
.search-box .btn-search {
  display: flex;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  color: #666666;
}
.search-box .btn-search:hover {
  cursor: pointer;
}

.categories-content ul {margin: 0;}
.categories-content li {
  padding-top: 10px;
}
.categories-content span {float: right;}


/*[ Filter price bar ]
===========================================================*/
.filter-price h4 {padding-top: 30px;}
.wrap-filter-price-bar {
  padding-top: 23px;
}

#containment-wrapper-2 { 
  height:15px;  
  position: absolute;
  top: 0;
  left: 0;
}

#containment-wrapper-3 { 
  display: flex;
  height:15px; 
  position: absolute;
  top: 0;
  right: 0; 
  justify-content: flex-end;
}
#draggable3, #draggable2 {
  width: 15px;
  height: 15px;
  border: none;
  background-color: #999999;
  border-radius: 50%;
  transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
}

.filter-price-bar {
  width: 100%;
  position: relative;
  padding-top: 6px;
}
.line-bar {
  width: 100%;
  height: 3px;
  background-color: #e1e1e1;
  margin-bottom: 20px;
}

.filter-price-bar span {
  font-family: OpenSans;
  font-size: 14px;
  color: #666666;
  transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
}

.wrap-info-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.val-filter {
  width: 50%;
}

.btn-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 32px;
  background-color: #e1e1e1;
  border-radius: 5px;
}

.btn-filter:hover {
  cursor: pointer;
  color: white;
  background-color: #3B3D5C;
}

/*[ Tag ]
===========================================================*/
.content-tag {
  display: inline-block;
  line-height: 1.3;
  border: 1px solid #e1e1e1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 9px;
  margin-right: 4px;
  border-radius: 4px;
}
.content-tag:hover {
  color: #3B3D5C;
  border: 1px solid #3B3D5C;
}

.your-ads {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.your-ads img {
  width: 100%;
}


.your-ads .text-your-ads {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


/*[ Comment ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.block-comment-1 {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 35px;
  padding-bottom: 10px;
}

.title-comment {
  font-family: OpenSans-Bold;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.wrap-comment {
  margin-bottom: 30px;
}

.wrap-comment .fa.fa-reply {
  margin-right: 4px;
}

.img-author-comment {
  float: left;
  display: block;
  width: 80px;
}

.text-comment {
  margin-left: 100px;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}

.comment-info {
  font-family: OpenSans;
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #666666;
}

.name-author-comment {
  display: block;
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 5px;
}

.comment-info.reply-comment {
  float: right;
}

.child-comment {
  margin-left: 100px;
}

@media (max-width: 576px) {
  .img-author-comment {
    float: unset;
  }
  .text-comment {
    margin-left: 0px;
  }
  .child-comment {
    margin-left: 80px;
  }
  .comment-info.reply-comment {
    display: block;
    float: unset;
  }
}

/*[ Message ]
===========================================================*/
.wrap-leave-mes input {
  width: 100%;
  height: 49px;
  background-color: white;
  border: 1px solid #999999;
  margin-bottom: 10px;
  padding-left: 20px;
}
.wrap-leave-mes textarea {
  display: block;
  width: 100%;
  min-height: 170px;
  background-color: white;
  border: 1px solid #999999;
  margin-bottom: 20px;
  padding: 20px;
  padding-top: 10px;
}

.wrap-leave-mes .col-left {padding-right: 5px;}
.wrap-leave-mes .col-right {padding-left: 5px;}

@media (max-width: 576px) {
  .wrap-leave-mes .col-left {padding-right: 15px;}
  .wrap-leave-mes .col-right {padding-left: 15px;}
}



/*[ Block 5 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-para-b5 li {
  list-style-image: url(../images/icons/list-style.png);
  list-style-position: inside;
  padding-left: 18px ;
    text-indent: -18px ;
}


/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 1px solid #999999;
    border-radius: 5px !important;
    height: 53px;
    outline: none;
}

.select2-container--focus {
  border-radius: 5px;
  box-shadow: 0 0 2px 1px #3B3D5C;
    -moz-box-shadow: 0 0 2px 1px #3B3D5C;
    -webkit-box-shadow: 0 0 2px 1px #3B3D5C;
    -o-box-shadow: 0 0 2px 1px #3B3D5C;
    -ms-box-shadow: 0 0 2px 1px #3B3D5C; 
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 5px;
  box-shadow: 0 0 2px 1px #3B3D5C;
    -moz-box-shadow: 0 0 2px 1px #3B3D5C;
    -webkit-box-shadow: 0 0 2px 1px #3B3D5C;
    -o-box-shadow: 0 0 2px 1px #3B3D5C;
    -ms-box-shadow: 0 0 2px 1px #3B3D5C; 
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 5px;
  box-shadow: 0 0 2px 1px #3B3D5C;
    -moz-box-shadow: 0 0 2px 1px #3B3D5C;
    -webkit-box-shadow: 0 0 2px 1px #3B3D5C;
    -o-box-shadow: 0 0 2px 1px #3B3D5C;
    -ms-box-shadow: 0 0 2px 1px #3B3D5C; 
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
    font-size: 14px;
  font-family: OpenSans;
  color: #666666 !important;
  padding-left: 14px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 10px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: 1px solid #aaa !important;
    border-radius: 5px !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #3B3D5C;
}

.select2-results__options{
  font-size: 14px;
  font-family: OpenSans;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none;
    font-family: OpenSans;
    font-size: 14px;
    color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}




/*[ Daterangepicker ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.my-calendar {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-family: OpenSans;
  color: #666666;
  padding-left: 18px;
  outline-color: #333333;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 5px;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: OpenSans;
}

.daterangepicker td.active {
  background-color: #3B3D5C;
}


/*[ Block form 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.block-form-1 {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 55px;
  padding-right: 23px;
}

.title-bf1 {
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #333333;
}

.wrap-form-bf1 {
  display: flex;
  align-items: center;
}

.wrap-input-bf1 {
  width: calc(100% - 180px);
  padding-right: 30px;
}

.input-bf1 {
  display: flex;
  width: 100%;
  height: 53px;
  align-items: center;
  padding-left: 14px;
  border: 1px solid #999999;
}

.wrap-btn-bf1 {
  width: 180px;
}

@media (max-width: 768px) {
  .block-form-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-form-bf1 {
    display: block;
  }

  .wrap-input-bf1 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }

}

/*[ Plus ]
===========================================================*/
.wrap-select-bf1 {
  display: flex;
  align-items: center;
  padding-right: 210px; 
}

.select-bf1 {
  width: 50%;
}

.select-bf1:first-child {
  padding-right: 5px;
}

.select-bf1:last-child {
  padding-left: 5px;
}

@media (max-width: 768px) {
  .wrap-select-bf1 {
    display: block;
    padding-right: 0px; 
  }

  .select-bf1 {
    width: 100%;
    padding: 15px 0 !important;
  }
}


/*[ Shopping Cart ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ Table ]
===========================================================*/
.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 450px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.table-shopping-cart .column-1 {
  width: 215px;
  padding-left: 55px;
}
.table-shopping-cart .column-2 {
  width: 340px;
}
.table-shopping-cart .column-3 {
  width: 200px;
}
.table-shopping-cart .column-4 {
  width: 225px;
  
}
.table-shopping-cart .column-5 {
  width: 120px;
}
.table-shopping-cart .column-6 {
  width: 70px;
  color: #b0b0b0 !important;
}

.table-shopping-cart .table_head {
  background-color: #e9e9e9;
}

.table-shopping-cart .table_head th {
  font-family: OpenSans-Bold;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table-shopping-cart td {
  font-family: OpenSans;
  font-size: 14px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-shopping-cart .img-product {
  width: 90px;
  border: 3px solid #f2f2f2;
}
.table-shopping-cart .img-product img {width: 100%;}

.table-shopping-cart .input-num-product {
  display: flex;
  float: left;
  width: 57px;
  height: 45px;
  text-align: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding-left: 15px;
}

.table-shopping-cart .btn-remove-product {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.table-shopping-cart .btn-remove-product:hover {
  cursor: pointer;
  color: #3B3D5C;
}

.wrap-input-different-address {
  display: none;
}

/*[ Complete ]
===========================================================*/
.end-complete-shopping-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap-btn-end-shopping-cart {
  width: 247px;
}

.total-shoppingcart {
  display: block;
  font-family: OpenSans-Bold;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  text-align: right;
  padding-right: 23px;
}

@media (max-width: 768px) {
  .end-complete-shopping-cart {
    flex-direction: column-reverse;
    align-items: center;
  }

  .end-complete-shopping-cart .link-continue {
    padding-top: 30px;
  }

  .total-shoppingcart {
    text-align: center;
    padding-right: 0px;
  }
}



/*[ Checkout ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.content-checkout-page {
  padding-top: 95px;
  padding-bottom: 100px;
}

/*[ 01/Check out method ]
===========================================================*/
.wrap-check-out-method {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 64px;
}

.input-check-out {
  width: 100%;
  height: 53px;
  background-color: #f1f1f1;
  border: none;
  padding-left: 15px;
}

.wrap-form-check-out-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap-input-check-out-method {
  width: calc((100% - 200px) / 2);
}

.wrap-btn-check-out-method {
  width: 200px;
  padding-left: 20px;
}

.wrap-btn-check-out-method .lost-pass {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -35px;
}

@media (max-width: 768px) {
  .wrap-form-check-out-method {
    display: block;
  }

  .wrap-input-check-out-method {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }

  .wrap-btn-check-out-method {
    width: 180px;
    padding-left: 0px;
    margin: 0 auto;
  }
}

/*[ 02/Billing & shipping detail ]
===========================================================*/
.input-billing {
  width: 100%;
  height: 53px;
  background-color: #f1f1f1;
  border: none;
  padding-left: 15px;
  margin-bottom: 15px;
}

.wrap-billing-shipping-detail {
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e1e1e1;
}

.wrap-checkbox-different-address {
  padding-bottom: 20px;
}
.input-billing-shipping-detail h4.t-title-7 {
  line-height: 1em;
  padding-bottom: 18px;
}

.wrap-billing-shipping-detail input[type="checkbox"] {
  display: none;
}

.wrap-billing-shipping-detail label {
    height: 20px;
    margin: 0px;
}

.wrap-billing-shipping-detail input[type="checkbox"] + label .btn-check {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../images/icons/checkbox.png) left top no-repeat;
    cursor:pointer;
    margin-right: 10px;
}
.wrap-billing-shipping-detail input[type="checkbox"]:checked + label .btn-check {
    background:url(../images/icons/checkbox-checked.png) left top no-repeat;
}

.wrap-billing-shipping-detail input[type="checkbox"] + label .text-checkbox.t-para-1 {
  display: block;
  height: 20px;
  line-height: 20px;
  float: right;
}


.wrap-chose-address-extend .select2-container .select2-selection--single {
    background-color: #f1f1f1;
    border: none;
}


.wrap-order-note .order-note {
  width: 100%;
  min-height: 260px;
  background-color: #f1f1f1;
  border: none;
  padding: 15px; 
}

.col-res-input-billing-shipping-detail.left {
  padding-right: 5px;
}
.col-res-input-billing-shipping-detail.right {
  padding-left: 5px;
}
.wrap-chose-address-extend.for-check-out-page .col-res-input-billing-shipping-detail {
  margin-bottom: 15px;
}

@media (max-width: 992px){
  .col-res-input-billing-shipping-detail.left {
    padding-right: 15px;
  }
  .col-res-input-billing-shipping-detail.right {
    padding-left: 15px;
  }
}

/*[ Your order ]
===========================================================*/
.wrap-your-order {
  padding-top: 33px;
}
.title-your-order {
  padding-bottom: 20px;
}

.table-your-order-extend.wrap-table-shopping-cart .table_head th {
  padding-top: 15px;
  padding-bottom: 15px;

}

.table-your-order-extend.wrap-table-shopping-cart .table-row td {
  font-family: OpenSans-Bold !important;
  font-size: 14px;
  color: #333333;
  padding-top: 13px;
  padding-bottom: 13px;
}

.table-your-order-extend.wrap-table-shopping-cart .column-2 {
  width: 500px;
  padding-left: 17px;
  text-transform: uppercase !important;
}
.table-your-order-extend.wrap-table-shopping-cart .column-3 {
  width: 670px;
}


/*[ Payment ]
===========================================================*/
.wrap-payment {
  padding-top: 31px;
}
.wrap-payment .t-title-7 {
  padding-bottom: 15px;
}
.wrap-payment p {
  padding-left: 10px;
}


.wrap-icon-pay {
  display: inline-block;
  position: relative;
  width: 40px;
  margin-left: 6px;
}
.wrap-icon-pay.first {
  margin-left: 20px;
}

.wrap-icon-pay .img-no-color {
  width: 100%;
}

.wrap-icon-pay .img-color {
  position: absolute;
  width: 100%;
  top: 1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.wrap-icon-pay:hover .img-color {
  opacity: 1;
  transform: scale(1.2);
  cursor: pointer;
}

.wrap-icon-pay .img-color.active {
  opacity: 1;
  transform: scale(1.2);
  cursor: pointer;
  border: 2px solid #3B3D5C;
}

.input-payment {
  width: 100%;
  height: 53px;
  background-color: #f1f1f1;
  border: none;
  padding-left: 15px;
}

.wrap-form-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-input-payment {
  width: calc((100% - 200px) / 3);
}

.wrap-btn-payment {
  width: 200px;
  padding-left: 20px;
}


@media (max-width: 992px) {
  .wrap-form-payment {
    display: block;
  }

  .wrap-input-payment {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }

  .wrap-btn-payment {
    width: 180px;
    padding-left: 0px;
    margin: 0 auto;
  }
}

.rs-ccp input, .rs-ccp textarea {
  border-radius: 5px;
}



/*[ Contact ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.content-contact-us input {
  width: 100%;
  height: 53px;
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 15px;
}
.content-contact-us textarea {
  display: block;
  width: 100%;
  min-height: 170px;
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
  padding-top: 10px;
}

select.form-control {
  height: 53px !important;
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
}

.content-contact-us .col-left {padding-right: 5px;}
.content-contact-us .col-right {padding-left: 5px;}

/*[ Tooltip validate ]
===========================================================*/
.wrap-input-contact {
  position: relative;
}

.tooltip-validate {
  visibility: hidden;
  font-family: OpenSans-Bold;
  position: absolute;
  min-height: 26px;
  background-color: white;
  border: 1px solid #990b0b;
  color: #990b0b;
  font-size: 13px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 24px;
  top: -20px;
  right: 15px;
  opacity: 0;
  border-radius: 5px;
}
.tooltip-validate::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 12px;
  border-top: 8px solid #990b0b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.symbol-validate {
  display: none;
  position: absolute;
  color: #990b0b;
  font-size: 18px;
  line-height: 40px;
  top: 0px;
  right: 25px;
  
}

.tooltip-validate.special {right: 5px;}
.symbol-validate.special {right: 15px;}

.show-tooltip {
  -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.wrap-input-contact:hover .show-tooltip {
  visibility: visible;
  opacity: 1;
}


@media (max-width: 992px) {
  .content-contact-us .responsive {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .content-contact-us .col-left {padding-right: 15px;}
  .content-contact-us .col-right {padding-left: 15px;}
  .tooltip-validate.special {right: 15px;}
  .symbol-validate.special {right: 25px;}
}


/*[ restyle alert contact ]
===========================================================*/
.messages .alert {
  position: relative;
}


.messages .alert button.close {
  position: absolute;
  right: 15px;
}


/*[ Map ]
===========================================================*/
.contact-map {
  height: 500px;
}



/*[ Pagination ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-pagi {
  display: flex;
  align-items: center;
}

.wrap-pagi .num-pagi {
  float: left;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}

.wrap-pagi .num-pagi.active {
  border: 2px solid #3B3D5C;
}

.wrap-pagi .num-pagi:hover {
  cursor: pointer;
  border: 2px solid #3B3D5C;
}

@media (max-width: 576px) {
  .wrap-pagi {
    flex-direction: column-reverse;
    align-items: center;
  }
}


/*[ Rs Slide 100 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.rs-slide-100 .wrap-thumb-100 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.rs-slide-100 .thumb-100 {
  width: calc((100% - 30px) / 4);
  border-radius: 5px;
  overflow: hidden;
}

.rs-slide-100 .btn-sub-frame {
  border-radius: 5px;
  overflow: hidden;
}


/*[ Product ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.name-product {
  display: block;
  font-family: OpenSans;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

.price-product {
  display: block;
  font-family: OpenSans;
  font-size: 14px;
  line-height: 1.8;
  color: #3B3D5C;
  text-align: center;
}

.wrap-pic-product {
  position: relative;
  overflow: hidden;
}

.wrap-btn-product {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  transform: scale(0.0);
  -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.btn-product {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}

.btn-product:hover {
  cursor: pointer;
  background-color: rgba(215,105,143,0.9);
}

.wrap-pic-product:hover .wrap-btn-product {
  transform: scale(1.0);
}

.label-product-hot {
  position: relative;
}

.label-product-hot::after {
  content: "HOT";
  font-family: Montserrat-Bold;
  font-size: 14px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3B3D5C;
}

.label-product-new::after {
  content: "NEW";
  font-family: Montserrat-Bold;
  font-size: 14px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3B3D5C;
}



/*[ Tooltip ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.tooltip-inner {
    background-color: #3B3D5C;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, 
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #3B3D5C;
}


/*[ Bootstrap Notify ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.alert button.close {
  top: 50% !important;
  transform: translateY(-55%);
  padding-top: 0;
}

.alert .fa {
  margin-right: 8px;
}

.alert.alert-success {
  border-radius: 5px ;
  border:none;
  background-color: #3B3D5C ;
  color: white;
  font-family: OpenSans ;
  font-size: 14px ;
}

.alert.alert-danger {
  border-radius: 5px ;
  border:1px solid  #e87780 ;
  background-color: white ;
  color:  #e87780 ;
  font-family: OpenSans ;
  font-size: 14px ;
}


/*[ FAQ ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.ques-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/*[ Video ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-video {
  position: relative;
  width: 100%;
}
.wrap-video img {width: 100%;}

.wrap-iframe-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 3s;
  -webkit-transition: all 3s;
    -o-transition: all 3s;
    -moz-transition: all 3s;
}

.show-video {
  visibility: visible;
  opacity: 1;
}

.wrap-iframe-video iframe {
  width: 100%;
  height: 100%;
}



.btn-play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 72px;
  height: 72px;
  background-color: #3B3D5C;
  border: 6px solid #E6E2D7;
  border-radius: 50%;
  font-size: 20px;
  color: white;
}

.btn-play:hover {
  cursor: pointer;
  background-color: #585A89;
}


/*[ Header ]
///////////////////////////////////////////////////////////*/

/*[ Header Desktop ]
===========================================================*/
.wrap-menu-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.wrap_header {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}


/*[ Logo ]
-----------------------------------------------------------*/
.logo {
  height: 100%;
}
.logo a{
  display: block;
  height: 100%;
}
.logo > a > img {
  max-height: 100%;
  vertical-align: middle;
}

/*[ Menu ]
-----------------------------------------------------------*/
.wrap_menu {
  width: 680px;
  height: 100%;
}

.cart-qty {
  position: absolute;
  background-color: #b20202;
  border-radius: 15px;
  padding: 3px;
  line-height: 8px;
  font-size: 8px;
  width: 14px;
  height: 14px;
  text-align: center;
  color: #fff;
  bottom: 35px;
  left: 20px;
}

.carrito-menu {
  display: flex !important;
  justify-content: end;
}

.carrito-menu-movil {
  position: relative;
  height: 30px;
}

.carrito-menu-movil .cart-qty {
  bottom: 20px;
}

.login-mobile {
  display: flex;
  margin: auto 0;
  justify-content: end;
  width: 120px;
  font-size: 11px;
  line-height: 18px;
}

.login-mobile a {
  color: #fff;
  font-size: 18px;
  padding-left: 6px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}

.main_menu {
  list-style-type: none;
  display: block;
  position: relative;
  margin: 0px !important;
}

.main_menu > li {
  display: block;
  float: left;
  position: relative;
  padding-top: 15px;  
  padding-bottom: 15px; 
  padding-left: 5px;
  padding-right: 12px;
}

.main_menu > li:last-child {
  padding-right: 0px;
}

.main_menu > li > a {
  font-family: OpenSans;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  padding: 5px;
}

.main_menu > li:hover > a {
  text-decoration: none;
}

.sub_menu > li:hover > a {
  color: #3B3D5C;
  text-decoration: none;
}

.main_menu > li:hover .sub_menu {
  visibility: visible;
  opacity: 1;
}

.main_menu li {
  position: relative;
}

.sub_menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  width: 260px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}
.sub_menu li:hover > .sub_menu {
  display: block;
} 

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: OpenSans;
  font-size: 14px;
  color: #666666;
}

.sub_menu>li:first-child {
  padding-top: 20px;
}

.sub_menu>li:last-child {
  padding-bottom: 20px;
}

@media (max-width: 1465px) {
  .responsive_sub_menu > .sub_menu {
    right: 0px !important;
    left: auto !important;
  }
}


/*[ Menu Scroll ]
-----------------------------------------------------------*/
.menu_scroll {
  background-color: #333333;
}

.menu_scroll .wrap_header {
  height: 55px;
}

.menu_scroll .main_menu > li:hover > a {
    color: #8486A5;
    text-decoration: none;
}

.menu_scroll .sub_menu {
  background-color: #444444;
}

.menu_scroll .sub_menu.perfil {
  background-color: #fff !important;
}

.menu_scroll .sub_menu > li > a {
  color: white;
}

.menu_scroll .sub_menu > li:hover > a {
  color: #8486A5;
  text-decoration: none;
}

/* .menu_scroll {
  background-color: white;
  box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3); 
}

.menu_scroll .sub_menu {
  box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2); 
}

.menu_scroll .wrap_header {
  height: 55px;
}

.menu_scroll .main_menu > li > a {
    color: #333333;
}

.menu_scroll .main_menu > li:hover > a {
    color: #3B3D5C;
    text-decoration: none;
} */




/*[ Header Mobile ]
===========================================================*/
.wrap_header_mobile {
  height: 90px;
  background-color: white;
  display: none;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 100%;
}

.logo-mobile a{
  display: block;
  width: 100%;
}

.logo-mobile > a > img {
  max-width: 160px;
  vertical-align: middle;
}

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
  display: flex;
  width: 60px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.hamburger { 
  transform: scale(0.5); 
}

.hamburger-box{
  width: 28px;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 28px;
}

@media (max-width: 992px){
  .wrap_header_mobile {display: flex !important;}
  .wrap_header {display: none;}
  .table-shopping-cart .column-1 {
    width: 150px;
    padding-left: 15px;
  }
  .table-shopping-cart .img-product {
    width: 50px;
    border: 1px solid #f2f2f2;
  }
}

/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
  width: 100%;
  background-color: white;
  display: none;
  padding-top: 10px;
  padding-bottom: 15px;
  border-top: 1px solid #ececec;
}

.side-menu {
  width: 100%;
}

.side-menu li {
  list-style-type: none;
}

.side-menu .main-menu {margin-bottom: 0;}

.side-menu .main-menu > li > a {
  font-family: OpenSans;
  font-size: 14px;
  color: #333333;
  line-height: 2.86;
  text-transform: uppercase;
}

.side-menu .main-menu > li {
  padding-left: 20px;
  color: #333333;
  position: relative;
}

.side-menu .main-menu .arrow-main-menu {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 10px;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.side-menu .main-menu .arrow-main-menu:hover {
  color: #3B3D5C;
  cursor: pointer;
}

.turn-arrow {
  transform: rotate(90deg);
}

.side-menu .sub-menu a {
  font-family: OpenSans;
  font-size: 14px;
  color: #666666;
  line-height: 2.5;
}

.side-menu .sub-menu > li {
  padding-left: 12px;
  padding-top: 
}

.side-menu a:hover {
  text-decoration: none;
  color: #3B3D5C;
}

.side-menu .sub-menu {
  display: none;
}

@media (min-width: 1100px){
  .wrap-side-menu {
    display: none;
  }
}


/*[ Footer ]
///////////////////////////////////////////////////////////*/

/*[ Social ]
===========================================================*/
.item-social {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  float: left;
  margin-right: 10px;
}

.hover-social-footer:hover {
  cursor: pointer;
  color: #3B3D5C;
  border: 1px solid #3B3D5C;
}

/*[  ]
===========================================================*/
.line-divide-footer {
  height: 100%;
  width: 1px;
  background-color: #333333;
  margin: 0 auto;
}

.wrap-bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
}

@media (max-width: 768px) {
  .wrap-bottom-footer {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
}

@media (max-width: 992px) {
  .line-divide-footer {
    height: 1px;
    width: 100%;
    background-color: #333333;
  }
}



/*[  ]
///////////////////////////////////////////////////////////*/

/*[ Back to top ]
===========================================================*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 45px;
  right: 45px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000000;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 25px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 0.8;
  cursor: pointer;
  background-color: #3B3D5C;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}


/*[ Loading ]
===========================================================*/
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(215,105,143, 0.6);
  border-right: 5px solid rgba(215,105,143, 0.6);
  border-bottom: 5px solid rgba(215,105,143, 0.6);
  border-left: 5px solid rgba(215,105,143, 0.2);
}




/*[ Index ]
///////////////////////////////////////////////////////////*/

/*[ Slider ]
===========================================================*/
.restyle-index .t-slide-1 {
  letter-spacing: -8px;
  text-shadow: -12px 2px 20px rgba(207,73,109,0.3);
  padding-left: 20px;
  padding-right: 20px;
}

.layer-img-slide {
  text-align: center;
}

.layer-img-slide img {
  height: 100%;
  width: auto;
}

.text-layer-small-screen {
  color: rgba(255,255,255,0);
  text-shadow: none !important;
}

@media (max-width: 768px) {
  .text-layer-small-screen {
    color: rgba(255,255,255,1);
    text-shadow: -12px 2px 20px rgba(207,73,109,0.3) !important;
  }
  .text-layer-larg-screen {
    color: rgba(255,255,255,0);
  }
}


/*[ Intro ]
===========================================================*/
.rs1-btp1 .wrap-para-1 {
  max-width: 810px;
  margin-top: 14px;
  margin-bottom: 27px;
}

.rs1-btp1 .wrap-btn {
  width: 180px;
}


/*[ Intro ]
===========================================================*/
.rs2-btp1 .t-title-1 {
  margin-bottom: 6px;
  margin-left: -3px;
}

.rs1-bptp1 .wrap-title-bptp1 .fa {
  margin-right: 3px;
}


/*[ Reviews ]
===========================================================*/
.rs1-mcpt1 .circle-pic-text-1 {
  margin-top: 35px;
}

.rs1-mcpt1 .circle-pic-text-1 .wrap-para-cpt1 {
  max-width: 415px;
}

@media (max-width: 992px) {
  .rs1-mcpt1 .circle-pic-text-1 .wrap-para-cpt1 {
    max-width: 100% !important;
  }
}



/*[ Home 02 ]
///////////////////////////////////////////////////////////*/

/*[ Slider ]
===========================================================*/

.rs1-slider-youga .t-center {
  text-align: center !important;
}

.rs1-slider-youga .t-slide-2 {
  letter-spacing: -4px;
}

/*[ Button Slider ]
-----------------------------------------------------------*/
.rs-btn-slide .t-c-btn {color: white;}
.rs-btn-slide .bg-c-btn {background-color: #3B3D5C ;}
.rs-btn-slide .bg-c-btn-hover {background-color: #585A89 ;}

.rs-btn-slide .b-btn-white {border: 2px solid white !important;}
.rs-btn-slide .b-btn-trans {border: 2px solid transparent ;}

.rs-btn-slide .btn-yoga {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}

.rs-btn-slide .text-btn-yoga {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
}

.rs-btn-slide .hover-btn-yoga {
  height: 100%;
  opacity: 0;
}

.rs-btn-slide .btn-yoga:hover .hover-btn-yoga{
  opacity: 1 ;
  width: 100% !important;
}

.rs-btn-slide .w-45 {
  width: 45px ;
}


.rs-btn-slide .trans-0-4 {
  -webkit-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

.rs-btn-slide .t-s-14 {
  font-size: 14px !important;
}

.rs-btn-slide .wrap-btn-slide {
  display: flex;
}

@media (max-width: 576px) {
  .rs-btn-slide .wrap-btn-slide {
    display: block;
  }
}




/*[ Home 03 ]
///////////////////////////////////////////////////////////*/

/*[ rs1 sub-menu ]
===========================================================*/
.rs1-header-desktop .sub_menu {
  box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -moz-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -webkit-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -o-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
    -ms-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2); 
}


/*[  ]
===========================================================*/
@media (min-width: 992px) {
  .restyle-home-03 .wrap-menu-header {
    background-color: #333333;
  }

  .restyle-home-03 .main_menu > li:hover > a {
    color: #3B3D5C;
    text-decoration: none;
  }
}



.rs-btn-slide .b-btn-d7698f {
  border: 2px solid #3B3D5C;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .rs2-slider-youga p {
    font-size: 14px !important;
  }
}


/*[ Home 04 ]
///////////////////////////////////////////////////////////*/

.restyle-home-04 .btn-free-trial .wrap-pic-h {
  height: 50px;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 992px) {
  .restyle-home-04 .wrap-menu-header {
    /* height: 84px; */
    background-color: white !important;
  }

  .restyle-home-04 .btn-free-trial {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .restyle-home-04 .wrap_menu {
    width: 800px;
  }

  .restyle-home-04 .wrap_header {
    /* height: 84px; */
    background-color: white !important;
  }

  .restyle-home-04 .main_menu > li > a {
    color: #333333;
  }

  .restyle-home-04 .main_menu > li:hover > a {
    color: #3B3D5C;
    text-decoration: none;
  }
}


.restyle-home-04 .menu_scroll .sub_menu > li > a {
  color: #666666;
}

.restyle-home-04 .menu_scroll .sub_menu > li:hover > a {
  color: #3B3D5C;
  text-decoration: none;
}

.restyle-home-04 .menu_scroll {
  box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
    -ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3); 
}

.restyle-home-04 .menu_scroll .sub_menu {
  background-color: white;
  box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
    -ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2); 
}

.restyle-home-04 .menu_scroll .btn-free-trial .wrap-pic-h {
  height: 40px;
}

/*[ Slider ]
===========================================================*/
@media (min-width: 992px) {
  .rs3-slider-youga {
    margin-top: 80px;
  }
}

.rs3-slider-youga .wrap-btn-slide {
  justify-content: center;
}

@media (max-width: 576px) {
  .rs3-slider-youga .wrap-btn-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*[ Footer ]
===========================================================*/
.rs1-footer {
  display: flex;
  min-height: 240px;
  justify-content: space-between;
  align-items: center;
  padding: 70px;
}


.rs1-footer .wrap-link {
  display: flex;
  padding-left: 50px;
}

.rs1-footer .wrap-link a {
  display: block;
  padding: 5px 18px;
}

@media (max-width: 1200px) {
  .rs1-footer {
    padding: 70px 20px;
    flex-direction: column;
  }

  .rs1-footer .wrap-link {
    padding-left: 0px;
  }

  .rs1-footer .item-social {
    margin: 0 5px;
  }
}
 
@media (max-width: 768px) {
  .wrap-link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}



/*[ Class Grid ]
///////////////////////////////////////////////////////////*/

.bg-title-page-1 {
  width: 100%;
  min-height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../images/classgrid-title-page.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 576px) {
  .t-title-5 {
    font-size: 45px;
  }

  .t-title-3 {
    font-size: 35px;
  }

  .bg-title-page-1 {
    min-height: 400px;
  }
  .whatsapp-float {
    bottom: 80px;
    right: 15px;
  }
}


/*[ Class Schedule ]
///////////////////////////////////////////////////////////*/

.wrap-class-schedule {
  overflow: auto;
}

.class-schedule {
  border-collapse: collapse;
  width: calc(100% - 1px);
  min-width: 992px;
}

.class-schedule th {
  font-weight: unset;
  padding-top: 13px;
  padding-bottom: 8px;
  width: calc(100% / 7);
}

.class-schedule td {
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: white;
}


.rs-class-schedule .wrap-para-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.rs-class-schedule .wrap-para-1 p {
  width: 60%;
}

.rs-class-schedule .prev-next-schedule {
  width: 350px;
  text-align: right;
}

@media (max-width: 768px) {
  .rs-class-schedule .wrap-para-1 {
    display: block;
  }

  .rs-class-schedule .wrap-para-1 p {
    width: 100%;
  }

  .rs-class-schedule .prev-next-schedule {
    width: 100%;
    text-align: right;
    padding-top: 35px;
  }
}

/*[ Product Details ]
///////////////////////////////////////////////////////////*/
.num-of-product {
  width: 57px;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  text-align: center;
}

.wrap-btn-product-detail {
  display: flex;
  align-items: center;
}

.bold-title {
  font-family: OpenSans-Bold;
  color: #333333;
}

.content-info-product {
  display: none;
}


/*[ rs1 Slide Owl 1 ]
===========================================================*/
.rs2-slide-owl-1 {
  margin-top: -15px ;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.rs2-slide-owl-1 .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev, 
.rs1-slide-owl-1 .slide-owl-1 .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e7e7e7;
  border-radius: 50%;
  z-index: 1000;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}

.rs1-slide-owl-1 .slide-owl-1 .owl-next {
  right: -60px;
  top: 43%;
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev {
  left: -60px;
  top: 43%;
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev:hover, 
.rs1-slide-owl-1 .slide-owl-1 .owl-next:hover {
  cursor: pointer;
  background-color: #888888;
  color:  white;
}

@media (max-width: 1240px) {
  .rs1-slide-owl-1 .slide-owl-1 .owl-next {
    right: -15px !important;
  }

  .rs1-slide-owl-1 .slide-owl-1 .owl-prev {
    left: -15px !important;
  }
}


/*[ Shop List ]
///////////////////////////////////////////////////////////*/

.sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap-input-sort {
  width: 200px;
}

/*[ select ]
===========================================================*/
.rs1-select2 .select2-container .select2-selection--single {
    height: 40px;
}


/*[ Our Teacher ]
///////////////////////////////////////////////////////////*/

.rs1-item-social .item-social {
  border-color: #999999;
}

.rs1-item-social .item-social:hover {
  border-color: #3B3D5C;
}


/*[ Blog Detail ]
///////////////////////////////////////////////////////////*/

.list-blog-detail li::before {
  content: "\25AA"; 
  color: #3B3D5C;
  margin-right: 5px;
}

.title-h4-blog-detai {
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
}

.just-set-flex-blog-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.just-set-flex-blog-detail .fa {
  margin-left: 18px; 
}

@media (max-width: 576px) {
  .just-set-flex-blog-detail {
    display: block;
  }
}


/*[ rs revo ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.tp-caption {
  white-space: normal;
}