@charset "UTF-8";
.color-primary {
  color: #9A261C !important;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Alumni Sans", sans-serif;
  font-size: 20px;
  background: #f7f7f7;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

main {
  flex: 1;
}

.bg-light {
  background: #f6eedf !important;
}

.btn {
  border-radius: 0;
  line-height: 100%;
}

.btn-primary {
  background: #9A261C !important;
  border: none;
  color: white;
  font-weight: 500;
}
.btn-primary:hover {
  background: rgb(110.8461538462, 27.3516483516, 20.1538461538);
  color: white;
}

.btn-secondary {
  background: #0073FF;
  border: none;
  color: white;
  font-weight: 500;
}
.btn-secondary:hover {
  background: #005ccc;
  color: white;
}

.btn-tertiary {
  background: #A5A5A5;
  border: none;
  color: white;
  font-weight: 500;
}
.btn-tertiary:hover {
  background: rgb(139.5, 139.5, 139.5);
  color: white;
}

footer {
  color: white;
  background: #9A261C;
  font-weight: 400;
}
footer .totop {
  color: #9A261C;
  text-decoration: none;
  display: inline-block;
  background: white;
  padding: 0.1em 2em;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 0em 2em;
  font-size: 1rem;
  height: 100%;
}
footer ul li {
  display: block;
  margin: 0;
  padding: 0.2em 0;
}
footer ul li a {
  color: white;
  text-decoration: none;
}
footer ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 576px) {
  footer ul {
    border-left: 0;
    padding-left: 0;
  }
}
footer .domain {
  font-size: 7.5vw;
  line-height: 100%;
  opacity: 0.3;
}
@media (max-width: 576px) {
  footer .domain {
    font-size: 16vw;
  }
}
@media (min-width: 1400px) {
  footer .domain {
    font-size: 105px;
  }
}
footer .maresz,
footer .aaa {
  max-height: 50px;
}
footer .maresz.desktop,
footer .aaa.desktop {
  margin-top: 30px;
}
footer .maresza {
  height: 30px;
  width: auto;
}
footer .logos-block {
  height: 184px;
  flex-direction: column;
  justify-content: space-between;
}

header {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
}
@media (max-width: 991px) {
  header {
    position: relative;
    background: white;
  }
}
header .icons a,
header a.nav-link {
  font-size: 1.5em;
  font-weight: 600;
  color: black;
  text-decoration: none;
}
@media (max-width: 1100px) {
  header .icons a,
  header a.nav-link {
    padding: 0 0.2em;
    font-size: 1.3em !important;
  }
}
header .icons a:hover,
header a.nav-link:hover {
  color: #9A261C;
}
header svg:hover path {
  stroke: #9A261C !important;
}
header .icons {
  display: flex;
  align-items: center;
}
header .icons .cart-link {
  position: relative;
}
header .icons .cart-link .cart-count {
  position: absolute;
  top: 0px;
  right: -8px;
  background: red;
  color: white;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
header .icons .cart-link .cart-count.hidden {
  display: none;
}
@media (max-width: 991px) {
  header .nav {
    display: block;
    padding: 2em 0;
  }
  header .nav li .nav-link {
    font-size: 2em !important;
    display: block;
    text-align: center;
  }
}
header .language-selector {
  position: relative;
}
header .language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  z-index: 1150;
  overflow: hidden;
}
header .language-menu.is-open {
  display: flex;
}
header .language-menu .language-option {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}
header .language-menu .language-option.active {
  background: #9A261C;
  color: white;
}
header .language-menu .language-option:hover {
  background: #f7f7f7;
}

#shutterCarousel {
  height: 100vh;
  position: relative;
}
@media (orientation: portrait) {
  #shutterCarousel {
    height: 50vh;
  }
}

.carousel-label {
  position: absolute;
  background: rgba(1, 1, 1, 0.6);
  color: white;
  padding: 0.5em 2em;
  z-index: 1000;
  bottom: 80px;
}
.carousel-label .top {
  font-size: 4.5em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 100%;
}
@media (max-width: 576px) {
  .carousel-label .top {
    font-size: 2.5em;
  }
}
.carousel-label .sub {
  line-height: 110%;
  font-size: 1.2em;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (orientation: portrait) {
  .carousel-label {
    width: 66vw;
    padding: 0.3em 1em;
    bottom: 75px;
  }
  .carousel-label .sub {
    font-size: 1em;
  }
}
@media (orientation: landscape) and (max-width: 1200px) {
  .carousel-label {
    width: 66vw;
    max-width: 33%;
    padding: 0.3em 1em;
    bottom: 75px;
  }
  .carousel-label .top {
    font-size: 3.5em;
  }
  .carousel-label .sub {
    font-size: 1em;
  }
}

#brand-name span {
  margin-right: -0.25em;
  margin-left: -0.25em;
}

