.woocommerce-message,
.woocommerce-info {
    border: 0px solid #00CFC9 !important;
    border-top: 3px solid #00CFC9 !important;
    background-color: #F0F0F0 !important;

    color: #878787 !important;

    padding-left: 45px !important;
    position: relative;
}

.woocommerce-message a,
.woocommerce-info a {
    color: #00CFC9 !important;
    font-weight: 600 !important;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    background-image: url(img/info.svg);
    width: 26px;
    height: 26px;
    background-size: cover;
    margin-top: -13px;
}

.mk-checkout-steps-number {
    height: 80px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 50px !important;
    border: none !important;
}

.mk-checkout-steps-number.mk-checkout-steps-cart-active {
    background: url("img/step1.svg");
}

.mk-checkout-steps-number.mk-checkout-steps-payment-active {
    background: url("img/step2.svg");
}

.mk-checkout-steps-number.mk-checkout-steps-complete-active {
    background: url("img/step3.svg");
}

.woocommerce .cart_title {
    font-weight: 900;
    font-size: 20px;
    text-transform: none;

    padding-bottom: 10px;
}

.woocommerce .shop_table thead th {
    border-bottom: 0px !important;

    font-weight: 600;
}

/*
.woocommerce .shop_table thead th.product-remove{
    position: relative;
}

.woocommerce .shop_table thead th.product-remove:after{
    content: "ΔΙΑΓΡΑΦΗ";
    display: block;
}

 */

.woocommerce .shop_table tbody tr td.product-name {
    position: relative;
}

.woocommerce .shop_table tbody tr td.product-name a {
    font-size: 16px !important;
    line-height: 17px;
    font-weight: 200 !important;
    color: #000000 !important;
    display: block !important;
}

.woocommerce .shop_table tbody tr td.product-name a.prod_brand {
    color: #878787 !important;
    margin-bottom: 10px;
}

.woocommerce .shop_table tbody tr td.product-name a.tm-cart-edit-options {
    display: none !important;
    color: #00CFC9 !important;
    font-size: 13px !important;

    position: absolute;
    left: 10px;
    bottom: 0px;
}

.woocommerce td.product-name dl.variation {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.woocommerce ul.wc-item-meta {
    margin-top: 13px !important;
}

.woocommerce ul.wc-item-meta li {
    list-style-type: none;
}

.woocommerce ul.wc-item-meta li strong, .woocommerce ul.wc-item-meta li p,
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dd p {
    margin: 0px !important;
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 200 !important;
    font-weight: 400 !important;
    padding: 0px !important;
    display: inline-block;
}

.woocommerce td.product-name dl.variation dt{
    padding-right: 5px !important;
}

.woocommerce .shop_table tbody tr td.product-price span {
    font-size: 16px !important;
    line-height: 17px;
    font-weight: 200 !important;
    color: #000000 !important;
}

.woocommerce .quantity {
    margin: 0px !important;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty {
    font-size: 16px !important;
    line-height: 17px;
    font-weight: 600 !important;
    color: #000000 !important;
}

.woocommerce .shop_table tbody tr td.product-subtotal span {
    font-size: 16px !important;
    line-height: 17px;
    font-weight: 200 !important;
    color: #000000 !important;
}

.woocommerce .shop_table td.actions {
    padding-top: 40px !important;
}

.woocommerce .shop_table td.actions .coupon .input-text {
    font-size: 16px !important;
    line-height: 17px;
    font-weight: 200 !important;
}


.woocommerce .shop_table td.actions .coupon .input-text {
    font-size: 14px !important;
    line-height: 17px;
    font-weight: 200 !important;
}

.woocommerce .cart-collaterals .button,
.woocommerce .shop_table .button {
    font-size: 14px !important;
    font-weight: 600 !important;

    text-transform: none !important;
}

.woocommerce .cart-collaterals .button:hover,
.woocommerce .shop_table .button:hover {
    background-color: #00CFC9 !important;
}

.wc-proceed-to-checkout {
    text-align: left !important;
}

.cart_totals > h2,
.cross-sells > h2 {
    font-weight: 900;
    font-size: 20px;
    text-transform: none;

    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
    text-transform: none !important;
}

.woocommerce .cart-collaterals {
    margin-bottom: 100px !important;
}


.woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce .cart-collaterals .cart_totals table tr td strong {
    font-size: 16px !important;
    line-height: 17px;
    font-weight: 200 !important;
    color: #000000 !important;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td strong {
    color: #878787 !important;
}


.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
#order_payment_heading {
    font-weight: 900;
    font-size: 20px;
    text-transform: none;
}

.woocommerce form .form-row label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

.invoice-class {
    display: none;
}


.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce .col2-set {
    width: 55%;
    float: left;
}

#order_review_heading, #order_review {
    width: 40%;
    float: right;
    background-color: #FAFAFA;
    padding: 20px !important;
    box-sizing: border-box;
    margin: 0px;

    border: 2px solid #DADADA;
}

