/**
 * The responsive stylesheet for Broly.
 *
 * @package Broly
 * @author  LA-Studio
 * @link
 */
/*------------------------------------------------------------------
[Table of contents]

1. CSS General
2. Category Product
3. Search Product
4. Single Product
5. Cart Page
5. Checkout Page
6. My Account Page
-------------------------------------------------------------------*/
.product--thumbnail .product--action, .products-grid-2 .product--info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.select2-container .select2-choice, .product--summary .variations select, .cart-collaterals .shipping select {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.wc-ordering ul li a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.products-grid-2 .product--info .button,
.product--thumbnail .button {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wc-ordering ul {
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
}

.registration-horizonal .registration-form::before, .registration-horizonal .registration-form::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.registration-horizonal .registration-form::after {
  clear: both;
}

.wc-ordering ul {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
}

/*--------------------------------------------------------------
	1. CSS General
---------------------------------------------------------------*/
.select2-container .select2-choice {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px solid #dddddd;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-active {
  border-color: #dddddd;
}

.select2-search input {
  padding: 5px 10px !important;
}

.select2-input,
.input-text {
  border: 1px solid #dddddd;
  padding: 5px 10px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 0;
}

.stars .star-1:before,
.stars .star-2:before,
.stars .star-3:before,
.stars .star-4:before,
.stars .star-5:before {
  content: "\f006";
  display: block;
  font-family: FontAwesome;
}

.stars .star-1.active:before,
.stars .star-2.active:before,
.stars .star-3.active:before,
.stars .star-4.active:before,
.stars .star-5.active:before {
  content: "\f005";
}

.stars .star-1:hover, .stars .star-1.active,
.stars .star-2:hover,
.stars .star-2.active,
.stars .star-3:hover,
.stars .star-3.active,
.stars .star-4:hover,
.stars .star-4.active,
.stars .star-5:hover,
.stars .star-5.active {
  color: #ce1a2b;
}

.stars .star-2:before {
  content: "\f006\f006";
}

.stars .star-2.active:before {
  content: "\f005\f005";
}

.stars .star-3:before {
  content: "\f006\f006\f006";
}

.stars .star-3.active:before {
  content: "\f005\f005\f005";
}

.stars .star-4:before {
  content: "\f006\f006\f006\f006";
}

.stars .star-4.active:before {
  content: "\f005\f005\f005\f005";
}

.stars .star-5:before {
  content: "\f006\f006\f006\f006\f006";
}

.stars .star-5.active:before {
  content: "\f005\f005\f005\f005\f005";
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  border: 1px solid #dddddd;
  border-top: 3px solid #ce1a2b;
  list-style: none outside !important;
  width: auto;
  word-wrap: break-word;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.176);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.176);
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  font-family: "FontAwesome";
  content: "\f129";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  font-size: 12px;
  padding: 5px 10px 4px;
  margin-top: -4px;
  border-radius: 4px;
  background-color: #ddd;
  border-color: #ddd;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  border-top-color: #4be1ab;
}

.woocommerce-message:before {
  content: "\f00c";
  color: #4be1ab;
}

.woocommerce-info {
  border-top-color: #4be1ab;
}

.woocommerce-info:before {
  color: #4be1ab;
}

.woocommerce-error {
  border-top-color: #fe5339;
}

.woocommerce-error:before {
  content: "\f12a";
  color: #fe5339;
}

.shop_table th, .shop_table td {
  vertical-align: middle;
}

#shipping_method {
  margin: 0;
  list-style: none;
  padding: 0;
}

#shipping_method li {
  margin-bottom: 10px;
}

#shipping_method li input[type="checkbox"],
#shipping_method li input[type="radio"] {
  margin-bottom: 0;
}

form .form-row::before, form .form-row::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

form .form-row::after {
  clear: both;
}

form .form-row.form-row-first {
  float: left;
}

form .form-row.form-row-last {
  float: right;
}

form .form-row.form-row-first, form .form-row.form-row-last {
  width: 48%;
}

@media (max-width: 767px) {
  form .form-row.form-row-first, form .form-row.form-row-last {
    width: 100%;
  }
}

.col2-set {
  margin-left: -15px;
  margin-right: -15px;
}

.col2-set::before, .col2-set::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.col2-set::after {
  clear: both;
}

.col2-set .col-2,
.col2-set .col-1 {
  position: relative;
  float: left;
  min-height: 1px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .col2-set .col-2,
  .col2-set .col-1 {
    width: 100%;
  }
}

.onsale,
.new-badge,
.onsale-badge {
  position: absolute;
  top: 15px;
  z-index: 3;
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
}

.new-badge {
  right: 15px;
  background: #8cdbe4;
}

