body {
	background: transparent;
}

a, a:hover {
	text-decoration: none;

}

#widget {
    border: 1px solid #2d3139;
    background-color: #282e39;
	/*width: 614px;*/
	height: 146px;
	padding: 10px 15px;
	position: relative;
	margin: 0 auto;
	background-image: url(../../../public/images/v6/steam_ico.png);
	background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 5px;
}

#widget .game_purchase_action {
	position: absolute;
	bottom: -20px;
	right: 10px;
}

#widget .header_container {
}

#widget h1 {
	font-size: 21px;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	line-height: 28px;
}

#widget h1.main_text {
	color: #fefefe;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

			text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 425px;
}

#widget h1.tail {

}

#widget h1 em {
	font-weight: normal;
	font-style: normal;
	color: #9e9e9e;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

#widget .capsule {
	float: left;
	margin: 2px 10px 10px 0;
}

#widget .desc {
	margin: 10px 10px 0 0;
	font-size: 13px;
	color: #c9c9c9;
	line-height: 16px;
	max-height: 96px;
	overflow: hidden;
}

#widget p.package_contents {
	color: #9e9e9e;
}

#widget p.package_contents b {
	font-weight: normal;
	color: #8bc53f;
}

#widget p.package_contents a {
	color: #b0aeac;
}

#widget .game_area_purchase_platform {
	position: absolute;
	bottom: 13px;
	left: 15px;
}

#widget .game_purchase_action_bg.coming_soon {
	padding: 5px 10px;
	color: #8bc53f;
	border: 1px solid #576922;
background: -webkit-linear-gradient( top, #384416 5%, #272f0f 95%);
	background: linear-gradient( to bottom, #384416 5%, #272f0f 95%);
	height: auto;
}

#widget .game_purchase_action_bg.coming_soon  h1 {
	font-size: 20px;
	line-height: 34px;
}

#widget .coming_soon_date {
	float: left;
}

#widget .coming_soon .btn_addtocart {
	margin-left: 10px;
}
.discount_pct {
    color: #a4d007;
}
.discount_final_price {
    color: #acdbf5;
}
#widget .btn_addtocart .btn_addtocart_content {
    display: inline-block;
    height: 34px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 0px 11px;
    line-height: 34px;
    border-radius: 2px;
    text-transform: unset;
    background: #75b022;
    background: -webkit-linear-gradient( top, #75b022 5%, #588a1b 95%);
    background: linear-gradient( to bottom, #75b022 5%, #588a1b 95%);
    background: linear-gradient( to right, #75b022 5%, #588a1b 95%);
    cursor: pointer;
}
#widget .game_purchase_action .game_purchase_price,
#widget .game_purchase_action .game_purchase_discount,
#widget .game_purchase_action .btn_addtocart,
#widget .game_purchase_action .btn_packageinfo,
#widget .game_purchase_action .game_purchase_action_bg .game_purchase_action .game_purchase_action_qty {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
#widget .game_purchase_action_bg {
    background: transparent;
}


#wishlistwidget {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		    background-color: #ffffff;
    /*width: 614px;*/
    min-height: 50px;
    height: 100vh;
    max-height: 146px;
    position: relative;
    margin: 0 auto;
}

#wishlistwidget .AppName {
    display: none;
}
#wishlistwidget .btn_ctn {
    height: 100%;
    width: 100%;
    display: block;
}
#wishlistwidget .btn {
    font-size: 18px;
    color: #000000;
    padding-left: 10px;
    box-sizing: border-box;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
}
#wishlistwidget .btn .logo {
    opacity: 0.7;
    height: 80%;
    width: auto;
    align-self: center;
    margin-right: 11px;
}
#wishlistwidget .btn:hover .logo {
    opacity: 1;
}
#wishlistwidget .btn:hover .BtnText {
    display: none;
}
#wishlistwidget .btn:hover .AppName {
    display: block;
}