/* 20250625113427 - v2 */
.gui,
.gui-block-linklist li a {
  color: #363530;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #363530;
}

.gui-block-inner strong {
  color: #868582;
}

.gui a {
  color: #eb2040;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #eb2040;
  box-shadow: 0 0 2px #eb2040;
}

.gui-select.gui-focus .gui-handle {
  border-color: #eb2040;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #363530;
  background-color: #ffffff;
}

.gui-content-title {
  color: #363530;
}

.gui-form .gui-field .gui-description span {
  color: #363530;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #363530;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #363530;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #363530;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #363530;
}

.gui-progressbar {
  background-color: #eb2040;
}

/* custom */
.page-content.row .col-sm-4 {
    display: none;
}

.page-content.row .col-sm-8 {
    width: 100%;
}
.grizzly-cta-button{
  background-color: #000; 
  color: white; 
  padding: 10px 50px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 12px; border: none;"
}
.grizzly-cta-button:hover{
  background-color: #EFAE32; 
  color: white;
}

/* Added by Rutger Valk-van de Klundert @ Lightspeed HQ - 19-04-2018 */
/* "More info" & add to cart buttons visible by default */
.products .product .info .buttons {
    opacity: 1;
    visibility: visible;
}
/* Adjust "back to top" button placement */
#footer .footer-bottom a.back-top {
    top: 0;
    bottom: initial;
}
/* End of added by Rutger Valk-van de Klundert @ Lightspeed HQ - 19-04-2018 */

/* Added by TURNLAB */
.big-button:hover { background: #363530; color: #fff; }
.big-button-container { margin: 24px 0 24px 0;  }
.big-button { border: solid 2px #363530; padding: 10px 14px; text-decoration: none; }
.footer-bottom { background: #FAFAFA; }
.owl-hero .container { text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9); }
/* End added by TURNLAB */

/* Added by FLEXIBIT (timothy) */
.product_price_mail_dummy { height: 46px; }
.btn-mail-us { border-radius: 0; text-transform: uppercase; }
.btn-mail-us-small { height: 45px; width: 45px; padding: 10px; font-size: 16px; border-radius: 0; }
.price a.btn-mail-us { width: auto; }
@media (max-width: 767px) {
	.price a.btn-mail-us { width: 100%; }
}
/* Added by FLEXIBIT */

/* Added by Lab26.com */

.customDialog, .dialogOverlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.customDialog {
	position: fixed;
	pointer-events: none;
  font-size: 1.2em;
  line-height: 1.6em;
}

.dialogOverlay {
	position: absolute;
	z-index: 1;
	background: rgba(26, 21, 21, 0.8);
	opacity: 0;
	transition-property: opacity;
	-webkit-backface-visibility: hidden;
}

.dialogContent {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 600px;
	background: #F8F6F6;
	padding: 3em 3.5em;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.9); 
	transform: translate(-50%, -50%) scale(0.9); 
	transition-property: opacity, transform;
}

.dialogOverlay, .dialogContent {
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.45, 0.2, 0.15, 1);
}

.showDialog .dialogOverlay {
	opacity: 1;
	pointer-events: auto;
}

.customDialog.showDialog .dialogContent {
	opacity: 1; 
	-webkit-transform: translate(-50%, -50%) scale(1); 
	transform: translate(-50%, -50%) scale(1); 
	pointer-events: auto;
}
.dialogCross {
	position: fixed;
	top: 25px;
	right: 25px;
	width: 24px;
	height: 24px;
  cursor:pointer;
}
.dialogCrossLine {
	position: relative;
	transform: rotate(45deg);
	background: #1A1515;
	width: 2px;
	height: 24px;
	left: 11px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.dialogCrossLine:nth-child(1) {
  position: absolute;
	width: 24px;
	height: 2px;
	top: 11px;
	left: 0px;
}

@media only screen and (max-width: 900px) {
	.dialogContent {
		padding: 3em 3.5em;
		font-size: 1em;
		line-height: 2em;
    width: 75%;
	}
}

@media only screen and (max-width : 400px) {
	.dialogContent {
		font-size: 0.8em !important;
		line-height: 1.4em !important;
    width: 85%;
	}
}

/* Added by Lab26.com */ 

/* added by laiquah */
.textpage-top{
  display: none
}

.usp {
display: flex;
justify-content: space-around;
margin-bottom: 45px;
  font-size: 20px;
  font-weight: bold
}
