.top-bar .cnt-account {
   
    padding: 13px 0px;
  }
  .top-bar .cnt-account ul > li a{
    font-size: 14px;
  }
.fixed-menu{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.header_social a{
  width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0px;
}

.fixed-menu.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  display: none;
}

.nav-highlight {
  background: #fff;
    border-bottom: 2px #f1c533 solid;
}
.product .cart .action ul li.lnk.qnty {
    padding: 4px;
}
.product .cart .action ul li.lnk.qnty input {
    width: 70px;
    height: 26px;
}
.title-cont {

background-color: #2413755c;
background-image: repeating-linear-gradient(55deg, transparent, transparent 22px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
        color: #fff;
}
.title-style {

  font-weight: bold;
  font-size: 40px;
  padding: 10px;
  padding-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: -2px 1px #722c1c;
}

@import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


.recipe-page {


  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,dddddd+50,dddddd+100 */
/* background: #ffffff; Old browsers
background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #dddddd 50%, #dddddd 100%); FF3.6-15
background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#dddddd 50%,#dddddd 100%); Chrome10-25,Safari5.1-6
background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#dddddd 50%,#dddddd 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); IE6-9
 */
  background: url(../images/backg1.jpg);
  background-size: cover;
  padding: 0px;
  color:#fff;

  
 box-shadow: 5px 13px 13px 0px #722c1c66;
 border-radius: 20px;


}

.recipe-page .row{ 
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
}


.bottel-side{ 

  margin-top: 5%;
  padding: 20px;
  
  height: auto;
  text-align: center;
}



.bottle {
  display: inline-block;
  position: relative;
  width: 150px;
  margin: 0 20px 50px 0;
}


.bottle_top {
  background: url(../images/cub.png);
    height: 140px;
    background-size: cover;
    width: 100%;
    z-index: 10;
    position: relative;
}


.bottle_main {
  height: 355px;
  position: relative;
  width: 100%;
  /* background: none; */
    background: url(../images/bottle.png);
  background-size: cover;
/*   border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  border-bottom: none; */
}

.bottle_inner {
  height: 100%;
  width: 92%;
  margin: 0px auto;
  border-radius: 10px 10px 20px 20px/10px;
  border: 1px solid rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom-width: 0.5px;
  position: relative;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5) inset, 0px 0px 8px rgba(255, 255, 255, 0.6) inset, 0px 0px 5px rgba(255, 255, 255, 0.5);
  position: relative;
  top: 1px;
}




.water {


       background: linear-gradient(-85deg, rgb(202,204,170),rgb(250,202,174) 70%,rgb(241,177,140));


    width: 90%;
    height: 70%;
    position: absolute;
    left: 5%;
    bottom: 7px;
  border-radius: 5% 5% 50% 50%/7%;
    transition: 2s;

}


.halfwater {
  height: 50%;
  border-radius: 5% 5% 50% 50%/7%;
  transition: 10s;
}






.radius50{
  border-radius: 50%;
}

.range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.range:hover {
    opacity: 1;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius:50%;
    background: #4CAF50;
    cursor: pointer;
}

.range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

/* .tabs {
      position: absolute;
    height: 100%;
    bottom: 0px;
    z-index: 1;
    background: #000000b3;
    width: 100%;
    border-radius: 10px;
    transition: 1s;
}

.tabs button {
  top: 10px;
  position: absolute;
}
.tabs .nextBtn{
  right: 20px;
}
.tabs .backBtn{
  left: 20px;
} */

.create-recipe {
  padding-top: 30px;
}

.disable-inputs{
  background: red;  
}

.present{
      position: absolute;
    color: #000 !important;
    top: 25%;
    
    right: 0;
    font-size: 16px;
    font-weight: bold;
}

.create-recipe .fade {
  opacity: 0.2;
}

.create-recipe .fade.in.active {
  opacity: 1;
}

