@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Footer
# Forms

# Home
    ## Home Hero
    ## Home Review
    ## Home Collections
    ## Home Items
    ## Home Warranty
    ## Home Our best sellers
    ## Home Where to buy

# Terminos y Condiciones
# Gracias
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

@font-face {
    font-family: 'graphikblack';
    src: url('../../assets/fonts/graphikblack-webfont.woff2') format('woff2'),
         url('../../assets/fonts/graphikblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphikbold';
    src: url('../../assets/fonts/graphikbold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/graphikbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphikmedium';
    src: url('../../assets/fonts/graphikmedium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/graphikmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphik_regularregular';
    src: url('../../assets/fonts/graphikregular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/graphikregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphiklight';
    src: url('../../assets/fonts/graphik-light-webfont.woff2') format('woff2'),
         url('../../assets/fonts/graphik-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'graphik_regularregular', 'Montserrat', 'sans-serif';
    background: #fff;
    color: #00466d;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'graphik_regularregular', 'Montserrat', 'sans-serif';
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #00466d;
  font-family: 'graphiklight', 'Montserrat', 'sans-serif';
  font-size: 16px;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #00466d;
  border: none;
  background: transparent;
  border-bottom: 1px solid #00466d;
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 1.125rem;
  font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #00466d;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #00466d;
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00466d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #00466d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #00466d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #00466d;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #00466d;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header.Sticky, .cta, img, .menu,
.menu_overlay, a::after, .box-collec-title {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #00466d;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    font-family: 'graphikmedium';
    border: 1px solid #00466d;
    background-color: transparent;
    padding: 5px 20px;
    color: #00466d;
    width: auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
}
.cta:hover{
    background-color: #fff;
    color: #00466d;
    text-decoration: none;
}
.cta-arrow {
    font-family: 'graphikmedium';
    text-transform: uppercase;
    position: relative;
    padding-right: 37px;
}
.cta-arrow::after {
    content: '';
    background-image: url('../../assets/img/ic-arrow-right-primary.png');
    width: 21px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}
.shadow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
/*    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(255,255,255,0) 100%);*/
/*    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(255,255,255,0) 100%);*/
/*    background: linear-gradient(180deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(255,255,255,0) 100%);*/
    z-index: 1;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    padding: 14px 0;
}
.bp-main-header .bp-header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}
.bp-header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}
.bp-header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}
.bp-header-row .col-header.col-logo {
    flex-grow: 0.2;
}
.bp-header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0.6;
}
.bp-header-row .col-header.col-cta {
    flex-grow: 0.2;
    justify-content: flex-end;
}
.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}
.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}
.main-navigation ul {
    font-family: 'graphik_regularregular';
    font-weight: normal;
    font-size: 0.875rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}
.main-navigation > ul > li {
    margin: 0px 20px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.main-navigation > ul > li:first-child {
    margin-left: 0;
}
.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    color: #00466d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.main-header-slight .main-navigation > ul > li > a {
    color: rgb(26, 26, 26);
    font-weight: 600;
}

.header-btn-cta {
    display: flex;
}