.big-icons a {
  text-decoration: none;
  color: black;
  width: 120px;
  line-height: 100%;
}
.big-icons a:hover {
  color: #9A261C;
}

.more {
  color: #0073FF;
  text-decoration: none;
}
.more:hover {
  text-decoration: underline;
}

.main-block .title {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  margin: 0;
  color: #9A261C;
}
@media (min-width: 992px) {
  .main-block .title {
    padding-right: 30%;
  }
}
@media (min-width: 1150px) {
  .main-block .title {
    padding-right: 40%;
  }
}
@media (min-width: 1300px) {
  .main-block .title {
    padding-right: 50%;
  }
}

.block-title {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 90%;
  padding: 0;
  margin: 0;
  color: black;
}

.block-sub-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  margin: 0;
  color: black;
}

@media (min-width: 992px) and (max-width: 1140px) {
  .prods-block .block-title {
    font-size: 2em;
  }
}
.prods-block .desc {
  padding-top: 1em;
  line-height: 120%;
}

.prod-thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F7F7F7;
  display: block;
  overflow-y: hidden;
  text-decoration: none;
  color: black;
  position: relative;
}
@media (min-width: 991px) {
  .prod-thumb .anchor {
    display: none;
    position: absolute;
    display: block;
    margin-top: -160px;
  }
}
.prod-thumb .pic-container {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.prod-thumb .pic-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.prod-thumb .data {
  position: relative;
  min-height: 120px;
}
.prod-thumb .data .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.3s ease;
  transform: translateY(100%);
  padding: 0;
}
.prod-thumb .data .cover .thumb-controls {
  margin: 0;
  width: 100%;
}
.prod-thumb .data .cover .cart-text {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
}
.prod-thumb .data .cover .cart {
  position: relative;
}
.prod-thumb .data .cover .cart span {
  position: absolute;
  right: 0px;
  top: 0px;
  background: red;
  color: white;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.prod-thumb .data .cover .cart svg {
  margin-right: 10px;
}
.prod-thumb .data .cover .cart svg path {
  stroke: white !important;
}
.prod-thumb .data .cover .price {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
.prod-thumb .data .cover .price span {
  font-size: 2em;
  font-weight: 500;
}
.prod-thumb .data .name {
  padding: 0 0.8em;
  padding-top: 1em;
  font-weight: 600;
  line-height: 110%;
}
.prod-thumb .data .desc {
  padding: 0.5em 0.8em;
  line-height: 120%;
  height: 4em;
  overflow: hidden;
}
.prod-thumb:hover img {
  transform: scale(1.2);
}
.prod-thumb:hover .cover {
  transform: translateY(0);
}

.prod-flags {
  position: absolute;
  right: 5px;
  z-index: 100;
}
.prod-flags span {
  font-size: 0.8em;
  line-height: 0.8em;
  text-transform: uppercase;
  padding: 0.2em 0.4em;
  margin: 0;
  display: inline-block;
}
.prod-flags span.new {
  background: #900B09;
  color: white;
}
.prod-flags span.soon {
  background: #858585;
  color: white;
}

.cat-box {
  text-align: center;
  text-decoration: none;
  color: black;
  transition: 0.3s ease !important;
}
.cat-box .pic-container {
  aspect-ratio: 273/315;
  overflow: hidden;
}
.cat-box .pic-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.cat-box:hover img {
  transform: scale(1.2);
}
.cat-box:hover {
  color: #9A261C;
}
.cat-box a {
  text-decoration: none;
  color: black;
}
.cat-box a:hover {
  color: #9A261C;
}
.cat-box .name {
  padding-top: 0.5em;
  display: block;
  font-weight: 500;
  font-size: 1.2em;
}
.cat-box ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cat-box ul li {
  display: inline-block;
}
.cat-box ul li a {
  color: #818181;
  font-weight: 300;
  margin: 0.2em;
  font-size: 0.9em;
}

#inspiCarousel {
  height: 774px;
}
#inspiCarousel .carousel-inner {
  height: 100%;
}
#inspiCarousel .carousel-inner .carousel-item {
  overflow: hidden;
  height: 100%;
}
#inspiCarousel .carousel-inner .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#inspiCarousel .carousel-inner .carousel-item .grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, white 44.99%, rgba(255, 240, 224, 0.1) 71.9%);
  padding-top: 1em;
  padding-left: 50px;
  color: #9A261C;
  padding-right: 60%;
  font-size: 1.5em;
}
#inspiCarousel .carousel-inner .carousel-item .grad .title {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 0.5em;
}
#inspiCarousel .controls {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 60%;
  left: 50px;
  text-align: center;
}
#inspiCarousel .controls button {
  border: none;
  background: none;
  margin: 0 50px;
}
#inspiCarousel .controls button svg path {
  stroke: #8d8d8d !important;
}
#inspiCarousel .controls button:hover svg path {
  stroke: #9A261C !important;
}
@media (max-width: 1200px) {
  #inspiCarousel .grad {
    padding-right: 40% !important;
  }
  #inspiCarousel .controls {
    right: 40%;
  }
}
@media (max-width: 992px) {
  #inspiCarousel {
    height: 600px;
  }
  #inspiCarousel .grad {
    padding-right: 30% !important;
    background: linear-gradient(90deg, white 50.99%, rgba(255, 240, 224, 0.1) 91.9%) !important;
    font-size: 1.3em !important;
  }
  #inspiCarousel .controls {
    right: 30%;
  }
}
@media (max-width: 768px) {
  #inspiCarousel {
    height: 400px;
  }
  #inspiCarousel .grad {
    padding-right: 20% !important;
    font-size: 1.4em !important;
    background: linear-gradient(90deg, white 50.99%, rgba(255, 240, 224, 0.1) 91.9%) !important;
    font-size: 1em !important;
    padding-left: 15px !important;
  }
  #inspiCarousel .controls {
    right: 20%;
  }
  #inspiCarousel .controls button {
    margin: 0 30px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  #inspiCarousel {
    height: 600px;
  }
}

