.page-header {
    display: none;
}

.cart-empty.woocommerce-info {
    border-top: 0;
    background-color: transparent;
    padding-left: 0;
    color: #000070;

    &:before {
        content: '' !important;
    }
}

.cart-outer-wrapper-empty {
    border-bottom: 1px solid var(--palette-300, #d9d9f9);
    text-align: center;
    padding: 10em 0;

    p {
        color: #000070;
        margin-top: 4px;
        font-size: 2rem;
    }
}

.cart-sub-menu-wrapper.empty {
    .cart-sub-menu {
        width: 100% !important;
        border-right: 0;
    }

    .return-to-shop {
        padding-top: 16px;
    }
}

.return-to-shop {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;

    @media (min-width: 768px) {
        padding-left: 40px;
        padding-right: 40px;
    }

    a.button {
        background: rgba(121, 115, 239, 0) !important;
        color: var(--palette-600, #7973ef) !important;
        font-weight: normal !important;
        border: 1px solid var(--palette-400, #d9d9f9);
        display: flex;
        gap: 8px;
        width: fit-content;
        margin: auto;
    }

    a.button:hover {
        box-shadow: 0px 0px 12px 0px var(--palette-600, #7973ef) inset !important;
        background: white !important;
        color: #7973ef !important;
    }
}

.shop_table.cart thead tr {
    background-color: #ffffff;
    padding: 40px 50px 25px 50px;
    border-style: solid;
    border-width: 0px 0px 01px 0px;
    display: grid;
    grid-template-columns: 4fr 2fr 2fr 1fr;
}

.shop_table.cart thead tr th {
    border: unset !important;
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 19px;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
}

.shop_table.cart tbody {
    padding: 0px 40px 30px 40px;
    display: grid;
    max-height: unset;
}

.shop_table.cart tbody .woocommerce-cart-form__cart-item.cart_item {
    color: #000000;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #d9d9f9;
    padding-bottom: 30px;
    padding-top: 40px;

    @media (max-width: 768px) {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

.woocommerce-cart table.cart td {
    border: unset;
}

.product-content {
    a {
        text-decoration: none;
    }
}

.shop_table.cart tbody td.product-thumbnail {
    position: relative;
    min-width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    a {
        display: flex;
        justify-content: center;
        align-items: center;

        transform: translateX(20px);
    }
}

.shop_table.cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-style: none;
    border-color: #d9d9f9;
    border-radius: 20px 20px 20px 20px;
    width: 80%;
    max-width: 116px;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background: unset;
}

#content {
    max-width: unset;
    padding: 0 32px 32px 32px;
}

.shop_table.cart thead tr th.product-name,
.shop_table.cart thead tr th.product-quantity {
    padding-left: 50px;
}

.woocommerce table.shop_table {
    background: white;
    border: 0;

    @media (min-width: 1200px) {
        width: 55%;
    }
}

.shop_table.cart tbody td.product-thumbnail .remove {
    font-size: 12px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f2f2f2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff !important;
    border: 0;
    line-height: 32px !important;
    font-style: normal;
    font-family: sans-serif;
    text-transform: uppercase !important;
    text-align: center;
    text-indent: 0;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;

    &:hover {
        background: rgba(255, 255, 255, 0.01);
    	box-shadow: 0px 0px 5px 0px var(--palette-600, #7973ef) inset;
    }

    @media (min-width: 768px) {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
    }
}

.quantity-controls {
    display: flex;
    gap: 4px;

    button {
        cursor: pointer;
        display: flex;
        width: 32px;
        height: 32px;
        padding: 13px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: var(--Spacing-6, 24px);
        border: 1px solid var(--palette-400, #b9b7f6);
        background: white;
        color: var(--palette-600, #7973ef);
        font-family: 'KH-Teka';
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        @media (min-width: 768px) {
            width: 40px;
            height: 40px;
            line-height: 40px !important;
        }
		&:hover{
			background: rgba(255, 255, 255, 0.01);
        	box-shadow: 0px 0px 5px 0px var(--palette-600, #7973ef) inset;
		}
    }


    input {
        display: flex;
        width: 32px;
        height: 32px;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: var(--Spacing-6, 24px);
        border: 1px solid var(--palette-400, #b9b7f6);
        background: white;
        color: var(--palette-600, #7973ef);
        font-family: 'KH-Teka';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        outline: none;
        box-sizing: border-box;

        @media (min-width: 768px) {
            width: 40px;
            height: 40px;
            font-size: 21px;
            line-height: 40px !important;
        }
		&:hover{
			background: rgba(255, 255, 255, 0.01);
        	box-shadow: 0px 0px 5px 0px var(--palette-600, #7973ef) inset;
		}
    }
}

.shop_table.cart tbody td.product-name a {
    font-size: 20px;
    color: var(--palette-900, #000070);
    font-family: 'KH-Teka' !important;
    font-style: normal;
    font-weight: 400;
    text-decoration: none !important;

    @media (min-width: 768px) {
        line-height: 38px;
        font-size: 26px;
    }
}

.shop_table.cart tbody td.product-subtotal {
    margin-left: auto;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;

    @media (min-width: 768px) {
        flex-direction: column;
    }

    @media (max-width: 768px) {
        width: 100% !important;
    }

    .amount {
        font-weight: 400;
        font-size: 16px;
        line-height: 38px;
        letter-spacing: -0.28px;
        color: var(--palette-600, #7973ef);

        @media (min-width: 768px) {
            font-size: 21.14px;
        }
    }
}

span.cart-item-quantity-span{
	font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: -0.28px;
    color: var(--palette-600, #7973ef);
}

td.product-subtotal .price{
	display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.shop_table.cart tbody td.product-price,
.shop_table.cart tbody td.product-subtotal {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    color: #000000;
}

.product-quantity .quantity-wrapper {
    background-color: #faf9f7;
    border-radius: 50px 50px 50px 50px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.product-quantity .quantity-wrapper button.qty-btn.minus {
    border-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #181a1b;
}

.product-quantity .quantity-wrapper button.qty-btn.plus {
    border-color: #ffffff;
    color: #181a1b;
    border-radius: 50px 50px 50px 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.product-quantity .quantity-wrapper .quantity input {
    background-color: transparent;
    color: #181a1b;
    border-color: #ffffff;
    outline: none;
}

.shop_table.cart tbody tr:last-child {
    border-bottom: unset !important;
}

.buttons-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.button,
.buttons-cart a,
.buttons-cart button {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    background-color: #7973ef !important;
    padding: 14px 27px 14px 27px !important;
    border-radius: 50px 50px 50px 50px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    color: #ffffff !important;
}

.buttons-cart a:hover,
.buttons-cart button:hover {
    background-color: #ffffff !important;
}

.cart-collaterals .cart_totals {
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 0 55px;

    @media (min-width: 768px) {
        padding: 0 48px 55px 45px;
    }

    @media (min-width: 1200px) {
        border-left: 1px solid #d9d9f9;
        padding-top: 48px;
    }
}

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

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0;
    border-radius: unset;
    border: unset;
    padding: 0;
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody {
    max-height: unset;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-subtotal,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-shipping,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-discount,
.coupon-container {
    display: flex;
    font-size: 21px;
    font-weight: 400;
    text-transform: none;
    line-height: 23px;
    letter-spacing: -0.76px;
    border: none;
    width: 100%;
    justify-content: space-between;
}

.woocommerce-cart .cart-collaterals td.coupon{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.woocommerce-cart .cart-collaterals {
    @media (min-width: 1200px) {
        width: 45%;
    }

    .coupon-headline td {
        border: 0 !important;
        padding-bottom: 0;
        padding-left: 0;
        color: #000070;
        font-weight: 400;
        font-size: 21px;
        line-height: 23.1px;
        letter-spacing: 0px;
        text-transform: capitalize;
    }

    .coupon {
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
        border-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;

        .coupon-error-notice {
            color: #000070;
        }
    }

    #coupon_code {
		display: flex;
		height: 40px;
		padding: 0 20px;
		align-items: center;
		gap: 10px;
		align-self: stretch;
		border-radius: 24px;
		border-color: #514DC5 !important;
		border: 1px solid var(--palette-700, #514DC5);
		background: transparent;
		color: #000070;
		font-family: 'KH-Teka';
		font-size: var(--Text-Body, 16px);
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		width: 100%;

        @media (max-width: 767px) {
            width: 80%;
        }
    }
	#coupon::placeholder{
		color: #514DC5;
	}
}

.woocommerce-cart .cart-collaterals .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart-subtotal td{
	border: none !important;
    color: #000070;
    font-weight: 400;
    padding: 0 0 6px;
    display: block;
}

.woocommerce-cart .cart-collaterals .cart-discount th,
.woocommerce-cart .cart-collaterals .cart-discount td,
.woocommerce-cart .cart-collaterals .cart-shipping th,
.woocommerce-cart .cart-collaterals .cart-shipping td{
    border: none !important;
    color: #000070;
    font-weight: 400;
    padding: 0 0 26px;
    display: block;
}

.woocommerce-cart .cart-collaterals .cart-discount th,
.woocommerce-cart .cart-collaterals .cart-discount td {
    display: flex;
    color: var(--palette-600, #7973EF);
    gap: 10px;
    font-family: 'KH-Teka';
    font-size: var(--Headers-H-6, 21px);
    font-style: normal;
    font-weight: 400;
    align-content: center;
    align-items: center;
}

a.woocommerce-remove-coupon {
    display: flex;
    height: 40px;
    padding: 0px var(--Spacing-7, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
    background: rgba(121, 115, 239, 0.00);
    color: var(--palette-600, #7973EF);
    text-align: center;
    font-family: 'KH-TEKA';
    font-size: var(--Text-Button, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    text-decoration: none;
}

a.woocommerce-remove-coupon:hover{
	border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset;
}

.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--palette-300, #D9D9F9);
    border-top: 1px solid var(--palette-300, #D9D9F9);

    p {
        color: var(--palette-600, #7973EF);
        font-family: 'KH-Teka';
        font-weight: 400;
        line-height: normal;
    }
}

.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping td {
    padding: 0 0 26px 0;
    border: unset;
    background: unset !important;
    text-align: left !important;
}

.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods {
    color: #000070;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 20px;
    letter-spacing: 0.4px;
	padding: 40px 0 15px 0 !important;

    li {
        display: flex;
        width: -webkit-fill-available;
        color: var(--palette-800, #28269a);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.24px;
        align-items: center;

        label {
            width: 100%;
        }

        input {
            margin-top: 0 !important;
        }
    }
}

.woocommerce ul#shipping_method .amount {
    font-weight: 400;
    float: right;
}

.woocommerce-cart .cart-collaterals .order-total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 40px 0;
    flex-direction: row;
    gap: 32px;
    color: var(--palette-900, #000070);
    font-family: 'KH-Teka';
    font-size: var(--Headers-H-3, 51px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-3, 51px);
    letter-spacing: -0.51px;
    flex-wrap: wrap;
    width: -webkit-fill-available;
    justify-content: space-between;

    span {
        font-weight: normal;
    }
}


.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce-cart .cart-collaterals .order-total th {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: 51px !important;
    line-height: 38px !important;
    letter-spacing: -0.28px;
    font-weight: 400;
    text-transform: none;
    padding: 26px 0;
}

.woocommerce-cart .cart-collaterals .order-total th {
    float: right;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
    color: #ffffff !important;
    background: #7973ef !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 17px 10.5px 17px 10.5px !important;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
    box-shadow: 0px 0px 12px 0px var(--palette-600, #7973ef) inset !important;
    background: white !important;
    color: #7973ef !important;
}

.woocommerce-cart .cart-collaterals #apply_coupon_button {
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    border: unset;
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    padding: 10px 32px;
    cursor: pointer;

    &:hover {
		border-radius: var(--Spacing-6, 24px);
		background: rgba(255, 255, 255, 0.01);
		box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset;
		color: var(--palette-600, #7973EF);
    }
}

.cart-product-details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block-start: 10px;

    span,
    p,
    bdi,
    dt,
    dd {
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0.24px;
        color: #7973ef;
    }

    .variation {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        flex-wrap: wrap;

        @media (min-width: 820px) {
            flex-direction: row;
        }
    }

    .variation-div {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
		gap: 8px;

        @media (min-width: 820px) {
            gap: 5px;
            justify-content: center;
            flex-direction: row;
        }
		dt{
			font-weight: 700;
		}
        dt,
        dd,
        p {
            color: #000070;
        }

        dd {
            margin-inline-start: 0;
        }
    }

    p.line {
        display: none;
    }

    @media (min-width: 1200px) {
        p.line:not(:last-child) {
            display: none;
        }
    }
}

p.line:not(:last-child){
	display:block;
}

@media (max-width: 992px) {

    .shop_table.cart thead tr th.product-price,
    .shop_table.cart thead tr th.product-quantity,
    .shop_table.cart thead tr th.product-subtotal {
        display: none;
    }

    .shop_table.cart tbody td.product-name {
        padding-left: 30px;
        grid-row: 1 / span 3;
    }

    .shop_table.cart tbody td.product-thumbnail {
        grid-row: 1 / span 3;
        margin-right: unset;

        @media (max-width: 600px) {
            width: 40%;
            box-sizing: border-box;
        }
    }

    .shop_table.cart tbody td.product-price {
        grid-column: 3;
        grid-row: 1;
    }

    .shop_table.cart tbody td.product-quantity {
        grid-column: 3;
        grid-row: 3;
    }

    .shop_table.cart tbody .woocommerce-cart-form__cart-item.cart_item {
        grid-template-columns: 1fr 3fr 3fr;
    }

    .shop_table.cart tbody td.product-price,
    .shop_table.cart tbody td.product-quantity,
    .shop_table.cart tbody td.product-subtotal {
        position: relative;
        width: fit-content;
    }

    .shop_table.cart tbody {
        overflow-x: hidden;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .shop_table.cart tbody .woocommerce-cart-form__cart-item.cart_item {
        display:flex;
		flex-direction: row;
    	flex-wrap: nowrap;
    }

    .shop_table.cart tbody td.product-thumbnail {
        grid-row: 1 / span 4;
        display: block !important;
        min-width: 105px;
    }

    .shop_table.cart tbody td.product-thumbnail::before,
    .shop_table.cart tbody td.product-name::before,
    .shop_table.cart tbody td.product-quantity::before {
        display: none;
    }

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

    .shop_table.cart tbody td.product-name {
        grid-row: 1;
        border-bottom: 1px dotted #eee;
        text-align: left !important;
		margin: 0;

        @media (max-width: 768px) {
            border-bottom: 0;
            width: 60%;
            box-sizing: border-box;
        }
    }
	.shop_table.cart tbody td.product-subtotal{
		display: flex;
		flex-direction: column;
		width: auto !important;
	}
	.shop_table.cart tbody td.product-subtotal .woocommerce-Price-amount{
		display: flex;
		justify-content: flex-end;
	}
	
	.cart-product-details .variation{
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
	}
	p.line:not(:last-child){
		display: none;
	}
    .product-remove {
        left: 0;
        position: absolute;
        top: 50%;
    }

    .shop_table.cart tbody td.product-price {
        grid-column: 2;
        grid-row: 2;
        transform: translateX(0);
        display: flex;
        align-items: center;
        margin-bottom: 16px !important;
        padding: 0;
    }

    .shop_table.cart tbody td.product-quantity {
        grid-column: 2;
        grid-row: 4;
        transform: translateX(0px);
        padding-left: 0;
    }

    .shop_table.cart tbody td.product-name {
        padding-left: 0;
    }

    .shop_table.cart tbody {
        padding: 0px 30px;
    }

    .shop_table.cart tbody td.product-price::before,
    .shop_table.cart tbody td.product-quantity::before,
    .shop_table.cart tbody td.product-subtotal::before {
        font-weight: 400;
        position: unset;
        width: 88px;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .shop_table.cart tbody td.product-thumbnail .remove {
        transform: translate(0, -50%);
    }

    .shop_table.cart tbody tr:last-child {
        border-bottom: unset !important;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }

    #content {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .shop_table.cart tbody {
        padding: 0;
    }
}

@media (max-width: 500px) {
	
	.shop_table.cart tbody td.product-thumbnail{
		min-width: unset;
        width: auto;
        margin-right: 20px;
	}
	.shop_table.cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
		max-height: 80px;
		min-width: 80px;
		width: auto;
	}
	.shop_table.cart tbody td.product-subtotal{
		margin: unset;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100% !important;
	}
	.shop_table.cart tbody .woocommerce-cart-form__cart-item.cart_item{
		flex-direction: row;
        flex-wrap: wrap;
	}
	.breadcrumbs-title-div{
		padding-top: 32px !important;
		.title{
			padding-bottom: 24px !important;
		}
	}
    .buttons-cart {
        flex-direction: column;
        margin-top: 24px;
    }

    .buttons-cart a,
    .buttons-cart button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .buttons-cart button {
        margin-top: 10px !important;
    }
}

.product-quantity .quantity-wrapper button.qty-btn.plus:focus,
.product-quantity .quantity-wrapper button.qty-btn.minus:focus {
    background: none;
}

.product-quantity .quantity-wrapper button.qty-btn.plus:hover,
.product-quantity .quantity-wrapper button.qty-btn.minus:hover {
    background: #7973ef;
}

.woocommerce ul#shipping_method li label {
    line-height: normal;
}

.people.also-bought {
    display: flex;
    justify-content: space-between;

    padding-left: 20px;
    padding-right: 20px;

    @media (min-width: 768px) {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.people.also-bought h2 {
    font-family: 'KH-Teka', Sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 36px;
    letter-spacing: -0.28px;
    color: #000070;
}

.people.also-bought .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.people.also-bought .buttons .see-all-button {
    background-color: #ffffff;
    fill: #181a1b;
    color: #181a1b;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 0 17px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    text-decoration: none;
    width: 295px;
}

.people.also-bought .buttons .see-all-button:hover {
    background-color: #7973ef;
    color: #ffffff;
}

@media (max-width: 768px) {
	.coupon-headline p{
		font-size: 16px;
		text-align: left;
		opacity: 1;
	}
    .people.also-bought h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .people.also-bought .buttons .see-all-button {
        width: 183px;
    }
}

.blockUI.blockOverlay {
    background: unset !important;
}

.woocommerce-cart-form {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    border: 1px solid #d9d9f9;

    @media (min-width: 768px) {
        padding: 0;
    }

    @media (min-width: 1200px) {
        flex-direction: row;
    }
}

.breadcrumbs-title-div {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #f2f2fd;
    display: flex;
    flex-direction: column;
    gap: 20px;

    >* {
        padding-left: 20px;
        padding-right: 20px;
    }
	.title{
		padding-bottom: 40px;
	}

    @media (min-width: 768px) {
        >* {
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    p {
        color: #000070;
		font-weight: 400;
    	letter-spacing: 0.24px;
    	text-decoration: none;
    }
}

.breadcrumbs-title-div p a{
	text-decoration: none;
}

.cart-sub-menu-wrapper {
    display: flex;
    align-items: center;
    background: #d9d9f9;

    .cart-totals-head {
        display: none;
        font-weight: 400;
        font-size: 28px;
        line-height: 38px;
        color: #000070;
        letter-spacing: -0.28px;
        padding-left: 40px;

        @media (min-width: 1200px) {
            display: block;
        }
    }
}

.cart-sub-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;

    @media (min-width: 1200px) {
        width: calc(55% + 4px);
        height: 104px;
        border-right: 1px solid #fff;
    }

    .cart-sub-menu-item {
        display: flex;
        align-items: center;
        color: #000070;
        text-decoration: none;
    }

    a.cart-sub-menu-item {
        gap: 5px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.2px;
        letter-spacing: 0;
    }

    .cart-items-count span {
        font-weight: 400;
        font-size: 20px;
        line-height: 38px;
        letter-spacing: -0.28px;

        @media (min-width: 768px) {
            font-size: 28px;
        }
    }

    .cart-items-count {
        padding-right: 0;

        @media (min-width: 1200px) {
            padding-right: 40px;
        }
    }
}

.cart-link-continue-shopping {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 19.2px;
    letter-spacing: 0%;
}

.cart-table-header {
    background: #7969e8;
}

.entry-title {
    display: none;
}

.breadcrumbs-title-div #breadcrumbs a {
    color: #000070;
    text-decoration: unset;
}

.page-id-105381 .page-header {
    display: none;
}

.breadcrumbs-title-div .title h1 {
    color: var(--Brand-Secondary-Orange-200, #000070);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-block-start: 32px;
    margin-block-end: 40px;
}

@media (max-width: 768px) {
    .breadcrumbs-title-div {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .breadcrumbs-title-div .title h1 {
        font-size: 50px;
        line-height: normal;
        margin: 0;
        padding: 32px 0;
    }
}

.woocommerce-cart .footer-elements a {
    background-color: unset !important;
}

.woocommerce-cart .elementor-location-footer {
    background: white;
}

.button[name='update_cart'] {
    display: none !important;
}

.cart-discount.coupon-first-order-5-off {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
}

.people-also-bought-slider {
    width: 100%;
}

.people-also-bought-slider .swiper-slide {
    height: auto;
    width: 25%;
    box-sizing: border-box;
}

/* .people-also-bought-slider .product-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
} */

.people-also-bought-slider .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.also-buttons {
    display: flex;
	gap: 8px;

    >div {
        display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 1px solid #B9B7F6;
		border-radius: 24px;
		padding: 1px;
		cursor: pointer;
		
		&:hover{
			background: rgba(255, 255, 255, 0.01);
    		box-shadow: 0px 0px 5px 0px var(--palette-600, #7973ef) inset;
		}
    }
}


.woocommerce ul#shipping_method label {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    color: var(--palette-800, #28269A);
    font-family: 'KH-Teka';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    align-items: center;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-subtotal {
    padding-top: 40px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-shipping th,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .cart-shipping td{
    color: var(--palette-600, #7973EF);
    font-family: 'KH-Teka';
    font-size: var(--Headers-H-6, 21px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.yith-add-to-wishlist-button-block{
	margin: 0;
    right: 0;
	justify-content: flex-end;
	width: 100%;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{
	margin: 0;
}

.button-div {
	display: flex;
    justify-content: flex-end;
}

a.remove-button{
	background: unset !important;
    color: #7973EF !important;
    border: 1px solid #D9D9F9 !important;
    font-weight: 400 !important;
}
a.remove-button:hover{
    background: rgba(255, 255, 255, 0.01) !important;
    box-shadow: 0px 0px 5px 0px var(--palette-600, #7973ef) inset;	
}

@media(max-width: 768px){
	a.remove-button{
		float: right !important;
    	margin-top: 24px !important;
		width: fit-content !important;
	}
}


@media(max-width: 500px){
	.breadcrumbs-title-div .title h1{
		padding: 24px 0;
	}
}

.woocommerce-error.coupon-error-message{
	display: block !important;
	border-width: 9px 0 0 0;
    border-top-color: #EA3920;
    font-family: 'KH-TEKA';
    background: #F9C3BC;
    color: var(--error, #EA3920);
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.woocommerce-error::before{
	content: '';
}