body.woocommerce-checkout div.inside-article {
	margin:0px auto;
	padding: 0% 0% !important;
	border-bottom: none !important;
	box-shadow: none;
	background-color: transparent;
}

body.woocommerce-checkout div.inside-article div.woocommerce-form-login-toggle div.woocommerce-info {
	background-color: #ffffff !important;
	color: #000000 !important;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
	-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
	-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
}

body.woocommerce-checkout div.inside-article div.woocommerce-form-login-toggle div.woocommerce-info a {
	color: #000;
}

body.woocommerce-checkout div.inside-article div.woocommerce-form-login-toggle div.woocommerce-info a:hover {
	color: #f00;
}

body.woocommerce-checkout div.inside-article form.woocommerce-form-login {
	background: #fff;
	padding: 3% 5% 0%;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
	-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
	-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
}

body.woocommerce-checkout div.inside-article form.woocommerce-form-login button.woocommerce-form-login__submit {
	padding: 7px 25px !important;
	font-size: 18px !important;
}

body.woocommerce-checkout div.entry-content {
	margin-top: 0px !important;
}

.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: 0px !important;
    width: auto !important;
    max-width: 100% !important;
}

h1.entry-title {
	text-transform: uppercase;
	color: #000 !important;
	margin-top: 0%;
	font-size: 28px !important;
	padding-left: 0%;
	display: none;
}

.woocommerce-error {
	background-color: #ffffff !important;
	color: #000 !important;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
	-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
	-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
}

.woocommerce-error li a {
	color: #000000 !important;
	font-weight: normal !important;
}

form.checkout {
	padding-top: 0%;
	position:relative;
}

.woocommerce-checkout .col2-set {
	background: transparent;
	padding: 0% !important;
}

.woocommerce-checkout .col2-set .col-1 {
	background: #fff;
	padding: 5%;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
	-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
	-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
}

.woocommerce-checkout .col2-set .col-2 {
	background: #ffffff !important;
	padding: 0% 3%;
	margin-top: 20px !important;
	color: #000;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
	-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
	-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
}

.hidden-field {
	display: none !important;
}

div.woocommerce-billing-fields h3{
	font-weight: 600 !important;
	font-size: 20px !important;
	color: #000 !important;
	text-transform: capitalize;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}

.woocommerce-additional-fields {
	margin: 0% 0%;
}

div.woocommerce-additional-fields h3 {
	display:none;
	font-weight: 600 !important;
	font-size: 1.5rem !important;
	color: #fff !important;
	text-transform: uppercase;
}

div.col-2 div.woocommerce-additional-fields span.woocommerce-input-wrapper{
	display:none;
	background: #fff;
}

div.col-2 div.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
	border-radius: 0px !important;
}

body.woocommerce-checkout #order_review {
	background: #fff;
	padding: 3% 2% 2%;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
    -moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
    -webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;	
}

body.woocommerce-checkout #order_review h3 {
	font-weight: 600 !important;
	font-size: 20px !important;
	color: #000 !important;
	text-transform: capitalize;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	border:1px solid #009688 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    padding: 10px 5px !important;
    height: 50px !important;
}

form.checkout p#billing_city_field, form.checkout p#billing_state_field, form.checkout p#billing_postcode_field, form.checkout p#billing_phone_field, p.validate-email, p#billing_first_name_field, p#billing_last_name_field {
	width: 50%;
	display: inline-grid;
}

form.checkout p#billing_city_field, form.checkout p#billing_postcode_field {
	width:49%;
	margin-right:1%;
}

ul.wc_payment_methods li {
	margin-bottom: 20px !important;
	padding: 5px 10px;
	background: #e7edee;
}

ul.wc_payment_methods li label {
	background-color: transparent !important;
    font-size: 16px;
}

.payment-number {
	font-size:16px;
}

button#download-image {
	display:none;
}

ul.wc_payment_methods div.payment_box {
	background-color: transparent !important;
	border: none;
	color: #000000 !important;
	padding: 0px 0px 30px 30px !important;
	margin: 0px !important;
}

body.woocommerce-order-received table.woocommerce-table{
	text-align:left;
	border: 1px solid #eee;;
}

