body {
    background: var(--teflie-background-warm);
}

.empty-cart-btn {
    background: transparent !important;
    border: 0.25px solid #cdced0 !important;
    color: #193847 !important;
}

.bundle-row {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.bundle-add-to-cart {
    max-width: 500px;
    text-align: center;
}

.bundle-add-to-cart a {
    padding: 17px 25px !important;
}

.bundle-add-to-cart a del {
    display: none;
}


/* .tefl-cart-outer, .guide-header-row, .guide-row {
display:none;
} */

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
    border-bottom-width: 0;
    padding: 0.75em 0;
}


/*.woocommerce-notices-wrapper {*/


/*    display: none;*/


/*}*/

.woocommerce-notices-wrapper a.button {
    display: none;
}

.site-header {
    border-bottom: .25px solid #cdced0;
}

.ast-header-breadcrumb {
    display: none;
}

.tefl-custom td.woocommerce-cart-form-col {
    display: flex;
    /* justify-content: space-around; */
    border: none !important;
}

.tefl-custom .product-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tefl-custom table.shop_table {
    background-color: var(--teflie-background-light-blue);
    border-radius: 20px;
    padding: 20px 30px;
    border: none !important;
}

.tefl-custom .product-name {
    font-weight: 600;
    font-size: 1.1rem !important;
}

.tefl-custom .woocommerce a.remove {
    color: #193847;
    border-color: #193847;
    background-color: transparent;
}

.tefl-custom .product-details .product-name {
    width: 70%;
}

body .tefl-custom .product-details .product-price {
    width: 25%;
    display: flex !important;
    justify-content: center;
}

.tefl-custom .product-details .product-remove {
    width: 5%;
    display: flex;
    justify-content: center;
}

.tefl-custom .product-thumbnail {
    margin-right: 2rem;
    width: 55px;
}

.tefl-custom .product-thumbnail img {
    width: 100% !important;
    border-radius: 10px;
    object-fit: cover;
    width: 55px !important;
    height: 55px !important;
}

.tefl-custom .product-thumbnail a {
    display: block;
}

.tefl-custom .product-details-with-addons {
    width: 90%;
}

.cart-item-addon-outer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.cart-item-addon {
    display: flex;
    align-items: center;
    margin-right: 3rem;
}

.cart-item-addons {
    border-top: 1px dashed #999;
    padding-top: 15px;
    margin-top: 15px;
}

.addon-img {
    height: 55px;
    margin-right: 10px;
    width: 15%;
    flex: none;
}

.addon-img img {
    object-fit: cover;
    height: 55px !important;
    width: 55px !important;
    border-radius: 10px;
}

.addon-content h4 {
    font-size: 1rem;
    font-weight: 500;
    margin: -3px 0 0 0;
}

.addon-content h4 del bdi {
    font-weight: 500 !important;
    opacity: 0.5;
}

.addon-content .desc {
    font-size: 0.9rem !important;
    margin-top: 10px;
}

.guide-inner {
    background-color: var(--teflie-background-light-blue);
    border-radius: 20px;
}

.guide-price-div {
    border-top: 1px solid #193847;
    display: flex;
}

.guide-price-div>* {
    flex: 1;
}

.add-guide-btn {
    color: #fff !important;
    display: block;
    padding: 10px 0;
}

.guide-add-to-cart {
    background-color: #193847;
    border-bottom-right-radius: 20px;
    text-align: center;
}

