.btn-ens-style,
.btn-ens-cross-style,
.easynetshop-buy {
  border: 1px solid red;
  display: inline-block !important;
  border-radius: 4px;
  padding: 0.2rem;
  text-align: center;
  background-color: white;
  cursor: pointer;
  color: red;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  transition: background 0.3s ease, color 0.2s linear;
  width: 9.8rem;
}

.card-btn-secondPrize .btn-ens-style,
.btn-ens-cross-style,
.easynetshop-buy {
  border: 1px solid rgb(34 64 88);
  background-color: white;
  color: rgb(34 64 88);
  transition: background 0.3s ease, color 0.2s linear;
}

.card-btn-fourthPrize .btn-ens-style,
.btn-ens-cross-style,
.easynetshop-buy {
  border: 1px solid rgb(34 64 88);
  background-color: white;
  color: rgb(34 64 88);
  transition: background 0.3s ease, color 0.2s linear;
}

.btn-ens-style:hover,
.btn-ens-cross-style:hover,
.easynetshop-buy:hover {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: red;
}

.card-btn-secondPrize .btn-ens-style:hover,
.btn-ens-cross-style:hover,
.easynetshop-buy:hover {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: rgb(34 64 88);
}

.card-btn-fourthPrize .btn-ens-style:hover,
.btn-ens-cross-style:hover,
.easynetshop-buy:hover {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: rgb(34 64 88);
}

.btn-ens-cross-style {
  padding: 0px 5px;
}

#easynetshop-cart-default {
  display: grid;
  width: 10rem;
  place-self: center;
  z-index: 1500;
}

#enscart_wrapper {
  display: grid;
  position: absolute;
  align-content: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1250;
}

#enscart_image_wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
  will-change: transform;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  z-index: 1140;
}

#enscart_image_wrapper:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#enscart_image {
  margin: 10px;
}

#enscart_counter {
  display: none;
  font-family: 'Pattaya-Regular', sans-serif;
  cursor: pointer;
  min-width: 30px;
  height: 30px;
  background-color: #d62240;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  right: -5px;
  text-align: center;
  line-height: 30px;
  ;
  z-index: 1150;
}

