/* 20231230125923 - 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: #0a8de9;
}

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

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

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

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

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #188602;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #0c1b2c;
  border-color: #0c1b2c;
}

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

/* custom */
.bar {
  height: 30px!important;
}
.list-usp{
  height: 35px!important;
  margin-top: -9px!important;
}
input#q{
    border-color: #ffffff!important;
    border-radius: 30px!important;
    color: white!important;
    background-color: #070101!important;
}

button::before {
  color: white;
}

.new #nav > ul + ul > li > a > .no, #bottom ul li .no {
  background: #bda05b;
}

h2 {
  font-family: roboto!important;
  font-weight: 300!important;
}
.add-size-to-cart {
  visibility: hidden;
}

/* Sharlene LightspeedHQ - 22 Jan 2021 - Color Swatches - START */
/*.swatches .swatch .color {
    width: 100px!important;
}*/
/* Sharlene LightspeedHQ - 22 Jan-2021 - END */


label.sale.standalone {top: 58px;}
#product .images .images-wrap .label.sale { top: 30px;}
.product .h4 {font-weight:400;}
.product .brand {font-weight:900;}
.pdp-brand-custom figure img {height:auto; }
@media (max-width: 767.98px) {
label.sale.standalone { top: 44px;}
  .pdp-brand-custom figure img {max-width: 130px;}
}

.product .wrap > label.sale, #product .images .images-wrap .label.sale {padding: 13px 8px;border-radius: 55px;font-size: 10px;}

/* hide price per unit */
.unit-price {display:none;}
.pdp-brand-custom figure {text-align:center;}
#product .sidebar .product-configure.list .variants.variants-custom {
	position: relative;
  padding-bottom: 65px;
}
#product .sidebar .product-configure.list .variants.variants-custom li {
	position:initial;
  cursor:pointer;
}
#product .sidebar .product-configure.list .variants.variants-custom li .button {
	position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:50px;
  margin-left:0px;
/*   opacity:0;
  z-index:-10;
  display:none; */
  opacity:1;
  z-index:1;
  display:flex;
}
#product .sidebar .product-configure.list .variants.variants-custom li.variant-active .button {
	opacity:1;
  z-index:1;
  display:flex;
}
#product .sidebar .product-configure.list .variants.variants-custom li .qty {
	display:none;
}
#product .sidebar .product-configure.list .variants.variants-custom li div > p:first-child {
	font-weight: bold;
  font-size: 1.1em;
}
#product .sidebar .product-configure.list .variants.variants-custom li span.dummy-checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin:0 10px;
  width:30px;
  min-width:30px;
  height:30px;
  border:1px solid #000;
  border-radius:50px;
  background:#fff;
}
#product .sidebar .product-configure.list .variants.variants-custom li.variant-active span.dummy-checkmark {
	background:#000;
}
#product .sidebar .product-configure.list .variants.variants-custom li span.dummy-checkmark i {
	color:#fff;
  display:none;
}
#product .sidebar .product-configure.list .variants.variants-custom li.variant-active span.dummy-checkmark i {
	display:block;
}
#product .sidebar .product-configure.list .variants.variants-custom li .price.h4 {
  font-size: 1.2em;
}
#product .sidebar .product-configure.list .variants.variants-custom li p.stock.outofstock,
#product .sidebar .product-configure.list .variants.variants-custom li p.stock.instock {
	font-weight: 400;
}
#product .sidebar .product-configure.list .variants.variants-custom li span.discount-custom {
	font-weight: 400;
  font-size: var(--fontSmall);
}
.dmws-p_1za0cr4-perfectstock-button .dmws-plus-stock-cta-button-inner>span {
	display:none !important;
}
#product .sidebar .product-configure.list .variants.variants-custom li .dmws-p_1za0cr4-perfectstock-button .dmws-plus-stock-cta-button-inner>span {
	display:block !important;
}
.pdp-title-custom {
	font-weight:normal;
}
.pdp-title-custom strong {
  font-weight:bold;
  display:block;
}
.pdp-top-brand {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pdp-brand-custom .meta {
	justify-content:space-between;
}
@media(max-width:900px) {
  #product .sidebar .product-configure.list .variants.variants-custom li span.dummy-checkmark {
    margin: 0 7px;
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}

#collection .products .product .stars .icon-star.gold {color:#AC5E82;font-size:10px;}
#collection .products .product .stars i.half i {line-height:10px;}
#collection .products .product .stars .icon-star {font-size:10px;}
.stars i.gold{color:#AC5E82;}

.dmws_perfect-product-card a b {font-size:1em; font-weight:100;}
.dmws_perfect-product-card .dmws_perfect-product-meta span:first-child {font-weight:bold;}
