/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2020 | 04:11:30 */
#header > div, fixed-header #header > div {
  background-color: #fff !important;
}

.red {
  color: #d92830
}

.banner-amount p {
  color: #d92830;
  font-size: 3em;
  font-weight: 700;
  margin: 0 !important;
  line-height: 1em;
}

.page-top .yoast-breadcrumbs a, .page-top .breadcrumbs-wrap a, .page-top .product-nav .product-link {
  color: #d92830;
}

.contact-fields {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  margin: 10px 0 0 0 !important;
  background-color: #f8f8f8 !important;
}

.wpcf7-form-control-wrap:first-child .contact-fields { margin-top: 0 !important; }

.wpcf7-form-control.wpcf7-submit.contact-button {
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #d92830;
  margin: 10px 0 0 0 !important;
}

.resp-tabs-list,
.resp-tabs-container,
.product_meta .sku_wrapper{
  display: none !important;
}

.related.products {
  display: block
}

.main-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

/** Revisions **/

.cart-v2 .card-title {
  text-transform: uppercase
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a, .product-summary-wrap .yith-wcwl-add-to-wishlist a:hover, .product-summary-wrap .yith-wcwl-add-to-wishlist span {
  margin-right: 10px;
}

/** woocommerce **/
ul.products li.product-col {
  margin-bottom: 30px !important
}

.p-events-none, ul.products li.product .product-image a, ul.products li.product .product-loop-title {
  cursor: pointer !important
}

.add-links-wrap {
  display: none
}

ul.products li.product-col .woocommerce-loop-product__title {
  font-size: 1.5em;
}

/** make the option value in red **/
select#pa_acrylic-sneeze-guard-sizes option:nth-child(3), select#pa_acrylic-sneeze-guard-sizes option:nth-child(6),
select#pa_acrylic-sneeze-guard-sizes option:nth-child(9),select#pa_acrylic-sneeze-guard-sizes option:nth-child(10) {
  /* background: #d92931 !important;
  -webkit-background-color: #d92931 !important;
  -webkit-appearance: none;
  color: white; */
}

/** rows in crimson bg **/
tr.row-crimson td {
  background: crimson;
  color: white
}

/** remove some logos in checkout **/
.stripe-diners-icon,.stripe-jcb-icon, .stripe-amex-icon, .stripe-discover-icon {
  display: none
}

/** make active bg color in red in tier price plugin **/
.price-rule-active td {
  background-color: #d92931 !important
}
    
/* click here to send an inquiry and view all products buttons sa products **/

.single_add_to_cart_button {
  width: 200px;
  margin: 0 auto
}




div#btn-holder {
  display:block;
  margin-left: 110px;
  margin-top: 10px;
  text-align: center
}


div#btn-holder a {
  background:#fff ;
  border: 2px solid #e7e7e7;
  border-radius: 24px;
  color: #222529;
  display: inline-table;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  width: 200px;
}

div#btn-holder a:hover {
  background: #e33;
  border: 2px solid #e33;
  color: white;
  text-decoration: none;
}

.button-sai {
  margin: 0;
  color: #fff;
}

.button-vap {
  overflow: hidden;
  text-overflow: ellipsis
}

/** para sa buwiset na after: line sa home page h2 **/ 
.for-mobile-only-h2 {
  display: none
}

.for-desktop-only-h2 {
  display:block
}

/** align center daw sabi ni DG **/
@media (max-width: 575px) {
.product-summary-wrap .single_add_to_cart_button {
 	margin: 0 auto !important
	}
}


@media screen and (max-width: 480px) {
	div#btn-holder {
		margin-left: 110px
  }
  
  /** para sa buwiset na after: line sa home page h2 **/
  
  .for-mobile-only-h2 
  {
    display: block;
  }
  
  .for-desktop-only-h2 
  {
    display: none;
  }

  
}

@media screen and (max-width: 350px) {
	div#btn-holder {
		margin-left: 0px
  }
}