/* Custom CSS for High Point Scientific */


.modal-popup.confirm .modal-inner-wrap {
	max-width: 375px;
    text-align: center;
}


.cart-discount .cart-discount__label {
	text-transform: capitalize;
}


/* Fix for the SearchSpring checked checkboxes and review filter checkboxes positioning*/
#searchspring-sidebar .checkbox--link-checked .checkbox__label:before {
    border: 2px solid #ffffff !important;
    width: 16px !important;
    height: 16px !important;
    outline: 2px solid #232d01 !important;
    left: 2px !important;
    background-color: #232d01 !important;
}

#searchspring-sidebar #reviews_product_score .checkbox__label:before {
    top: 0px !important;
}

/* Updates to the simple bundles in the cart */
.cart-list-item .gift-options-cart-item + .button[aria-label="Edit item parameters"], .cart-list-item .list__value .price, .minicart-product__attributes-list .list__value .price  {
    display: none !important;
}
.cart-list-item .list__label, .minicart-product__attributes-list .list__label {
    font-weight: bold !important;
}
.cart-list-item__primary {
     align-items: start !important;
}
.cart-list-item__image + div {
    padding: 0 16px 8px !important;
}

/* Fix for category description width and padding*/
.catalog-list__category-description {
    max-width: 1328px !important;
    margin: 0 auto !important;
    padding: 72px 10px 16px !important;
}
/* Fix for marketing top bar */
.marketing-bar {
    height: fit-content !important;
    padding: 10px !important;
    text-align: center !important;
}
/* Fix for free gifts notification in the cart */
.ampromo-items-add {
    margin-bottom: -35px !important;
    padding: 15px !important;
    border: 5px solid #ededed !important;
    text-align: center !important;
    margin-top: 26px !important;
	font-size: 22px !important;
	font-weight: bold !important;	
}
.ampromo-items-add>a {
	font-weight: bold !important;
}
/* Updates to the mobile product listing view for mobile only */
@media screen and (max-width: 551px) {
	.catalog-list__products .catalog-list-item {
		display: block !important;
		text-align: center !important;
	}
	.catalog-list__products .catalog-list-item__cart-wrapper, .catalog-list-item__list {
		display: block !important;
		width: 100% !important;
	}
	.catalog-list__products .catalog-list-item__image {
		width: 180px !important;
		height: auto !important;
		margin: auto !important;
		margin-bottom: -12px !important;
	}
	.catalog-list__products .catalog-list-item__list ul {
		padding-inline-start: 0px !important;
		margin: 5px auto !important;
	}
	.catalog-list__products .catalog-list-item__name, .catalog-list-item__rating, .catalog-list-item__sku {
		margin: 0 auto 8px !important;
	}
	.catalog-list__products .catalog-list-item__shipping {
		display: inline-block !important;
	}
	.catalog-list__products .catalog-list-item__cart-wrapper .price {
		display: inline-block !important;
		vertical-align: middle !important;
		font-size: 30px !important;
	}
	.catalog-list__products .catalog-list-item__installment-form, .catalog-list-item__stock, .price {
		display: block !important;
		margin: auto !important;
	}
	.catalog-list__products .catalog-list-item__stock {
		margin-bottom: 18px !important;
		margin-top: 18px !important;
		font-family: Oswald,sans-serif !important;
		background-color: transparent !important;
		font-weight: normal !important;
		font-size: 18px !important;
		text-transform: capitalize !important;
		color: #ff5722 !important;
	}
	.catalog-list__products .catalog-list-item__cart-button .button__text {
		display: unset !important;
	}
	.catalog-list__products .catalog-list-item__cart-button .icon {
		display: none !important;
	}
	.catalog-list__products .catalog-list-item__shipping {
		display: block !important;
		margin: auto !important;
		text-align: center !important;
		font-family: Oswald,sans-serif !important;
		text-transform: capitalize !important;
		font-size: 18px !important;
		margin-bottom: 5px !important;
		color: #ff5722 !important;
	}
	.catalog-list__products .catalog-list-item__shipping .icon {
		display: inline-block !important;
		vertical-align: top !important;
		margin: auto !important;
		margin-bottom: 0 !important;
		width: 50px !important;
		height: 50px !important;
		margin-top: -13px !important;
		fill: #ff5722 !important;
	}
	.catalog-list__products .catalog-list-item__main {
		flex-basis: unset !important;
		max-width: 100% !important;
	}
	.catalog-list__products .catalog-list-item__cart-button {
		width: fit-content !important;
		margin-left: 0 !important;
	}
	.catalog-list__products .price__value--old {
		font-size: 26px !important;
	}
	.catalog-list__products .price__value--special {
		font-size: 32px !important;
		color: #5e7410 !important;
	}
	.catalog-list__products .catalog-list-item__name {
		font-size: 20px !important;
	}
	.catalog-list__products .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star {
		font-size: 24px !important;
	}
	.catalog-list__products .catalog-list-item__sku, .catalog-list-item__list {
		font-size: 14px !important;
	}
	html body .acsb-trigger {
		background-color: #5e7410 !important;
		bottom: 18px !important;
	}
	.zopim {
		bottom: 20px !important;
	}
}

