#sidebar {
  min-width: 300px;
  max-width: 300px;
  /* background: #1d1919; */
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

#search_content {
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
  overflow: hidden;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

#sidebar.active {
  width: 0px;
  min-width: 0px;
  opacity: 0;
  padding: 0;
}

input[type="radio"] {
  --active: #2292d3;
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, 0.3);
  --border: #888;
  --border-hover: #2292d3;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 17px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

input[type="radio"]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

input[type="radio"]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

input[type="radio"]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}

input[type="radio"]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}

input[type="radio"]:disabled+label {
  cursor: not-allowed;
}

input[type="radio"]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}

input[type="radio"]:focus {
  box-shadow: 0 0 0 var(--focus);
}

input[type="radio"]:not(.switch) {
  width: 17px;
}

input[type="radio"]:not(.switch):after {
  opacity: var(--o, 0);
}

input[type="radio"]:not(.switch):checked {
  --o: 1;
}

input[type="radio"]+label {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
  width: 89%;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--active-inner);
  opacity: 0;
  -webkit-transform: scale(var(--s, 0.7));
  transform: scale(var(--s, 0.7));
}

input[type="radio"]:checked {
  --s: 0.5;
}

#sitesearch_tip+.popover .popover-title {
  padding: 3px 13px;
  letter-spacing: normal;
}

#sitesearch_tip+.popover {
  height: 37px;
  max-width: none;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, .15);
}

#sitesearch_tip+.popover {
  padding: 0;
  border: 1px solid #2292D3;
}

#sitesearch_tip+.popover .popover.bottom>.arrow:after {
  border-bottom-color: #2292d3;
}

#sitesearch_tip+.popover .popover-title {
  background-color: #fff;
  color: #2292d3;
  border: 0px;
}

#sitesearch_tip+.popover.right>.arrow {
  border-right-color: #2292d3;
}

#sitesearch_tip+.popover.bottom>.arrow, #sitesearch_tip+.popover.bottom>.arrow:after {
  border-bottom-color: #2292d3;
}

#sitesearch_tip+.popover.right>.arrow {
  left: -18px;
  margin-top: -8px;
}

#sitesearch_tip+.popover.right>.arrow::after {
  left: -6px;
  bottom: -8px;
}

#sitesearch_tip+.popover>.arrow::after {
  border-width: 8px;
}

#sitesearch_tip+.popover>.arrow {
  border-width: 9px;
}

.single-product h2.product-detail-price {
  float: none;
}

em {
  font-style: normal;
  font-weight: 700;
}

span.search_labelled {
  display: inline-block;
  margin: 0 7px 0 3px;
  margin-bottom: 0px;
  border: 1px solid #bababa;
  border-radius: 3px;
  margin-bottom: 12px;
  color: #555;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 9.5pt !important;
  padding: 3px 8px;
}

.row.result_item p+a, .row.result_item p+a+span+a {
  /*color: #3493ca;*/
  color: #348abc;
}

.row.result_item p+a:hover, .row.result_item p+a+span+a:hover {
  color: #09abe0;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .single-product {
    margin-top: -15px;
  }
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.promote .learnmore {
  font-weight: 500;
  color: #00a8ff;
  padding-top: 5px;
  display: block;
}

.promote .content {
  color: #666;
  font-weight: 300;
}

.promote a {
  color: #000;
}

.promote h3 {
  margin-bottom: 5px;
  line-height: 1.3;
}

#sidebar .pnumber {
  background-color: #f0f0f0;
  padding: 3px 6px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 600;
  margin-left: 5px;
  color: #808080;
  font-weight: 500;
  letter-spacing: 0.001em;
  float: right;
}

#sidebar .plist input {
  margin-right: 5px;
}

#sidebar .plist li {
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}

#sidebar .plist li a:hover {
  color: #2292D3;
}

#sidebar .plist li a.active {
  color: #2292D3;
}

#sidebar .plist li a {
  color: #111;
  font-weight: 500;
}

.filter_label:hover, input[type="radio"]:hover+label {
  /* color: #2292d3; */
}

