
/* CART MAIN */

#sihate-cart {
    padding: 64px 0;
}

#sihate-cart .heading {
    margin-bottom: 40px;
    text-align: center;
}

#sihate-cart .heading h1 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Alegreya', serif;
    margin-bottom: 2px;
}

@media (max-width: 576px) {
    #sihate-cart {
        padding: 40px 0;
    }
    #sihate-cart .heading {
        margin-bottom: 24px;
    }
    #sihate-cart .heading h1 {
        font-size: 24px;
        line-height: 40px;
    }
}

/* Header */

#sihate-cart .c-header {
    margin-bottom: 24px;
}

/* Header > Breadcrumb */

#sihate-cart .c-header .bread {
    background-color: #faf6f4;
    padding: 12px 24px;
    border-radius: 8px;
    margin-bottom: 24px;
    color: #aaa;
    cursor: pointer;
}

#sihate-cart .c-header .bread .biasa {
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-right: 3px;
    margin-left: 3px;
}

#sihate-cart .c-header .bread .current {
    color:#faae42;
}

#sihate-cart .c-header .bread i {
    font-size: 3px;
    vertical-align: middle;
    margin-top: 1px;
    margin-right: 1.5px;;
    margin-left: 1.5px;
}

@media (max-width: 576px) {
    #sihate-cart .c-header {
        margin-bottom: 16px;
    }
    #sihate-cart .c-header .bread {
        margin-bottom: 16px;
        padding: 8px 16px;
    }
    #sihate-cart .c-header .bread i {
        font-size: 2.5px;
    }
}

/* Header > Info */

#sihate-cart .c-header .box-info {
    padding: 24px 24px;
    color: #008060;
    border:1px solid #008060;
    border-radius: 8px;
    margin-right: 16px;
}

#sihate-cart .c-header .box-info h1 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 0;
}

#sihate-cart .c-header .box-info p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sihate-cart .c-header .box-info .svg {
    height: 56px;
    fill: #008060;
    margin-top: 8px;
    margin-left: 24px;
    float: right;
}

@media (max-width: 576px) {
    #sihate-cart .c-header .box-info {
        margin-right: 0;
        margin-bottom: 8px;
    }
    #sihate-cart .c-header .box-info h1 {
        line-height: 1.4;
        margin-bottom: 6px;
    }
    #sihate-cart .c-header .box-info p {
        line-height: 1.4;
    }
    #sihate-cart .c-header .box-info .svg {
        height: 40px;
        margin-top: 0;
    }
}

/* Header > Promise */

#sihate-cart .c-header .box-promise {
    padding: 24px 24px;
    border:1px solid #008060;
    border-radius: 8px;
    color: #008060;
    height: 100%;
}

#sihate-cart .c-header .box-promise h1 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 0;
}

#sihate-cart .c-header .box-promise p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sihate-cart .c-header .box-promise .promise {
    padding-top: 0px;
    padding-bottom: 16px;

    text-transform: uppercase;
    font-size: 11.5px;
    font-weight: 500;
    color: #008060;
    letter-spacing: 1px;
}

#sihate-cart .c-header .box-promise .svg {
    height: 48px;
    fill: #008060;
    margin-top: 8px;
    margin-left: 16px;
    float: right;
}

@media (max-width: 576px) {

    #sihate-cart .c-header .box-promise h1 {
        line-height: 1.4;
        margin-bottom: 6px;
    }
    #sihate-cart .c-header .box-promise p {
        line-height: 1.4;
    }
    #sihate-cart .c-header .box-promise .svg {
        height: 36px;
        margin-top: 0;
    }
}

/* Footer */

#sihate-cart .c-footer {
    padding: 100px 0 32px;
}

#sihate-cart .c-footer .bank-list {
    margin:24px 0 0;
    padding:0px 16px;
    border: 1px solid #008060;
    border-radius: 8px;
}

#sihate-cart .c-footer .bank-list .focus {
    background-color: #008060;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 16px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    top:-16px;
}

#sihate-cart .c-footer .bank-list img {
    height: 38px;
    opacity: 0.8;
}

#sihate-cart .c-footer .bank-list ul li {
    margin:8px 8px;
}

@media (max-width: 576px) {
    #sihate-cart .c-footer {
        padding: 40px 0 32px;
    }
    #sihate-cart .c-footer .bank-list {
        padding: 8px;
    }
    #sihate-cart .c-footer .bank-list .focus {
        top: -24px;
        left: 0;
        right: 0;
        margin:auto;
    }
    #sihate-cart .c-footer .bank-list ul li {
        margin:8px 4px;
    }
    #sihate-cart .c-footer .bank-list img {
        height: 32px;
    }
}


/* EMPTY CART BUTTON */

#sihate-cart .btn-empty {
    padding: 16px 32px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11.5px;
    letter-spacing: 1px;
    background-color: #e75f69;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-left: 4px;
}

