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

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

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

.gui a {
  color: #008e8e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* custom */
body{
  font-size: 16px;
}
.products .product .image-wrap .img-wrap, 
.products .product .image-wrap .img-wrap .sec{
  padding: unset;
}
.products .product .product-label, 
.products .product-list .product-label{
  line-height: 18px;
}
#product-images .image{
  padding: 5%;
}
.quickview-popup .quickview-images:after{
  background: rgba(0,0,0,0);
}

footer .payments, #productpage .payments,  #cart-page .payments {
  display: flex;
}

#productpage .payments, #cart-page .payments {
  flex-flow: wrap;
  margin-top: 15px;
  flex-wrap: wrap;
}

footer .payments .payment, #productpage .payments .payment, #cart-page .payments .payment {
  max-height: 20px;
  margin: 4px;
}
#productpage .payments .payment, #cart-page .payments .payment {
  max-height: 34px;
  margin:0;
  margin-right: 4px;
  margin-top: 4px;
  padding: 5px;
  border: 1px solid #eee;
  background: #f7f7f7;
}

#cart-page .payments .payment { 
  height: 28px;
}

footer .payments .payment img, #productpage .payments .payment img, #cart-page .payments .payment img{
  height: 100%;
}

iframe{
  max-width: 100%;
}

@media (max-width: 991px ) {
  #footer .footer-bottom .payments , #productpage .payments,  #cart-page .payments {
   	flex-wrap: wrap; 
    display: flex;
  }
}


@media (max-width: 767px){
  .isProductPage #chat-application{
    right: 5px !important;
    bottom: 75px !important;
  }
}

.content > p > strong > a {
 text-decoration: underline;
}
.content > p > a {
 text-decoration: underline;
}

/* Youcke LightspeedHQ - 25 Jan 2019 - Fix responsive layout order view - START */
@media (max-width: 767px) {
	.gui-block-inner strong {
		color: #848484;
		max-width: 100%;
		font-size: 1.1rem;
	}
}
/* Youcke LightspeedHQ - 25 Jan-2019 - END */