.onsale,
.onsale-badge {
  left: 15px;
  background: #ce1a2b;
}

.product .product-price ins,
.product .price ins {
  text-decoration: none;
}

.product .product-price del,
.product .price del {
  font-weight: normal;
  color: #adb2bc;
}

.wc-toolbar {
  line-height: 30px;
}

.wc-toolbar p {
  margin-bottom: 0;
}

.wc-toolbar .woocommerce-result-count,
.wc-toolbar .wc-view-toggle,
.wc-toolbar .wc-ordering {
  float: left;
}

.wc-toolbar .wc-view-toggle .active {
  color: #ce1a2b;
}

.wc-toolbar .wc-view-toggle {
  font-size: 18px;
  padding-left: 20px;
}

.wc-toolbar .wc-view-toggle span {
  cursor: pointer;
}

.wc-ordering {
  padding-right: 40px;
  position: relative;
}

.wc-ordering:last-child {
  padding-right: 0;
}

.wc-ordering:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}

.wc-ordering p {
  cursor: pointer;
}

.wc-ordering p:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.wc-ordering:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.wc-ordering:hover p:after {
  content: "\f106";
}

.wc-ordering ul {
  position: absolute;
  font-size: 13px;
  background-color: #fff;
  padding: 10px;
  z-index: 11;
  visibility: hidden;
  margin-top: 30px;
  opacity: 0;
}

.wc-ordering ul li {
  display: block;
}

.wc-ordering ul li a {
  padding: 0 10px;
  white-space: pre;
  display: block;
}

.wc-ordering ul li:hover a, .wc-ordering ul li.active a {
  background-color: #ce1a2b;
  color: #fff;
}

.wc-toolbar-top {
  margin: 0 0 45px;
}

.woocommerce-tabs {
  margin: 60px 0;
}

