.ct-custom-mini-cart-panel.active::before {
    content: '';
    position: fixed;
    top: 0;
    background: rgb(26 42 29 / 70%);
    z-index: -1;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
}

.ct-custom-mini-cart-panel[data-behaviour="left-side"]::before {
    left: -100% !important;
}
.ct-custom-mini-cart-panel[data-behaviour="right-side"]::before {
    right: -100% !important;
}
.ct-custom-mini-cart-panel.active[data-behaviour="left-side"]::before {
    left: 0% !important;
}
.ct-custom-mini-cart-panel.active[data-behaviour="right-side"]::before {
    right: 0% !important;
}
.ct-custom-mini-cart-panel:not(.active)::before {
    opacity: 0;
}

.ct-custom-mini-cart-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    transition: all 0.25s ease;
}
.ct-custom-mini-cart-panel[data-behaviour="left-side"] {
    left: -100% !important;
    inset: var(--admin-bar, 0px)  auto 0 -100% !important;
}
.ct-custom-mini-cart-panel[data-behaviour="right-side"] {
    inset: var(--admin-bar, 0px) -100% 0 auto !important;
}
.ct-custom-mini-cart-panel.active[data-behaviour="left-side"] {
    inset: var(--admin-bar, 0px) auto 0 0% !important;
}
.ct-custom-mini-cart-panel.active[data-behaviour="right-side"] {
    inset: var(--admin-bar, 0px) 0% 0 auto !important;
}
.ct-custom-mini-cart-panel.active {
    opacity: 1;
        pointer-events: auto;
}
.ct-custom-mini-cart-panel .ct-panel-inner {
    width: 400px;
    max-width: 90vw;
    background: #ffffff;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.15);
    z-index: 999999;
    transform: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    border-bottom: 1px solid #EDEDED;
    flex-shrink: 0;
    background: #ffffff;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-actions .ct-panel-heading {
    color: #2B2B2B;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-actions .ct-toggle-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.25s ease;
    margin: 0 !important;
    color: #000;
    width: 30px;
    height: 30px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-actions .ct-toggle-close:focus {
    outline: none;
    box-shadow: none;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-actions .ct-toggle-close svg {
    width: 14px;
    height: 14px;
    transition: all 0.25s ease;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-actions .ct-toggle-close:hover svg {
    transform: rotate(90deg);
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner {
    padding: 20px 25px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    width: 100%;
}




.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
    overflow-y: auto;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart::-webkit-scrollbar-track {
    background-color: transparent;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart::-webkit-scrollbar {
    width: 5px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background-color: #1A2A1D;
    border-radius: 5px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-top: 18px;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item:first-child {
    padding-top: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .ct-media-container {
    flex: 0 0 62px !important;
    width: 62px;
    height: 62px;
    max-width: 62px !important;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .ct-media-container img {
    border-radius: 4px;
    border: 0.2px solid #00193E0F
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data {
    flex: 1;
    min-width: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-title {
    display: block;
    color: #2B2B2B;
    text-decoration: none;
    margin: 0 0 8px;
    transition: color 0.2s ease;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-title:hover {
    color: #1A2A1D;
    text-decoration: underline;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data dl.variation dt.variation- {
    display: none;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon{
    align-items: center;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-license,
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon {
    background-color: #F3F5F4;
    border-radius: 3px;
    padding: 5px 13px;
    margin-bottom: 8px;
    display: inline-flex;
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon:last-child {
    margin-bottom: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-license p,
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2B2B2B;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-license p strong,
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon p strong {
    color: #2B2B2B;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-license p strong .woocommerce-Price-amount,
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon p strong .woocommerce-Price-amount {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1A2A1D;
    text-align: end;
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon .remove-addon {
    margin: 0 0 0 9px;
    display: flex;
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon .remove-addon:before {
    border-left: 1px solid #DEDEDE;
    content: '';
    display: block;
    margin-right: 9px;
    width: 1px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon .remove-addon img {
    margin: 4px 0;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .single-addon .remove-addon:hover img {
    transform: rotate(365deg);
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .price {
    display: inline-block;
    color: #2B2B2B;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    margin-top: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-data .price .amount {
    font-weight: 700;
    color: #2B2B2B;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .remove {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    z-index: 1;
    opacity: 1;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    order: 3;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .remove:hover {
    background-color: #000000;
    border: 1px solid #000000;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .remove svg {
    width: 9px;
    height: 8px;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .remove:hover svg {
    color: #fff;
    transform: rotate(365deg);
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__total {
    padding: 20px 0 25px;
    margin: 16px 0 0;
    border-top: 1px solid #e5e5e5;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__total strong {
    font-weight: 500 !important;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    color: #1A2A1D;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button:nth-child(1):before {
    content: '';
    background-image: url(https://store.webbycrown.com/wp-content/uploads/2025/12/cart.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1;
    opacity: 1;
    filter: none;
    position: relative;
    inset-inline: 0;
    inset-block: 0;
        background-color: transparent;
        transition: none;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button:nth-child(1):hover:before {
    background-image: url(https://store.webbycrown.com/wp-content/uploads/2025/12/cart-1.svg);
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
    background: #1A2A1D;
    color: #ffffff !important;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button.checkout {
    background: #1A2A1D;
    color: #ffffff;
    border: 1px solid #1A2A1D;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button.checkout:hover {
    background: transparent;
    border-color: #1A2A1D;
    color: #1A2A1D;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .empty-cart-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
    overflow-y: auto;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .empty-cart-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .empty-cart-wrapper::-webkit-scrollbar {
    width: 5px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .empty-cart-wrapper::-webkit-scrollbar-thumb {
    background-color: #1A2A1D;
    border-radius: 5px;
}

.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart {
    padding: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart img {
    max-width: 80px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .return-to-shop {
    margin-top: 20px;
    margin-bottom: 0;
}
.ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h3 {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h3 {
        font-size: 21px !important;
        line-height: 31px !important;
    }
}

@media (max-width: 1366px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 1200px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h3 {
        font-size: 19px !important;
        line-height: 29px !important;
    }
}

@media (max-width: 1024px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 991px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 767px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .custom-empty-cart h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

/* Force mini cart visibility on all devices */
.ct-header-custom-mini-cart,
.ct-header-custom-mini-cart .ct-custom-mini-cart-trigger {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Override any hidden classes on the container and trigger */
.ct-header-custom-mini-cart.ct-hidden-sm,
.ct-header-custom-mini-cart.ct-hidden-md,
.ct-header-custom-mini-cart.ct-hidden-lg,
.ct-header-custom-mini-cart.ct-hidden-sm .ct-custom-mini-cart-trigger,
.ct-header-custom-mini-cart.ct-hidden-md .ct-custom-mini-cart-trigger,
.ct-header-custom-mini-cart.ct-hidden-lg .ct-custom-mini-cart-trigger {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}


@media (max-width: 1024px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button {
        padding: 10px 15px;
    }
}
@media (max-width: 768px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-actions,
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner {
        padding: 16px 20px;
    }
    .ct-header-custom-mini-cart.ct-hidden-sm {
        display: inline-flex !important;
    }
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button {
        font-size: 14px;
        line-height: 18px;
    }
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__buttons .button:nth-child(1):before {
        background-size: 18px;
        width: 18px;
        height: 18px;
    }
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .remove {
        width: 22px;
        height: 22px;
    }
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item {
        gap: 10px;
    }
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .woocommerce-mini-cart__empty-message,
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__total,
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
        font-size: 15px;
        line-height: 22px;
    }
    .ct-custom-mini-cart-panel .ct-panel-inner .ct-panel-content .ct-panel-content-inner .ct-custom-mini-cart-content .woocommerce-mini-cart-item .product-title {
        font-size: 14px;
        line-height: 22px;
    }
}
