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

.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: #000000;
}

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

.gui a {
  color: #540484;
}

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

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

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

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

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

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

.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: #333333;
}

.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: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  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: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
@media (max-width:767px) {
  body .carrier-maps .carrier-google-maps {
    height:500px;
  }
  body .carrier-maps .carrier-methods {
 		width:200px;
    top:auto;
    bottom:0;
  }
}

a.ecommerce-europe img{ height: 65px; width: auto;}
@media(max-width: 767px){ #footer .main-footer .hallmark-wrap .hallmark{ width: 100% !important; justify-content: center !important;} }

/* in3 label styling product page */
.in3-wrap, .in3-wrap-mobile{
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.in3-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #33ebc7;
  border-radius: 50%;
  color: #274383;
  font-weight: 800;
  font-size: 14px;
  width: 50px;
  height: 50px;
  z-index: 9;
}

.in3-text{
	background: var(--grey_block);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-left: -8px;
  width: auto;
  height: 30px;
  gap: 15px;
  color: #274383;
  padding-top: 20px;
  padding-bottom: 20px;
}

.in3-text span{
  color: #274383;
  font-weight: 600;
}

.in3-text .in3-link, .in3-text .in3-link-mobile{
  background: #ced4da;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

/* in3 popup */
.in3-popup-wrap, 
.in3-popup-wrap-mobile{
  background: var(--grey_block);
  padding: 15px;
  border-radius: 10px; 
  transition: 0.5s;
  max-width: 420px;
  position: absolute;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.in3-popup-wrap .in3-popup, 
.in3-popup-wrap-mobile .in3-popup{
  display: flex;
  align-items: center;
  justify-content: center;
}

.in3-popup-wrap .in3-popup p, 
.in3-popup-wrap-mobile .in3-popup p{
  color: #274383;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

@media(min-width: 768px){
  .in3-wrap-mobile{
    display: none;
  }
}

@media(max-width: 767px){
  .in3-wrap{
    display: none;
  }
  .in3-wrap-mobile{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .in3-logo{
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .in3-text{
    height: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .in3-text .in3-link{
    width: 15px;
    height: 15px;
  }
  .in3-popup-wrap, 
  .in3-popup-wrap-mobile{
    max-width: 100%;
    max-width: 350px;
    margin-top: 5px;
  }
}
/* end in3 label styling product page */
