/*
 * Copyright © 2012-2015, Intel Corporation. All rights reserved.
 * Please see the included README.md file for license terms and conditions.
 */

/* Disable certain interactions on touch devices */
/* SOURCE: https://github.com/ftlabs/fastclick/blob/master/examples/input.html */
/* LICENSE: https://github.com/ftlabs/fastclick/blob/master/LICENSE */
html,
 body {
    height: 100%;
  }
body {
    -webkit-touch-callout: none ;
    -webkit-text-size-adjust: none ; -ms-text-size-adjust: none ;
    -webkit-user-select: none ; -moz-user-select: none ; -ms-user-select: none ; user-select: none ;
    -webkit-highlight: none ;
    -webkit-tap-highlight-color: rgba(0,0,0,0) ;
    -webkit-tap-highlight-color: transparent ;      /* For some Androids */
}

/* Recommended for Windows 8 Phone */
/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */
html {
    -ms-touch-action: pan-x ;
}

/* Recommended for Windows 8 Phone */
/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */
body {
    -ms-touch-action: pan-y ;
    /*-ms-content-zooming: none ;*/
    -ms-content-zooming: yes ;
}

/* allow copy-paste */
input, textarea  {
    -webkit-user-select: text ; -moz-user-select: text ; -ms-user-select: text ; user-select: text ;
}

body {
    /* margin: 0.5rem ; */
    background: white ;
    color: black ;
}
.shopping-bag h3 {
background:#ffffff;
margin: 0;
font-size: 18px;
color: #625548;
font-weight:600;
float:left;
width: 87%;
text-align: center;
padding: 12px 0;
}
.shopping-bag label {
  background: url(../images/bag.png) no-repeat 8px 5px #a6192e;
  width: 45px;
  height: 43px;
  float:left;
  }
.shopping-bag h3 span{
color:#ff2e13;
margin-left: 25px;
}
.shopping-bag {
  margin: 30px 0;
}
.recent-items{
background:#fff;
padding:25px 15px;
}
.recent-items h3 {
font-family: 'Merriweather', serif;
margin: 0 0 10px 0;
font-size: 18px;
color: #625548;
font-weight:600;
}
.shopping-bag{
position:relative;
}
.recent-icon{
  bottom: -72%;
  right: 10%;
position:absolute;
}
/*--style for close--*/
.alert-close,.alert-close1,.alert-close2,.alert-close4,.alert-close6{
	/*background: url('../images/into.png') no-repeat 0px 0px; */
	cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 9px;
  top: 72px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	  z-index: 1;
}
/*--//style for close--*/
.vlc-grids{
border-top:1px solid #dddddd;
padding: 22px 0;
position: relative;
}
.vlc-left{
width:24%;
float:left;
border: 0px solid #dddddd;
}
.vlc-left img{
width:100px;
height:100px;
}
.vlc-right{
width:54%;
float:left;
margin-left:10%;
}
.vlc-right h4{
margin:0;
color:#625548;
font-size:15px;
line-height:1.3em;
font-weight:600;
}
.vlc-right p{
font-size:15px;
color:#ff2e13;
margin:10px 0 0 0;
font-weight:600;
}
.recent-items a{
/*background:#84754e;*/
font-size:15px;
color:#fff;
display:block;
text-align:center;
padding: 12px 0;
text-decoration:none;
font-weight: bold;
  margin: 15px auto 0 auto;
  width: 55%;
}
.vlc-grids.vlctwo{
border-bottom:1px dashed #979696;
}
.range p{
margin:0;
font-size:18px;
color:#ffffff;
}
.range {
  margin-top: 30px;
}
