.pulse .mcb-item-counter-inner{
    box-shadow: 0 0 0 0 rgba(01, 133, 245, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 32px;
}
.pulseT .title{
    transform: scale(1);
    animation: pulseT 2s infinite;
}
.shadow{
    box-shadow: 0 0 0 0 rgba(01, 133, 245, 1);
    transform: scale(1);
    animation: shadow 2s infinite;
    border-radius: 32px;}

@keyframes pulseT {
    0% {
        transform: scale(0.90);

    }

    70% {
        transform: scale(1);

    }

    100% {
        transform: scale(0.90);
}
}

@keyframes pulse {
    0% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 #2985f5;
            box-shadow: rgb(41, 133, 245, 0.7);

    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(41, 133, 245, 0);
    }

    100% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 rgb(41, 133, 245, 0);
}
}

@keyframes shadow {
    0% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 #2985f5;
            box-shadow: rgb(41, 133, 245, 0.7);

    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(41, 133, 245, 0);
    }

    100% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 rgb(41, 133, 245, 0);
}
}

.txt-gradient {
	background: #020024;
/*background: linear-gradient(90deg, #3d3098, #5a6af8, #a342fe);*/
background:#ddff33;
    color: transparent;
    background-clip: text;
}

.txt-gradient-white {
	background: #020024;
/*background: linear-gradient(90deg, #ffffff, #5a6af8, #a342fe);*/
background: #2985f5;
    color: transparent;
    background-clip: text;
}
.dropcap, .highlight:not(.highlight_image) {
    background-color: #2985f5;
    border-radius: 8px;
    padding: 2px 20px;
}

.dg_overlay_hidden{ display: none}
.dg_checkout_overlay{
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0.7;
}
.dg_messages {
  background: #00a0e7;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 5px;
  line-height: 50px;
  font-weight: 300;
  color: #fff;
  padding: 0 35px;
  box-shadow: 0 0 5px #00a0e7;
  position: fixed;
  text-align: center;
  top: 50px;
  left: auto;
  z-index: 10000;
  right: 50px;
}
.has_error{
  border: 1px solid red;
}
.errors_container {
  margin: 10px 0;
  color: #bb0343;
  font-weight: 700;
  font-style: italic;
  top: -10px;
  position: relative;
}

/*STYLE PERCORSI ACCORDION*/
.ratc_fw_prods_container {
    gap: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
a.ratc_accordion_modal:hover {
    text-decoration: none;
}
a.ratc_accordion_modal {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
.ratc_btn_container a{
    margin-bottom: 30px;
    background: #39CD2C;
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 15px;
}
.ratc_btn_container a:hover, .ratc_btn_container a:active{
    margin-bottom: 30px;
    background: #3E2B9A;
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 15px;
    color:#ffffff;
}
.ratc_btn_container a i {
    margin-right: 10px;
}
.ratc_fw_single_product {
    display: flex;
    flex-direction: column;
    padding: 22px;
    background-color: #f8f8f8;
    border-radius: 22px;
    margin-bottom: 30px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 10px 10px 10px 10px;
    align-content: stretch;
    align-items: center;
    box-shadow: 0px 0px 4px 2px rgb(36 85 146 / 20%);
}
.ratc_single_product_image {
    border-radius: 10px;
    overflow: hidden;
}
.ratc_single_product_title h6 {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 24px;
}
.ratc_single_product_date {
    position: relative;
}

.ratc_single_product_date i {
    position: absolute;
    top: 8px;
    left: 10px;
}

.ratc_single_product_date select {
    background: #fff;
    border: 1px solid #efefef;
    width: 90%;
    color: #2a2a2a;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 10px 34px;
}

.ratc_total_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.ratc_total_price span.woocommerce-Price-amount.amount {
    font-weight: 800;
    font-size: 42px;
    line-height: 46px;
    font-family: "Big Shoulders Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #ddff33;
    margin-top: 10px;
}

.ratc_error {
    color: red;
    font-size: 16px;
}

.box-grigio {
    background: #f7f7f7;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 25px;
    border: 8px solid #fff;
    box-shadow: 1px 0px 4PX 3px #EFEFEF;
}
/****************checkout**********************/
.page-template-page-order  #Wrapper, .page-id-205 #Content {
        background-color: #fff;
    }
.subheader-both-center #Subheader .breadcrumbs li {
    color: #ddff33;
}