#sihate-cart .btn-empty:hover {
    background-color: #EA7179;
}

@media (max-width: 920px) {
#sihate-cart .btn-empty {
    margin-left: 0px;
    margin-top: 7px;
 }
}

/* CART PRODUCT LIST */

.woocommerce-cart-form {
    background-color: #faf6f4;
    padding:0px 24px 0;
    border-radius: 8px;
}

/* CART PRODUCT LIST > Cart table */

.woocommerce-cart table.cart img {
    width: 100px;
    height: auto;
    border-radius: 4px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px;
}

.woocommerce-cart table.cart td.product-quantity .quantity span {
    display: none !important;
}

.woocommerce-cart table.cart td.product-quantity .quantity select {
    width: 60%;
    padding: 5px;
}

.woocommerce table.shop_table {
    border: 0;
    padding: 24px 0 0;
}

.woocommerce table.shop_table thead {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.woocommerce table.shop_table thead tr th {
    padding-top: 16px;
    padding-bottom: 24px;
}

.woocommerce table.shop_table tbody {
    font-size: 16px;
    color: #3f3f3f;
}

.woocommerce table.shop_table tbody tr {
    border: 0 !important;
}

.woocommerce table.shop_table tbody tr th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce table.shop_table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #eee;
}

.woocommerce table.shop_table tbody tr td a {
    font-weight: 600;
    color: #faae42;
    border-bottom: 1px solid #faae42;
    font-size: 16px;
    text-decoration: none;
}

.woocommerce table.shop_table tbody tr td a:hover {
    color: #193b3b;
}

.woocommerce-cart table.cart td.actions {
    padding-top: 32px;
    padding-bottom: 32px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 8px 16px;
    width: 180px;
    margin-right: 8px;
}

.woocommerce table.shop_table tbody tr td button.button {
    padding: 16px 32px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11.5px;
    letter-spacing: 1px;
    background-color: #faae42;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.woocommerce table.shop_table tbody tr td button.button:hover {
    background-color:#193b3b;
    color: #faae42;
}

.woocommerce table.shop_table tbody tr td button.button:disabled {
    padding: 16px 32px;
    color: #fff;
}


@media (max-width: 920px) {
    .woocommerce-cart table.cart img {
        width: 200px;
    }
    .woocommerce table.shop_table tbody tr td button.button:disabled {
        margin-top: 0px;
    }
    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
        content:'';
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (max-width: 576px) {
    .woocommerce-cart table.cart img {
        width: 100px;
    }
    .woocommerce table.shop_table {
        padding-top: 0px;
    }

    .woocommerce-cart form.woocommerce-cart-form {
        padding: 8px 8px;
    }

    .woocommerce table.shop_table tbody tr td .coupon button {
        width: 100% !important;
        margin-top: 10px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
    }

    .woocommerce table.shop_table tbody tr td {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .woocommerce-cart table.cart td.actions {
        padding-bottom: 0;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}

/* CART BUTTON */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 20px 32px;
    margin-bottom: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #faae42;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color:#193b3b;
    color: #faae42;
}

@media (max-width: 576px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 12px;
    }
}


/* CART SUBTOTAL */


.woocommerce-cart .cart-collaterals .cart_totals {
    background-color: #faf6f4;
    padding: 24px;
    border-radius: 8px;
}

.woocommerce-cart .cart_totals h2 {
    display: none;
}

@media (max-width: 576px) {
    .woocommerce-cart .cart-collaterals {
        padding: 24px 0px;
    }
    .woocommerce .cart-collaterals table.shop_table tbody:last-child tr:last-child td {
        font-size: 20px;
    }
}

/* CART INFO */

#sihate-cart .woocommerce-message, #sihate-cart .woocommerce-info {
    border-top-color: #faae42;
    font-size: 14.5px;
}

#sihate-cart .woocommerce-message::before, #sihate-cart .woocommerce-info::before {
    color: #faae42;
}

#sihate-cart .woocommerce-message a, #sihate-cart .woocommerce-info a {
    color: #faae42;
}

#sihate-cart .woocommerce table.cart .product-thumbnail, #cart-page .woocommerce-page table.cart .product-thumbnail {
    display: block;
}

#sihate-cart .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
}

/* RETURN TO SHOP */

.return-to-shop a.button {
    padding: 16px 32px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11.5px;
    letter-spacing: 1px;
    background-color: #faae42;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.return-to-shop a.button:hover {
    background-color:#193b3b;
    color: #faae42;
}

/* Product Upsell */

#sihate-cart-upsell {
    margin: 48px 0 24px;
}

#sihate-cart-upsell .box {
    background-color: #FAF6F4;
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

