/* 20230727100210 - 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: #848484;
}

.gui a {
  color: #dc016a;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #dc016a;
  box-shadow: 0 0 2px #dc016a;
}

.gui-select.gui-focus .gui-handle {
  border-color: #dc016a;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #000000;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #000000;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #d8d8d8;
  background-color: #f2f2f2;
}

.gui-block-option-block {
  border-color: #d8d8d8;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #8c8c8c;
}

.gui ul.gui-products li {
  border-color: #b2b2b2;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #b2b2b2;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #b2b2b2;
}

.gui-block-content .gui-table {
  border-color: #d8d8d8;
}

.gui-table thead tr th {
  border-color: #8c8c8c;
  background-color: #f2f2f2;
}

.gui-table tbody tr td {
  border-color: #d8d8d8;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #000000;
  color: #000000;
  background-color: #ffffff;
}

.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: #cccccc;
  border-color: #000000;
}

.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: #000000;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #000000;
}

.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 */
body, p, h1, h2, h3, h4, h5, h6, div, span, ul, ol, li {
  	font-family: 'Asap' !important;  
}
h1 {
 	font-size:28px;
  font-weight:bold;
  color:#000;
  font-family: 'Asap' !important; 
}
h2 {
  
}
h2.pink {
 color:#DC016A; 
}
h3 {
  font-size:28px;
  font-weight:bold;
  color:#000;
}
ul {
  font-size:15px;
  color:#000;
  margin-bottom:30px;
  line-height:20px; 
  list-style: disc;
  margin-left: 20px;
}
.main-header__top-section ul.main-header__list {
      padding-top: 2px;
    padding-bottom: 2px;
}
ul.main-header__list, ul.grid, .main-header__dropdown, .upsproducts ul, .dropdown ul {
  margin-bottom:0px;
  list-style: none;
  margin-left: 0px;
}
ul.main-header__list {
 	  padding-top: 10px;
    padding-bottom: 4px;
}
.catlist ul.main-header__list {
  padding-top:4px;
}
.select__dropdown ul {
  margin-left:0px;
  margin-bottom:0px;
}

.carousel__controls ul, .fit-code ul {
  list-style: none !important;
  margin-left: 0px !important; 
   margin-bottom:0px;
}
.main-footer__content ul {
  list-style: none !important;
  margin-left: 0px !important; 
}
.text-component ul {
    margin-left: 0px !important; 
}
.filter-content ul {
    list-style: none !important;
  margin-left: 0px !important; 
  padding-left:0px;
}

.main-header__nav-grid ul {
 	list-style:none;
  margin-left:0px;
}
li.main-header__item  ul.main-header__dropdown {
 padding-left:0px; 
}

p {
 	font-size:15px;
  color:#000;
  margin-bottom:30px;
  line-height:20px; 
}
.btn {
 	height:32px;
  font-size:14px;
  font-weight:bold;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom:8px;
  margin-right:2px;
    margin-left:2px;
}

.btn--pink {
 background-color:#DC016A !important;
  color:#fff;
}
.btn--grey {
  background-color:#E5E6E6;
  color:#000;
}
.btn--primary {
 	height:32px;
  font-size:14px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom:8px;
  margin-right:2px;
    margin-left:2px;
}
.btn--primary {
  background-color:#000000;
  color:#ffffff;
}
.btn--primary:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.wsa-cookielaw-button.wsa-cookielaw-button-green {
  font-size:12px;
  font-weight:bold;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom:8px;
  margin-right:2px;
    margin-left:2px;
  border-radius:0px;
}

.gui a.gui-button-small.gui-button-action {
  background-color:#76c61b !important;
  color:#fff;
  border:1px solid #76c61b !important;
}
.gui a.gui-button-small.gui-button-action:hover {
  background-color:#fff !important;
  color:#76c61b;
  border:1px solid #76c61b !important;
}

.js-select__label.select__label {
  font-size:14px;
}
.btn--add-to-cart {
  height:44px;
}

