.products .product .inner .label-wrap {
  position: absolute;
  left: 22px;
  bottom: 15px;
  z-index: 999;
}
.products .product .inner .label-wrap .label {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  font-size: 11px;
  border-radius: 0;
  font-weight: 700;
}

.products .product .inner .label-wrap .label:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 5px solid #ececec;
    border-left: 5px solid black;
    width: 0;
}

.products .product .inner .label-wrap .label:after {
   content: '';
    position: absolute;
    bottom: 0; left: 0;
    border-top:  5px solid black;
    border-left: 5px solid #ececec;
    width: 0;
}

.no-border-bottom {
	margin-bottom: 15px;
}

@media(max-width:767px){
  .no-border-bottom {
  	margin-bottom: unset;
  }
}

/* Roel LightspeedHQ - 06 Dec 2018 - Remove payment prices - START */
span.gui-payment-method-price.gui-right {
    display: none;
}
/* Roel LightspeedHQ - 06 Dec-2018 - END */

#newsletter-page form .form-inner {
	display: flex;
  margin: -10px;
  flex-wrap: wrap;
}

#newsletter-page form .form-inner .form-col {
	width: 50%;
}

#newsletter-page form .form-inner .submit-wrap {
	width: 100%;
  display: flex;
  flex-direction: column;
}
/* 
#newsletter-page form .form-inner .submit-wrap .btn {
	margin-top: 20px;
} */

#newsletter-page form .form-inner .btn-wrap {
 	display: flex;
  align-items:center;
}

#newsletter-page form .form-inner .btn-wrap .form-message {
	margin-left:20px;
  font-size:15px;
  font-weight:bold;
}

#newsletter-page form .form-inner .btn-wrap .form-message.error {
	color:red;
}
#newsletter-page form .form-inner .btn-wrap .form-message.success {
	color:green;
}

#newsletter-page form .input-col {
	display: flex;
  align-items: flex-start;
  padding: 10px;
}

#newsletter-page form .input-col label.form-label {
	width: 200px;
  margin: 0;
  margin-right: 10px;
}

#newsletter-page form .input-col ul {
	list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

#newsletter-page form .input-col ul li:not(:last-child) {
	margin-right: 30px;
}

#newsletter-page .ui.radio.checkbox input:checked~.box:after,
#newsletter-page .ui.radio.checkbox input:checked~label:after {
	background-color: rgba(0,0,0,.95);
  width: 15px !important;
  height: 15px !important;
  border-radius: 0 !important;
  background: #000 !important;
  top: 0 !important;
  left: 0 !important;
  transform: none;
}

#newsletter-page .standard-input {
	background: #eee;
  border-radius: 0;
  flex-grow: 10;
  max-width: 400px;
}



#newsletter-page .datefield .standard-input {
	background: 0;
  border-bottom: 1px solid #000;
  margin-right: 20px;
  min-width: 130px;
  padding: 0;
}

#newsletter-page .datefield .standard-input:last-child {
	margin-right: 0;
}

#newsletter-page form .input-col.error label.form-label {
	color:red;
}

#newsletter-page select {
  height: 40px;
  border: none;
  background: #eee;
  width: 100%;
  max-width: 400px;
  border-radius: 0 !important;
}

.textpage-content img {
	max-width: 100%;
  height: auto;
}

#newsletter-page .response {
  margin-top: 20px;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#newsletter-page #mce-success-response {
	background: green;
}

#newsletter-page #mce-error-response {
	background: red;
}

/* #productpage .product-info .btn.add-cart {
	background-color: green;
} */

@media (max-width: 1199px) {
  #newsletter-page form .form-inner {
    flex-direction: column;
  }
  
  #newsletter-page form .form-inner .form-col {
  	width: 100%;
  }
}

@media (max-width: 767px) {
	.textpage-content table tr td:nth-child(1),
  .textpage-content table tr td:nth-child(3) {
  	display: none !important;
  }
  
  .textpage-content table tr td:nth-child(2) {
  	width: 100% !important;
  }
  
  .textpage-content p {
  	text-align: left !important;
  }
  
  #newsletter-page form .input-col label.form-label {
  	width: 100px;
  }
  
  #newsletter-page form .form-inner .submit-wrap .btn {
  	width: 100%;
  }
  
  #newsletter-page .datefield .standard-input {
    margin-right: 10px;
    min-width: 110px;
  }
}

/* Banner */
.home-banner{
	position: relative;
}

.home-banner-text{
  color: #fff;
  margin-bottom: 25px;
}

.button-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.home-banner-text.top-center .title-featured{
  text-align: center;
}

.home-banner-text.center-center .title-featured{
  text-align: center;
}

.home-banner-text.bottom-center .title-featured{
  text-align: center;
}

