﻿@charset "utf-8";
/*購物車結帳按鈕*/

/* Top綠色區塊的 購物車數量**/
.cartNumberBadge {
	background-color: #999999;
}
.fixedcart {
	display: none;
}
/*.btn-cart {
	width: 36px !important;
	font-size: 12px;
}*/  
.btn-cart:hover {
	opacity: .6;
}
 @media only screen and (min-width:480px) {
/*.fixedcart {
	display: inherit;
	background: url("../../image/item/cart_02.png") 1px 0 no-repeat #333;
	width: 36px;
	height: 108px;     
	font-size: 16px;
	font-weight: bold;
	position: fixed;
	bottom: 30%;
	right: 0px;
	z-index: 99;
}*/

    /*右側快速導覽列-141006-小唐*/
.btn-cart {
	background: #5bc0de;
	border: none;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	position: relative;
	height: 36px;
	width: 36px !important;
	/**20141007 為相容ie8 從input改成div*/
	text-align: center;
	padding-top: 5px;
    right:0px;
	cursor: pointer;

    transition:.15s linear;
    -webkit-transition:.15s linear;

}

    .btn-cart:hover
    {
        right:6px;
    }






/*購物計數-141006-小唐*/
.fixedcart {
	display: inherit;
	width: 36px;
	height: 36px;
	position: fixed;
	bottom: 40%; /**20141021 高度調高 小螢幕會被黑調檔住*/
	right: 10px;
	z-index: 99;
_position:absolute; /* position fixed for IE6 */
     _top:expression(document.documentElement.scrollTop+600);
}
/*購物計數-141006-小唐*/
.fixedcart-count {
	position: relative;
	height: 42px;
	padding: 5px 10px 0px 10px;
	color: #fff;
	text-align: center;
	background: #f66;
}
/* .fixedcart-count {
        position: relative;
        margin-top: 68px;
        height: 40px;
        width: 36px;
        font-size: 13px;
        font-weight: bold;
        color: #FF0;
        text-align: center;
        bottom: 0;
    }*/

.fixedcart-content {
	position: absolute;
	left: 36px;
	bottom: 0;
	overflow: hidden;
	height: 108px;
	white-space: nowrap;
	background-color: #fff;
	border: 4px solid #999;
	border-left: 0;
	border-top: 0;
}
/*回到頂端*/
.gototop {
	position: absolute;
	z-index: 99;
}
.gototop a {
	background: url("../../image/item/arrow-01.png") 1px 0 no-repeat #333;
	color: #FFF;
	display: block;
	font-size: 12px;
	text-indent: -9999em;
	width: 36px;
	height: 36px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

