/**
* 1. animate.css
* 2. Bootstrap v4.0.0
* 3. magnific-popup
* 4. slick slider
* 5. Nice Select Css
* 6. Owl Carousel v2.3.4
* 7. Font Awesome 4.7.0
* 8. icomoon
*/

@charset "UTF-8";

.slick-track {
  display: flex;
}

.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

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

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 15px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #fff;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #fff;
    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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;

    opacity: .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: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

 	/*
  	icomoon
  */

  @font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?bzwp7m');
    src:  url('../fonts/icomoon.eot?bzwp7m#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?bzwp7m') format('truetype'),
      url('../fonts/icomoon.woff?bzwp7m') format('woff'),
      url('../fonts/icomoon.svg?bzwp7m#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-add-to-cat:before {
    content: "\e900";
  }
  .icon-arrow-buttom:before {
    content: "\e901";
    color: #777;
  }
  .icon-arrow-point-to-right:before {
    content: "\e902";
    color: #A4A4A4;
  }
  .icon-bar-icon:before {
    content: "\e903";
  }
  .icon-call-footer:before {
    content: "\e904";
    color: #A4A4A4;
  }
  .icon-call-header:before {
    content: "\e905";
    color: #777;
  }
  .icon-delivery-car:before {
    content: "\e906";
    color: #ff8e78;
  }
  .icon-email-subscribe:before {
    content: "\e907";
    color: #A4A4A4;
  }
  .icon-facebook:before {
    content: "\e908";
    color: #A4A4A4;
  }
  .icon-heart:before {
    content: "\e909";
    color: #777;
  }
  .icon-home-foother:before {
    content: "\e90a";
    color: #A4A4A4;
  }
  .icon-instagram:before {
    content: "\e90b";
    color: #A4A4A4;
  }
  .icon-left-arrow-slider:before {
    content: "\e90c";
  }
  .icon-money-back:before {
    content: "\e90d";
    color: #ff8e78;
  }
  .icon-phone-support:before {
    content: "\e90e";
    color: #ff8e78;
  }
  .icon-pinterest:before {
    content: "\e90f";
    color: #A4A4A4;
  }
  .icon-quick-view:before {
    content: "\e910";
    color: #777;
  }
  .icon-right-arrow-slider:before {
    content: "\e911";
  }
  .icon-search:before {
    content: "\e912";
  }
  .icon-skype:before {
    content: "\e913";
    color: #A4A4A4;
  }
  .icon-twitter:before {
    content: "\e914";
    color: #A4A4A4;
  }
  .icon-user:before {
    content: "\e915";
  }
  .icon-youtube:before {
    content: "\e916";
    color: #A4A4A4;
  }

.navbar-sp{
  width: 100% !important;
}

.navbar-sp a{
  text-decoration: none;
}

footer a{
  text-decoration: none;
  color: white;
}


.product-section-2 {
  width: 450px;
}

.content-mobile {
  display: flex;
  justify-content: center;
}

.style-sections {
  height: 490px;
}

.content-fabric {
  height: 450px;
}

.expanded-button {
  display: none;
}

.product-section-2 .pasos {
  width: 460px;
}

@media only screen and (max-width: 600px) {
  .product-section-2 {
    position: absolute;
    width: 350px;
    background: white;
    right: 0;
    top: 140px;
  }

  .product-section-2-hide {
    right: -330px;
  }

  .content-mobile  canvas, .content-mobile .principalImg{
    width: 100%;
  }

  .content-mobile {
    display: block;
    height: 525px;
  }

  .style-sections {
    height: 250px;
  }

  .content-fabric {
    height: 250px;
  }

  .container-fluid {
    width: fit-content !important;
  }

  .expanded-button {
    display: flex;
  }
}
