/*Tooltip component by www.menucool.com */

/*For tooltip target element that has set class="tooltip" */
.luxire_tooltip
{
    text-decoration: none;
    border-bottom: 1px dotted #36c;
    color: #FFFFFF;
    outline: none;
} 

/*For tooltip box*/
div#mcTooltip 
{
    line-height:16px;
    border-width: 1px;   
    color:#333; 
     background-color:"FFFFFF";
    border-color:#BBBBBB;
    padding:20px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius:6px; /*Rounded corners. N/A for IE 8 and below.*/
    box-shadow: 0 1px 4px #AAAAAA; /*Drop shadow. N/A for IE 8 and below.*/
   
}

div#mcTooltip, div.mcTooltipInner 
{
    background-color:#EAECF0;
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#36c; }

/*Close button. Available when sticky or overlay has been set to true, or is on iPhone, iPad, Android, BlackBerry, or IEMobile devices. */
div#mcttCloseButton 
{
    width:14px;height:14px;position:absolute;background-image:url(//cdn.shopify.com/s/files/1/0109/6372/t/16/assets/closeBtn.gif?3266961685375045592);cursor:pointer; overflow:hidden;
    top:12px; right:12px; left:auto;
}

/*Give the close button a bigger size in smaller devices*/
@media only screen and (max-width: 1024px) {
    div#mcttCloseButton 
    {
        width:24px;height:24px;background-size:cover;
    }
} 

/* Only applies when overlay has been set to true or 1 */
div#mcOverlay 
{
    background-color: white;
    opacity:0.8; filter: alpha(opacity=80); 
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}

/*Only available when calling by tooltip.ajax(...). It will be a spinning image indicating a request is in progress.*/
div#tooltipAjaxSpin {margin:20px 50px; background:transparent url(//cdn.shopify.com/s/files/1/0109/6372/t/16/assets/preload.gif?3266961685375045592) no-repeat center center; width:50px; height:30px; font-size:0;}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:0px;}
div#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
div.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
div#mcttCo {position:absolute;text-align:left;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;}

/*workable with bootstrap*/
div#mcTooltip, div#mcTooltip div {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing:content-box;
}

img {
  vertical-align: middle;border: 0;
}

.luxire_MeasureAlign
{
   text-align:left;
}

.luxire_Measurement
{
    font-size: 20px;
    color: #336699;
    text-align:lef
}

.luxire_proDetails
{
   
float: right;
margin: 30px 0 20px;
position: inherit;
width: 361px;
 
}

.luxire_boldhead
{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.Luxire_productsL
 {
float: left;
margin-top: 30px;
margin-bottom: 20px;
}
.Luxire_footImage
{
    font-size: xx-small;
    float:right;
    margin-left:150px;
       width:100;
       
}

.luxire_divideequal
{
    width: 306px;
    float: left;

}
.luxire_Measurement
{
    font-size: 20px;
    text-align: left;
}

.luxire_Measurementdown
{
    font-size: 20px;
   
}
.luxire_Measurebottom
{
    width: 150px;
    float: left;
}
.luxire_MeasurebottomR
{
    width: 158px;
       float: left;
}

.Luxire_shapp_full_width
 {
	width:100%;
	}
	
