.final_cart aside .free_shipn{
	display: none !important;
}
@media screen and (max-width: 500px) {
	.final_cart {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 20px 0 0 0;
		box-sizing: border-box;
		overflow: auto;
	}
	.final_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 1000px;
		box-sizing: border-box;
		background-color: #ffffff;
	}
	.final_cart h1 {
		font-weight: normal;
		font-size: 20px;
		margin: 0 0 0 0;
		padding: 0px 0;
		width: 100%;
		line-height: normal;
		border-bottom: 1px solid rgba(31, 0, 83, 0.2);
		text-align: center;
		padding: 5px 0;
	}
	.final_cart a {
		text-decoration: none;
	}
	.final_cart main {
		width: 100%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 0 2% 10px 2%;
		box-sizing: border-box;
		border: 1px solid rgba(31, 0, 83, 0.2);
	}
	.final_cart main .headers {
		overflow: auto;
		width: 100%;
		height: 30px;
		margin: 0 0 0 0;
		border-bottom: 1px solid rgba(31, 0, 83, 0.2);
	}
	.final_cart main .headers p {
		float: left;
		height: 100%;
		line-height: 30px;
		display: block;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 12px;
		padding: 0;
	}
	.final_cart main .headers p:nth-of-type(1) {
		width: 17%;
	}
	.final_cart main .headers p:nth-of-type(2) {
		width: 50%;
	}
	.final_cart main .headers p:nth-of-type(3) {
		width: 8%;
	}
	.final_cart main .headers p:nth-of-type(4) {
		width: 25%;
	}
	.final_cart main .details {
		width: 100%;
		overflow: auto;
	}
	.final_cart main .details .item {
		height: 90px;
		border-bottom: solid 1px rgba(31, 0, 83, 0.2);
	}
	.final_cart main .details .item .image {
		float: left;
		height: 100%;
		padding: 2px 2px 2px 0;
		box-sizing: border-box;
		width: 17%;
	}
	.final_cart main .details .item .image .innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: white;
	}
	.final_cart main .details .item .info {
		width: 50%;
		float: left;
		padding-left: 2px;
		box-sizing: border-box;
		position: relative;
		height: 100%;
	}
	.final_cart main .details .item .info p {
		margin: 0;
		color: #1f0053;
	}
	.final_cart main .details .item .info .brand {
		font-size: 13px;
		line-height: 16px;
		margin-top: 2px;
		font-weight: bold;
	}
	.final_cart main .details .item .info .name {
		font-size: 14px;
	}
	.final_cart main .details .item .info .vrnt_name {
		font-size: 12px;
		font-weight: normal;
		float: left;
		margin-right: 2px;
	}
	.final_cart main .details .item .info .edit_item {
		position: absolute;
		bottom: 0px;
		left: 10px;
		margin: auto;
	}
	.final_cart main .details .item .info .edit_item button {
		background-color: #2f2f2f;
		outline: none;
		font-weight: bold;
		font-size: 8px;
		border: solid rgba(31, 0, 83, 0.50);
		border-width: 0 0 0 0;
		color: white;
		cursor: pointer;
		padding: 5px 10px;
		border-radius: 5px 5px 0 0;
	}
	.final_cart main .details .item .info .edit_item button:hover {
		color: #ffd200;
	}
	.final_cart main .details .item .quantity {
		width: 8%;
		height: 100%;
		float: left;
		border: solid rgba(31, 0, 83, 0.2);
		border-width: 0 0 0 1px;
		box-sizing: border-box;
		position: relative;
	}
	.final_cart main .details .item .quantity .qty_num {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	.final_cart main .details .item .quantity .qty_btn {
		position: absolute;
		border-width: 0px;
		outline: none;
		padding: 0;
		margin: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 24px;
		width: 100%;
		line-height: 24px;
		border-radius: 0px;
		background-color: #2f2f2f;
		font-size: 10px;
		text-align: center;
		color: white;
		cursor: pointer;
	}
	.final_cart main .details .item .quantity .qty_btn:hover {
		background-color: #007c9a;
	}
	.final_cart main .details .item .quantity .qty_more {
		top: 0px;
	}
	.final_cart main .details .item .quantity .qty_less {
		bottom: 0px;
	}
	.final_cart main .details .item .total {
		width: 25%;
		font-size: 12px;
		height: 100%;
		float: left;
		border: solid rgba(31, 0, 83, 0.2);
		border-width: 0 0 0 1px;
		box-sizing: border-box;
		line-height: 120px;
		text-align: center !important;
	}
	.final_cart aside {
		float: right;
		width: 100%;
		height: 100%;
		padding: 0 2%;
		box-sizing: border-box;
		background-color: #2f2f2f;
		margin: 0 0 10px 0;
	}
	.final_cart aside h1 {
		color: white;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	}
	.final_cart aside .free_shipn {
		width: 100%;
		display: block;
		margin: 30px 0 0 0;
		font-size: 13px;
		text-align: center;
		background-color: #34008d;
		padding: 10px;
		box-sizing: border-box;
		line-height: 16px;
		color: white;
	}
	.final_cart aside .info {}
	.final_cart aside .info p {
		color: white;
		margin: 5px 0;
		/* text-align: center; */
	}
	.final_cart aside .info p.amount {
		font-size: 15px;
		margin: 10px 0 0 0;
	}
	.final_cart aside .info p.subtotal {
		font-size: 18px;
	}
	.final_cart aside .info a.total {
		display: block;
		text-align: center;
		border: 1px solid #1f0053;
		padding: 10px 0;
		background-color: #ffd200;
		color: #1f0053;
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.final_cart aside .info a.total:hover {
		background-color: #e6a800;
	}
	.final_cart aside .info a:active {
		background-color: #ffce00;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
		box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.final_cart {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 20px 0;
		box-sizing: border-box;
		overflow: auto;
	}
	.final_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 1000px;
		box-sizing: border-box;
		background-color: #ffffff;
	}
	.final_cart h1 {
		font-weight: normal;
		font-size: 20px;
		margin: 0 0 0 0;
		height: 40px;
		width: 100%;
		line-height: 40px;
		border-bottom: 1px solid rgba(31, 0, 83, 0.2);
		text-align: center;
	}
	.final_cart a {
		text-decoration: none;
	}
	.final_cart main {
		width: 100%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 0 2%;
		box-sizing: border-box;
		border: 1px solid rgba(31, 0, 83, 0.2);
	}
	.final_cart main .headers {
		overflow: auto;
		width: 100%;
		height: 30px;
		margin: 0 0 0 0;
		border-bottom: 1px solid rgba(31, 0, 83, 0.2);
	}
	.final_cart main .headers p {
		float: left;
		height: 100%;
		line-height: 30px;
		display: block;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 12px;
		padding: 0;
	}
	.final_cart main .headers p:nth-of-type(1) {
		width: 17%;
	}
	.final_cart main .headers p:nth-of-type(2) {
		width: 50%;
	}
	.final_cart main .headers p:nth-of-type(3) {
		width: 8%;
	}
	.final_cart main .headers p:nth-of-type(4) {
		width: 25%;
	}
	.final_cart main .details {
		width: 100%;
		overflow: auto;
	}
	.final_cart main .details .item {
		height: 90px;
		border-bottom: solid 1px rgba(31, 0, 83, 0.2);
	}
	.final_cart main .details .item .image {
		float: left;
		height: 100%;
		padding: 2px 2px 2px 0;
		box-sizing: border-box;
		width: 17%;
	}
	.final_cart main .details .item .image .innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: white;
	}
	.final_cart main .details .item .info {
		width: 50%;
		float: left;
		padding-left: 2px;
		box-sizing: border-box;
		position: relative;
		height: 100%;
	}
	.final_cart main .details .item .info p {
		margin: 0;
		color: #1f0053;
	}
	.final_cart main .details .item .info .brand {
		font-size: 13px;
		line-height: 16px;
		margin-top: 2px;
		font-weight: bold;
	}
	.final_cart main .details .item .info .name {
		font-size: 14px;
	}
	.final_cart main .details .item .info .vrnt_name {
		font-size: 12px;
		font-weight: normal;
		float: left;
		margin-right: 2px;
	}
	.final_cart main .details .item .info .edit_item {
		position: absolute;
		bottom: 0px;
		left: 10px;
		margin: auto;
	}
	.final_cart main .details .item .info .edit_item button {
		background-color: #a7a7a7;
		outline: none;
		font-weight: bold;
		font-size: 8px;
		border: solid rgba(31, 0, 83, 0.50);
		border-width: 0 0 0 0;
		color: white;
		cursor: pointer;
		padding: 5px 10px;
		border-radius: 5px 5px 0 0;
	}
	.final_cart main .details .item .info .edit_item button:hover {
		color: #ffd200;
	}
	.final_cart main .details .item .quantity {
		width: 8%;
		height: 100%;
		float: left;
		border: solid rgba(31, 0, 83, 0.2);
		border-width: 0 0 0 1px;
		box-sizing: border-box;
		position: relative;
	}
	.final_cart main .details .item .quantity .qty_num {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	.final_cart main .details .item .quantity .qty_btn {
		position: absolute;
		border-width: 0px;
		outline: none;
		padding: 0;
		margin: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 24px;
		width: 100%;
		line-height: 24px;
		border-radius: 0px;
		background-color: #050068;
		font-size: 10px;
		text-align: center;
		color: white;
		cursor: pointer;
	}
	.final_cart main .details .item .quantity .qty_btn:hover {
		background-color: #007c9a;
	}
	.final_cart main .details .item .quantity .qty_more {
		top: 0px;
	}
	.final_cart main .details .item .quantity .qty_less {
		bottom: 0px;
	}
	.final_cart main .details .item .total {
		width: 25%;
		font-size: 12px;
		height: 100%;
		float: left;
		border: solid rgba(31, 0, 83, 0.2);
		border-width: 0 0 0 1px;
		box-sizing: border-box;
		line-height: 120px;
		text-align: center !important;
	}
	.final_cart aside {
		float: right;
		width: 100%;
		height: 100%;
		padding: 0 20%;
		box-sizing: border-box;
		background-color: #030039;
	}
	.final_cart aside h1 {
		color: white;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	}
	.final_cart aside .free_shipn {
		width: 100%;
		display: block;
		margin: 30px 0 0 0;
		font-size: 13px;
		text-align: center;
		background-color: #34008d;
		padding: 10px;
		box-sizing: border-box;
		line-height: 16px;
		color: white;
	}
	.final_cart aside .info {}
	.final_cart aside .info p {
		color: white;
		margin: 5px 0;
		text-align: center;
	}
	.final_cart aside .info p.amount {
		font-size: 15px;
		margin: 10px 0 0 0;
	}
	.final_cart aside .info p.subtotal {
		font-size: 18px;
	}
	.final_cart aside .info a.total {
		display: block;
		text-align: center;
		border: 1px solid #1f0053;
		padding: 10px 0;
		background-color: #ffd200;
		color: #1f0053;
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.final_cart aside .info a.total:hover {
		background-color: #e6a800;
	}
	.final_cart aside .info a:active {
		background-color: #ffce00;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
		box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	}
}
@media screen and (min-width: 801px) {
	.final_cart {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 50px 0;
		box-sizing: border-box;
		overflow: auto;
	}
	.final_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 1000px;
		box-sizing: border-box;
		background-color: #ffffff;
		border-radius: 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	}
	.final_cart h1 {
		font-weight: normal;
		font-size: 20px;
		margin: 0 0 0 0;
		height: 70px;
		width: 100%;
		line-height: 70px;
		border-bottom: 1px solid rgba(31, 0, 83, 0.2);
	}
	.final_cart a {
		text-decoration: none;
	}
	.final_cart main {
		overflow: auto;
		min-height: 450px;
		width: 70%;
		height: auto;
		float: left;
		padding: 0 20px 30px 20px;
		box-sizing: border-box;
	}
	.final_cart main .headers {
		overflow: auto;
		width: 100%;
		height: 30px;
		margin: 0 0 0 0;
		border-bottom: 1px solid rgba(31, 0, 83, 0.2);
	}
	.final_cart main .headers p {
		float: left;
		height: 100%;
		line-height: 30px;
		display: block;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 14px;
		padding: 0;
	}
	.final_cart main .headers p:nth-of-type(1) {
		width: 15%;
	}
	.final_cart main .headers p:nth-of-type(2) {
		width: 55%;
	}
	.final_cart main .headers p:nth-of-type(3) {
		width: 8%;
	}
	.final_cart main .headers p:nth-of-type(4) {
		width: 22%;
	}
	.final_cart main .details {
		width: 100%;
		overflow: auto;
	}
	.final_cart main .details .item {
		height: 100px;
		border-bottom: solid 1px rgba(31, 0, 83, 0.2);
		overflow: hidden;
	}
	.final_cart main .details .item .image {
		float: left;
		height: 100%;
		padding: 5px 5px 5px 0;
		box-sizing: border-box;
		width: 15%;
	}
	.final_cart main .details .item .image .innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: white;
	}
	.final_cart main .details .item .info {
		width: 55%;
		float: left;
		padding-left: 10px;
		box-sizing: border-box;
		position: relative;
		height: 100%;
	}
	.final_cart main .details .item .info p {
		margin: 0;
		color: #1f0053;
	}
	.final_cart main .details .item .info .brand {
		font-size: 16px;
		line-height: 16px;
		margin-top: 5px;
		font-weight: bold;
	}
	.final_cart main .details .item .info .name {
		font-size: 14px;
	}
	.final_cart main .details .item .info .vrnt_name {
		font-size: 12px;
		font-weight: normal;
		float: left;
		margin-right: 10px;
	}
	.final_cart main .details .item .info .edit_item {
		position: absolute;
		bottom: 0px;
		left: 10px;
		margin: auto;
	}
	.final_cart main .details .item .info .edit_item button {
		background-color: #a7a7a7;
		outline: none;
		font-weight: bold;
		font-size: 10px;
		border: solid rgba(31, 0, 83, 0.50);
		border-width: 0 0 0 0;
		color: white;
		cursor: pointer;
		padding: 5px 10px;
		border-radius: 5px 5px 0 0;
	}
	.final_cart main .details .item .info .edit_item button:hover {
		color: #ffd200;
	}
	.final_cart main .details .item .quantity {
		width: 8%;
		height: 100%;
		float: left;
		border: solid rgba(31, 0, 83, 0.2);
		border-width: 0 0 0 1px;
		box-sizing: border-box;
		position: relative;
	}
	.final_cart main .details .item .quantity .qty_num {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	.final_cart main .details .item .quantity .qty_btn {
		position: absolute;
		border-width: 0px;
		outline: none;
		padding: 0;
		margin: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 30px;
		width: 100%;
		line-height: 18px;
		background-color: #b1b1b1;
		font-size: 12px;
		text-align: center;
		color: white;
		cursor: pointer;
	}
	.final_cart main .details .item .quantity .qty_btn:hover {
		background-color: #2f2f2f;
	}
	.final_cart main .details .item .quantity .qty_more {
		top: 0;
	}
	.final_cart main .details .item .quantity .qty_less {
		bottom: 0;
	}
	.final_cart main .details .item .total {
		width: 22%;
		font-size: 14px;
		height: 100%;
		float: right;
		border: solid rgba(31, 0, 83, 0.2);
		border-width: 0 0 0 1px;
		box-sizing: border-box;
		line-height: 100px;
		text-align: center !important;
	}
	.final_cart aside {
		width: 30%;
		min-height: 450px;
		height: auto;
		overflow: auto;
		padding: 0px 10px 15px 10px;
		box-sizing: border-box;
		background-color: #2f2f2f;
	}
	.final_cart aside h1 {
		color: white;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	}
	.final_cart aside .free_shipn {
		width: 100%;
		display: block;
		margin: 15px 0 0 0;
		font-size: 13px;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
		line-height: 16px;
		color: white;
	}
	.final_cart aside .info {}
	.final_cart aside .info p {
		color: white;
		margin: 5px 0;
		text-align: center;
	}
	.final_cart aside .info p.amount {
		font-size: 14px;
		margin: 15px 0 0 0;
	}
	.final_cart aside .info p.subtotal {
		font-size: 16px;
	}
	.final_cart aside .info a.total {
		display: block;
		text-align: center;
		padding: 10px 0;
		background-color: #ffd200;
		font-weight:normal;
		font-size: 15px;
		margin-top: 10px;
		color: #2f2f2f;
		border-radius: 10px;
	}
	.final_cart aside .info a.total:hover {
		background-color: #e6a800;
	}
	.final_cart aside .info a:active {
		background-color: #ffce00;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
		box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	}
}
/*empty cart*/
@media screen and (max-width: 500px) {
	section.empty_cart {
		width: 90%;
		height: 450px;
		box-sizing: border-box;
		padding: 50px 0;
		box-sizing: border-box;
		overflow: auto;
		margin: 0 auto;
	}
	section.empty_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 800px;
		box-sizing: border-box;
		background-color: rgba(3, 0, 57, 0.1);
		border: 1px solid #c5c8d8;
		border-radius: 30px;
	}
	section.empty_cart .wrap .logo {
		height: 150px;
		width: 150px;
		margin: 0 auto;
		background-image: url(../images/logo_300w.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.empty_cart .wrap h1 {
		text-align: center;
		font-size: 29px;
		margin: 15px;
	}
	section.empty_cart .wrap a {
		text-align: center;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #030039;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.empty_cart {
		width: 90%;
		margin: 0 auto;
		height: 450px;
		box-sizing: border-box;
		padding: 50px 0;
		box-sizing: border-box;
		overflow: auto;
	}
	section.empty_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 600px;
		box-sizing: border-box;
		background-color: rgba(3, 0, 57, 0.1);
		border: 1px solid #c5c8d8;
		border-radius: 30px;
	}
	section.empty_cart .wrap .logo {
		height: 150px;
		width: 150px;
		margin: 0 auto;
		background-image: url(../images/logo_300w.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.empty_cart .wrap h1 {
		text-align: center;
		font-size: 40px;
		margin: 15px;
	}
	section.empty_cart .wrap a {
		text-align: center;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #030039;
	}
}
@media screen and (min-width: 801px) {
	section.empty_cart {
		width: 100%;
		height: 450px;
		box-sizing: border-box;
		padding: 50px 0;
		box-sizing: border-box;
		overflow: auto;
	}
	section.empty_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 600px;
		box-sizing: border-box;
		background-color: rgba(3, 0, 57, 0.1);
		border: 1px solid #c5c8d8;
		border-radius: 30px;
	}
	section.empty_cart .wrap .logo {
		height: 150px;
		width: 150px;
		margin: 0 auto;
		background-image: url(../images/logo_300w.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.empty_cart .wrap h1 {
		text-align: center;
		font-size: 40px;
		margin: 15px;
	}
	section.empty_cart .wrap a {
		text-align: center;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #030039;
	}
}