.filter_label:hover .checkmark, .filter_category li:hover input[type="radio"] {
  /* border-color: #2292d3; */
}

.top_searchbox.fixed {
  position: fixed !important;
  z-index: 9999;
  top: 0px;
  width: 100%;
  background-color: #fff;
  /*box-shadow: 0 5px 10px rgba(0,0,0,.15);*/
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
  padding-bottom: 34px !important;
  left: 0;
  padding-top: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.top_searchbox.fixed>div {
  position: relative;
  padding-left: 16px !important;
  top: 15px;
}

.top_searchbox.fixed p {
  display: none !important;
}

.top_searchbox input {
  font-size: 16px;
  color: #000;
  height: 50px;
  width: 500px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #dfe1e5;
  padding-left: 20px;
  transition: all 0.2s linear 0s;
}

@media (max-width: 600px) {
  .top_searchbox input {
    width: 240px !important;
  }
}

@media (max-width: 350px) {
  .top_searchbox input {
    width: 75% !important;
  }
}

@media (max-width: 800px) {
  .top_searchbox input {
    width: 240px;
  }
}

.top_searchbox button.btn-go {
  border-radius: 0 8px 8px 0;
  top: 1px;
  position: relative;
  height: 50px;
  vertical-align: middle;
  width: 70px;
}

.top_searchbox .fa-search {
  background-position: -86px -516px;
  width: 36px;
  height: 36px;
}

#sidebar {
  padding: 10px 30px 10px 8px;
}

#sidebar h2 {
  margin: 0px 10px 20px 0px;
  color: #000;
  font-weight: 500;
  font-size: 1.25em;
}

#sidebar h3 {
  margin: 15px 0;
  font-size: 1.07em;
  text-transform: uppercase;
  color: #154f85 !important;
  font-weight: 400;
}

.hamburger {
  border: 1px solid rgba(34, 146, 211, 1.0) !important;
  background-color: rgba(34, 146, 211, 1.0) !important;
  border-radius: 5px;
  display: inline;
  position: relative;
  height: 36px;
  width: 39px;
  min-width: 39px;
  margin-top: 10px;
  margin-left: 5px;
  filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.1));
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 2px;
  left: 9px;
  position: absolute;
  width: 50%;
}

.hamburger.is-open .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  top: 11px;
}

.hamburger.is-open .hamb-middle {
  margin-top: -1px;
  top: 50%;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  bottom: 11px;
}

.hamb-bottom, .hamb-middle, .hamb-top {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-closed .hamb-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  margin-top: -1px;
  width: 45%;
  left: 10px;
  top: 50%;
}

.hamburger.is-closed .hamb-middle {
  display: none;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  margin-top: -1px;
  width: 45%;
  left: 10px;
  top: 50%;
}

.cp_chk {
  display: none;
}

.checkmark {
  position: relative;
  display: inline-block;
  height: 17px;
  width: 17px;
  background-color: #fff;
  top: 0px;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #888;
  float: left;
  margin-bottom: 3px;
}

#sidebar input:checked~.checkmark {
  border-color: #2292d3;
  background-color: #2292d3;
}

#sidebar input:checked~.checkmark+span.filter_value {
  color: #000;
  font-weight: 500;
}

a.btn.btn-load-more.btn-default {
  border-radius: 7px;
}

div.load-more {
  margin-top: 30px;
  padding-left: 6px;
  padding-right: 6px;
}

.checkmark:hover {
  border: 1px solid #2292d3;
}

#sidebar .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show the checkmark when checked */

#sidebar input:checked~.checkmark:after {
  display: block;
}

#sidebar .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#Sortblock .dropdown-menu {
  left: auto;
  position: absolute;
  right: 6px;
  top: 98px;
  width: 100px;
}

#Sortblock button {
  float: right;
  min-width: 150px;
  border-color: #eaeaea;
  margin-left: 5px;
  border-radius: 4px;
}

