/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2024 | 20:58:17 */
.custom-field-table {
  width: 100%;
  border-collapse: collapse;
}
.sptotal, .sptotal span {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #000000;
    margin-bottom: 10px;
}
.custom-field-table,.custom-field-table th,.custom-field-table td {
  border: 1px solid #DCDCDC;
  background: #fff;
}
.row-unset {
    padding: 10px 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 25px;
    color: red;
    line-height: 2px;
    display: block;
    text-align: center;
}
.custom-field-table th,.custom-field-table td {
  text-align: left;
  padding: 0px;
  font-size: 14px;
  font-family: 'Poppins';
}

.custom-field-table th,.custom-field-table td input,.custom-field-table td select,.custom-field-table tr td:last-child{
    padding: 15px;
}
.custom-field-table th {
  background-color: #000000;
  color: #fff;
}
.custom-field-table input,.custom-field-table select{
	border: unset;
	width: 100%;
	padding: 0;
	font-size: 14px;
}
.custom-field-table input:focus{
	box-shadow: unset;
    border: unset;
}
table.custom-field-table tbody tr:hover>td, table.custom-field-table tbody tr:hover>th
{
	background: #fff;
}
.btn-add-jersey {
	outline: unset !important;
    min-width: 100px;
    border: unset !important;
    box-shadow: unset !important;
    font-family: "nhl-minnesota-altern", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: green !important;
    border-radius: 25px 25px 25px 25px !important;
    padding: 10px 25px 10px 25px !important;
    display: inline-block;
    float: right;
    margin-top: 10px;
}
.custom-field-heading{
     font-family: "nhl-minnesota-altern", Sans-serif;
}
.product_cat-jersey .price {
    display: none;
}
.product_cat-jersey .woocommerce-variation-price .price .amount {
    color: #a61412;
    font-size: 25px;
}
.product_cat-jersey .woocommerce-variation-price .price
{
    display: block;
    margin-top: -10px;
}
.product_cat-jersey .single_variation_wrap .thwepo-extra-options {
    position: absolute !important;
    opacity: 0;
    z-index: -111111;
    top: -1000000px;
}
.single_add_to_cart_button.button {
    padding: 15px 50px !important;
    font-size: 18px !important;
}
.single-product .quantity input[type=number]{
	display: none;
	pointer-events: none;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector{
	display: none; 
	pointer-events: none;
}
.fpd-module-tabs>[data-context=qr-code] {
    display: none;
}
.custom-quantity,.custom-number{
  background-image: url('https://dzp.etw.mybluehost.me/wp-content/uploads/2024/05/edit.png');
  background-position: center right 15px; 
  background-repeat: no-repeat;
  background-size:15px;
}
@media(max-width: 991px){
    .variation-block{
        height: 340px !important;
    }
	.custom-field-heading span {
    display: block;
           margin-top: 5px;
        font-size: 15px !important;
}
}
@media(max-width: 767px){
    .mspc-tab-content .mspc-variation {
        width: 25% !important;
    }
}
@media(max-width: 575px){
    .mspc-tab-content .mspc-variation {
        width: 25% !important;
    }
    .variation-block{
        height: 315px !important;
        font-size: 25px !important;
    }
	.sptotal {
    width: 100%;
    text-align: center;
	margin-top: 10px;
}

.btn-add-jersey {
    float: unset;
    margin: auto;
    text-align: center;
    width: 100%;
}

.woocommerce-variation-price {
    text-align: center;
	margin-top: 30px;
}

.woocommerce div.product form.cart .button {
    float: unset;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

a#fpd-share-button {
    float: unset !important;
    width: 100%;
    text-align: center;
}
.fpd-share-design{
    text-align: center;
}
	.custom-field-table-wrap{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 10px;
}
.custom-field-table-wrap table{
    width: 700px;
}
}