/** Shopify CDN: Minification failed

Line 249:30 Unexpected "#"

**/
/* PRODUCTS */

.product .shopify-product-form .button--add-to-cart.disabled {
	display: none;
}

.product-block--variant-description {
	margin-top: 0.5em;
}

.variant-description-text {
	font-weight: 700;
}

/* DYNAMIC CHECKOUT BUTTON */
.shopify-payment-button__button, .ajax-submit {
	text-transform: uppercase !important;
}
/* END OF DYNAMIC CHECKOUT BUTTON */

/* ADD TO CART WHEN DYNAMIC CHECKOUT BUTTON DISABLED */
.smart-payment-button--false .purchase-details {
	flex-direction: column;
}

.smart-payment-button--false .purchase-details .purchase-details__spb--false {
	width: calc(50% - 12px);
}

@media only screen and (max-width: 480px){
	.smart-payment-button--false .purchase-details .purchase-details__spb--false {
		width: 100%;
	}
}
/* END OF ADD TO CART WHEN DYNAMIC CHECKOUT BUTTON DISABLED */

.plyr--video .plyr__control--overlaid {
	background-color: var(--light-blue);
	width: 60px;
    height: 60px;
    border-radius: 50%;
    color: black;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.plyr--video .plyr__control--overlaid svg {
	left: 2px;
}

.product .page-navigation-arrows {
	display: none;
}

.product-gallery__main {
	padding: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #D3D3D3;
	border-radius: 16px;
}
/*.product-gallery__image {
	padding: 25px;
	border: solid 1px var(--shopify-editor-setting-border_color);
	border-radius: 16px;
}*/
.product__information .price-ui {
	row-gap: 0;
	margin: 0.75em auto;
}
.label, .selector-wrapper label{
	color: #255095;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.3rem;
}
/* END OF PRODUCTS */

/* PRODUCT */
.product_section {
	align-items: flex-start;
}
.product__information {
	position: sticky;
	top: 112px;
}
/* END OF PRODUCT */

.shopify-product-form .input, .shopify-product-form .select select, .shopify-product-form .quantity-wrapper {
	background-color: #F7F7F7;
	/*border-radius: 4px !important;*/
}

@media only screen and (max-width: 798px){
	.product__images {
	    margin-bottom: 20px;
	}
}

/* OPTIONS */
.selector-wrapper .select, .selector-wrapper .single-option-selector {
	width: 100%;
}


/* QUANTITY */
.product-quantity-box.purchase-details__quantity {
	margin-right: 0;
	margin-top: 6px;
}

.quantity-element.button, .quantity-element.button[disabled] {
	background-color: transparent !important;
}

.quantity-element.button .icon {
	fill: #363636;
}

.quantity-element.button:hover .icon {
	fill: black;
}


/* SUBMIT */
.purchase-details .purchase-details__spb--true .action_button.action_button--primary {
	flex: 1 0 calc(50% - 12px);
    margin: 0 6px 0 0;
    max-width: calc(50% - 12px);
    text-transform: uppercase;
}

.purchase-details .purchase-details__spb--true .action_button.action_button--primary span.text {
	padding-top: 2px;
}

@media only screen and (max-width: 798px){
	.purchase-details .purchase-details__spb--true .action_button.action_button--primary {
	    flex: 1 0 100%;
	    margin-right: 0;
	    margin-top: 0;
	    margin-bottom: 12px;
	    max-width: 100%;
	}
}

/* SOCIAL ICONS */
.product__information .social_yellows .icon {
	background: var(--blue);
	color: white;
}

.product__information .social_yellows .icon:hover {
	background: var(--light-blue);
	color: white;
}

.purchase-details__buttons {
	justify-content: space-between;
}

.product__information .social-share-buttons {
	justify-content: center;
}

@media all and (max-width: 799px){
	.product__information .social-share-buttons {
		padding-left: 10%;
    padding-right: 10%;
	}
}
/* END OF SOCIAL ICONS */

/* TABS */
.product-tabs-container .tabs li {
	min-width: 93px;
}
/*.product-tabs-container .tabs-content > li {
	display: none !important;
}
.product-tabs-container .tabs-content > li.is-active {
	display: block !important;
}*/
.product-tabs-container .tabs-content strong {
	color: var(--dark-blue);
}
.product-tabs-container .tabs-content h3, .product-tabs-container .tabs-content h4 {
	margin-bottom: 0.25em;
}
.product-tabs-container .tabs li a {
	font-size: 20px;
	padding: 0.5em 2em !important;
	line-height: 1.5em;
}
@media all and (max-width:799px){
	.product-tabs-container .tabs li a {
		font-size: 16px;
	}
}
@media all and (max-width:600px){
	.product-tabs-container .tabs li a {
		font-size: 14px !important;
	}
}
@media all and (max-width:479px){
	.product-tabs-container .tabs li a {
		font-size: 12px !important;
	}
}
@media all and (max-width:379px){
	.product-tabs-container .tabs li a {
		font-size: 9px !important;
	}
}


/* TABLES */
.product-tabs-container table td {
	background: none !important;
	padding: 5px;
}

.product-tabs-container table {
	table-layout: fixed;
}

.product-tabs-container th:first-child,
.product-tabs-container td:first-child {
  min-width: 100px;
  word-wrap: break-word;
}

#tab-description ul {
	list-style: disc;
  padding-inline-start: 20px;
  margin-bottom: 1em;
}

@media screen and (max-width: 600px) {
  .product-tabs-container table {
    font-size: 10px;
  }
  .product-tabs-container th, #.product-tabs-container td {
    width: 100%;
    /*text-align: center;*/
    /*display: block;*/
  }
  .product-tabs-container th {
    margin-bottom: 0.5em;
  }
  .product-tabs-container td {
    padding: 5px;
  }
}

@media screen and (max-width: 479px) {
  .product-tabs-container table {
    font-size: 8px;
  }
}


/* END OF TABS */

/* ADDONS */
.addon-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.addon-container .addon-switch-label {
  margin-left: 0.5em;
}

.addon-container .addon-switch-text {
  margin-right: 0.25em;
}

.addon-container .addon-product-title {
  margin-right: 0.25em;
}

.addon-container .addon-switch-price {
  font-weight: 700;
}

/*.addon-container .switch {
  
  display: block;
}*/

label[for="addon-switch"] {
	display: flex;
	align-items: center;
}

.addon-switch-container {
	position: relative;
	height: 100%;
	width: 60px;
	height: 34px;
	margin-right: 10px;
}

.addon-container .switch-slider {
	width: 100%;
	height: 100%;
}

.addon-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.addon-container .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.addon-container .switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.addon-container input:checked + .switch-slider {
  background-color: #255095;
}

.addon-container input:focus + .switch-slider {
  box-shadow: 0 0 1px #255095;
}

.addon-container input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.addon-container .switch-slider.round {
  border-radius: 34px;
}

.addon-container .switch-slider.round:before {
  border-radius: 50%;
}
/* END OF ADDONS */

.product .cart-warning {
	margin-top: 15px;
}