/* 20240713100650 - 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: #ffffff;
}

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

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

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

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

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #000000;
  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: #000000;
}

.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 */
#home-block-slider .slider:not(.owl-loaded) .wrap { opacity: 0; }

#footer .footer-top p a {
    color: #3e3f64;
}


.mobilemenu-active .mobile-menu > .menu-wrapper .current a { pointer-events: none; }
@media (max-width: 767.98px) {
	header .sub .usp > .list .owl-stage .owl-item:not(.active) { opacity: 0; }
}

form[action="https://www.hopono-shop.com/nl/cookielaw/managePost/"] .gui-field {
  padding: 20px 0;
}

.main-nav-wrapper.new-main-nav {
  padding: 0 !important;
}
.new-main-nav .main-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  padding: 0 30px;
  position: relative;
}
.new-main-nav .main-menu-wrap .cat {
  padding: 0;
}
.new-main-nav .main-menu-wrap .cat .cat-link {
/*   font-weight: bold; */
  padding: 20px 0;
  display: block;
}
.new-main-nav .main-menu-wrap .cat .subs-box-wrap {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
}
/* .new-main-nav .main-menu-wrap .cat.main-cat:hover .subs-box-wrap{
	opacity: 1;
  visibility: visible;
} */
.new-main-nav .main-menu-wrap .cat.active .subs-box-wrap {
	visibility: visible;
  opacity: 1;
}
/* .new-main-nav .main-menu-wrap .cat.main-cat .subs-bar-top .cat.hasSubs:hover .subs-box-outer{
  visibility: visible;
  opacity: 1;
} */
.new-main-nav .main-menu-wrap .main-cat.active,
.new-main-nav .main-menu-wrap .main-cat:hover {
	border-bottom: 3px solid #000; 
}