p#billing_company_field, input#billing_address_2, div.woocommerce-privacy-policy-text , div.woocommerce-shipping-fields{
	display:none;
}

button.button {
	padding: 10px 0px !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	background-color: #111 !important;
	color: #fff !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

button.button:hover {
	background-color: #F44336 !important;
	color:#fff !important; 
}

div.payment_box {
	background-color: #ffffff !important;
    border: 1px solid #ccc;
}

div.payment_method_softtech_bkash p {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li img.bkash-qr-code-image {
	float: none !important;
	margin: 0px auto 20px !important;
	display: block !important;
	height: 350px !important;
}

.woocommerce table.shop_table {
	background: #fff !important;
	color: #000000 !important;
	padding: 0% !important;
	text-align: left;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {	
	font-weight:normal !important;
}

.woocommerce table.shop_table th {
	background-color: transparent !important;
}

div#order_review  table.shop_table{

}

/*div.bkash-payment input {
	width: 100%;
	margin:10px auto !important;
	background:#fff !important;
}*/

ul#shipping_method {
	font-size:16px;
}

body.woocommerce-order-received div.inside-article {
	max-width: 900px;
	margin: 0px auto;
	background: #fff;
	padding:5% !important;
}

body.woocommerce-order-received div.woocommerce-order h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #9e554f;
}

.woocommerce-order-received div.entry-content{
	text-align: center;
	max-width: 800px;
	margin: 0px auto;
}

.woocommerce-order-received div.entry-content ul.woocommerce-order-overview {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	grid-gap: 5px;
	text-align: center;
	max-width: 800px;
	margin: 0px auto 30px;
}

.woocommerce-order-received div.entry-content ul.woocommerce-order-overview li {
	margin-right:10px !important;
	margin-bottom:20px;
}

section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details, section.woocommerce-order-details h2.woocommerce-order-details__title,
section.woocommerce-customer-details {
	display:none;
}

section.woocommerce-order-details h2,
section.woocommerce-customer-details h2 {
	font-size: 21px;
	margin-top: 80px !important;
	text-transform: uppercase;
	font-weight: 500;
	color: #938713;
	text-align: left;
}

div.pay-instruction, div.csbd-payment {
	padding: 7% 0% 1%;
}

div.pay-instruction h2, div.csbd-payment h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

div.pay-instruction b {
	font-size: 18px;
	font-weight: 400;
	padding: 3px 3px;
	color: #ff1100;
}

section.woocommerce-order-details a {
	color: #ff1100;
}

section.woocommerce-order-details a:hover {
	color: #006104;
}

section.woocommerce-customer-details address {
	padding: 3% !important;
}

div.custom-order-items ul {
	text-align:left;
}

@media screen and (min-width:851px) {
	
.woocommerce-order-received .woocommerce-customer-details .col2-set {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;	
	margin-top:50px;
}	

.woocommerce-order-received .woocommerce-customer-details .col2-set div address{
	border: 1px solid #ccc;
	padding:2%;
}
	
}

@media screen and (min-width:769px) { 
	
body.woocommerce-checkout #order_review{
    width: 40% !important;
    float: right !important;
    margin-right: 0 !important;
	position: sticky;
    top: 50px;
}

div#order_review table.shop_table {
	
}

body.woocommerce-checkout  .woocommerce-checkout .col2-set {
	width: 58% !important;
	float: left !important;
	margin-right: 0% !important;
}

.woocommerce-checkout .col2-set {
	border-right: none;
	margin-right: 0% !important;
	width: 100% !important;
}

#customer_details+#wc_checkout_add_ons, #order_review, #order_review_heading {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}
}

@media screen and (max-width:768px) {
	body.woocommerce-checkout div.inside-article {
		padding: 0% 5% !important;
	}
	body.woocommerce-checkout #order_review{
		padding: 5% 5% 0%;
	}
	.woocommerce-order-received div.entry-content ul.woocommerce-order-overview {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-auto-rows: 1fr;
	}
	.woocommerce-order-received div.entry-content ul.woocommerce-order-overview::before, .woocommerce-order-received div.entry-content ul.woocommerce-order-overview::after {
			display:none;
		}
}


