/* =Theme customization starts here
------------------------------------------------------- */
html {
    font-size: 8px;
}
.woocommerce {
    font-family: 'Roboto', sans-serif;
}
.woocommerce table.cart td:nth-of-type(2), .woocommerce table.cart th:nth-of-type(2) {
    display: none;
}

.wcpt-navigation,
.wcpt-heading-row {
    display: none;
}
.wcpt-excerpt {
    color: #657078;
    font-size: 12px;
}
.wcpt-row.wcpt-even {
    background: transparent;
}
.wcpt-row:not(:last-child) {
    border-bottom-color: #d7dbde;
    position: relative;
}
.wcpt-row:not(:last-child):after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.wcpt-table tr td:first-child {
    padding-left: 0 !important;
}
.wcpt-table tr td:last-child {
    padding-right: 0 !important;
}
.wcpt-table-scroll-wrapper-outer {
    overflow: visible;
}
body .wcpt-table a.wcpt-button {
    background: transparent;
    border: 0;
    color: #657078;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body .wcpt-table a.wcpt-button:hover {
    color: #000;
}
body .wcpt-table a.wcpt-button:after {
    content: "\e8d2";
    font-family: 'eicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff6422;
    font-size: 16px;
    padding-left:5px;
}

.wcpt-title {
    font-size: 36px;
}
.actions .coupon,
td.product-quantity {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-page .woocommerce ul.order_details {
    padding-left: 0;
}

input[name=tip_facturare] {
    margin-right: 3px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1200px;
}

.header .container-fluid {
    display: flex;
    justify-content: center;
}
.wcpt-table a.wcpt-button:last-child {
    margin-right: 15px;
}

.post-inner, .page {
    padding-top: 0;
    background: #fff;
}
#site-content {
    padding: 8rem 0;
}
.woocommerce-page .entry-header,
.footer-top-visible .footer-nav-widgets-wrapper {
    display: none;
}

.woocommerce-page #site-content label {
    color: #000;
    margin-bottom: 0;
}
.woocommerce-checkout h3 {
    color: #000;
    font-weight: bold;
}


@media (max-width: 768px) {
    body .wcpt-table a.wcpt-button {
        display: inline-block;
    }
    .woocommerce-checkout #customer_details .col-2 {
        padding-left: 0 !important;
    }
    .woocommerce ul.order_details li {
        width: 100%;
        margin-bottom: 0.5em;
    }
}