/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
  } */
  
  *{
    font-family: 'Titillium Web', sans-serif !important;
  }
 

  /*BUTTONS, FONTS*/
  .btn-standard {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.397);
    border-color: rgb(224, 224, 224);
    color: #fff;
  }

  .btn-standard:hover {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.596);
    border-color: rgb(224, 224, 224);
    color: #000;
  }

/*BACK TO TOP BUTTON*/
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background-color: rgb(82, 82, 82) !important;
}


  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  /*MENU - NAVBAR
    -------------------------------------------------- */

  .site-header {
    position: absolute;
    width: 100%;
    height: 80px;
    /* background-color: rgba(0, 0, 0, .85); */
    /* -webkit-backdrop-filter: saturate(180%) blur(20px); */
    /* backdrop-filter: saturate(180%) blur(20px); */
  }
  .site-header a {
    color: #fff !important;
    font-weight: bold;
    transition: color .15s ease-in-out;
    align-self: center;
    text-decoration: none;
    margin: 10px 10px 0 10px;
  }
  .site-header a:hover {
    color: #fff;
    border-bottom: #000;
    border-bottom: inset;
  }

  .site-header-scroll {
    background-color: rgb(47 47 47) !important;
    color: #FFF;
    position: fixed !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  /*FOOTER
    -------------------------------------------------- */
  .section-footer{
    padding: 50px;
    background-color: rgb(47 47 47);
    color: #FFF;
  }

  .section-footer a{
    text-decoration: none;
    color: #1ebbf0;
  }

  /*CATEGORIES
    -------------------------------------------------- https://w3bits.com/css-image-hover-zoom/ */

    .categories-section{
      padding-left: 100px !important;
      padding-right: 100px !important;
    }

    .category-parent {
      height: 100%; width: 100%; overflow: hidden;
    }

    .category-child { 
      position: relative; 
      height: 280px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      overflow: hidden;
    }
    
      
    .category-child:before {
      content: "";
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-image: linear-gradient(200deg, rgba(255,0,0,0), rgba(0, 0, 0, 0.685));

      /* background-color: rgba(152, 66, 211, 0.63); */
    }

    .category-child:hover{
      -ms-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }

    .category-child h1 {
      position: relative;
      color: #ffffff;  
      font-size: 2rem;
      line-height: 0.9;
      text-align: center;
    }

    .category-child h3 {
      position: relative;
      color: #ffffff;  
      font-size: 1rem;
      line-height: 0.9;
      text-align: center;
    }

    
    .category-child a {
      text-decoration: none;
    }



    .categories-section .nav-link {
      color: black;
      font-weight: bold;
    }

    .categories-section .nav-link:hover {
      color: #1ebbf0;
    }

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      background-color: transparent;
      color: #1ebbf0;
    }


    /*LARGE IMAGE SECTION -------------------------------------------------*/
    .section-image-large{
      /* margin: 150px 0 20px 0; */
    }

    .cat-large-image{
      height: 300px;
      padding: 4rem !important;
      color: #fff;
      background-size: cover;
    }
    .cat-large-image p{
      margin: 0px !important;
    }


  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 1rem;
  }

  .carousel .btn {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.397);
    border-color: rgb(224, 224, 224);
  }

  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
	margin-bottom: 4.2rem;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 28rem; /*TAMAÑO CAR*/
    overflow: hidden;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /* height: 40rem; */
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing{
    width: 1000px;
  }

  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
    opacity: 0.1;
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }


  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  



  

  /* PRODUCTS
  -------------------------------------------------- 
    -------------------------------------------------- 
      --------------------------------------------------   -------------------------------------------------- */


  /* SECTION HEADER ----------------------------------*/
  .section-title{

    height: 250px;
    background-color: #eeeeee;
    text-align: center;
  }


  /* PRODUCT CARD -----------------------------------*/

  .wrapper {
    height: 270px;
    width: 100%;
    /* VIA CSS MATIC https://goo.gl/cIbnS */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    background-color: #f5f5f5;
  }
  
  .product-img {
    float: left;
    height: 270px;
    width: 250px;
    padding: 10px;
    background-color:#fff;
    border-width: 10px;
  }
  
  .product-img img {
    height: 230px;
    width: 230px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .product-img img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .product-info {
    float: left;
    /* height: 420px; */
    /* width: 327px; */
    /* border-radius: 0 7px 10px 7px; */
    /* background-color: #f0f0f0; */
  }
  
  .product-text {
    /* height: 350px; */
    width: 350px;
  }
  .product-text a {
    text-decoration: none;
  }

  .product-text h1 {
    margin: 10px 0 0 38px;
    padding-top: 5px;
    font-size: 25px;
    color: #474747;
  }
  
  .product-text h1,
  .product-price-btn p {
    font-family: 'Bentham', serif;
  }
  
  .product-text h2 {
    margin: 5px 0 10px 38px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #d2d2d2;
    letter-spacing: 0.2em;
  }
  
  .product-text p {
    /* height: 125px; */
    margin: 0 0 0 38px;
    font-family: 'Playfair Display', serif;
    color: #8d8d8d;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: lighter;
    overflow: hidden;


      /* width: 200px;   */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      /* white-space: pre-wrap; */
      overflow: hidden;
      /* text-overflow: ellipsis;     */
  }
  
  .product-price-btn {
    /* height: 103px; */
    /* width: 327px; */
    margin-top: 17px;
    position: relative;
  }
  
  .product-price-btn p {
    display: inline-block;
    /* position: absolute; */
    top: -13px;
    height: 50px;
    font-family: 'Trocchi', serif;
    margin: 0 0 0 38px;
    font-size: 28px;
    font-weight: lighter;
    color: #474747;
  }
  
  span {
    display: inline-block;
    height: 50px;
    font-family: 'Suranna', serif;
    font-size: 34px;
    text-align: right;
  }
  
  .product-price-btn button {
    float: right;
    display: inline-block;
    height: 50px;
    width: 176px;
    margin: 0 0 0 16px;
    /* box-sizing: border-box; */
    border: transparent;
    /* border-radius: 60px; */
    /* font-family: 'Raleway', sans-serif; */
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    background-color: #1ebbf0;
    cursor: pointer;
    outline: none;
  } 
  
  .product-price-btn button:hover {
    background-color: #1ebbf0;
  }





  /*PRODUCT VARIANT --------------------*/

  .mydiv {
    margin-top: 50px;
    margin-bottom: 50px
}

.cross {
    font-size: 10px
}

.padding-0 {
    padding-right: 5px;
    padding-left: 5px
}

.img-style {
    margin-left: -11px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 104% !important
}

.m-t-20 {
    margin-top: 20px
}

.bbb_background {
    background-color: #E0E0E0 !important
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bbb_deals_featured {
    width: 100%
}

.bbb_deals {
    width: 100%;
    margin-right: 7%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 34px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 0px
}



.bbb_deals_slider_container {
    width: 100%
}

.bbb_deals_item {
    width: 100% !important
}

.bbb_deals_image {
    width: 100%
}

.bbb_deals_image img {
    width: 100%
}

.bbb_deals_content {
    margin-top: 33px
}

.bbb_deals_item_category a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5)
}


.bbb_deals_item_name {
    font-size: 24px;
    font-weight: 400;
    color: #000000
}

.bbb_deals_item_price {
    font-size: 24px;
    font-weight: 500;
    color: #6d6e73
}

/* .available {
    margin-top: 19px
} */

/* .available_title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400
} */

/* .available_title span {
    font-weight: 700
} */

/* @media only screen and (max-width: 991px) {
    .bbb_deals {
        width: 100%;
        margin-right: 0px
    }
}

@media only screen and (max-width: 575px) {
    .bbb_deals {
        padding-left: 15px;
        padding-right: 15px
      
      }


    .bbb_deals_slider_nav_container {
        right: 5px
    }

    .bbb_deals_item_name,
    .bbb_deals_item_price {
        font-size: 20px
    }
} */