#site-footer .mc4wp-form-fields .input-field + br {
    display: none;
}
.post-type-archive-product .page-title {
   display: none !important;
}
.term-1429 .page-title {
   display: none !important;
}
.term-1429 .page-title {
   display: none !important;
}
.term-1428 .page-title {
   display: none !important;
}
.term-1374 .page-title {
   display: none !important;
}
.term-1424 .page-title {
   display: none !important;
}
.term-1425 .page-title {
   display: none !important;
}
.term-1432 .page-title {
   display: none !important;
}
.term-1453 .page-title {
   display: none !important;
}
.term-1372 .page-title {
   display: none !important;
}
.term-1440 .page-title {
   display: none !important;
}
.term-1438 .page-title {
   display: none !important;
}
.term-1421 .page-title {
   display: none !important;
}
.term-1422 .page-title {
   display: none !important;
}
.term-1451 .page-title {
   display: none !important;
}
.term-1426 .page-title {
   display: none !important;
}
.term-1420 .page-title {
   display: none !important;
}
.term-1452 .page-title {
   display: none !important;
}
.term-1433 .page-title {
   display: none !important;
}
.term-1430 .page-title {
   display: none !important;
}
.term-1423 .page-title {
   display: none !important;
}
.term-1448 .page-title {
   display: none !important;
}
.term-1373 .page-title {
   display: none !important;
}
.term-1413 .page-title {
   display: none !important;
}
.term-1431 .page-title {
   display: none !important;
}
.term-1442 .page-title {
   display: none !important;
}
.term-1443 .page-title {
   display: none !important;
}
.term-1445 .page-title {
   display: none !important;
}
.term-1439 .page-title {
   display: none !important;
}

.term-1457 .page-title {
   display: none !important;
}

.term-1458 .page-title {
   display: none !important;
}

.term-1446 .page-title {
   display: none !important;
}

.term-1465 .page-title {
   display: none !important;
}
/*hide title on blog page*/
.blog .title-inside .page-title {
  display: none !important;
}

.category-1456 .page-title {
   display: none !important;
}
.category-1455 .page-title {
   display: none !important;
}
/* set min height to footer newsletter widget */
#text-6 {
    min-height: 156px;
}
/* get rid of phone num field in checkout */

/* tables */
#tab-size_chart td {
    padding: 10px;
}

#tab-size_chart td strong {
    padding-right: 26px;
}

/* 
 * Custom AJAX spinner on WooCommerce checkout 
 * The class used to load the overlay is .blockUI .blockOverlay
 * The class used to load the spinner is .woocommerce .loader:before
 *
 */
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('https://nanothings.store/wp-content/uploads/2018/05/giphy1.gif') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

/*makes footer copyright in one line*/
.copyright.col-sm-6 {width: 100%;}