/*This is my CSS, not yours, so learn to read my stuff*/
        body{
          background-color: #f0f0f0;
        }

        header, footer{
          background-color: #333;
          color: #fff;
        }

        #modalPermiso{
          z-index: 999999999999;
        }
        #modalPermiso .modal-dialog{
          border: 1px solid #000;
        }
        .flash-msg{
          width: 100vw;
          height: 100vh;
          /*background-color: rgba(0, 0, 0, 0.5);*/
          position: fixed;
          z-index: 9999999;
          top: 0;
          left: 0;
        }

                .arrow-left, .arrow-right{
                  height: calc(100% - 56px);
                  top: 56px;
                  width: 30px;
                  position: absolute;
                  z-index: 99999999;
                }

                .arrow-left img, .arrow-right img{
                  width: 60px;
                  position: absolute;
                  opacity: 0.3;
                  -webkit-transition: opacity 0.3s; /* Safari */
                  transition: opacity 0.3s;
                  margin-top: calc(50% - 30px);
                  top: calc(50% - 30px);
                }

                .arrow-left img:hover, .arrow-right img:hover{
                  opacity: 1;
                }

                .arrow-right{
                  right: 0;
                }

                .arrow-left{
                  left: 0;
                }


                .arrow-right img{
                  right: -12px;
                  -ms-transform: rotate(90deg); /* IE 9 */
                  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
                  transform: rotate(90deg);
                }

                .arrow-left img{
                  left: -12px;
                  -ms-transform: rotate(270deg); /* IE 9 */
                  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
                  transform: rotate(270deg);
                }

/*tarjetas container*/

.tarjetas {
    height: 100px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}

.tarjetas-container {
    height: 100px;
    width: auto;
    min-width: 570px;
    position: relative;
    padding: 10px;
}

.tarjetas-container-div {
    position: relative;
    height: 80px;
    width: auto;
    float: left;
    margin-right: 10px;
}

.c-name {
    position: absolute;
    top: 52px;
    left: 5px;
    font-size: 8px;
    color: white;
}

.c-ruc {
    position: absolute;
    top: 35px;
    left: 95px;
    font-size: 10px;
    color: white;
}

.tarjetas-container-div img {
    height: 80px;
    width: auto;
    vertical-align: middle;
    border: 0;
}

