@charset "utf-8";

body{background-color: #fff;}

/* CSS Document */
.graphik-bold {
	font-family: "graphik2", Helvetica, Arial, sans-serif;
}

button {
	cursor: pointer
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0;
	padding-right: 0
}

.order-popup {
	padding: 25px;
}

.order-popup .continue-btn {
	color: rgb(255, 255, 255);
	background-color: rgb(28, 156, 94);
	border-width: 2px 2px 3px;
	border-style: solid;
	border-color: rgb(28, 156, 94) rgb(28, 156, 94) rgb(37, 139, 90);
	border-image: initial;
	padding: 7px 9px 8px;
	width: 100%;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: all 0.4s ease 0s;
}

.accept-list .accept-item img{
	height: 24px;
}

.subtotal-top {
	height: 50px;
	background-color: #444;
	line-height: 50px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

.subtotal-top button {
	background: url(../images/bg3.png) repeat-x;
	width: 95px;
	height: 35px;
	border: none;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.subtotal-top .color1 {
	color: #fff;
}

.subtotal-bottom {
	margin-top: 25px;
	text-align: right;
	font-size: 18px;
	color: #e5e5e5;
}

.subtotal-bottom span.style1 {
	color: #e5e5e5;
}

.cart-items {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 24px;
	margin-top: 20px;
}

.appier_recommended_section .also-like h3{
    padding: 30px 0 15px 0;
    margin-top: 0;
}

.cart-goods-list {
	margin-top: 20px;
	margin-bottom: 20px
}

.cart-goods-list .disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.cart-goods-list .limit_notice_red {
	color: #ff0000;
}

.ajax_cart_input {
	border: none;
	text-align: right;
	background-color: transparent;
}

.ajax_cart_input_text1 {
	text-align: left !important
}

.cart-goods-list .goods-list {
	border-top: 1px solid #E6E6E6;
}

.cart-goods-list .goods-list li {
	padding: 9px 8px;
	position: relative;
	border-bottom: 1px solid #767676;
	background: #242424;
}

.cart-goods-list .goods-list li .goods-img {
	width: 14%;
	display: inline-table;
	text-align: center;
	height: 60px;
	float: left
}

.cart-goods-list .goods-list li .goods-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 60px;
}

.cart-goods-list .goods-list li .goods-info {
	width: 85%;
	padding-left: 10px;
	display: inline-block;
	float: left
}

.cart-goods-list .goods-list li .goods-info .row {
	margin-left: 0;
	margin-right: 0
}

.cart-goods-list .goods-list li .goods-info .goods-stock {
	width: 100%;
	line-height: 25px;
}

.cart-goods-list .goods-list li .goods-info .goods-name {
    width: 95%;
    color: #e5e5e5;
	line-height: 18px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cart-goods-list .goods-list li .goods-info .goods-name a {
	font-size: 12px;
	color: #fff;
}
.cart-goods-list .goods-list .bundle-name a {
    color: #111211;
}
.cart-goods-list .goods-list .system-name a {
    color: #fff;
}

.cart-goods-list .goods-list li .goods-info .goods-stock {
	color: #1FB58A;
	font-size: 12px;
	margin-top: 10px
}

.cart-goods-list .goods-list li .goods-info .goods-price {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
}

.cart-goods-list .goods-list li.bundle .goods-info .goods-price {
	line-height: 1em
}

.cart-goods-list .goods-list li.bundle .goods-info .goods-price small {
	font-size: 12px;
	color: #20c173;
}

.cart-goods-list .goods-list li .input-group {
	display: inline-table;
	width: 102px;
	float: right;
	margin-top: 10px;
}

.cart-goods-list .goods-list li .input-group .input-group-addon {
	background-color: #444;
	padding: 0;
	width: 34px;
	color: #B3B3B3;
	border-radius: none;
	cursor: pointer;
    border: 1px solid #767676;
}

.cart-goods-list .goods-list li .input-group .input-group-addon .addon1 {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.cart-goods-list .goods-list li .input-group .input-group-addon .addon2 {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.cart-goods-list .goods-list li .form-control{
    border-bottom: none;
    border: 1px solid #767676;
}

.cart-goods-list .goods-list li .input-group .border-left-none {
	border-left: none
}

.cart-goods-list .goods-list li .form-control {
	color: #111211;
	padding: 0;
	text-align: center;
	box-shadow: none;
	height: 34px;
	padding: 10px
}

.cart-goods-list .goods-list li .close {
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

.cart-goods-list .goods-list li .close:hover {
	color: #2AB459;
	opacity: 1
}

.cart-goods-list .goods-list li.bundle {
	padding: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 18px
}

.cart-goods-list .goods-list li.bundle .bundle-header, .cart-goods-list .goods-list .commongoods-header {
	font-family: "graphik2", Helvetica, Arial, sans-serif;
	background-color: #585858;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding-left: 10px;
	color: #fff;
}

.cart-goods-list .goods-list li.bundle ul li {
	borderleft: none;
	border-right: none;
	margin-bottom: 0;
	border-bottom: 0;
	border-left: 0;
	border-top: 1px solid #999;
	position: relative
}

.cart-goods-list .goods-list li.bundle .bundle-name {
	font-size: 18px;
	color: #111211;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cart-goods-list .goods-list li.bundle .system-name {
    font-size: 18px;
    color: #111211;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cart-goods-list .goods-list li.bundle .bundle-name .goods-stock {
	font-size: 12px;
	font-family: graphik2, Helvetica, Arial, sans-serif !important;
}
.cart-goods-list .goods-list li.bundle .system-name .goods-stock {
    font-size: 12px;
    font-family: graphik2, Helvetica, Arial, sans-serif !important;
}

.cart-goods-list .total, .cart-goods-list .subtotal {
	background-color: #242424;
}

.cart-goods-list .total {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding-left: 15px;
	margin-top: 15px;
	color: #fff;
}

.cart-goods-list .subtotal {
	margin-top: 2px;
	height: 86px;
	text-align: right;
	padding: 25px 20px 25px 15px;
	color: #fff;
}

.cart-goods-list .subtotal .style2 {
	font-size: 18px;
    color: #e5e5e5;
}

.cart-goods-list .subtotal span.style1 {
	font-size: 12px;
	color: #959595;
}

.cart-goods-list .check-out, .cart-goods-list .postcode-outer {
	padding-left: 8px;
	padding-right: 8px;
}

.cart-goods-list .check-out, .cart-goods-list .postcode {
	position: relative
}

.cart-goods-list .check-out .row {
	margin-left: 0;
	margin-right: 0
}

.cart-goods-list .check-out button {
	width: 100%;
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	background-color: #2AB459;
	border: none;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;;
	color: #fff;
	margin-top: 10px;
	transition: all 0.4s;
}
.cart-goods-list .check-out button:hover {
	background-color: #006937;
}
.cart-goods-list .check-out button:active {
    color: #FFD900;
}

.cart-goods-list .check-out ul.relate-news {
	margin-top: 25px
}

.cart-goods-list .check-out ul.relate-news li {
	color: #959595;
	margin-top: 10px
}

.cart-goods-list .check-out .we-accept {
	margin-top: 22px;
	line-height: 1.9em;
	color: #79807C;
}

.cart-goods-list .check-out .we-accept img {
	margin-top: 5px
}

.cart-goods-list .postcode {
	width: 100%;
	border-radius: 2px;
	padding: 25px 10px 15px 10px;
	margin-top: 35px;
	background: #242424;
}
.cart-goods-list .postcode p{ color: #e5e5e5;}
.cart-goods-list .postcode p input {
	width: 100%;
	height: 40px;
	border: 1px solid #404040;
	border-radius: 2px;
	padding: 9px 10px;
	margin-bottom: 10px;
	background: #c3c3c3;
	color:#111;
    outline: none;
}

.cart-goods-list .postcode p.style1 {
	font-size: 12px;
	color: #e5e5e5;
}

.cart-goods-list .postcode p button {
	width: 123px;
	height: 40px;
	border-radius: 2px;
	background-color: #2AB459;
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	line-height: 40px;
	text-align: center;
	border: none;
	color: #fff;
	transition: all 0.4s;
    font-size: 14px;
    margin: 0;
}
.cart-goods-list .postcode p button:hover {
	background-color: #17804d;
	box-shadow:  rgba(0, 0, 0, 0.20);
}

.cart-goods-list .postcode img#freight_ques {
	cursor: pointer;
}

.cart-goods-list .postcode img#loading_img {
	position: absolute;
	top: 140px;
	left: 45%;
	z-index: 99;
	display: none
}

ul.fastway_list {
	font-size: 12px;
}

ul.fastway_list li {
	height: 40px;
	line-height: 40px;
	margin-bottom: 8px;
	border-radius: 2px;
	background-color: #c3c3c3;
    color: #111;
	padding: 0 10px
}

.proceed_text {
	font-size: 12px;
	color: #959595;
	margin-top: 15px;
	text-align: right;
	padding-right: 5px;
}

.clearcart {
	float: left;
}

.save_mon_hide {
	display: none;
}

.clear-cart-btn, .check-compatibility-btn {
	display: block;
	width: 155px;
	height: 48px;
	border-radius: 2px;
	border: 1px solid #404040;
	background-color: #444;
	text-align: center;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s;
}
.clear-cart-btn:hover, .check-compatibility-btn:hover {
	border-color: #444;
	box-shadow:  rgba(0, 0, 0, 0.50);
	color: #fff;
	text-decoration: none;
}

.act-checkout .clear-cart-btn, .act-checkout .check-compatibility-btn {
	width: 100%;
	margin-top: 10px;
}

.umart-icons {
	background: url(../images/icons.png) no-repeat;
}

.icon_ssl {
	background-position: -56px -32px;
	width: 18px;
	height: 18px;
	float: left;
}

.icon_pricetag {
	background-position: -8px -32px;
	width: 18px;
	height: 18px;
	float: left;
}

.icon_returns {
	background-position: -32px -28px;
	width: 18px;
	height: 18px;
	float: left;
}

.icon_au {
	background-position: -80px -26px;
	width: 18px;
	height: 18px;
	float: left;
}

.icon_visa {
	background-position: -288px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_amex {
	background-position: -144px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_mastercard {
	background-position: -192px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_paypal {
	background-position: -240px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_zippay {
	background-position: -336px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_bapay {
	background-position: -48px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_bank {
	background-position: 0px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_cash {
	background-position: -96px 0px;
	float: left;
	width: 40px;
	height: 24px;
}

.icon_apple {
    background-position: -384px 0px;
    float: left;
    width: 40px;
    height: 24px;
}

.icon_google {
    background-position: -432px 0px;
    float: left;
    width: 40px;
    height: 24px;
}

.icon_klarna {
    background-position: -480px 0px;
    float: left;
    width: 40px;
    height: 24px;
}

.icon_afterpay {
    background-position: -528px 0px;
    float: left;
    width: 40px;
    height: 24px;
}

.container-accept {
	width: 280px;
	float: left;
}

.accept-text {
	font-size: 14px;
	color: #959595;
	margin-top: 20px;
	margin-bottom: 6px;
}

.accept-list {
	padding-right: 111px;
}

.accept-item {
	margin-right: 6px;
	margin-bottom: 6px;
	border-radius: 2px;
}

.relative{
    position: relative;
}



.wish-icon {
    position: absolute;
    right: 38px;
    top: 30px;
}

/* umartpc footer */
.w3agile-ftr-top {
    background-color: #000;
}

.cart-page-title{
	color: #fff;
}

.cart-goods-list .postcode p.height-holder {
    margin-top: 18px;
    margin-bottom: 8px;
}

@media (max-width: 320px) {
	.cart-goods-list .goods-list li .goods-info {
		width: 84%;
	}
}

@media (min-width: 400px) {
    .wish-icon {
        position: absolute;
        right: 128px;
        top: 32px;
    }
}

.umart-uber-div{
	margin-top: 15px;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}

.umart-uber-div img{
	width: 100%;
	height: auto;
}

.umart-uber-div .carousel {
	position: static;
}

.umart-uber-div .carousel-indicators li {
	border: 1px solid #e5e5e5
}

.umart-uber-div .btn1 {
	width: 22px;
	height: 22px;
	line-height: 24px;
	border: 1px solid #ffffff;
	position: absolute;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	top: 42%;
	border-radius: 2px;
}

.umart-uber-div .btn1left {
	left: 3%
}

.umart-uber-div .btn1right {
	right: 3%
}

.umart-uber-div .btn1 .glyphicon {
	font-size: 12px;
	color: #B3B3B3;
}

@media (min-width: 768px) {
	.order-popup .continue-btn {
		width: 150px;
	}
	.cart-items {
		font-size: 30px
	}

	.act-checkout .clear-cart-btn, .act-checkout .check-compatibility-btn {
		display: none;
	}

	.cart-goods-list {
		padding-left: 15px;
		padding-right: 15px;
		border-top: none;
	}

	.cart-goods-list .goods-list {
		border-top: none;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}

	.cart-goods-list .goods-list li {
		padding: 9px 10px;
		border-top: none
	}

	.cart-goods-list .goods-list li .goods-img {
		width: 8%
	}

	.cart-goods-list .goods-list li .goods-info {
		padding-left: 15px;
		width: 92%
	}

	.cart-goods-list .goods-list li .goods-info .goods-stock {
		margin-top: 23px
	}

	.cart-goods-list .goods-list li .goods-info .goods-price {
		margin-top: 10px
	}

	.cart-goods-list .goods-list li .goods-info .goods-name {
		width: 90%;
		height: 22px;
	}

	.cart-goods-list .goods-list li .goods-info .goods-name a {
		font-size: 14px;
	}

	.cart-goods-list .goods-list li .close {
		right: 20px;
		top: 6px
	}

	.cart-goods-list .total {
		height: 56px;
		line-height: 56px;
		margin-top: 50px
	}

	.cart-goods-list .subtotal {
		padding: 20px 8px 20px 15px
	}

	.cart-goods-list .check-out, .cart-goods-list .postcode-outer {
		padding-left: 0px;
		padding-right: 0px;
	}

	.cart-goods-list .check-out button {
		width: 225px;
		height: 56px;
		float: right;
		margin-top: 15px
	}

	.cart-goods-list .check-out .fr {
		float: right
	}

	.cart-goods-list .check-out .fl {
		float: left
	}

	.cart-goods-list .check-out ul.relate-news {
		margin-top: 30px
	}

	.cart-goods-list .postcode {
		padding: 20px;
		margin-top: 45px
	}

	.cart-goods-list .postcode p input {
		width: 340px;
		margin-bottom: 0px;
		margin-right: 0;
	}

	.cart-goods-list .postcode p.height-holder {
		margin-top: 18px;
        margin-bottom: 8px;
	}

	.cart-goods-list .goods-list li .goods-info .goods-stock {
		width: 95%;
	}

	.umart-uber-div{
		margin-top: 40px;
	}

	.umart-uber-div .carousel-indicators {
		bottom: -5px
	}

	.umart-uber-div .btn1 {
		width: 44px;
		height: 44px;
		line-height: 50px;
		top: 40%
	}

	.umart-uber-div .btn1 .glyphicon {
		font-size: 18px;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .wish-icon{
        position: absolute;
        right: 34px;
        top: 16px;
    }

	.common_width {
		width: 1180px !important;
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.ajax_cart_input_text1 {
		text-align: right !important
	}

	.cart-items {
		font-size: 33px
	}

	.subtotal-bottom {
		padding-right: 5px
	}

	.cart-goods-list {
		margin-top: 25px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.row {
		margin-left: 0;
		margin-right: 0
	}

	.cart-goods-list .col-lg-3 {
		padding-left: 16px;
	}

	.cart-goods-list .goods-list li {
		padding: 13px 15px;
	}

	.cart-goods-list .goods-list li .goods-info {
		padding-left: 20px;
	}

	.cart-goods-list .goods-list li .goods-info .goods-name {
		margin-top: 5px
	}

	.cart-goods-list .goods-list li .goods-info .goods-stock {
		margin-top: 10px;
		font-family: graphik2, Helvetica, Arial, sans-serif !important
	}

	.cart-goods-list .goods-list li .goods-info .goods-price {
		width: 110px;
		text-align: right;
		margin-top: 15px
	}
	.cart-goods-list .goods-list li .goods-info .goods-price .ajax_cart_input { width:110px;}
	.cart-goods-list .goods-list li .input-group {
		float: left;
		width: 120px
	}

	.cart-goods-list .goods-list li .input-group .input-group-addon {
		width: 40px;
		height: 40px;
	}

	.cart-goods-list .goods-list li .form-control {
		height: 40px;
	}

	.cart-goods-list .goods-list li .close {
		top: 26px;
		right: 15px;
	}

	.cart-goods-list .goods-list li.bundle .bundle-name {
		position: absolute;
		left: 15px;
		top: 20px;
		z-index: 999
	}
    .cart-goods-list .goods-list li.bundle .system-name {
        position: absolute;
        left: 15px;
        top: 20px;
        z-index: 999;
        width: 65%;
        padding-left: 8.33%;
    }

	.cart-goods-list .total {
		padding-left: 20px;
		margin-top: 0
	}

	.cart-goods-list .subtotal {
		padding: 18px 20px
	}

	.cart-goods-list .check-out button {
		width: 100%;
		margin-top: 10px
	}

	.cart-goods-list .check-out ul.relate-news {
		margin-top: 12px
	}

	.cart-goods-list .postcode {
		padding: 5px;
		float: right;
		margin-top: 20px
	}

	.cart-goods-list .postcode p input {
		width: 139px
	}

	.umart-uber-div{
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.umart-uber-div .carousel-indicators {
		bottom: 0px
	}

	.umart-uber-div .btn1 {
		top: 48%;
	}

}
#afterpay-messaging-widget{
	padding-left: 10px;
}