*{
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 1024px){
    .quantity .fa{
		margin: 5px;
		font-size: 16px;
	}
	#checkout{
		margin-top: 20px;
	}
	#cart-empty{
		font-size: 20px;
	}
}
@media screen and (min-width: 1025px){
	.quantity .fa{
		margin: 5px 10px;
		font-size: 22px;
	}
	#cart-empty{
		font-size: 40px;
	}
}
#loading-cart{
	text-align: center;
	font-size: 40px;
	margin-top: 100px;
	margin-bottom: 400px;
}
#cart-empty{
	display: none;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 400px;
	height: 60vh;
}
#cart-empty a{
	text-decoration: none;
	color: black;
}
#cart-items{
	display: none;
	min-height: 00px;
	margin-bottom: 100px;
}
#cart-items h4{
	font-size: 30px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.description{
	font-size: 16px;
}
.quantity{
	font-size: 16px;
	text-align: center;
}
.price{
	font-size: 16px;
}
.quantity .fa{
	color: black;
}
.quantity .fa:hover{
	cursor: pointer;
}
.quantity .fa-minus-circle{
	color: red;
	font-size: 26px;
}
.quantity .fa-trash-o{
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: red;
    padding: 3px;
    border-radius: 4px;
}
.single-item{
	padding: 10px 0px;
	border-bottom: 2px solid #969696; 
}
#cart-items h5{
	font-size: 20px;
	text-align: center;
}
#cart-items h6{
	font-size: 18px;
	text-align: center;
}
#check-out-icon:hover{
	cursor: pointer;
}
.total-price{
	margin-bottom: 5px;
	padding: 10px;
	font-size: 18px;
}
.ppcheckout{
	width: 100%;
	padding: 2px 0px;
	transition: all 0.2s;
}
.ppcheckout:hover{
	opacity: 0.8;
}
.payment-remainder{
	padding: 0px 10px;
	padding-top: 5px;
	font-size: 16px;
}
.card-icon{
	width: 20%;
	float: left;
	padding: 2px;
}
#checkout{
	margin-bottom: 80px;
}
.space-set{
	padding: 5px;
}
.black-friday-discount-button, .black-friday-discount-button-set-two{
	margin: 10px 0px;
	width: 100%;
	text-align: center;
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
form {
	border: 1px solid rgb(187, 187, 187);
	border-radius: 0.5em;
}
/* Shipping & Billing Address */
.form, .form-optional {
	border: 1px solid rgb(187, 187, 187);
    position: relative;
    height: 60px;
    overflow: hidden;
    background: #212936;
	font-weight: bold;
	border-radius: 0.5em;
	margin-bottom: 8px;
}
.select-form{
	border: 1px solid rgb(187, 187, 187);
	border-radius: 0.5em;
	display: inline-block;
    width: 100%;
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #212936;
    margin-bottom: 3px;
    font-weight: bold;
}
.form input,
.form-optional input{
    height: 100%;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    border: none;
    outline: none;
    background: #212936;
    font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.form + p{
	display: none;
}
.select select{
	opacity: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	height: 100%;
    width: 100%;
    color: rgb(233, 233, 233);
    padding-top: 10px;
    border: none;
    outline: none;
    background: #212936;
    font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.form label,
.form-optional label,
.select-form label{
	position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	pointer-events: none;
	color: rgb(233, 233, 233);
}
.content-name{
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: all 0.3s ease;
}
.form input:focus + .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.form-optional input:focus + .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.select-form-chosen .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.select-form-chosen select{
	opacity: 1;
}
.inputNotEmpty .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.select-form select:focus + .label-name .content-name,
.select-form select:valid + .label-name .content-name{
    transform: translateY(-100%);
    font-size: 10px;
    color: #000000;
}
.label-name .fa{
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}
.submit-done{
	border: 2px solid rgb(187, 187, 187);
	border-radius: 10px;
}
.submit-done{
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: white;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	background-color: #3e68ea;
	border: 1px solid;
	border-radius: 20px;
	margin: 5px 0px 15px 0px;
	cursor: pointer;
	transition: all 1s;
}
.submit-done:hover{
	background-color: #3c64e1;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.submit-cancel{
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 140px;
	color: #3e68ea;
	font-weight: bold;
	font-size: 16px;
	background-color: white;
	border: 1px solid;
	border-radius: 20px;
	margin: 15px 0px 30px 15px;
	cursor: pointer;
}
.submit-cancel:hover{
	background-color: #f5f5f5;
}
#shipping-address-form{
	margin-bottom: 20px;
}
#shipping-address-form .fa-shipping-fast{
	width: 50px;
}
#PayPal-Smart-Button{
	display: none;
}
#paypal-button-wrap{
    position: relative;
}
#button-status-control{
    position: absolute;
	left: 0px;
    top: 0px;
    height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.1;
	z-index: 1001;
}
#countryCode{
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: rgb(179, 179, 179);
}
#countryCodeWrap{
	line-height: 30px;
	text-align: center;
	color: rgb(233, 233, 233);
}
#countryFlag{
	height: 24px;
	margin-right: 5px;
}
#sizeWarning{
	color: red;
	font-weight: bold;
}
.field-note{
	color: red;
	display: none;
}
.text-display{
	font-size: 16px;
	font-weight: bold;
}
.address-name{
	font-size: 20px;
	font-weight: bold;
}
.address-name span{
	font-size: 14px;
	font-weight: bold;
}
#card-field-submit-button{
	width: 100%;
	height: 50px;
	font-weight: bold;
}