#main section:first-child {
    margin-top: 60px;
    padding: 100px 0 80px;
    background-image: url(../images/bg_recipes.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat;
    background-attachment: fixed;
}

.page-title {
    display: inline-block;
    font-size: 36px;
    line-height: 1.2em;
    position: relative;
    margin: 0 0 14px;
}

.page-title::after {
    content: '';
    display: inline-block;
    width: .92em;
    height: .92em;
    margin-left: .38em;
    vertical-align: middle;
    background-image: url(../images/cart-icon.svg), url(../images/circle-green.svg);
    background-size: .6em .5em, contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce {
    padding: 40px 20px;
    background-image: url(../images/bg_cart-block.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    margin-bottom: 27px;
}

.product-thumbnail {
    width: 80px;
    height: 80px;
}

.product-thumbnail a {
    display: block;
}

.product-thumbnail a img {
    max-width: 100%;
}

.woocommerce a.custom-remove {
    width: 80px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
    color: #000;
    border-radius: 0;
    background-image: url(../images/btn-empty.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all;
}

.woocommerce a.custom-remove:hover {
    background-image: url(../images/btn-red.png);
    color: #fff;
}

.product-data {
    padding: 0 17px;
    width: calc(100% - 80px);
}

.product-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    display: block;
    margin: 0 0 12px;
}

.product-price {
    color: #3D3D3D;
    font-size: 14px;
    margin-bottom: 24px;
}

.before-sale {
    display: inline-block;
    color: #888;
    margin-right: 18px;
    text-decoration: line-through;
}

.quantity,
.product-quantity__btn {
    display: inline-block;
    vertical-align: middle;
}

.qib-container div.quantity:not(#qib_id):not(#qib_id),
.product-quantity .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    display: inline-block;
    width: 35px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    text-align: center;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
}

/* Chrome, Safari, Edge, Opera */
.qib-container div.quantity:not(#qib_id):not(#qib_id)::-webkit-outer-spin-button,
.qib-container div.quantity:not(#qib_id):not(#qib_id)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
  -moz-appearance: textfield;
}

.qib-container .qib-button:not(#qib_id):not(#qib_id) {
    width: 35px;
    height: 30px;
    background-color: #E3E3E3;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 700;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    border: 0;
}

.qib-container .qib-button:focus:not(#qib_id):not(#qib_id) {
    border: 0;
}

.cart-collaterals {
    padding: 20px;
    background-color: #FAFAFA;
}

.coupon label {
    display: block;
    font-family: 'Ogenblik', sans-serif;
    font-size: 24px;
    margin: 0 0 20px;
}

.coupon__input-block {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 23px;
}

.coupon__input-block input#coupon_code {
    font-family: 'Montserrat', sans-serif;
    width: calc(100% - 113px);
    margin-right: 10px;
    border: 0;
    background-image: url(../images/coupon_input.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0 15px;
}

.woocommerce .coupon__input-block button.button {
    width: 103px;
    background-color: transparent;
    background-image: url(../images/btn_green.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all;
}

.woocommerce .coupon__input-block button.button:hover {
    background-image: url(../images/btn_dark.png);
    color: #fff;
}

.cart_totals .sec-title {
    margin-bottom: 6px;
}

.cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination,
.cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator,
#wc-stripe-payment-request-button-separator {
    display: none !important;
}

.woocommerce .cart_totals .woocommerce-shipping-totals ul#shipping_method li {
    margin-bottom: 0;
}

.woocommerce table.shop_table td {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce table.shop_table td:first-child {
    padding-left: 0;
}

.woocommerce table.shop_table td:last-child {
    padding-right: 0;
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 0;
    border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.shopping-btn,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn {
    display: inline-block;
    font-size: 19px;
    padding: 0 17px 2px;
    height: 44px;
    line-height: 42px;
    font-weight: 400;
    background-color: transparent;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all;
}

.woocommerce-cart .wc-proceed-to-checkout a.shopping-btn {
    color: #000;
    background-image: url(../images/btn_grey.png);
    margin-right: auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn {
    color: #fff;
    background-image: url(../images/btn_dark.png);
}

.woocommerce-cart .wc-proceed-to-checkout a.shopping-btn:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn:hover {
    background-image: url(../images/btn_green.png);
    color: #000;
}

.return-to-shop a.button {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    padding: 7px 16px 8px;
    color: #090909;
    background-image: url(../images/btn_green.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    margin: 10px 0 0;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-info::before {
    color: #000;
}

@media screen and (min-width: 576px) {
    .page-title {
        font-size: 42px;
    }

    .woocommerce {
        padding: 40px;
    }

    .product-data {
        width: calc(100% - 160px);
    }

    .woocommerce-cart .wc-proceed-to-checkout a.shopping-btn,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn {
        font-size: 21px;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce {
        padding: 55px;
    }

    .product-thumbnail {
        width: 100px;
        height: 100px;
    }

    .woocommerce a.custom-remove {
        width: 130px;
        height: 44px;
        font-size: 22px;
        line-height: 42px;
        padding-bottom: 2px;
    }

    .product-data {
        width: calc(100% - 230px);
    }
}

@media screen and (min-width: 992px) {
    #main section:first-child {
        margin-top: 100px;
        padding: 200px 0 90px;
    }

    .page-title {
        font-size: 48px;
    }

    .woocommerce {
        padding: 70px;
    }
}

@media screen and (min-width: 1200px) {
    #main section:first-child {
        padding-top: 230px;
    }

    .page-title {
        font-size: 52px;
    }

    .woocommerce {
        padding: 93px 95px;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.shopping-btn,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell;
    }

    .woocommerce table.shop_table_responsive tr td:first-child,
    .woocommerce-page table.shop_table_responsive tr td:first-child {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

}