.woo-container {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.woocommerce table.shop_table th {
    color: #fff;
    border: 0;
}

.woocommerce table.shop_table td {
    border-color: #e8e7e7;
}

/* .woocommerce a.remove { */
    /* margin: 0; */
    /* width: auto; */
/* } */

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 100px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	flex: unset;
    max-width: unset;
    padding: 0;
}

span.woocommerce-input-wrapper {
    width: 100%;
    min-height: 40px;
}

.select2-container span.select2-selection--single {
	height: 40px;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single span.select2-selection__arrow {
    height: 36px;
}

.select2-container--default li.select2-results__option--highlighted[aria-selected],
.select2-container--default li.select2-results__option--highlighted[data-selected] {
	background-color: #000;
}

ul.wc_payment_methods.payment_methods.methods li {
    list-style: none;
}

.woocommerce-form__label-for-checkbox span {
    white-space: nowrap;
    font-size: 26px;
}


/* my account css start */

.woocommerce-account .woocommerce-MyAccount-navigation {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 1px solid #d3d6db;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    font-family: "Fira Sans";
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #0e0e0e;
    padding: 15px 15px 15px;
    display: block;
	background: #fff;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #fff;
}

.woocommerce-MyAccount-content {
    padding: 25px;
    background: #fdfdfd;
    border: 1px solid #f1f1f1;
}

.woocommerce table.my_account_orders .button,
.woocommerce table.my_account_downloads .button,
.woocommerce a.woocommerce-Button.button {
	color: #fff;
    box-shadow: none;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 15px !important;
}

.woocommerce-account .addresses .title .edit {
    padding: 4px 15px;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
}

/* my account css end */


/* Checkout Page Start */

.woocommerce-checkout #payment {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.075);
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #f1f1f1;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f1f1f1;
}

.woocommerce-MyAccount-content p,
.woocommerce-checkout #payment div.payment_box p {
    margin: 0 0 10px 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    margin-left: 8px;
}

.woocommerce .woocommerce-notice {
    line-height: 2;
    text-align: left;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    padding: 1em 2em 1em 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #0e0e0e;
    border-top-width: 3px;
    border-top-style: solid;
    width: auto;
    word-wrap: break-word;
}

.woocommerce ul.order_details {
	padding: 0;
}

.woocommerce .woocommerce-order ul.order_details li {
    margin-right: 1.5em;
    padding-right: 1.5em;
}

/* Checkout Page Start */