.header-btn-search {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-btn-search .btn_search {
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-image: url('../../assets/img/ic-search.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header-btn-search .btn_search.ic-close {
    background-image: url('../../assets/img/ic-search-close.png');
}

.header-btn-search .h-search-form-field {
    position: absolute;
    z-index: 99;
    top: calc(100% + 14px);
    right: 0px;
    width: 340px;
    visibility: hidden;
    opacity: 0;
}

.header-btn-search .h-search-form-field.show {
    visibility: visible;
    opacity: 1;
}

.header-btn-search .h-search-form-field .h-search-form-inner {
    background-color: #00466d;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 15px 0px;
    padding: 24px 32px;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    width: 100%;
    height: 44px;
    line-height: 1;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    padding: 0px 46px 0px 10px;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid rgb(230, 230, 230);
    border-radius: 0px;
}

.search-form .search-field::placeholder {
    color: #fff;
}

.header-btn-search .h-search-form-field .h-search-form-inner input {
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

.search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 46px;
    text-align: center;
    vertical-align: middle;
    color: rgb(26, 26, 26);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: transparent;
    transition: all 0.3s linear 0s;
}

.header-btn-search .h-search-form-field .h-search-form-inner button {
    color: rgb(255, 255, 255);
}

.menu-activador {
    position: relative;
    width: 32px;
    height: 100%;
    max-height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    cursor: pointer;
    display: none;
}

/* .menu-activador #openMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
    width: 32px;
    height: 20px;
} */

.menu-activador-linea {
    width: 100%;
    height: 1px;
    background-color: #00466d;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}
/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 432px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fffcf6;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

/*     -webkit-transform: translateX(0); */
/*     -ms-transform: translateX(0); */
/*     transform: translateX(0); */

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 32px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
    border-bottom: 1px solid #d2d2cc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-panel_body {
    padding: 1.5rem 0;
}

.side-panel_body nav {}
.side-panel_body nav ul {}
.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}
.side-panel_body nav ul li a {
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Hero
--------------------------------------------------------------*/
.cdc-home-hero {
/*    height: 695px;*/
/*    padding: 64px 0;*/
/*    display: flex;*/
/*    align-items: center;*/
}

.hero-content {
    color: #f3fdcc;
    position: relative;
}

.hero-content h1 {
    font-size: 12.5rem;
    line-height: 10rem;
    text-transform: uppercase;
    position: relative;
    left: -15px;
    margin-bottom: 2rem;
}

.hero-content h2 {
    font-size: 1.4rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.hero-content .cta {
    font-family: 'graphikmedium';
    color: #f3fdcc;
    border: 1px solid #f3fdcc;
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 15px 36px;
}

.hero-content .cta:hover {
    background-color: #00466d;
    text-decoration: none;
}

.hero-content .img-float {
    position: absolute;
    bottom: -30%;
    right: 0;
}

.arrowDown {
    padding: 10px;
    position: absolute;
    left: 50%;
    bottom: -150px;
    margin-left: -11px;
}

.arrowDown span {
    display: block;
    position: relative;
    bottom: 0;
    width: 1px;
    height: 44px;
    background-color: #f3fdcc;
}

.arrowDown span::before {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 1px;
    height: 10px;
    background-color: #f3fdcc;
    transform: rotate(-45deg);
}

.arrowDown span::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 1px;
    height: 10px;
    background-color: #f3fdcc;
    transform: rotate(45deg);
}

.carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 2;
    display: flex;
    align-items: center;
}

.carousel-item > img {
    height: 695px;
    object-fit: cover;
}
/*--------------------------------------------------------------
## Home Review
--------------------------------------------------------------*/
.cdc-home-review {
    background-color: #f3fdcc;
    padding: 5.625rem 0;
}

.review-detail {}

.review-detail .review-star {
    color: #00d7c6;
    font-size: 1.188rem;
    line-height: 1.188rem;
    margin-bottom: 1.5rem;
}

.review-detail h3 {
    font-family: 'graphikmedium';
    font-size: 2.125rem;
    line-height: 2.75rem;
}

blockquote {
    font-family: 'graphiklight';
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    text-align: center;
    padding: 0 81px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    font-family: 'graphik_regularregular';
    text-transform: uppercase;
    font-size: 0.875rem;
    font-style: normal;
    display: block;
    color: #00466d;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.control_slide_review li {
    position: absolute;
    bottom: 50%;
    width: 24px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
}

.control_slide_review li.prev {
    left: 0px;
}

.control_slide_review li.next {
    right: 0px;
}

.control_slide_review li .arrow_prev {
    display: block;
    height: inherit;
    position: relative;
}

.control_slide_review li .arrow_prev::before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    top: 3px;
    transform: rotate(130deg);
}

.control_slide_review li .arrow_prev::after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    bottom: 3px;
    transform: rotate(-130deg);
}

.control_slide_review li .arrow_next {
    display: block;
    height: inherit;
    position: relative;
}

.control_slide_review li .arrow_next::before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    top: 3px;
    transform: rotate(50deg);
}

.control_slide_review li .arrow_next::after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    bottom: 3px;
    transform: rotate(-50deg);
}
/*--------------------------------------------------------------
## Home Collections
--------------------------------------------------------------*/
.cdc-home-collections {
    padding: 8rem 0;
}