.guide-price {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.guide-price span.woocs_price_code {
    display: flex;
    flex-direction: row-reverse;
}

.guide-price span.woocs_price_code del {
    margin-left: 15px;
}

.guide-price span.woocs_price_code ins {
    font-weight: 700;
}

.guide-title {
    text-align: center;
    margin: 20px 10px !important;
    font-weight: 600;
}

.guide-img-div img {
    height: 200px;
    object-fit: contain;
}

.guide-img {
    display: flex;
    justify-content: center;
    position: relative;
    /* padding-top: 5px; */
}

.arrow:before {
    content: 'Look Inside';
    position: absolute;
    text-transform: uppercase;
    font-size: 0.7rem;
    right: 70px;
    font-weight: 600;
    top: 0;
}

.arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow img {
    margin-top: 15px;
    width: 35px;
}

.guide-inner {
    display: inline-block;
    width: 100%;
}

.add-guide-btn:hover {
    color: #fff;
}

.guide-header-col {
    text-align: center;
}

.guide-content {
    font-size: 1.1rem;
    font-weight: 400 !important;
    margin-top: 10px;
}

.guide-row {
    margin-top: 30px;
    margin-bottom: 50px;
}

.tefl-cart-outer {
    display: flex;
}

.tefl-cart-outer .cross-sells {
    display: none;
}

.woocommerce-cart-form.tefl-custom {
    flex: 2;
}

.tefl-cart-outer .cart-collaterals {
    flex: 1;
    margin-left: 25px;
}

.tefl-cart-outer .cart_totals {
    width: 100% !important;
    background-color: var(--teflie-background-light-blue);
    border-radius: 20px !important;
    padding: 20px 30px 30px !important;
}

.tefl-cart-outer .cart_totals h2 {
    display: none;
}

.tefl-cart-outer .wc_coupon_message_wrap {
    /* display: none; */
    padding: 0px !important;
}

.tefl-cart-outer .coupon.under-proceed,
.tefl-cart-outer div#wc_gc_cart_redeem_form {
    display: flex;
}

.tefl-cart-outer .coupon.under-proceed button {
    padding: 0px;
    border-radius: 0px;
}

.tefl-cart-outer button#wc_gc_cart_redeem_send {
    padding: 0px;
    border-radius: 0px;
    font-size: 100%;
    font-weight: 700;
}

.tefl-cart-outer button#wc_gc_cart_redeem_send,
.tefl-cart-outer .coupon.under-proceed button {
    width: 50%;
}

.tefl-cart-outer form.woocommerce-coupon-form h4,
.tefl-cart-outer .add_gift_card_form h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}

.tefl-cart-outer .add_gift_card_form {
    margin-top: 20px;
}

.woocommerce .tefl-cart-outer table.shop_table {
    border: 0;
}

.tefl-cart-outer .wc-proceed-to-checkout {
    padding-bottom: 0px !important;
}

.guide-img a {
    display: flex;
    width: 100%;
    justify-content: center;
}

div#coupons_list {
    display: none !important;
}

.coupon.under-proceed input,
div#wc_gc_cart_redeem_form input {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    padding: 0.75em 1.25em;
}

.coupon.under-proceed button,
div#wc_gc_cart_redeem_form button {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.add-guide-btn {
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: block !important;
}

.woocommerce {
    padding-top: 30px;
}

.cart-body tr:not(.woocommerce-cart-form-row) td.product-remove {
    order: 4;
}

.cart-body tr:not(.woocommerce-cart-form-row) {
    align-items: center;
    display: flex;
    padding: 0.75em 0;
    justify-content: space-between;
}

.cart-body tr:not(.woocommerce-cart-form-row) td {
    padding: 0px;
    border: none;
}

td.product-quantity,
td.product-subtotal {
    display: none;
}

.cart-body tr:not(.woocommerce-cart-form-row) td.product-name {
    width: 70%;
    font-weight: 600;
    font-size: 1.1rem !important;
}

.cart-body tr:not(.woocommerce-cart-form-row) td.product-price {
    width: 25%;
}

.cart-body tr:not(.woocommerce-cart-form-row) td.product-remove {
    width: 5%;
    min-height: unset !important;
}

.cart-body tr:not(.woocommerce-cart-form-row) td.product-price {
    display: flex;
    justify-content: center;
}

td a.remove {
    color: #000 !important;
    border-color: #000 !important;
}