.dati-personali { 
    border: 1px solid #f0f0f0;
    padding: 30px;
    box-shadow: 1px 1px 10px #e2e2e2;
    margin-bottom: 30px;
    border-radius: 0 0 23px 23px;
}
.checkout h3 {
    font-size: 30px;
}
.dati-personali .row, .box-grigio.invoice_to_other_container .row, .box-grigio.invoice_to_agency_container .row {
    margin: 25px 0px;
}

.dati-personali h3 {
    margin-bottom: 0px;
}
.dati-personali .txt-red a,.dati-personali .txt-red {
    color: #333!important;
    padding: 15px 20px;
    background: #f0f8ff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 10px 5px;
}
.dati-personali select.form-control, .dati-personali input.form-control, .fatturazione select.form-control, .fatturazione input.form-control {
    font-size: 16px;
    color: #999;
    width: 100%;
    margin: 10px 5px;
    padding: 18px 20px;
}

.dati-personali em {
    font-weight: 700;
    color: #e41379;
    font-size: 13px;
}
.single_payment_container {
    margin-right: 2%;
}
.pagamenti {margin-bottom: 30px;}
.metodi-pagamento {
    padding: 30px 0px;
    background: #4936da;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 10px 30px;
    color: #fff;
}
.metodi-pagamento label {
    margin-bottom: 30px;
    text-align: left;
    display: flex;
    align-items: center;
}
.metodi-pagamento label p {
    font-size: 16px;
    margin: 0px 15px 0px;
    flex-direction: row;
    flex-wrap: wrap;
}
.metodi-pagamento label img {
    width: auto;
    max-height: 32px;
    border-right: 1px solid #c0cde0;
    padding-right: 20px;
}

.box-tot-order {
    background: #5d63fa;
    padding: 2%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    border-radius: 23px;
}

span.ehs_checkout_tot_order_txt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 26px;
    font-weight: 700;
    color: white;
}
span.ehs_checkout_tot_value {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #ddff33;
}
span.input_total_simbol {
    position: absolute;
    top: 16%;
    left: 5%;
    font-weight: 800;
}
div#ehs_checkout_payment_type {
    position: relative;
}
div#ehs_checkout_payment_type input {
    padding-left: 12% !important;
}

.pagamenti .box-grigio input {
    color: #000;
    font-weight: 800;
}
.pagamenti .box-grigio h4, .fatturazione h4 {
    font-size: 20px;
}
.box-grigio.acconto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.conditions {
    line-height: 18px;
    margin-bottom: 30px;
}

.pagamenti .btn i {
    margin-right: 10px;
    padding: 10px 0px;
}
.checkout .pagamenti a.dg_add_to_cart_double_select {
    text-transform: uppercase;
    float: right;
    margin-bottom: 30px;
}
.order-info {
    padding-top: 5px !important;
    background: #f0f8ff;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}
select#ehs_checkout_payment_type {
    background-color: #71c326;
}

h4.card-sub-title.text-md {
    background: #f2d005;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.order_details .wc-item-meta {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
}
.order_details ul.wc-item-meta li {
    color: #00a0e7;
    text-transform: uppercase;
    margin-top: 0px !important;
    padding-left: 0px !important;
    font-size: 11px;
}
.sections_group.pagamenti.tesseramenti {
    margin-top: 30px;
}
.tesseramento_type_txt {
    margin: 20px 0px 0px;
}
.tesseramento_type_table_header th {
    background-color: #06a0e7 !important;
    text-align: center;
    color: white;
    border: 2px solid #028ac9;
}

.tesseramento_type_table td {
    background-color: aliceblue;
    border: 2px dashed #68cdff;
    padding: 20px 30px;
    text-align: left;
}
.tesseramento_type_table .svg-inline--fa.fa-check {
    color: green;
    fill: green;
}
.tesseramento_type_table .svg-inline--fa.fa-x {
    color: red;
    fill: red;
}

