.is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
    display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.wc-block-components-product-price,
.wc-block-components-formatted-money-amount,
.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button,
.wc-block-components-totals-item__label,
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    border-left: 1px solid rgba(97, 39, 157, 0.50);
    font-weight: bold;
    color: #61279D;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    border-right: 1px solid rgba(97, 39, 157, 0.50);
    font-weight: bold;
    color: #61279D;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    border: 1px solid rgba(97, 39, 157, 0.20);
    background: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.wc-block-components-totals-coupon__button {
    margin: 0px !important;
    background: #4F5B6A;
    padding: 12px;
    color: #FFF;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.wc-block-cart .wc-block-cart__submit-container {
    display: flex;
    height: 48px;
    padding: 16px 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #61279D;
    background: #61279D;
    transition: .3s all;
    text-decoration: none;
}

.wc-block-cart .wc-block-cart__submit-container a {
    text-decoration: none;
}

.wc-block-cart .wc-block-cart__submit-container span {
    color: #FFF;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: .3s all;
    text-decoration: none;
}

.wc-block-cart .wc-block-cart__submit-container:hover {
    background: #fff;
}

.wc-block-cart .wc-block-cart__submit-container:hover span {
    color: #61279D;
    font-weight: bold;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link,
.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__description--free {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.page-template-page-checkout .wc-block-components-order-summary .wc-block-components-order-summary__button-text,
.page-template-page-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button,
.page-template-page-checkout .wc-block-components-totals-item__label {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: 0px;
}

.wc-block-components-title.wc-block-components-title {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.wc-block-components-checkout-step__description {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-left: 10px;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-left: 3px;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 8px;
    border: 1px solid #E3E5E5;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0px;
    box-shadow: inset 0 0 0 2px #FCF9FF;
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group, .wc-block-components-radio-control-accordion-content{
color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%;    
}
.wc-block-components-radio-control--highlight-checked:after{
    display: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span{
       color: #61279D;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 8px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
  color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%;    
}
.wc-block-components-checkout-return-to-cart-button{
color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%;     
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), .wc-block-components-address-form__address_2-toggle{
    border-radius: 4px;
border: 1px solid #61279D;
background: #61279D;
  display: flex;
padding: 16px 38px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
text-align: center;
font-family: "Bricolage Grotesque";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
    transition: .3s all;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover, .wc-block-components-address-form__address_2-toggle:hover{
background: #fff;
color: #61279D;
border: 0px;
border: 1px solid #61279D;    
}
.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child, .wc-block-components-address-card address .wc-block-components-address-card__address-section:last-child{
 color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%;    
}
.wc-block-components-address-card address .wc-block-components-address-card__address-section span{
    color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
}
.wc-block-order-confirmation-additional-fields-wrapper{
    display: none;
}
.woocommerce .woocommerce-customer-details address{
    border:0px;
    color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title{
    color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%;
}
.woocommerce table.shop_table {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(97, 39, 157, 0.10);
}
.woocommerce table.shop_table td:last-child{
    border-bottom: 1px;
}
.woocommerce table.shop_table th {
    border-right: 0px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0px;
}
.woocommerce table.shop_table td{
     border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
}
.woocommerce table.shop_table th{
    color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 400 !important;
line-height: 120%;
}
.woocommerce table.shop_table td a{
    text-decoration: none;
}
.woocommerce table.shop_table td ul{
    margin-left: 0px;
}
.woocommerce table.shop_table td{
    color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
.woocommerce table.shop_table thead tr th{
    color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 700 !important;
line-height: 120%;    
}
.woocommerce-order-details__title{
    color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%;
}
.woocommerce-order p{
      color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%;    
}
.woocommerce-notice--success.woocommerce-thankyou-order-received{
    color: #61279D;
text-align: center;
font-family: "Bricolage Grotesque";
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.woocommerce ul.order_details li{
 color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%;
border-right: 1px solid rgba(97, 39, 157, 0.20);
}
.woocommerce ul.order_details li strong{
 color: #61279D;
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 120%;    
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
    .checkout-steps{
        display: none;
    }
    .page-template-page-cart .inside-article, .page-template-page-checkout .inside-article{
        padding: 0px 10px;
    }
    .entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: 0px;
    width: calc(100%);
    max-width: 1250px;
}
.page-template-page-cart .site-main article, .page-template-page-checkout .site-main article {
    padding-top: 100px;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.woocommerce ul.order_details li {
    border-bottom: 1px solid rgba(97, 39, 157, 0.20);
    border-right: 0px;
    width: 100%;
    padding-bottom: 5px;
}
}