﻿@media (min-width: 1101px) {
:root {
  --borderstyle: 10px !important;
}
.bs-sm-outer {
  background: var(--layoutcolor);
  color: #000;
  padding: var(--gap) 0;
  border: 0;
}
.bs-smartsearch-outer:has(#inputsearchh-0) {
  border-width: 2px;
  border-color: #ffffff72;
}
#inputsearchh-0.bs-master-input-inner {
  background-color: transparent;
  color: #fff;
}

#inputsearchh-0.bs-master-input-inner::placeholder {
  color: #fff;
}
.bs-master-input-search-btn {
  background: transparent;
  color: #fff;
}
.bs-master-input-clear-btn {
  color: #fff;
}
.bs-master-input-microphone-btn {
  color: #fff;
}
.bs-user {    
  border: 2px solid #ffffff72;
}
.bs-user.bs-user-cr {
  border-color: #ffffff72;
}
.bs-user.bs-user-login {    
  color: #333;    
  background-color: #fff;
}
.bs-account-icon {
  color: #333 !important;   
}
.bs-user-i {
  padding-inline-start: 2px;
  font-size: 25px;
}
.bs-user-title {
  font-weight: 700;
  font-size: 13px;
}
.bs-cart-count {
  inset-inline-start: 29px;
}
.bs-mosttop-menu {
  background-color: var(--layoutcolor);
  color: #fff;
  border: 0;
}
.top-menu-title {    
  color: #ffffffe6;
}
.top-menu-title:not(.d-none-v1):not(:last-child)::after, 
.bs-dealermenu-outer::after, .bs-var-price::before {
  content: "|";    
  color: #ffffff2e;
}
/* .bs-news-slider:has(>*){
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  order:0;
  margin-bottom: var(--gap);
  border-bottom: 1px dotted #ffffff36;
} */
.bs-mosttop-menu .row {
justify-content: flex-end;
}
.bs-title {
  padding: 0 0 calc(1.25* var(--gap)) var(--gap);
font-weight: 600;
color: #000;
}
.bs-title:after {
content: "";
display: flex;
border-bottom: 4px solid var(--layoutcolor);
width: 88px;
position: absolute;
bottom: 0;
margin: auto;
inset-inline-start: 0;
}
.view-block .row-id {
border-width: 2px;
}
.view-block .row-id .Cell {
background-color: transparent;
}
.bs-user-value-outer {
  color: #fff;  
}
.bs-user-accountarrears.bs-user {
  background-color: #fff;
}
.bs-t-center .bs-title {
  padding-inline-start: 0;
}
.bs-t-center .bs-title:after {
  inset-inline-start: calc(50% - 88px/2);
}
.bs-user-i {
  color: #fff;
}
.bs-doublesearch-outer {
  background-color: var(--layoutcolor);
  color: #fff;
}

}