.wc-tabs {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.wc-tabs li {
  display: inline-block;
  margin: 0 25px;
}

.wc-tabs a {
  display: block;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
}

.wc-tabs .active a {
  color: #000000;
  border-color: #000000;
}

.wc-tab {
  line-height: 30px;
  display: none;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.wishlist-title {
  display: none;
}

/*--------------------------------------------------------------
	2. Category Product
---------------------------------------------------------------*/
.products {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.product-item .item-inner {
  margin-bottom: 50px;
}

.product-item .item--excerpt {
  display: none;
}

.product-item:hover .item--overlay {
  visibility: visible;
  opacity: 0.7;
}

.product-item:hover .product--thumbnail .product--action {
  visibility: visible;
  opacity: 1;
}

.product--thumbnail {
  position: relative;
  text-align: center;
}

.product--thumbnail img {
  width: 100%;
}

.product--thumbnail .item--overlay {
  background-color: #000;
}

.product--thumbnail .product--action {
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.products-grid-2 .product--info .wc-forward,
.product--thumbnail .wc-forward {
  display: none;
}

.products-grid-2 .product--info .button,
.product--thumbnail .button {
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  text-indent: -99999em;
  background-color: transparent;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon-cart-white.svg);
}

.products-grid-2 .product--info .button:hover,
.product--thumbnail .button:hover {
  background-color: #fff;
  background-image: url(../images/icon-cart-black.svg);
  border-color: #fff;
}

.products-grid-2 .product--info .button:first-child,
.product--thumbnail .button:first-child {
  margin-left: 0;
}

.products-grid-2 .product--info .button:last-child,
.product--thumbnail .button:last-child {
  margin-right: 0;
}

.products-grid-2 .product--info .quickview,
.product--thumbnail .quickview {
  background-image: url(../images/icon-expand-white.svg);
}

.products-grid-2 .product--info .quickview:hover,
.product--thumbnail .quickview:hover {
  background-image: url(../images/icon-expand-black.svg);
}

.products-grid-2 .product--info .add_wishlist,
.product--thumbnail .add_wishlist {
  background-image: url(../images/icon-heart-white.svg);
}

.products-grid-2 .product--info .add_wishlist:hover,
.product--thumbnail .add_wishlist:hover {
  background-image: url(../images/icon-heart-black.svg);
}

.product--title {
  font-size: 14px;
  line-height: normal;
}

.product--info {
  text-align: center;
  padding: 5px 0 10px;
}

.product--info .price {
  font-size: 16px;
  color: #000000;
}

.product--info .product--action {
  display: none;
}

.products-grid-2 .product-item .item-inner {
  margin-bottom: 30px;
}

.products-grid-2 .product-item:hover .product--info {
  visibility: visible;
  opacity: 1;
}

.products-grid-2 .product--thumbnail .product--action {
  display: none;
}

.products-grid-2 .product--title {
  margin: 0 0 20px;
  font-family: inherit;
}

.products-grid-2 .product--info {
  width: 100%;
  visibility: hidden;
  display: block;
  opacity: 0;
}

.products-grid-2 .product--info .product--action {
  display: block;
  margin-top: 25px;
}

.products-grid-2 .price,
.products-grid-2 .product--title a {
  color: #fff;
}

.products-list .product-item {
  width: 100%;
}

.products-list .product-item .item--excerpt {
  display: block;
  margin-top: 25px;
}

.products-list .product--title {
  font-size: 18px;
  margin-top: 10px;
}

.products-list .product--thumbnail {
  width: 40%;
  float: left;
}

.products-list .product--info {
  margin-bottom: 0;
  width: 50%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.products-list .product--info .product--action {
  display: block;
  margin-top: 50px;
}

.products-list .product--info .product--action .quickview,
.products-list .product--info .product--action .add_wishlist {
  display: none;
}

.products-list .product--info .product--action .button {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.products-list .product--info .product--action .button:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.products-list .product--info .product--action .added_to_cart {
  margin-left: 10px;
}

.products-list.products-list-mini .product-item .item-inner {
  margin-bottom: 30px;
}

.products-list.products-list-mini .product--action,
.products-list.products-list-mini .item--excerpt {
  display: none !important;
}

.products-list.products-list-mini .product--thumbnail {
  width: auto;
  padding-right: 15px;
  max-width: 85px;
}

.products-list.products-list-mini .product--info {
  float: none;
  width: auto;
  padding: 0;
}

.products-list.products-list-mini .product--title {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: inherit;
}

.products-list.products-list-mini .price {
  font-size: 14px;
}

/*--------------------------------------------------------------
	3. Search Product
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	4. Single Product
---------------------------------------------------------------*/
.stock {
  font-size: 12px;
}

.stock.in-stock {
  color: green;
}

.stock.out-of-stock {
  color: red;
}

.product-main-image .product--large-image,
.product-main-image .product--thumbnails {
  margin-bottom: 30px;
}

.product--large-image {
  position: relative;
}

.product--large-image img {
  width: 100%;
}

.product--thumbnails {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}

.product--thumbnails.slick-slider {
  display: block;
}

.product--thumbnails a {
  padding: 0 13px 13px;
}

.product--thumbnails a img {
  width: 100%;
  border: 2px solid transparent;
}

.product--thumbnails .slick-current img {
  border-color: #dddddd;
}

.product--summary .product_title {
  font-size: 18px;
  margin-bottom: 15px;
}

.product--summary .price {
  font-size: 18px;
  color: #000000;
}

.product--summary div[itemprop="description"] {
  padding-top: 20px;
  margin-bottom: 30px;
}

.product--summary .product_meta > span {
  margin: 15px 0;
  display: block;
}

.product--summary form.cart {
  display: block;
  margin-top: 30px;
}

.product--summary form.cart .qty {
  float: left;
  width: 60px;
  height: 50px;
  text-align: center;
  margin-right: 10px;
}

.product--summary form.cart button {
  padding: 12px 35px;
}

.product--summary form.variations_form {
  margin-top: 10px;
}

.product--summary .product_meta label,
.product--summary .variations label {
  width: 100px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.product--summary .variations {
  margin-bottom: 10px;
}

.product--summary .variations select {
  background-color: transparent;
  padding: 5px 10px;
  display: block;
  width: 100%;
}

.product--summary .variations .label {
  width: 100px;
}

.product--summary .variations,
.product--summary .variations th,
.product--summary .variations td {
  border: none;
}

.product--summary .variations th,
.product--summary .variations td {
  padding: 0;
}

.product--summary .variations label {
  margin-bottom: 10px;
  padding: 6px 0;
}

.product--summary .variations .value {
  vertical-align: top;
}

.product--summary .variations .variations_button {
  margin-top: 10px;
}

.product--summary .social--sharing {
  margin-top: 50px;
}

.product--summary .social--sharing a {
  margin: 0 10px 0 0;
}

.heading--title {
  font-size: 24px;
  margin-bottom: 45px;
}

.lightcase-contentInner .product-main-image {
  width: 50%;
  padding-top: 10px;
}

.lightcase-contentInner .product-main-image .p---large {
  float: right;
  width: 75%;
}

.lightcase-contentInner .product-main-image .p---large .product--large-image {
  margin-bottom: 0;
}

.lightcase-contentInner .product-main-image .product--thumbnails {
  float: left;
  width: 20%;
  margin: 0;
}

.lightcase-contentInner .product-main-image .product--thumbnails .slick-slide {
  border: none;
  padding: 0 0 13px;
}

.lightcase-contentInner .product--summary {
  width: 45%;
  margin-left: 5%;
}

/*--------------------------------------------------------------
	5. Cart Page
---------------------------------------------------------------*/
.shop_table.cart {
  text-align: center;
}

.shop_table.cart .product-name {
  text-align: left;
}

.shop_table th {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.shop_table .product-quantity {
  width: 100px;
}

.shop_table .product-remove {
  width: 40px;
  text-align: center;
}

.shop_table .product-remove a {
  display: block;
  text-indent: -999em;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.shop_table .product-remove a:before {
  content: "\f014";
  font-family: "FontAwesome";
  display: block;
  text-indent: 0;
}

.shop_table .product-thumbnail {
  width: 90px;
}

.shop_table .actions {
  padding: 15px;
}

.shop_table .actions .button {
  float: right;
  padding: 5px 20px;
  line-height: 30px;
  font-size: 12px;
}

.shop_table dl {
  margin-bottom: 0;
  font-size: 12px;
}

.shop_table dl p {
  display: inline;
}

.shop_table dl dt, .shop_table dl dd {
  float: left;
}

.shop_table dl dt {
  clear: both;
}

.coupon {
  float: left;
}

.coupon label {
  display: none;
}

.coupon input {
  width: auto;
  display: inline-block;
  height: 40px;
  padding: 5px 20px;
  line-height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.coupon .input-text {
  border-right: 0;
  padding: 5px 15px;
}

.coupon .button {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.coupon .button:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.cart-collaterals .cross-sells {
  width: 66.66667%;
  float: left;
}

.cart-collaterals .cart_totals {
  width: 33.33333%;
  float: right;
}

.cart-collaterals .cart_totals .amount {
  color: #000000;
}

@media (max-width: 991px) {
  .cart-collaterals .cart_totals,
  .cart-collaterals .cross-sells {
    width: 100%;
  }
}

.cart-collaterals h2 {
  font-size: 24px;
  margin: 40px 0 30px;
}

.cart-collaterals .shipping input {
  margin-bottom: 10px;
}

.cart-collaterals .shipping select {
  height: 42px;
  padding: 5px 10px;
  margin: 10px 0;
}

.cart-collaterals .shipping .button {
  font-size: 12px;
}

.cart-collaterals .wc-proceed-to-checkout {
  float: right;
}

.cart-collaterals .wc-proceed-to-checkout .button {
  display: block;
}

/*--------------------------------------------------------------
	5. Checkout Page
---------------------------------------------------------------*/
.woocommerce-checkout form.login,
.woocommerce-checkout form.checkout_coupon {
  clear: both;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-checkout h3 {
  font-size: 18px;
  margin: 20px 0;
}

.woocommerce-checkout .woocommerce-checkout h3 .input-checkbox {
  float: left;
  margin: 2px 10px 0 0;
}

.woocommerce-checkout .woocommerce-checkout .form-row {
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-checkout .form-row.create-account {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout .form-row label {
  margin-bottom: 10px;
  display: block;
}

.wc_payment_methods {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.wc_payment_methods .wc_payment_method {
  margin-bottom: 10px;
}

.wc_payment_methods .payment_box {
  padding: 10px 15px;
}

.checkout_coupon .button {
  font-size: 12px;
}

/*--------------------------------------------------------------
	6. My Account Page
---------------------------------------------------------------*/
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding: 0 30px 15px 0;
}

.woocommerce-MyAccount-navigation li.is-active a {
  color: #ce1a2b;
}

.woocommerce-MyAccount-content h3 {
  font-size: 24px;
}

.woocommerce-MyAccount-content h2 {
  font-size: 30px;
}

.registration-form {
  margin-bottom: 30px;
}

.registration-form .form-row {
  margin-bottom: 40px;
}

.registration-form label {
  display: none;
}

.registration-form input {
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 16px;
  width: 100%;
  color: #fff;
}

.registration-form .input-text {
  background-color: #134f8a;
  padding: 15px 40px;
  color: #487eb4;
}

.registration-form .input-text:focus {
  color: #fff;
}

.registration-form .button {
  text-transform: capitalize;
  background: #ce1a2b;
  padding-top: 15px;
  padding-bottom: 15px;
}

.registration-horizonal .registration-form {
  margin: 0 -15px;
}

.registration-horizonal .registration-form .form-row {
  float: left;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.registration-horizonal .registration-form .form-row-wide {
  float: left;
  width: 40%;
}

form .password-input{position:relative}form .password-input .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:1em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}form .password-input .show-password-input:before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:1em;width:1em}form .password-input .show-password-input.display-password:before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}