.collections-grid {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    height: 1670px;
}

.collections-col:nth-child(odd) { order: 1; }
.collections-col:nth-child(even) { order: 2; }
/* .collections-col:nth-child(3n)   { order: 3; } */

.collections-grid::before {
/*   content: "";
  flex-basis: 100%;
  width: 0;
  order: 2; */
}

/* .collections-grid::before,
.collections-grid::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
} */

.collections-item {
    background-color: #f5f5f5;
}

.collections-item .collections-media {
    position: relative;
    overflow: hidden;
}

.collections-item .wrapper-collections-name {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    text-align: center;
}

.collections-item .wrapper-collections-name a {
    padding-right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.collections-item .wrapper-collections-name a.cta-arrow::after {
    visibility: hidden;
    opacity: 0;
}

.collections-item:hover .wrapper-collections-name a {
    padding-right: 37px;
}

.collections-item:hover .wrapper-collections-name a::after {
    visibility: visible;
    opacity: 1;
}
/*--------------------------------------------------------------
## Home Items
--------------------------------------------------------------*/
.cdc-home-items {
    background-color: #f3fdcc;
}

.items-detail {
    padding: 3rem 0 3rem 6.75rem;
}

.icon-box {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    height: 100%;
}

.icon-box .icon-main {
    margin-bottom: 1.5rem;
}

.icon-box h5 {
    margin-bottom: 1rem;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-transform: uppercase;
    font-size: 1.125rem;
}

.icon-box--classic p {
    margin-bottom: 0;
}

.items-detail.items-detail_left {
    padding: 3rem;
}

.items-detail_left .icon-box h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.items-detail_left .icon-box .content-box p {
    font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Home Warranty
--------------------------------------------------------------*/
.cdc-home-warranty {
    background-color: #f3fdcc;
}

.warranty-detail {
    padding: 3rem 6rem;
}

.warranty-detail .bp-heading h2 {
    font-size: 2rem;
    line-height: 2.3rem;
}

.warranty-detail p {
    font-size: 0.938rem;
}

.warranty-detail .bp-heading {
    margin-bottom: 2rem;
}

.warranty-detail .bp-btn {
    margin-top: 3rem;
}
/*--------------------------------------------------------------
## Home Our best sellers
--------------------------------------------------------------*/
.cdc-home-best {
    padding: 8rem 0;
}

.relate-product-title {
    font-size: 2.75rem;
    line-height: 3.375rem;
    text-transform: uppercase;
    text-align: center;
}

.product-item {
    position: relative;
    font-family: "Montserrat",sans-serif;
    text-align: center;
    margin-bottom: 35px;
}

.product-item .product-media {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product-item .product-media img {
    margin-bottom: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.product-item .woocommerce-loop-product__title {
    font-size: 1.125rem;
    line-height: 2.125rem;
    color: #00466d;
    margin-top: 20px;
    margin-bottom: 3px;
    padding: 0;
}

.product-item .woocommerce-loop-product__title a {
    color: #00466d;
}

.product-colors {
    margin-top: 5px;
}

.product-item .product-colors_sample {
    overflow: hidden;
    position: static;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #00466d;
    width: 100%;
    visibility: hidden;
}

.product-item .product-colors_sample span {
    margin: 0 5px;
}

.product-colors_amount {
    font-size: 0.8rem;
}

.price-product {
    font-family: 'graphikmedium';
    display: inline-block;
    color: #00466d;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0;
/*    display: none;*/
}

.product-item:hover .product-colors_sample {
    visibility: visible;
}

.product-item:hover .product-colors_amount {
    visibility: hidden;
}
/*--------------------------------------------------------------
## Home Where to buy
--------------------------------------------------------------*/
.cdc-home-store {
    background-color: #009299;
    color: #f3fdcc;
}

.stores-detail {
    padding: 3rem 9rem 3rem 6rem;
}

.stores-detail .bp-heading {
    margin-bottom: 2rem;
}

.bp-heading {
    position: relative;
}

.bp-heading h2 {
    font-size: 2.75rem;
    line-height: 3rem;
    text-transform: uppercase;
}

.bp-heading > span {
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
}

.stores-detail .bp-btn {
    margin-top: 3rem;
}

.stores-detail .bp-btn .cta-arrow {
    color: #f3fdcc;
    text-transform: uppercase;
}

.stores-detail .bp-btn .cta-arrow::after {
    background-image: url(../../assets/img/ic-arrow-right-yellow.png);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer,
.footer-bottom {
    background-color: #f3fdcc;
}

.Web-Footer {
    padding-top: 5rem;
}

.footer-bottom  {
    padding: 16px 0 48px;
}

.widget-footer h6 {
    font-family: 'graphikmedium';
    font-size: 0.875rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    color: #00466d;
    margin: 0;
    margin-bottom: 1rem;
}

.widget-footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.widget-footer li {
    padding-bottom: 5px;
}

.widget-footer li:last-child {
    padding-bottom: 0;
}

.footer-list-item li:first-child {
    padding-top: 0;
}

.widget-footer a {
    color: #00466d;
    font-size: 0.875rem;
}

.newsletter_form {
    position: relative;
}

.newsletter_input {
    height: 44px;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: none;
    padding: 10px 66px 10px 20px;
    outline: none;
    color: #009299;
}

.newsletter_input::placeholder {
    color: #009299;
    font-size: 1rem;
}

.newsletter_btn {
    padding: 7px 25px;
    border-radius: 0;
    color: #00466d;
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    font-weight: 600;
    border: none;
    overflow: hidden;
}

.newsletter_btn span {
    display: block;
    position: relative;
    bottom: 0;
    width: 16px;
    height: 2px;
    background-color: #009299;
}

.newsletter_btn span::before {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 0;
    width: 1px;
    height: 8px;
    background-color: #00466d;
    transform: rotate(-45deg);
}

.newsletter_btn span::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    width: 1px;
    height: 8px;
    background-color: #00466d;
    transform: rotate(45deg);
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    padding-top: 9px;
    padding-bottom: 2px;
}

.footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-footer .footer-social li {
    padding-bottom: 0;
    margin-left: 2rem;
}

.widget-footer .footer-social li:first-child {
    margin-left: 0;
}

.footer-social li {
    display: inline-block;
}

.widget-footer li:last-child {
    padding-bottom: 0;
}

.footer-social a {
    font-size: 1.5rem;
    color: #00466d;
    text-align: center;
}

.list-social li:last-child a {
    margin-right: 0;
}

.footer-social a i {}

.footer-bottom ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
}

.footer-bottom ul li {
    margin-right: 48px;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}

.footer-bottom ul li a {
    color: #00466d;
    font-size: 0.75rem;
}

.footer-bottom p {
    font-size: 0.75rem;
    margin-bottom: 0px;
}

.footer-bottom p a {}
/*--------------------------------------------------------------
## Pagina Where to buy
--------------------------------------------------------------*/
.cdc-where-buy {
    background-color: #00466d;
    color: #f3fdcc;
}

.where-buy-detail {
    padding: 3rem 6.75rem;
}

.where-buy-detail .bp-heading h2 {
    margin-bottom: 2rem;
}

.mt-icon-box {
    margin-top: 4rem;
}

.icon-box-where-buy .icon-main {
    background-color: #f3fdcc;
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1.5rem;
}
.icon-box-where-buy .bp-btn {}
.icon-box-where-buy a {
    font-family: 'graphikmedium';
    color: #f3fdcc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon-box-where-buy .cta-arrow::after {
    background-image: url(../../assets/img/ic-arrow-right-yellow.png);
    bottom: 2px;
}

.cdc-where-buy-online {
    padding: 7rem 0 4rem;
}

.cdc-where-buy-data .bp-heading {
    margin-bottom: 4rem;
}

.cdc-where-buy-data .bp-heading h2 {
    color: #009299;
}

.box-detail-where-buy {
    padding-bottom: 3rem;
    border-bottom: 1px solid #00466d;
}

.box-detail-where-buy .content-box h5 {
    font-family: 'graphikmedium';
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 0.875rem;
}

.box-detail-where-buy .content-box .bp-btn {
    margin-top: 1.5rem;
}

.box-detail-where-buy .content-box a {
    font-family: 'graphikmedium';
    text-transform: uppercase;
}

.cdc-where-buy-store {
    padding: 4rem 0 7rem;
}
/*--------------------------------------------------------------
## Pagina Collections
--------------------------------------------------------------*/
.cdc-collections-hero {
    background-color: #f3fdcc;
    color: #009299;
}

.cdc-collections-hero .arrowDown {
    bottom: -48px;
}

.cdc-collections-hero .arrowDown span {
    background-color: #009299;
}

.cdc-collections-hero .arrowDown span::before {
    background-color: #009299;
}

.cdc-collections-hero .arrowDown span::after {
    background-color: #009299;
}

.product-item-collections .product-media {
    background: #f1f1f1;
    background-image: url('../../assets/img/collections/product-bg.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.product-item-collections .product-colors .product-colors_sample {
    visibility: visible;
}

.product-item-collections .product-colors .product-colors_amount {
    /*visibility: hidden;*/
    visibility: visible;
}

.product-item.plus_six_color .product-colors .product-colors_sample {
    /*height: 40px;*/
    height: auto !important;
}
/*--------------------------------------------------------------
## Pagina Contact
--------------------------------------------------------------*/
.bp-contact-hero {
    background-color: #009299;
    color: #f3fdcc;
}

.bp-contact-form {
    padding: 7rem 0;
}

.contact-box {
    padding: 3rem 0;
}

.bp-contact-form .bp-heading h2 {
    margin-bottom: 2rem;
}

.bp-heading h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.form-row {
    position: relative;
    margin-bottom: 1.7rem;
}

.form-contact {padding-top: 21px;}

.form-contact input {
    padding: 20px 20px 20px 140px;
}

.form-contact label {
    color: #00466d;
    font-size: 0.875rem;
    line-height: 0.875rem;
    position: absolute;
    top: 0;
    height: auto !important;
    width: 200px;
    display: flex;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

label::after {
    content: '*';
    color: #30a7ac;
    margin-left: 5px;
}

.form-contact textarea {
    position: relative;
    width: 100%;
    height: 160px;
    line-height: 26px;
    padding-top: 25px;
    padding-left: 3px;
}

.select_custom::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    pointer-events: none;
    width: 10px;
    height: 2px;
    background-color: #00466d;
    transform: rotate(45deg);
    z-index: 1;
}

.select_custom::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    pointer-events: none;
    width: 10px;
    height: 2px;
    background-color: #00466d;
    transform: rotate(-45deg);
    z-index: 1;
}

.form-contact select {
    display: block;
    padding: 20px 20px 20px 200px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
    text-align: center;
}

.box_btn_form {
    margin-top: 2.5rem;
}

.btn-form {
    font-family: 'graphikmedium';
    background-color: #009299;
    color: #fff;
    width: 100%;
    padding: 15px 20px;
    border: 0;
    text-transform: uppercase;
}

input.btn-form {
    font-family: 'graphikmedium';
    background-color: #009299;
    color: #fff;
    width: 100%;
    padding: 15px 20px !important;
    text-align: center;
    border: 0;
    text-transform: uppercase;
}

.contact-box-right .bp-heading h3 {
    margin-bottom: 2rem;
}

.contact-side-info h5 {
    font-family: 'graphikmedium';
    font-size: 1rem;
    line-height: 1rem;
}

.contact-side-info p {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## Pagina Product
--------------------------------------------------------------*/

/*
.product {
    display: none;
}

.product.active {
    display: block;
}

.product-section_01 {
    padding: 6.875rem 0;
}

.product-image {
    position: relative;
}
*/


.control_slide_product li {
    position: absolute;
    bottom: 50%;
/*    width: 24px;*/
/*    height: 20px;*/
    cursor: pointer;
    z-index: 2;
    padding: 32px;
}

.control_slide_product li.prev {
    left: 0px;
}

.control_slide_product li.next {
    right: 0px;
}

.control_slide_product li img {

}

/*.control_slide_product li .arrow_prev {
    display: block;
    height: inherit;
    position: relative;
}*/

/*.control_slide_product li .arrow_prev::before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    top: 3px;
    transform: rotate(130deg);
}

.control_slide_product li .arrow_prev::after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    bottom: 3px;
    transform: rotate(-130deg);
}
*/
/*.control_slide_product li .arrow_next {
    display: block;
    height: inherit;
    position: relative;
}*/

/*.control_slide_product li .arrow_next::before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    top: 3px;
    transform: rotate(50deg);
}

.control_slide_product li .arrow_next::after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #115374;
    position: absolute;
    bottom: 3px;
    transform: rotate(-50deg);
}*/

.product-specif {
    padding: 3rem 10rem;
}

.product-specif .bp-heading h2 {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.box-detail_s100 h2 {
    color: #00d7c7;
    font-size: 2.75rem;
    line-height: 2.75rem;
    margin-bottom: 1.5rem;
}

.box-detail_s100 p {
    font-family: 'graphikmedium';
    font-size: 2.125rem;
    line-height: 2.425rem;
}

.box-percen h2 {
    color: #00d7c7;
    font-size: 4.688rem;
    line-height: 4.688rem;
}
.box-percen p {
    font-family: 'graphikmedium';
    font-size: 2.125rem;
    line-height: 2.425rem;
}

.product-info-box {
    width: initial;
    height: 100%;
    background-color: #f3fdcc;
    padding: 4rem 3.375rem;
}

.product_summary_top {
    margin-bottom: 3rem;
}

.title-wrapper {
    /*display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.page-title-wrapper h1 {
    font-size: 2.75rem;
    line-height: 2.75rem;
    margin-bottom: 0;
}

.title-wrapper p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0;
    text-align: right;
}

.product_summary_top .title-wrapper .price {
/*    display: none;*/
}

.variation-swatches__selected-label {
    text-transform: uppercase;
    margin-bottom: 0.875rem;
}

.variation-swatches__wrapper {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    flex-wrap: wrap;
}

.variation-swatches__wrapper li {
    margin: 0 0.438rem 0.438rem;
    transition: 0.3s;
    text-align: center;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 5px;
}

.variation-swatches__wrapper li.select {
    border: 1px solid #00466d;
}

.variation-swatches__wrapper li span {
    display: flex;
    align-items: center;
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.button-group-inner {
    display: flex;
    flex-wrap: wrap;
}

.button-group-inner > button {
    font-family: 'graphikmedium';
    flex-grow: 1;
    flex-basis: 1;
    font-size: 1rem;
    padding: 9px 16px;
    text-transform: uppercase;
    border: 1px solid #00466d;
    background-color: transparent;
}

.button-group-inner > button.select {
    background-color: #00466d;
    color: #f3fdcc;
}

.select-tamano-04 > button {
    font-size: 0.875rem;
    padding: 8px 16px;
}

/* Product descripcion */
.product-container-descrip {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.product-container-descrip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-container-descrip.hidden::after {
    background: linear-gradient(0deg, rgba(243,253,204,1) 0%, rgba(255,255,255,0) 100%);
}


.product-container-descrip p {
    line-height: 22px;
}

/*
#more {
    display: none;
}
*/

.cta-more {
    font-family: 'graphikmedium';
    text-decoration: underline;
    display: block !important;
}

/* Product box icon info */
.product-icon-info {
    display: flex;
    flex-flow: row wrap;
    margin: 1.5rem 0;
}

.large-3 .icon-box-info {
    width: 33.333333%;
    display: flex;
    align-items: center;
    padding-right: 1px;
    margin-bottom: 1.5rem;
}
.icon-box-info {}
.icon-box-info .icon-main {
    float: left;
    margin-right: 1rem;
    margin-top: 5px;
    flex: 1;
    text-align: center;
}
.icon-box-info .icon-main img {}
.icon-box-info .content-box {
    flex: 3;
}
.icon-box-info .content-box p {
    margin-bottom: 0;
    font-size: 0.875rem;
}
/* Product acordion info */
.accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #00466d;
}
.accordion-item:first-of-type {
    border-top: 1px solid #00466d;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-btn {
    width: 100%;
    background: transparent;
    font-family: 'graphikmedium';
    text-align: left;
    border: 0;
    text-transform: uppercase;
    padding: 17px 0;
    font-size: 1rem;
    line-height: 1rem;
    position: relative;
    vertical-align: middle;
}
.accordion-btn::before {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 39px;
    height: 18px;
    margin-right: auto;
    content: "";
    background-image: url(../../assets/img/ic-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s ease-in-out;
    vertical-align: middle;
}
.accordion-btn:not(.collapsed)::after {
    background-image: url(../../assets/img/faq-ic-arrow.png);
/*     transform: rotate(-180deg); */
}
.accordionBody {
    margin-bottom: 2rem;
}

/* -------------------------------
# Terminos y Condiciones
---------------------------------- */
.terms-conditions {
    background-color: #f1f1f1;
    padding: 4rem 0;
}
.terms-detail h1 {
    margin-bottom: 2rem;
}
.terms-detail h2,
.terms-detail h3,
.terms-detail h4,
.terms-detail h5,
.terms-detail h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.188rem;
}
.terms-detail p {
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-bottom: 1.188rem;
}
.terms-detail a {
    font-size: 0.875rem;
    line-height: 1.1rem;
    color: #00466d;
}
.terms-detail ul {
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-bottom: 1.188rem;
    margin-left: 1.188rem;
}

.product-images {
    display: none;
}
.product-images.show {
    display: block;
}
/* -------------------------------
# Gracias
---------------------------------- */
.gracias-box {}
.gracias-box .cta {
    padding: 9px 25px;
    margin-top: 1rem;
}
.gracias-box .cta:hover {
    color: #fff;
    background-color: #00466d;
}

/* -------------------------------
# About
---------------------------------- */
.bp-home-about {
    padding: 6rem 0;
}

.box-collec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0 2rem;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

.box-collec-title.sticky {
    padding: 0.5rem 0;
    box-shadow: 0px 40px 80px -24px rgba(0, 0, 0, 0.25);
    position: sticky;
}

.collec-title {
    margin-bottom: 0;
    /*position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;*/
}

ul.headMenu>li {display: inline-block;}


.woo-variation-swatches ul[data-attribute_name="attribute_pa_color"] > li {
    height: 36px !important;
    justify-content: center;
    margin: 10px !important;
    padding: 4px !important;
    position: relative;
    width: 36px !important;
    background-color: transparent !important;
}


.woo-variation-swatches ul[data-attribute_name="attribute_pa_size"]  { 
}

.woo-variation-swatches ul[data-attribute_name="attribute_pa_size"] > li {
    font-family: 'graphikmedium';
    flex-grow: 1 !important;
    border:0 none;
    flex-basis: 1 !important;
    font-size: 1rem !important;
    padding: 10px 16px !important;
    text-transform: uppercase !important;
    border: 1px solid #00466d !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    height: 50px !important;
    color: #00466d !important;
    box-shadow: none !important;
}

.woo-variation-swatches ul[data-attribute_name="attribute_pa_size"] > li.selected
{
  background-color: #00466d !important;
  border:0 none !important;
  color: #f3fdcc !important;
  box-shadow: none !important;
}

.woo-variation-swatches ul[data-attribute_name="attribute_pa_size"] > li.selected .variable-item-span
{
  background-color: #00466d !important;
  color: #f3fdcc !important;
  border:0 none !important;
  box-shadow: none !important;
}


.woo-variation-swatches ul[data-attribute_name="attribute_pa_size"] > li .variable-item-span, .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img
{
  border-radius: 0 !important;
  line-height: 2.4 !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #00466d;
}

.woocommerce div.product table.variations th.label label
{
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  margin-top: 1.5rem !important;
  font-family: 'graphik_regularregular', 'Montserrat', 'sans-serif';
}


.woocommerce div.product .product-image {
    width:100%;
    /*background:pink;*/
    position:relative;
    padding:0 30px !important;
    min-height:0;
    height: auto;
}


.rtwpvg-images {
  max-width: none !important;
  width: 100%;
  float: none;
}


/*
.woocommerce-active .site-header .site-header-cart,
.storefront-handheld-footer-bar{
    display: none;
}
*/

form.cart .single_variation_wrap {
    display: none !important;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-wrapper {
    display: none;
}