.btn.stepper {
  border: 1px solid white;
  color: white;
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 100%;
  font-size: 24px;
  padding: 0;
}
.btn.stepper:hover {
  background: white;
  color: black;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}

.cart-controls .form-control {
  height: 30px;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
}

.ref-thumb {
  aspect-ratio: 360/250;
}
.ref-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.ref-gallery {
  display: flex;
  align-items: center;
  transition: 0.4s ease;
}

.ref-thumb {
  flex: 1;
  transition: 0.4s ease;
}

.ref-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: 0.4s ease;
}

/* amikor a galérián belül hover van */
.ref-gallery:hover {
  margin-bottom: 3em !important;
  margin-top: 3em !important;
}
.ref-gallery:hover .ref-thumb {
  transform: scale(0.7);
}

/* amelyiken áll az egér */
.ref-gallery .ref-thumb:hover {
  transform: scale(1.2);
  z-index: 2;
}

.page-content {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .page-content {
    padding-top: 0;
  }
}

.static-content {
  font-size: 20px;
}
.static-content img.resp {
  width: 100%;
  height: auto;
}
.static-content img.w-100 {
  height: auto;
}
.static-content table {
  line-height: 105%;
}
.static-content table td {
  padding: 0.3em 1em 0.3em 0;
}
.static-content table td p {
  margin: 0;
  padding: 0.6em 0 0 0;
}
.static-content table td p:first-child {
  padding: 0;
}

.fake-bg {
  background: #f6eedf;
  position: relative;
  padding: 30px 0;
}
.fake-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background: #f6eedf;
  z-index: -1;
}
.fake-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background: #f6eedf;
  z-index: -1;
}

.main-cats-block .fake-bg {
  background: white;
}
.main-cats-block .fake-bg::after {
  background: white;
}
.main-cats-block .fake-bg::before {
  background: white;
}