#order_review_heading {
    border-bottom: 0px !important;
}

#order_review {
    border-top: 0px !important;
}

#order_payment_heading,
.woocommerce-checkout-payment {
    clear: both !important;
}

#order_payment_heading,
.mk-wc-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
}

small {
    font-size: 16px !important;
    font-weight: 200 !important;
    color: #878787 !important;
    display: block;
}

.woocommerce h3#ship-to-different-address {
    text-transform: none !important;
    margin-top: 20px !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr td {
    border-bottom: 1px solid #DADADA !important;
    padding-bottom: 20px !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
    border-bottom: 0px solid #DADADA !important;
}


.woocommerce .shop_table.woocommerce-checkout-review-order-table thead {
    display: none !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tbody td {
    display: block !important;
    width: 120%;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tbody td:nth-child(2) {
    display: none !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name {
    height: 1%;
    overflow: hidden;
    width: 150%;

    padding-top: 20px !important;

    font-size: 16px !important;
    font-weight: 200 !important;
    color: #000000 !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name .ts-product-image,
.woocommerce .shop_table.woocommerce-table--order-details .product-name .ts-product-image {
    float: left;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name strong.product-quantity,
.woocommerce .shop_table.woocommerce-table--order-details .product-name strong.product-quantity {
    display: none !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name dl.variation {
    display: inline-block !important;
    margin-top: 13px !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name a.tm-cart-edit-options {
    display: none !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name .subtotal_name {
    font-size: 16px !important;
    font-weight: 200 !important;
    color: #000000 !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name .subtotal_one {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #B4B4B4 !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name .subtotal_all {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td span,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td span,
.woocommerce .shop_table.woocommerce-table--order-details tfoot tr th,
.woocommerce .shop_table.woocommerce-table--order-details tfoot tr td,
.woocommerce .shop_table.woocommerce-table--order-details tfoot tr td span {
    font-size: 16px !important;
    font-weight: 200 !important;
    color: #878787 !important;

    text-transform: none !important;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td span,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td span {
    font-weight: 600 !important;
}


.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;

    text-transform: none !important;
}

.woocommerce .woocommerce-notice.woocommerce-thankyou-order-received {
    background: #E8FBFA !important;
    border: 0px !important;
    text-align: center !important;

    font-size: 30px !important;
    font-weight: 900 !important;
    color: #000000 !important;
}

.woocommerce .order_details.woocommerce-thankyou-order-details {
    display: table;
    width: 100%;

    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #DADADA;
}


.woocommerce .order_details.woocommerce-thankyou-order-details li {
    list-style-type: none;
    display: table-cell;
    width: 20%;

    font-size: 16px;
    font-weight: 600 !important;
    color: #000000 !important;

    text-transform: uppercase;
}

.woocommerce .order_details.woocommerce-thankyou-order-details li strong {
    display: block;
    margin-top: 10px;

    font-size: 16px;
    font-weight: 200 !important;
    color: #878787 !important;

    text-transform: none;
}

.woocommerce-columns--addresses {
    width: 100% !important;
    float: none !important;
}

.woocommerce-column--billing-address > h2,
.woocommerce-column--shipping-address > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2 {
    font-weight: 900 !important;
    font-size: 20px !important;
    text-transform: none !important;


    margin-top: 60px;

    display: block;
    text-transform: none !important;
}

.woocommerce-column--billing-address > h2,
.woocommerce-column--shipping-address > h2,
.woocommerce-customer-details > h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #DADADA;
}

.woocommerce-customer-details address {
    padding: 10px;
    border: 1px solid #DADADA;
}

.woocommerce-customer-details address p,
.woocommerce-customer-details address {
    font-weight: 200 !important;
    font-size: 16px !important;
    color: #878787 !important;

    text-transform: none !important;
    font-style: normal !important;

    margin: 0px !important;
}

.woocommerce-customer-details address p {
    position: relative;
}

.woocommerce-customer-details address p:before {
    display: inline-block;
    font-family: dashicons;

    padding-right: 3px !important;
    transform: translateY(4px);
}

.woocommerce-customer-details address p.woocommerce-customer-details--phone:before {
    content: "\f525";
}

.woocommerce-customer-details address p.woocommerce-customer-details--email:before {
    content: "\f465";
}

.woocommerce #payment #place_order {
    float: none;
}

.woocommerce #payment {
    background-color: transparent;
}

.woocommerce-table.woocommerce-table--order-details tr td:nth-child(1) {
    width: 60%;
}


.woocommerce p.woocommerce-thankyou-order-failed-actions{
    display: none !important;
}