p.pinkunder {
 	color:#DC016A;
  font-size:15px;
  font-weight:600;
}
.main-header__top-section {
	height:32px !important;
}
.text-xs {
  font-size:13px;
}
.main-header__link {
 	font-size:15px; 
  color:#000 !important;
}
.main-header__dropdown {
  min-width: 270px !important;
}
.main-header__dropdown-item, ul.main-header__dropdown li {

}
.main-header__dropdown-item a, ul.main-header__dropdown li a {
 	font-size:15px !important; 
  border-bottom:1px solid #E5E6E6 !important;
  color:#000 !important;
}
.main-header--mobile .main-header__nav--is-visible {
      margin-top: 106px;
  padding-bottom:180px;
}
.main-header--mobile .main-header__nav::before {
 display:none; 
}
.main-header--mobile .main-header__link {
  font-weight:bold;
  line-height:30px !important; 
}
.main-header--mobile .main-header__arrow-icon .icon {
    display: block;
    transform: rotate(-90deg);
}
.main-header--mobile .main-header__link[aria-expanded="true"] .main-header__arrow-icon .icon {
    transform: rotate(270deg);
}
.main-header--expanded .main-header__top-section {
 	display:block; 
}
.header-v3__nav-form-control.mobile::placeholder {
  font-size:15px !important;
  font-weight:300;
}

.catlist .main-header__link {
 	font-weight:600; 
  color: #000 !important;
}
.searchiconsvg {
  position: absolute;
  margin-top: 14px;
  margin-left: 12px; 
}
.usp {
    background-color: #f2f2f2;
    height: 30px;
    line-height: 30px;
}  
.usp .container {
	font-size:12px;
  display:flex;
  justify-content: space-between;
}
.main-header__nav {
	border-bottom:1px solid #E5E6E6;
}
.header-v3__nav-form-control {
	background-color:#F2F2F2; 
  border:1px solid #F2F2F2;
  height:44px;
}
.header-v3__nav-form-control {
    padding-left: 38px;
    width: 244px;
}
.header-v3__nav-form-control.mobile {
 	width:100% !important; 
}
.header-v3__nav-form-control.form-control:focus {
 	 width: 300px;
}
.header-v3__nav-form-control.form-control.mobile:focus {
 	 width: 300px;
}
.header-v3__nav-form-control::placeholder {
	color:#999999;
}
.gui-page-title {
	text-align:left;  
}
.gui-messages ul, .messages ul {
 		background-color:#E6E5E1 !important;
    padding: 10px 15px;
    color: #000;
    list-style-type: none;
    border: 1px solid #000;
  border:4px solid !important;
}

.gui-messages ul.success, .messages ul.success {
 			background-color:#E6E5E1 !important;
    padding: 10px 15px;
    color: #7DB952 !important;
    list-style-type: none;
    border: 4px solid #7DB952 !important;
}