#mainCatsCollapse .cat-box {
  color: #B3B3B3;
}
#mainCatsCollapse .cat-box .controls svg path {
  stroke: #B3B3B3 !important;
}
#mainCatsCollapse .cat-box .controls .clickable {
  color: #900B09;
  cursor: pointer;
}
#mainCatsCollapse .cat-box .controls .clickable svg path {
  stroke: #900B09 !important;
}
#mainCatsCollapse .cat-box .pic-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100% !important;
  background-size: 400% 100%;
}
#mainCatsCollapse .cat-box .pic-container.mob {
  background-size: cover;
}
#mainCatsCollapse .cat-box .pic-container.ndx-0 {
  background-position: 0% 0;
}
#mainCatsCollapse .cat-box .pic-container.ndx-1 {
  background-position: 33.333% 0;
}
#mainCatsCollapse .cat-box .pic-container.ndx-2 {
  background-position: 66.666% 0;
}
#mainCatsCollapse .cat-box .pic-container.ndx-3 {
  background-position: 100% 0;
}
#mainCatsCollapse .cat-box .pic-container .active-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  transform: translateY(100%);
  transition: 0.3s ease;
}
#mainCatsCollapse .cat-box .pic-container .active-cover div {
  font-size: 2em;
  line-height: 120%;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  #mainCatsCollapse .cat-box .pic-container .active-cover div {
    font-size: 1.3em;
    line-height: 110%;
  }
}
#mainCatsCollapse .cat-box .pic-container .active-cover img {
  width: 33%;
  height: auto;
}
#mainCatsCollapse .cat-box a {
  color: rgb(129, 129, 129);
}
#mainCatsCollapse .cat-box .name {
  color: rgb(0, 0, 0);
  line-height: 105%;
  margin-bottom: 0.3em;
}
#mainCatsCollapse .cat-box.active-cat .name {
  color: #92342F;
}
#mainCatsCollapse .cat-box.active-cat a {
  color: #818181;
}
#mainCatsCollapse .cat-box.active-cat a.active {
  color: #9A261C;
  font-weight: 500;
}
@media (max-width: 768px) {
  #mainCatsCollapse .cat-box.active-cat .active-cover {
    transform: translateY(0);
  }
}
#mainCatsCollapse .cat-box:hover .name {
  color: black;
}
#mainCatsCollapse .cat-box:hover a {
  color: #818181;
}
#mainCatsCollapse .cat-box:hover .active-cover {
  transform: translateY(0);
}

#catHeader h1 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  color: #858585;
}
#catHeader h2 {
  color: #5c5c5c;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#catHeader .input-group-text {
  border-radius: 0;
  padding: 0 5px;
  background: white;
}
#catHeader .form-control {
  padding: 3px 10px;
}
#catHeader a {
  text-decoration: none;
}

.prod-full .full-controls {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.prod-full .full-controls .cart-text a {
  color: white;
  text-decoration: none;
}
.prod-full svg path {
  stroke: white !important;
}
.prod-full .cart {
  position: relative;
  display: inline-block;
}
.prod-full .cart span {
  position: absolute;
  right: -8px;
  top: -4px;
  background: red;
  color: white;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.prod-full .qty-input {
  max-width: 60px;
  padding-left: 4px;
  padding-right: 4px;
}
.prod-full .price {
  font-size: 0.8em;
  font-weight: 500;
}
.prod-full .price span {
  font-size: 1.5em;
  font-weight: 600;
}
.prod-full .colors {
  display: flex;
  gap: 1em;
  font-size: 0.8em;
  color: #858585;
}
.prod-full .colors div span {
  border: 1px solid #858585;
  display: block;
  padding: 0.1em 0.5em;
  text-align: center;
}

.ref-maps .map-container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #858585;
  min-height: 350px;
  position: relative;
}
.ref-maps .map-container .map {
  aspect-ratio: 490/350;
  display: block;
  position: relative;
  width: 100%;
  margin-left: 60px;
}
.ref-maps .map-container .map.wide {
  aspect-ratio: 1090/350;
}
.ref-maps .map-container .map-title {
  background: #858585;
  color: white;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding: 0.5em 0.3em;
  font-size: 2em;
  line-height: 110%;
  font-weight: 300;
  position: absolute;
  height: 100%;
}

#resetMapsView {
  border: 1px solid #858585;
  background: white;
  color: #858585;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
}
#resetMapsView:hover {
  background: #858585;
  color: white;
}

.ref-item {
  text-decoration: none;
  color: inherit;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
}
.ref-item .pic-container {
  aspect-ratio: 360/250;
  overflow: hidden;
  border-radius: 20px;
}
.ref-item .pic-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.ref-item strong {
  display: block;
  margin-top: 0.4em;
  font-size: 1.6em;
  line-height: 110%;
  font-weight: 700;
}
.ref-item .year {
  font-size: 0.9em;
  color: #858585;
  margin-bottom: 0.5em;
}
.ref-item:hover .pic-container img {
  transform: scale(1.1);
}

