/*

    The following CSS codes are created by the YellowPencil plugin.
    https://yellowpencil.waspthemes.com/


    T A B L E   O F   C O N T E N T S
    ........................................................................

    01. Global Styles

*/



/*-----------------------------------------------*/
/*  Global Styles                                */
/*-----------------------------------------------*/
body #payment{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:rgba(250,79,148,0.1);
	background-repeat:no-repeat;
	color:rgb(102, 102, 102);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-top:20px;
	margin-bottom:20px;
}

body .checkout .col-inner{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

body #logo a{
	text-transform:none;
}

body #shipping_method .shipping__list_item .shipping__list_label div > span{
	-webkit-transform:translatex(0px) translatey(0px);	-ms-transform:translatex(0px) translatey(0px);	transform:translatex(0px) translatey(0px);
	-ms-flex-item-align:center;	-ms-grid-row-align:center;	align-self:center;
	font-size:0.9rem;
}

body #shipping_method{
	float:left;
	display:block;
	margin-top:-10px;
}

body .checkout .row .col .col-inner .checkout-sidebar #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .shipping__inner .shipping__table tbody tr td{
	border-bottom-width:0px !important;
}

body .shipping__table tr td{
	border-bottom-width:0px;
}