a.checkout-button.button.alt.wc-forward {
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

a.checkout-button.button.alt.wc-forward:after {
    content: "14-day Money Back Guarantee";
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #193847;
    letter-spacing: 0;
    top: -40px;
}

.product-price {
    flex-wrap: wrap;
    align-items: center;
}

.product-price bdi,
.product-price .percentage {
    /* font-size: 0.9rem; */
}

.product-price ins {
    margin-left: 5px;
}

dl.variation dd p,
dl.variation dd,
dl.variation dt {
    margin-bottom: 0;
    font-size: 14px !important;
}

@media only screen and (max-width: 1024px) {
    .addon-img img {
        width: auto !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .guide-col {
        margin-bottom: 20px;
    }

    .guide-col:last-child {
        margin-bottom: 0px;
    }

    .cart-item-addon-outer {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .tefl-cart-outer {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .tefl-cart-outer .cart-collaterals {
        margin-left: 0px;
    }

    .addon-content {
        text-align: left;
        margin-top: 1rem;
    }

    .cart-item-addon {
        margin-right: 0px;
    }

    .cart-item-addon .addon-img {
        display: none;
    }

    .tefl-custom .product-details {
        flex-direction: column;
    }

    .product-details>div:before {
        content: attr(data-title)": ";
        font-weight: 700;
        margin-right: 10px;
        font-size: 1.25rem;
    }

    .product-name {
        display: flex;
        width: 100% !important;
        justify-content: flex-start;
        margin-top: 10px;
        text-align: left;
    }

    .product-name br {
        display: none
    }

    .tefl-custom .product-details .product-price {
        width: 100%;
        justify-content: flex-start;
    }

    .tefl-custom .product-details .product-remove:before {
        display: none;
    }

    .product-remove a {
        color: #193847 !important;
        border-color: #193847 !important;
    }

    .product-price span.woocs_special_price_code {
        display: flex;
        align-items: center;
    }

    .product-price .percentage {
        margin-left: 10px;
        display: none;
    }

    .tefl-custom .product-details .product-remove {
        position: absolute;
        margin-top: -35px;
        right: 40px;
    }

    td.woocommerce-cart-form-col:before {
        display: none;
    }

    td.woocommerce-cart-form-col {
        padding: 0px !important;
    }

    .product-details-with-addons {
        width: 100% !important;
    }

    .add-addon-div {
        margin-top: 10px;
    }

    .checkout-button {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .product-price ins {
        margin-left: 5px;
    }

    .guide-title {
        margin: 10px !important;
        text-align: right;
    }

    .guide-img-div img {
        position: absolute;
        height: 70px;
        width: 70px;
        left: 15px;
        top: -55px;
        object-fit: cover;
        border-radius: 50%;
        border: 1px solid #aaa;
    }

    p.guide-content {
        font-size: 0.9em;
    }

    h3.section-heading {
        margin: auto;
    }

    .arrow img {
        display: none;
    }

    .guide-price {
        margin-right: 20px;
        justify-content: flex-end;
    }

    tr.woocommerce-cart-form-row.woocommerce-cart-form__cart-item:not(:last-child) {
        border-bottom: 1px dashed #999;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    td.product-remove {
        position: absolute;
        right: 50px;
    }

    tr.woocommerce-cart-form__cart-item.cart_item {
        padding: 0;
    }

    td.product-name a,
    td.product-name {
        text-align: left !important;
        display: block;
    }

    td.product-price {
        position: absolute;
        left: 25px;
    }

    td.product-name:before,
    .tefl-custom .product-details .product-name:before,
    .tefl-custom .product-details .product-price:before,
    td.product-price:before,
    td.product-subtotal:before,
    td.product-quantity,
    td.product-subtotal {
        display: none !important;
    }


}

@media only screen and (max-width: 768px) {
    .product-price {
        margin: 10px;
    }

    .empty-cart-btn {
        margin: 12px;
    }

    .calculated_shipping {
        margin-top: 1rem;
    }
}

.cart-collaterals .cart_totals {
    float: none !important;
}

.resource-container {
    border-radius: 1rem;
    /* overflow: hidden; */
    margin-bottom: 1rem;
}

.resource-icon {
    padding: 20px;
    border-radius: 1.5rem 0 0 0;
}

.resource-price,
.resource-icon {
    flex: 40%;
    background: #D1D9DF;
}

.resource-description,
.resource-add-to-cart {
    flex: 60%
}

.resource-container__left {
    flex: 40%;
    background: #D1D9DF;
}

.resource-container__right {
    flex: 60%;
    background: var(--teflie-background-light-blue);
}

.resource-description {
    padding: 16px;
    background: var(--teflie-background-light-blue);
    border-radius: 0 1.5rem 0 0;
}

.resource-description h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.resource-description span {
    font-size: 15px;
    line-height: 1.25;
    display: block;
}

.resource-container__top,
.resource-container__bottom {
    display: flex;
}

.resource-container__bottom {
    border-top: 2px solid var(--color-primary-new);
}

.resource-add-to-cart a {
    border-radius: 0 !important;
    padding: 8px 16px !important;
    background: var(--color-primary-new) !important;
    text-align: center;
    display: flex !important;
    border-radius: 0 0 1.5rem 0 !important;
    justify-content: space-around;
}

.resource-price {
    display: flex;
    font-size: 14px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 1.5rem;
}

.resource-price ins {
    font-weight: 700;
}

.resource-price del {
    text-decoration-color: var(--color-red);
    color: gray;
    font-weight: 600;
}

.resource-description-header {
    position: relative;
}

.resource-description-header .fa {
    color: #fff;
    font-weight: 400;
    font-size: 8px;
    background: var(--color-red);
    padding: 4px 7px;
    border-radius: 100%;
    position: absolute;
    right: 20%;
    top: 50%;
    cursor: pointer;
    /* transform: translateY(-50%); */
}

.resource-info-container {
    background: var(--color-primary-new);
    color: #fff;
    padding: 20px;
    font-size: 12px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    bottom: 40px;
    right: -40%;
    opacity: 0;
    transform: translateY(-40px);
    transition: all .4s ease-in-out;
}

.resource-info-container::after {
    content: "";
    position: absolute;
    right: calc(45% - 1.5rem/2);
    bottom: -7px;
    background: var(--color-primary-new);
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    border-radius: 2px;
}

.resource-info-container a {
    width: 100%;
    background: var(--color-red);
    color: var(--color-white);
}

.resource-info-container a:hover {
    color: var(--color-red);
    background: var(--color-white);
}

.resource-info {
    margin-bottom: 1.5rem;
}

.resource-info-container.animate-slide-down {
    transform: translateY(0);
    opacity: 1;
    z-index: 99;
}

.resource-info-container p {
    margin-bottom: 1rem;
}

.resource-info-container ul {
    margin-left: 16px;
}

.resource-info-container .btn:hover {
    color: #fff;
    background: #F12C3E;
}

.resource-info-container ul li {
    list-style: disc;
}

.resource-info-container h6 {
    color: var(--white);
    margin-bottom: 1rem;
    font-weight: 700;
}

.discount-icon {
    position: absolute;
    top: 0;
    right: -120px;
    width: 120px;
}

@media screen and (max-width:768px) {
    .resource-description-header .fa {
        right: -5%;
        top: 0;
    }

    .resource-info-container {
        bottom: 60px;
        right: 0;
        left: -40%;
    }

    .resource-price {
        font-size: 12px;
    }

    .discount-icon {
        top: -50px;
        right: 120px;
    }
}

@media screen and (max-width:1100px) and (min-width:769px) {
    .discount-icon {
        right: 0;
    }
}

.entry-content .woocommerce {
    margin: 0;
    max-width: 100%;
}