/*tarjetas container END*/

        .color-tag{
          width: 120px;
          height: 40px;
          /*background-color: rgba(0, 0, 0, 0.5);*/
          position: fixed;
          z-index: 9999999;
          top: 40vh;
          left: -90px;
          background-color: #333;
          color: #fff;
          line-height: 40px;
          text-align: center;
          -webkit-transition: left 0.3s; /* Safari */
          transition: left 0.3s;
        }

        .color-theme{
          position: relative;
          top: 0;
          background-color: #333;
          left: 0;
          width: 120px;
          height: 0;
          overflow: hidden;
          -webkit-transition: height 0.3s; /* Safari */
          transition: height 0.3s;
        }

        .color-tag:hover .color-theme{
          height: 160px;
        }

        .color-tag:hover{
          left: 0;
        }

        .color-purple{
          background-color: #cd5360;
        }
        .color-red{
          background-color: #b82601;
        }
        .color-blue{
          background-color: #4484ce;
        }
        .color-orange{
          background-color: #f19f4d;
        }
        .color-gray{
          background-color: #333;
        }
        .colour{
          border: 2px solid #fff;
          height: 20px;
          margin: 10px;
          width: 96px;
          cursor: pointer;
        }
        .flash-content{
          width: 180px;
          height: 90px;
          border-radius: 10px;
          background-color: #fff;
          border: 1px solid #333;
          margin: 0 auto;
          position: absolute;
          left: calc(50vw - 90px);
          top: calc(50vh - 45px);
          line-height: 90px;
          text-align: center;
          font-size: 18px;
          color: #333;

        }

        .flash-user, .flash-register{
          width: 100vw;
          height: 100vh;
          background-color: rgba(0, 0, 0, 0.5);
          position: fixed;
          z-index: 9999999;
          top: 0;
          left: 0;
        }

        .flash-content-user{
          width: 350px;
          height: auto`;
          border-radius: 10px;
          background-color: #fff;
          border: 1px solid #333;
          margin: 0 auto;
          position: absolute;
          left: calc(50vw - 175px);
          top: calc(50vh - 250px);
          color: #333;
          padding: 15px;
        }

        .flash-content-register{
          width: 350px;
          height: auto;
          border-radius: 10px;
          background-color: #fff;
          border: 1px solid #333;
          margin: 0 auto;
          position: absolute;
          left: calc(50vw - 175px);
          top: calc(50vh - 250px);
          color: #333;
          padding: 15px;
        }

        .flash-content-register img{
            width: 60%;
            margin-left: 20%;
        }

        .flash-content-user img{
            width: 60%;
            margin-left: 20%;
        }

        .shop-logo{
          height: 100px;
          width: auto;
          max-width: 100%;
        }

        .shop-title{
          font-size: 36px;
          font-weight: bold;
          margin: 15px;
        }

        .change-icon > .fa + .fa,
        .change-icon:hover > .fa {
          display: none;
        }
        .change-icon:hover > .fa + .fa {
          display: inherit;
        }

        .container-new{
          background-color: #fff;
          width:calc(100vw - 15px);
        }

        .outerBox {
          width: 100%; /* just set a width you like*/
          margin: 15px 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          overflow: hidden;
        }

        .outerBox:hover {
          -webkit-box-shadow: 0px 0px 0px 1px #ccc;
          -moz-box-shadow: 0px 0px 0px 1px #ccc;
          box-shadow: 0px 0px 0px 1px #ccc;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
        }

        .wrapper {
          width: 100%;/* % of width */
          padding-top: 130%; /* the % of padding will calculate by width */
          position:relative; /* as it childern's(img here) position's anchor */
          cursor: pointer;
        }

        .wrapper img {
          /* make the image inside the padding space */
          position:absolute;
          top:0;
          left:0;
          width:100%;
          display:block;
          margin: auto;
        }

        .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
            width: 100%;
        }

        .wishlist{
          /* make the image inside the padding space */
          position:absolute;
          top:10px;
          right:20px;
          width:40px;
          height:36px;
          font-size: 26px;
          text-align: center;
          color: red;
          display: block;
          margin: auto;
          -webkit-transition: opacity 0.3s; /* Safari */
          transition: opacity 0.3s;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 5px;
        }

        .addcart{
          /* make the image inside the padding space */
          position:absolute;
          bottom: 130px;
          right:20px;
          width:40px;
          height:38px;
          font-size: 26px;
          text-align: center;
          color: #333;
          display:block;
          margin: auto;
          -webkit-transition: opacity 0.2s; /* Safari */
          transition: opacity 0.2s;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 5px;
        }

        .pagar-tdc{
          opacity: 0.3;
        }
        
        .close-sess{
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
        }

        .btn-silice{
          color: #ff6c2b;
          border: 1px solid #ff6c2b;
        }

        .btn-silice:hover{
          color: #fff;
          border: 1px solid #ff6c2b;
          background-color: #ff6c2b;
        }

        .addcart:hover{
          color: green;
        }

.carrito-table, .pagar-table{
  width: 100%;
}
.carrito-table tr, .pagar-table tr{
  border: 1px solid #eee;
}
.pagar-table th, .pagar-table td{
  height: 50px;
  padding: 10px;
}
.carrito-table th{
  height: 50px;
  padding: 10px;
}
.carrito-table td{
  height: 100px;
  padding: 10px;
}
.cart-image img{
  height: 80px;
  width: auto;
}

.cart-image {
  text-align: center;
}

.table-delete{
  text-align: center;
  cursor: pointer;
}

.table-delete:hover{
  color:red;
}

.subtotal-table{
  float: right;
  width: 30%;
  margin-top: 30px;
}

.subtotal-table th{
  height: 50px;
  padding: 10px;
}
.subtotal-table td{
  height: 40px;
  padding: 10px;
}

.subtotal-table tr{
  border: 1px solid #eee;
}

.new-invoice {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: orange;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff6c2b;
}

        .cart-numbers{
          width: 100%;
          height: 610px;
          position: absolute;
          top: 45px;
          left: 0;
          z-index: 999;
          background-color: #fff;
          padding: 15px;
          border: 1px solid #ccc;
        }

        .show-cart{
          width: 100%;
          height: 30px;
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          z-index: 999;
        }

        .show-cart{
          height: 660px;
        }

        .slider.slider-horizontal {
            width: calc(100% - 75px);
            height: 20px;
        }

        .text{
          text-transform: lowercase;
        }

        .logo-factura {
          width: 50%;
          max-width: 50%;
          margin-left: 25%;
        }

        #imprimir-factura{
          width: 100%;
          max-width: 100%;
          font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
          font-size: 14px;
          line-height: 1.42857143;
          color: #333;
        }

        #imprimir-factura p{
          font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
          font-size: 14px;
          line-height: 1.42857143;
          color: #333;
        }

        #imprimir-factura hr{
          margin: 0;
          padding: 0;
        }

        .centered {
            text-align: center;
            align-content: center;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: #333;
        }

        .text:first-letter {
            text-transform: uppercase;
        }

        .cart-list{
          width: 100%;
          height: 380px;
          overflow: hidden;
          overflow-y: scroll;
        }

        .cart-sub{
          width: 100%;
          height: 40px;
          line-height: 40px;
          color: #333;
        }
        .cart-sub-left{
          float: left;
          font-size: 14px;
          color: #333;
        }
        .cart-sub-right{
          font-size: 20px;
          text-align: right;
          float: right;
        }
        .cart-view{
          width: 100%;
          height: 40px;
          color: #333;
          font-size: 14px;
          line-height: 40px;
          text-align: center;
        }
        .cart-view:hover{
          color: #fff;
          background-color: #ff6c2b;
          cursor: pointer;
          opacity: 0.7;
        }
        .cart-pagar{
          width: 100%;
          height: 40px;
          line-height: 40px;
          background-color: orange;
          text-align: center;
          font-size: 14px;
          color: #fff;
          background-color: #ff6c2b;
        }
        .cart-pagar:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .cart-item{
          width: 100%;
          height: 60px;
          border-bottom: 1px solid #ccc;
          padding: 10px 0;
        }

        .item-prev{
          margin-right: 10px;
          width: 40px;
          height: 40px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          float: left;
        }

        .item-content-top{
          width: 100%;
          float: left;
          height: 20px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        .item-content-bottom{
          padding-top: 4px;
          width: 100%;
          float: left;
          height: 20px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 12px;
          color: #808080;
          position: relative;
        }

        .item-content-description{
          width: calc(100% - 170px);
          float: left;
          height: 40px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        .item-content-tools{
          width: 120px;
          height: 40px;
          float: left;
        }

        .delete-item:hover{
          color: red;
          cursor: pointer;
        }

        .mini-restar, .mini-sumar, .delete-item{
          background-color: #ff6c2b;
          width: 38px;
          height: 38px;
          line-height: 16px;
          text-align: center;
          font-size: 13px;
          padding: 12px;
          border-radius: 20px;
          margin: 1px;
          color: #fff;
        }

        .mini-restar:hover, .mini-sumar:hover{
          cursor: pointer;
        }

        .delete-item{
          background-color: #fff;
          color: #333;
        }

        .pull-cart:hover .cart-numbers{
          display: inline;
        }

        .cart-numbers:hover{
          display: inline;
        }

        .product-content {
          /* make the image inside the padding space */
          background-color: #fff;
          position:absolute;
          bottom:-1px;
          left:0;
          height: 76px;
          padding: 5px 5px;
          width:100%;
          /* center the image */
          display:block;
          margin: auto;
          -webkit-transition: opacity 0.2s; /* Safari */
          transition: opacity 0.2s;
        }

        .product-content span{
          width:100%;
          float: left;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        .product-category{
          color: rgb(53, 53, 53);
          font-size: 12px;
        }

        .product-category b{
          color: #333;
          font-size: 12px;
        }

        .product-desc{
          color: #333;
          font-size: 18px;
        }

        .modal-img img{
          width: 100%; /*test*/
        }

        .product-price{
          color: #ff6c2b;
          font-size: 18px;
        }

        .outerBox:hover .addcart{
          opacity: 1;
        }

        .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
            background-color: #333;
            border-color: #333;
        }
        .pagination>li>a, .pagination>li>span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #333;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination>li:first-child>a, .pagination>li:first-child>span {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .pagination>li:last-child>a, .pagination>li:last-child>span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
            color: #fff !important;
            text-decoration: none;
            background-color: #333;
            outline: 0;
        }

        .shop-tools{
          padding: 0 6px;
          float: right;
          font-size: 16px;
        }

        .btns-cart{
          width: 130px;
          margin: 0 auto;
        }

        #main-content{
          height: calc(100vh - 300px);
          overflow: auto;
        }

        .modal-content {
            position: relative;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 0;
            border: 0;
            border-radius: 0;
            outline: 0;
        }

        .modal {
            z-index: 999999;
        }

        .tooltip-main{
          display: none !important;
        }

        .pop-slider-handle{
          border: 1px solid #333;
          border-radius: 4px;
          position: absolute;
          top: -25px;
          background-color: #fff;
          text-align: center;
          width: auto;
          padding: 0 6px;
          height: 20px;
          left: -10px;
        }

        .price-bar{
          margin-top: 5px;
        }

        /*search top*/

        .search-form .form-group {
          float: right !important;
          transition: all 0.35s, border-radius 0s;
          width: 35px;
          height: 35px;
          background-color: #fff;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          border-radius: 35px;
          border: 1px solid #ccc;
        }
        .search-form .form-group input.form-control {
          padding-right: 20px;
          border: 0 none;
          background: transparent;
          box-shadow: none;
          display:block;
        }
        .search-form .form-group input.form-control::-webkit-input-placeholder {
          display: none;
        }
        .search-form .form-group input.form-control:-moz-placeholder {
          /* Firefox 18- */
          display: none;
        }
        .search-form .form-group input.form-control::-moz-placeholder {
          /* Firefox 19+ */
          display: none;
        }
        .search-form .form-group input.form-control:-ms-input-placeholder {
          display: none;
        }
      /*  .search-form .form-group:hover,
        .search-form .form-group.hover {
          width: 100%;
          border-radius: 4px 25px 25px 4px;
        }*/
        .search-form .form-group span.form-control-feedback {
          position: absolute;
          top: -1px;
          right: -2px;
          z-index: 2;
          display: block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          text-align: center;
          color: #3596e0;
          left: initial;
          font-size: 16px;
        }

        /* Always set the map height explicitly to define the size of the div
         * element that contains the map. */
        #map {
          height: 0;
        }
        /* Optional: Makes the sample page fill the window. */
        .controls {
          margin-top: 10px;
          border: 1px solid transparent;
          border-radius: 2px 0 0 2px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: auto;
          outline: none;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        }

        #pac-input {
          background-color: #fff;
          font-family: Roboto;
          font-size: 15px;
          font-weight: 300;
          height: 32px;
          margin-left: 12px;
          padding: 0 11px 0 13px;
          text-overflow: ellipsis;
          width: 300px;
        }

        #pac-input:focus {
          border-color: #4d90fe;
        }

        .pac-container {
          font-family: Roboto;
        }

        #type-selector {
          color: #fff;
          background-color: #4d90fe;
          padding: 5px 11px 0px 11px;
        }

        #type-selector label {
          font-family: Roboto;
          font-size: 13px;
          font-weight: 300;
        }

        @media only screen and (min-width: 1200px) {
          .modal-dialog {
              width: 1170px;
              margin: 82px auto;
              margin-bottom: 0;
          }

        }
        @media only screen and (max-width: 1700px) {
          .cart-numbers{
            height: 490px;
          }
          .cart-list {
            height: 260px;
          }

          .addcart{
            bottom: 100px;
          }

        }

        @media only screen and (max-width: 1199px) and (min-width: 992px) {
          .modal-dialog {
              width: 970px;
              margin: 82px auto;
              margin-bottom: 0;
          }
          .cart-numbers{
            height: 380px;
          }
          .cart-list {
            height: 150px;
          }

          .addcart{
            bottom: 74px;
          }
        }

        @media only screen and (max-width: 1024px) and (min-width: 240px) {
          .addcart {
              position: absolute;
              opacity: 1;
          }
        }

        @media only screen and (max-width: 991px) and (min-width: 751px) {
          .modal-dialog {
              width: 750px;
              margin: 82px auto;
              margin-bottom: 0;
          }
          .subtotal-table{
            width: 40%;
          }
          .price-bar{
            margin-top: 20px;
          }

          
        }

        @media only screen and (max-width: 750px) and (min-width: 480px) {
          .modal-dialog {
              width: 100%;
              margin: 82px auto;
              margin-bottom: 0;
          }
          .table-desc{
            display: none;
          }
          .price-bar{
            margin-top: 20px;
          }
          .subtotal-table{
            width: 50%;
          }
        }

        @media only screen and (max-width: 480px) {
          .modal-dialog {
              width: 100%;
              margin: 82px auto;
              margin-bottom: 0;
          }
          .table-desc{
            display: none;
          }
          .subtotal-table{
            width: 60%;
          }
          .price-bar{
            margin-top: 20px;
          }
          .carrito-table{
            display: inline-block;
          }

          .btns-cart{
            width: 80px;
          }

          .prodCant2{
            height: 22px;
            font-size: 10px;
          }

          .btn2 {
              padding: 3px 6px;
              font-size: 10px;
              border-radius: 2px;
          }

          .carrito-table th{
            height: 40px;
            padding: 3px;
            font-size: 12px;
          }
          .carrito-table td{
            height: 80px;
            padding: 3px;
          }
          .cart-image img{
            height: auto;
            width: 40px;
          }


        }

        @media only screen and (min-width: 480px) {
          .modal-content {
            -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
            box-shadow: 0 0 0 rgba(0,0,0,0) !important;
          }
        }
