/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #2f2e71;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
    color: #000000!important;
}

#header-wrap {
    position: fixed;
    height: auto;
    z-index: 299;
    box-shadow: 0 0 0 rgba(0,0,0,0.1);
    transition: height .2s ease 0s, background-color .3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform;
    background-color: #2f2e71;
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #ffffff;
}

.header-misc-icon > a {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 1.125rem;
    line-height: 20px;
    text-align: center;
    color: #fff!important;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

::selection {
    background: #2f2e71;
    color: #FFF;
    text-shadow: none;
}

.sub-menu-container, .mega-menu-content {
    position: absolute;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #2f2e71;
    z-index: 399;
    top: 100%;
    left: 0;
    padding: 0;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #FFCC01;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button:hover {
    background-color: #2f2e71;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.dark #footer, #footer.dark {
    color: rgba(255,255,255,0.75);
    background-color: #2f2e71;
    border-top-color: rgba(255,255,255,0.15);
}

#gotoTop:hover {
    background-color: #FFCC01;
}

.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2f2e71;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.top-cart-number::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFCC01;
    opacity: 0.8;
    z-index: -1;
}

.top-cart-action .top-checkout-price {
    font-size: 1.25rem;
    color: #2f2e71;
}

.top-cart-content {
    opacity: 0;
    position: absolute;
    width: 280px;
    border: 1px solid #EEE;
    border-top: 2px solid #2f2e71;
    top: calc( 100% + 20px );
    right: -15px;
    margin: -10000px 0 0;
    z-index: auto;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease;
}

.sub-menu-container .menu-item:hover > .menu-link {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #2f2e71;
}

.heart-line {
    margin: 400px 10px 10px 70px;
    font-size: 80px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #2f2e71!important;
}

.svg-trigger path {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5;
    stroke-linecap: round;
}

.boton-acceso{
    margin: 10px 10px 10px 55px;
    color: #FFF!important;
}

.iconos-responsivo{
    margin: 10px 50px 10px 10px;
}


.align-check {
    margin-left: 325px;
}


#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: -50px;
}

.responsive-top {
    margin-top: 0px;
    margin-bottom: 0px;
}

.texto-legales {
    margin-top: 5%;
}

.content-wrap {
    position: relative;
    padding: 0px 0;
    overflow: hidden;
}

.footer-top {
    margin-top: 30px;
}

.breadcrumb {
    position: initial!important;
    width: auto !important;
    top: 49% !important;
    left: auto !important;
    right: 15px !important;
    margin: 20px 10px 0px 10px !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%);
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #2F2E71;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media (max-width: 991px){
    #slider {
    margin: 100px 0px 0px 0px;
    }
}

@media (max-width: 600px){

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

   .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


	.iconos-responsivo {
        margin: 0px 0px 14px -28px;
    }

    #slider {
    margin: 0px 0px 0px 0px;
    }

    #slider .slider-inner {
    	position: relative;
    	display: -ms-flexbox;
    	display: flex;
    	flex-grow: 1;
    	align-items: center;
    	margin-top: 50px!important;
    }

    .heart-line {
    	margin: 200px 10px 10px 70px;
    	font-size: 80px;
    }

    .button {
    	background-color: #2f2e71;
    }

    .sub-menu-container, .mega-menu-content {
    	padding: 0px 26px 10px 30px;
    	margin: -1px 10px 10px -104px;
    }

    .responsive-top {
        margin-top: 70px;
        margin-bottom: -25px;
    }

    .align-check {
        margin-left: 0px;
    }

    .social-icon {
        margin: 3px 7px 8px 5px;
    }
    .texto-legales {
        margin-top: 5%;
    }

    .content-wrap {
        position: relative;
        padding: 100px 0;
        overflow: hidden;
    }

    .footer-top {
        margin-top: -60px;
    }
}