/*carrello*/
.mfn-cart-holder .mfn-ch-header h3 svg {
    display: none;
}
.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-buttons .mfn-ch-footer-links,.mfn-cart-holder .mfn-ch-footer .mfn-chft-row.mfn-chft-subtotal {
    display: none;
}
.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-totals .mfn-chft-row.mfn-chft-total {
    padding-top: 0;
    margin-top: 0;
}
.mfn-cart-holder .mfn-ch-content .mfn-ch-product {
    display: flex;
    align-items: flex-start;
    background-color: rgb(0 137 247 / 15%);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dt {
    margin: 0 3px 0 0;
    padding: 0;
    border: 0;
    width: auto;
    font-weight: 600;
    color: #2985f5;
}
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info h6 a {
    cursor: default;
    font-size: 18px;
}
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info h6 a span {
    color: #351ea3 !important;
}

span.wc-block-components-product-details__name {
    color: #36a6ff !important;
    font-weight: 600;
    font-size: 14px;
}
.woocommerce .quantity a:hover.quantity-change {
    background-color: #3e2b9a;
}

.mfn-checkout-steps li .mfn-step-number {
    background: #351ea3;
}
.mfn-cart-holder .mfn-ch-header{
    background: #172a93;
}
.mfn-cart-holder .mfn-ch-header h3 {
    color: #fff;
}
.mfn-cart-holder.woocommerce {
    background: #fff;
}

.wc-proceed-to-checkout .btn {
    padding: 10px;
    background-color: #3cac04;
}
#mini-cart .buttons a {
    background: #3cac04;
    color: #fff;
}
.woocommerce table.shop_table {
    margin: 20PX 0PX;
}
.woocommerce .shop_table thead {background: #1d1464;}
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-name span {
    font-size: 20px;
    font-weight: 600;
    color: #2a1c9e;
}
.woocommerce ul.wc-item-meta li {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px dashed;
    margin: 10px 5px;
    padding-bottom: 5px;
    color: #000;;
}
form#order_review table.shop_table strong.product-quantity {
    background: #0089f7;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
}

.shop_table thead span {
    color: #ffffff;
    font-size: 10px;
}
.shop_table thead th{
    color: #fff !important;
}

.shop_table th {
    padding: 5px;
    color: #000;
}
.shop_table.cart-table .product-subtotal .amount{
    color: #00a0e7;
    font-size: 16px;
    font-weight: 800;
}
.order_details tfoot tr:last-child .amount {
    color: #00a0e7;
    font-weight: 900;
    font-family: 'Teko';
    font-size: 38px;
}
address {
    background: #f0f8ff;
    padding: 10px;
    font-weight: 600;
}
.woocommerce-cart tr.order-total {
    background: #f4f4f4;
}
.woocommerce-cart .order-total bdi {
    font-weight: 900;
    color: #00a0e7;
    font-size: 28px;
}
.woocommerce-cart .shop_table.cart-table .quantity .plus, .woocommerce-cart .shop_table.cart-table .quantity .minus{
    background: #00a0e7;
    font-weight: 900;
    color: #fff;
}
.shop_table.cart-table .actions .coupon button {
    background: #f2d005;
    color: #fff;
    padding: 14px 12px;
}
.route_product dt {
    line-height: 18px;
    display: block;
    font-weight: 700;
    margin-top: 10px;
}
.shop_table a {
    color: inherit;
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    font-weight: 800;
}

.route_product dt:before {
    color: #62a820;
    display: inline-block;
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    margin-right: 5px;
}
.route_product dd {
    display: block;
    border-bottom: 1px dashed #cacaca;
    width: 100%;
    line-height: 18px;
    padding-bottom: 10px;
    color: #529ee5;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0 15px 0;
    padding-right: 4.5283018868%;
    width: 60%;
    background: #3e2b9a;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
}
ul.wc-block-components-product-details li {
    color: #fff;
    border-bottom: 1px dashed #6b5bdb;
    padding: 5px 0px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    background: #0000005c!important;
    border-radius: 0;
}


