:root {
  /*Setting Font*/
  --little-text: 0.7rem;
  --regular-text: 1rem;
  --medium-text: 1.5rem;
  --big-text: 2.5rem;
  /*Setting Space*/
  --little-space: 0.75rem;
  --regular-space: 1.25rem;
  --medium-space: 2.75rem;
  --big-space: 5rem;
  /*Setting Color*/
  --main-bg-color: #fff;
  --second-bg-color: #000;
  --third-bg-color: #151515;
  --text-color: #000;
  --second-text-color: #b4b4b4;
  --gold-color: #EAB65A;
  --white-color: #fff;
  --grey-color: #EBEBEB;
  --black-color: #000;
}
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--text-color);
  outline: none;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  background-color: var(--main-bg-color);
  font-family: 'Playfair Display', serif;
  font-family: "Libre Caslon Text", serif;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
#main {
  overflow: hidden;
  overflow: unset;
}
.container_main {
  position: relative;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  max-width: 1960px;
  padding: 0 var(--medium-space);
  margin-right: auto;
  margin-left: auto;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.block {
  display: block !important;
  text-align: left;
}
section {
  position: relative;
  margin-bottom: var(--big-space);
}
hr {
  margin-top: 0;
  margin-bottom: var(--big-space);
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
hr.hr-black {
  border-top: 1px solid rgba(255, 255, 255, .2);
}
hr.hrbig {
  margin-top: var(--big-space);
  margin-top: calc(var(--big-space) * 1.5);
  margin-bottom: calc(var(--big-space) * 1.2);
}
.container {
  margin-bottom: var(--big-space);
}
.container:last-of-type {
  margin-bottom: 0;
}
.row {
  position: relative;
}
.row, .row .row, .row_inside {
  margin-bottom: var(--medium-space);
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type {
  margin-bottom: 0;
}
.el_margin {
  margin-top: var(--medium-space);
}
.dett-prod .el_margin {
  padding-top: var(--medium-space);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-pad {
  padding-top: var(--medium-space);
  padding-bottom: var(--medium-space);
}
.section_black {
  padding-top: var(--big-space);
  padding-bottom: var(--big-space);
  background-color: var(--second-bg-color);
}
.section_black_first {
  padding-top: calc(var(--big-space) * 3);
  padding-bottom: var(--big-space);
  background-color: var(--second-bg-color);
}
.section_black.nopaddingtop {
  padding-top: 0;
}
.col-pad {
  padding: 4rem !important;
}
@media (max-width: 1199px) {
  .col-pad {
    padding: 2rem !important;
  }
}
@media (max-width: 767px) {
  .col-pad {
    padding: 2rem 30px !important;
  }
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.row.remove_margin_list {
  margin-bottom: calc(var(--big-space) * -1) !important;
}
.row.remove_margin_list {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row.remove_margin_list > .col, .row.remove_margin_list > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.grid-project {
  margin-bottom: -10px !important;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row.grid-project > .col, .row.grid-project > [class*=col-] {
  margin-bottom: 10px !important;
  padding-right: 5px;
  padding-left: 5px;
}
.collapse_object {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cover.cover_top {
  object-position: top;
}
.cover.cover_bottom {
  object-position: bottom;
}
.cover.cover_right {
  object-position: right;
}
.cover.cover_right_top {
  object-position: right top;
}
.img_free {
  max-width: 100%;
}
.bg_black {
  background-color: var(--second-bg-color);
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li:last-of-type {
  margin-bottom: 0 !important;
}
.separator {
  display: block;
  width: 35px;
  height: 35px;
  background: url("/img/Logo_Footer.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: var(--big-space);
  margin-left: auto;
  margin-right: auto;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: var(--medium-space);
  line-height: 1.35;
  font-family: 'Playfair Display', serif;
  color: var(--text-color);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0 !important;
}
h1, .big-text {
  font-size: clamp(2.75rem, 4vw, 8rem);
  font-weight: 700;
  line-height: 1.3;
}
h2, .h2size {
  font-size: var(--big-text);
  font-weight: 700;
}
h3, h4, .md-text {
  font-size: var(--medium-text);
  font-weight: 500;
}
h5 {
  /*font-family: 'Mulish', sans-serif;*/
  font-size: calc(var(--little-text) * 1.15);
  font-weight: 500;
  /*letter-spacing: 0.05rem;*/
  color: var(--black-color);
  /*text-transform: uppercase;*/
}
.section_black h1, .section_black h2, .section_black h3, .section_black h5, .claim h1, .bg_black h1 {
  color: var(--white-color);
}
.section_black h4 {
  color: var(--second-text-color);
}
.section_black .datanews {
  color: var(--second-text-color);
  margin-bottom: 15px;
}
p, h2.psize {
  margin-bottom: var(--regular-space);
  font-size: 110%;
  line-height: 1.25;
}
p a {
  color: var(--text-color);
  font-weight: 400;
}
p a:hover {
  color: var(--text-color);
}
p strong {
  font-weight: 700;
}
.section_black p strong {
  color: var(--gold-color);
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
.dett-prod p {
  font-size: 110%;
  line-height: 1.2;
}
.section_black p, .section_black p a, .section_black p a:hover {
  color: var(--second-text-color);
}
span.goldcolor, .dett_price.goldcolor {
  color: var(--gold-color) !important;
}
a.a_underline {
  text-decoration: underline;
  font-style: italic;
}
blockquote {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
blockquote p {
  text-align: center;
  font-weight: 800;
}
article ul {
  font-size: var(--regular-text);
  font-weight: 400;
  margin-top: var(--regular-space);
  margin-bottom: var(--regular-space);
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 35px;
  color: #808080;
}
ul.list_option {
  margin-top: var(--medium-space);
}
ul.list_option li {
  padding: 25px 0;
  border-bottom: 1px solid var(--gold-color);
}
ul.list_option li:first-of-type {
  padding-top: 0;
}
ul.simple_list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
  font-size: 110%;
}
.section_black ul.list_option li, .section_black ul.simple_list li {
  color: var(--second-text-color);
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: max-content;
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color);
  border-radius: 6px;
  padding: 0 20px;
  font-family: 'Mulish', sans-serif;
  font-size: calc(var(--little-text) * 0.9);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  /****/
  margin-top: 2rem;
}
a.more span {
  display: inline-block;
  position: relative;
  transition: color 0.1s;
}
.section_black a.more, .section_black a.more, .bg_black a.more, .bg_black a.more {
  background-color: var(--gold-color);
  color: var(--black-color);
}
a.more.more-outline {
  background-color: transparent;
  border: 1px solid #777;
  color: #777;
}
.list-btn {
  margin-top: 2rem;
  display: flex;
}
.list-btn a.more {
  margin-top: 0 !important;
  margin-right: 15px;
}
.list-btn a.more:last-of-type {
  margin: 0 !important;
}
/*END A BTN*/
/*IMG*/
figure {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  background-color: var(--second-bg-color);
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  height: 100vh;
  min-height: 700px;
  z-index: 1;
}
.img_box {
  height: 800px;
  min-height: 800px;
}
.img_box_mini {
  width: 60%;
  height: 450px;
  min-height: 450px;
  margin: 0 0 0 auto;
}
.img_news {
  height: 100%;
  min-height: 450px;
}
.img_gallery {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 2;
}
body.homepage .overlay {
  opacity: 1;
}
/*END IMG*/
/*VIDEO*/
.my_video {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, 0);
  min-width: 100%;
  min-height: 100%;
}
/*END VIDEO*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 55px;
  z-index: 4;
}
.claim .container {
  height: 100%;
}
.claim-inside {
  position: relative;
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 15px;
}
/*END HOME*/
/*HISTORY*/
.row_history {
  margin-bottom: 35px;
}
.number_history {
  font-size: var(--medium-text);
  font-family: 'Playfair Display', serif;
  color: var(--text-color);
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
}
.row_history:nth-child(even) .number_history {
  text-align: right;
}
.text_history {
  padding: 35px;
  border: 1px solid var(--text-color);
}
.row_history:nth-child(even) .text_history {
  color: var(--white-color);
  background-color: var(--text-color);
}
/*END HISTORY*/
/*WINE*/
.box_wine {
  margin-bottom: 100px;
}
.box_wine figure {
  width: 100%;
  aspect-ratio: 2 / 3;
  background-color: var(--grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_wine figure a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.box_wine:not(.box_wine_full) figure img {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  mix-blend-mode: multiply;
  filter: brightness(1.1);
}
.text_wine {
  display: block;
  padding: 25px 0 0 0;
}
.box_wine h3 {
  font-size: var(--medium-text);
  font-weight: 700;
  margin-bottom: 10px;
}
.details_wine_main {
  font-size: var(--little-text);
  margin-bottom: 3px;
  font-weight: 600;
}
.details_wine_main span {
  display: inline-block;
  margin-right: 10px;
}
.details_wine_main span:last-of-type {
  margin-right: 0;
}
.details_wine_main:last-child {
  margin-bottom: 0;
}
.details_wine_main.dett_price span.dett_offers {
  text-decoration: line-through;
  font-weight: 300;
}
.section_black .details_wine_main {
  color: var(--second-text-color);
}
.section_black .box_wine h3 {
  color: var(--gold-color);
}
.img_wine.img_wine_big {
  width: 100%;
  aspect-ratio: 2 / 3;
  padding: 0;
  height: auto;
  background-color: var(--grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_wine.img_wine_big:not(.img_wine_full) img {
  position: relative;
  max-width: 100%;
  max-height: 90%;
  mix-blend-mode: multiply;
  filter: brightness(1.1);
}
span.number_awards {
  color: var(--gold-color);
}
.sticky-top {
  top: 50px;
  z-index: 200;
}
.pre-order {
  display: block;
  margin-top: 1rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--gold-color);
  color: var(--gold-color);
  font-weight: 400;
  font-size: var(--little-text);
  border-radius: 2px;
  max-width: fit-content;
}
.pre-order-tag {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0.35rem 0;
  border: 1px solid var(--gold-color);
  color: var(--gold-color);
  font-weight: 400;
  font-size: var(--little-text);
  border-radius: 2px;
  width: 120px;
  text-transform: uppercase;
  z-index: 10;
  text-align: center;
}
ul.list_premi li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page_dettwine .section_black ul.list_premi li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
ul.list_premi li:first-of-type {
  padding-top: 0;
}
ul.list_premi li span {
  display: inline-block;
  width: 65%;
  font-size: var(--regular-text);
  font-weight: 700;
  vertical-align: middle;
  color: var(--first-text-color);
}
body.page_dettwine .section_black ul.list_premi li {
  color: var(--second-text-color);
}
ul.list_premi li span.premio_left {
  margin-right: 10%;
}
ul.list_premi li span.premio_right {
  text-align: right;
  color: var(--first-text-color);
  font-weight: 700;
  width: 25%;
}
body.page_dettwine .section_black ul.list_premi li span.premio_right {
  color: var(--gold-color);
}
.claim_wine h1 {
  margin-bottom: 15px;
}
.claim_wine .details_wine_main {
  color: var(--second-text-color);
}
.claim_wine .details_wine_main.dett_price {
  font-weight: 600;
  font-family: 'Libre Caslon Text', serif;
  font-size: var(--medium-text);
  color: var(--gold-color);
}
.dett-prod .details_wine_main.dett_price {
  font-weight: 600;
  font-family: 'Libre Caslon Text', serif;
  font-size: var(--medium-text);
  color: var(--black-color);
}
.claim_wine a.more {
  margin-top: 15px;
}
ul.list-download li span {
  color: var(--first-text-color);
}
.claim_wine figure {
  height: 80vh;
  height: 80svh;
  max-height: 850px;
  background-color: var(--grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.claim_wine figure a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.claim_wine figure img {
  position: relative;
  max-width: 100%;
  max-height: 90%;
  mix-blend-mode: multiply;
  filter: brightness(1.1);
}
/*END WINE*/
/*WINE DISABLED*/
.box_wine.disabled {
  pointer-events: none;
}
.box_wine.disabled figure {
  opacity: .6;
  filter: grayscale(1);
}
.box_wine.disabled figure img {
  filter: blur(2px);
}
.box_wine.disabled a.text-wine {
  opacity: .5;
}
.box_wine.disabled a.more {
  display: none;
}
.box_wine.disabled h3 {
  margin-top: 25px;
}
/*END WINE DISABLED*/
/*FILTER*/
.area-filter {
  padding: var(--medium-space);
  background-color: var(--grey-color);
}
.remove-filter {
  cursor: pointer;
  font-size: var(--little-text);
  text-align: left;
  text-decoration: underline;
  font-family: 'Mulish', sans-serif;
  margin-top: var(--regular-space);
}
/*END FILTER*/
/*CART*/
.row.row_table_header {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
  font-family: 'Mulish', sans-serif;
}
span.header_text {
  font-size: var(--little-text);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.035em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--gold-color);
}
.row.row_table {
  font-size: var(--regular-text);
  margin-bottom: 0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Mulish', sans-serif;
  color: var(--second-text-color);
}
.row.row_table_header::after, .row.row_table::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--gold-color);
  margin: 0 15px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
}
.img_cart {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.desc_table {
  margin-bottom: 15px;
  padding-left: 30px;
}
.desc_table div {
  margin-bottom: 5px;
}
.desc_table:last-child, .desc_table div:last-of-type {
  margin-bottom: 0;
}
.desc_table span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
}
.title_summary {
  font-size: var(--little-text);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.035em;
  margin-bottom: 20px;
  font-family: 'Mulish', sans-serif;
  color: var(--gold-color);
}
.box_summary {
  font-size: var(--regular-text);
  background-color: var(--third-bg-color);
  font-family: 'Mulish', sans-serif;
  color: var(--second-text-color);
  padding: 35px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.box_alert {
  border: 1px solid var(--gold-color);
}
.row .row.row_summary {
  margin-bottom: 25px;
}
.row .row.row_summary:last-of-type {
  margin-bottom: 0;
}
.box_summary:last-of-type, .row_summary:last-of-type {
  margin-bottom: 0;
}
.row_summary_line {
  padding-top: 25px;
}
.row_summary_line::after {
  content: "";
  display: block;
  border-top: 1px solid var(--gold-color);
  margin: 0 15px;
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
}
span.span_summary {
  font-weight: 400;
  font-size: var(--little-text);
  text-transform: none;
}
/*END CART*/
/*ACCOUNT*/
.order {
  font-size: var(--regular-text);
  background-color: var(--third-bg-color);
  font-family: 'Mulish', sans-serif;
  color: var(--second-text-color);
  padding: 0;
  margin-bottom: 25px;
  border-radius: 4px;
}
.order:last-of-type {
  margin-bottom: 0;
}
.order_summary {
  padding: 35px 25px;
  color: var(--gold-color);
  border-bottom: 1px solid var(--gold-color);
}
.order_details {
  padding: 35px 25px;
}
.order_moreinfo {
  margin-bottom: 25px;
}
.order_moreinfo:last-of-type {
  margin-bottom: 0;
}
.order_moredett {
  font-size: var(--little-text);
  padding: 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: var(--second-bg-color);
}
.order_moredett:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.order_moredett span {
  color: var(--gold-color);
}
.row-livello {
  margin-bottom: 2rem;
  font-size: 0.75rem;
}
.row-livello:last-of-type {
  margin-bottom: 0;
}
.info-livello {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: 'Mulish', sans-serif;
  font-size: var(--little-text);
  font-weight: 500;
  color: var(--grey-color);
}
.bar-livello {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 5px;
  overflow: hidden;
}
.bar-livello-inside {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--gold-color);
}
.data-livello {
  color: var(--gold-color);
  font-weight: 500;
}
.data-livello span {
  position: relative;
  display: inline-block;
}
.data-livello span::before {
  content: "";
  position: absolute;
  left: 40%;
  top: -1.5rem;
  height: 1.25rem;
  width: 1px;
  background-color: var(--gold-color);
}
.more-livello {
  font-family: 'Mulish', sans-serif;
  font-size: var(--regular-text);
  font-weight: 500;
  color: var(--white-color);
}
.more-livello strong {
  color: var(--gold-color);
}
/*END ACCOUNT*/
/*FOOTER*/
footer {
  position: relative;
  margin-top: var(--big-space);
  padding: var(--big-space) 0 var(--big-space) 0;
  background-color: var(--second-bg-color);
}
footer .logo_footer {
  display: block;
}
footer .logo_footer img {
  height: 110px;
}
footer p, footer p a {
  font-size: var(--little-text);
  font-family: 'Mulish', sans-serif;
  color: var(--second-text-color);
}
footer p a:hover {
  color: var(--gold-color);
}
footer h5 {
  margin-bottom: 25px;
  color: var(--gold-color);
}
/*END FOOTER*/
/*LEGAL*/
.text_legal ul {
  margin-top: var(--regular-space);
  margin-bottom: var(--regular-space);
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  font-size: var(--regular-text);
}
.text_legal ul li {
  margin-bottom: var(--regular-space);
}
.text_legal ul li:last-of-type {
  margin-bottom: 0;
}
.iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
  display: none !important;
}
/*END LEGAL*/
/*TOTAL BLACK*/
body.page_totalblack .header {
  margin-bottom: 0 !important;
}
body.page_totalblack footer {
  border-top: 1px solid var(--gold-color);
  margin-top: 0 !important;
}
/*END TOTAL BLACK*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/
/**MODAL**/
.modal-content {
  background-color: var(--grey-color);
}
.modal-content figure {
  background-color: var(--grey-color);
}
.modal-content figure img {
  mix-blend-mode: multiply;
  filter: brightness(1.1);
}
.modal-footer {
  display: block;
}
.modal-header, .modal-footer {
  border-color: rgba(0, 0, 0, .1);
}
.modal-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-alert .modal-body {
  padding-bottom: 1.5rem;
}
.modal-alert figure img {
  display: block;
  position: relative;
  max-height: 450px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.modal-alert a.more {
  margin-left: auto;
  margin-right: auto;
}
.modal-alert p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .modal-alert figure img {
    max-height: 320px;
  }
}
/*scrollbar*/ ::-webkit-scrollbar {
  width: 8px;
  background: var(--black-color);
}
::-webkit-scrollbar-track {
  box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background: var(--gold-color);
  border-radius: 0;
}
/*end scrollbar*/