<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS for products. */

.product-return-link {
	text-align: right;
	border-top:solid 1px #ccc;
	margin-top: 20px;
}

.products-related table tr td img { margin-right: 5px;

}

.no-products {
	text-align: center;
}

.cm-product-form {
}

.cm-product-details-form {
}

.cm-product-cell-form {
}

.cm-product-large-cell-form {
}
.product-description .product-main p{font-size: 15px;}
.product-main{ padding-right: 30px;}
.product-right{-webkit-box-shadow: 0 4px 6px #aaa; -ms-box-shadow: 0 4px 6px #aaa; box-shadow: 0 4px 6px #aaa; margin-bottom: 20px;}
.product-right img{width:100%; display: block;border-bottom: solid 1px #ccc;margin-bottom: 15px;}
.product-right p{font-size: 15px; padding-left: 10px; padding-right: 10px;}
.instructor{padding-left: 15px;}
table.table-product-with-images {
	border:0px;
	padding:0px;
	border-spacing:0px;
	width:100%;
}

table.table-product-with-images td {
	vertical-align: top;
}

table.table-product-with-images td.image-cell{
	margin: auto;
	text-align:center;
	padding-right: 8px;
	width:10%;
}

table.table-product-with-images td.product-cell{
	margin: auto;
	text-align:left;
}

div.product-description p {
	margin-top:0px;
}
.products-related table td{display:inline-block; width:25% !important;}
.products-related table td img{width:100%; height: auto; display: block; border:solid 10px #fff;}

table.product-store-managed {
	padding-top:10px;
	border-spacing:0px;
	width:100%;
}

.product-store-managed input {
	vertical-align: middle;
}

.product-store-managed td {
	vertical-align: top;
	padding-top: 10px;
	padding-right:10px;
	padding-bottom:10px;
}
.table-products-list{width:100%;}
.product-store-managed .product-price{}
.product-details-quantity-container{ margin-bottom: 15px;}
.product-details-quantity-container input[type="text"]{padding: 3px;}
.product-details-order-button-container{}
.table-products-list-add-multiple{width:100% !important; max-width: none; margin-bottom: 10px; background-color: #333;}
/*.table-products-list .table-products-list-row{display:inline-block; width:23%; margin-left: 10px; margin-right: 10px; margin-bottom: 20px;-webkit-box-shadow: 0 4px 6px #aaa; -ms-box-shadow: 0 4px 6px #aaa; box-shadow: 0 4px 6px #aaa; vertical-align: top;}*/
.table-products-list .product-list-cell-thumbnail{display: block; width:100%;}
.table-products-list .product-list-cell-thumbnail img{width: 100%;height: 120px;object-fit: cover;}
.table-products-list .product-list-cell-info-description{display: block; width:100%;}
.productlist-product-title{padding:10px; min-height: 50px;}
.productlist-product-description{padding:10px;min-height: 130px; font-size: 14px;border-bottom: 1px solid #eee;}
/*.table-products-list .product-list-cell-date{display:inline-block; width:58%; float: left; font-size: 14px; padding: 10px;}
.table-products-list .product-list-cell-location{display:inline-block;font-size: 14px; padding: 10px;}
.table-products-list .product-list-cell-location{display:inline-block; width:50%;}
.table-products-list .product-list-cell-type{display:inline-block; width:50%;}
.table-products-list .product-list-cell-price{display:inline-block; width:40%; float: right; font-size: 14px; padding: 10px; text-align: right; color:#98700d;}*/
.table-products-list-add-multiple .product-list-heading-cell-checkbox,
.table-products-list-add-multiple .product-list-heading-cell-name, 
.table-products-list-add-multiple .product-list-heading-cell-date, 
.table-products-list-add-multiple .product-list-heading-cell-location, 
.table-products-list-add-multiple .product-list-heading-cell-type, 
.table-products-list-add-multiple .product-list-heading-cell-inventory,
.table-products-list-add-multiple .product-list-heading-cell-price{vertical-align: middle;
	text-align: left;
	padding: 10px;
	background-color: #fff;
	color:#333;
	border-bottom:solid 2px #fff;}
.table-products-list-add-multiple .product-list-cell-new,
.table-products-list-add-multiple .product-list-cell-checkbox,
.table-products-list-add-multiple .product-list-cell-name,
.table-products-list-add-multiple .product-list-cell-category,
.table-products-list-add-multiple .product-list-cell-type,
.table-products-list-add-multiple .product-list-cell-location,
.table-products-list-add-multiple .product-list-cell-date,
.table-products-list-add-multiple .product-list-cell-inventory,
.table-products-list-add-multiple .product-list-cell-price,
.table-products-list-add-multiple .product-list-cell-add-to-cart
{
	vertical-align: middle;
	text-align: left;
	padding: 10px;
	color:#fff;
	border-bottom:solid 2px #fff;
}
.table-products-list-add-multiple .product-list-cell-checkbox{width:10%;}
.table-products-list-add-multiple .product-list-cell-add-to-cart
{
	vertical-align: middle;
	text-align: right;
	padding: 10px;
}
/*.table-products-list-add-multiple .product-list-cell-add-to-cart .orderbutton, .formbutton{background-color: #98700d;
border-color: #98700d;
color: #fff;
border-width: 2px;
border-style: solid;
border-radius: 0.5rem;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.02rem;
margin: 0;
min-height: -webkit-calc(2rem + 2px);
min-height: calc(2rem + 2px);
outline: none;
padding: 1rem 2rem;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
white-space: nowrap;
width: auto;}*/
.table-products-list-add-multiple .product-list-cell-add-to-cart .orderbutton:hover{background-color: #98700d; border:solid 2px #98700d;}
.table-products-list-add-multiple .product-list-cell-add-to-cart .formbutton:hover{background-color: #98700d; border:solid 2px #98700d;}
p.product-list-new-text {
	color: #948A54;
	margin:0;
}

div.product-details-name {
	margin-bottom: 10px;
}

div.product-details-name h1 {
	margin: 0;
	font-size: 32px;
}

div.product-details-name &gt; p {
	margin: 0;
	font-size: 8px;
}

div.cm-realex {
	padding-top: 30px;
}

.cm-realex table {
	margin-left: auto;
	margin-right: auto;
}

.product-no-products,
.catalog-no-products {
	text-align: left;
}

.page-products-list input[type="submit"]{background-color: #98700d;
border-color: #98700d;
color: #fff;
border-width: 2px;
border-style: solid;
border-radius: 0.5rem;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.02rem;
margin: 0;
min-height: -webkit-calc(2rem + 2px);
min-height: calc(2rem + 2px);
outline: none;
padding: 1rem 2rem;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
white-space: nowrap;
width: auto;}

@media screen and (max-width: 1200px) {
.product-details-quantity-container{margin-bottom: 10px; display:block; width:100%;}
.product-details-order-button-container{display:block; width:100%;}
}

@media screen and (max-width: 767px) {
/*.table-products-list .table-products-list-row{display:inline-block; width:47%; margin-left: 5px; margin-right: 5px; margin-bottom: 10px;-webkit-box-shadow: 0 4px 6px #aaa; -ms-box-shadow: 0 4px 6px #aaa; box-shadow: 0 4px 6px #aaa;}*/
	.product-description{ display: block; width:100%; float:none;}
	table.product-store-managed {
	width:100%;
	padding: 15px;
	display: inline-block;
	float: none;
	margin-top: 20px;
		-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
	-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
	.cm-product-list-add-to-waiting-list{    display: block;
    width: 100%;
    float: none;
    text-align: left;}
}
@media screen and (max-width: 550px) {
	.table-products-list-add-multiple{width:100% !important; max-width: none; margin-bottom: 10px; border:0px;}
	/*.table-products-list .table-products-list-row{display:block; width:100%; margin-left: 0px; margin-right: 0px; margin-bottom: 10px;-webkit-box-shadow: 0 4px 6px #aaa; -ms-box-shadow: 0 4px 6px #aaa; box-shadow: 0 4px 6px #aaa;}*/
	.table-products-list .product-list-cell-thumbnail{display: block; width:100%;}
	.table-products-list .product-list-cell-thumbnail img{width:100%; height: auto;}
/*td.product-list-heading-cell-new,
td.product-list-heading-cell-checkbox,
td.product-list-heading-cell-name,
td.product-list-heading-cell-category,
td.product-list-heading-cell-price,
td.product-list-heading-cell-type,
	td.product-list-cell-add-to-cart-heading{display: none;}*/
	/*td.product-list-cell-new,
td.product-list-cell-checkbox,
td.product-list-cell-name,
td.product-list-cell-category,
td.product-list-cell-price,
td.product-list-cell-type,
td.product-list-cell-date,
td.product-list-cell-add-to-cart
{
	vertical-align: middle;
	text-align: left;
	padding: 10px;
	border-bottom:0px;
	display:block;
	width:100%;
	float: none;
}*/
	
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  transition: background ease 0.2s;
	border-left:solid 1px #efefef;
	border-top:solid 1px #efefef;
	border-right:solid 1px #efefef;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #efefef;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background: #efefef;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
</pre></body></html>