/* hide the 2sxc content pane controls and get on with it */

.header-x .btn-primary {
    outline: 1px solid #fff !important;
}

.footer-bottom-2023 nav:not(.social) ul {
display: grid;
gap: 5px;
}


.c-form.container {
    width: 100% !important;
}


.c-form select.form-select {
   --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  display: block !important;
  width: 100% !important;
      height: 40px !important;
    padding: 6px 12px !important;
    font-size: 17px !important;
    border-radius: 4px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--bs-body-color) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: white !important;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  border: 1px solid #8c6e54 !important;
    outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

#dnn_ctr502_View_pnlOrderForm .form-group:nth-of-type(11) {
    display: none !important
}

.sc-content-block-menu.sc-content-block-quick-insert {
	display: none !important;
	visibility: hidden !important;
}
/* add to cart button */

a#dnn_ctr502_View_lnkViewCart.btn.btn-primary {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #bfa530 !important;
	z-index: 9;
	border: 2px solid #fff !important;
	font-family: 'Chelsea Market',cursive;
	line-height: 60px;
	font-size: 18px;
	padding: 0 15px;
	border-radius: 6px;
}
a#dnn_ctr502_View_lnkViewCart.btn.btn-primary:hover {
	background: #dbbd35 !important;
}

a#dnn_ctr502_View_lnkViewCart:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f07a";
	margin-right: 10px;
}
	

.document-links-on-listing {
	padding: 30px;
	padding-top: 0;
}

.featured-item .caption h3 {
	line-height: 1.4em;
	margin-bottom: 15px !important;
}

.featured-item {
	    background-color: #648d3d;
    border: 1px solid #d0b500;
}

.featured-item a {
	position: relative;
    display: block;
    border: none !important;
}

.featured-item a.article-link-button {
	display: inline-flex !important;
	width: auto;
	align-items: center;
	border: 2px solid #fff !important;
}







