#logo {
    height: 3rem;
    margin-right: 1rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

h1 {
    line-height: 2.3rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

ul.B_crumbBox {
    padding-left: 0;
}

ul.B_crumbBox li {
    list-style-type: none;
    display: inline;
}

@media (min-width: 992px) {
    #main p {
        width: 45%;
    }
}

#main a {
    color: #ff0000;
}

#main a:hover {
    text-decoration: underline;
}

.btn-danger {
    background-color: #ff0000;
    color: #fff;
    border: 1.5px solid #ff0000;
}

.btn-danger:hover {
    background-color: #c01c1c;
    text-decoration: none;
}

#search::placeholder {
  color: #b2b2b2;
  opacity: 1;
}

#search::-ms-input-placeholder {
  color: #b2b2b2;
}

.carousel-item img {
    width: 100%;
}

.badges {
    position: absolute;
}

.red-badge {
    background: #ff6565;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1rem;
    padding-left: .6rem;
}

.yellow-badge {
    background: #ffeb81;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: .1rem;
    padding-left: .6rem;
}

.purple-badge {
    background: #a56ffd;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1rem;
    padding-left: .6rem;
}

.imgwrap {
    text-align: center;
}

.imgwrap img {
    height: 300px;
}

.doortitle {
    text-align: center;
    line-height: 120%;
    margin-top: .5rem;
    margin-bottom: 3rem;
    font-weight: bold;
    padding: 0 10%;
}

.nalichie {
    font-weight: normal;
    color: #69be15;
}

.preimimg {
    width: 20%;
    float: left;
    color: red;
}

.preimimg img {
    width: 100%;
}

.preimtext {
    float: left;
    width: 80%;
    line-height: 120%;
}

.preimtext p {
    padding-left: 1rem;
    margin-bottom: 0;
}

.preimtitle {
    margin-left: 1rem;
    margin-bottom:.5rem;
    font-weight: bold;
}

@media(max-width: 992px) {
    .preimimg {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-bottom: 1rem;
        float: none;
    }

    .preimtext {
        float: none;
        width: 100%;
    }
}

@media(max-width: 768px) {
    .preimimg {
        width: 15%;
        float: left;
        color: red;
        margin-left:0;
        margin-right:0;
    }
    
    .preimtext {
        float: left;
        width: 80%;
    }
}

.akziawrap {
    text-align: center;
}

.akziawrap img {
    width: 100%;
}

.akziatitle {
    text-align: center;
}

.akziatitle a {
    font-weight: bold;
}

.magazin-preview img {
    width: 100%;
}

.socicons {
    list-style-type: none;
    padding: 0;
}

.socicons li {
    position: relative;
    padding-left: 25px;
}

.socicons li::before {
    content: "";
    background-image: var(--icon);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

#cboxContent, #cboxLoadedContent {
    background: transparent;
}

#wabtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s ease;
  background-image: url('/theme/socicons64/wa.png');
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
}

#wabtn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.carousel-control-next, .carousel-control-prev {
    width: 4%;
}

@media(max-width: 768px) {
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
}