.acceptProb{    background: #51b779;
    color: #fff  !important;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;}

.resetProb{    background: red;
    color: #fff !important;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;}

.textDisaled{
  
    height: 100%;
    position:  absolute;
    width: 100%;
    background: #0000;
}
.stepsBtns button.prev-step::before {
      content: "\f077";
padding: 10px;
    font: normal normal normal 14px/1 FontAwesome;
}
.stepsBtns button.next-step::before {
      content: "\f078";
      padding: 10px;
    font: normal normal normal 14px/1 FontAwesome;
}
.stepsBtns li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.stepsBtns {
  margin-top: 40px;
}



#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}







/* Bill */
.invoice_main {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}
.invoice {
    border: 1px #000 dashed;
    width: 50%;
    height: auto;
    
    background: #fff;
    text-align: left;
}
.invoice .invoice-header {
    margin-bottom: 30px;
    font-size: 11px;
}
.invoice .invoice-header .title {
   text-align: center;
    padding: 5px;
    background: #444;
    font-size: 16px;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
}
.invoice .invoice-header .decription {
    direction: ltr;
    text-align: left;
    padding: 5px 30px;
}
.cnt-home li:first-child {
    border-radius: 5px 5px 0px 0px;
}
.invoice .invoice-info {
    margin-bottom: 15px;
}
.invoice .invoice-info .invoice-table {
    position: relative;
}
.invoice table {
    border-collapse: separate;
    border-spacing: 2px;
}
.invoice table {
    direction: ltr;
    font-size: 10px;
    table-layout: fixed;
    width: 100%;
}
.invoice th {
    text-align: left;
    background: #EEE;
    border-color: #BBB;
}
.invoice td {
    text-align: left;
    border-color: #DDD;
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    border-radius: 0.25em;
    border-style: solid;
}
.invoice .invoice-info .decription {
    text-align: left;
    padding: 0px 15px;
    float: right;
    position: relative;
}

.invoice-products {
    margin: 15px;
}

.invoice table {
    direction: ltr;
    font-size: 10px;
    table-layout: fixed;
    width: 100%;
}
table {
    background-color: transparent;
}

.invoice-total {
    width: 60%;
    margin: 15px;
    position: relative;
}

.invoice-footer {
    width: 50%;
    margin: 10px 25%;
}
.invoice-footer .btn-primary {
    color: #fff;
    background-color: #1f3368;
    border-color: #1f3368;
}
.invoice .invoice-info .invoice-table, .invoice .invoice-info .decription, .invoice table {
    margin-bottom: 20px;
}
/* Bill */

@media (max-width: 767px) {

  .create-recipe input[type=range] {

    margin-bottom: 20px;
  }
}


.flav_row:nth-of-type(1) .removeRow {
  display: none;
}


.bottle_main {
  height: 355px;
  position: relative;
  width: 100%;
      overflow: hidden;
  /* background: none; */
  border-radius: 1% 1% 50% 50%/10%;
    background: url(../images/bottle.png);
  background-size: cover;
/*   border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  border-bottom: none; */
}

.poster{
        padding: 15px 25px;
    top: 50%;
    font-size: 24px;
    position: relative;
    color: #000;
    z-index: 10;
}

.poster:before,
.poster:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 2px solid red;
  transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  box-shadow: inset red -1px 0 0, inset red -2px 0 0, inset red -3px 0 0, inset red -4px 0 0;
  z-index: 50;
  transition: all .5s ease-in-out;
}
.poster:hover:before {
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.poster:after {
  transform: rotate(-170deg);
  -ms-transform: rotate(-170deg);
  -webkit-transform: rotate(-170deg);
}
.poster:hover:after {
  transform: rotate(-175deg);
  -ms-transform: rotate(-175deg);
  -webkit-transform: rotate(-175deg);
}

.font-16 {
  font-size: 16px;
}

.new-recipe{
  display: none;
}

.disabled_next {
    background: transparent;
    width: 100%;
    z-index: 10;
    height: 100%;
    position: absolute;
}

.range::-webkit-slider-thumb {
    width: 20px;
    height: 15px;
    border-radius:10%;
    
}

.range::-moz-range-thumb {
   width: 20px;
    height: 15px;
    border-radius:10%;
    
}
.bordered div {
  border: 1px solid #ddd;
}
.recipe-page section.featured-product .product-image {
  height: 120px;
}


.info-boxes-inner .col-sm-4:nth-of-type(2) .info-box {
    -webkit-box-shadow: 1px 1px 20px20px rgb(49 182 121 / 100%);
    -moz-box-shadow: 1px 1px 15px 25px rgba(49, 182, 121, .75);
    box-shadow: 1px 0px 16px 20px rgb(20 117 213 / 75%);
}

  /*-webkit-animation: mymove 1s infinite;  Safari 4.0 - 8.0 
    -animation: mymove 1s infinite;
*/
}
.menu-label.new-menu{

  -webkit-animation: new .5s infinite; /* Safari 4.0 - 8.0 */
    animation: new .5s infinite;


}

.arrow img {
  width: 85%;
}
.arrow {
  -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

  -webkit-animation: arrow .8s infinite; /* Safari 4.0 - 8.0 */
    animation: arrow .8s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {    margin: 10px;}
    to {    margin: 5px;}
}

@keyframes mymove {
    from {    margin: 10px;}
    to {    margin: 5px;}
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes new {
    from {    top:-10px;}
    to {    top: -30px;}
}

@keyframes new {
    from {    top:-10px;}
    to {    top: -30px;}
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrow {
    from {    
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    }
    to {
      -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    }
}

@keyframes arrow {
    from {    
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    }
    to {
      -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    }
}




@media (max-width:768px) {
 /*  .stepsBtns{
     margin-top: unset;
     position: fixed;
     top: 30%;
     right: 8%;
 } */

.recipe-page section.featured-product .product-image {
  height: unset;
}
  
  .removeRow {
    width: 100%;
  }
  .duplicateRow{
    width: 100%;
    margin-top: 35px;
  }