@media (max-width: 767px){

  .home-banner-text.top-center-mobile .title-featured{
    text-align: center;
  }

  .home-banner-text.center-center-mobile .title-featured{
    text-align: center;
  }

  .home-banner-text.bottom-center-mobile .title-featured{
   text-align: center;
  }

}


/* Banner buttons */

.home-banner .banner .image {
	position: relative;
}

/* .home-banner .banner .btn{
	opacity: 0.5;
} */

.home-banner .banner .image .button-wrap {
	position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.home-banner .banner .image .button-wrap .btn:not(.btn-open):before {
	left: -11px;
  bottom: -1px;
  border-bottom: unset;
  border-right: unset;
}

.home-banner .banner .image .button-wrap .btn .left-bar {
	position: absolute;
  left: -11px;
  top: -1px;
  height: 40px;
  width: 10px;
}

.home-banner .banner .image .button-wrap .btn .right-bar {
	position: absolute;
  right: -11px;
  height: 40px;
  bottom: -1px;
	width: 10px;	
}

.small-button{
    font-size: 0.8em;
    height: 35px;
  	padding: 0px 25px;
}

.home-banner .banner .image .button-wrap .small-button > .left-bar, .home-banner .banner .image .button-wrap .small-button > .right-bar {
	height: 25px;
}

.medium-button{
    font-size: 1.25em;
    padding: 0px 50px;
}

.large-button{
    font-size: 1.75em;
    height: 65px;
    padding: 0px 70px;
}

.home-banner .banner .image .button-wrap .large-button > .left-bar, .home-banner .banner .image .button-wrap .large-button > .right-bar {
	height: 55px;
}

.home-banner .banner .image .button-wrap .btn:not(.btn-open):after {
  right: -11px;
  top: -1px;
  border-top: unset;
  border-left: unset;
}

@media (max-width: 767px) {
  .small-button-mobile{
  	font-size: 0.8em;
    height: 35px;
  	padding: 0px 25px;
  }
  .home-banner .banner .image .button-wrap .small-button-mobile > .left-bar, .home-banner .banner .image .button-wrap .small-button-mobile > .right-bar {
	height: 25px;
}
  .medium-button-mobile{
      font-size: 1.25em;
      padding: 0px 50px;
  }

  .large-button-mobile{
      font-size: 1.75em;
      height: 65px;
      padding: 0px 70px;
  }
  .home-banner .banner .image .button-wrap .large-button-mobile > .left-bar, .home-banner .banner .image .button-wrap .large-button-mobile > .right-bar {
	height: 55px;
}
}

.button-wrap.top-left-corner {
	justify-content: flex-start;
  text-align: start;
}

.button-wrap.top-center {
	justify-content: center;
}

.button-wrap.top-right-corner {
	justify-content: flex-end;
}

.button-wrap.center-left-side {
	justify-content: flex-start;
  align-items: center;
  text-align: start;
}

.button-wrap.center-center {
	justify-content: center;
  align-items: center;
}

.button-wrap.center-right-side {
	justify-content: flex-end;
  align-items: center;
  text-align: end;
}

.button-wrap.bottom-left-corner {
	justify-content: flex-start;
  align-items: flex-end;
  text-align: start;
}

.button-wrap.bottom-center {
	justify-content: center;
  align-items: flex-end;
}

.button-wrap.bottom-right-corner {
	justify-content: flex-end;
  align-items: flex-end;
  text-align: end;
}


.button-wrap.top-left-corner .btn{
  align-self: flex-start;
}

.button-wrap.top-center .btn{
  align-self: center;
}

.button-wrap.top-right-corner .btn{
  align-self: flex-end;
}

.button-wrap.center-left-side .btn{
  align-self: flex-start;
}

.button-wrap.center-center .btn{
  align-self: center;
}

.button-wrap.center-right-side .btn{
  align-self: flex-end;
}

.button-wrap.bottom-left-corner .btn{
  align-self: flex-start;
}

.button-wrap.bottom-center .btn{
	justify-content: center;
  align-items: flex-end;
  align-self: center;
}

.button-wrap.bottom-right-corner .btn{
  align-self: flex-end;
}

@media (max-width: 767px){
  .button-wrap.top-left-corner-mobile {
    justify-content: flex-start;
    text-align: start;
  }

  .button-wrap.top-center-mobile {
    justify-content: center;
  }

  .button-wrap.top-right-corner-mobile {
    justify-content: flex-end;
    text-align: end;
  }

  .button-wrap.center-left-side-mobile {
    justify-content: flex-start;
    align-items: center;
    text-align: start;
  }

  .button-wrap.center-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .button-wrap.center-right-side-mobile {
    justify-content: flex-end;
    align-items: center;
    text-align: end;
  }

  .button-wrap.bottom-left-corner-mobile {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: start;
  }

  .button-wrap.bottom-center-mobile {
    justify-content: center;
    align-items: flex-end;
  }

  .button-wrap.bottom-right-corner-mobile {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: end;
  }
  
  .button-wrap.top-left-corner-mobile .btn{
  align-self: flex-start;
}

.button-wrap.top-center-mobile .btn{
  align-self: center;
}

.button-wrap.top-right-corner-mobile .btn{
  align-self: flex-end;
}

.button-wrap.center-left-side-mobile .btn{
  align-self: flex-start;
}

.button-wrap.center-center-mobile .btn{
  align-self: center;
}

.button-wrap.center-right-side-mobile .btn{
  align-self: flex-end;
}

.button-wrap.bottom-left-corner-mobile .btn{
  align-self: flex-start;
}

.button-wrap.bottom-center-mobile .btn{
	justify-content: center;
  align-items: flex-end;
  align-self: center;
}

.button-wrap.bottom-right-corner-mobile .btn{
  align-self: flex-end;
}
}


.products .product .label-wrap .btn:not(.btn-open):before {
  right: -8px;
  top: -1px;
  left: unset;
  bottom: unset;
  border-bottom: 7px solid black;
	border-right: 7px solid transparent;
}

.products .product .label-wrap .btn:not(.btn-open):after {
    left: -8px;
    bottom: -1px;
    right: unset;
    top: unset;
    border-top: 7px solid black;
    border-left: 7px solid transparent;
}


.products .product .label-wrap .btn .left-bar {
  position: absolute;
  left: -8px;
  width: 8px;
  height: 40px;
  background: black;
  top: -1px;
}

.products .product .label-wrap .btn .right-bar {
    position: absolute;
    right: -8px;
    width: 8px;
    height: 40px;
    background: black;
    bottom: -1px;
}

/*  .products .product .inner .label-wrap .label {
    padding: 5px 10px;
    font-size: 10px;
    margin-left: 4px;
    font-weight: 700;
  } */
  
  .products .product .label-wrap .btn {
    height: 25px;
    padding: 0px 5px;
    font-size: 1em;
    font-weight: normal;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  
  .products .product .label-wrap .btn .right-bar {
  	height: 18px;
  }
  
 .products .product .label-wrap .btn .left-bar {
  	height: 18px;
  }
  
  

@media(max-width:767px){
  .home-banner .banner .image .button-wrap {
  	padding: 25px;
  }
    .products .product .inner .label-wrap {
      position: absolute;
      left: 11px;
      bottom: 5px;
      z-index: 999;
  }
  .products .product .label-wrap .btn {
  	height:20px;
    font-size:9px;
  }
  .products .product .label-wrap .btn:not(.btn-open):before {
    border-bottom-width: 6px;
    border-right-width: 6px;
    right: -7px;
  }
  .products .product .label-wrap .btn:not(.btn-open):after {
    border-top-width: 6px;
    border-left-width: 6px;
    left: -7px;
  }
  .products .product .label-wrap .btn .left-bar {
    height: 14px;
    width: 6px;
    left: auto;
    right: calc(100% + 1px);
  }
  .products .product .label-wrap .btn .right-bar {
    height: 14px;
    width: 6px;
    right: auto;
    left: calc(100% + 1px);
  }
}

#productpage .product-title-wrap-outer {
 margin-top: 10px;
 margin-bottom: 50px;
}

#productpage .product-title-wrap-outer .product-title {
	margin: 0;
}

