section.order-summary .container {
	 padding-top: 60px;
	 padding-bottom: 60px;
}
 section.order-summary .container .summary-table h2 {
	 position: relative;
	 padding-bottom: 8px;
	 margin-bottom: 0;
}
 section.order-summary .container .summary-table h2:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 width: 50px;
	 left: 0;
	 height: 5px;
	 background-color: #fe5e00;
}
 section.order-summary .container .summary-table .summary .d-mobile {
	 display: none;
}
 @media (max-width: 991px) {
	 section.order-summary .container .summary-table .summary .d-dekstop {
		 display: none;
	}
	 section.order-summary .container .summary-table .summary .d-mobile {
		 display: table;
	}
}
 section.order-summary .container .summary-table .summary .summaryTable {
	 margin-top: 20px;
	 width: 100%;
	 margin-bottom: 0px;
	 border-radius: 5px;
	 overflow: hidden;
}
 section.order-summary .container .summary-table .summary .summaryTable th {
	 font-family: "Lato", serif;
	 font-size: 16px;
	 font-weight: 600;
	 line-height: 1.5;
	 background-color: #5c1468;
	 color: white;
	 text-align: start;
	 white-space: nowrap;
}
 section.order-summary .container .summary-table .summary .summaryTable tbody tr td {
	 font-family: "Lato", serif;
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 1.5;
	 text-align: start;
	/* border-left-width: var(--bs-border-width) !important;
	 border-right-width: var(--bs-border-width) !important;
	 border-bottom: 1px solid #ddd;
	 */
	 border-radius: 5px;
	 padding: 8px 12px;
	 text-align: left;
}
 @media (max-width: 991px) {
	 section.order-summary .container .summary-table .summary .summaryTable tbody tr td {
		 font-size: 13px;
	}
}
 section.order-summary .container .summary-table .summary .summaryTable tfoot tr td {
	 border-left-width: var(--bs-border-width) !important;
	 border-right-width: var(--bs-border-width) !important;
}
 section.order-summary .container .summary-table .summary .summaryTable tfoot tr td:nth-child(1) {
	 text-align: right;
}
 section.order-summary .container .summary-table .total-row {
	 margin-top: 1rem;
}
 section.order-summary .container .summary-table .total-row span.total {
	 flex: 1;
	 text-align: right;
}
 section.order-summary .container .summary-table .total-row span.amount {
	 color: #5c1468;
}
 section.order-summary .container .summary-table .total-row span {
	 font-family: "Lato", serif;
	 font-size: 16px;
	 font-weight: 600;
	 line-height: 1.5;
	 display: block;
}
 section.order-summary .container .summary-table .checkout-form {
	 margin-top: 20px;
}
 @media (max-width: 640px) {
	 section.order-summary .container .summary-table .checkout-form .checkout-btns {
		 justify-content: center !important;
	}
}
 @media (min-width: 1100px) {
	 section.order-summary .container .summary-table .checkout-form .checkout-btns {
		 margin-left: 2.5%;
	}
}
 @media (min-width: 1200px) {
	 section.order-summary .container .summary-table .checkout-form .checkout-btns {
		 margin-left: 2.5%;
	}
}
 @media (min-width: 1440px) {
	 section.order-summary .container .summary-table .checkout-form .checkout-btns {
		 margin-left: 6%;
	}
}
 section.order-summary .container .summary-table .checkout-form em.error.help-block, section.order-summary .container .summary-table .checkout-form em#g-recaptcha-error-pay {
	 font-size: 12px;
	 font-family: "Lato", serif;
	 text-transform: capitalize;
	 font-weight: 600;
	 color: #e10202 80;
}
 section.order-summary .container .summary-table .checkout-form .iti.iti--allow-dropdown.iti--separate-dial-code {
	 width: 100%;
}
 section.order-summary .container .summary-table .checkout-form .iti.iti--allow-dropdown.iti--separate-dial-code .iti__country-list {
	 border-radius: 0.375rem;
	 background-color: #ebf2f3;
	 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	 border: var(--bs-border-width) solid var(--bs-border-color);
}
 section.order-summary .container .summary-table .checkout-form .iti.iti--allow-dropdown.iti--separate-dial-code span.iti__country-name {
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 max-width: 200px;
	 display: inline-block;
	 font-size: 1rem;
	 font-weight: 400;
	 line-height: 1.5;
}
 section.order-summary .container .summary-table .checkout-form .iti.iti--allow-dropdown.iti--separate-dial-code .iti__selected-flag {
	 background-color: #d9d9d9;
	 border-radius: 0.375rem 0px 0px 0.375rem;
}
 section.order-summary .container .summary-table .checkout-form .iti__selected-flag {
	 height: 39px;
}
 @media (max-width: 640px) {
	 section.order-summary .container .summary-table .checkout-form .iti__selected-flag {
		 height: 39px;
	}
}
 @media (max-width: 640px) {
	 section.order-summary .container .summary-table .checkout-form .iti__selected-dial-code {
		 font-size: 12px;
	}
}
 section.order-summary .container .summary-table .checkout-form .hidden {
	 display: none;
}
 section.order-summary .container .summary-table .checkout-form input, section.order-summary .container .summary-table .checkout-form textarea, section.order-summary .container .summary-table .checkout-form select {
	 font-family: "Lato", serif;
	 padding: 7px;
	 background-color: #ebf2f3;
}
 section.order-summary .container .summary-table .checkout-form .submit-button {
	 width: 160px;
	 padding: 8px;
	/* @media (max-width:425px) {
		 flex: 1;
	}
	 */
}
 section.order-summary .container .summary-table .checkout-form .inputBtn {
	 padding: 0;
	 width: 160px;
}
 section.order-summary .container .summary-table .checkout-form .inputBtn input {
	 padding: 8px;
	 color: #fff;
	 width: 100%;
	 text-align: center;
	 font-family: "Lato", serif;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 600;
	 background-color: transparent;
	 border: none;
}
 section.order-summary .container .summary-table .checkout-form .inputBtn input:hover {
	 color: #5c1468;
}
 section.order-summary .container .summary-table .checkout-form textarea {
	 max-height: 100px;
}
 section.order-summary .container .summary-table .checkout-form .submit-button {
	 border: 1px solid #5c1468;
}
 