.new-main-nav .main-menu-wrap .cat .subs-box-wrap .subs-bar-top {
	background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.new-main-nav .main-menu-wrap .sub-cat-1 {
  padding: 0; 
  transition: all .2s ease-in-out;
}
.new-main-nav .main-menu-wrap .sub-cat-1.active,
.new-main-nav .main-menu-wrap .sub-cat-1:hover {
  background: #fff;
}
.new-main-nav .main-menu-wrap .sub-cat-1 .cat-link {
  color: #fff;
  transition: all .2s ease-in-out;
  padding: 20px;
  display: block;
}
.new-main-nav .main-menu-wrap .sub-cat-1.active .cat-link,
.new-main-nav .main-menu-wrap .sub-cat-1:hover .cat-link {
  color: #000;
}

.new-main-nav .main-menu-wrap .cat .subs-box-wrap .subs-box-outer {
  -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
  background: #fff;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 100%;
  padding-bottom: 30px;
  transition: opacity .2s ease-in-out;
}

.new-main-nav .main-menu-wrap .cat.active .subs-box-wrap .sub-cat-1.active .subs-box-outer {
	visibility: visible;
  opacity: 1;
}
.new-main-nav .main-menu-wrap .subs-box-outer .view-all-link {
  position: relative;
}
.new-main-nav .main-menu-wrap .subs-box-outer .view-all-link:after {
  content: "\e99d";
  display: inline-block;
  font: normal normal normal 10px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  opacity: .4;
  vertical-align: middle;
  transform: rotate(-90deg);
  position: absolute;
  right: -20px;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.new-main-nav .main-menu-wrap .subs-box-outer .buttons-bar {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-main-nav .main-menu-wrap .subs-box-outer .buttons-bar .close-menu button {
  z-index: 99;
  opacity: .3;
  top: 15px;
  right: 15px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255,255,255,0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.new-main-nav .main-menu-wrap .subs-box-outer .subs-box {
	display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}
.new-main-nav .main-menu-wrap .subs-box-outer .subs-box .sub-col {
	padding: 0 30px;
  text-align: left;
}
.new-main-nav .main-menu-wrap .subs-box-outer .subs-box .sub-col .view-all-link {
	font-size: 13px; 
  margin-top: 20px;
  display: block;
  font-weight: bold;
}
.new-main-nav .main-menu-wrap .subs-box-outer .subs-box .sub-col .view-all-link:after {
	width: 13px;
  height: 13px;
}
.new-main-nav .main-menu-wrap .subs-box-outer .subs-box .sub-col:first-child {
	padding-left: 0; 
}
.new-main-nav .main-menu-wrap .subs-box-outer .subs-box .sub-col .cat-link {
  font-size: 14px;
  padding: 4px 0;
  color: #3b3b3b;
}
/* .new-main-nav .main-menu-wrap .subs-box-outer .subs-box .sub-col:last-child {
	padding-right: 0; 
} */
.new-main-nav .main-menu-wrap .subs-box-outer .subs-box .sub-col .cat {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  text-align: left;
}

/*Gabriel Sabbag | March 13th, 2020 | Ticket #1179041 | Demobar Changes | BEGIN*/
.wsa-cookielaw {
	/* DMWS - Disabled 16/10/23 */
  /* position: relative; */
}

.wsa-demobar a, .wsa-demobar a.close {
display: none !important;
}

.wsa-demobar {
position: absolute !important;
}

.wsa-demobar {
background-color: #020204 !important;
color: #ffffff !important; 
}

/* END */

/* Raymund Malazarte | 11-17-2020 | Ticket# 1509181 | enable Upselling on mobile view*/ 
.gui-col3-equal-col1.gui-div-cart-related {
	display:block;
}
/* Raymund Malazarte | 11-17-2020 | Ticket# 1509181 | END*/
/* Justin@Shopmonkey - 19/08/2021 - Start */
#collection-page .collection-spinner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collection-page .collection-spinner .status {
  width: 200px;
  height: 5px;
  background: #eee;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

#collection-page .collection-spinner .status .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #d29471;
  -webkit-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}
footer .footer-bottom{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}
footer .footer-bottom > div{
	padding: 10px;
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
}
.mega-menu-header .nav-style.main-nav li>ul li>ul{
	padding-left: unset;
}
.hero-full .slick-prev, 
.hero-full .slick-next{
	position: absolute;
  top: 60%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  background: #3B3B3B;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
}
.hero-full .slick-prev{
	left: 15px;
}
.hero-full .slick-next{
	right: 15px;
}
.hero-full .slick-prev:before, 
.hero-full .slick-next:before{
  font-size: 14px;
}
#scroll-top a{
  display: block;
  min-height: 60px;
  max-height: 60px;
  min-width: 60px;
  max-width: 60px;
  background: rgb(210, 148, 113);
  color: rgb(255, 255, 255);
  border-radius: 100%;
  -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
          box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
}
#scroll-top{
  position: fixed;
  bottom: 90px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  z-index: 2147483639;
}
#scroll-top.visible{
	visibility: visible;
  opacity: 1;
}
#scroll-top a:before{
  content: "\e99d";
  display: inline-block;
  font: normal normal normal 10px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  opacity: 1;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media(max-width: 767px){
	footer .footer-bottom{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  footer .footer-bottom{
    margin: -5px;
  }
  footer .footer-bottom > div{
    padding: 5px;
  }
  .hero-full .slick-prev, 
  .hero-full .slick-next{
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%);
    width: 25px;
    height: 25px;
  }
  .hero-full .slick-prev:before, 
  .hero-full .slick-next:before{
    font-size: 12px;
  }
  #scroll-top.visible{
  	bottom: 65px;
  }
  #scroll-top a{
  	min-height: 50px;
    max-height: 50px;
    min-width: 50px;
    max-width: 50px;
    font-size: 1em;
  }
}
/* Justin@Shopmonkey - 19/08/2021 - End */
/* Justin@Shopmonkey - 23/08/2021 - Cookie popup - Start */
.wsa-cookielaw {
  /* DMWS - Disabled 16/10/23 */
  /* display: none !important; */
}

#cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: rgba(0,0,0,.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px;
}

#cookies .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: #fff;
  color: #000;
  max-width: 550px;
}
#cookies .title-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
#cookies .title-wrap .shop-logo{
	width: 150px;
}
#cookies .title-wrap .shop-logo img{
	width: 100%;
  height: auto;
}
#cookies .title{
	font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#cookies .cookies-btn-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