.row.result_item {
  padding: 30px 14px 20px;
  border: 1px solid #cdced4;
  margin: 0 0 30px 0;
  border-radius: 8px;
  background-color: #fff;
  transform: scale(1.0);
  filter: drop-shadow(0px 2px 3px rgba(48, 107, 125, 0.2));
  transition: all .2s ease-in-out 0s;
}

#sidebar .label span {
  color: #000;
}

span.search_Key {
  font-weight: 500;
}

.lds-ring {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  z-index: 9999;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 5px solid #3aa4d0;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3aa4d0 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.top_searchbox {
  padding-bottom: 20px !important;
  margin-bottom: 25px !important;
}

.btn-info {
  background-color: #fff;
  border-color: #dfe1e5;
  border-radius: 0;
  border-left: none;
  /*color: 000;*/
  color: #2292d3;
  transition: all 0.2s linear 0s;
}

.form-control {
  border: 1px solid #dfe1e5;
  box-shadow: none !important;
  transition: all 0.2s linear 0s;
}

btn-info:hover .icon-search3::before {
  color: #2292d3;
  transition: all 0.2s linear 0s;
}

.top_searchbox input:hover {
  border: 1px solid #b1b0b0;
  transition: all 0.2s linear 0s;
}

.top_searchbox input:hover+.btn-info {
  border: 1px solid #b1b0b0;
  border-left: none;
  transition: all 0.2s linear 0s;
}

#sitesearch_form:hover {
  transition: all 0.2s linear 0s;
  filter: drop-shadow(1px 3px 3px rgba(48, 107, 125, 0.25));
  transition: all 0.2s linear 0s;
}

#sitesearch_form:focus {
  filter: drop-shadow(1px 3px 5px rgba(48, 107, 125, 0.25));
  transition: all .2s ease-in-out 0s;
}

#sitesearch_form:active {
  filter: drop-shadow(1px 3px 5px rgba(48, 107, 125, 0.25));
  transition: all .2s ease-in-out 0s;
}

.form-control:focus, .form-control:focus+.btn-info {
  border-color: #3B99FC !important;
  transition: all .2s ease-in-out 0s;
}

.btn-info:hover {
  color: #fff !important;
  transition: all 0.2s linear 0s;
}

.btn-info {
  color: #2292d3;
}

.form-control:focus+.btn-info .icon-search3::before {
  color: #3B99FC !important;
  transition: all .3s ease-in-out 0s;
}

#sidebar {
  padding: 10px 30px 10px 10px;
}

#sidebar .label span.Ftitle {
  color: #404141;
  font-size: 18px;
  font-weight: 300;
}

#sidebar .label span.reset {
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

#sidebar .label span.reset {
  text-decoration: none !important;
  color: #2292d3;
  cursor: pointer;
}

.filter_category .plist {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea !important;
}

.plist {
  margin-left: 2px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 35px;
}

.plist:last-child {
  border-bottom: none;
}

.filter_label {
  font-weight: 400;
  letter-spacing: 0.05em !important;
  line-height: 18px;
  font-size: .85em !important;
  min-height: 12px;
  height: 10px;
  color: #353536;
  width: 98%;
}

#sidebar .pnumber:hover {
  color: #2292d3;
}

input[type="radio"]:checked+.filter_label {
  color: #000;
  font-weight: 500;
}

#Sortblock {
  float: right;
  margin-right: 5px;
  margin-bottom: 5px;
}

.sorttitle {
  float: right;
  margin-right: 10px;
  margin-top: 16px;
}

#search_result {
  padding: 2px 0.5% 0;
}

.row.result_item:hover {
  border: 1px solid #3B99FC;
  filter: drop-shadow(1px 3px 3px rgba(48, 107, 125, 0.3));
  position: relative;
  transform: scale(1);
  transition: all 0.2s linear 0s;
}

.product-detail-price a {
  color: #515356;
  font-weight: 500;
}

.product-detail-price a:hover {
  color: #0d6d9c;
}

.row.result_item p {
  font-size: 1em;
  color: #4e5052;
  line-height: 1.4 !important;
  display: inline-block;
  margin: 5px 0 5px 0 !important;
  font-weight: 500 !important;
  letter-spacing: .025em !important;
}

