/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-header-landmark h1.h-landmark {
  letter-spacing: -0.075em !important;
}

/* #customer_details {
  display: none;
} */

.bsq_main_add_to_cart {
  /* background-color: #53739A !important; */
  background-color: #00335B !important;
  color: white !important;
  border-radius: 5px !important;
  /* margin-top: 20px;  */
  border: none !important;
  width: 100px;
  height: 40px;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}

.bsq_main_add_to_cart:hover {
  background-color: white !important;
  color: black !important;
}

.bsq_order_form_header {
  text-align: center;
  color: rgb(14,77,146);
}

/* @media (max-width: 480px) {
  .x-container.offset {
    margin: 2em 0px;
  }
} */

.table-condensed a {
  color: #0000EE;
}

.blue a {
  color: #0000EE;
}

.table-container
	{
		width: 100%;
		overflow-y: auto;
		_overflow: auto;
		margin: 0 0 1em;
	}
	
	.table-container::-webkit-scrollbar
	{
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
	}
	
	.table-container::-webkit-scrollbar-thumb
	{
		border-radius: 8px;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, .3);
  }
  
  @media (min-width: 480px) {
    .bsq-container {
      padding-left: 60px;
      padding-right: 60px;
    }
  }

.single_add_to_cart_button {
  /* background-color: #53739A !important; */
  background-color: #00335B !important;
  color: white !important;
  border-radius: 5px !important;
  border: none !important;
  width: 100px;
  height: 40px;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}

.single_add_to_cart_button:hover {
  background-color: white !important;
  color: black !important;
}

.bsq-donate-amount {
  font-size: 30px;
  /* color: #53739A; */
  color: #00335B;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

.bsq-section-header h1 {
  color: black !important; 
  font-size: 2.0em !important; 
  letter-spacing: 0em !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}

.bsq-section-header p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.bsq-section-header {
  border-bottom: 2px solid #dbdbdb !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.bsq-item-row {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bsq-item-row p {
  margin: 5px 0 0 0 !important;
}

.bsq-item-row form {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .bsq-left-p-on-large-screens {
      text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .bsq-border-bottom-on-mobile {
    border-bottom: 1px solid #dbdbdb;
  }
}

.bsq-cart-header {
  margin: 0 calc(0em * -1) 0 0;
  font-family: inherit;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  text-transform: none;
  color: rgba(0,0,0,1);
}

.bsq-cart-header-line {
  width: 100%;
  max-width: none;
  border-top-width: 1px;
  border-style: dotted;
  border-color: rgba(0,0,0,0.5);
  font-size: 1em;
}

.bsq_continue_shopping, .checkout-button {
  /* background-color: #53739A !important; */
  background-color: #00335B !important;
  color: white !important;
  border-radius: 5px !important;
  /* margin-top: 20px;  */
  border: none !important;
  width: 200px;
  height: 40px;
  line-height: 25px;
  font-size: 17px !important;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25) !important;
}

.update-cart {
  border: none !important;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25) !important;
}

.bsq_continue_shopping:hover, .checkout-button:hover, .update-cart:hover, #place_order:hover {
  background-color: white !important;
  color: black !important;
}

#bsq_continue_shopping_id_override:hover {
  background-color: white !important;
  color: black !important;
}

#bsq_hover_override_id_1 {
  background-color: white !important;
  color: black !important;
}

.checkout-button:hover {
  background-color: white !important;
  color: black !important;
}

.bsq_continue_shopping {
  margin-bottom: 40px;
}

.bsq_support_us_in_other_ways h1 {
  color: black !important; 
  font-size: 1.8em !important; 
  letter-spacing: 0em !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}

.bsq_support_us_in_other_ways {
  text-align: center;
}

.bsq_support_us_in_other_ways ul {
  list-style-type: none;
}

div.payment_method_paypalpro > .form-row.validate-required {
  margin-right: 4%;
  float: left;
  width: 48%;
}

#place_order {
  position: absolute;
  bottom: 20px;
  left: 53%;
}

.switcher .option {
  max-height: 90vh !important;
}
