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

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

.gui a {
  color: #0000ff;
}

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

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

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

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

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

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

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

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

/* custom */
footer .social .social-media a .fa {
  color: #4f4f4f;
  background: #f0f0f0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  font-size: 32px; 
}
footer .social .social-media a {
  margin: 0 3px;
}

#mobile-menu ul > li{
  position: relative;
}

#mobile-menu ul > li > ul li:last-of-type{
  border: 0;
}

header nav.main-nav .container > ul.third-row {
  justify-content: left;
}

header nav.main-nav .container > ul > li.showMore {
  background: #2ea2ea;
  transition: none;
}

header nav.main-nav .container > ul > li.showMore.second {
	border-top: 1px solid #fff !important; 
}

header nav.main-nav .container > ul > li.showMore a {
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: center;
}

header nav.main-nav .container > ul > li.showMore.hover a {
  background: #2ea2ea !important;
}

header nav.main-nav .container > ul > li.showMore a .glyphicon {
  display: block;
  transform: rotate(90deg);
  font-size: 10px !important;
  opacity: 0.5;
  color: #fff !important;
  margin-left: 8px;
  margin-top: -1px;
}

header nav.main-nav .container > ul > li.showMore.active a .less, header nav.main-nav .container > ul > li.showMore a .more {
  display: block;
  color: #fff;
}

header nav.main-nav .container > ul > li.showMore.active a .more, header nav.main-nav .container > ul > li.showMore a .less {
  display: none;
}

header nav.main-nav .container > ul > li.showMore.active a .glyphicon {
  transform: rotate(-90deg);
}

/* webdinge 27/09/17 */
.products .product .image-wrap:hover .description {
  background-color: rgba(255,255,255, 0);
}
.products .product .image-wrap .cart{
   display:none;
}
.products .product .image-wrap .description .stars {
  display: none;
}
.products .product .image-wrap .description {
  display: none;
}
.products .product .image-wrap .sec-image {
/*   position: absolute;
  left: 0;
  top: 0;
  height: 100%; 
  padding: 15px;
  background: #fff;*/
  width:100%;
  display:none;
}
.products .product:hover .image-wrap .first-image {
  display:none;
}
.products .product:hover .image-wrap .sec-image {
 	display:block;
}
.product:hover .product-wrapper {
	border-color:#eee;
}
.products .product .fill-image {
	display:block;
  content:'';
  padding-top:105%;
}
.products .product .image-wrap img {
	width:100%;
  position:absolute;
  left:0;
  top:0;
  height:100%;
  padding:15px;
  background:#fff;
}
/*.with-second-image.loaded*/

.service-top-mob {
  padding: 10px 0;
  color: white;
  display: block;
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
}

.mobile-usp-header {
	display: inline-block;	
}



@media (min-width: 1200px) {
	header nav.main-nav .container > ul > li.showMore, header nav.main-nav .container > ul > li.showLess { 
    padding: 0 15px !important;
  } 
}

#likeb {
  position:absolute;
  left:75px;
}
nav.desktop .item .itemLink {
  font-size:18px;
  font-weight:bold;
}
.copyright-payment .payments img {
  height: auto; 
}
/* .sidebar:after
{
  content: "";
  width: 165px;
  height: 43px;
  background: url("../../../files/044375346/official-dealer.jpg") 0 0 no-repeat;
  margin-top:20px;
  display: inline-block;
} */
.hallmarks img{
  margin-right: 25px;
  display: inline; 
}
.gui-checkout .gui-form a.gui-button-primary, .gui-checkout .gui-form a.gui-button-action{
  background-color:#1fa534;
  color:#ffffff;
}
.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action{
  background-color:#1fa534;
  color:#ffffff;
}
.listview-item-icon-category
{
  background:none;
}

.hallmarks img
{
 margin-bottom: 20px; 
}

