:root {
    --background-logo: #4B525B;
    --background-logo-rgb-code: 75, 82, 91;
    --background-logo-80: rgba(75, 82, 91, 0.85);
    --background-logo-50: rgba(75, 82, 91, 0.5);
    --background-logo-30: rgba(75, 82, 91, 0.3);
    --font-color: #4B525B;
    --font-on-background: #E7EAED;
    --background-page: #fff;
    --background-body: #E7EAED;
    --background-body-50: rgba(231, 234, 237, 0.5);
    --select-border: #CCCCCC;
    --primary-btn: #F58821;
    --primary-btn-hover: #cb6621;
}

@font-face {
    font-family: "Roboto";
    src: url("Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("Roboto/Roboto-Medium.ttf");
}

.cta-btn-cta {
    font-size: 18pt;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}


body {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    background: var(--background-body);
}

h1, h2, h3, h4, h5, h6, .page-heading, .page-subheading{
    font-family: "Roboto Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.delete-advert-dialog {
    width: 50% !important;;
    top: 20% !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-overlay.ui-front {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}


div.circle {
    padding: 5px;
    height: 100%;
    display: inline;
    position: relative;
    margin-right: .75rem;
}

div.circle:after {
    position: absolute;
    content: " ";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

div.circle.text-danger:after {
    background: #dc3545;
}

div.circle.text-warning:after {
    background: #ffc107;
}

div.circle.text-success:after {
    background: #28a745;
}

div.circle.text-secondary:after {
    background: #6c757d;
}

.info-icon {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

.info-icon .info-content-i {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.toc li {
    list-style: none;
}

.agb-toc {
    border-top: solid 1px var(--background-logo-50);
    border-bottom: solid 1px var(--background-logo-50);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.quote-law {
    display: block;
    margin: .5rem 1rem;
    padding-left: .5rem;
    border-left: 1px solid var(--background-logo-50);
    color: var(--font-color);
    text-align: justify;
}

.info-icon:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.information-text {
    display: none;
    position: absolute;
    width: auto;
    background: #fff;
    min-width: 240px;
    z-index: 20000;
    left: 100%;
    bottom: 100%;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2)
}

.info-icon:hover .information-text {
    display: block;
}


.h1-footer {
    font-size: 1.25rem;
    display: block;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}

.filter-expander-phone {
    display: none;
}

.my-gun24 {
    background: var(--font-on-background);
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
}

.userInfo {
    font-size: 13px;
}

.innerContainer {
    padding-left: 0;
    padding-right: 0;
}

.search-result-container img {
    max-height: 200px;
    max-width: 100%;
    object-fit: unset;
}

.account-sidenav {
    margin-bottom: 0;
    padding-left: 0;
}

.account-sidenav li {
    list-style: none;
    border-top: 1px solid #CCCCCC;
}

.account-sidenav li:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.account-sidenav li div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 1rem;
}

.account-sidenav li div:hover .profile-icon {
    transform: scale(1.3) !important;
}

.account-sidenav li div:not(.active):hover {
    background: #e0e2e5;
}

.account-sidenav .profile-icon {
    margin-right: 10px;
    font-size: 20px;

}

.tab-link {
    cursor: pointer;
}

.page-text-color {
    color: var(--font-color);
}

.icon {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    width: .875em;
}

#map{
    height: 300px;
    width: 100%;
}

.location-icon{
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.location-icon:hover{
    transform: scale(1.2);
}

.icon-20 {
    font-size: 20px;
}

.icon-25 {
    font-size: 25px;
}

.account-sidenav li a {
    width: 100%;
    color: #000;
}

.account-sidenav div.active {
    background: #d9dbde;
}

.account-sidenav li a:hover {
    text-decoration: none;
}

.navbar {
    font-family: Quantico, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.btn-primary {
    background: var(--primary-btn);
    border-color: var(--primary-btn);
}

.btn-primary[disabled] {
    background: var(--primary-btn) !important;
    border-color: var(--primary-btn) !important;
}


.btn-primary:hover {
    background: var(--primary-btn-hover);
    border-color: var(--primary-btn-hover);
}

.btn-outline-primary {
    border-color: var(--primary-btn);
}

.btn-outline-primary:hover {
    background: none;
    border-color: var(--primary-btn-hover) !important;
    color: var(--primary-btn-hover) !important;
}

.btn-outline-primary:active {
    border-color: var(--primary-btn) !important;
    background: var(--primary-btn) !important;
    color: #fff !important;
}

.newAds-heading-wrapper .page-heading {
    font-size: 16pt !important;
}

.newAds-navigation:hover {
    color: var(--primary-btn-hover);
}

.newAds-navigation {
    color: var(--primary-btn);
    border-radius: 50%;
    padding: .5rem;
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: relative;
    outline: none;
}

.newAds-navigation .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.swiper-pagination-bullet-active {
    background: var(--primary-btn);
}

.partner-swiper-pagination{
    position: absolute;
}

.newAds-box-wrapper #newAds-box, .partner-banner-wrapper #partner-box{
    overflow-x: hidden;
}

.newAds-backward, .partner-backward {
    transform: rotate(90deg);
}

.newAds-forward, .partner-forward {
    transform: rotate(-90deg);
}

.newAds-navigation-wrapper {
    min-width: 95px;
    text-align: right;
    padding: .5rem;
}

.newAds-box-wrapper, .partner-banner-wrapper {
    background: #fff;
    margin-top: 1rem;
    padding: .5rem 1rem;
    border-radius: .3rem;
}

.article-card {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: .5em;
    border-radius: 4px 4px;
}

.article-card .img-wrapper {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-content: center;
    cursor: pointer;
}

.article-card:hover {
    background: rgba(var(--background-logo-rgb-code), 0.05);
    box-shadow: 0 0 5px rgba(var(--background-logo-rgb-code), 0.1);
}

.article-card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.article-card .img-wrapper img {
    object-fit: contain;
    height: 100%;
}

.no-image-prev {
    width: 50%;
    align-self: center;
    opacity: .5;
}

.text-primary {
    color: var(--primary-btn) !important;
}

a.text-primary:hover {
    color: var(--primary-btn-hover) !important;
}

.btn-secondary {
    background: var(--background-logo);
    border-color: var(--background-logo);
}

.logo {
    height: 80px
}

.navbar-brand .logo-div {
    padding-bottom: .3125rem;
    margin-right: 10px;
}

.navbar-brand {
    padding-bottom: 0;
}

.w-40 {
    width: 40%;
}

.blog {
    margin-top: 1rem;
}

.blog-entry {
    padding: .5rem 1rem;
}

.blog-entry .title {
    font-size: 14pt;
}

.blog-entry-full img {
    max-width: 100%;
    object-fit: contain;
}

.text-underline {
    text-decoration: underline !important;
}

.subheading {
    color: var(--background-logo);
    font-weight: bold;
}

.notification-bell {
    height: 25px;
}

.font-12 {
    font-size: 12px;
}

.my-account {
    padding-right: 1.5rem !important;
}

.my-account:after {
    position: absolute;
    top: 17px;
    right: 0.5rem;
}

.dropdown-menu {
    z-index: 10000;
}

.dropdown-toggle.notification {
    padding-right: 0;
}

#cardDescription {
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
}

.share-dropdown-menu {
    position: absolute;
    width: 200px;
    background: var(--background-page);
    border: solid 1px var(--background-body);
    z-index: 10000;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transform: translate3d(0px, 30px, 0px) !important;
}

.share-dropdown-menu a {
    display: block;
    margin-bottom: 0.5rem;
    color: black;
}

.show-mobile {
    display: none !important;
}

.hide-mobile {
    display: block !important;
}

.share-dropdown-menu img, .share-dropdown-menu svg {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 0.5rem;
}

.share {
    fill: var(--background-logo);
    color: var(--background-logo);
    white-space: nowrap;
    cursor: pointer;
}

.share-dropdown:hover .share {
    color: #000;
    fill: #000;
}

.dropdown-toggle.notification::after {
    border-top: none !important;
    border-bottom: none !important;
}

.dropdown-right {
    left: unset !important;
    right: 0 !important;
}

div.no-image {
    background: var(--background-body);
    opacity: 0.5;
    min-height: 170px;
}

img.no-image {
    width: 30% !important;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.info-text {
    color: #7d7d7d;
}

.wide-dd-box {
    width: 205px !important;
}

.no-ddarrow:after {
    border: none !important;
}

.no-focus-effect:focus {
    outline: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.my-account.no-focus-effect:focus, .notification.no-focus-effect:focus {
    background: #eeeeee;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px;
}

.bg-main {
    background: #1A5A91;
}

.bg-white {
    background: #fff;
}

.filter-heading {
    display: block;
    font-size: 20px;
}

.price-flex {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.notification-item {
    padding: 10px;
    border-bottom: solid 1px #e0e0e0;
}

.notification-item:last-child {
    border-bottom: none;
}

.wm-50 {
    min-width: 75%;
}


.search-icon {
    font-size: 20px;
}

.search-result-container, .base-result-container {
    background: var(--background-page);
    border-radius: 2px 2px;
}

.search-result-container:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-price {
    font-weight: bold;
    font-size: 30px;
}

.details-price {
    color: var(--primary-btn);
}

.border-bottom-secondary {
    border-bottom: 1px solid var(--background-logo);
}

.details-subtitle {
    color: gray;
}

.page-border-top {
    border-top: 1px solid var(--background-logo-30);
    margin-top: -1px;
}

.page-border-bottom {
    border-bottom: 1px solid var(--background-logo-30);
}

.page-heading {
    color: var(--background-logo);
    font-size: 2rem;
}

.agb-article h2.page-heading {
    font-size: 1.5rem;
}

.agb-article h3.page-heading {
    font-size: 1.2rem;
}

.agb-article section {
    margin-left: 1rem;
}

.page-subheading {
    color: var(--primary-btn);
}

.search-info-border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.search-field-container {
    max-width: 450px;
    min-height: 300px;
    width: 100%;
    z-index: 1;
    margin-bottom: 0 !important;
}

.opacity-btn-hover:not(.show) {
    opacity: 0.8;
}

.opacity-btn-hover:hover {
    opacity: 1;
}

.disabled-advert {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
    z-index: 999;
    top: 0;
    left: 0;
}


.disabled-advert .page-heading {
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}

.search-info {
    padding-bottom: 10px;
    margin-bottom: 2rem;
}

.footer-list-heading {
    font-size: 18px;
    font-weight: bold;
}

.footer-list {
    padding-left: 0;
}

.footer-list li {
    list-style: none;
}

.search-form-header-row {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
}

.footer-link {
    color: #212529;
}

.footer-link:hover {
    text-decoration: none;
    color: #000;
}

.modal {

}

.search-result-container h3 {
    font-size: 20px;
}

.label-header {
    font-weight: bold;
    font-size: 18px;
}

#securityPin {
    text-align: center;
    letter-spacing: 1em;
    font-weight: bold;
}

.big-icon {
    font-size: 25px;
}

a.nav-link {
    color: black;
}

.navtab-searchfield-head > li.nav-item {
    width: 50%;
    text-align: center;
}

.expander:hover {
    text-decoration: none;
    color: #000;
}

.expander {
    color: #000;
}

.header-search-result {
    font-size: 20px;
}

.text-black {
    color: black;
}

.text-black:hover {
    text-decoration: none;
    color: black;
}


/*.select-wrapper select {*/
/*    -moz-appearance: none;*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    border: none;*/
/*    outline: none !important;*/
/*    border-radius: 0;*/
/*}*/

/*.select-wrapper select::-ms-expand {*/
/*    display: none;*/
/*}*/

.two-way-select {
    display: flex;
    justify-content: center;
}

.select-wrapper {
    width: 100%;
    height: 38px;
    display: none;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
    background-color: var(--primary-btn) !important;
}

.select-wrapper .select2 {
    height: 100% !important;
    width: 100% !important;
    z-index: 1;
    background: transparent;
}

.select-wrapper .select2-selection__clear {
    font-size: 20pt !important;
    font-weight: 400 !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    color: #888 !important;
    height: 100% !important;
    margin-right: 5px !important;
    padding-top: 0 !important;
    position: relative;
}

.select-wrapper .select2-selection__clear span {
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
}

.select-wrapper .select2-selection__clear ~ .select2-selection__arrow {
    display: none;
}

.select-wrapper .select2-selection__placeholder {
    color: #000 !important;
}

.select2-container--disabled .select2-selection__placeholder {
    color: #888 !important;
}

.select-wrapper span:focus, .select-wrapper div:focus {
    outline: none !important;
}

.two-way-select div:first-child .select-wrapper .select2-container--default .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.two-way-select div:last-child .select-wrapper .select2-container--default .select2-selection--single {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select-wrapper .select2-selection {
    height: 100% !important;
}

.select-wrapper .select2-selection__rendered {
    line-height: 38px !important;
    height: 100% !important;
}

.select-wrapper .select2-selection__arrow {
    height: 97% !important;
}

/*.select-wrapper select:disabled {*/
/*    background: rgba(0, 0, 0, 0.1);*/
/*    cursor: not-allowed;*/
/*}*/

/*.select-wrapper .arrow {*/
/*    font-size: 20px;*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 20px;*/
/*    z-index: 0;*/
/*    color: #000;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.select-wrapper[disabled]::before {*/
/*    color: #ccc*/
/*}*/

.toggler {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.toggler .arrow {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 0;
    color: var(--primary-btn);
    transition: transform 0.2s;
}

.toggler-detail .arrow {
    font-size: 25px;
    top: 25%;
    right: 0;
    margin-left: 10px;
    color: var(--background-logo);
}

.btn-transparent {
    background: transparent;
    border: none;
    padding: 0;
}

.details-actions {
    min-width: 200px;
}

.details-actions-flex {
    justify-content: flex-end;
}

.details-actions-flex a {
    margin-left: 10px;
}

.toggler.down .arrow {
    transform: rotate(0deg);
}

.toggler.up .arrow {
    transform: rotate(180deg);
}

.error-field {
    color: rgb(203, 0, 0);
}

.error {
    color: #cb0000;
}

.not-included, .included {
    margin-left: 20px;
    padding: 1px 6px;
    position: relative;
    border: solid 1px #CCCCCC;
    background: var(--background-body);
    border-radius: 50%;
}

.lang-dropdown {
    padding: 0;
}

.lang-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.lang-list li {
    padding: .5rem 1rem;
    cursor: pointer;
}

.lang-list .language-selection.active {
    font-weight: bold;
}

.lang-list .language-selection {
    border-top: solid 1px var(--background-body);
}

.lang-list .language-selection:not(.active):hover {
    background: var(--background-body-50);
}

.lang-list .language-selection:first-child {
    border-top: none;
}

form.hide-label label {
    display: none;
}

.icon-wrapper {
    color: #cccccc;
    display: inline-block;
}

.included {
    color: #1e7e34;
    border-color: #1e7e34;
    background: rgba(32, 255, 73, 0.40);
}


.two-way-select .two-way-select-wrapper:first-child {
    border-radius: 5px 0 0 5px !important;
    margin-right: -1px;
}

.two-way-select .two-way-select-wrapper:last-child {
    border-radius: 0 5px 5px 0 !important;
}

.file-wrapper {
    height: 150px;
    width: 100px;
    border: var(--select-border) 1px solid;
    background: rgba(204, 204, 204, 0.1);
    border-radius: 5px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative;
}

.revalidation-confirmation {
    padding: 1rem 2rem;
    line-height: 2;
}

.file-wrapper:hover {
    background: rgba(204, 204, 204, 0.3);
}

.file-wrapper label {
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.file-wrapper label .icon {
    font-size: 20px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.collapse {
    display: block !important;
}

.preview-image-wrapper {
    height: 100%;
    width: 100%;
}

.back-btn {
    text-decoration: none !important;
    color: var(--background-logo);
    cursor: pointer;
}

.back-btn .icon {
    transform: rotate(90deg);
    margin-right: .25rem;
}

.article-delete-image {
    font-size: 25px;
    position: absolute;
    right: -10px;
    top: -19px;
    z-index: 999;
}

.article-delete-image {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.article-delete-image:hover {
    transform: scale(1.3, 1.3);
}

.preview-image {
    position: absolute;
    max-height: 100%;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail-carousel {
    /*margin-bottom: 50px !important;*/
    padding-bottom: 50px;
}

.detail-carousel:not(.border-none) {
    border: 1px solid rgba(140, 140, 140, 0.2);
}

.thumbnail-image-view {
    height: 52px !important;
    margin-bottom: 0 !important;
    /*bottom: -50px !important;*/
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-top: 1px solid rgba(140, 140, 140, 0.2);
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.my-account-dropdown {
    width: 200px;
}


.table-no-border tr td {
    border: none;
}

.image-indicator {
    height: 49px !important;
    width: unset !important;
    flex-shrink: 0 !important;
    max-width: 60px;
    text-indent: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.image-indicator img {
    height: calc(100% - 6px) !important;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.carousel-indicators .image-indicator {
    margin-top: 3px;
}

.image-modal{
    padding: 0 !important;
}

.carousel-control-custom {
    background: rgba(100, 100, 100, 1);
    top: 50%;
    height: 70px;
    width: 50px !important;
    transform: translateY(-50%);
    border-radius: 50% 0% 0% 50%;
}

#detailsImageCarousel .carousel-inner {
    height: 349px;
}

#detailsImageCarousel-modal .carousel-inner {
    height: 600px;
    max-height: 90vh;
}


#details-modal .modal-body {
    overflow-y: auto;
}

#details-modal .modal-header {
    padding: .5rem 1rem 2rem 1rem;
}

.carousel-inner .carousel-item {
    height: 100%;
}

.carousel-inner .carousel-item img {
    vertical-align: middle;
}

.carousel-inner .carousel-item img {
    object-fit: contain;
    max-height: 100%;
    height: 100%;
}

.font-20 {
    font-size: 20px;
}

.info {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 1px #d1ecf1;
    background: #d1ecf1;
    border-radius: 50%;
    color: #0c5460;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.2s;
}

.info:hover {
    opacity: 1;
}

.info span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-datepicker-header {
    background: var(--background-body);
}

.ui-datepicker .ui-widget-header .ui-icon, .ui-datepicker .ui-widget-header .ui-icon {
    background: none !important;
}

.ui-datepicker {
    background: var(--background-page);
    padding: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.ui-datepicker td a {
    background: var(--background-body);
}

.ui-datepicker td a:hover {
    background: #d6d9dc;
}

.ui-datepicker-current-day a {
    background: #d6d9dc !important;
}

.ui-datepicker-prev span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--background-logo);
    cursor: pointer;
}

.ui-datepicker-next span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--background-logo);
    cursor: pointer;
}


.ui-datepicker-calendar {
    background: var(--background-page) !important;
}

.carousel-control-custom.carousel-control-prev {
    border-radius: 0% 50% 50% 0%;
}

.border-radius-5 {
    border-radius: 5px;
}

.favorite {
    color: var(--background-logo);
    cursor: pointer;
}

.favorite span {
    margin-right: 0.5rem;
}

.favorite .share {
    margin-right: 0 !important;
}

.favorite:hover svg {
    transform: scale(1.2);
}

.margin-navtab-search {
    margin-top: -1px;
    margin-left: -1px;
}


.top-mobile {
    display: none;
    height: 200px;
    overflow: hidden;
    margin-bottom: .25rem;
}

.top-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-desktop {
    display: block;
    position: absolute;
    height: 100%;
    width: 80%;
    right: 15px;
    top: 0;
}

.top-desktop img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-container {
    height: 100%;
    width: 100%;
}

.top-container .top-text {
    position: absolute;
}
.top-container .top-content {
    position: absolute;
    top: 50%;
    right: 2rem;
    max-width: 400px;
    background-size: cover;
    transform: translateY(-50%);
    padding: 1em;
}

.top-container .top-content.hohejagd p{
    font-weight: bold;
    font-size: 28pt;
    margin-bottom: 0;
    color: var(--primary-btn);
    text-shadow: 1px 2px rgb(0 0 0 / 80%);
    text-align: right;
}

.top-container .btn-outline-primary {
    background: var(--background-logo-80);
}

.top-text span {
    color: var(--primary-btn);
    font-size: 14pt;
}

.card .card-header-span {
    margin-top: -15px;
    width: fit-content;
    padding: 0 5px 0 5px;
    margin-left: 5px;
    background: #fff;
    font-size: 1.2em;
}

.border-solid-tab-style {
    border: 1px solid #dee2e6;
}

.partner-entry{
    display: inline-block;
    max-height: 130px;
    min-width: 100px;
    margin-right: 2em;
    margin-bottom: 2em;
    text-align: center;
    max-width: 30%;
    min-height: 100px;
}

.partner-entry .partner-image{
    height: 100%;
    max-height: 130px;
    width: 100%;
    object-fit: contain;
    display: block;
    transition: transform ease-in .1s;
}

.contact-info-advert td{
    vertical-align: top;
    padding-bottom: .5em;
}

.partner-entry .partner-image:hover{
    transform: scale(1.1);
}

.partner-adverts .search-result-container{
    border: solid 1px rgba(0,0,0,0.1);
}

.partner-card{
    height: 150px;
    width: 150px;
}

.partner-swiper-wrapper{
    margin-bottom: 1em;
}

.partner-card .img-wrapper, .partner-card .img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#details-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
}

#details-modal .modal-dialog .modal-content {
    height: 100%;
}

.show-991 {
    display: none;
}

.login-border {
    border-left: 1px solid #dee2e6;
}

.header-search-result-flex .select-wrapper {
    width: 190px;
}

.header-search-result-flex {
    display: flex;
    justify-content: space-between;
}

.custom-blog-article {
    padding: .75rem 1.5rem 1.5rem;
}

.custom-blog-article .margin-bottom-2p5{
    margin-bottom: 2rem;
}

.custom-blog-article .bullet-list{
    max-width: 300px;
}

.custom-blog-article .bullet-list li {
    list-style: none;
    position: relative;
    text-align: left;
    width: 300px;
    margin: auto;
}

.custom-blog-article .display-4{
    font-size: 2rem;
}

.custom-blog-article .bg-dark{
    background-color: var(--background-logo) !important;
}

.custom-blog-article .bg-primary{
    background-color: var(--primary-btn) !important;
}

.custom-blog-article .bullet-list li:before {
    position: absolute;
}

.custom-blog-article .bullet-list li:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid var(--primary-btn);
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.extra-content-absolute{
    display: inline-block;
    margin-bottom: 1rem;
}

.line-through{
    position: relative;
}
.line-through:before{
    position: absolute;
    content: "";
    left: -10px;
    top: 50%;
    right: -10px;
    border-top: 2px solid var(--primary-btn);
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    transform: rotate(-26deg);
}

.line-through-small:before{
    left: 0 !important;
    right: 0 !important;
}

.custom-blog-article .mockup{
    max-height: 400px;
    object-fit: contain;
    width: 90%;
}

.custom-blog-article .mockup.ios{
    max-height: 190px;
}

.custom-blog-article .bullet-list li:before {
    position: absolute;
    top: .5rem;
    left: -1.5rem;
    transform: rotate(-90deg);
}
.current-adverts{
    text-align: right;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}
.current-adverts span{
    font-size: 16pt;
    font-weight: bold;
}


@media screen and (max-width: 992px) {
    .heading-flex {
        display: block !important;
    }

    .subheading {
        font-size: 16px;
    }

    .container {
        max-width: 100% !important;
    }


    .top-flex {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .search-field-container {
        max-width: unset !important;
    }

    .top-mobile {
        display: block;
    }

    .top-container .top-content {
        top: 1.5rem;
        right: 1.5rem;
        transform: translateY(0);
        width: unset;
        max-width: unset;
    }

    .top-container .top-content.hohejagd p {
        font-size: 20pt ;
    }

    .top-desktop {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .filter-expander {
        display: none !important;
    }

    .show-991 {
        display: block !important;
    }

    .filter-expander-phone {
        display: block !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}


@media screen and (max-width: 770px) {
    .mobile-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .search-info {
        margin-bottom: 0.5rem;
    }

    .search-info:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .flex-col-small-screen {
        flex-direction: column;
    }

    #detailsImageCarousel .carousel-inner {
        height: 200px !important;
    }

    .login-border {
        border-left: none;
        border-top: 1px solid #dee2e6;
    }

    .mobile-padding-login {
        padding: 2rem 1rem !important;
    }

    .login .rounded-left, .login .rounded-right {
        border-radius: 0 !important;
    }

    .login .rounded-left {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .login .rounded-right {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .header-search-result-flex {
        flex-direction: column;
    }

    .header-search-result-flex .select-wrapper {
        width: 100%;
        margin-top: .5rem;
    }

    .searchButton-extended {
        width: 100%;
        height: 48px;
        font-size: 20px;
    }
}

@media screen and (max-width: 700px) {
    .show-mobile {
        display: block !important;
    }

    .container {
        max-width: 100% !important;
    }

    .innerContainer {
        padding: 0 !important;
    }

    .back-btn {
        display: none;
    }

    .footer-row, .footer-info {
        padding-left: .5rem;
        padding-right: .5rem;
        padding-bottom: 1rem;
    }

    .logo-div {
        margin-right: 0 !important;
    }

    .delete-advert-dialog {
        width: 90% !important;
    }

    .hide-mobile {
        display: none !important;
    }

    #submitInquiry {
        width: 100%;
    }
}

@media screen and (max-width: 591px) {
    .newAds-heading-wrapper .page-heading {
        font-size: 15pt !important;
    }
}

@media screen and (max-width: 577px) {
    .searchButton {
        width: 100%;
        height: 48px;
        font-size: 20px;
    }

    .details-actions {
        min-width: 100px;
    }


    .responsive-split {
        width: 49%;
    }

    .details-actions-flex {
        justify-content: flex-end !important;
        height: 100%;
    }

    .details-actions-flex a {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .page-border-top, .page-border-bottom {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 497px) {
    .navbar-brand {
        margin-right: 0;
    }

    .logo-div {
        margin-right: 0;
    }

    .logo {
        height: unset;
        width: 100%;
    }

    .user-content-nav {
        justify-content: flex-end !important;
    }

    .lang-dropdown {
        right: unset !important;
        left: 0 !important;
    }

    .my-account-dropdown {
        width: calc(100vw - 30px);
    }
}

@media screen and (max-width: 450px) {
    .responsive-split {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .footer-info {
        flex-direction: column-reverse;
    }

    .footer-info .social-media-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .cta-btn-cta {
        font-size: 16pt;
    }
}

@media screen and (max-width: 350px) {
    .cta-btn-cta {
        font-size: 13pt;
    }
}
