/* here you can put your own css to customize and override the theme */
.steps3 .fa-certificate,
.steps3 .fa-usd{
	font-size: 30px;
	border: solid 2px #fff;
	border-radius: 30px !important;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding-top: 13px;
	margin-right: 15px;
	float: left;
}
.steps3-col span{
    width: 30px;
    left: 360px;
}

.sticker-working {
	background: url(../img/working.png) no-repeat;
	left: auto;
	right: 0;
}

.sticker-non-working {
	background: url(../img/non-working.png) no-repeat;
	left: auto;
	right: 0;
}
::selection{
	color:#fff;
	background:#f7907b;
}
::-moz-selection{
	color:#fff;
	background:#f7907b;
}
.bx-wrapper{
    margin: auto;
}
.platform{
    background-color: #f79962 !important;
}
.platform:hover{
    background: #e84d1c !important;
    border-color: #c8c8c8 !important;
}
/* Show results */
.shopping-cart-data td, .checkout-page td {
    border-bottom: 1px solid #ecebeb;
    padding: 0px 0px 0px 0;
    vertical-align: inherit !important;
}

.shopping-cart-data h3, .checkout-page .checkout-description h3 {
    font: 300 14px 'Open Sans',sans-serif;
    margin: 3px;
    padding: 0;
    text-transform: inherit;
}
.sticker{
    width: 90px;
    height: 90px;
}