.hero-slideshow__banner:not(.hero-slideshow__banner--no-overlay):before {
   background-color:transparent; 
}
.banner-card--overlay-bg::before {
 background-color:transparent; 
}
.carousel__wrapper, .carousel__list, .carousel__item, .hero-slideshow__banner, .hero-slideshow__wrapper {
 	height:520px; 
}
.hero-slideshow__wrapper .text-component {
    background-color: #fff;
    max-width: 230px;
    padding: 42px;
    margin-bottom: 60px;
  display:none;
}
.hero-slideshow__wrapper .hero-slideshow__tite {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-header__list svg {
 	height:24px; 
}

.icontxt {
  display:block !important;
  font-size:10px;
  font-weight:600;
  text-decoration:none !important;
}
a .icontxt {
    text-decoration:none !important;
}

.main-header__link--icon {
		padding: 0px !important;
    text-align: center;
    display: block;
}
.prod-card__wishlist {
  opacity: 1 !important; 
  padding:0px;
  background-color:transparent;
  width:18px;
  height:18px;
}

.product-card__title {
  color:#4A4A4A;
  font-size:14px;
  font-weight:bold;
}
.prod-card__price {
  color:#4A4A4A;
  font-size:14px;
}
.banner-card {
	height:393px;  
}

.banner-card__content {
  background-color:#DBC9B1;
  position: relative;
  height:50px;
  top: 343px;
  padding:6px;
}
.banner-card .h1 {
  text-align:center;
  color:#000;
  font-size:16px;
  font-weight:600;
}

.twocolumns {
  columns: 500px 2;
}

.twocolumns h2, .twocolumns h3 {
  font-size:15px;
  color:#000;
  font-weight:bold;
  line-height:20px;
}
.twocolumns p {
	font-size:15px;
  color:#000;
  margin-bottom:30px;
  line-height:20px;
}

.newsletterblock {
	background-color:#E6E5E1; 
}
.main-footer__content ul {
 	margin-bottom:40px; 
}

.main-footer__link {
	font-size:15px;
  line-height:30px;
}
.main-footer__link strong {
 margin-top:30px; 
}

.js .sidebar--loaded {
		opacity:0;
    left: 0;
    position: absolute !important;
    background-color: #fff;
    top: 0;
    z-index: -1;
    width: 605px;
}

.js .sidebar--loaded.sidebar--is-visible {
		opacity:1;
    left: 0;
    position: absolute !important;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.js .sidebar--loaded.sidebar--is-visible .sidebar__panel {
    background-color: transparent;
    max-width: 305px;

}
.sidebar__header {
  margin-top: 48px;
  padding:0px;
}
.js .sidebar--loaded.sidebar--is-visible .sidebar__panel form {
 background-color:#fff; 
}
.sidebar__header h1 {
  background-color: #fff;
    width: 100%;
      padding-left: var(--space-md);
    padding-right: var(--space-md);
}

.sidebar__close-btn {
    left: 0;
    display: block;
    position: absolute;
    border-radius: 0px;
    top: 0;
    float: left;
    width: 48px;
    height: 48px;
  margin-top:-48px;
box-shadow:none !important;
}
.sidebar--static .sidebar__header, html:not(.js) .sidebar .sidebar__header {
 	display: block; 
}

.collection-page__intro ul {
 	padding-top:15px; 
  margin-left:0px;
}
.collection-page__intro li {
 	display:inline; 
  border-right:1px solid #000;
  padding-right:10px; 
  margin-right:10px;
  font-size:15px;
}
.collection-page__intro li:last-of-type {
    border-right:0px solid #000;
}
.collection-page__intro li a {
 color:#DC016A; 
  text-decoration:underline;
}
.accordion__header {
  font-size:22px !important;
  font-weight:bold !important;
  color:#000 !important;
}
.filter-categories__item, .filter__radio-list {
 	font-size:15px; 
}

.productblox .grid {
 	width:100% !important; 
}

.pink {

}
.out-of-stock {
  color:#dc016a;
}

.text-component .product__price {
  font-size:28px;
  color:#000; 
}
.productwish {
    float: right;
    margin-top: 42px;
  margin-right: 16px;
  text-decoration: none;
}
.fotcodeproddetail {
	color: #999999;
    font-size: 15px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    line-height: 20px;
}
.quote {
  background-color:#DC016A;
  color:#fff;
  font-size:15px;
  line-height:50px;
  text-transform:uppercase;
  height:50px;
}
.quote p {
  color:#fff;
  font-size:15px;
  line-height:50px;
  font-weight:600;
  text-transform:uppercase !important;
}
#formNewsletter {
 	text-align:center; 
  padding-top:10px;
  padding-bottom:10px;
}
#formNewsletter h4 {
 color:#000; 
  font-size:22px;
  font-weight:bold;
  margin-bottom:10px;
}
#formNewsletter p {
 	margin-top:6px; 
}
#formNewsletter input {
  border:0px;
  margin-right:20px;
    font-size:15px;
  height:44px;
}
#formNewsletter input::placeholder {
 color:#B4AA9D;
}
#formNewsletter .btn {
  height:44px;
  padding-left:30px;
  padding-right:30px;
}
.main-footer__colophon {
  background-color:#F8F8F8;
}
.main-footer__colophon p, .main-footer__colophon a {
  font-size:13px;
  color:#636363;
  text-decoration:none !important;
}