.gui-checkout .gui-progressbar ul li.gui-done a
{
 color:#efefef !important; 
}
.languages{
 display:none; 
}
.gui-payment-provider-title
{
 display:none; 
}

.content .sidebar > ul a {
  font-size: 14px !important;
}

.content .sidebar .item a {
  font-size: 16px;

}

.content .sidebar .item a.active {
  font-weight: normal;
  
}

.product-wrap .product-info .cart a.glyphicon-shopping-cart {
background: #ff6111;
}

.product-wrap .product-info .cart a.glyphicon-shopping-cart span {
color: white;
}

.product-sizes {
    position: absolute;
    top: 0;
    background: white;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    display: none;
}

.product-sizes ul {
    margin-left: 12px;
    margin-top: 14px;
}

.product-sizes ul li a span {
    color: #000000;
}

.product-sizes ul li.out-of-stock a {
    opacity: 0.2;
}

.product-sizes ul li {
    display: inline-block;
    height: 34px;
}

.product-sizes ul li a {
    background: white;
    border:1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 4px;
    margin: 5px;
    background: #dbdbdb;
}

#buy-popup {
  width: 800px;
}

#buy-popup a {
  background: none;
}

#buy-popup .products .product .image-wrap {
  min-height: 170px;
}

#buy-popup .product-cart .product-wrap img{
  width: 100%;
   border: 2px solid #eaeaea;
    padding: 7px;
    background: #fff;
}
#buy-popup .product-cart .product-wrap .title {
 font-size: 22px;
 display: block;
  margin-bottom: 30px;
  font-weight: bold;
  color: #1686cc;
  width: 90%;
}
#buy-popup .product-cart .product-wrap .price{
 font-size: 20px;
}

#buy-popup .product-cart .product-wrap .price .old-price{
 font-size: 14px;
  text-decoration: line-through;
}



#buy-popup .product-cart {
  display: table;
  margin-top: 10px;
  margin-bottom: 20px;
  background: rgba(155,155,155,0.1);
    padding: 10px 0;
}

#buy-popup .product-wrap > .row {
  padding: 0;
}

#buy-popup .related-wrap {
      border-top: 2px solid #eaeaea;
    padding-top: 20px;
}

#buy-popup .related-wrap > .title {
display: block;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}

#buy-popup .product-cart .product-wrap .image-wrap {
}

#buy-popup .product-cart .product-wrap, #buy-popup .product-cart .cart-wrap {
  display: table-cell;
  vertical-align:top;
  padding: 15px;
  position: relative;
}

#buy-popup .product-cart .product-wrap{
   width: 65%;
}


#buy-popup .product-cart .cart-wrap{
   width: 35%;
  border-left: 2px solid #eaeaea;
  padding-left: 20px;
}

#buy-popup .product-cart .cart-wrap .title {
  font-size: 20px;
    font-weight: bold;
    color: #1686cc;
  margin-bottom: 20px;
display: block;
}

#buy-popup .product-cart .cart-wrap .price-warp {
  display: block;
  margin-bottom: 15px;
}

#buy-popup .product-cart .cart-wrap .price-warp .total-price{
  float: right;
}

#buy-popup .product-cart .cart-wrap .price-warp .amount{
font-weight: bold;
}
#buy-popup .topbar h2 {
  padding: 5px 0;
}

#buy-popup .product-cart .cart-wrap .cart-btn{
 display: block;
 background: #ff6111;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 3px 0px;
    height: auto;
}

#buy-popup .product-cart .cart-wrap .continue{
color: #1686cc;
    font-weight: bold;
    margin-top: 5px;
    display: block;
  color: #aaa;
  position: absolute;
  bottom: 0;
}
#buy-popup .product-cart .cart-wrap .continue i{ 
  font-weight: bold;
}

#buy-popup .product-cart .product-wrap .price t{
 font-size: 9px;
}

#buy-popup .related-wrap .product img {
  width: 100%;
}

#buy-popup .related-wrap .product .text {
  display: none;
}

