@charset "UTF-8";

table.shippingTable .shipping, table.shippingTable .shipping tbody td, table.shippingTable .shipping tbody tr {
    display: inline-block;
}

#btnPrintOrderSummary{
	display: none;
}

.start-order h1 {
    margin-top: 20px
}

.sg-cw-bottom-button-bar{
	background-color: #fafafa;
}

.sg-cw-bottom-button-bar.has-baseline {
    bottom: 0;
}

.os-ios .sg-cw-bottom-button-bar.has-baseline {
    bottom: calc(0px + env(safe-area-inset-bottom));
}

.sg-cw-confirm-content{
   margin-right: 1rem;
}

#ips_content_wrapper{
	padding-top: 25;
}

.expressCheckout #payment_selection li a.payment_select_25  {
	background-image: url('https://www.japanphoto.no/imageserver/x/x/scale/p/japan/Photofinishing/JapanPhoto/ips/payment/klarna-logo.png') !important;
}

@media screen and (max-width: 51.75em){
	table.shippingTable tbody tr {
    	display: flex !important;
    	flex-direction: column;
	}
	
	table.shippingTable  td {
	    display:flex !important;
  		flex-wrap:wrap;
  		flex-direction: row;
	}
}

@media screen and (max-width: 400px){
	.sg-cw-button{
	    margin-left: 0;
	    margin-right: 0;
	    margin-top: 0;
	    margin-bottom: .5rem;
	}
}

#ips_content_wrapper .order_process > .sg-cw-bottom-button-bar {
    z-index: 2;
}

#first-header-bar-buttons .first-header-bar-button {
	min-height: 40px;
}

#first-header-bar-buttons .first-header-bar-button i {
	min-height: 24px;
}

.modal2 .modal-overlay {
	height:100vh;
	min-height:100%;
}

@media only screen and (min-width: 1024px) {
	.modal2 .modal-dialog {
		position:absolute;
	}
}

button.toggle-backdrop {
    height: 100vh;
    min-height:100%;
}