
.iffyTip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 15px;
}
.padding
{
    font-family: 'Open Sans', sans-serif;
}
.product-panel
{
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
}
.product-panel-title {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}
.product-panel-content 
{
    padding: 20px;
}


.footer-panel-tc {
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    height: 45px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: White;
}

.product-panel-sec-title
{
	font-size: 14px;
font-family: 'Open Sans', sans-serif;
border-bottom: 1px solid #e3e3e3;
padding-bottom: 10px;
text-transform: uppercase;
font-weight: bold;
margin-top: 0px;
	
}

.ViewPriceButton
{
	padding: 5px 10px;background: #3f51b5;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);margin: 9px;text-transform: uppercase;border-radius: 5px;font-size: 12px;font-weight: 600;color: white;cursor: pointer;
}

.span-Text{
font-size: 13px;
color: #333;
font-family: 'Open Sans', sans-serif;	
}

.footer-panel-button {
    height: 100%;
    width: 49.8%;
    background-color: White;
    vertical-align: middle;
    float: left;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 13px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.footer-panel-button-ripplers {
    position: relative;
    color: black;
    padding: 10px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}    
 .footer-panel-button-gap {
    background-color: #cbcbcb;
    width: 1px;
    height: 78%;
    margin-top: 4px;
} 

 
.tab-content {
    padding: 20px;
}
     .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 8px;
       
}
.ripplers-1 {
    position: relative;
    border: none;
    color: black;
    padding: 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
      .btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #108bea;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0;
    padding: 6px 14px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
}

.shoping_bag h4 {
    float: left;
    text-transform: uppercase;
    color: #777777;
    font-size: 1em;
    margin: 13px 0 0;
}

.shoping_bag {
    border-bottom: 1px solid rgb(223, 223, 223);
}
    body
    {
     
            font-size: 13px;
            color: #333;
            font-family: 'Open Sans', sans-serif;
    }
    
    
.coupon_btn {
    border: none;
    background: #26BC85;
    color: #FFF;
    float: right;
    padding: 7px 15px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}
    
    .window-fit {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid orange;
}
.search-div {
    width: 100%;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    z-index: 10000;
    right: -140px;
    background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 5px #027cd5;
    -webkit-box-shadow: 0px 0px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px #aaa;
    -o-box-shadow: 0px 0px 5px #aaa;
    overflow: auto;
}
        .search-div i.fa, .search-div i.material-icons {   
                width: 56px;
                /*  height: 56px; */
                /* line-height: 56px; */
                text-align: center;
                color: #FFF;
                float: left;
                cursor: pointer;
        }

        .search-div i.fa-search 
        {
                height: 56px;
                line-height: 56px;	
        }

        .search-div span.title 
        {
                height: 56px;
                color: #FFF;
                float: left;
                line-height: 56px;
                width:72%;
        }


        .search-div span.title-right 
        {
            height: 56px;
            color: #FFF;
            float: right;
            line-height: 56px;
            margin-right: 15px;
        }

        #dlSearchList li 
        {

            border-bottom: solid 1px #eaeaea;
            list-style-type: none;

        }

        #dlSearchList li a {
            color: Black;
            font-size: 12px;
            width: 100%;
        }

        #dlSearchList li i {
            font-size: medium;
            color: #e3dede;
            float: right;
            padding-right: 14px;
        }

        #dlSearchList .ripplers-1 {
            position: relative;
            border: none;
            color: black;
            padding: 10px;
                padding-left: 10px;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            text-decoration: none;
            overflow: hidden;
            cursor: pointer;
        }
        
        
.cartCircle{
        width: 19px;
        height: 17px;
        border: 1px solid red;
        color: White;
        background: red;
        border: 1px solid none;
        font-family: Impact;
        text-align: center;
        vertical-align: baseline;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
        font-size: 11px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
}


/*===================================================================================*/
/* --- material floating label starts ---    Example :  http://codepen.io/simoberny/pen/gpddYQ */
/*===================================================================================*/

 @media (min-width:768px) {
    .group
    {
    	width:80%;
    }
    #contentLeft 
	{
	  position: fixed;
	}
	#contentRight
	{
		font-family: Verdana;
		font-size: small;
		text-transform: capitalize;
		padding: 4rem 2rem;
		margin-left: 200px;
		font-weight: bold;
		color:Black;
	}
}

.group
{
  position:relative; 
  margin-bottom:15px; 
}

.inputMaterial 
{
  /* font-size:18px;*/
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
}

.inputMaterial:focus 		{ outline:none;}

/* LABEL ======================================= */

.group label 				 {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  background-color :White;
  pointer-events:none;
  left:6px;
  top:5px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label 		{
  top:-10px;
  font-size:13px;
  color: #009688;
}
.inputMaterial-readonly ~ label {
    top: -10px;
    font-size: 13px;
    color: #009688;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: #009688; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}

/*===================================================================================*/
/* --- material floating label ends --- */
/*===================================================================================*/




.Discription
{
    position: relative;
    display: inline-block;
    font-weight: bold;
    float:right;
}
.Discription .DiscriptionText
{
    visibility: hidden;
    width: auto;
    background-color: green;
    color: #FFFFFF;
    /*border-radius: 6px;*/
    padding: 1px; /* Position the tooltip */
    position: absolute;
    z-index: 1;
    font-weight: normal;
    right: 0px;
    bottom:21px;
}
.Discription:hover .DiscriptionText
{
    visibility: visible;
}