.row.result_item p+p {
  font-size: 0.85em;
  color: #555;
  line-height: 1.6 !important;
  display: inline-block;
  margin: 3px 0 5px 0 !important;
  font-weight: 300 !important;
}

.row.result_item p em, .row.result_item p+p em {
  color: #000;
  font-size: 1em;
}

.lineS {
  color: #b1b5b9;
  font-weight: 400 !important;
  padding: 0 6px;
}

.row.result_item p+p+a::before, .row.result_item p+a::before {
  display: inline-block;
  position: relative;
  content: "\f0fe";
  color: #2292d3;
  font-family: "FontAwesome";
  font-size: 1.05em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  top: 1px;
  background-color: #fff;
}

.row.result_item p+p+a+a::before, .row.result_item p+p+a+span+a::before, .row.result_item p+a+a::before, .row.result_item p+a+span+a::before {
  display: inline-block;
  position: relative;
  content: "\f019";
  color: #2292d3;
  font-family: "FontAwesome";
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  top: 1px;
}

.Labeled_item {
  font-weight: 400;
  font-size: 10pt;
  color: #666;
}

.hamburger:hover .hamb-bottom, .hamburger:hover .hamb-middle, .hamburger:hover .hamb-top {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  transition: all 0.35s ease-in-out;
}

.hamburger:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

.hamburger.is-open .hamb-bottom, .hamburger.is-open .hamb-top {
  height: 2px;
}

.top_searchbox .btn-info:hover {
  color: #2292d3 !important;
  background-color: #fff;
  border-color: unset !important;
  border-color: #dfe1e5 !important;
  border-left: none !important;
}

.btn-info:hover .icon-search3::before {
  color: #09abe0;
  transition: all 0.2s linear 0s;
}

#search_result .row.result_item a.col-lg-2 {
  padding-right: 5px;
}

#search_result .row.result_item a .img-responsive {
  border-radius: 4px;
  filter: brightness(100%) contrast(100%);
  transition: all 0.2s linear 0s;
}

.row.result_item p.pdesc {
  font-size: 1.02em;
  color: #4e5052;
  line-height: 1.4 !important;
  display: inline-block;
  margin: 1px 0 5px 0 !important;
  font-weight: 500 !important;
  letter-spacing: .025em !important;
}

.row.result_item p, .row.result_item p+p {
  font-size: 0.875em;
  color: #666;
  line-height: 1.6 !important;
  display: inline-block;
  margin: 3px 0 5px 0 !important;
  font-weight: 400 !important;
}

#search_result .row.result_item a .img-responsive:hover {
  filter: brightness(120%) contrast(110%);
  transition: all 0.3s linear 0s;
}

.product-detail-price a, .row.result_item h2 a {
  color: #348abc;
  font-weight: 500 !important;
}

.product-detail-price a:hover, .row.result_item h2 a:hover {
  color: #09abe0;
  text-decoration: underline !important;
}

.sec-nav tbody tr td {
  display: inline-block;
}   

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.form-control:focus + .btn-info:hover {
  border-color: #3B99FC !important;
  transition: all .2s ease-in-out 0s;
}

/*將 Search Result page 的 discontinued 樣式改為跟產品頁一樣的顏色*/
.product-special-label i.discontinued, .product-special-label span.discontinued {
  color: #a9362c;
}


.product-special-label i.discontinued {
  margin-right: 3px;
}

/* filter-group >> All Style */
li.filter-group {
  border-color: #eaeaea;
  border-width: 1px;
  border-style: dotted;
  border: none;

  border-top: 2px dotted #eaeaea;
  padding-top: 10px;
  margin: 15px 0 !important;
}

/* filter-group >> Last Item */
li.filter-group.border-bottom {
  border-bottom: 2px dotted #eaeaea;
  margin-bottom: 20px !important;
  padding-bottom: 5px !important;
}

/* filter-group >> Group Title */
li.filter-group label.filter_label.filter-group-label {
  font-size: 0.9em !important;
  letter-spacing: -0.001em !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 5px 0 15px;
  color: #154f85 !important;
}