#buy-popup .usp {
  margin-top: 15px;
  margin-bottom: 15px;
}

#buy-popup .usp i {
  margin-right: 5px;
}

.product .info {
    position: relative;
}

.product:hover .product-sizes {
    display: block !important;
}

.products .product .image-wrap .sale-discount {
    background-color: #f4364c;
      color: white;
}

.product .image-wrap img, .product .info{
    border: none !important;
}

.product-wrapper {
    border: 1px solid #fff;
   -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-wrapper:hover {
   border: 1px solid #e5e5e5;
}

.product-wrapper .info {
    border-top: 1px solid #fff!important;
}

.product .product-wrapper .image-wrap {
    position: relative;
  padding: 15px;
}

.second-image {border: none !important;}

.product .product-wrapper .image-wrap a > img {
  //   position: absolute;
   // top: 50%;
  
  //  transform: translate(0%, -50%);
}

.heely-dealer-logo { margin-top: 10px; }

.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
    background-color: #00ad00 !important;
}

header .topnav .mobile-right label span {
  color: #000 !important; 
}

header .topnav .mobile-right label span.cart-circle {
  color: #fff !important; 
}

.service-top-desk {
	font-size: 18px;
  margin-top: 15px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

@media (max-width: 992px) {
.product-wrapper {
   border: 1px solid #ffffff;
}
  
  .product-wrapper .info {
    border-top: 1px solid #ffffff!important;
}
  
  .products .product .image-wrap {
    min-height: 130px;
}
  
  .sidebar {
		display: none;
    padding-bottom: 15px;
  }
  
  .products.row .filter-btn-wrap {
    padding: 0px 15px;
  }
  .products.row a.filter-btn{
     text-align: left;
    padding: 8px 15px;
    background: #e2e2e2;
    color: #000000;
    margin-bottom: 25px;
    font-size: 10px;
    position: relative;
  }
  
  #buy-popup {
    width: 600px;
  }
  
  #buy-popup .usp {
   
}

  
  .products.row a.filter-btn i {
      padding: 0 10px;
    width: 45px;
    border-left: 1px #efefef solid;
    text-align: center;
    height: 100%;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.zoombox .images, .zoombox .thumbs a{
  border: none;
}

.hidden{
  display: none;
}

.mobile-form-btn{
  text-align: center;
}

.mobile-form-btn .mobile-submit-form{
  display: inline-block;
  padding: 5px 15px;
  background-color: #2ea2ea;
  color: #fff;
}

.mobile-form-btn .mobile-delete-form{
  display: inline-block;
  padding: 5px 15px;
  background-color: #ccc;
}

.mobile-form-btn .mobile-delete-form label{
  color: #fff;
}

.mobile-form-btn .mobile-delete-form i{
  color: red;
}

.delivery-inner {
	float: right;
}

.payments-inner {
	float: left;
}

.delivery-inner img {
  height: 30px !important;
  width: auto !important;
  margin-right: 15px;
}

body header nav.main-nav ul.second-row.hidden, body header nav.main-nav ul.third-row.hidden {
	display: none;
}

#mobile-menu ul li.sub ul ul {
	background: #fbfbfb;
}

#mobile-menu ul li.sub ul ul li {
	border-color: #fff !important;
}

#mobile-menu ul li.sub li a {
	color: #7c7c7c;
}

#mobile-menu ul li.sub ul {
  border-bottom: 2px solid #54afe9;
} 

#mobile-menu ul .expand-container.orange span.expand.fa-minus{
  color: #ff0000;
}

header nav.main-nav .container > ul > li.subleft > div.subnav > ul > li.subitem div.subnav{
  left: auto !important;
  right: 100%;
}