.main-footer__colophon a:hover {
 text-decoration:underline !important; 
}
.main-footer__link {
  color: #000 !important;
}

.logofooter {
 	text-align:right; 
}
.upsproducts {
  margin-top:30px;
 background-color:#F2F2F2;
  font-size:15px;
  color:#636363;
  padding:20px
}
.upsproducts li {
 	line-height:20px; 
  padding-top:10px;
  padding-bottom:10px;
  font-weight:300;
  color:#636363;
}
.upsproducts .col-2 {
  text-align:center;
}
.upsproducts svg {
	margin-right: 14px;
    width: 25px;
    margin-bottom: -6px;	
}

.information p {
 padding-bottom:0px;
  margin-bottom:0px;
}

.productwish .icon {
 height:22px !important;
  width:22px !important;
}


.counter {
    background-color: #dc016a;
    border-radius: 20px;
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    font-size: 12px;
    top: -8px;
    right: -11px;
    height: 20px;
    text-align: center;
    padding-top: 0px;
    color: #fff;
}
@media only screen and (max-width: 64em) {
	.counter {
  	display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
  }
}
.gui {
 font-size:15px; 
}
.drawer__body {
  font-size:15px;
  line-height:20px;
}
.img-mag__asset {
 height:100%; 
  width:auto;
}

.gui-content-title {
	margin-bottom:20px !important;  
      font-size: 1.6875em;
}

.gui-content-wysiwyg {
 	margin-bottom:20px; 
}

.gui-checkout-one-step .gui-block-option .gui-field .gui-radio > label {
    font-size: inherit !important;
}

.gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label {
    font-size: inherit !important;
}

@media (min-width: 64rem) {
  #filter-btn {
  	display:none;
  }
  .filter-desktop-btn {
  	margin-right:8px;
  }
}


.product-collection .prod-card {
  padding-right:40px;
}

  .counter {
      right: 4px; 
  }

@media (max-width: 64rem) {
  .filter-desktop-btn {
  	display:none;
  }
  .collection-page__content main.productblox div.desktop-filter {
    display: none;
  }
  .collection-page__content main.productblox .fit-code-calculator-button {
  	float: none !important;
  }
  form#formNewsletter.newsletter > div > div.grid {
  	flex-direction: column;
  }
  form#formNewsletter.newsletter > div > div.grid input {
  	margin: 0;
    margin-bottom: 14px;
    padding: 12px;
  }
  .js .sidebar--loaded {
  	max-width:100%;  
  }
  .product-collection .prod-card {
    padding-right:15px;
  }
  .counter {
      right: -4px; 
  }
}

.custom-product-options ul li span {
	font-size: 14px;
  float: right;
}
.custom-product-options ul li.out-of-stock {
	color: #959595;
  cursor: default !important;
  font-weight: 100;
  text-decoration: line-through;
}
.custom-product-options ul li.out-of-stock:hover {
	font-weight: 100 !important;
  background: #ffffff !important;
}

header.main-header .main-header__top-section.FITCode-loaded {
    background-color: #7DB952;
  height: fit-content;
}
.main-header--mobile .main-header__link svg g g path[stroke="#fff"] {
	fill: #000;
}

.payment-methods img {
 	height:40px;
  margin-left:15px;
  margin-right:15px;
}

.gui-col3-equal-col2.gui-div-cart-coupons {
	display:none;
}

.carousel__wrapper, .carousel__list, .carousel__item, .hero-slideshow__banner, .hero-slideshow__wrapper {
 
}
.carousel__wrapper, .carousel__list, .carousel__item, .hero-slideshow__banner, .hero-slideshow__wrapper {
    height: 100%;
}

.hero-slideshow__banner {
 min-height:0px; 
}