.pager {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  align-items: flex-end;
}
.pager a, .pager span {
  text-decoration: none;
}
.pager a.back, .pager a.next, .pager span.back, .pager span.next {
  font-weight: #0073FF;
}
.pager .pages {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pager .pages div a, .pager .pages div span {
  display: inline-block;
  padding: 0 0.5em;
  color: black;
  text-decoration: none;
}
.pager .pages div a:hover, .pager .pages div span:hover {
  background: #858585;
  color: white;
}
.pager .pages div a.active, .pager .pages div span.active {
  font-weight: bold;
  color: #9A261C;
}
.pager .pages div a.active:hover, .pager .pages div span.active:hover {
  color: white;
}
@media (max-width: 576px) {
  .pager .pages div a, .pager .pages div span {
    padding: 0 0.2em;
  }
}

.ref-pic {
  display: block;
  aspect-ratio: 360/250;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.ref-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.ref-pic:hover img {
  transform: scale(1.1);
}
.ref-pic.video::after {
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 4em;
  color: white;
  opacity: 0.6;
  transition: 0.3s ease;
}
.ref-pic:hover::after {
  opacity: 1;
}

.ref-stepper {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  font-size: 1.2em;
  color: #858585;
  display: inline-block;
  width: 100px;
}
.ref-stepper:hover {
  color: #9A261C;
}
.ref-stepper.prev {
  text-align: left;
}
.ref-stepper.prev::before {
  content: "‹";
  margin-right: 0.4em;
}
.ref-stepper.next {
  text-align: right;
}
.ref-stepper.next::after {
  content: "›";
  margin-left: 0.4em;
}

#orderForm .form-label {
  margin-bottom: 0;
}
#orderForm .form-label.req::after {
  content: "*";
  color: red;
  margin-left: 2px;
  font-size: 0.8em;
  position: absolute;
}
#orderForm .form-control {
  font-size: 1em;
}

.cart-content {
  margin-bottom: 2em;
  border-top: 1px solid #cfcfcf;
}
.cart-content .cart-item {
  border-bottom: 1px solid #cfcfcf;
  margin: 0;
}
.cart-content .cart-item .offer-item-remove {
  color: white;
  background: #900B09;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  padding: 0 3px;
}
.cart-content .cart-item .offer-item-remove svg {
  fill: white !important;
}
.cart-content .cart-item .offer-item-remove:hover {
  opacity: 0.7;
}
.cart-content .cart-item .qty-input {
  width: 80px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

#scrollHere {
  position: absolute;
  margin-top: -140px;
}

.marker-info b {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}
.marker-info .map-btn {
  background: #9A261C;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  padding: 8px 16px;
  font-weight: bold;
  margin-top: 10px;
}
.marker-info .map-btn:hover {
  color: white;
}

button.gm-ui-hover-effect {
  padding: 0 !important;
  margin-right: -18px !important;
  margin-top: -5px !important;
}

#searchModal {
  z-index: 1200;
  background: rgba(0, 0, 0, 0.5019607843);
}
#searchModal .modal-header {
  background: #9A261C;
  border-bottom: none;
  padding: 33px 25px;
}
#searchModal .modal-header .btn-close {
  background-image: url("/assets/simplebox/icons/close.svg") !important;
  opacity: 1;
  background-size: 100% 100%;
}
#searchModal .modal-header .btn-close:hover {
  opacity: 0.7;
}
#searchModal .modal-content {
  background: none;
}
#searchModal .modal-content .search-container {
  position: relative;
  min-height: 80vh;
}
#searchModal .modal-content .fakeform {
  position: relative;
}
#searchModal .modal-content .fakeform input {
  font-size: 20px;
  width: 100%;
  border: 1px solid #858585;
  padding: 10px 15px 10px 45px;
}
#searchModal .modal-content .fakeform svg {
  height: 25px;
  position: absolute;
  top: 15px;
  left: 10px;
}
#searchModal .modal-content .loader {
  width: 100px;
  height: 100px;
}
#searchModal .modal-content .no-result {
  font-size: 1.5em;
  color: white;
}

/* HTML: <div class="loader"></div> */
.loader {
  display: inline-block;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 16px solid rgba(0, 0, 0, 0);
  border-right-color: #9A261C;
  position: relative;
  animation: l24 1s infinite linear;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}

.loader:after {
  animation-duration: 4s;
}

@keyframes l24 {
  100% {
    transform: rotate(1turn);
  }
}
table p {
  padding: 0;
  margin: 0;
}

.show-more {
  width: 240px;
  font-size: 1.1em;
}

.prod-back-link {
  color: #858585;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=brent.css.map */