

@media screen and (max-width: 799px){

	.mob-keyboard-open {
		height: calc(100% + 500px);
	}

	.key-input-field {
		background-color: #9ecaed;
	}

	.mob-cart-wrapper
	{
		position: relative;
		z-index: 1201;
		background-color: white;
		width: 100%;
		height:100%;
		margin-left:auto;
		margin-right:auto;
		font-family:'Open Sans';
		font-size:16px;
		color:black;
	}

	.mob-cart-top {
		width:100%;
		background-color:whitesmoke;
		padding-top:10px;
		padding-bottom:10px;
	}
	.mob-cart-exit {
		position:absolute;
		top:10px;
		right:20px;
		font-size:20px;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
	}
	.mob-cart-exit:hover {
		color:white;
		background-color:red;
		cursor:pointer;
	}
	.mob-cart-title
	{
		font-size:18px;
		font-weight:bold;
		margin: 0px;
		text-align: center;
	}

	.mob-cart-contents
	{
		overflow-y: auto;
	}
	.mob-cart-inner-box
	{
		margin: 12px;
		margin-bottom:20px;
		
	}
	.mob-cart-item-wrapper
	{
		border: 1px solid black;
		margin-bottom:20px;
	}
	.mob-cart-items-flex {
		display:flex;
		flex-direction: row;
		align-items:center;
		justify-content: space-between;
	}
	.mob-cart-item-pic {
		width:25%;
	}
	.mob-cart-item-item {
		width:65%;
	}

	.mob-cart-conf-flex-left-item {
		width:60%;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
	}
	.mob-cart-conf-flex-right-item {
		width:70%;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
	}
	
	.mob-cart-thumbnail {
		display:block;
		width:90%;
		margin:auto;
	}
	.mob-cart-part-title
	{
		margin: 0px;
		font-size: 14px;
		width:30%;
	}
	.mob-cart-part-value {
		margin:0px;
		font-weight:bold;
		font-size:14px;
	}

	.mob-cart-trash-wrapper {
		width:10%;
		max-width: 75px;

	}
	.mob-cart-trash-image {
		display:block;
		width:100%;
	}
	.mob-cart-footer {
		height:150px;
		background-color:whitesmoke;
		overflow-y:auto;
	}

	.mob-discount-container {
		width:90%;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		font-size:14px;
		color:maroon;
		font-weight:bold;
	}


	.mob-cart-footer-inner-wrapper {
		margin:10px;
	}

	.mob-foot-button
	{
		display:block;
		width:70%;
		max-width:100px;
		background-color: navy;
		height: 40px;
		border: 0px;
		color: white;
		border-radius:6px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:20px;
	}
	.mob-foot-button:hover {
		background-color:red;
		color:white;
		cursor:pointer;
	}


	/* Checkout */

	.mob-cart-contents {
		font-family: 'Open Sans';

	}

	.mob-checkout-title {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top:5px;
	}

	.mob-checkout-left-title {
		text-align: Left;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top:5px;
	}

	.mob-checkout-left-normal {
		text-align: Left;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 0px;
		margin-top:5px;
	}

	.mob-checkout-subtitle {
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top:3px;
	}
	.mob-form-field-wrapper {
		margin-top:10px;
	}
	.mob-required-field-notice {
		margin-top:8px;
	}
	.mob-form-label {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
	}
	.mob-cc-flex {
		display:flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.mob-cc-inner-flex-container {
		text-align: left;
	}

}