.bedrockcolors {
  z-index: 1039;
  position: fixed;
  left: 100%;
  right: auto;
  bottom: 0;
  width: auto;
  max-width: 50vw;
  background-color: #ffffff;
  border: 2px solid transparent;
  transition: 0.3s;
  max-height: 837px;
}
.bedrockcolors.active {
  left: auto;
  right: 0;
}
.bedrockcolors.active .bedrockcolors__handle::before {
  transform: rotate(45deg);
}
.bedrockcolors__row_custom {
  overflow-x: scroll;
  max-height: 545px;
  padding-top: 25px;
  scrollbar-color: #045AFF #bbcdd2;
  scrollbar-width: thin;
}
.bedrockcolors__row_custom::-webkit-scrollbar {
  width: 10px;
}
.bedrockcolors__row_custom::-webkit-scrollbar-thumb {
  background-color: #045AFF; /* Set thumb color for Chrome and Safari */
}
.bedrockcolors__row_custom::-webkit-scrollbar-track {
  background-color: #bbcdd2; /* Set track color for Chrome and Safari */
}
.bedrockcolors__col_custom {
  width: calc(33% - 20px);
  margin: 0 10px;
  position: relative;
}
@media (max-width: 1480px) {
  .bedrockcolors__col_custom {
    width: calc(50% - 20px);
  }
}
.bedrockcolors__col_custom input[name=radio_style] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bedrockcolors__col_custom input[name=radio_style]:checked + label {
  position: relative;
}
.bedrockcolors__col_custom input[name=radio_style]:checked + label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  color: green;
  background-color: #ffffff;
  background-image: url(../img/checkmark.png);
  background-size: 12px 12px;
  background-position: center center;
  border: 1px solid green;
  border-radius: 50%;
  z-index: 99;
  top: -12px;
  left: -6px;
  background-repeat: no-repeat;
}
.bedrockcolors__handle {
  cursor: pointer;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  right: 100%;
  height: 100%;
  padding: 15px;
  font-weight: 700;
  display: flex;
  border-radius: 20px 0 0 20px;
  background-color: #045AFF;
  bottom: -2px;
  max-height: 750px;
  flex-direction: row-reverse;
}
.bedrockcolors__handle::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 25px;
  left: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
}
.bedrockcolors__handle span {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  transform: rotate(180deg);
}
.bedrockcolors__handle_logo {
  background-image: url("../img/bedrock-logo.png");
  background-repeat: no-repeat;
  background-size: 31px 124px;
  background-position: top left;
  display: block;
  width: 33px;
  height: 124px;
  margin-bottom: 12px;
}
.bedrockcolors_loading .fancybox-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6) url("../img/loading.gif") no-repeat 50% 50% !important;
  z-index: 9999;
}
.bedrockcolors__color-value {
  font-size: 0.6875rem;
  width: 100%;
  text-align: right;
}
.bedrockcolors__color {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.bedrockcolors__title_top {
  padding: 0 15px;
  margin-bottom: 15px;
}
.bedrockcolors_section_color {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.bedrockcolors_section_color > div {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.bedrockcolors_section_color > div::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  bottom: 0;
  bottom: -10px;
}
.bedrockcolors_section_color > div:nth-child(2n+1) {
  border-right: 1px solid #DEDEDE;
}
.bedrockcolors_section_color > div input[type=color] {
  padding: 1px;
  width: 50px;
  height: 34px;
}
.bedrockcolors_section_typo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.bedrockcolors_section_typo > div {
  width: 100%;
  padding: 5px 5px;
  margin-bottom: 3px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.bedrockcolors_section_typo > div::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  bottom: 0;
  bottom: 1px;
}
.bedrockcolors__typo {
  width: 50%;
  padding: 0 15px;
}
.bedrockcolors__typo_font select {
  background-color: #fff;
  outline: none;
  border: 1px solid #dedede;
  padding: 10px 15px;
  border-radius: 5px;
}
.bedrockcolors__typo_font .bedrockcolors_typo_px {
  margin-right: 6px;
}
.bedrockcolors__typo_rem, .bedrockcolors__typo_weight {
  width: 25%;
  flex-direction: column;
  text-align: right;
  padding-right: 0px;
}
.bedrockcolors__typo_px .bedrockcolors__size {
  width: 120px;
  border: 1px solid #dedede;
  padding: 10px 15px;
  border-radius: 5px;
}
.bedrockcolors__typo_clean {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bedrockcolors__typo_clean label {
  width: 80%;
}
.bedrockcolors__typo_clean .bedrockcolors_typo_size {
  width: 20%;
  min-width: 135px;
  text-align: right;
  margin-right: 6px;
}
.bedrockcolors__typo_px_other {
  width: 50%;
  flex-direction: row;
  text-align: left;
}
.bedrockcolors_h2 {
  font-family: Lato;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  color: #222222;
}
.bedrockcolors_h3 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 0;
  color: #222222;
}
.bedrockcolors_p {
  font-family: Lato;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #757575;
  margin-bottom: 0;
}
.bedrockcolors__span_input {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #757575;
  text-align: right;
  display: block;
  margin-top: 5px;
}
.bedrockcolors__nav {
  background-color: var(--bedrock-main-color);
}
.bedrockcolors__nav.nav-tabs {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.bedrockcolors__nav.nav-tabs .nav-link {
  width: 100%;
  border-radius: 0;
  border-color: transparent;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #222222;
  padding: 20px;
}
.bedrockcolors__nav.nav-tabs .nav-link:not(.active) {
  color: #045AFF;
  border-color: #fff;
}
.bedrockcolors__user {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}/*# sourceMappingURL=front.css.map */