#cookies .cookies-btn-wrap .btn{
	background: #f1d161;
  color: #000;
}
#cookies .cookies-btn-wrap a:last-child{
	font-weight: bold;
  margin-left: 20px;
}
#cookies .read-more{
	margin-top: 15px;
  text-decoration: underline;
}
@media (min-width: 992px) {
	.main-nav-wrapper.old-main-nav.mobile-only {
  	display: none;
	} 
}
@media(max-width: 991px){
  .main-nav-wrapper.new-main-nav {
    display: none;
  }
	#cookies{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media(max-width: 767px){
	#cookies .inner {
    max-width: 100%;
    text-align: center;
    padding: 25px;
  }
  #cookies .cookies-btn-wrap{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  #cookies .cookies-btn-wrap a:last-child{
  	margin-left: unset;
  	margin-top: 15px;
  }
  #cookies{
  	padding: 0;
  }
  #cookies .title-wrap .shop-logo{
    width: 120px;
  }
  #gui-form .gui-field input#gui-form-essential + label{
  	font-size: 18px !important;
  }
}
/* Justin@Shopmonkey - 23/08/2021 - Cookie popup - End */

/* Name: Andrew S  | Date: January 20, 2022 | Ticket:2407089 | Reason: Disabling guest checkout broke loyalty cart text and made it overlap, adding space. |  Begin. */
body > div.page-content > main > div > div > div.gui-col2-big > div.gui-col2-big-col1 > div:nth-child(3){
padding-top:45px;
}
/* Name: Andrew S  | Date: January 20, 2022 | Ticket:2407089 | End. */

/* Gift card button fix */
#gift-cards-page .giftcard-submit-button {background:#2f2faa!important;}
/* CLS FIX */
.dev-active .home-block-banners {
	height:600px;
}
.dev-active #home-block-products .product-slider.owl-carousel .product {
	height:419px;
}
.collection-faq,
#specs {
	border-bottom: 1px solid var(--lines);
  line-height: var(--lineHeightBig);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.pdp-dev .tabs > div:last-of-type {
	border:none;
  margin-bottom:0;
  padding-bottom:0;
}
.collection-faq > div > h3 {
	font-size: 25px;
  margin-bottom: 20px;
  font-weight:bold;
}
.collection-faq > div > div {
	margin-bottom:20px;
}
.collection-faq > a.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  min-width: fit-content;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 0;
  color: #5b684a;
  font-family: var(--fontBody);
  font-size: var(--fontDefaultSize);
  font-weight: var(--fontNormal);
}
.collection-faq > div > div {
	display:none;
}
.collection-faq > div > div:nth-of-type(1),
.collection-faq > div > div:nth-of-type(1) + div,
.collection-faq > div > div:nth-of-type(1) + div + div {
	display:block;
}
.collection-faq > div > div:nth-of-type(1) + div + div + a.btn {
	display:none;
}
.collection-faq.expanded > div > div {
	display:block;
}
.collection-faq > a.btn {
	display:none;
}
.collection-faq > a.btn:focus {
  box-shadow: none;
}
.collection-faq > a.btn.show {
  display:inline-flex;
}
.collection-faq > a.btn > span i {
  margin-left: 7px;
  position: absolute;
  right: -15px;
  top: 10px;
  transform: translateY(-50%) rotate(0deg);
}
.collection-faq.expanded > a.btn > span:first-of-type {
	display:none;
}
.collection-faq:not(.expanded) > a.btn > span:last-of-type {
	display:none;
}
.collection-faq.expanded > a.btn > span:last-of-type {
	display:block;
}
.collection-faq.expanded > a.btn > span:last-of-type i {
	transform: translateY(-50%) rotate(180deg);
  top:8px;
}
.collection-faq > div > div > h4 {	
  margin-bottom:15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor:pointer;  
}
.collection-faq > div > div > h4 > i {
	cursor:pointer;
}
.collection-faq > div > div.active > h4 > i:before {
	content: "\e910";
}
.collection-faq > div > div > p {
  margin-bottom:10px;
  display:none;
  opacity:0;
  height:0px;
  position:absolute;
  left:-9999px;  
  color: var(--colorBody);
}
.collection-faq > div > div.active > p {
	display:block;
  position:initial;
  left:initial;
  opacity:1;
  height: auto;
}
.collection-faq > div > div.active > p img {
	max-width:100%;
  object-fit:contain;
}
#home #dmws-a_w8g8k9-trustpilot-homepage {
	display:none !important;
}
@media(max-width: 1280px){
	.dev-active #home-block-products .product-slider.owl-carousel .product {
		height:411px;
	}
}
@media(max-width: 1200px){
	.dev-active #home-block-products .product-slider.owl-carousel .product {
		height:399px;
	}
}
@media(max-width: 991px){
	.dev-active #home-block-products .product-slider.owl-carousel .product {
		height:483px;
	}
}
@media(max-width: 767px){
	.dev-active .home-block-banners {
		height:890px;
	}
  .dev-active #home-block-products .product-slider.owl-carousel .product {
		height:399px;
	}
}
@media(max-width: 576px){
	.dev-active .home-block-banners {
		height:705px;
	}
  .dev-active #home-block-banners .banners.static article {
  	height:200px !important;
  }
  .dev-active #home-block-products .product-slider.owl-carousel .product {
		height:420px;
	}
}
@media(max-width: 535px){
  .dev-active #home-block-products .product-slider.owl-carousel .product .image-wrap img {
  	height:192px;
    width:245px;
    object-fit:contain;
  }
  .dev-active #home-block-products .product-slider.owl-carousel .product {
		height:382px;
	}
}
@media(max-width: 400px){
  .dev-active #home-block-products .product-slider.owl-carousel .product .image-wrap img {
  	height:161px;
    width:145px;
    object-fit:contain;
  }
  .dev-active #home-block-products .product-slider.owl-carousel .product {
		height:318px;
	}
}
/* CLS FIX END */