.easynetshop-modal {
  display: none;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  width: auto;
  color: #000000;
  line-height: 1.42857143;
  font-weight: normal;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin: 10px;
  z-index: 1150;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.easynetshop-modal-cart {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media screen and (min-width: 768px) {
  .easynetshop-modal {
    width: 600px;
    margin: 60px auto;
  }

  .easynetshop-goods-group .easynetshop-6 {
    width: 50%;
  }
}

.easynetshop-modal-fade-wrapper {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
  transition: opacity 0.15s linear;
  box-sizing: border-box;
  background-color: #333333;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-modal-header .easynetshop-close {
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-modal-header {
  min-height: 16.428571429px;
  padding: 2rem;
  ;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-modal-title {
  display: grid;
  justify-content: center;
  margin: 0;
  font-family: 'Pattaya-Regular';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
}

.easynetshop-continue,
.easynetshop-returntocart,
.easynetshop-gotocart,
.easynetshop-goorder,
.easynetshop-doorder {
  font-family: 'Pattaya-Regular';
  max-width: 95%;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  -webkit-user-select: none;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-center {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: flex-start !important;
}

.easynetshop-left {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-right {
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-itogo {
  padding-right: 0px;
}

.easynetshop-modal-body {
  position: relative;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-warning {
  padding: 0 2rem;
  font-size: 1.2rem;
  width: 90%;
  margin: auto;
  text-align: center;
}

.easynetshop-recomended {
  position: relative;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-cross-caption {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}


.easynetshop-cross-caption,
.easynetshop-modal-caption {
  font-weight: 300;
  font-size: 1.6rem;
  color: #333333;
}

.easynetshop-continue,
.easynetshop-returntocart {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-continue:hover,
.easynetshop-continue:focus,
.easynetshop-continue:active,
.easynetshop-continue.active,
.easynetshop-returntocart:hover,
.easynetshop-returntocart:focus,
.easynetshop-returntocart:active,
.easynetshop-returntocart.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-gotocart,
.easynetshop-goorder,
.easynetshop-doorder {
  color: #fff;
  background-color: #b4213b;
  border-color: #a42037;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-gotocart:hover,
.easynetshop-gotocart:focus,
.easynetshop-gotocart:active,
.easynetshop-gotocart.active,
.easynetshop-goorder:hover,
.easynetshop-goorder:focus,
.easynetshop-goorder:active,
.easynetshop-goorder.active,
.easynetshop-doorder:hover,
.easynetshop-doorder:focus,
.easynetshop-doorder:active,
.easynetshop-doorder.active {
  color: #fff;
  background-color: #cf435b;
  border-color: #a42037;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	display: flex;
	font-size: 1.3rem;
	flex: 1 1 auto;
	gap: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.easynetshop-6,
.easynetshop-2,
.easynetshop-4 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-3 {
  width: 50%;
  font-size: 1.3rem;
  float: left;
  position: relative;
  min-height: 1px;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-items: center;
  justify-content: flex-end;
  align-items: center;
}

.easynetshop-3:first-child {
  left: 0;
}

.easynetshop-offset-9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .easynetshop-6 {
    width: 50%;
  }

  .easynetshop-4 {
    width: 33.3%;
  }

  .easynetshop-3 {
    width: 25%;
    justify-content: flex-end !important;
  }

  .easynetshop-1 {
    width: 8.33%;
  }

  .easynetshop-2 {
    width: 16.6%;
  }

  .easynetshop-offset-9 {
    margin-left: 75%;
  }

  .easynetshop-modal-body {
    padding: 4rem;
  }

  .alert-warning {
    padding: 0 4rem;
  }
}

.easynetshop-form-group {
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-form-group:before,
.easynetshop-form-group:after {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-form-group:after {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-row {
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-goods .easynetshop-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}


.easynetshop-row:before,
.easynetshop-row:after {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-row:after {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-form-group input,
.easynetshop-form-group textarea,
.easynetshop-form-group select,
.easynetshop-history-group input {
  font-family: 'Pattaya-Regular', sans-serif;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  padding: 6px 12px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0px 0px 3px 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-form-group textarea {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-delgood,
.easynetshop-self-delgood {
  background-color: white;
  border: none;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 6px;
}

.easynetshop-form-group input.easynetshop-modal-cart-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-modal-errortext {
  color: #a94442;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easynetshop-goodtitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(1, 1fr);
  box-sizing: border-box;
  padding-bottom: 1rem;
  min-height: 5rem;
}

.easynetshop-goodtitle .easynetshop-goodimage {
  max-width: 8rem;
  width: 100%;
  position: absolute;
  grid-area: 1 / 1 / 3 / 3;
  display: grid !important;
  left: 0;
  place-self: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.easynetshop-goodtitle-name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  grid-area: 1 / 3 / 1 / 11;
  display: grid;
  line-height: 1.5rem;
  width: 90%;
  margin: auto;
  font-size: 1.3rem;
  box-sizing: border-box;
}

.easynetshop-goodtitle-description {
  color: #333333;
  -webkit-box-sizing: border-box;
  grid-area: 2 / 3 / 2 / 11;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  font-size: 1.2rem;
  margin: auto;
  width: 90%;
  justify-content: center;
}

.easynetshop-minus-quant,
.easynetshop-plus-quant,
.easynetshop-self-minus-quant,
.easynetshop-self-plus-quant {
  background: #fff;
  border: 1px solid #dad9d5;
  width: 25px;
  margin: 0;
  padding: 1px 6px;
  line-height: 18.5714px;
}

.easynetshop-loader {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 128px;
  height: 128px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin: auto;
  z-index: 9000;
}

.easynetshop-cb {
  clear: both;
  padding-top: 5px;
}

.easyshop-quant-input,
.easynetshop-self-quant-input {
  width: 25px;
  margin: 0px 2px 0px 2px;
  border: 1px solid #dad9d5;
  text-align: center;
}

.yamoney-pay-button__pay,
.yamoney-pay-button {
  background: #FFDB4D;
  border-radius: 4px;
  height: 64px;
  width: 155px;
  outline: 0px;
  border: 0px;
  transition: 0.1s ease-out 0s all;
  cursor: pointer;
}

.yamoney-pay-button__pay {
  position: relative;
  opacity: 0;
  z-index: 2;
}

.yamoney-pay-button {
  text-align: center;
  background: #FFDB4D;
}

.yamoney-pay-button__text {
  position: relative;
  left: 0;
  top: -53px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-family: YandexSansTextApp-Regular, Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.yamoney-pay-button__subtext {
  position: relative;
  left: 0;
  top: -55px;
  color: #000;
  font-size: 12px;
  font-family: YandexSansTextApp-Light, Arial, Helvetica, sans-serif;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.yamoney-pay-button_type_fly {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12), 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
}

.ens-select {
  background-color: #b4213b;
  color: #fff;
  border: 1px solid #a42037;
  display: inline-block;
  padding: 5px 10px;
}

.ens-select option {
  background-color: #ffffff;
  color: #000;
}

.ens-select-default {
  display: none;
}

.form-robokassa {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: none;
  background: rgb(232, 237, 241);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 298px;
  height: 60px;
  border-radius: 4px;
}

.btn-robokassa {
  width: 126px;
  height: 38px;
  background: url(https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-m.png);
  line-height: 37px;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.30);
  border: none;
}

#easynetshop-custom-orderfinalform {
  display: none;
}

.easynetshop-modalcontainer {
  font-family: 'Pattaya-Regular';
  overflow: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1550;
  bottom: 0;
  right: 0;
  display: none;
}

.easynetshop-bodyhide {
  overflow: hidden;
}

.easynetshop-modal-cart .easynetshop-form-group .easynetshop-required-error {
  background-color: #ffeeee;
  border-color: #a90101;
  will-change: transform;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;

}

.easynetshop-total-sum {
  font-size: 1.3rem;
  width: 100%;
}

.easynetshop-total-valute {
  text-align: left;
  padding-left: 5px;
  width: 35px;
}

.easynetshop-total-price {
  width: 65px;
}

.easynetshop-total-itogo,
.easynetshop-total-itogo-discount,
.easynetshop-total-itogo-delivery {
  font-size: 1.3rem;
  color: red;
}

.easynetshop-old-price,
.easynetshop-cross-old-price {
  text-decoration: line-through;
  color: #999;
  padding: 0px 5px;
}

.easynetshop-discount-good {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  /*border-radius: 3px;*/
}

.easynetshop-cross-img_url {
  width: 100%;
  height: auto;
  text-align: center;
}

.easynetshop-img-container {
  display: inline-block;
  position: relative;
}

.easynetshop-img-container div {
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 5px 5px 5px 10px;
}

.easynetshop-img-container:hover div {
  display: block;
}

.easynetshop-cross-add-sm {
  display: none;
}

.lds-container {
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #999;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.ens-live-style .easynetshop-livesearch-table {
  width: 100%;
}

.ens-live-style .easynetshop-livesearch-tr {
  border-bottom: 1px solid #eee;
}

.ens-live-style .easynetshop-livesearch-img {
  width: 150px;
  padding: 5px 10px;
}

.ens-live-style .easynetshop-livesearch-img-url {
  width: 100%;
  height: auto;
}

.ens-live-style .easynetshop-livesearch-old-price {
  text-decoration: line-through;
  color: #999;
  padding: 0px 5px;
}

.ens-counter-wrapper {
  display: inline;
  margin-right: 5px;
}

.ens-counter-wrapper input {
  width: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .easynetshop-img-container {
    width: 40%;
    min-width: 100px;
    text-align: center;
  }

  .easynetshop-text-container {
    width: 60%;
  }

  .easynetshop-cross-img_url {
    width: auto;
    max-height: 60px;
    text-align: right;
    margin-right: 10px;
  }

  .easynetshop-cross-single2.easynetshop-3 {
    width: 100%;
    padding-top: 10px;
  }

  .easynetshop-img-container,
  .easynetshop-text-container {
    float: left;
  }

  .easynetshop-img-container div {
    display: block;
    position: static;
  }

  .easynetshop-cross-add-sm {
    display: inline-block;
  }

  .easynetshop-cross-add {
    display: none;
  }

  .easynetshop-modal-body {
    padding: 3rem;
  }

  .alert-warning {
    padding: 0 3rem;
  }



}

@media screen and (max-width: 400px) {

  .easynetshop-continue,
  .easynetshop-returntocart,
  .easynetshop-gotocart,
  .easynetshop-goorder,
  .easynetshop-doorder {
    width: 100%;
  }

  .easynetshop-ok {
    padding: 20px;
  }

  .easynetshop-modal-body {
    padding: 2rem;
  }

  .alert-warning {
    padding: 0 2rem;
  }

}

/*
        *,
      html * /* override x.xhtml.ru style
      {
        scrollbar-width: thin;
      }

      *::-webkit-scrollbar,
      html *::-webkit-scrollbar {
        width: 8px;
      }
      *::-webkit-scrollbar-track,
      html *::-webkit-scrollbar-track {
        background: white;
      }
      *::-webkit-scrollbar-thumb,
      html *::-webkit-scrollbar-thumb {
        background-color: whitesmoke;
        border-radius: 3px;

        box-shadow: 0rem 0rem 0.2rem rgb(34 64 88 / 70%);
      }

      html {
        overflow: hidden;
      }
      body {
        height: 100vh;
        background: white;
        overflow-y: auto;
      }
*/

#ensSearchInput {
  background-repeat: no-repeat;
  width: 100%;
  padding: 12px 20px 12px 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#ensSearchUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#ensSearchUL li {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  text-decoration: none;
  display: block;
  text-align: left;
  clear: both;
  line-height: 40px;
}

#ensSearchUL li:hover{
  background-color: #eee;
}

#ensSearchUL .ens-search-price {
 padding: 0 10px;
}

#ensSearchUL .ens-search-img {
    max-height: 40px;
    float: left;
    padding-right: 20px;
}

#ensSearchUL .btn-ens-action.btn-ens-style {
    float: right;
    height: 40px;
    padding: 0px 5px;
}