.tfc-max-qty-msg{ 
    font-size: 35px; 
    margin-right: 10px;
    font-size: 20px;
}
.tfc-qty-wrapper{
    border: 1px solid #2B5993;
    border-radius: 10px;
    padding: 5px;
    .tfc-qty-action{
        color: #2B5993;
        font-size: 12px;
        cursor: pointer;
    }
    .tfc-qty-val{ font-weight: bold; }
    .tfc-qty-action-prev{ margin-left: 15px; }
    .tfc-qty-action-next{ margin-right: 15px; }
}
.tfc-qty-val{ font-size: 20px; }
.tfc-legal-status-desc{ font-size: 14px; }
.legal-badge-img{ margin-right: 10px; }
.qty-label{
    margin-bottom: 10px;
    font-size: 13px;
}
.tfc-product-price{
    font-size: 30px;
    font-weight: 550;
}

.archive .tfc-product-price {
    font-size: 16px;
}

.sku_wrapper{ display:none !important; }
.detail-label{ display:none !important; }
.product_meta{ 
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
p{ margin-bottom: 0px !important; }
.wp-post-image{ max-height: 500px; max-width: 550px; }
.tfc-var-option{
    padding: 5px 20px;
    border: 1px solid #2B5993;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
}
.tfc-var-option.active{
    border: 3px solid #2B5993 !important;
    font-weight: bold !important;
}
.product_meta .posted_in a:first-child{
    margin-left: 0px !important;
}
.tfc-add-to-basket{ font-size: 20px !important; }
.archive .tfc-add-to-basket { font-size: 16px; }

@keyframes tfcSpin {
  to {
    transform: rotate(360deg);
  }
}
.tfc-btn-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: tfcSpin 0.7s linear infinite;
}
/* tablet view */
@media (max-width: 1024px){
    .tfc-product-scroller__item{ width:300px; }
}
/* mobile view */
@media (max-width: 1024px){
    .tfc-product-basket-actions{ flex-wrap: wrap; }
    .tfc-add-to-basket{ width: 100%; }
    .tfc-qty{ width: 100% !important; }
    .tfc-legal-status-note{ align-items: flex-start !important; }
    .tfc-var-option{ flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; }
}