header nav.main-nav .container > ul > li.subleft > div.subnav {
	left: -15px;
}
@media (max-width: 1199px){
  header nav.main-nav .container > ul > li.subleft > div.subnav > ul > li.subitem > a{
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  header nav.main-nav .item a {
   font-size: 13px !important; 
  }
	.delivery-inner {
		float: none;
    margin-bottom: 10px;
	}
  
  .delivery-inner img {
  	margin-right: 0px;
  }

  .payments-inner {
    float: none;
  }
}
@media (max-width: 767px) {
  #trengo-web-widget {
  	display: none;
  }
  .wwk-widget-iframe{
    width: 22px !important;
    height: 22px !important;
    margin-top: -1px;
    margin-right: 7px;
    display: inline-block!important;
    vertical-align: middle;
  }
  body .wwk--sidebar-mobile {
  	display:none  !important;
  }
  
/*   .wsa-cookielaw {
  	bottom: 0;
    top: auto;
  }
  
  body {
  	margin-top: 0px !important;
  } */
}

/* Shopmonkey 12/03/19 */
body {
	margin-top: 0px !important;
}

.wsa-cookielaw {
  top: auto;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px 0 17px 0;
  border: none;
  margin: -7px 0;
}

.wsa-cookielaw-button:hover,
.wsa-cookielaw-button {
	background:#4db137;
}

.wsa-cookielaw-link:hover,
.wsa-cookielaw-link {
	background: transparent;
}

.wsa-cookielaw-button,
.wsa-cookielaw-link {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 100px;
  font-size: 12px;
  margin: 7px;
  padding: 2px 8px;
  height: auto;
  text-decoration: none;
  transition: all .15s ease;
}

.wsa-cookielaw a:last-of-type,
.wsa-cookielaw a:first-of-type:hover {
	color: #fff !important;
}

.wsa-cookielaw-link:hover,
.wsa-cookielaw-button:hover {
	text-decoration: none;
  border-color: #fff;
}

@media (max-width: 767px) {
  .wsa-cookielaw {
  	padding: 10px 0 15px 0;
    margin: -2px;
  }
  
  .wsa-cookielaw-button,
  .wsa-cookielaw-link {
  	margin: 2px;
  }
}
/* End shopmonkey 12/03/19 */


/*** TOPBAR ***/
.topbar-special {
	/* position:fixed; */
  left:0;
  top:0;
  z-index:99999;
  width:100%;
  padding: 12px 0px;
/*   background-color:#333;
  color:#fff; */
  font-weight:bold;
  text-align:center;
  display:none;
}
.topbar-special a {
/* 	color:#fff; */
}
.topbar-special .close-topbar {
	position: absolute;
  top: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  right: 0;
}
.topbar-special .close-topbar:hover {
	cursor:pointer;
}
@media(max-width:767px){
	.topbar-special {
    padding-left:44px;
  	padding-right:44px;
  }
}
/*** END TOPBAR ***/

#popup-perchase-pause {
  padding: 50px;
}
#popup-perchase-pause .popup-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  min-height: 200px;
}
#popup-perchase-pause .popup-inner .title {
  font-size: 1.6875em;
  margin-bottom: 20px;
}
#popup-perchase-pause .popup-inner .text {
  max-width: 500px;
}
#popup-perchase-pause .popup-inner .text strong {
  font-weight: bold;
  color: #2ea2ea;
}
#popup-perchase-pause .fancybox-close-small {
  width: 50px;
  height: 50px;
}
#popup-perchase-pause .fancybox-close-small:after {
  top: 10px;
  right: 10px;
}

#popup-perchase-pause .fancybox-close-small:after {
  background: #2ea2ea;
  color: #fff;
}

@media (max-width:1199px) {
  #popup-perchase-pause {
    padding: 40px;
  }
}
@media(max-width:991px){
  #popup-perchase-pause {
    padding: 35px;
  }
}
@media(max-width:767px){
  #popup-perchase-pause {
    padding: 35px 25px;
    margin: 44px 10px;
  }
  #popup-perchase-pause .popup-inner {
    width: 100%;
  }
  #popup-perchase-pause .popup-inner .title {
  	font-size: 1.475em;
  }
}