/* This CSS existed in the HTML head before KG - Looks like it affects the cart and the PDP*/
.checkout-cart-index .error-msg {
	display: none !important;
}
.oneday {
	display: none !important;
}
.header-banner {
	width: 1px !important;
	overflow: visible !important;
}

#payment_form_gene_braintree_creditcard > #credit-card-form > .credit-card-loading {
	display:none !important;
}

.contact-bar__item--contact{
	display:none !important;
}
.product-view__title-wrapper {
	order: 0 !important;
}

@media (max-width: 903px){
	.product-view__gallery {
		margin-bottom: 15px !important;
	}
	.product-view__title {
		font-size: 18px !important;
	}
}
/* Fix for product description styling*/
.video-container-outer {
  width: 80% !important;
  margin: auto !important;
  margin-bottom: 25px !important;
}
.video-container {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding-top: 56.25% !important; 
}
.responsive-iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.product-view__tabs .description h2, .product-view__tabs .description h3 {
    text-align: center !important;
}

.product-view__tabs .description p {
    margin-bottom: 20px !important;
    color: black !important;
}

.product-view__tabs .description ul, .product-view__tabs .description li, .product-view__tabs .description ul li {
    color: black !important;
}

.subhead-p {
    text-align: left !important;
}
.hero-img-container {
    text-align: center !important;
    margin-bottom: 35px !important;
}
.hero-img-container.one-hero .hero-img {
    display: inline-block !important;
    min-width: 350px !important;
    max-width: 550px !important;
    width: 80% !important;
    vertical-align: top !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.hero-img-container.two-heros .hero-img {
    display: inline-block !important;
    min-width: 350px !important;
    width: 45% !important;
    vertical-align: top !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.hero-img-container.three-heros .hero-img {
    display: inline-block !important;
    min-width: 300px !important;
    width: 31% !important;
    vertical-align: top !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.prod-img-container-outer {
    border-top: 1px solid lightgray !important;
    padding: 25px 0px !important;
    text-align: center !important;
}
.prod-img-container-outer p {
    display: inline-block !important;
    min-width: 300px !important;
    width: 74% !important;
    vertical-align: top !important;
    padding: 0 15px !important;
    text-align: left !important;	
}
.prod-img-container img, .hero-img img {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}
.prod-img-container {
    display: inline-block !important;
    min-width: 250px !important;
    width: 20% !important;
    vertical-align: top !important;	
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.video-container-outer p {
    text-align: center !important;
}
.prodimgpopup-modal {
  display: none; 
  position: fixed !important;
  z-index: 1 !important;
  padding-top: 80px !important; 
  left: 0 !important;
  top: 0 !important;
  width: 100% !important; 
  height: 100% !important; 
  overflow: auto !important;
  background-color: rgb(0,0,0) !important; 
  background-color: rgba(0,0,0,0.8) !important; 
}

.prodimgpopup-modal-content {
  margin: auto !important;
  display: block !important;
  width: auto !important;
  max-height: 90% !important;
  z-index: 1 !important;
}

.prodimgpopup-modal-content {  
  -webkit-animation-name: zoom !important;
  -webkit-animation-duration: 0.6s !important;
  animation-name: zoom !important;
  animation-duration: 0.6s !important;
}

.prodimgpopup-modal img {
    margin: 15px auto !important;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.prodimgpopup-close {
  position: absolute !important;
  top: 15px !important;
  right: 35px !important;
  color: #f1f1f1 !important;
  font-size: 40px !important;
  font-weight: bold !important;
  transition: 0.3s !important;
}

.prodimgpopup-close:hover,
.prodimgpopup-close:focus {
  color: #bbb !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

@media only screen and (max-width: 700px){
  .prodimgpopup-modal-content {
    width: 100% !important;
  }
}
.prodimgpopupbutton {
  font-size: 12px !important;
  cursor: pointer !important;
  display: block !important;
  margin: auto !important;
  text-align: center !important;
}
.prodhoverimg {
  cursor: zoom-in !important;
}
#prodimgpopup-bg {  
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  z-index: -1 !important;
}
@media screen and (max-width: 700px){
  .prodimgpopup{
    width: 95% !important;
  }
}

/* Fix for order attribuite styling*/
.order-attributes .select__field--native {
    max-width: 287px !important;
}
.order-attributes .select__field--native:before {
    content: "" !important;
    position: absolute !important;
    right: 10px !important;
    top: 8px !important;
    width: 0 !important; 
    height: 0 !important; 
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #f00 !important;
    display: block !important;
}

.order-attributes .select__field--native:after {
    content: "" !important;
    position: absolute !important;
    right: 10px !important;
    top: 3px !important;
    width: 0 !important; 
    height: 0 !important; 
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #333 !important;
    display: block !important;
}
.price__value--special ins {
    text-decoration: auto !important;
}

/* Fix for gift card styling*/
@media screen and (max-width: 550px){
.amcard-field-container .radio__icon {
     margin-right: 1px !important;
}
}
@media screen and (max-width: 1100px){
.product-view--amgiftcard .fotorama__stage__shaft {
    max-width: 450px !important;
}
}

/* Fix for bundle special pricing*/
.price__value--old .price-wrapper, .price__value--old .price {
 color: #70787a !important;
}
.price__value--old .price-wrapper, .price__value--old .price {
 color: #70787a !important;
}
.price-container.price-final_price.tax.weee {
 float: right !important;
}
.price__value--old .price-container.price-final_price.tax.weee {
 float: none !important;
}

/* Fix for checkout styling*/
.page-layout-checkout .page-main .action.primary {
border-radius: 0 !important;
color: #ffffff !important;
text-transform: uppercase !important;
font-family: Lato,sans-serif !important;
}
[class='payment-group']:nth-last-of-type(1) [class='payment-method']:nth-last-of-type(1), [class='payment-group']:nth-last-of-type(1) [class='payment-method']:nth-last-of-type(2), [class='payment-group']:nth-last-of-type(1) [class='payment-method']:nth-last-of-type(3) {
  display: none !important;
} 
/* Fix for SearchSpring PA feature*/
#searchspring-content .contact-message__heading {
    max-width: 60px !important;
}
/* Fix for gift card image styling*/
.add-to-cart-content__img .product-image-photo, .minicart-product__image .product-image-photo {
  height: 100% !important;
}
.cart-list-item__image .image, .cart-list-item__image img, .cart-list-item__image picture {
    height: auto !important;
    width: 100% !important;
}

/* Hide Google Recaptcha badge #92473 */
.grecaptcha-badge {display: none !important;}











/* MIGRATED FROM MISC SCRIPTS 08/29/22 */

@media (min-width: 551px) {
.product-view__action-elements {
    padding-top: 0 !important;
}
}
.aw-aff__container .notice-message, .aw-aff__wrapper-fieldset .notice-message, .catalog-list__category-review, .paragraph, p {
    color: #000000 !important;
}
.shqsm-main .shpmt-cont .shpmt-items .shp-item .i-c2 ul.i-variant {
    display: none !important;
}

/* Global Sticky Header Styles*/
.header {
    position: sticky !important;
    top: 0px !important;
    background: #ffffff !important;
    z-index: 100 !important;
    border-bottom: 2px solid #eaeaea !important;
}
.contact-bar--secondary {
  opacity: 1 !important;
  transition: margin .5s,opacity .5s !important;
}
.contact-bar--secondary.top-fade {
    margin-bottom: -40px !important;
    opacity: 0 !important;
}


/* Accessory Upsell CSS*/
.bundle-option--accessory-upsell .bundle-option__title, .bundle-option--accessory-upsell .radio__label, .bundle-option--accessory-upsell .radio__handler-price, .bundle-option--accessory-upsell .radio__handler-price .price__value {
    color: black !important;
}
.bundle-option--accessory-upsell {
    margin-bottom: -15px !important;
}
.upsell_option {
    margin-bottom: 10px !important;
}
.upsell_option_checkbox {
   opacity: 1 !important;
   position: unset !important;
   z-index: 1 !important;
   margin-bottom: 0 !important;
   margin-right: 5px !important;
}
.radio__handler-price {
   font-weight: bold !important;
   margin-left: 5px !important;
}
.bundle-option--accessory-upsell .radio__handler-price .price__value {
   font-weight: bold !important;
}
.checkbox_container {
  display: block !important;
  position: relative !important;
  padding-left: 32px !important;
  margin-bottom: 12px !important;
  cursor: pointer !important;
  font-size: 22px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.checkbox_container input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}

.checkbox_checkmark {
  position: absolute !important;
  top: -6px !important;
  left: 0 !important;
  height: 25px !important;
  width: 25px !important;
  background-color: #ffffff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 0 !important;
}

.checkbox_container input:checked ~ .checkbox_checkmark {
  background-color: #5e7410 !important;
}

.checkbox_checkmark:after {
  content: "" !important;
  position: absolute !important;
  display: none !important;
}

.checkbox_container input:checked ~ .checkbox_checkmark:after {
  display: block !important;
}

.checkbox_container .checkbox_checkmark:after {
    left: 8px !important;
    top: 2px !important;
    width: 8px !important;
    height: 16px !important;
    border: solid white !important;
    border-width: 0 4px 4px 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

/* Extend PDP page CSS*/
.product-warranty-offers {
    padding: 0 10px !important;
    border: 1px solid #d8d8d8 !important;
    max-height: 110px !important;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
}
}
@media screen and (min-width: 551px){
    .product-view__action-elements {
        padding-top: 0 !important;
    }
    .product-view__main-actions {
        margin-top: 25px !important;
    }
}
.product-view__qty-label {
    display: none !important;
}

/* PDP Style Updates CSS - General*/
.product-view__stock-status {
    margin-right: 25px !important;
    text-transform: capitalize !important;
    color: #ff5722 !important;
    font-size: 16px !important;
    background: none !important;
    font-family: 'Lato',sans-serif !important;
    cursor: pointer !important;
}
.product-view__stock-shippment-icon {
    height: 40px !important;
    width: 40px !important;
    margin-right: 0 !important;
    fill: #ff5722 !important;
}
.product-view__stock-shippment {
    color: #ff5722 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
}
.product-view__stock {
    margin-bottom: 5px !important;
}
.label, .quantity-update__input, label {
    color: #000000 !important;
}
.product-view__sku, .splitpay-clickable-price {
  display: none !important;
}
.product-view__stock-shippment {
  width: 200px !important;
}
.product-view__stock-status {
  width: 125px !important;
}
.product-view__stock-appt {
  width: 65% !important;
  color: #ff5722 !important;
}
.product-view__stock-appt svg {
  margin-right: 5px !important;
  fill: #ff5722 !important;
  height: 25px !important;
  width: 25px !important;
}
.product-view__stock-appt svg g {
  fill: #ff5722 !important;
}
.breadcrumbs__list {
    display: inline-block !important;
}
.breadcrumbs__item, .breadcrumbs__link {
    align-items: center !important;
    display: inline-block !important;
}
.product-view__breadcrumbs {
    visibility: hidden !important;
    height: 20px !important;
}
.title-wrapper {
    align-items: center !important;
    flex-direction: column !important;
    text-align: center !important;
}
.product-view__title-wrapper {
    margin-bottom: 10px !important;
}
.product-view__price-badge {
    display: none !important;
}
.product-view__wishlist-button .icon {
    height: 18px !important;
}
.product-view__wishlist-button {
    height: 18px !important;
    font-size: 14px !important;
}
.product-view__stock {
    width: 100% !important;
    border-bottom: 1px solid #eaeaea !important;
    margin-bottom: 20px !important;
}


/* PDP Style Updates CSS - Mobile*/
@media (max-width: 551px) {
    .product-view .yotpoBottomLine {
        margin-bottom: 0 !important;
    }
    .product-view__title {
        font-size: 20px !important;
    }
    .product-view__stock {
        width: 100% !important;
        border-bottom: 1px solid #eaeaea !important;
        margin-bottom: 20px !important;
        border-top: 1px solid #eaeaea !important;
        padding: 15px 0 !important;
        margin-top: 15px !important;
    }
    .product-view__gallery {
        margin-bottom: 0 !important;
    }
    .fotorama__arr, .fotorama__thumb__arr {
        background-color: rgba(255,255,255,.1) !important;
    }
}


/* PDP Style Updates CSS - Tablet*/
@media (min-width: 551px) {
    .product-view__gallery {
        width: 90% !important;
    }
    .fotorama__wrap + div {
        width: 100% !important;
        height: 100% !important;
    }
    .product-view__title {
        font-size: 20px !important;
    }
    
}   

/* PDP Style Updates CSS - Tablet Large*/
@media (min-width: 921px) {
    .product-view__title {
        line-height: inherit !important;
    }
    .product-view__gallery {
        width: 95% !important;
    }
    .product-view__title {
        font-size: 20px !important;
    }
}
/* PDP Style Updates CSS - Desktop Medium*/
@media (min-width: 979px) {
    .tab--accordion {
        display: flex !important;
    }
    .tab--accordion .tab__title:nth-last-of-type(1) {
        border-right: 1px solid #d8d8d8 !important;
    }
    .tab__title .tab__icon {
        display: none !important;
    }
    .tab__title-icon, .tab--accordion .tab__title:focus .tab__title-icon, .tab--accordion .tab__title:hover .tab__title-icon {
        border: none !important;
        height: 49px !important;
    }
    .tab--accordion .tab__title--active, .tab--accordion .tab__title:focus, .tab--accordion .tab__title:hover {
        border: 1px solid #5e7410 !important;
    }
    .tab--accordion .tab__title-icon {
        height: 49px !important;
        padding: 5px !important;
        width: 30px !important;
    }
    .tab--accordion .tab__title {
        padding: 0px 10px 0 40px !important;
        justify-content: center !important;
        font-size: 16px !important;
        height: 50px !important;
        border: 1px solid #d8d8d8 !important;
        border-right: none !important;
    }
    .product-view__breadcrumbs {
        display: block !important;
        text-align: center !important;
    }
    .product-view__gallery {
        width: 90% !important;
    }
    .product-view__title-wrapper {
        margin-bottom: 20px !important;
    }
}


/* PDP Style Updates CSS - Desktop Large*/
@media (min-width: 1179px) {
    .tab--accordion .tab__title-icon {
        padding: 15px !important;
        width: 50px !important;
    }
    .tab--accordion .tab__title {
        padding: 0 10px 0 60px !important;
        justify-content: center !important;
        font-size: 16px !important;
        height: 50px !important;
        border: 1px solid #d8d8d8 !important;
        border-right: none !important;
    }
    .product-view__gallery {
        width: 95% !important;
    }
    .product-view__title-wrapper {
        margin-bottom: 10px !important;
    }
}
.prodimgpopup-modal {
    z-index: 1000 !important;
}


/* Cart style to hide bundle component pricing*/
#shq-cart-items>div>.items-in-cart>.minicart-items>.minicart-items-wrapper>.minicart-items>.product-item>.product>.product-item-details>.options>.content>.item-options>.values>.price {display: none;}

/* Cart style for free promo items*/
.ampromo-item-buttons .action {
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
    background-color: #5e7410;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    min-width: 48px;
    outline: none;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out,outline-offset 1ms;
}
.ampromo-title a {
    font-weight: 600;
    text-decoration: none;
}

.ampromo-item .price-new-price {
    color: #e62325;
}

/* PDP Delevery Estimate - Postal Code Modal Styles*/
.catalog-product-view .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    max-width: 475px;
    align-items: center;
    text-align: center;
}
.catalog-product-view .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .label {
	margin-bottom: 5px;
    font-weight: bold;
}
.catalog-product-view .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content {
	padding-bottom: 0;
}

.catalog-product-view .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
	padding-top: 10px;
    border: none;
}
.catalog-product-view .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal__close-button {
	padding: 10px;
}
#et-postcode {
	text-align: center;
	padding: 0 0 0 10px;
}

