@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900$display=swap');
html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    .swiper-container {
      width: 100%;
      height: 100%;
      background: #000;
    }

    .swiper-slide {
      font-size: 18px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 60px;
    }

    .parallax-bg {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }

    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }

    .swiper-slide .subtitle {
      font-size: 21px;
    }

    .swiper-slide .text {
      font-size: 14px;
      max-width: 400px;
      line-height: 1.3;
    }

    .swiper-slide img {
      max-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
    }



	#cart a:hover{
	  background-color: #ddd;
	  color: black;
	}
	.previous {
	  position: fixed;
	  top: 0px;
	  left: 15px;	
	  font-size: 40px;
	  background-color: #000;
	  color: white;

	}
	.round {
	  border-radius: 80%;
	}

    #cart {
      position: fixed;
      top: 0px;
      right: 10px;
      z-index: 2;
    }
    .badge {
    	background-color: #000;
    	color: white;
      padding-left: 9px;
      padding-right: 9px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
    }

    .label-warning[href],
    .badge-warning[href] {
      background-color: #c67605;
    }
    #lblCartCount{
        font-size: 12px;
        background: #ff0000;
        color: #fff;
        padding: 0 5px;
        vertical-align: top;
        margin-left: -10px; 
    }





    /* Style the links inside the sidenav */
    #myDetalles .contextual {
      position: relative; /* Position them relative to the browser window */
      top: 0px;

      transition: 0.3s; /* Add transition on hover */
      padding: 15px; /* 15px padding */
      width: 120%; /* Set a specific width */
      height: 100%;
      text-decoration: none; /* Remove underline */
      font-size: 20px; /* Increase font size */
      color: white; /* White text color */
      box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
      border-radius: 1em;
      background: rgba(0,0,0,0.5);
      
    }

    #myDetalles .contextual:hover {
      bottom: 0;
    }

    #myDetalles .contextual p {
      font-size: 14px;
      top: 10px;
      position: relative;
    }
        
    .contextual button {
      position: relative;
      width: 130px;
      left: 0px;
      border: none;
      outline: 0;
      padding: 12px;
      color: white;
      background-color: #000;
      border-radius: 0 5px 5px 0;
      text-align: center;
      cursor: pointer;
      font-size: 18px;
    }
    .contextual .cantidad{
      position: relative;
      height: 35px;
      border-radius: 5px 5px 5px 5px;
      text-align: center;
      font-size: 18px;
      top: 0px;
    } 

    .contextual button:hover {
      opacity: 0.7;
    }

    #home {
      position: fixed;
      top: 20px;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);    

    }