#productpage .product-title-wrap-outer .label-wrap {
	margin-top: 10px;
}

#productpage .product-title-wrap-outer .label-wrap .btn {
  height: 25px;
  padding: 0px 15px;
  font-size: 1em;
  font-weight: normal;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  width: auto;
}

/* Productpage sticky info */
@media (min-width: 1200px) {
	#productpage .custom-row {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
  }
  
  #productpage .product-info {
    position: -webkit-sticky;
    position: sticky;
    top: 168px;
    padding-top: 0;
  }
  
  #productpage .product-title-wrap-outer,
  #productpage .product-info .price-sku {
  	margin-bottom: 30px;
  }
  
  #productpage .product-tabs,
  #productpage .share-product {
  	margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #productpage .product-info .order-form {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
    box-shadow: -2px 0 5px 0 rgba(0,0,0,0.1);
  }
}
/* End productpage sticky info */


  .home-banner.banner-1 .banner .image .button-wrap.center-left-side .btn,
  .home-banner.banner-4 .banner .image .button-wrap.center-left-side .btn {
    margin: 0px 10px
  }
  .home-banner.banner-1 .banner .image .button-wrap.center-right-side .btn,
  .home-banner.banner-4 .banner .image .button-wrap.center-right-side .btn {
    margin: 0px 10px
  }