.wc-block-grid__product .wc-block-grid__product-link{
text-decoration: none;
}
.wc-block-grid__product .wc-block-grid__product-title{
font-size: 16px;
line-height: 1.2;
margin-top: 10px;
margin-bottom: 10px;
text-transform: capitalize;
color: var(--theme--heading-color);
font-family: var(--theme--base-font-family);
font-weight: var(--theme--base-font-weight);
}
.wc-block-grid__product .wc-block-grid__product-price{
display: inline-flex;
align-items: center;
justify-content: inherit;
font-size: var(--theme--base-font-size);
color: var(--theme--base-color);
margin-bottom: 12px;
gap: 7.5px;
}
.wc-block-grid__product .wc-block-grid__product-price ins{
background: unset;
}
.wc-block-grid__products .add_to_cart_button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
align-items: center;
justify-content: center;
display: flex !important;
width: 100% !important;
font-size: 14px !important;
border-radius: var(--theme--button-border-radius);
line-height: 1;
cursor: pointer;
font-weight: 600;
width: fit-content;
border: 1px solid;
text-decoration: none;
justify-content: center;
font-size: var(--theme--button-desktop-font-size);
text-transform: var(--theme--button-text-transform);
letter-spacing: var(--theme--button-letter-spacing);
padding: var(--theme--button-desktop-top-bottom-padding) 24px;
position: relative;
}
.product-card__primary .wc-block-grid__products .add_to_cart_button{
color: var(--theme--button-color);
background: var(--theme--button-background-color);
border: 1px solid var(--theme--button-border-color);
}
.product-card__primary .wc-block-grid__products .add_to_cart_button:hover{
color: var(--theme--button-color-hover);
background: var(--theme--button-background-color-hover);
border: 1px solid var(--theme--button-border-color-hover);
}
.product-card__secondary .wc-block-grid__products .add_to_cart_button{
background: transparent;
color: var(--theme--button-background-color);
border: 1px solid var(--theme--button-border-color-hover);
overflow: hidden;
}
.product-card__secondary .wc-block-grid__products .add_to_cart_button:hover{
color: var(--theme--button-color-hover);
background: var(--theme--button-background-color-hover);
border: 1px solid var(--theme--button-border-color-hover);
} .woocommerce-cart .wc-block-cart__main th[class*='wc-block-cart-items_']{
text-align: left;
text-transform: none;
color: var(--theme--heading-color);
font-size: var(--theme--base-font-size);
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-item__image{
padding-left: 0px !important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td:last-child{
padding-right: 0px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
text-decoration: none;
color: var(--theme--heading-color);
font-weight: var(--theme--heading-font-weight);
font-family: var(--theme--heading-font-family);
}
.woocommerce-cart .wc-block-cart__main .wc-block-components-product-metadata__description{
display: none;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-item__quantity{
display: flex;
align-items: center;
justify-content: space-between;
}
.woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector{
height: 48px;
border-color: var(--theme--border-color);
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px !important;
color: var(--theme--base-color);
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
height: 48px;
padding: 0px;
}
.woocommerce-cart .wc-block-cart__sidebar{
padding: 24px 32px;
color: var(--theme--content-card-color);
background: var(--theme--content-card-background);
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__totals-title{
text-align: left;
text-transform: none;
color: var(--theme--heading-color);
font-size: var(--theme--base-font-size);
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item{
padding-left: 0px !important;
padding-right: 0px !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__button{
color: var(--theme--button-color);
border-color: var(--theme--button-border-color);
font-size: var(--theme--button-desktop-font-size);
background: var(--theme--button-background-color);
border-radius: var(--theme--button-border-radius);
text-transform: var(--theme--button-text-transform);
letter-spacing: var(--theme--button-letter-spacing);
padding: var(--theme--button-desktop-top-bottom-padding) 18px;
}
.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-container .components-button{
display: flex;
line-height: 1;
cursor: pointer;
font-weight: 600;
width: fit-content;
border: 1px solid;
text-decoration: none;
justify-content: center;
color: var(--theme--button-color);
border-color: var(--theme--button-border-color);
font-size: var(--theme--button-desktop-font-size);
background: var(--theme--button-background-color);
border-radius: var(--theme--button-border-radius);
text-transform: var(--theme--button-text-transform);
letter-spacing: var(--theme--button-letter-spacing);
padding: var(--theme--button-desktop-top-bottom-padding) 24px;
width: 100%;
} .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{
display: none;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step{
padding-left: 0px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{
padding: 24px 32px;
color: var(--theme--content-card-color);
background: var(--theme--content-card-background);
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item{
padding-left: 0px !important;
padding-right: 0px !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form .components-button{
color: var(--theme--button-color);
border-color: var(--theme--button-border-color);
font-size: var(--theme--button-desktop-font-size);
background: var(--theme--button-background-color);
border-radius: var(--theme--button-border-radius);
text-transform: var(--theme--button-text-transform);
letter-spacing: var(--theme--button-letter-spacing);
padding: var(--theme--button-desktop-top-bottom-padding) 18px;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-product-metadata__description{
display: none;
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}.wdp_pricing_table_caption { }
.wdp_pricing_table {
border-collapse: collapse;
font-size: 0.9em;
table-layout: fixed;
}
.wdp_pricing_table td {
border: solid 1px #dfdfdf;
padding: 5px 10px;
text-align: center;
}
.wdp_pricing_table thead {
background: #efefef;
}
.spinner_img {
content:url(//www.blank-jerseys.com/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/images/spinner-2x.gif);
display: block;
}
del .woocommerce-Price-amount {
display: inline;
}.wdp_deals_table_caption {
font-weight: bold;
}
.wdp_deals_table {
border-collapse: collapse;
font-size: 0.9em;
}
.wdp_deals_table td {
border: solid 1px #dfdfdf;
padding: 5px 10px;
text-align: center;
}
.wdp_deals_table thead {
background: #efefef;
}