/* filter-group >> ol (SubGroup Block) */
li.filter-group ol {
  position: relative;
  padding-left: 17px;
}

.product-page-control .ajax-loader {
  margin-right: 10px;
  display: block;
  top: 0px;
}

.product_list .product-page-control .ajax-loader {
  margin-right: 30px;
}

.search-results .product_list .product-page-control .ajax-loader {
  margin-right: 45px;
}

.product-page-control .ajax-loader {
  display: none !important;
}

/* Refine by (New Position) */
#sidebar .plist li.products-filter h2 {
  margin-bottom: 10px !important;
}

/* Refine by (New Position) */
#sidebar .plist li.products-filter h3 {
  margin: 10px 0;
  margin-top: 5px !important;
  font-size: 0.9em !important;
  font-weight: 500;
}

/* Refine by (New Position) */
#sidebar .plist li.products-filter {
  /* padding-top: 20px;
  border-top: 1px solid #eaeaea !important; */
}

/* Refine by (New Position) */
#sidebar .plist li.products-filter .plist {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 25px;
}

/* Refine by (New Position) */
#sidebar .plist li.products-filter h2 {
  margin-bottom: 10px !important;
}

/* Refine by (New Position) */
#sidebar .plist li.products-filter h3 {
  margin: 10px 0;
  margin-top: 5px !important;
  font-size: 0.9em !important;
  font-weight: 500;
}

/* Refine by (New Position) >> No .filter-group */
#sidebar .plist li.products-filter {
  /* padding-top: 20px;
  border-top: 1px solid #eaeaea !important; */
  /* border-bottom: 2px dotted #eaeaea; */
  margin-bottom: 25px;
}

/* Refine by (New Position)  >> with .filter-group */
#sidebar .plist li.products-filter:has(+ .filter-group) {
  /* padding-top: 20px;
  border-top: 1px solid #eaeaea !important; */

  border-bottom: none !important;
  margin-bottom: 10px;
}

/* Refine by (New Position) */
#sidebar .plist li.products-filter .plist {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 25px;
}

#sidebar .plist li .filter_label {
  letter-spacing: -0.01em !important;
}

.filter_category .plist li.category-group ol.plist {
  position: relative;
  padding-left: 23px;
}

input[type="radio"] + .filter_label {
font-weight: 500 !important;
}

#sidebar .plist li.category-group .filter_label .checkmark {
height: 15px;
width: 15px;
}

#sidebar .plist li:has(+ li.products-filter.category-group.open) {
  padding-top: 25px;
  border-top: 1px solid #eaeaea !important;
}

#sidebar .plist li.products-filter.category-group + li:has(+ li.category-group) {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.filter_category .plist li.category-group ol.plist {
  padding-bottom: 20px;
  margin-bottom: 25px;
}

ol#filter_page_type_list {
  border-bottom: none !important;
}

input[type="radio"]:after {
  width: 15px;
  height: 15px;
}

#sidebar .checkmark:after {
  width: 4px;
  left: 5px;
  top: 0px;
}

.products-filter.category-group span.filter_value {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 55px);
  word-wrap: break-word;
  line-height: 1.3em;
  position: relative;
}

.products-filter.category-group form .plist li {
  margin-bottom: 12px !important;
}

#sidebar .products-filter.category-group .plist li .filter_label {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2;
  display: block;
  height: auto;
}

.filter_label:hover,
#filter_page_type_list > li:hover > input[type="radio"] + label,
.category-group .plist li:hover input[type="radio"] + label {
  color: #2292d3;
}

.filter_label:hover .checkmark,
#filter_page_type_list > li:hover > input[type="radio"],
.category-group .plist li:hover input[type="radio"] {
  border-color: #2292d3;
}

#sidebar .plist li.products-filter.category-group.open.Bottom-Line {
  border-bottom: 1px solid #eaeaea;
}

@media (min-width: 481px) {
  #search_result_count {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .row.result_item p+a, .row.result_item p+a+span+a{
    display: block;
    width: 100%;
    margin: 5px 0 3px;
  }

  .lineS {
    display: none;
  }
}
