/* Cart */
:root {
    --cart-color: #333;
}

.woocommerce .woocommerce-notices-wrapper .cart-empty,
.woocommerce .cart-empty.woocommerce-info {
    float: none;
    width: 100%;
}

body .woocommerce .return-to-shop {
    width: 100%;
    text-align: center;
    border: none;
}

/* SHOP Table */
.webtim-cart__container {
    width: calc(60% - 24px);
    margin-right: 24px;
}

@media (max-width: 1024px) {
    .webtim-cart__container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }
}

.webtim-cart--form__wrapper.woocommerce-cart-form {
    width: 100%;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container.woocommerce-cart-form__contents {
    margin-top: 0;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products {
    margin-bottom: 56px;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .woocommerce-cart-form__cart-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f7f7f7;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-thumbnail {
    max-width: 86px;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 800px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .woocommerce-cart-form__cart-item {
        justify-content: flex-start;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-thumbnail {
        padding-top: 0;
    }
}

@media (max-width: 380px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-thumbnail {
        display: none;
    }
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .woocommerce-cart-form__cart-item .cart-item--product-data__container {
    position: relative;
    width: calc(100% - 106px);
    margin-left: auto;
    margin-right: 0;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .cart-item--product-data__container .product-info {
    max-width: 200px;
    width: 100%;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .cart-item--product-data__container .product-info a {
    color: #7a7a7a;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .cart-item--product-data__container .product-info a:hover {
    color: var(--cart-color);
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .cart-item--product-data__container .product-info dl.variation {
    font-size: 10px;
    font-weight: normal;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-price {
    max-width: 92px;
    width: 100%;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-price .amount {
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 800px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .woocommerce-cart-form__cart-item .cart-item--product-data__container {
        flex-wrap: wrap;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .cart-item--product-data__container .product-info,
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-price {
        max-width: 100%;
        text-align: left;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .cart-item--product-data__container .product-info {
        margin-top: 0;
    }
}

@media (max-width: 380px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .woocommerce-cart-form__cart-item .cart-item--product-data__container {
        width: 100%;
    }
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-info .product-title {
    color: #000;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-info .product-title:hover {
    color: var(--cart-color);
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-quantity {
    max-width: 140px;
    width: 100%;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-quantity .quantity,
.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-quantity .quantity .input-text {
    height: auto;
    font-size: 14px;
    border-width: 0;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-quantity .quantity .minus,
.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-quantity .quantity .plus {
    height: auto;
    font-size: 14px;
    background-color: transparent;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-subtotal {
    max-width: 92px;
    width: 100%;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-subtotal .amount {
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 800px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-quantity,
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-subtotal {
        max-width: 100%;
        text-align: left;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-quantity .quantity {
        margin-left: 0;
    }
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-remove {
    max-width: 24px;
    width: 100%;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-remove.mobile {
    display: none;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-remove > a {
    font-size: 22px;
    line-height: 22px;
}

@media (max-width: 800px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-remove.desktop {
        display: none;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-remove {
        top: 2px;
        background-color: #fff;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-remove.mobile {
        position: static;
        display: flex;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--products .product-remove > a {
        position: static;
        transform: none;
    }
}
/* END of Shop table */

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper {
    width: 50%;
    padding: 0;
    border: none;
}

@media (max-width: 913px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 560px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper {
        width: 100%;
        margin-bottom: 48px;
    }
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper .coupon-input {
    max-width: 367px;
    width: calc(100% - 100px);
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-style: dashed;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper .coupon-btn {
    padding: 0 12px;
    color: #000;
    font-size: 10px;
    line-height: 40px;
    text-decoration: underline transparent;
    background-color: #fff;
    border: none;
    transition: color .4s ease, text-decoration-color .4s ease;
}

@media (max-width: 380px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper .coupon-input {
        max-width: 100%;
        width: 100%;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper .coupon-btn {
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--coupon__wrapper .coupon-btn:hover {
    color: var(--cart-color);
    text-decoration-color: var(--cart-color);
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper {
    width: 50%;
}

@media (max-width: 560px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper {
        width: 100%;
    }
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper button[type="submit"] {
    display: block;
    padding: 8px;
    margin-left: auto;
    margin-right: 0;
    font-size: 10px;
    color: #000;
    text-decoration: underline transparent;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .4s ease, text-decoration-color .4s ease, border-color .4s ease;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper button[type="submit"]:hover {
    color: var(--cart-color);
    text-decoration-color: var(--cart-color);
}

@media (max-width: 560px) {
    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper button[type="submit"] {
        padding: 24px;
        margin-left: auto;
        margin-right: auto;
        border-color: #000;
    }

    .webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper button[type="submit"]:hover {
        border-color: var(--cart-color);
    }
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper button[type="submit"] i {
    margin-right: 4px;
    transition: transform .6s ease;
}

.webtim-cart--form__wrapper .webtim-cart--shop-table__container .webtim-cart--update-cart-btn__wrapper button[type="submit"]:hover i {
    transform: rotate(180deg);
}


/* Cart COLLATERALS */
.webtim-cart--cart-collaterals__container {
    width: 40%;
}

@media (max-width: 1024px) {
    .webtim-cart--cart-collaterals__container {
        max-width: 768px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.webtim-cart--cart-collaterals__container .cart-collaterals {
    margin-top: 0;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals {
    width: 100%;
    padding: 24px;
    background-color: #f7f7f7;
    border: none;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .shop_table .content-inner {
    margin-bottom: 28px;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .webtim-cart--cart-totals--title,
.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals #shipping_method.woocommerce-shipping-methods {
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: left;
    text-transform: uppercase;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .cart-totals--content-inner__title,
.webtim-cart--cart-collaterals__container .woocommerce-shipping-totals .shipping-totals__title {
    max-width: 144px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .cart-totals--content-inner__body,
.webtim-cart--cart-collaterals__container .woocommerce-shipping-totals .shipping-totals__body {
    max-width: calc(100% - 144px);
    width: 100%;
}

@media (max-width: 480px) {
    .webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .cart-totals--content-inner__title,
    .webtim-cart--cart-collaterals__container .woocommerce-shipping-totals .shipping-totals__title {
        margin-bottom: 12px;
    }

    .webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .cart-totals--content-inner__body,
    .webtim-cart--cart-collaterals__container .woocommerce-shipping-totals .shipping-totals__body {
        max-width: 100%;
    }
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals p.cart-totals--content-inner__body,
.webtim-cart--cart-collaterals__container .woocommerce-shipping-totals p.shipping-totals__body {
    margin-bottom: 0;
    font-size: 16px;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .cart-subtotal p strong .amount {
    font-size: 16px;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals #shipping_method.woocommerce-shipping-methods li input {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    padding: 8px;
    margin-top: 0;
    margin-right: 4px;
    margin-left: 0;
    background-color: #fff;
    border: 2px solid var(--cart-color);
    border-radius: 100%;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals #shipping_method.woocommerce-shipping-methods li input::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals #shipping_method.woocommerce-shipping-methods li input:checked::after {
    background-color: var(--cart-color);
}

.webtim-cart--cart-collaterals__container .woocommerce-shipping-totals .shipping-totals__body .woocommerce-shipping-destination {
    font-size: 12px;
}

#webtim_woocommerce_shipping_calculator {
    width: 100%;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals form.woocommerce-shipping-calculator {
    padding: 0;
    border: none;
}

.webtim-cart--cart-collaterals__container form.woocommerce-shipping-calculator .select2-container .select2-selection__rendered {
    text-align: left;
}

.webtim-cart--cart-collaterals__container form.woocommerce-shipping-calculator .avada-select-parent .select-arrow {
    width: 39px;
    height: 27px;
    line-height: 27px;
}

.webtim-cart--cart-collaterals__container .cart-collaterals .cart_totals .order-total {
    height: auto;
    border-top: none;
}

.webtim-cart--cart-collaterals__container .webtim-cart--proceed-to-checkout__btn a.checkout-button {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--cart-color);
    border: 1px solid var(--cart-color);
    transition: all .4s ease;
}

.webtim-cart--cart-collaterals__container .webtim-cart--proceed-to-checkout__btn a.checkout-button:hover {
    color: var(--cart-color);
    background-color: #fff;
}

.webtim-cart--cross-sells__container {
    margin-top: 24px;
}

.webtim-cart--cross-sells__container .cross-sells {
    border: none;
}

.webtim-cart--cross-sells__container .cross-sells .products li {
    border: none !important;
}

@media (min-width: 1025px) {
    .webtim-cart--cross-sells__container .cross-sells .products li {
        max-width: calc(20% - 24px);
        margin-right: 24px;
    }
}