.wp-block-woocommerce-cart-totals-block {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 3px solid rgba(0, 0, 0, 0.125);
    padding: 10px 30px;
    border-radius: 20px;
}
table.wc-block-cart-items th {
    color: #fff;
    font-size: 18px;
}
a.wc-block-components-product-name {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
a.wc-block-components-product-name:hover {
    text-decoration: none;
    cursor: default;
}
td.wc-block-cart-item__total span {
    color: #e4fc49;
    font-weight: 700;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none #e4fc49;
    color: rgb(61 48 152);
}
.wc-block-cart__submit-container a {
    background: #39CD2C !important;
    border: none !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #3e2b9a;
    font-size: 20px;
}

.wc-block-components-totals-wrapper {
       font-size: 16px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
    background: #e4fc49!important;
    color: rgb(61 48 152)!important;
    opacity: 1 !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: #4f85f2 !important;
}

/*banner magliette carello*/
.after_cart_banner_container .woocommerce-loop-product__title {
    font-size: 21px!important;
}
.center_block{
    margin: 0 auto;
}
.checkout h3 {
    font-size: 46px;
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
    color: #0089f7;
}
label.error {
    color: red;
    font-size: 14px;
    line-height: 14px;
}
/*css vale magliette */
.maglie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url(/wp-content/uploads/2025/06/lottie-section-bg2.webp#318);
    padding: 50px;
    margin: 30px 0;
    border-radius: 23px;
}
.maglie h6 {
    font-size: 40px;
}

.checkout_extra_single_product {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    overflow: visible;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.gallery_container {
    width: 30%;
    position: relative;
    border-radius: 20px;
    padding: 10px;
    background: white;
}
.gallery_container [data-controls="next"] {
    right: 5px;
}
.gallery_container [data-controls="prev"] {
    left: 5px;
}
.gallery_container [data-controls] {
    border: 0;
    padding: 0;
    font-size: 30px;
    position: absolute;
    top: 47%;
    margin-top: 0;
    z-index: 1;
    background: transparent;
    color: #06a0e7;
}

.product_info_container {
    display: flex;
    align-content: center;
    flex-direction: row;
    width: 70%;
    padding-left: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.prod_name_container {
    width: 100%;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}
.select_variation_container {
    display: flex;
    align-items: center;
    flex: 100%;
    margin-bottom: 30px;

}
.variations_container {
    width: 70%;
}
.variations_container select {
    width: 80%;
    margin-bottom: 0px;
}
.variation_price_container {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div.quantity {
    display: flex;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
input.input-text.qty.text {
    width: auto;
    text-align: center;
}
.checkout_extra_single_product .add_to_cart_container {
    min-height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.goto_cart_btn a {
    text-decoration: underline;
    color: #71c326 !important;
}

input.input-text.qty.text {
    margin-bottom: 0;
    border-radius: 0;
}
div.quantity .plus, div.quantity .minus {
    height: auto;
    padding: 10px;
    border-radius: 0;
    background: #00a0e7;
    color: #fff;
}
div.quantity .minus:hover, div.quantity .plus:hover  {
    background: #1cd8bb;
    color: #fff;
}
.checkout_extra_single_product ins, .checkout_extra_single_product del {
    text-decoration: none;
    font-family: Teko, sans-serif;
}
.checkout_extra_single_product ins span.woocommerce-Price-amount.amount {
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
    color: #529ee5;
}
.checkout_extra_single_product del span.woocommerce-Price-amount.amount {
    font-size: 30px;
    font-weight: 200;
    color: #424242;
    text-decoration: line-through;
}
/*.mfn-cart-holder span.woocommerce-Price-amount.amount {
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    font-family: "Big Shoulders Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
span.woocommerce-Price-amount.amount {
    font-weight: 800;
    font-size: 42px;
    line-height: 46px;
    font-family: "Big Shoulders Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}*/
.single_add_to_cart_button, .view-cart-btn {
    margin-bottom: 0;
}
.add_to_cart_btn_container .single_add_to_cart_button {
    background: #39CD2C;
    margin-left: 30px;
    border: none;
    color: white;
}

.add_to_cart_btn_container .single_add_to_cart_button:hover{
background-color: #3e2b9a;
}