<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#basket_wrap {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

#basket{
    height: auto;
    display: inline-block;
    margin:0 10px 0 10px;
    vertical-align: top;
	cursor: pointer;
	position: relative;
    text-align: left;
}

#basket_icon img {
    height: 20px;
    width: auto;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#basket_icon:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#basket_count {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 10px;
    vertical-align: bottom;
    color: #FFF;
    background-color: #F00;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#basket_count span {
    display: block;
    margin-top: 3px;
}

#basket #basket_details{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
	cursor: auto;
	display: none;
	position: absolute;
	width: 224px;
	top: 30px;
	right: 0px;
	z-index: 9999;	
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.8);
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 3px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 3px rgba(0,0,0,.5);
	background: #45484a;
	background: -moz-linear-gradient(top, #45484a 0%, #2a2b2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484a), color-stop(100%,#2a2b2c));
	background: -webkit-linear-gradient(top, #45484a 0%,#2a2b2c 100%);
	background: -o-linear-gradient(top, #45484a 0%,#2a2b2c 100%);
	background: -ms-linear-gradient(top, #45484a 0%,#2a2b2c 100%);
	background: linear-gradient(top, #45484a 0%,#2a2b2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484a', endColorstr='#2a2b2c',GradientType=0 );
}

#basket #basket_details ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#basket #basket_details ul li{
	border-bottom: 1px solid #2B2D2E;
	border-top: 1px solid #434547;
	padding: 8px;
}

#basket #basket_details ul li span{
	display: inline-block;
	width: 30%;
	padding: 0 1%;
    font-size: 12px;
}

#basket #basket_details input[name='qty']{
	background: none;
	border: none;
	color: #FFF;
	width: 15px;
}

#basket #basket_details .qty_btn_wrap{
	display: inline-block;
	position: relative;
	height: 22px;
	width: 22px;
	vertical-align: middle;
}

#basket #basket_details .qty_btn_wrap button{
	display: block;
	height: 9px;
	width: 18px;
	padding: 1px 2px 1px 1px;
	font-size: 8px;
	vertical-align: middle;
	line-height: 5px;
}

#basket #basket_details .qty_btn_wrap{
	margin-left: 5px;
}

#basket #basket_details .qty_btn_wrap button{
	background: none;
	border: none;
	color: #FFF;
	cursor: pointer;
}

#basket #basket_details .qty_btn_wrap button:hover{
	color: red;
	border: 1px solid #222;
}

#basket #resume{
	background: #232425;
	padding: 10px;
}

#basket #resume div{
	display: inline-block;
	width: 50%;
}

#basket #submit_li button{
	padding: 3px 8px;
	margin: 0 5px;
	font-size: 10px;
	color: #fff;
	cursor: pointer;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	background: #45484a;	
}

#basket #submit_li button:hover{
	background: #920000;
}

/*@media screen and (max-width: 980px){

    #basket_wrap {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    #loginblock {
        width: 100%;
        display: block;
        margin: 0 auto;
        font-size: 10px;
    }

    #basket {
        margin-top: 10px;
        height: 40px;
    }
    
    #basket_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;

    }

    #basket_count {
        width: 54px;
        height: 40px;
        font-size: 10px;
        padding: 0 5px;
    }

    #basket_count b {
        padding: 6px 0 0 0;
    }

    #basket_count span {
        color: #b3b3b3;
        text-transform: uppercase;
        font-size: 10px;
    }

    #basket #basket_details{
        margin-right: -112px;
        right: 50%;
    }

}

@media screen and (max-width: 320px) {
    #basket_wrap {
        padding: 30px 0 20px;
    }

    #loginblock {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #basket {
        display: block;
        margin: 10px auto 0;
        width: 95px;
    }

    #basket #basket_details{
        /*margin-right: 0;
        right: 0;
        width: 100%;
    }
}*/</pre></body></html>