/** Shopify CDN: Minification failed

Line 319:2 Expected "}" to go with "{"

**/
.ec-footer {
    display: flex;
    justify-content: center;
}
.ec-footer__row {
    display: flex;
    justify-content: center;
    align-items: center;
  	list-style: none!important;
}
.ec-footer__cell {
    padding-left: 50px;
}
span.svg-icon {
    padding-right: 10px;
}
.break-line{
    width: 100%;
    margin-top: 40px;
    border: 1px white solid;
}
.home-welcome{
  	text-align:center;
}
.home-welcome h2{
    margin-bottom: 0!important;
  	
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 32px;
}
.line-heading{
  	position:relative;
}
.line-heading:before {
    content: '';
    position: absolute;
    width: 100px;
    background: #ffffff;
    height: 1px;
    left: -115px;
    bottom: 0;
    top: 8px;
}
.line-heading:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #ffffff;
    height: 1px;
    left: 106%;
    bottom: 0;
    top: 8px;
}
.rte a:not(.btn) {
    border-bottom: none!important;
}
.product-single {
    margin-top: 7%!important;
}
.site-header__mobile-nav{
  	padding: 0 70px!important;
}
.h1, h1 {
    font-size: 40px!important;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500!impotant;
}
/* video background */
.video-banner{
	position: relative;
  	margin-top: -56px!important;
}
#myVideo {
	position: relative;
    right: 0;
    bottom: 0;
    object-fit: cover;
    min-width: 100%;
    height: 580px;
}

.content {
  	position: absolute;
    bottom: 5%;
    color: #f1f1f1;
    width: 100%;
    padding: 168px;
}


/*  end video background*/

/* image gallery */
.img-position{
  position: relative;
}
.modal-backdrop {
    position: absolute!important;
}
.modal-open {
    overflow: auto!important;
}
#gallery{
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
#gallery-event{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
#gallery-corporate{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:600px){
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
}
#gallery img{
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gallery-event img{
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gallery-corporate img{
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-img,.model-vid{
  width:100%;
  height:auto;
}
.modal-body{
  padding:0px;
}
/* end image gallery */

blockquote {
  border-left: none!important;
}
.price {
    align-items: center!important;
}
.product-card {
    text-align: center!important;
}
.quote-profile{
  border-radius:50%;
  height: 70px;
}
nav#AccessibleNav {
    width: 100%;
}
#shop-collection{
  	margin-top: 7%;
}
.contact-flex{
  	display: flex;
  	padding-bottom: 30px;
}
.contact-info{
  	padding-left: 20px;
}
select#BlogTagFilter {
    width: 100%!important;
}
.extra-bottom{
  margin-bottom: 5%;
}
.cart-header {
    margin-top: 7%;
}


/* 17-mar-2023 */

.custom_form_product textarea,
.custom_form_product input {
    width: 100%;
}

.product-form__controls-group > div {
    padding: 0;
}

.product-form__controls-group {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.product-form.product-form-product-template label {
    font-size: 15px;
    font-weight: 400;
}

.field_form_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top:10px;
}

p.line-item-property__field.checkbox_term_field input {
    width: unset;
    margin-top: 0;
    margin-right: 10px;
    height: 20px !important;
}

p.line-item-property__field.checkbox_term_field input {
    width: unset;
    margin-top: 0;
    margin-right: 10px;
    min-height: unset !important;
}
p.line-item-property__field.checkbox_term_field {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
  margin-top: 10px;
}

.product-form__controls-group.quantity,
.product-form__controls-group.product-form__controls-group--submit{
    grid-template-columns: repeat(1, 1fr);
}

button.btn.product-form__cart-submit[disabled="disabled"] {
    color: #fff !important;
    cursor: not-allowed;
}

label[for="terms-conditions"] a {
    text-decoration: underline;
}

button.btn.product-form__cart-submit[disabled] {
    cursor: not-allowed;
}

button.btn.product-form__cart-submit[disabled]:hover {
    color: #fff !important;
}

p.line-item-property__field label span {
    color: red;
    font-size: 28px;
    position: absolute;
    top: -8px;
}

p.line-item-property__field label {
    position: relative;

  