#sihate-cart-upsell .box .offer {
  font-family: 'Shadows Into Light', cursive;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(#F7971E, #FFD200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*text-transform: uppercase;*/
  border-bottom: 2px solid #FFD200;
  position: absolute;
  top: -24px;
  left: 8px;
  z-index: 1;
  transform: rotate(-4deg);
}

#sihate-cart-upsell .box .gambar {
    background-color: #F5F0EC;
    border-radius: 4px;
    padding: 8px;
}

#sihate-cart-upsell .box .feed {}

#sihate-cart-upsell .box .feed p {
    padding-bottom: 0;
    margin-bottom: 0;
}

#sihate-cart-upsell .box .feed p.headline {
    font-family: 'Alegreya', serif;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

#sihate-cart-upsell .box .feed p.content {
    font-size: 15px;
}

#sihate-cart-upsell .box .feed strong {
    font-weight: 600;
    background: linear-gradient(180deg,transparent 60%,#F4D67B 0);
}

#sihate-cart-upsell .box .action {
    text-align: center;
    padding: 16px 48px;
}

#sihate-cart-upsell .box .action .harga-info {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #008060;
}

#sihate-cart-upsell .box .action .harga {
    color: #008060;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 8px;
}

#sihate-cart-upsell .box .action .harga del {
    color: #aaa;
    font-weight: 500;
}


#sihate-cart-upsell .box .action .btn-upsell {
    padding: 12px 32px;
    margin-bottom: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #faae42;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
}

#sihate-cart-upsell .box .action .btn-upsell:hover {
    background-color: #193b3b;
    color: #faae42;
}


@media (max-width: 920px) {
    #sihate-cart-upsell .box .action {
        padding: 24px 0px 0;
    }
}

@media (max-width: 576px) {
    #sihate-cart-upsell .box .gambar {
        margin-bottom: 24px;
    }
    #sihate-cart-upsell .box .feed p.headline {
        font-family: 'Alegreya', serif;
        font-size: 20px;
    }

    #sihate-cart-upsell .box .feed p.content {
        font-size: 14px;
    }
    #sihate-cart-upsell .box .action {
        padding: 32px 0px 0;
    }
    #sihate-cart-upsell .box .action .harga {
        font-size: 30px;
    }
}



/* Shipping Info */

#sihate-auto-generate {
    margin-bottom: 24px;
}

#sihate-auto-generate .shipping-info {
    padding: 20px 24px;
    color: #008060;
    border: 1px solid #008060;
    border-radius: 8px;
    margin-right: 16px;
    height: 100%;   
}

#sihate-auto-generate .shipping-info .svg {
    height: 56px;
    fill: #008060;
    float: right;
    margin-left: 40px;
}

#sihate-auto-generate .shipping-info .title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

#sihate-auto-generate .shipping-info .text {
    font-size: 14px;
}

#sihate-auto-generate .shipping-info .progress-bar {
    height: 5px;
    width: 100%;
    background-color: #eee;
    margin-top: 10px;
    transition: display 0.5s ease-in-out;
}

#sihate-auto-generate .shipping-info .progress-bar .progressing {
/*    width: 43%;*/
    height: 100%;
    background-color: #008060;
}

/* Cart > Delivery Info */

#sihate-auto-generate .delivery-info {
    padding: 20px 24px;
    color: #008060;
    border: 1px solid #008060;
    border-radius: 8px;
    height: 100%;
    display: table;
    vertical-align: middle;
}

#sihate-auto-generate .delivery-info .svg {
    height: 42px;
    fill: #008060;
    float: right;
    margin-top: 2%;
    margin-left: 40px;
}

#sihate-auto-generate .delivery-info .title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

#sihate-auto-generate .delivery-info .text {
    font-size: 14px;
}


@media (max-width: 920px) {
    #sihate-auto-generate .shipping-info .svg {
        margin-left: 24px;
    }
    #sihate-auto-generate .delivery-info {
        height: auto;
    }
    #sihate-auto-generate .delivery-info .svg {
        margin-left: 24px;
    }
}

@media (max-width: 576px) {
    #sihate-auto-generate {
        margin-bottom: 16px;
    }
    #sihate-auto-generate .shipping-info {
        margin-right: 0;
        height: auto;
        margin-bottom: 8px;
    }
    #sihate-auto-generate .shipping-info .svg {
        height: 45px;
        margin-left: 16px;
        margin-bottom: 40px;
    }

    #sihate-auto-generate .delivery-info .svg {
        height: 36px;
        margin-top: 0;
        margin-left: 16px;
        margin-bottom: 40px;
    }
    #sihate-auto-generate .shipping-info .title,
    #sihate-auto-generate .delivery-info .title {
        font-size: 14px;
    }
    #sihate-auto-generate .shipping-info .text,
    #sihate-auto-generate .delivery-info .text {
        font-size: 13px;
    }
}

















