@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap);
@charset "UTF-8";
/*********VENDOR (Contains third-party utilities) ****************/
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  display: block;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}

.position-relative {
  position: relative !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/icon/slick/loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  /*
   font-family: 'slick';
   font-weight: normal;
   font-style: normal;

  src: url('../../fonts/slick/slick.eot');
   src: url('../../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../../fonts/slick/slick.woff') format('woff'), url('../../fonts/slick/slick.ttf') format('truetype'), url('../../fonts/slick/slick.svg#slick') format('svg');

   */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/********* GLOBAL (Contains Sass files that get applied site-wide) ****************/
.blog .slider .info, .account .list li .address p, .product-detail .info .brand, .product-group .list, .home .new-arrivals .slider .brand, .home .featured .slider .info .description, .footer .copyright, .footer .text-menu .left, .footer .text-menu a, .product-card .brand, .product-sortby a, .header .mobile-menu .accordion .content ul a, .header .icon-menu li .btn-cart .items-qty, .form-qty-selector input[type=number], label.error, .font-light {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 300 !important;
}

.form-control::-moz-placeholder {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400 !important;
}

.form-control:-ms-input-placeholder {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400 !important;
}

.shopping .breakdown .table tr:last-child td small, .layer.layer-order-detail ul .breakdown .table tr:last-child td small, .swal-text, .swal-button, .header .flyout.product-box .text-menu li a, .form-control,
.form-control:focus,
.form-control::placeholder, .btn-fb-blue,
.btn-white,
.btn-dark-turquoise,
.btn-sea-green,
.agreement .btn-agree, .font-regular, body {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400 !important;
}

.shopping.cart .list li .info .price, .product-detail .info .price, .sidebar ul li a, .product-card .price, .header .mobile-menu .accordion .content a, .header .flyout.cart-box .items li .info a, .header .flyout.wishlist-box .items li .info a, .header .flyout.login-box .logged ul li a.selected, .header .text-menu li a, .top, .font-semibold {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600 !important;
}

.blog .comment p + a, .shopping.summary .info .table tr td:first-child, .shopping .breakdown .table tr:last-child td, .shopping .breakdown .table tr td:last-child, .shopping .breakdown .in-cart, .layer.layer-order-detail ul .breakdown .table tr:last-child td, .layer.layer-order-detail ul .breakdown .table tr td:last-child, .account .list li .card-number, .product-filter span, .product-sortby .accordion .content .tab, .product-sortby a.show-all, .header .mobile-menu .accordion .tab, .header .flyout.cart-box .table tr td:last-child, .header .flyout.cart-box .items li .info .price, strong {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700 !important;
}

.faq .font-28, .policy .wrapper .w-60 .font-28, .policy .product-detail hr .w-60 .font-28, .product-detail .policy hr .w-60 .font-28, .blog .most-read ul li .title, .shopping.cart .list li .info .name, .shopping .breakdown .items li .info .name, .product-detail .info .name, .home .new-arrivals .slider .name, .home .body-areas ul span, .product-card .name, .product-sortby .accordion .tab, .product-sortby span, .header .flyout.cart-box .items li .info .name, .header .flyout.wishlist-box .items li .info .name, .header .flyout.product-box span, .font-subtitle, .font-title, .font-serif-pro {
  font-family: "Source Serif Pro", serif !important;
  font-weight: 400 !important;
}

body {
  color: #525252;
}

.font-dark-turquoise {
  color: #50788A;
}

.font-sea-green {
  color: #7DA7A1;
}

html {
  font-size: 1rem;
}

body {
  font-size: 1rem;
}

.font-10 {
  font-size: 0.625rem;
}

.font-11 {
  font-size: 0.6875rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-13 {
  font-size: 0.8125rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-15 {
  font-size: 0.9375rem;
}

.font-16 {
  font-size: 1rem;
}

.font-17 {
  font-size: 1.0625rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-19 {
  font-size: 1.25rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-21 {
  font-size: 1.3125rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-23 {
  font-size: 1.4375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-25 {
  font-size: 1.5625rem;
}

.font-26 {
  font-size: 1.625rem;
}

.font-27 {
  font-size: 1.6875rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-29 {
  font-size: 1.8125rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-31 {
  font-size: 1.9375rem;
}

.font-32 {
  font-size: 2rem;
}

.font-33 {
  font-size: 2.0625rem;
}

.font-34 {
  font-size: 2.125rem;
}

.font-35 {
  font-size: 2.1875rem;
}

.font-36 {
  font-size: 2.25rem;
}

.font-37 {
  font-size: 2.3125rem;
}

.font-38 {
  font-size: 2.375rem;
}

.font-39 {
  font-size: 2.4375rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-41 {
  font-size: 2.5625rem;
}

.font-42 {
  font-size: 2.625rem;
}

.font-43 {
  font-size: 2.6875rem;
}

.font-44 {
  font-size: 2.75rem;
}

.font-45 {
  font-size: 2.8125rem;
}

.font-46 {
  font-size: 2.875rem;
}

.font-47 {
  font-size: 2.9375rem;
}

.font-48 {
  font-size: 3rem;
}

.font-49 {
  font-size: 3.0625rem;
}

.font-50 {
  font-size: 3.125rem;
}

.font-51 {
  font-size: 3.1875rem;
}

.font-52 {
  font-size: 3.25rem;
}

.font-53 {
  font-size: 3.3125rem;
}

.font-54 {
  font-size: 3.375rem;
}

.font-55 {
  font-size: 3.4375rem;
}

.font-56 {
  font-size: 3.5rem;
}

.font-57 {
  font-size: 3.5625rem;
}

.font-58 {
  font-size: 3.625rem;
}

.font-59 {
  font-size: 3.6875rem;
}

.font-60 {
  font-size: 3.75rem;
}

.font-61 {
  font-size: 3.8125rem;
}

.font-62 {
  font-size: 3.875rem;
}

.font-63 {
  font-size: 3.9375rem;
}

.font-64 {
  font-size: 4rem;
}

.font-65 {
  font-size: 4.0625rem;
}

.font-66 {
  font-size: 4.125rem;
}

.font-67 {
  font-size: 4.1875rem;
}

.font-68 {
  font-size: 4.25rem;
}

.font-69 {
  font-size: 4.3125rem;
}

.font-70 {
  font-size: 4.375rem;
}

.font-71 {
  font-size: 4.4375rem;
}

.font-72 {
  font-size: 4.5rem;
}

.font-73 {
  font-size: 4.5625rem;
}

.font-74 {
  font-size: 4.625rem;
}

.font-75 {
  font-size: 4.6875rem;
}

.font-76 {
  font-size: 4.75rem;
}

.font-77 {
  font-size: 4.8125rem;
}

.font-78 {
  font-size: 4.875rem;
}

.font-79 {
  font-size: 4.9375rem;
}

.font-80 {
  font-size: 5rem;
}

.font-81 {
  font-size: 5.0625rem;
}

.font-82 {
  font-size: 5.125rem;
}

.font-83 {
  font-size: 5.1875rem;
}

.font-84 {
  font-size: 5.25rem;
}

.font-85 {
  font-size: 5.3125rem;
}

.font-86 {
  font-size: 5.375rem;
}

.font-87 {
  font-size: 5.4375rem;
}

.font-88 {
  font-size: 5.5rem;
}

.font-89 {
  font-size: 5.5625rem;
}

.font-90 {
  font-size: 5.625rem;
}

.font-91 {
  font-size: 5.6875rem;
}

.font-92 {
  font-size: 5.75rem;
}

.font-93 {
  font-size: 5.8125rem;
}

.font-94 {
  font-size: 5.875rem;
}

.font-95 {
  font-size: 5.9375rem;
}

.font-96 {
  font-size: 6rem;
}

.font-97 {
  font-size: 6.0625rem;
}

.font-98 {
  font-size: 6.125rem;
}

.font-99 {
  font-size: 6.1875rem;
}

.font-100 {
  font-size: 6.25rem;
}

.font-title {
  display: block;
  font-size: 3.75rem;
  margin: 0 0 2.5rem 0;
  color: #50788A;
  line-height: 1.1;
  text-transform: lowercase;
}
.font-title::first-letter {
  text-transform: capitalize;
}

.font-subtitle {
  display: block;
  font-size: 2.5rem;
  margin: 0 0 1.875rem 0;
  color: #50788A;
  line-height: 1.1;
  text-transform: lowercase;
}
.font-subtitle::first-letter {
  text-transform: capitalize;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }

  .font-title {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }

  .font-subtitle {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}
body {
  line-height: 1.2;
}

p {
  line-height: 1.7;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  text-align: left;
  background: white;
  overflow: auto !important;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

section {
  padding: 3.125rem 0 0;
}

.wrapper, .product-detail hr {
  width: 90%;
  max-width: 1640px;
  position: relative;
  margin: 0 auto;
}

.line-break {
  display: block;
}

.only-mobile {
  display: none !important;
}

hr {
  margin: 1.875rem 0;
  border: 0;
  border-top: #e5e5e5 solid 0.0625rem;
}

.captcha {
  display: inline-block;
  margin: 0 auto 1.875rem;
}

.top-spacer {
  padding-top: 5.125rem;
}

.bottom-spacer {
  padding-bottom: 5.125rem;
}

@media screen and (max-width: 1023px) {
  section {
    margin-top: 6.25rem;
  }

  .top-spacer {
    padding-top: 3.875rem;
  }

  .bottom-spacer {
    padding-bottom: 3.875rem;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 1.875rem 0 0;
  }

  .top-spacer {
    padding-top: 3.125rem;
  }

  .bottom-spacer {
    padding-bottom: 3.125rem;
  }

  .line-break {
    display: inline;
  }

  .only-mobile {
    display: block !important;
  }

  .only-desktop {
    display: none !important;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixel-sizes
|  resources/sass/global/colors
|
*/
.btn-fb-blue,
.btn-white,
.btn-dark-turquoise,
.btn-sea-green,
.agreement .btn-agree {
  position: relative;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0 1.25rem;
  margin: 0;
  line-height: 2.875rem;
  color: white;
  background-color: transparent;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1rem;
  border: 0.0625rem solid;
  text-align: center;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.btn-fb-blue::first-letter,
.btn-white::first-letter,
.btn-dark-turquoise::first-letter,
.btn-sea-green::first-letter,
.agreement .btn-agree::first-letter {
  text-transform: capitalize !important;
}
.btn-fb-blue:visited, .btn-fb-blue:hover,
.btn-white:visited,
.btn-white:hover,
.btn-dark-turquoise:visited,
.btn-dark-turquoise:hover,
.btn-sea-green:visited,
.agreement .btn-agree:visited,
.btn-sea-green:hover,
.agreement .btn-agree:hover {
  color: white;
}
.btn-fb-blue div,
.btn-white div,
.btn-dark-turquoise div,
.btn-sea-green div,
.agreement .btn-agree div {
  display: inline-block;
  height: inherit;
  background: left center no-repeat;
  background-size: auto 1.5rem;
  padding-left: 2.5rem;
  text-transform: none;
}
.btn-fb-blue .bg-cart,
.btn-white .bg-cart,
.btn-dark-turquoise .bg-cart,
.btn-sea-green .bg-cart,
.agreement .btn-agree .bg-cart {
  background-image: url("../../img/icon/button/cart.svg");
}
.btn-fb-blue .bg-facebook,
.btn-white .bg-facebook,
.btn-dark-turquoise .bg-facebook,
.btn-sea-green .bg-facebook,
.agreement .btn-agree .bg-facebook {
  background-image: url("../../img/icon/button/facebook.svg");
}
.btn-fb-blue .bg-google,
.btn-white .bg-google,
.btn-dark-turquoise .bg-google,
.btn-sea-green .bg-google,
.agreement .btn-agree .bg-google {
  background-image: url("../../img/icon/button/google.svg");
}

.btn-dark-turquoise {
  background-color: #50788A;
  border-color: #50788A;
}

.btn-sea-green, .agreement .btn-agree {
  background-color: #7DA7A1;
  border-color: #7DA7A1;
}
.btn-white {
  color: #50788A;
  background-color: white;
  border-color: #50788A;
}
.btn-white:visited, .btn-white:hover {
  color: #50788A;
}

.btn-fb-blue {
  background-color: #385898;
  border-color: #385898;
}
.btn-close {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background: center no-repeat url("../../img/icon/navigation/close.svg");
  background-size: contain;
}

.btn-delete {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background: center no-repeat url("../../img/icon/button/delete.svg");
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .btn-delete {
    width: 1.0625rem;
    height: 1.0625rem;
  }

  .btn-dark-turquoise,
.btn-white,
.btn-sea-green,
.agreement .btn-agree {
    width: 100% !important;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|
*/
.form-row {
  position: relative;
  width: 100%;
  align-items: flex-start !important;
}
.form-row .form-cell {
  width: 49%;
}

@media screen and (max-width: 700px) {
  .form-row {
    display: block;
  }
  .form-row .form-cell {
    width: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/colors
|  resources/sass/global/pixels
|
*/
.form-cell {
  margin-bottom: 1rem;
}
.form-cell label {
  display: block;
  margin-bottom: 0.625rem;
  text-align: left;
  color: #525252;
}
.form-cell a {
  color: #7DA7A1;
}

.form-cell-date select.form-control {
  width: 30%;
  background-position: 85% center !important;
}

.form-cell-half {
  align-items: flex-start !important;
}
.form-cell-half div {
  width: 48%;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/fonts/family
|  resources/sass/global/colors
|  resources/sass/global/pixels
|
*/
.form-control,
.form-control:focus {
  display: block;
  width: 100%;
  padding: 0 1rem 0;
  border: 0.0625rem solid #e5e5e5;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input.form-control {
  height: 3rem;
}

textarea.form-control,
textarea.form-control:focus {
  padding-top: 1rem;
  height: 6.25rem;
}

select.form-control {
  height: 3rem !important;
  padding-right: 1.875rem;
  background-image: url("../../img/icon/form/select/arrow-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 96% center !important;
  background-size: auto 0.5rem !important;
}
select.form-control option {
  color: #525252;
}

select.form-control::-ms-expand {
  display: none;
}

.form-control::-moz-placeholder {
  font-size: inherit;
  color: #525252 !important;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  font-size: inherit;
  color: #525252 !important;
  opacity: 1;
}

.form-control,
.form-control:focus,
.form-control::placeholder {
  font-size: inherit;
  color: #525252 !important;
  opacity: 1;
}

.form-control:focus {
  outline: 0;
}

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

@media screen and (max-width: 767px) {
  input.form-control:focus {
    line-height: 1 !important;
  }

  select.form-control {
    background-size: auto 0.625rem !important;
  }

  textarea.form-control,
textarea.form-control:focus {
    height: 9.375rem;
  }
}
.error::-moz-placeholder {
  border-color: red !important;
}
.error:-ms-input-placeholder {
  border-color: red !important;
}
.error,
.error:focus,
.error::placeholder {
  border-color: red !important;
}

label.error {
  display: none;
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  color: red !important;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/fonts/family
|  resources/sass/global/pixels
|
*/
.form-check {
  display: block;
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
  display: none;
}
.form-check label {
  display: block;
  margin: 0;
  background: no-repeat left center;
  background-size: auto 1.1875rem;
  padding: 0.25rem 0 0.25rem 2rem;
}
.form-check input[type=checkbox] + label {
  background-image: url("../../img/icon/form/checkbox/unchecked.svg");
}
.form-check input[type=checkbox]:checked + label {
  background-image: url("../../img/icon/form/checkbox/checked.svg");
}
.form-check input[type=radio] + label {
  background-image: url("../../img/icon/form/radio/unchecked.svg");
}
.form-check input[type=radio]:checked + label {
  background-image: url("../../img/icon/form/radio/checked.svg");
}
.form-check a {
  text-decoration: underline;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/fonts/family
|  resources/sass/global/colors
|  resources/sass/global/pixels
|
*/
.form-qty-selector {
  display: flex;
  width: 9.375rem;
  justify-content: space-between;
  border: solid 0.0625rem #e5e5e5;
}
.form-qty-selector button,
.form-qty-selector input[type=number] {
  height: 3.125rem;
  border: 0;
  background: transparent center no-repeat;
}
.form-qty-selector input[type=number] {
  width: 4.375rem;
  padding: 0;
  text-align: center;
  color: #50788A;
  font-size: 1.25rem;
}
.form-qty-selector input[type=number]::-webkit-outer-spin-button, .form-qty-selector input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-qty-selector input[type=number] {
  -moz-appearance: textfield;
}
.form-qty-selector input[type=number]:required {
  box-shadow: none;
}
.form-qty-selector input[type=number]:not(output):-moz-ui-invalid {
  box-shadow: none;
}
.form-qty-selector button {
  width: 2.5rem;
}
.form-qty-selector button.qty-minus {
  background-image: url("../../img/icon/form/quantity/minus.svg");
}
.form-qty-selector button.qty-plus {
  background-image: url("../../img/icon/form/quantity/plus.svg");
}

form {
  overflow: hidden;
}

.product-detail .tabs ul .content, .product-card .picture .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.product-detail .tabs ul .tab, .product-detail .gallery .picture .btn-wishlist, .product-detail .gallery ul.thumbnails li, .product-card .btn-add-to-cart, .product-card .btn-wishlist, .product-filter .text-menu li a, .product-sortby .accordion .tab, .header .mobile-menu .accordion .tab, a,
a:hover, .btn-fb-blue,
.btn-white,
.btn-dark-turquoise,
.btn-sea-green,
.agreement .btn-agree, .form-check label, .form-qty-selector button {
  cursor: pointer;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy .wrapper .w-60 ul, .policy .product-detail hr .w-60 ul, .product-detail .policy hr .w-60 ul {
  margin: 0 0 2rem 1.4rem;
  padding: 0;
}
.policy .wrapper .w-60 ul li, .policy .product-detail hr .w-60 ul li, .product-detail .policy hr .w-60 ul li {
  margin-bottom: 1rem;
}
.policy .wrapper .w-60 ul li:last-child, .policy .product-detail hr .w-60 ul li:last-child, .product-detail .policy hr .w-60 ul li:last-child {
  margin-bottom: 0;
}

.blog .most-read ul, .shopping.cart .list, .shopping .breakdown .items, .layer.layer-order-detail ul, .account .list, .product-detail .info .use, .product-detail .gallery ul.thumbnails, .sidebar ul, .product-filter .flyout ul, .product-sortby .accordion .content ul, .header .mobile-menu .accordion .content ul, .header .flyout.cart-box .items, .header .flyout.wishlist-box .items, .header .flyout.login-box .logged ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog .pagination, .product-detail .tabs ul, .product-group .list, .home .body-areas ul, .footer .text-menu ul, .product-filter .text-menu, .sharing ul, .social-media, .header .flyout.product-box ul, .header .icon-menu, .header .text-menu {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.product-list {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  list-style: none;
}

.faq .wrapper, .faq .product-detail hr, .product-detail .faq hr, .policy .wrapper, .policy .product-detail hr, .product-detail .policy hr, .contact .wrapper, .contact .product-detail hr, .product-detail .contact hr, .blog .w-65, .blog .wrapper.d-flex, .blog .product-detail hr.d-flex, .product-detail .blog hr.d-flex, .blog article .call-to-action, .blog .most-read ul li, .shopping .wrapper, .shopping .product-detail hr, .product-detail .shopping hr, .shopping.payment-method .list, .shopping.cart .list li .info, .shopping.cart .list li, .shopping .breakdown .items li, .account .wrapper, .account .product-detail hr, .product-detail .account hr, .layer.layer-order-detail ul .items .item .description, .layer.layer-order-detail ul .items .item, .layer.layer-order-detail ul .id, .layer.layer-order-detail ul li, .account .list li, .login .wrapper, .login .product-detail hr, .product-detail .login hr, .product-detail .wrapper.d-flex, .product-detail hr.d-flex, .product-detail .gallery, .home .new-arrivals, .home .featured .slider .slick-slide, .agreement .wrapper, .agreement .product-detail hr, .product-detail .agreement hr, .footer .text-menu .wrapper, .footer .text-menu .product-detail hr, .product-detail .footer .text-menu hr, .intro, .product-filter .right, .product-filter, .sharing, .header .wrapper, .header .product-detail hr, .product-detail .header hr, .header, .header .flyout.cart-box .items li, .header .flyout.wishlist-box .items li, .top .wrapper, .top .product-detail hr, .product-detail .top hr, .top, .form-row, .form-cell-date, .form-cell-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sidebar ul li a, .header, a,
a:hover, .btn-fb-blue,
.btn-white,
.btn-dark-turquoise,
.btn-sea-green,
.agreement .btn-agree {
  transition: 0.8s all;
}

.header .flyout.product-box a {
  transition: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #AED9CF;
}

::-webkit-scrollbar-thumb {
  background-color: #50788A;
}

/*********COMPONENT (Contains Sass files dedicated to specific areas on a page like header, footer) ****************/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/base
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
.top {
  height: 2.5rem;
  background-color: #7DA7A1;
  color: white;
  font-size: 0.9375rem;
}
.top .wrapper, .top .product-detail hr, .product-detail .top hr {
  justify-content: flex-end;
}
.top .wrapper a, .top .product-detail hr a, .product-detail .top hr a {
  display: inline-block;
  margin-left: 1.875rem;
}

@media screen and (max-width: 1023px) {
  .top {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/base
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|
*/
.header .logo {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  width: 9.625rem;
  margin-left: -4.8125rem;
}
.header .logo img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .header .logo {
    position: relative;
    top: auto;
    left: auto;
    width: 5.9375rem;
    margin-left: 1.5625rem;
    margin-right: auto;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/component/header/flyout
|
*/
.header .text-menu {
  position: relative;
  justify-content: flex-start;
  width: auto;
}
.header .text-menu li {
  margin-right: 3.125rem;
}
.header .text-menu li:last-child {
  margin-right: 0;
}
.header .text-menu li:hover a {
  border-bottom-color: #7DA7A1;
}
.header .text-menu li:hover .flyout {
  display: block;
}
.header .text-menu li a {
  color: #50788A;
  line-height: 1;
  padding: 0.625rem 0;
  border-bottom: 0.25rem solid transparent;
}
.header .text-menu li a.selected {
  border-bottom-color: #50788A;
}

@media screen and (max-width: 1150px) {
  .header .text-menu li {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .header .text-menu {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/colors
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/component/header/flyout
|
*/
.header .icon-menu {
  width: auto;
}
.header .icon-menu li {
  position: relative;
  margin-left: 1.875rem;
}
.header .icon-menu li:first-child {
  margin-left: 0;
}
.header .icon-menu li .btn-search,
.header .icon-menu li .btn-profile,
.header .icon-menu li .btn-wishlist,
.header .icon-menu li .btn-cart {
  position: relative;
  width: 2.5rem;
  display: block;
  height: 1.875rem;
  background: center no-repeat;
  background-size: auto 90%;
}
.header .icon-menu li .btn-search {
  background-image: url("../../img/icon/header/search.svg");
}
.header .icon-menu li .btn-profile {
  background-image: url("../../img/icon/header/profile.svg");
}
.header .icon-menu li .btn-wishlist {
  background-image: url("../../img/icon/header/wishlist.svg");
}
.header .icon-menu li .btn-cart {
  background-image: url("../../img/icon/header/cart.svg");
}
.header .icon-menu li .btn-cart .items-qty {
  position: absolute;
  right: -0.625rem;
  top: -0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #50788A;
  line-height: 1.25rem;
  text-align: center;
  color: white;
  font-size: 0.5625rem;
  border-radius: 50%;
}
.header .icon-menu li > div {
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .header .icon-menu li {
    margin-left: 0.9375rem;
  }
  .header .icon-menu li:first-child {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
.header .flyout.product-box .flyout-body {
  padding: 3.125rem 3.125rem 0;
  max-height: 31.25rem;
  overflow: auto;
}
.header .flyout.product-box span {
  display: inline-block;
  font-size: 1.25rem;
  color: #50788A;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  border-bottom: 0.25rem solid #e5e5e5;
  line-height: 1;
}
.header .flyout.product-box ul {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.875rem;
  margin-bottom: 3.125rem;
}
.header .flyout.product-box a {
  display: block;
  padding: 0;
  border-bottom: 0;
}
.header .flyout.product-box .text-menu li {
  margin: 0 5.9375rem 0 0;
}
.header .flyout.product-box .text-menu li strong {
  display: block;
  margin-bottom: 0.75rem;
}
.header .flyout.product-box .text-menu li a {
  color: #525252;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.header .flyout.product-box .text-menu li a:hover {
  color: #50788A;
}
.header .flyout.product-box .img-menu {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  justify-content: space-between;
  align-items: flex-start;
  grid-row-gap: 1.25rem;
}
.header .flyout.product-box .img-menu li {
  width: 100%;
  border: 0.0625rem solid #e5e5e5;
}
.header .flyout.product-box .img-menu li:hover {
  border-color: #50788A;
}
.header .flyout.product-box .img-menu li img {
  width: 100%;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/buttons
|
*/
.header .flyout.login-box .logged .flyout-body {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.header .flyout.login-box .logged ul li {
  margin: 0;
}
.header .flyout.login-box .logged ul li a {
  display: block;
  padding: 1.5625rem 0;
  border-top: 0.0625rem solid #e5e5e5;
  background: 96% center no-repeat url("../../img/icon/navigation/right-arrow.svg");
  background-size: 0.5rem;
}
.header .flyout.login-box .logged ul li a:hover {
  padding-left: 1.25rem;
}
.header .flyout.login-box .logged ul li a.selected {
  color: #50788A;
}
.header .flyout.login-box .logged ul li:first-child a {
  border: 0;
}
.header .flyout.login-box .btn-dark-turquoise {
  margin-bottom: 1rem;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.header .flyout.wishlist-box .empty {
  margin-bottom: 1.5625rem;
  padding-bottom: 0.9375rem;
  color: #7DA7A1;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.header .flyout.wishlist-box .items {
  max-height: 25rem;
  overflow: auto;
}
.header .flyout.wishlist-box .items li {
  width: 100%;
  align-items: flex-start;
  position: relative;
  margin-left: 0;
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.header .flyout.wishlist-box .items li:first-child {
  padding-top: 0;
}
.header .flyout.wishlist-box .items li:first-child .btn-delete {
  top: 0;
}
.header .flyout.wishlist-box .items li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.header .flyout.wishlist-box .items li img {
  width: 30%;
  margin-right: 5%;
  border: 0.0625rem solid #e5e5e5;
}
.header .flyout.wishlist-box .items li .info {
  width: 65%;
  padding-right: 1.875rem;
}
.header .flyout.wishlist-box .items li .info .name {
  display: block;
  color: #50788A;
  margin-bottom: 1.25rem;
}
.header .flyout.wishlist-box .items li .info a {
  font-size: 0.875rem;
  color: #7DA7A1;
  text-decoration: underline;
}
.header .flyout.wishlist-box .items li .btn-delete {
  position: absolute;
  top: 1.875rem;
  right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .header .flyout.wishlist-box .items {
    max-height: 82vh;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.header .flyout.cart-box .items-qty,
.header .flyout.cart-box .empty {
  color: #50788A;
}
.header .flyout.cart-box .empty {
  margin-bottom: 1.5625rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.header .flyout.cart-box .items {
  max-height: 15.625rem;
  overflow: auto;
  margin-bottom: 1.875rem;
}
.header .flyout.cart-box .items li {
  width: 100%;
  align-items: flex-start;
  position: relative;
  margin-left: 0;
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.header .flyout.cart-box .items li img {
  width: 30%;
  margin-right: 5%;
  border: 0.0625rem solid #e5e5e5;
}
.header .flyout.cart-box .items li .info {
  width: 65%;
  padding-right: 1.875rem;
}
.header .flyout.cart-box .items li .info span {
  display: block;
}
.header .flyout.cart-box .items li .info .name {
  margin-bottom: 0.5rem;
  color: #50788A;
}
.header .flyout.cart-box .items li .info .price {
  color: #525252;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.header .flyout.cart-box .items li .info select.form-control {
  width: 5.625rem;
  height: 2.5rem !important;
  margin-bottom: 0.9375rem;
  background-position: 80% center !important;
}
.header .flyout.cart-box .items li .info a {
  font-size: 0.875rem;
  color: #7DA7A1;
  text-decoration: underline;
}
.header .flyout.cart-box .items li .btn-delete {
  position: absolute;
  top: 1.875rem;
  right: 0.625rem;
}
.header .flyout.cart-box .table {
  margin-bottom: 1.875rem;
}
.header .flyout.cart-box .table tr td {
  padding: 1.25rem 0 0 0;
}
.header .flyout.cart-box .table tr td:last-child {
  text-align: right;
}
.header .flyout.cart-box .table tr:first-child td {
  padding: 0;
}
.header .flyout.cart-box .table tr:nth-of-type(2) td {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .header .flyout.cart-box .items {
    max-height: 50vh;
  }
}
.header .flyout {
  display: none;
  position: absolute;
}
.header .flyout.product-box {
  left: 0;
  width: 58.75rem;
  padding-top: 2.0625rem;
}
.header .flyout.login-box, .header .flyout.wishlist-box, .header .flyout.cart-box {
  right: 0;
  width: 25rem;
  padding-top: 1.875rem;
}
.header .flyout .flyout-heading {
  position: relative;
  color: white;
  padding: 1.25rem 1.875rem;
  background-color: #AED9CF;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.header .flyout .flyout-heading .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 5%;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 80%;
}
.header .flyout .flyout-body {
  padding: 1.875rem;
  background-color: white;
  box-shadow: -2px 7px 17px -7px #ccc6cc;
}

@media screen and (max-width: 1023px) {
  .header .flyout.login-box, .header .flyout.wishlist-box, .header .flyout.cart-box {
    padding-top: 2.375rem;
    width: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .header .flyout {
    position: fixed;
    z-index: 1001;
    background-color: white;
  }
  .header .flyout .flyout-heading {
    padding: 1.25rem 5%;
    border-top: 0;
  }
  .header .flyout .flyout-body {
    padding: 1.5625rem 5%;
    box-shadow: none;
  }
  .header .flyout.login-box, .header .flyout.wishlist-box, .header .flyout.cart-box {
    display: block !important;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|
*/
.header .btn-hamburger {
  display: none;
  width: 2.5rem;
  height: 1.875rem;
  background: center no-repeat url("../../img/icon/header/hamburger.svg");
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .header .btn-hamburger {
    display: block;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/colors
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/font/family
|
*/
.header .mobile-menu {
  left: -100vw;
  width: 32.5rem;
  height: 100vh;
  padding-top: 7.5rem;
  background-color: #7DA7A1;
  z-index: 1001;
  overflow: auto;
  color: white;
}
.header .mobile-menu .btn-close {
  position: absolute;
  top: 2.5rem;
  right: 8%;
}
.header .mobile-menu .form-control {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 1.25rem;
  padding-right: 1.875rem;
  border-color: white;
  background: transparent url("../../img/icon/header/magnifying-glass.svg") 94% center no-repeat;
  background-size: auto 1.125rem;
}
.header .mobile-menu .form-control::-moz-placeholder {
  color: white !important;
}
.header .mobile-menu .form-control:-ms-input-placeholder {
  color: white !important;
}
.header .mobile-menu .form-control,
.header .mobile-menu .form-control:focus,
.header .mobile-menu .form-control::placeholder {
  color: white !important;
}
.header .mobile-menu .accordion {
  padding: 0 10%;
}
.header .mobile-menu .accordion .tab {
  display: block;
  min-height: 3.75rem;
  line-height: 3.75rem;
  background: url("../../img/icon/accordion/white/arrow-down.svg") right center no-repeat;
  background-size: 1.25rem;
  font-size: 1.375rem;
}
.header .mobile-menu .accordion .tab.selected {
  color: white;
}
.header .mobile-menu .accordion .tab.open {
  background-image: url("../../img/icon/accordion/white/arrow-up.svg") !important;
}
.header .mobile-menu .accordion a.tab {
  background: none !important;
}
.header .mobile-menu .accordion a.tab.open {
  background: none !important;
}
.header .mobile-menu .accordion .content {
  display: none;
}
.header .mobile-menu .accordion .content .content {
  padding-left: 1.25rem;
}
.header .mobile-menu .accordion .content .tab {
  min-height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  padding-left: 0.625rem;
}
.header .mobile-menu .accordion .content a {
  display: block;
  text-transform: lowercase;
  font-size: 1.25rem;
  padding-left: 0.625rem;
  margin: 0.3125rem 0;
}
.header .mobile-menu .accordion .content a::first-letter {
  text-transform: capitalize;
}
.header .mobile-menu .accordion .content ul a {
  padding: 0.3125rem 1.25rem;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .header .mobile-menu {
    width: 100vw;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 9rem;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.875rem;
  z-index: 1000;
  background-color: white;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.header .wrapper, .header .product-detail hr, .product-detail .header hr {
  position: static;
  max-width: 1540px;
}

@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    padding-bottom: 0;
    height: 6.25rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
.social-media {
  width: auto;
  justify-content: flex-start !important;
}
.social-media li {
  width: 1.25rem !important;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.social-media li:first-child {
  width: auto !important;
  height: auto;
  margin-right: 1.25rem;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media li a {
  display: block;
  height: 100%;
  background: center no-repeat;
  background-size: contain;
}
.social-media li a:hover {
  opacity: 0.5;
}
.social-media li a.facebook {
  background-image: url("../../img/icon/social-media/facebook.svg");
}
.social-media li a.instagram {
  background-image: url("../../img/icon/social-media/instagram.svg");
}
.social-media li a.youtube {
  background-image: url("../../img/icon/social-media/youtube.svg");
}
.social-media li a.twitter {
  background-image: url("../../img/icon/social-media/twitter.svg");
}

.social-media-link {
  overflow: hidden;
  position: relative;
  display: block;
}
.social-media-link span {
  position: absolute;
  left: -200px;
  top: 0;
}

.sharing {
  margin-bottom: 3.125rem;
  justify-content: flex-start;
}
.sharing span {
  font-size: 0.875rem;
  margin-right: 1.25rem;
}
.sharing ul {
  width: 7.5rem;
}
.sharing ul li {
  width: 1.25rem;
  height: 1.25rem;
}
.sharing ul li a {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: contain;
}
.sharing ul li a:hover {
  opacity: 0.5;
}
.sharing ul li a.facebook {
  background-image: url("../../img/icon/sharing/facebook.svg");
}
.sharing ul li a.instagram {
  background-image: url("../../img/icon/sharing/instagram.svg");
}
.sharing ul li a.whatsapp {
  background-image: url("../../img/icon/sharing/whatsapp.svg");
}
.sharing ul li a.twitter {
  background-image: url("../../img/icon/sharing/twitter.svg");
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.product-sortby {
  width: 17%;
  font-size: 0.9375rem;
}
.product-sortby span {
  display: block;
  font-size: 1.375rem;
  color: #50788A;
  margin-bottom: 1.375rem;
}
.product-sortby a {
  display: block;
  margin-bottom: 0.625rem;
}
.product-sortby a:hover {
  color: #50788A;
}
.product-sortby a.show-all {
  margin-bottom: 1.375rem;
}
.product-sortby .accordion .tab {
  display: block;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
  background: url("../../img/icon/accordion/black/arrow-down.svg") 92% center no-repeat;
  background-size: auto 0.5rem;
  color: #50788A;
}
.product-sortby .accordion .tab.open {
  background-image: url("../../img/icon/accordion/black/arrow-up.svg") !important;
}
.product-sortby .accordion .content {
  display: none;
}
.product-sortby .accordion .content .tab {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
.product-sortby .accordion .content ul {
  display: none;
}
.product-sortby .accordion .content ul li {
  padding-left: 0.625rem;
}

@media screen and (max-width: 1023px) {
  .product-sortby {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/form/form-control
|
*/
.product-filter {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.product-filter span {
  font-size: 1rem;
  margin-right: 0.625rem;
}
.product-filter .text-menu {
  justify-content: flex-start;
}
.product-filter .text-menu li {
  position: relative;
  margin-right: 0.3125rem;
}
.product-filter .text-menu li:last-child {
  margin-right: 0;
}
.product-filter .text-menu li:hover .flyout {
  display: block;
}
.product-filter .text-menu li a {
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  background-color: #50788A;
  font-size: 1.0625rem;
  color: white;
  line-height: 1;
  text-transform: lowercase;
}
.product-filter .text-menu li a::first-letter {
  text-transform: capitalize;
}
.product-filter .flyout {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 21.875rem;
  max-height: 25rem;
  overflow: auto;
  background-color: white;
  border: 0.0625rem solid #e5e5e5;
  box-shadow: -2px 7px 17px -7px #ccc6cc;
}
.product-filter .flyout ul li {
  width: 100%;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.product-filter .flyout ul li:last-child {
  border-bottom: 0;
}
.product-filter .flyout ul a {
  display: block;
  padding: 0.9375rem 1.25rem;
  background-color: transparent;
  color: #525252;
}
.product-filter .flyout ul a.level-1 {
  padding-left: 2.5rem;
  color: #50788A;
}
.product-filter .flyout ul a.level-2 {
  padding-left: 3.75rem;
  color: #7DA7A1;
}
.product-filter .flyout ul a.selected, .product-filter .flyout ul a:hover {
  background-color: #e5e5e5;
  color: #525252;
}
.product-filter .right {
  justify-content: flex-end;
}
.product-filter .right .form-control,
.product-filter .right .form-control:focus {
  color: #525252 !important;
}
.product-filter .right .form-control {
  width: 15.625rem;
  margin-left: 0.3125rem;
  background-color: #e5e5e5;
  font-size: 1rem;
}
.product-filter .right .form-control-price {
  width: 12.5rem !important;
}

@media screen and (max-width: 1200px) {
  .product-filter .left {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .product-filter .left {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-filter span {
    display: block;
    margin: 0 0 1.25rem 0;
  }
  .product-filter .right {
    display: block;
    width: 100%;
  }
  .product-filter .right .form-control,
.product-filter .right .form-control-price {
    width: 100% !important;
    margin: 0 0 0.625rem 0;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
.product-list {
  grid-template-columns: repeat(4, 20%);
  grid-row-gap: 1.875rem;
}

@media screen and (max-width: 1023px) {
  .product-list {
    grid-template-columns: repeat(3, 28%);
  }
}
@media screen and (max-width: 600px) {
  .product-list {
    grid-template-columns: repeat(2, 48%);
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.product-card {
  position: relative;
  width: 100%;
  max-width: 18rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.product-card a {
  display: block;
}
.product-card .picture {
  position: relative;
}
.product-card .picture:hover .cover {
  display: block;
}
.product-card .picture img {
  width: 100% !important;
  height: auto;
  border: 0.0625rem solid #e5e5e5;
  margin-bottom: 0.9375rem;
}
.product-card .picture .cover {
  display: none;
  height: 100%;
  background: rgba(15, 15, 16, 0.4);
}
.product-card span {
  display: block;
}
.product-card .btn-wishlist {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  background: white center 0.875rem no-repeat url("../../img/icon/button/wishlist/stateless.svg");
  background-size: 1.625rem;
  border-radius: 50%;
}
.product-card .btn-wishlist:hover, .product-card .btn-wishlist.selected {
  background-image: url("../../img/icon/button/wishlist/selected.svg");
}
.product-card .btn-add-to-cart {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 4.5rem;
  height: 3rem;
  background: #7DA7A1 center no-repeat url("../../img/icon/button/cart.svg");
  background-size: 1.625rem;
}
.product-card .brand {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.product-card .name {
  font-size: 1.25rem;
  min-height: 4.375rem;
  color: #50788A;
}
.product-card .price {
  font-size: 1.125rem;
  color: #525252;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/vendor/slick-theme
|
*/
.product-carousel {
  text-align: center;
}
.product-carousel p {
  max-width: 37.5rem;
  margin: 0 auto 3.125rem;
  font-size: 1.125rem;
}
.product-carousel .slider {
  width: 90%;
  margin: 0 auto;
}
.product-carousel .slider .slick-slide {
  position: relative;
  padding: 0 0.3125rem;
}

@media screen and (max-width: 1023px) {
  .product-carousel .slider {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-carousel p {
    margin-bottom: 1.875rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/base
|  resources/sass/global/inheritance
|  resources/sass/global/pixel-sizes
|
*/
.breadcrumb {
  width: 100%;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.breadcrumb .wrapper, .breadcrumb .product-detail hr, .product-detail .breadcrumb hr {
  display: block;
}
.breadcrumb ul li {
  display: inline-block;
  margin-right: 0.625rem;
}
.breadcrumb ul li a {
  display: block;
}
.breadcrumb ul li a::after {
  content: "/";
  padding-left: 0.625rem;
}
.breadcrumb ul li:last-child a::after {
  display: none;
}
.breadcrumb + .top-spacer {
  padding-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .breadcrumb + .top-spacer {
    padding-top: 1.875rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixel-sizes
|  resources/sass/global/inheritance
|
*/
.intro {
  width: 100%;
  justify-content: flex-start;
}
.intro.categories .description {
  width: 100%;
  max-width: 920px;
}
.intro .font-title {
  margin-bottom: 1.25rem;
}
.intro img {
  width: 38%;
  margin-right: 5%;
}
.intro .description {
  width: 55%;
}
.intro .description p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .intro img {
    width: 100%;
    margin: 0 0 1.875rem;
  }
  .intro .description {
    width: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/vendor/slick-theme
|
*/
.slick-dotted.slick-slider {
  margin-bottom: 3.125rem !important;
}

.slick-dots {
  bottom: -2.75rem;
}

.slick-dots li,
.slick-dots li button {
  width: 1rem;
  height: 1rem;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  border-radius: 3.125rem;
  width: 1.0625rem;
  height: 1.0625rem;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: #e0e0e0;
  content: "";
}

.slick-dots li.slick-active button:before {
  background-color: #AED9CF;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/vendor/slick-theme
|
*/
.slick-prev {
  left: -3.75rem;
}

.slick-next {
  right: -3.75rem;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.625rem;
  height: 2.625rem;
  margin-top: -1.3125rem;
  background: no-repeat center;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}

.slick-prev:before {
  left: 0;
  background-image: url("../../img/icon/slick/prev.svg");
}

.slick-next:before {
  right: 0;
  background-image: url("../../img/icon/slick/next.svg");
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.next-slide-green,
.prev-slide-green,
.next-slide-white,
.prev-slide-white {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: no-repeat center;
  background-size: 1.875rem;
  cursor: pointer;
}

.next-slide-green,
.prev-slide-green {
  background-color: #7DA7A1;
}

.next-slide-white,
.prev-slide-white {
  background-color: white;
}

.prev-slide-green {
  background-image: url("../../img/icon/slick/white/prev.svg");
}

.next-slide-green {
  background-image: url("../../img/icon/slick/white/next.svg");
}

.prev-slide-white {
  background-image: url("../../img/icon/slick/sea-green/prev.svg");
}

.next-slide-white {
  background-image: url("../../img/icon/slick/sea-green/next.svg");
}

.swal-button {
  background-color: #50788A !important;
}

.swal-title {
  color: #50788A !important;
}

.swal-footer {
  text-align: center !important;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/colors
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixel-sizes
|  resources/sass/component/layer/
|  resources/sass/global/buttons
|
*/
.layer.layer-forgot-password {
  max-width: 500px !important;
  padding: 5rem 3.75rem !important;
  text-align: center;
}
.layer.layer-forgot-password .btn-dark-turquoise {
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  .layer.layer-forgot-password {
    padding: 3.75rem 1.875rem !important;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixel-sizes
|  resources/sass/component/layer/
|  resources/sass/global/buttons
|
*/
.layer.layer-search {
  max-width: 500px !important;
  padding: 5rem 3.75rem !important;
  text-align: center;
}
.layer.layer-search .btn-dark-turquoise {
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  .layer.layer-search {
    padding: 3.75rem 1.875rem !important;
  }
}
.layer {
  display: none;
  width: 90% !important;
  max-width: 700px !important;
  padding: 2.5rem 3.75rem !important;
  background: white;
  overflow: visible !important;
}
.layer .font-subtitle {
  margin-bottom: 1.25rem;
}

.fancybox-close-small {
  opacity: 1 !important;
  background-color: #50788A !important;
  color: white !important;
  border-radius: 50px !important;
  top: -20px !important;
  right: -20px !important;
}

@media screen and (max-width: 700px) {
  .layer {
    padding: 2.5rem 1.875rem !important;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/colors
|  resources/sass/global/pixels
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.footer .text-menu {
  width: 100%;
  padding: 3.75rem 0;
  background-color: #7DA7A1;
  color: white;
}
.footer .text-menu .wrapper, .footer .text-menu .product-detail hr, .product-detail .footer .text-menu hr {
  align-items: flex-start;
}
.footer .text-menu .logo {
  display: block;
  width: 8.75rem;
  margin-bottom: 1.5625rem;
}
.footer .text-menu .logo img {
  width: 100%;
}
.footer .text-menu .secure-payment {
  display: block;
  width: 100%;
  max-width: 12.5rem;
  margin-top: 1.875rem;
}
.footer .text-menu strong {
  display: block;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.footer .text-menu a {
  display: block;
  margin-bottom: 0.375rem;
  color: inherit;
  text-transform: lowercase !important;
}
.footer .text-menu a::first-letter {
  text-transform: capitalize;
}
.footer .text-menu a:hover {
  color: #50788A;
}
.footer .text-menu ul {
  width: auto;
  align-items: flex-start;
}
.footer .text-menu ul li.pt-4 {
  padding-top: 2.3125rem !important;
}
.footer .text-menu .left {
  line-height: 1.5;
}
.footer .text-menu .left strong {
  margin-bottom: 0 !important;
}
.footer .text-menu .center ul li {
  margin-right: 3.4375rem;
}
.footer .text-menu .center ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1500px) {
  .footer .text-menu .center ul li:nth-of-type(4), .footer .text-menu .center ul li:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .footer .text-menu .center ul li {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer .text-menu .center {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .text-menu .logo {
    display: none;
  }
  .footer .text-menu .wrapper, .footer .text-menu .product-detail hr, .product-detail .footer .text-menu hr {
    display: block;
  }
  .footer .text-menu .left {
    margin-bottom: 1.875rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|
*/
.footer .copyright {
  padding: 1.875rem;
  color: #707070;
  text-align: center;
}

.footer {
  font-size: 0.875rem;
}

@media screen and (max-width: 1023px) {
  .footer {
    font-size: 1.0625rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/font/family
|  resources/sass/global/colors
|
*/
.sidebar {
  width: 24%;
  margin-right: 8%;
}
.sidebar ul li {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.sidebar ul li a {
  display: block;
  padding: 1.875rem 0 1.875rem 1.25rem;
  background: 92% center no-repeat url("../../img/icon/navigation/right-arrow.svg");
  background-size: 0.625rem;
}
.sidebar ul li a.selected {
  background-color: #f5f5f5;
}
.sidebar ul li a:hover {
  padding-left: 3.125rem;
}
.sidebar ul li:last-child {
  border: 0;
}

@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixel-sizes
|  resources/sass/global/colors
|  resources/sass/global/buttons
|
*/
.agreement {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 1.875rem 5%;
  border-top: 0.1875rem solid #e5e5e5;
}
.agreement .text {
  width: calc(100% - 8rem);
}
.agreement .btn-agree {
  width: 6.25rem !important;
}
.agreement .btn-close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("../../img/icon/agreement/close.svg");
}
.agreement .pleca {
  background: #7DA7A1;
  color: white;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
  .agreement .wrapper, .agreement .product-detail hr, .product-detail .agreement hr {
    justify-content: center;
    text-align: center;
    padding-top: 3.125rem;
  }
  .agreement .text {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .agreement .btn-close {
    width: 1.25rem;
    height: 1.25rem;
  }
}
/*********SECTION (Contains Sass files dedicated to specific pages)****************/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/size
|  resources/sass/global/pixels
|  resources/sass/global/buttons
|  resources/sass/global/colors
|  resources/sass/vendor/slick-theme
|
*/
.home .featured .wrapper, .home .featured .product-detail hr, .product-detail .home .featured hr {
  width: 100%;
}
.home .featured .slider {
  width: 100%;
  background-color: #7DA7A1;
}
.home .featured .slider .info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
  padding: 6.25rem 10%;
  background-color: #7DA7A1;
  color: white;
}
.home .featured .slider .info .font-title {
  color: inherit;
  margin-bottom: 2.1875rem;
  text-transform: none;
}
.home .featured .slider .info .description {
  font-size: 1.1875rem;
  line-height: 1.5;
  margin-bottom: 2.1875rem;
}
.home .featured .slider .info .btn-sea-green, .home .featured .slider .info .agreement .btn-agree, .agreement .home .featured .slider .info .btn-agree {
  width: 11.25rem !important;
  border-color: white;
}
.home .featured .slider .info .btn-sea-green:hover, .home .featured .slider .info .agreement .btn-agree:hover, .agreement .home .featured .slider .info .btn-agree:hover {
  color: #7DA7A1;
  background-color: white;
}
.home .featured .slider img {
  width: 54%;
}
.home .featured .prev-slide-white {
  left: 0;
  bottom: 0;
}
.home .featured .next-slide-white {
  left: 4rem;
  bottom: 0;
}
.home .featured .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1100px) {
  .home .featured .slider .info {
    padding: 3.75rem 10%;
  }
}
@media screen and (max-width: 1023px) {
  .home .featured .slider .info {
    display: block;
    width: 100%;
    padding: 3.125rem 20% 7.75rem 5%;
  }
  .home .featured .slider .info .font-title {
    margin-bottom: 1.25rem;
  }
  .home .featured .slider img {
    width: 100%;
    order: -1;
  }
  .home .featured .prev-slide-white {
    left: 0;
    bottom: 0;
  }
  .home .featured .next-slide-white {
    left: 4rem;
    bottom: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/inheritance
|  resources/sass/global/buttons
|
*/
.home .body-areas {
  text-align: center;
}
.home .body-areas p {
  max-width: 37.5rem;
  margin: 0 auto 3.125rem;
  font-size: 1.125rem;
}
.home .body-areas ul {
  align-items: flex-start;
  color: white;
}
.home .body-areas ul li {
  position: relative;
  width: 23.5%;
  overflow: hidden;
}
.home .body-areas ul img {
  width: 100%;
}
.home .body-areas ul span {
  position: absolute;
  width: 100%;
  left: 1.875rem;
  bottom: 1.25rem;
  text-align: left;
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .home .body-areas ul span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1023px) {
  .home .body-areas ul li {
    width: 48%;
    margin-bottom: 2.5rem;
  }
  .home .body-areas ul li:last-child {
    margin-bottom: 0;
  }
  .home .body-areas ul span {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .home .body-areas ul li {
    width: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/inheritance
|
*/
.home .new-arrivals {
  max-width: 1920px;
  margin: 0 auto;
  align-items: stretch;
}
.home .new-arrivals .left {
  position: relative;
  width: 59%;
  padding-top: 5%;
  padding-left: 7%;
}
.home .new-arrivals .slider {
  width: 90%;
}
.home .new-arrivals .slider .slick-slide {
  display: flex;
  align-items: center;
}
.home .new-arrivals .slider img {
  width: 42%;
  border: 0.0625rem solid #e5e5e5;
  margin-right: 5%;
}
.home .new-arrivals .slider .info {
  width: 53%;
}
.home .new-arrivals .slider .brand {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.home .new-arrivals .slider .name {
  font-size: 2rem;
  color: #50788A;
  margin-bottom: 1.875rem;
}
.home .new-arrivals .slider .description {
  margin-bottom: 2.5rem;
}
.home .new-arrivals .slider .btn-white {
  width: 11.25rem !important;
}
.home .new-arrivals .prev-slide-green {
  right: 4rem;
  bottom: 0;
}
.home .new-arrivals .next-slide-green {
  right: 0;
  bottom: 0;
}
.home .new-arrivals picture {
  width: 41%;
}
.home .new-arrivals picture img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .home .new-arrivals {
    justify-content: center;
    align-items: flex-start;
  }
  .home .new-arrivals .left {
    width: 100%;
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
  }
  .home .new-arrivals .prev-slide-green,
.home .new-arrivals .next-slide-green {
    display: none;
  }
  .home .new-arrivals picture {
    width: 100%;
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .home .new-arrivals .left {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: 0.0625rem solid #e5e5e5;
  }
  .home .new-arrivals .slider {
    width: 90%;
  }
  .home .new-arrivals .slider .slick-slide {
    flex-wrap: wrap;
  }
  .home .new-arrivals .slider img {
    width: 100%;
    margin: 0 0 3.75rem 0;
  }
  .home .new-arrivals .slider .info {
    width: 100%;
  }
}
.home {
  padding: 0 !important;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/component/intro
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/inheritance
|  resources/sass/global/font/family
|
*/
.product-group .list {
  width: 102%;
  justify-content: flex-start;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.product-group .list li {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2.5rem;
}
.product-group .list li img {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #e5e5e5;
}
.product-group .list li img:hover {
  border-color: #50788A;
}

@media screen and (max-width: 1400px) {
  .product-group .list {
    width: 103%;
  }
  .product-group .list li {
    width: 22%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 1023px) {
  .product-group .list {
    width: 106%;
  }
  .product-group .list li {
    width: 28%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .product-group .list {
    width: 100%;
    justify-content: space-between;
  }
  .product-group .list li {
    width: 48%;
    margin-right: 0;
  }
}
.product-group .intro {
  padding-left: 22%;
}
.product-group .intro .description {
  width: 75%;
}
.product-group hr {
  margin: 0 0 2.5rem;
}

@media screen and (max-width: 1023px) {
  .product-group .intro {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-group .intro .description {
    width: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.product-detail .gallery {
  width: 42%;
  align-items: flex-start;
}
.product-detail .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0.0625rem solid #e5e5e5;
}
.product-detail .gallery ul.thumbnails {
  width: 15%;
}
.product-detail .gallery ul.thumbnails li {
  width: 100%;
  margin-bottom: 0.625rem;
}
.product-detail .gallery ul.thumbnails li:hover img {
  border-color: #50788A;
}
.product-detail .gallery .picture {
  position: relative;
  width: 83%;
}
.product-detail .gallery .picture .btn-wishlist {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 3.625rem;
  height: 3.625rem;
  background: white center 0.875rem no-repeat url("../../img/icon/button/wishlist/stateless.svg");
  background-size: 1.625rem;
  border-radius: 50%;
}
.product-detail .gallery .picture .btn-wishlist:hover, .product-detail .gallery .picture .btn-wishlist.selected {
  background-image: url("../../img/icon/button/wishlist/selected.svg");
}
.product-detail .gallery .picture img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .product-detail .gallery {
    width: 100%;
    margin-bottom: 3.75rem;
  }
  .product-detail .gallery .picture {
    width: 100%;
    margin-bottom: 1.25rem;
    order: -1;
  }
  .product-detail .gallery ul.thumbnails {
    display: grid;
    width: 100%;
    grid-template-columns: 23% 23% 23% 23%;
    grid-row-gap: 1.25rem;
    justify-content: space-between;
  }
  .product-detail .gallery ul.thumbnails li {
    margin-bottom: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/form/form-qty-selector
|  resources/sass/global/buttons
|  resources/sass/global/inheritance
|
*/
.product-detail .info {
  width: 52%;
}
.product-detail .info span,
.product-detail .info strong {
  display: block;
}
.product-detail .info .brand {
  font-size: 0.875rem;
  margin-bottom: 1.4375rem;
  text-transform: uppercase;
}
.product-detail .info .name {
  font-size: 2.5rem;
  margin-bottom: 2.125rem;
  color: #50788A;
}
.product-detail .info .description {
  font-size: 1.25rem;
  color: #50788A;
  margin-bottom: 1.25rem;
}
.product-detail .info .use {
  margin-bottom: 1.875rem;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.product-detail .info .use li {
  margin-bottom: 0.9375rem;
  height: 1.25rem;
  background: left center no-repeat;
  background-size: auto 1.25rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #50788A;
  padding-left: 2.1875rem;
}
.product-detail .info .use li:last-child {
  margin-bottom: 0;
}
.product-detail .info .use li.contenido {
  background-image: url("../../img/icon/product-detail/contenido.svg");
}
.product-detail .info .use li.dia-noche {
  background-image: url("../../img/icon/product-detail/dia-noche.svg");
}
.product-detail .info .use li.dia {
  background-image: url("../../img/icon/product-detail/dia.svg");
}
.product-detail .info .use li.edad {
  background-image: url("../../img/icon/product-detail/edad.svg");
}
.product-detail .info .use li.empaque {
  background-image: url("../../img/icon/product-detail/empaque.svg");
}
.product-detail .info .use li.excipiente {
  background-image: url("../../img/icon/product-detail/excipiente.svg");
}
.product-detail .info .use li.noche {
  background-image: url("../../img/icon/product-detail/noche.svg");
}
.product-detail .info .use li.piezas {
  background-image: url("../../img/icon/product-detail/piezas.svg");
}
.product-detail .info .use li.tipo-piel {
  background-image: url("../../img/icon/product-detail/tipo-piel.svg");
}
.product-detail .info .price {
  font-size: 1.75rem;
  margin-bottom: 2.125rem;
}
.product-detail .info .form-qty-selector {
  margin-bottom: 2.125rem;
}
.product-detail .info .btn-dark-turquoise {
  width: 16.5625rem;
  margin-bottom: 3.125rem;
}
.product-detail .info strong {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #50788A;
}
.product-detail .info p {
  margin-bottom: 2.5rem;
}
.product-detail .info .sharing {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .product-detail .info {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .info .name {
    font-size: 2.125rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/colors
|
*/
.product-detail .tabs .wrapper, .product-detail .tabs hr {
  height: 20rem;
}
.product-detail .tabs ul {
  position: relative;
  width: 62.5rem;
  margin: 0 auto;
}
.product-detail .tabs ul li {
  width: 16%;
}
.product-detail .tabs ul .tab {
  display: block;
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #e5e5e5;
  text-align: center;
  line-height: 3rem;
  color: #50788A;
}
.product-detail .tabs ul .tab.selected {
  color: white;
  background-color: #50788A;
}
.product-detail .tabs ul .content {
  display: none;
  top: 6.25rem;
  width: 100%;
  height: 13.75rem;
  padding: 0 1.25rem;
  overflow: auto;
}
.product-detail .tabs ul .content p {
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 900px) {
  .product-detail .tabs .wrapper, .product-detail .tabs hr {
    height: auto;
  }
  .product-detail .tabs ul {
    display: block;
    width: 100%;
  }
  .product-detail .tabs ul li {
    width: 100%;
    margin: 0;
  }
  .product-detail .tabs ul hr {
    display: none;
  }
  .product-detail .tabs ul .tab {
    width: 100%;
    height: 3.625rem;
    margin-bottom: 0.1875rem;
    padding-left: 8%;
    background-color: #7DA7A1;
    border-color: #7DA7A1;
    text-align: left;
    font-size: 1rem;
    line-height: 3.625rem;
    color: white;
  }
  .product-detail .tabs ul .tab.selected {
    color: white;
    background-color: #7DA7A1;
  }
  .product-detail .tabs ul .content {
    position: relative;
    top: auto;
    height: auto;
    padding: 1.875rem 8%;
    overflow: visible;
    border: 0.0625rem solid #AED9CF;
    margin-bottom: 0.1875rem;
  }
}
.product-detail .wrapper.d-flex, .product-detail hr.d-flex {
  align-items: flex-start;
}

@media screen and (max-width: 1023px) {
  .product-detail .wrapper.d-flex, .product-detail hr.d-flex {
    justify-content: center;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixeles
|  resources/sass/global/colors
|
*/
.login .wrapper, .login .product-detail hr, .product-detail .login hr {
  justify-content: center;
  align-items: flex-start;
}
.login .wrapper .left, .login .product-detail hr .left, .product-detail .login hr .left,
.login .wrapper .right,
.login .product-detail hr .right,
.product-detail .login hr .right {
  width: 21.25rem;
}
.login .wrapper .left, .login .product-detail hr .left, .product-detail .login hr .left {
  margin-right: 11.25rem;
}

@media screen and (max-width: 1200px) {
  .login .wrapper .left, .login .product-detail hr .left, .product-detail .login hr .left {
    margin-right: 5.625rem;
  }
}
@media screen and (max-width: 700px) {
  .login .wrapper .left, .login .product-detail hr .left, .product-detail .login hr .left,
.login .wrapper .right,
.login .product-detail hr .right,
.product-detail .login hr .right {
    width: 100%;
  }
  .login .wrapper .left, .login .product-detail hr .left, .product-detail .login hr .left {
    padding-top: 3.125rem;
    margin-right: 0;
  }
  .login .wrapper .right, .login .product-detail hr .right, .product-detail .login hr .right {
    order: -1;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-bottom: 3.125rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/font/family
|  resources/sass/global/colors
|  resources/sass/global/buttons
|
*/
.account .list li {
  margin-bottom: 1.25rem;
  padding: 1.5625rem 5%;
  border: 0.0625rem solid #e5e5e5;
}
.account .list li .address {
  width: 60%;
}
.account .list li .address strong {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  color: #50788A;
}
.account .list li .address p {
  margin: 0;
}
.account .list li .card-name {
  width: 20%;
}
.account .list li .order-id strong {
  display: block;
  margin-bottom: 0.625rem;
}
.account .list li .order-total {
  min-width: 20%;
}
.account .list li .order-status {
  min-width: 20%;
  font-size: 0.875rem;
}
.account .list li .call-to-action a {
  display: inline-block;
  margin: 0 0.3125rem;
  font-size: 0.875rem;
  border-bottom: 0.125rem solid #7DA7A1;
  color: #7DA7A1;
}

@media screen and (max-width: 767px) {
  .account .list li .address {
    width: 100%;
  }
  .account .list li .call-to-action {
    width: 100%;
    margin-top: 1.875rem;
  }
  .account .list li .call-to-action a {
    margin: 0 1.25rem 0 0;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.layer.layer-order-detail ul li {
  align-items: flex-start;
  padding: 1.875rem 0;
}
.layer.layer-order-detail ul li:first-child {
  padding-top: 0;
}
.layer.layer-order-detail ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.layer.layer-order-detail ul .id {
  width: 100%;
  margin-bottom: 0.625rem;
}
.layer.layer-order-detail ul .address {
  width: 100%;
  margin-bottom: 1.875rem;
}
.layer.layer-order-detail ul .items {
  width: 70%;
  padding-right: 5%;
  border-right: 0.0625rem #e5e5e5 solid;
}
.layer.layer-order-detail ul .items .item {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
}
.layer.layer-order-detail ul .items .item img {
  width: 20%;
  margin-right: 5%;
  border: 0.0625rem solid #e5e5e5;
}
.layer.layer-order-detail ul .items .item .description {
  align-items: flex-start;
  width: 75%;
}
.layer.layer-order-detail ul .items .item .description .name {
  width: 43%;
}
.layer.layer-order-detail ul .items .item .description .qty {
  width: 20%;
}
.layer.layer-order-detail ul .breakdown {
  width: 30%;
  padding-left: 5%;
}
.layer.layer-order-detail ul .breakdown .table {
  margin-bottom: 1.5625rem;
}
.layer.layer-order-detail ul .breakdown .table tr td {
  padding: 0 0 1.25rem 0;
}
.layer.layer-order-detail ul .breakdown .table tr td:last-child {
  text-align: right;
}
.layer.layer-order-detail ul .breakdown .table tr:last-child td {
  padding: 1.25rem 0;
  color: #7DA7A1;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.layer.layer-order-detail ul .breakdown .table tr:last-child td small {
  display: block;
}

@media screen and (max-width: 600px) {
  .layer.layer-order-detail ul .id {
    display: block;
    margin-bottom: 0;
  }
  .layer.layer-order-detail ul .id div {
    margin-bottom: 0.625rem;
  }
  .layer.layer-order-detail ul .items {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .layer.layer-order-detail ul .items .item {
    margin-bottom: 1.875rem;
  }
  .layer.layer-order-detail ul .items .item img {
    width: 30%;
    margin-right: 5%;
  }
  .layer.layer-order-detail ul .items .item .description {
    width: 65%;
  }
  .layer.layer-order-detail ul .items .item .description .name {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .layer.layer-order-detail ul .items .item .description .qty {
    width: 48%;
  }
  .layer.layer-order-detail ul .items .item .description .price {
    width: 48%;
    text-align: right;
  }
  .layer.layer-order-detail ul .breakdown {
    width: 100%;
    padding-left: 35%;
  }
}
.account .wrapper, .account .product-detail hr, .product-detail .account hr {
  justify-content: flex-start;
  align-items: flex-start;
}
.account .empty {
  padding: 1.875rem 5%;
  border: 0.0625rem solid #e5e5e5;
  margin-bottom: 1.25rem;
  color: orangered;
}
.account [class*=btn-add] {
  width: 14.5rem;
}

@media screen and (max-width: 1023px) {
  .account .wrapper .w-50, .account .product-detail hr .w-50, .product-detail .account hr .w-50 {
    width: 100% !important;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/buttons
|
*/
.shopping .breakdown {
  width: 28%;
  border: 0.0625rem solid #e5e5e5;
  padding: 2.5rem 1.5625rem;
}
.shopping .breakdown .in-cart {
  margin-bottom: 1.875rem;
  color: #50788A;
}
.shopping .breakdown .items li {
  width: 100%;
  align-items: flex-start;
  position: relative;
  margin-left: 0;
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.shopping .breakdown .items li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.shopping .breakdown .items li img {
  width: 30%;
  margin-right: 5%;
  border: 0.0625rem solid #e5e5e5;
}
.shopping .breakdown .items li .info {
  width: 65%;
  color: #525252;
}
.shopping .breakdown .items li .info span {
  display: block;
}
.shopping .breakdown .items li .info .name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #50788A;
}
.shopping .breakdown .form-row {
  display: flex;
  align-items: flex-end;
}
.shopping .breakdown .form-row .form-cell {
  margin-bottom: 1.875rem;
}
.shopping .breakdown .form-row .form-cell:nth-of-type(1) {
  width: 65%;
}
.shopping .breakdown .form-row .form-cell:nth-of-type(2) {
  width: 35%;
}
.shopping .breakdown .table {
  margin-bottom: 0;
}
.shopping .breakdown .table tr td {
  padding: 0 0 1.25rem 0;
}
.shopping .breakdown .table tr td:last-child {
  text-align: right;
}
.shopping .breakdown .table tr:last-child td {
  padding: 1.5625rem 0 0;
  color: #50788A;
  border-top: 0.0625rem solid #e5e5e5;
  vertical-align: middle;
}
.shopping .breakdown .table tr:last-child td small {
  display: block;
}
.shopping .breakdown hr {
  margin: 1.5625rem 0;
}
.shopping .breakdown .btn-dark-turquoise {
  margin-bottom: 1.875rem;
}
.shopping .breakdown .disclaimer {
  padding-top: 1.5625rem;
  text-align: justify;
  text-justify: inter-word;
}

@media screen and (max-width: 1023px) {
  .shopping .breakdown {
    width: 100%;
    max-width: 500px;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|  resources/sass/global/inheritanhce
|  resources/sass/global/colors
|
*/
.shopping.cart .list li {
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.shopping.cart .list li img {
  width: 10%;
  margin-right: 5%;
  border: 0.0625rem solid #e5e5e5;
}
.shopping.cart .list li .info {
  width: 85%;
}
.shopping.cart .list li .info span {
  display: block;
}
.shopping.cart .list li .info .name {
  width: 18.75rem;
  color: #50788A;
  font-size: 1.125rem;
}
.shopping.cart .list li .info .price {
  width: 6.25rem;
  text-align: right;
}
.shopping.cart .list + .btn-white {
  width: 15.625rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .shopping.cart .list + .btn-white {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shopping.cart .list li {
    position: relative;
    padding: 1.875rem 2.5rem 1.875rem 0;
  }
  .shopping.cart .list li img {
    width: 30%;
    margin-right: 5%;
  }
  .shopping.cart .list li .info {
    width: 65%;
  }
  .shopping.cart .list li .info span {
    display: block;
    width: 100% !important;
  }
  .shopping.cart .list li .info .name {
    margin-bottom: 1.25rem;
  }
  .shopping.cart .list li .info .price {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    text-align: left;
  }
  .shopping.cart .list li .btn-delete {
    position: absolute;
    top: 1.875rem;
    right: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/global/colors
|  resources/sass/global/buttons
|
*/
.shopping.shipping .list .form-check {
  margin-bottom: 0.9375rem;
}
.shopping.shipping .list .form-check label {
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
  background-position: 1.25rem 1.125rem;
  background-size: 1.375rem;
  border: 0.0625rem solid #e5e5e5;
  line-height: 1.6;
}
.shopping.shipping .list .form-check label strong {
  display: block;
  font-size: 1.125rem;
  color: #50788A;
}
.shopping.shipping .list .btn-dark-turquoise {
  margin-top: 1.875rem;
  width: 14.5rem;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.shopping.payment-method .list {
  justify-content: flex-start;
}
.shopping.payment-method .list .form-check {
  margin-right: 1.25rem;
}
.shopping.payment-method .list .form-check label {
  display: flex;
  align-items: center;
  font-size: initial;
}
.shopping.payment-method .list .form-check label img {
  display: block;
  height: 2.5rem;
}
.shopping.payment-method .list .form-check label img.small {
  height: 1.25rem !important;
}
.shopping.payment-method .list .form-check:last-child {
  margin-right: 0;
}
.shopping.payment-method .list + hr + form {
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 500px) {
  .shopping.payment-method .list .form-check {
    margin: 0 0.9375rem 0.9375rem 0;
  }
  .shopping.payment-method .list .form-check label img {
    height: 1.875rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.shopping.payment-method .cards .form-check {
  margin-bottom: 0.9375rem;
}
.shopping.payment-method .cards .form-check label {
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
  background-position: 1.25rem 1.125rem;
  background-size: 1.375rem;
  border: 0.0625rem solid #e5e5e5;
  line-height: 1.6;
}
.shopping.payment-method .cards .form-check label strong {
  display: block;
  font-size: 1.25rem;
  color: #50788A;
}
.shopping.payment-method .cards .btn-dark-turquoise {
  margin-top: 1.875rem;
  width: 14.5rem;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.shopping.summary .info .table {
  margin-bottom: 0;
}
.shopping.summary .info .table tr td {
  padding: 0.3125rem 0;
  width: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .shopping.summary .info .table {
    font-size: 1.0625rem;
  }
  .shopping.summary .info .table tr td:first-child {
    padding-right: 0.625rem;
  }
  .shopping.summary .info .table tr td:last-child {
    text-align: right;
  }
  .shopping.summary .info .table:nth-of-type(2) tr td:first-child {
    display: none;
  }
  .shopping.summary .info .table:nth-of-type(2) tr td:last-child {
    width: 100%;
    padding: 0.625rem 0 0;
    text-align: left;
  }
}
.shopping .wrapper, .shopping .product-detail hr, .product-detail .shopping hr {
  align-items: flex-start;
}
.shopping .font-title {
  font-size: 3.125rem;
  margin-bottom: 1.875rem;
}
.shopping .empty {
  padding: 1.875rem;
  border: 0.0625rem solid #e5e5e5;
  margin-bottom: 0.9375rem;
  color: orangered;
}

@media screen and (max-width: 1023px) {
  .shopping .wrapper, .shopping .product-detail hr, .product-detail .shopping hr {
    justify-content: center;
  }
  .shopping .wrapper .w-60, .shopping .product-detail hr .w-60, .product-detail .shopping hr .w-60 {
    width: 100% !important;
    margin-bottom: 3.125rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/colors
|
*/
.register .wrapper .w-60 form, .register .product-detail hr .w-60 form, .product-detail .register hr .w-60 form {
  width: 75%;
}
.register .wrapper strong, .register .product-detail hr strong, .product-detail .register hr strong {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #50788A;
}

@media screen and (max-width: 1400px) {
  .register .wrapper .w-60 form, .register .product-detail hr .w-60 form, .product-detail .register hr .w-60 form {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .register .wrapper .w-60 form, .register .product-detail hr .w-60 form, .product-detail .register hr .w-60 form {
    width: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/size
|  resources/sass/global/pixels
|  resources/sass/global/buttons
|  resources/sass/global/colors
|  resources/sass/vendor/slick-theme
|
*/
.blog .slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.blog .slider .slick-slide {
  position: relative;
  padding: 0 0.9375rem;
}
.blog .slider .info {
  position: absolute;
  left: 20%;
  bottom: 7%;
  width: 60%;
  height: 11.25rem;
  overflow: auto;
  padding: 1.875rem 5%;
  font-size: 0.875rem;
  text-align: center;
  background-color: white;
}
.blog .slider .info .date {
  margin-bottom: 1.25rem;
}
.blog .slider .info .font-subtitle {
  margin-bottom: 0;
}
.blog .slider img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .blog .slider .slick-slide {
    padding: 0;
  }
  .blog .slider .info {
    left: 5%;
    bottom: 0;
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .blog .slider .info {
    position: relative;
    bottom: auto;
    width: 90%;
    height: auto;
    margin-top: -3.75rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/component/colors
|
*/
.blog .categories {
  margin-bottom: 3.125rem;
}
.blog .categories a {
  background-color: #e5e5e5;
  display: inline-block;
  padding: 0.9375rem 1.5625rem;
  margin: 0 0 0.4375rem 0.3125rem;
}
.blog .categories a.selected {
  color: white;
  background-color: #7DA7A1;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|  resources/sass/global/font/family
|  resources/sass/global/font/size
|  resources/sass/component/colors
|
*/
.blog .most-read ul li {
  margin-bottom: 2.5rem;
}
.blog .most-read ul li img {
  width: 30%;
}
.blog .most-read ul li .brief {
  width: 65%;
}
.blog .most-read ul li .date {
  margin-bottom: 0.3125rem;
}
.blog .most-read ul li .title {
  font-size: 1.125rem;
  color: #50788A;
}

@media screen and (max-width: 1023px) {
  .blog .most-read {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|  resources/sass/global/pixels
|
*/
.blog .pagination {
  position: relative;
  width: auto !important;
  margin: 0 !important;
  justify-content: flex-start !important;
}
.blog .pagination li {
  width: 2.1875rem !important;
  margin: 0 !important;
  text-align: center;
  font-size: 0.875rem;
  border: 0.0625rem solid #e5e5e5;
  border-left-width: 0;
  line-height: 1;
  background-color: white;
  border-radius: 1.25rem;
  margin-right: 0.5rem !important;
  padding: 0.625rem 0 !important;
}
.blog .pagination li a, .blog .pagination li.active, .blog .pagination li.disabled {
  display: block;
  width: 100%;
}
.blog .pagination li:first-child {
  border-left-width: 0.0625rem;
}
.blog .pagination li.active {
  color: white;
  background-color: #50788A;
  border-color: #50788A;
}

/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/pixels
|  resources/sass/global/font/family
|  resources/sass/global/font/size
|  resources/sass/component/sharing
|
*/
.blog article {
  width: 100%;
}
.blog article img {
  display: block;
  width: 100%;
}
.blog article .box {
  position: relative;
  left: 5%;
  width: 90%;
  margin-top: -3.75rem;
  padding: 1.875rem 5% 0;
  background: white;
}
.blog article .date {
  margin-bottom: 1.875rem;
}
.blog article .font-subtitle {
  margin-bottom: 1.875rem;
}
.blog article a.font-subtitle {
  text-decoration: underline;
}
.blog article p {
  margin-bottom: 2.5rem;
}
.blog article .btn-white {
  width: 12.5rem;
}
.blog article .sharing {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog article .btn-white {
    margin-bottom: 2.5rem;
  }
  .blog article .btn-white:last-child {
    margin-bottom: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|
*/
.blog .comment .btn-leave-comment {
  width: 14.5rem;
}
.blog .comment .btn-go-back {
  width: 8.75rem;
}
.blog .comment .bullet {
  padding: 0 0.625rem;
}
.blog .comment p + a {
  font-size: 0.9375rem;
  color: #50788A;
}
.blog .comment .answer {
  padding: 0 0 0 1.875rem;
}

.blog .wrapper.d-flex, .blog .product-detail hr.d-flex, .product-detail .blog hr.d-flex {
  align-items: flex-start;
  max-width: 1180px;
}
.blog .w-65 {
  justify-content: center;
}
.blog .date {
  font-size: 0.875rem;
}
.blog .date span {
  padding: 0 0.625rem;
}
.blog .font-subtitle {
  text-transform: none;
  font-size: 2rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .blog .wrapper.d-flex, .blog .product-detail hr.d-flex, .product-detail .blog hr.d-flex {
    width: 100%;
    justify-content: center;
  }
  .blog .w-65 {
    width: 100% !important;
    margin-bottom: 3.125rem;
  }
  .blog .w-25 {
    width: 90% !important;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|
*/
.contact .wrapper, .contact .product-detail hr, .product-detail .contact hr {
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1023px) {
  .contact .wrapper .w-50, .contact .product-detail hr .w-50, .product-detail .contact hr .w-50 {
    width: 100% !important;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/inheritance
|
*/
.policy .wrapper, .policy .product-detail hr, .product-detail .policy hr {
  justify-content: flex-start;
  align-items: flex-start;
}
.policy .wrapper .w-60 .font-28, .policy .product-detail hr .w-60 .font-28, .product-detail .policy hr .w-60 .font-28 {
  display: block;
  margin-bottom: 1.25rem;
  color: #50788A;
}
.policy .wrapper .w-60 p, .policy .product-detail hr .w-60 p, .product-detail .policy hr .w-60 p {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .policy .wrapper .w-60, .policy .product-detail hr .w-60, .product-detail .policy hr .w-60 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .policy .font-26 {
    font-size: 1.4375rem;
  }
}
/*
|--------------------------------------------------------------------------
| Archivos vinculados
|--------------------------------------------------------------------------
|
|  resources/sass/global/font/family
|  resources/sass/global/pixels
|
*/
.faq .wrapper, .faq .product-detail hr, .product-detail .faq hr {
  justify-content: flex-start;
  align-items: flex-start;
}
.faq .font-28 {
  display: block;
  margin-bottom: 1.25rem;
  color: #50788A;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #AED9CF;
}
.faq .font-22 {
  display: block;
  margin-bottom: 0.625rem;
  color: #525252;
}

@media screen and (max-width: 1023px) {
  .faq .wrapper .sidebar, .faq .product-detail hr .sidebar, .product-detail .faq hr .sidebar {
    display: block;
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  .faq .wrapper .w-60, .faq .product-detail hr .w-60, .product-detail .faq hr .w-60 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .faq .font-26 {
    font-size: 1.4375rem;
  }
  .faq .font-22 {
    font-size: 1.25rem;
  }
}