#cartpage .totals-wrap .item label, #product .tabs .link, #collection .content-wrap .link, #sort_form select, .mobile-menu > .menu-wrapper > ul li.categories > .back {color:#000;}
a {color:#304e87;}
.col-12.col-lg-8 a, .main a {text-decoration: underline;}
#cartpage > div > div > div > div.totals-wrap.row > div.col-12.col-md-6.col-lg-8.order-1.order-md-0.d-flex.justify-content-between > div:nth-child(1) {background: #f7f7f7; padding: 15px;border-radius: 5px;}

#dmws-filter:not([class*="accent"]) .active-filters span, #dmws-filter:not([class*="accent"]) .active-filters .icon-x, #dmws-filter:not([class*="accent"]) .filter > .reset, #dmws-filter:not([class*="accent"]) .filter ul li label i, #dmws-filter:not([class*="accent"]) .filter ul li.more, #dmws-filter:not([class*="accent"]) .filter.categories ul li a:hover, #dmws-filter:not([class*="accent"]) .filter.categories ul li.current > a, #dmws-filter:not([class*="accent"]) .filter.brand .search i, #home-block-blog-posts:not([class*="accent"]) .link, #blog-first .article .wrap > a .link {color:#000;}

.menu > ul > li:hover > a:hover, .menu > ul > li:hover > a, .menu > ul > li.active > a {color:#3e3f64;}
.button::before {background-color: #3e3f64;}
.button:hover::before {background-color: #2c2d47;}

@media(max-width: 1000px){
.mobilemenu-active .mobile-menu > .menu-wrapper .current a, .mobile-menu > .menu-wrapper > ul li.link a, .mobile-menu > .menu-wrapper .heading > span, .gui a, #footer .footer-top p a {color:#000;}
}

#article .sidebar .wrap, #article .sidebar .wrap .link, #home-block-categories .link {color:#000;}
.gui-form .gui-checkbox input:checked ~ label:before, .gui-form .gui-radio input:checked ~ label:before, .gui-payment-method input:checked ~ .gui-payment-method-subtitle:before {background: #304e87;}
.gui a {color:#000!important;}
.button::before, #page .container .gui-button-small::before {background-color:#3e3f64;}
#gui-form > div > div.gui-buttons.gui-border > div.gui-right > a {color:#fff!important;}
#gui-form > div > div.gui-buttons.gui-border > div.gui-right > a:hover {color:#000!important;}
#methodtext {text-align:center;}
#blog-second > div > div > div.col-12.col-md-7.col-lg-8 > div > div.wrap.d-flex.h-100 > a {color:#000;}
header .wrap-cart a:hover i, header .wrap-cart .cart:hover > i, header .wrap-cart .account a:not(.button):hover {color: #000;}

.gui-input textarea:focus, #gui-form .gui-input input:focus {border: 1px solid #CCCCCC;}
.review-widget.big a {color:#000;}
