<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
    General
*************************/
/*Template Google font*/

[v-cloak] {
    display: none;
}

div.hr-close {
    z-index: 1000;
}

body {
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    background: #EAEAEE;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, .btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

a:focus, a:hover {
    color: #FA896A;
    text-decoration: none;
}

a, button, input {
    outline: none !important;
    color: #FA896A;
}

/* a, button, input { outline: medium none !important; color: #ffa500; }*/
.uppercase {
    text-transform: uppercase;
}

button:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 34px;
    font-style: normal;
    line-height: 40px;
}

span.h1-second-line {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    font-style: normal;
    line-height: 36px;
}

h3 {
    font-size: 21px;
    font-style: normal;
    line-height: 31px;
}

span.h3-second-line {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    font-style: normal;
    line-height: 29px;
}

h5 {
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
}

h6 {
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.lead {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Manrope', sans-serif;
}

.border-bottom {
    border-bottom: 1px solid #999999;
}

.border-right {
    border-right: 1px solid #999999;
}

.text-medium {
    font-size: 18px;
    line-height: 28px
}

.text-small {
    font-size: 14px;
    line-height: 18px
}

.text-x-small {
    font-size: 12px;
    line-height: 14px
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px dashed #eceff8;
    border-top: 0px;
}

*::-moz-selection {
    background: #3952d0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #3952d0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3952d0;
    color: #fff;
    text-shadow: none;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}


/* Page section margin padding */
.space-lg-ptb {
    padding: 140px 0;
}

.space-lg-pt {
    padding-top: 140px;
}

.space-lg-pb {
    padding-bottom: 140px;
}

.space-ptb {
    padding: 90px 0;
}

.space-pt {
    padding-top: 90px;
}

.space-pb {
    padding-bottom: 90px;
}
.space-pb2 {
    padding-bottom: 145px;
}

.space-sm-ptb {
    padding: 70px 0;
}

.space-sm-pt {
    padding-top: 70px;
}

.space-sm-pb {
    padding-bottom: 70px;
}

.space-xs-ptb {
    padding: 50px 0;
}

.space-xs-pt {
    padding-top: 50px;
}

.space-xs-pb {
    padding-bottom: 50px;
}

.space-lg-mt {
    margin-top: 150px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-30 {
    margin-top: 30px;
}


.img-fluid {
    max-width: 100%;
    height: auto;

}

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


/*************************
    Background color
************************/
.white-bg {
    background: #fff;
}

.gray-bg {
    background: #f1f2f6;
}

.dark-bg {
    background: #343534;
}

.orange-bg {
    background: #FA896A;
}


/***********************
       Button
***********************/

.btn {
    padding: 12px 20px;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #222222;
    display: inline-block;
    text-align: center;
}

.btn-sm {
    padding: 3px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 20px;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    background: #FA896A;
    outline: none;
}

.btn-gradient {
    background-size: 160% auto;   /* 200%*/
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background-image: linear-gradient(to right, #FD896A 5%, #FCC173 100%);
    color: #fff;
}

.btn-gradient_cancel {
    background-size: 160% auto;   /* 200%*/
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background-image: linear-gradient(to right, #999999 5%, #cccccc 100%) !important;
    color: #fff;
}

.btn-gradient:hover {
    background-position: right center;
}

.btn-outline {
    background: inherit;
    border-radius: 70px;
    color: #222222;
    /*border: 2px solid #222222;*/
    outline: none;
    border: none;
}

.btn-outline:hover {
    background: #FA896A;
    /*border: 2px solid #ffa500;*/
    border: none;
    outline: none;
}

/*
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    outline: none;
    border: none;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    outline: none;
    border: none;
}
*/
.btn-block {
    width: 100%;
}

.mobile_menu_item_li {
    display: none;
    position: relative;
    height:  50px; /*44px;/*40px; /*46px; /*42px; /* 52px */
    line-height: 1.3;/*0.6;*/
}

.mobile_menu_item {
    clear: both;
    float: left;
    margin-left: 20px;
}

/* Start: Button from style.css in old dev*/

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(232, 142, 45, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: white;
    background-color: #FA896A;
    border-color: #FA896A;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FA896A;
    border-color: #cc7416;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 142, 45, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #FA896A;
    border-color: #FA896A;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc7416;
    border-color: #c06e15;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 142, 45, 0.5);
}

/*
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
*/
.btn-success {
    color: #212529;
    background-color: #5FD98B;
    border-color: #5FD98B;
}

.btn-success:hover {
    color: #212529;
    background-color: #40d275;
    border-color: #36cf6d;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 217, 139, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #5FD98B;
    border-color: #5FD98B;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show &gt; .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #36cf6d;
    border-color: #30c967;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 217, 139, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #fff;
    background-color: rgba(34, 34, 34, 0.35);
    border-color: rgba(34, 34, 34, 0.35);
}

.btn-light:hover {
    color: #fff;
    background-color: rgba(15, 15, 15, 0.35);
    border-color: rgba(9, 9, 9, 0.35);
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background-color: rgba(34, 34, 34, 0.35);
    border-color: rgba(34, 34, 34, 0.35);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show &gt; .btn-light.dropdown-toggle {
    color: #fff;
    background-color: rgba(9, 9, 9, 0.35);
    border-color: rgba(2, 2, 2, 0.35);
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-dark:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #090909;
    border-color: #020202;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-primary {
    color: #FA896A;
    background-color: transparent;
    background-image: none;
    border-color: #FA896A;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #FA896A;
    border-color: #FA896A;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 142, 45, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #FA896A;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #FA896A;
    border-color: #FA896A;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 142, 45, 0.5);
}

/*
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
*/
.btn-outline-success {
    color: #5FD98B;
    background-color: transparent;
    background-image: none;
    border-color: #5FD98B;
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #5FD98B;
    border-color: #5FD98B;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 217, 139, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5FD98B;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #5FD98B;
    border-color: #5FD98B;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 217, 139, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: rgba(34, 34, 34, 0.35);
    background-color: transparent;
    background-image: none;
    border-color: rgba(34, 34, 34, 0.35);
}

.btn-outline-light:hover {
    color: #fff;
    background-color: rgba(34, 34, 34, 0.35);
    border-color: rgba(34, 34, 34, 0.35);
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: rgba(34, 34, 34, 0.35);
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: rgba(34, 34, 34, 0.35);
    border-color: rgba(34, 34, 34, 0.35);
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-dark {
    color: #222222;
    background-color: transparent;
    background-image: none;
    border-color: #222222;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #222222;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-link {
    font-weight: 700;
    color: #FA896A;
    background-color: transparent;
}

.btn-link:hover {
    color: #b56714;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg &gt; .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm &gt; .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* End: Button from old dev*/

.autobud {
    vertical-align: bottom;
    font-size: 9px;
    font-weight: 700;
    background: #fd7f1540;
    color: #cf8570;
    padding: 0px 2.5px 1px 2.5px;
    text-align: center;
    border-radius: 8px;
    margin-left: 3px;
}

.showTempInfoBoxButton {
    color: #FA896A;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    background: #FEFBBB;
    padding: 7px;
    margin-top: 5px;
    font-weight: 600;
}

.img-fuild {
    max-width: 100%;
    height: auto;
}

.bilder-btn.active {
    background-color: #5FD98B;
    border-color: #5FD98B;
}

.bilder .row {
    margin-right: -2px;
    margin-left: -2px;
}

.bilder .row .col-lg-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.bilder a {
    margin-top: 4px;
}

/*==== header ====*/

.header .topbar .top-navbar {
    display: flex;
    align-items: center;
}

.header .topbar .navbar-brand {
    position: relative;
    height: auto;
    padding: 16px 20px 26px 0px; /*20px 20px 30px 0px;*/
    display: inline-block;
    float: left;

}


.header .topbar .navbar-brand img {
    width: 200px; /*295px;*/
}

.header .topbar .navbar-brand .tag-line {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    color: #212529;
}

.header .topbar .top-navbar .topbar-menu {
    margin-left: auto;
}

.header .topbar .top-navbar .topbar-menu .navbar-nav {
    display: inline-block;
    align-items: center;
}

.header .topbar .navbar-nav .nav-item .nav-link {
    color: #222222; /*#222222;*/
    margin-right: 10px;
    padding: 10px;
}

.header .topbar .navbar-nav .nav-item .nav-link.g-translate img {
    margin-right: 8px;
}

.header .topbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header .topbar .navbar-nav .nav-item .nav-link:hover {
    color: #FA896A;
}

.navbar .navbar-nav {
    margin-left: -20px;
}
.navbar2 .navbar-nav {
    margin-left: -20px;
}

.navbar-nav .nav-item {
    list-style-type: none;
    position: relative;
    float: left;

}

.header .navbar {
    background-color: #222222;
    /*padding-top: 0;
    padding-bottom: 0;*/
    padding: 0;
    display: block !important;
}
.header .navbar2 {
    background-color: #ffffff;
    /*padding-top: 0;
    padding-bottom: 0;*/
    padding: 0;
}

.header .navbar.header-sticky.is-sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -moz-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -ms-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15); 
}


.close-search {
    position: absolute;
    right: 15px;  /* 40 */
    top: 11px;    /* 10 */
    cursor: pointer;
    font-size: 22px;
    color: #e89030;
}

.black-menu-items-div {
    float: left;
    width: 50%;
    height: 50px;/*40px;*/
    display: flex;
    align-items: center;
}
.black-menu-items-span {
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
}


.sticky-fix {
    top: 120px; /* 143px  */
    position: relative;
}
.sticky-fix2 {
    top: 122px;
    position: relative;
}

.mfp-close {
    cursor: pointer !important;
}

.breadcrumbs {
    border: none !important;
    /* background: #222222 !important;*/
    color: #656565 !important;
    outline: none;
    appearance: none;
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.breadcrumbs:hover {
    color: #222222 !important;
    outline: none;
}
.breadcrumbs2 {
    cursor: pointer;
    background-color: #DADADD !important;
    /*color: #000000;*/
    padding-left: 6px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    color: #ffffff;
    padding: 20px;
}

/*.navbar-nav .nav-item:first-child .nav-link{
  padding-left: 0;
}*/
.navbar-nav .nav-item .nav-link:hover {
    color: #FA896A;
    background-color: inherit;
}

.header .navbar-nav .nav-item.active .nav-link:after {

    position: absolute;
    content: "";
    width: 50px;
    max-width: 100%;
    background: linear-gradient(90deg, #FD896A 0%, #FCC173 100%);
    height: 4px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);


}

.header .min-menu {
    display: inline-block;
    float: left;
}

.header .add-listing {
    display: inline-block;
    float: right;
    margin-top: 0px; /* 0px*/
}


.header .add-listing .form-inline {
    display: flex;
    align-items: center;
    margin-block-end: 0em; /* nytt ALi*/
}

.header .add-listing .form-inline2 {
    display: flex;
    align-items: center;
    margin-block-end: 0em; /* nytt ALi*/
}


.header .add-listing form .form-group {
    margin-bottom: 0px;
    margin-left: 15px;
}


.header .add-listing form .form-group select:-ms-expand {
    display: none;
}

.header .add-listing form .form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.header .add-listing form .form-group select {
    border: none;
    /*background-color: #222222 !important;*/
    background: #222222 !important;
    color: #ffffff;
    outline: none;
    appearance: none;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.thumb-width-fix {
    flex: 0 0 33% !important;
    max-width: 33% !important;
}

.autobid_icon {
    /*display:inline-block;*/
    /*position: relative*/
}
.autobid_icon:after {
    /*font-family: 'FontAwesome';
    content: '\f274';
    position: absolute;
    left: 11px;
    top: 4px;*/
}


.header .add-listing form .form-group select option {
    color: #ffffff;
}

.category-icon {
    margin-right: 0px;
    margin-bottom: 1px;
}

.categorybox {
    vertical-align: middle;
    border-style: none;
    border-radius: 8px;
    width: 100%;
    opacity: 0.4;
    transition: opacity .3s;
}
.categoryboxtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    text-align-last: center;
}

.categoryboxtextalign {
    white-space: break-spaces;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}



.categorybox:hover {
    opacity: 0.2 !important;
    cursor: pointer;
}

.categoryboxtext:hover {
    cursor: pointer;
}

.categorycontainer {
    background-color: #222222;
    margin: 14px 9px 0px 9px;
    border-radius: 8px;
    position: relative;
}

@media (max-width: 733px) {
    .categorycontainer {
       margin: 14px 4px 0px 4px;
    }
}

/*
.categoryboxtext:hover + .categoryboxh {
    opacity: 0.2 !important;
    cursor: pointer;
}
.categoryboxtext:hover {
    opacity: 0.2 !important;
    cursor: pointer;
}

#categoryboxtext1:hover + #categoryboxh1 {
    opacity: 0.2 !important;
    cursor: pointer;
}*/

.header .add-listing form .search-box {
    position: relative;
}

.header .add-listing form .search-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translatey(-50%);
}

.header .add-listing form .search-box .form-control {
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    border: 1px solid #000;
    border-radius: 50px;
}

.form-control {
    border-radius: 40px;
    border: none;
    font-size: 14px;
    font-weight: 700;
}

.form-control:focus {
    border-color: #f5cca0;
    box-shadow: 0 0 0 0.2rem rgb(232 142 45 / 25%);
}

.custom-select:focus {
    box-shadow: none;
}

.product-header {
    padding-bottom: 10px;
}

.top-navbar .flags ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
    position: relative;
    margin-left: 15px;
    width: 32px;
}

.slick-initialized {
    opacity: 1;
    transition: opacity .3s ease-out;
}

/* Blinto justering */
.plus_select {
    border: none !important;
    /* background-color: #222222 !important; */
    background: #222222 !important;
    color: #fff;
    outline: none;
    appearance: none;
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.plus_select:hover {
    /*    color: #FA896A !important;*/
    background: #FA896A;
    outline: none;
}

/*
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}
*/
.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn-hover-orange:hover {
    /* Blir sv?rt att se om knappen blivit klickad/markerad om det finns en hover som d?ljer markeradf?rgen.
    background-color: #E88E2D !important;
    color: #ffffff !important;
    border: 1px solid #E88E2D !important;
    */
    /*opacity: 0.8;*/
    background-color: #f7b2a0 !important;
    color: black !important;
}

.btn-hover-white:hover {
    background-color: #222222 !important;
    /*border: none !important;*/ /*border: 2px solid #4a4a4a !important;*/
    color: #ffffff !important;
}

.favorit-btn-on:hover &gt; #icon_favorit{
    color: #FA896A !important;
}
.favorit-btn-off:hover &gt; #icon_favorit{
    color: #ffffff !important;
}


/*#btn_favorit:hover &gt; #icon_favorit {
    color: #4a4a4a !important;
}*/


#btn_video:hover &gt; #btn_youtube {
    content: url("/images/icon_youtube_black.svg");
    opacity: 50%;
    width: 22px;
    margin-right: 4px;
    margin-top: -2px !important;
}
/*#icon_favorit:hover {
    color: #4a4a4a !important;
}*/

/*==== Auction-box ====*/
.indexpage {
    font-size: 16px;
    color: #808080;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
}

.auction-box {
    width: 100%;
}

.auction-box .auction-product {
    border-radius: 4px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    width: 19%;
    margin-right: 1%; /* 1.25%*/
    margin-bottom: 10px;
    float: left;
}

.auction-box .auction-product:nth-child(5n+0) { /* 4n+0*/
    margin-right: 0%;
}

.auction-box .auction-product:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -moz-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -ms-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
}

.auction-box .auction-product .product-content {
    position: relative;
    background: #ffffff;
    padding: 15px; /* Skrivs över för mobilt länge ner */
}
@media (max-width: 470px) {
    .auction-box .auction-product .product-content {
        padding: 8px;
    }
}

.auction-box .auction-product .product-content .reating {
    padding-top: 4px;
    padding-right: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.auction-box .auction-product .product-content .reating i {
    font-size: 25px;
}

.auction-box .auction-product .product-content .brand-type {
    color: #222222;
    margin-bottom: 0px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-weight: 800;
}

.auction-box .auction-product .product-content .type-text {
    color: #222222;
    font-size: 13px;
    font-weight: 800;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.auction-box .auction-product .product-content .card-location {
    color: rgba(34, 34, 34, 0.35);
    margin-bottom: 5px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;

}

.auction-box .auction-product .product-content .card-location img {
    margin-right: 10px;
}

.auction-box .auction-product .product-content .card-footer {
    display: flex;
    align-items: flex-end;
    padding: 0;
    background-color: inherit;
    border-top: none;
}

.product-content .card-footer .bid-price .bids-amount {
    color: rgba(34, 34, 34, 0.35);
    font-size: 12px;
    font-weight: 500;
}

.product-content .card-footer .bid-price {
    width: 53%;
}

.product-content .card-footer .bid-price .objectprice {
    font-size: 21px;
    line-height: 24px;
    color: #222222;
    font-weight: 800;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.product-content .card-footer .time-left {
    margin-left: auto;
    color: rgba(34, 34, 34, 0.35);
    font-size: 12px;
}

/*
p.time-left span.notranslate {
    float: right;
    clear: right;
}*/
p.time-left span.time-left-human {
    float: right;
    clear: right;
}


.product-content .card-footer .time-left img {
    margin-left: 5px;
}

.product-content .card-footer .time-left-span {
    color: rgba(34, 34, 34, 0.35);
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
}

.time-left {
    text-align: right;
}

.product-btn {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.product-btn .btn {
    width: 70%;
}

.category-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 15px 10px;
    background-color: #fdfdfd;
    height: 110px;
    border-radius: 4px;
}

.category-box:hover {
    box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -moz-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    -ms-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
}

.category-box .category-img img {
    width: 50px;
    height: 50px;
}

.category-box .category-title {
    font-size: 16px;
    color: #212529;
    display: inline-block;
    width: 100%;
}

.category-box:hover .category-title {
    color: #FA896A;;
}


.usps-box {
    text-align: center;
}

.usps-box .fraga-logo,
.usps-box .svea-logo {
    width: 200px;
    height: auto;
}

.usps-box .svea-logo {
    margin-top: 60px;
}

.login-register-box {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.login-register-box .btn {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    margin-bottom: 15px;
}

.login-register-box .muted {
    font-size: 12px;
    color: rgba(34, 34, 34, 0.35);
}

/*==== footer-about ====*/
.footer-about {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-about .footer-logo {
    width: 180px;
}

.footer-about .footer-logo img {
    width: 100%;
}

.footer-about .social-icon ul li {
    display: inline-block;
    position: relative;
    list-style-type: none;
}

.footer-about .social-icon {
    margin-left: 40px;
    padding: 15px 0px;
}

.footer-about-tag {
    font-size: 14px;
}

.footer-about .social-icon ul li a {
    display: block;
    padding: 0px 10px;
    font-size: 20px;
    color: #343534;
}

.footer-about .social-icon ul li a:hover {
    color: #FA896A;
}

.footer-link h6 {
    margin-bottom: 20px;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li a:hover {
    /*  color: #343534;*/
    color: #212529;
}

a.footer-link {
    /*  color: #343534;*/
    color: #212529;
    text-decoration: none !important;
}

.CMSwebContent p {
    margin-bottom: 0.2rem;
}

.CMSblintoButton {
    background-image: linear-gradient(to right, #FD896A 5%, #FCC173 100%);
    border-radius: 50px;
    font-weight: 800;
    padding: 9px 17px;
    white-space: break-spaces;
    max-height: 69px;
    width: fit-content;
    height: 42px;
    font-size: 14px;
    text-align: center;
    color: white;
    display: block;
    margin-bottom: 8px;
}
.CMSblintoButton a {
    color: white !important;
}

.CMSblintoButton:hover {
    opacity: 0.8 !important;
    color: white !important;
    text-decoration: none !important;
}

.CMSblintoButton50 {
    width: 50px !important;
}
.CMSblintoButton100 {
    width: 100px !important;
}
.CMSblintoButton150 {
    width: 150px !important;
}
.CMSblintoButton200 {
    width: 200px !important;
}
.CMSblintoButton250 {
    width: 250px !important;
}
.CMSblintoButton300 {
    width: 300px !important;
}

.product-information {
    margin-top: 30px;
}


.bilder a img {
    border-radius: 4px;
}

.card.clean {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}

.objekt-information {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999999;
    font-size: 12px;
    font-weight: 800;

}

.card.clean:last-child {
    margin-bottom: 0;
}

.card.dark {
    background: #222222;
    color: #FFF;
}

.fakta.card.clean p {
    margin-top: 0;
    margin-bottom: 3px;
}

.product-slider:focus,
.product-slider .slick-slide:focus {
    outline: none;
}

.product-slider .slider-for .slick-slide {
    border-radius: 5px;
}

.product-slider .slider-for .slick-slide img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 21px -11px #000000;
    -moz-box-shadow: 0 2px 21px -11px #000000;
    -webkit-box-shadow: 0 2px 21px -11px #000000;
    -ms-box-shadow: 0 2px 21px -11px #000000;

}

.product-slider .slider-for .slick-slide img.zoomin {
    cursor: zoom-in;
}

.product-slider .slider-for .slick-slide img.zoomin.large {
    cursor: zoom-out;
}


.product-slider-img {
    min-width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-slider-img.product-img-zoom {
    height: auto;
    margin-bottom: 30px;
}

.product-slider .slider-nav .slick-slide img {
    cursor: pointer;
}

.product-information .product-content h2 {
    margin-bottom: 10px;
}

.product-information .product-content h4 {
    margin-bottom: 20px;
    font-weight: 500;
}

.product-information a {
    font-weight: normal;
    font-size: 14px;
    color: #FA896A;
    display: inline-block;
    position: relative;
}

.product-information .product-content a {
    color: #212529;
}

.product-information .product-content img {
    margin-right: 7px;
}

.product-information .product-content span {
    float: right;
}

.product-information .product-content p {
    font-size: 13px;
    line-height: 20px;
}

.product-information .product-content button {
    margin-top: 15px;
}

.card h4 {
    font-size: 15px;
    font-weight: 800;
    color: #000000; /*#E88E2D*/
}



 /***********************  Blintos egen grid  ************************/
@media (min-width: 1000px) {
    .blinto-4-col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .blinto-3-col {
        flex: 0 0 33.3333333333% !important;
        max-width: 33.3333333333% !important;
    }

    .blinto-2-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 999px) {
    .blinto-4-col {
        flex: 0 0 33.33333333% !important;
        max-width: 33.33333333% !important;
    }
}
@media (max-width: 750px) {
    .blinto-4-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}




.karta {
    background-image: url(../images/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative;
}

.karta .open_bigger_map {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sidebar {
    margin-top: 20px; /*30px*/
}

.sidebar.sidebar-02 {
    margin-top: -85px;
}


.sidebar .card.clean {
    padding: 20px;/*15px;*/
    margin-bottom: 20px; /*30px*/
}

.card.timeleft img {
    padding: 15px;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.timer-block {
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
}

.timer {
    color: #FA896A;
}

.timer-block .timer {
    color: #FA896A;
}

.card.bid-status .bid-status-amount h3 {
    font-size: 22px;
    color: #222222;
    margin-bottom: 0px;
}

.card.bid-status .bid-status-amount {
    padding-left: 20px;
}

.card.bid-status .bid-status-amount span {
    font-size: 14px;
    opacity: 0.7;
}

.slider-nav .slick-slide {
    padding: 5px;
}


.slick-prev, .slick-next {
    bottom: 0px;
    top: inherit;
    background-color: #ffff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 9;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before, .slick-next:before {
    color: #222222;
    content: none;
}

.slick-prev {
    left: 10px;
    background-image: url(../images/svg/left.svg) !important;
}

.slick-next {
    right: 10px;
    background-image: url(../images/svg/right.svg) !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #ffffff !important;
    opacity: 0.8;
}

.product-slider .slider-nav {
    margin-top: 10px;
}

.product-slider .slider-nav img {
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid transparent;
    box-shadow: 0 2px 21px -11px #000000;
    -moz-box-shadow: 0 2px 21px -11px #000000;
    -webkit-box-shadow: 0 2px 21px -11px #000000;
    -ms-box-shadow: 0 2px 21px -11px #000000;
}

.slick-slide.slick-current.slick-active.slick-center img {
    border: 2px solid #E88E2D;
}

.ui-widget-header {
    border: 1px solid #dddddd !important;
    background-color: #e9e9e9 !important;
    color: #333333;
    font-weight: bold;
    background: #e9e9e9 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}

.text-center {
    text-align: center;
}

.float-right {
    float: right !important;
}

.card .card-list .list-group-item {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 10px;
    border-color: #F5F5F7;
    border-bottom: 1px solid #F5F5F7;
    border-left: none;
    border-right: none;
}

.card .card-list li.list-group-item:first-child {
    border-top: 1px solid #F5F5F7;
}

.card .card-list .list-group-item img {
    padding: 0 10px 0 0;
    margin-top: -4px;
}

.card .card-list .list-group-item span {
    font-weight: 400;
    opacity: 0.3;
    font-size: 12px;
}


.suggested_auction li {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.suggested_auction li a {
    display: block;
}

.suggested_auction li a:hover {
    background: #f5f5f5;
}

.media {
    display: flex;
    color: #222222;
}

.media img {
    margin-right: 20px;
}

.avtar {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.media .media-body {
    width: 100%;
}

.media .media-body h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.media .media-body label {
    font-size: 12px;
    color: #808080;
    width: 100%;
}

.media .media-body span {
    font-size: 14px;
}

/*
.container .max1200px{
    max-width: 1200px;
} */

/* Slider */
.glide-single {
    margin-bottom: 12px;
    position: relative;
}

.glide-single .glide__slide img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 2px 21px -11px #000000;
    border-radius: 5px;
}

.glide-thumbs .glide__slide {
    border: 2px solid transparent;
    border-radius: 7px;
    transition: all 0.3s;
    position: relative;
    padding: 0;
}

.glide-thumbs .glide__slide.glide__slide--active {
    border-color: #E88E2D;
}

.glide-thumbs .glide__slide img {
    max-width: 100%;
    box-shadow: 0 2px 21px -11px #000000;
    border-radius: 5px;
    cursor: pointer;
}

.glide-nav button {
    top: 50%; /*  bottom: 20px;*/
    height: 28px;
    width: 28px;
    border: none;
    background-color: #FFF;
    border-radius: 40px;
    position: absolute;
    text-indent: -99999999px;
    outline: none !important;
}

.glide-nav button.prev {
    left: 20px;
    background-image: url('../images/left.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.glide-nav button.next {
    right: 20px;
    background-image: url('../images/right.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.glide-nav button:hover {
    opacity: 0.8;
}

.zoomin {
    cursor: zoom-in;
    position: relative;
}

.zoomin.large {
    cursor: zoom-out !important;
}

/* Back To Top */
.back-to-top {
    background-size: 160% auto;   /* 200%*/
    background-image: linear-gradient(to right, #FD896A 5%, #FCC173 100%);
    /*background: #FD896A;*/
    border-radius: 4px;
    position: fixed;
    bottom: 40px; /* 90, 30px*/
    right: 30px;
    display: none; /*inline-block;*/
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 9;
}

.back-to-top:hover, .back-to-top.auto {
    color: rgba(252, 252, 252, 0);
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before, .back-to-top.auto:before {
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after, .back-to-top.auto:after {
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    color: #fff;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -7px;
    transform: translateY(50px) rotateZ(45deg);
}

@keyframes tipUp {
    0% {
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@keyframes lineUp {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(-70px);
    }
}

.mobile-bilder {
    display: none;
}

/****** Hamtat fran gamla style.css ******/
/*div.hideBidsOver10 li.bidOver10 {
    display: none;
}

div li.bidOver10 {
    display: block;
}*/

/*****************************************/

.bidOver10 {
    display: flex;
}
.hideBidsOver10 {
    display: none !important;
}

.ui-widget-overlay {
    background: black; /* ?ndrar den defaulta randiga bakgrundsbilden till en svart bakgrund med opacity 0.5. dvs fade gr?. */
}

#loginButtonInLoginPopup {
    color: white;
    width: 100%;
    margin-top: 10px;
    font-size: 14pt;
    padding: 10px;
}


/* Start: ui */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE &lt;= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup &gt; .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup &gt; .ui-controlgroup-item:focus,
.ui-controlgroup &gt; .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical &gt; .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android &lt; 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/* End: ui*/

/* Dölj jquery-ui-dialogens stäng-knapp */
.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.form-group .form-control.autobid-input {
/*    padding-left: 50px;
    background-image: url("/assets/images/autobid.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    font-size: 16px;*/
}


.ended_badge {
    position: relative;
    border-radius: 5px;
}

.no_ended_badge {
    position: relative;
}

.ended_badge::after {
    content: attr(data-content);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #fa896aeb;
    padding-top: 50px;
    top: -20px;
    left: -65px;
    position: absolute;
    height: 80px;
    width: 160px;
    -webkit-transform: rotate(
            312deg
    );
    -moz-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    -o-transform: rotate(312deg);
}

.no_ended_badge::after {
    /*content: 'S?LD';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #fa896aeb;*/
    padding-top: 50px;
    top: -20px;
    left: -65px;
    position: absolute;
    height: 80px;
    width: 160px;
    -webkit-transform: rotate(
            312deg
    );
    -moz-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    -o-transform: rotate(312deg);
}

.sold_badge {
    position: relative;
    border-radius: 5px;
}

.no_sold_badge {
    position: relative;
}
.newwatch_badge, .new_badge, .respricemet_badge, .no_resprice_badge {
    position: relative;
    border-radius: 5px;
}

.no_newwatch_badge, .no_new_badge {
    position: relative;
}

.sold_badge::after {
    content: attr(data-content); /* 'SÅLD' */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #fa896aeb;
    padding-top: 50px;
    top: -20px;
    left: -65px;
    position: absolute;
    height: 80px;
    width: 160px;
    -webkit-transform: rotate(
            312deg
    );
    -moz-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    -o-transform: rotate(312deg);
}

.no_sold_badge::after {

    padding-top: 50px;
    top: -20px;
    left: -65px;
    position: absolute;
    height: 80px;
    width: 160px;
    -webkit-transform: rotate(
            312deg
    );
    -moz-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    -o-transform: rotate(312deg);
}


.newwatch_badge::after, .new_badge::after, .respricemet_badge::after, .no_resprice_badge::after {
    content: attr(data-content); /* 'NY' */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #62b76cb5;
    /*padding-top: 50px;
    top: -20px; */
    bottom: 10px;
    left: 11px;
    position: absolute;
    height: 25px;
    line-height: 25px;
    width: 120px;
    border-radius: 6px;
    /*-webkit-transform: rotate(
            312deg
    );
    -moz-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    -o-transform: rotate(312deg);*/
}

.respricemet_badge::after {
    width: 93%;
    background: rgba(235, 116, 5, 0.70);
}

@media (max-width: 675px) {
    .no_resprice_badge::after {
        font-weight: normal;
        font-size: 9.5pt;
        width: 150px;
    }
    .respricemet_badge::after {
        content: attr(data-content-short);
        width: 87%;
    }
}
@media (min-width: 676px) {
    .no_resprice_badge::after {
        font-style: normal;
        font-size: 11pt;
        width: 180px;
    }
}

.no_newwatch_badge::after, .no_new_badge::after {
    padding-top: 50px;
    top: -20px;
    left: -65px;
    position: absolute;
    height: 80px;
    width: 160px;
    -webkit-transform: rotate(
            312deg
    );
    -moz-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    -o-transform: rotate(312deg);
}

body {

    /*overflow-x: hidden;*/
    /*overflow-y: hidden !important;    den h?r raden g?r att man inte kan scrolla vertikalt n?r loginmodalen ?r framklickad. */
}


.breadcrumbs_arrow {
    font-family: Manrope;
    font-size: 22px;
    position: relative;
    top: 1px; color: #656565;
    background-color: #DADADD !important;
    /*color: #000000;*/
}

/* Display */

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.first-menu-col {
    float: left;
    margin: auto;
    margin-left: 0px;   /* 15px */
}


.device_fix {
    padding-right: 0px !important;
}


nav.navsticky {
    background: #222222;
    position: sticky;
    top: 0;
    z-index: 100;
}


/*
@media (min-width: 676px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}*/
#a_btn_do_bid:hover {
    opacity: 0.8 !important;
    background-size: 160% auto !important;
    background-image: linear-gradient(to right, #FD896A 5%, #FCC173 100%) !important;
}
#a_btn_do_bid_cancel:hover {
    opacity: 0.8 !important;
    background-size: 160% auto !important;
/*    background-image: none;*/
    background-image: linear-gradient(to right, #888888 5%, #dddddd 100%) !important;
}

#btn_do_bid:hover {
/*    opacity: 0.8 !important;
    background-size: 160% auto !important;
    background-image: linear-gradient(to right, #FD896A 5%, #FCC173 100%) !important;*/
}


.goog-te-combo {
    font-family: 'Manrope' !important;
    font-size: 13pt !important;
    border-radius: 10px !important;
}


/* Back To Top */
.back-to-startpage {
    display: none; /*!important;*/
    background-size: 160% auto;   /* 200%*/
    background-image: linear-gradient(to right, #FD896A 5%, #FCC173 100%);
    /*background: #FD896A;*/
    border-radius: 4px;
    position: fixed;
    top: 229px; /*145px; /*128px; /*bottom: 90px; /* 30px*/
    left: 27px; /*right: 30px;*/
    display: none; /*inline-block;*/
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 50;  /*98*/
}

.back-to-startpage:hover, .back-to-startpage.auto {
    /*color: rgba(252, 252, 252, 0);
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;*/
}

.back-to-startpage:hover:before, .back-to-startpage.auto:before {
    /*animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;*/
}

.back-to-startpage:hover:after, .back-to-startpage.auto:after {
    /*animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;*/
}

.back-to-startpage:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    color: #fff;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -7px;
    transform: translateY(50px) rotateZ(45deg);
}


.articleCard:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%) !important;
}

@media (min-width: 676px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .navbar-toggler-1,
    .navbar-toggler,
    #div_hamburger2 {
        display: none;
    }

    #div_hamburger {
        display: none;
    }

    .col-lg-9 { /* ALi  F?r att justera bildbredd kant-i-kant objektsidan */
        max-width: 70%;
    }

    .col-lg-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333% !important;
        max-width: 33.3333333333% !important;
    }

}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


.blinto-sticky-topmenu {
    min-height: 156px; /*  156 För att behålla höjden när svarta menydelen hakas av för att bli sticky */
}

.thumbTag {
    margin-top: 2px;
    margin-bottom: 7px;
    left: -2px;
    background-color: var( --e-global-color-accent );
    font-family: var( --e-global-typography-accent-font-family ), Manrope;
    font-weight: var( --e-global-typography-accent-font-weight );
    top: 0;
    background: #b3b3b3;
    color: #fff;
    font-size: 12px;
    padding: 0.3em 0.9em;
    line-height: 1;
    border-radius: 999px;
    width: fit-content;
}

.thumbTag:hover {
    color:#ffffff;
    background-color: #757575;
}

/*************************
  responsive
*************************/

.container.max1200px {
    max-width: 1200px;
}

.container.max800px {
    max-width: 800px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
}

/*@media(min-width:1400px) {*/
@media (min-width: 1800px) {
    .container {
        /*max-width: 1680px;*/
        max-width: 3680px;
    }

    .container.max1200px {
        max-width: 1200px;
    }
}

/*@media(max-width:1400px) {*/
@media (max-width: 1800px) {
    .header .add-listing form .form-group select {
        width: 130px;
    }

    .footer-about .footer-logo {
        width: 160px;
    }

    /*.auction-box .auction-product .product-content .brand-type{
      font-size: 20px;
    }

    .product-content .card-footer .bid-price .objectprice{
      font-size: 17px;
    }*/
    /* nytt Lilja *************************************************************************/
    .auction-box .auction-product {
        width: 24%;
    }

    .container {
        /*max-width: 1680px;*/
        max-width: 1800px;
    }

    .product-img {
        /*        width: 98%;  pli kommenterade bort */
    }

    /*    .container.max1200px{
            max-width: 1200px;
        }*/
    /*.time-left {
        text-align: right;
    }*/
    /*
        .auction-box .auction-product:nth-child(4n+0) {
            margin-right: 1%;
        }
        .auction-box .auction-product:nth-child(3n+0) {
            margin-right: 0%;
        }*/
    .auction-box .auction-product:nth-child(5n+0) {
        margin-right: 1%;
    }

    .auction-box .auction-product:nth-child(4n+0) {
        margin-right: 1%;
    }

    /*************************************************************************************/


}

/*@media(max-width:1300px) {

}*/

@media (max-width: 1340px) {
    /* 1199px */
    .header .add-listing form .search-box {
        width: 170px;
    }

    .navbar .navbar-nav {
        margin-left: 0px;
    }
    .navbar2 .navbar-nav {
        margin-left: 0px;
    }

    .header .add-listing form .search-box .form-control {
        width: 100%;
    }

    .header .add-listing form .form-group {
        margin-left: 7px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 15px 7px;
    }

    .header .add-listing {
        margin: auto; /*margin-top: 7px;*/
    }

    .header .add-listing form .form-group select {
        width: 125px; /* 210624 tidigare 110px*/

    }

    .auction-box .auction-product {
        width: 32.33%;
    }

    .auction-box .auction-product:nth-child(5n+0) {
        margin-right: 1%;
    }

    .auction-box .auction-product:nth-child(4n+0) {
        margin-right: 1%;
    }

    .auction-box .auction-product:nth-child(3n+0) {
        margin-right: 0%;
    }

    .footer-about-tag {
        margin-bottom: 35px;
    }
}

@media (max-width: 1500px) {
    .time-left {
        /*padding-right: 10px;*/
        padding-left: 5px;
    }

    .bid-price {
        padding-right: 5px;
        padding-left: 10px;
    }
}

/*
#stickyfix2 {
    top: 166px !important;
    position: relative !important;
}*/

.visibleIfNotDesktop {
    display: none !important;
}

@media (max-width: 991px) {

    #divButtonSkapaBevakning {
        /*display: none !important;*/
    }
    #spanTextSkapaBevakning {
        display: none !important;
    }
    #bevakning_category, #bevakning_county {
        margin-left: 0px !important;
    }
    .fa-pil-ner-fix2 {
        /*right: 32px !important;
        top: 188px !important; */
    }

    .floatingButton {
        width: 40px !important;
        right: unset !important;
        bottom: 90px !important;
    }
    #back-to-top {
        bottom: 90px !important;
    }

    #iconBevakning {
        margin-top: 12px !important;
        margin-left: 0 !important;
    }

    .header .topbar .top-navbar .topbar-menu {
        overflow-y: scroll;
        max-height: 90vh;
    }

    #userIconSelectMenu {
        right: 65px !important;
    }
    #languageIconSelectMenu {
        right: 20px !important;
    }

    .back-to-startpage {
        display: block !important;
        top: 145px !important; /*128px; /*bottom: 90px; /* 30px*/
    }


    #btn_sell_object {
        display: none !important;
    }

    footer.footer {
        padding: 20px 20px 120px 20px !important;
    }
    #breadcrumbs_div {
        position: absolute !important;
        display: none;
    }

    #mobile_header_extra_space {
        height: 90px !important;
    }
    #stickyfix2 {
        top: 40px !important;
        position: relative !important;
    }

    .fa-pil-ner-fix {
        top: 15px !important;
        left: 29% !important;
    }
    .fa-pil-ner-fix2 {
        top: 15px !important;
        right: 38% !important;
    }
    .fa-pil-ner-fix3 {
        top: 15px !important;
        /*right: 38% !important;*/
    }
    .fa-pil-ner-fix4 {
        margin-top: -35px;
    }

    .visibleIfDesktop {
        display: none !important;
    }
    .visibleIfNotDesktop {
        display: block !important;
    }

    #div_fritext {
        height: 382px !important; /* 300px*/
    }
    .desktopMailSpan {
        display: none !important;
    }
    .mobileMailSpan {
        display: inline-flex !important;
    }
    .divWatchIcons {
        width: 10% !important;
    }
    .divWatchText {
        width: 65% !important;
    }
    /*#btn_bevaka_save::after {
        content: "Bevaka";
    }*/

    .blackMenuDropdownFix {
        max-width: unset !important;
        width: 100% !important;
        margin-right: 20px !important;
        margin-left: 20% !important; /*text-align: center !important;*/
    }
    .blackMenuDropdownFix2 {
        max-width: unset !important;
        width: 100% !important;
        margin-right: 20px !important;
        margin-left: 20% !important; /*text-align: center !important;*/
    }
    .blackMenuDropdownFix3 {
        max-width: unset !important;
        width: 100% !important;
        margin-right: 20px !important;
        margin-left: 20% !important; /*text-align: center !important;*/
    }

    #menu_firstcol {
        float: unset !important;
        margin: unset !important;
        margin-left: unset !important;
    }

    #mobile_header_extra_space {
        display: block !important;
    }

    #product_content {
        padding-top: 71px !important;
    }

    #navsticky {
        position: fixed;
        z-index: 99;
        width: 100%;
        top: 0;
        box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
        -moz-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
        -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
        -ms-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
    }
    #stickyfix {
        top: 112px;
        position: relative;
    }

    #form_menu {
        width: 100% !important;
    }
    #menu_firstcol, #select_county, #select_category {
        width: 33% !important;
        justify-content: center !important;
    }

    #shortcut_soonclosedauction , #shortcut_latestauctions {
        display: none;
    }

    #select_county, #select_category {
        padding-top: 0 !important;
    }

    #desktop_footer_socialmediaCopyrightTrustpilot {
        display: none;
    }
    #mobile_footer_socialmediaCopyrightTrustpilot, #mobile_footer_socialmediaCopyrightTrustpilot2 {
        display: block !important;
    }

    #register_mobilefix, #forgotpw_mobilefix {
        width: 50%;
        float: left;
        line-height: 33px;
    }

    #forgotpw_mobilefix {
        text-align: right;
    }
    #register_mobilefix {
        text-align: left;
    }


    .stickyFooter {
        display: block !important;
        height: 66px;
        position: fixed;
        bottom:0%;
        width:100%;
        background-color: #222222;
        color: #919191;
        opacity: 1;
        border-top: 1px solid #222222;
        font-family: "Manrope", Manrope;
        font-weight: 700!important;
        font-size: 12px;
    }

    .stickyBid {
        display: block !important;
        height: 139px;  /* 149px*/
        position: fixed;
        bottom:0%;
        width:100%;
        background-color: #ffffff;
        opacity: 1;
        border-top: 1px solid #000000;  /*#EAEAEE*/
        font-family: "Manrope", Manrope;
        font-size: 22px;
        font-weight: 800;
        box-shadow: 0px -20px 30px #00000030;
        z-index: 4;
    }

    .stickyBidFirstPart {
        height: 70px;   /* 84px*/
        position: fixed;
        bottom:0%;
        width:100%;
        background-color: #ffffff;
        opacity: 1;
        padding: 10px 15px 0px 15px; /*15px;*/
        font-family: "Manrope", Manrope;
        font-size: 22px;
        font-weight: 800;
    }

    #auction_select {
        margin-bottom: -8px;
    }

    .mobile_adjust_gallery {
        /*margin-top: -10px !important;*/
    }

    .first-menu-col {
        margin: unset;
    }

    .second-menu-col {
        order: 3 !important;
    }

    .third-menu-col {
        order: 4 !important;
    }

    .fourth-menu-col {
        order: 2 !important;
    }

    .menu-margin-fix {
        margin-left: 20px;
    }

    .two-row-control {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        height: 80px !important;
        padding-top: 0px !important;
    }

    .flex-col {
        /*background-color: red;*/
        display: flex;
        flex-direction: column;
        color: white;
        box-sizing: border-box;
        /*flex-basis: 49% !important;*/
        margin-left: 2px !important;
    }

    #desktop_only_timeleft_and_bidding {
        display: none;
    }

    #desktop_only_headers {
        display: none;
    }

    /*#desktop_only_gallery {
        display: none;
    }
    #desktop_only_media_buttons {
        display: none;
    } */
    #desktop_only_description {
        display: none;
    }

    #desktop_only_facts {
        display: none;
    }

    #desktop_only_importantinfo {
        display: none;
    }

    #desktop_only_map {
        display: none;
    }

    #desktop_only_video {
        display: none;
    }

    #mobile_only_timeleft_and_bidding {
        display: block !important;
    }

    #mobile_only_headers {
        display: block !important;
    }

    #mobile_only_description {
        display: block !important;
    }

    #mobile_only_facts {
        display: block !important;
    }

    #mobile_only_importantinfo {
        display: block !important;
    }

    #mobile_only_map {
        display: block !important;
    }

    #mobile_only_video {
        display: block !important;
    }

    /*
        #mobile_order_6 {
            order: 6 !important;
        }
        #mobile_order_7 {
            order: 7 !important;
        }
        #mobile_order_8 {
            order: 8 !important;
        }
        #mobile_order_9 {
            order: 9 !important;
        }*/
    /* Page section margin padding */
    .space-lg-ptb {
        padding: 100px 0;
    }

    .space-lg-pt {
        padding-top: 100px;
    }

    .space-lg-pb {
        padding-bottom: 100px;
    }

    .space-ptb {
        padding: 70px 0;
    }

    .space-pt {
        padding-top: 70px;
    }

    .space-pb, .space-pb2 {
        padding-bottom: 70px;
    }

    .space-sm-ptb {
        padding: 50px 0;
    }

    .space-sm-pt {
        padding-top: 50px;
    }

    .space-sm-pb {
        padding-bottom: 50px;
    }

    .space-lg-mt {
        margin-top: 100px;
    }

    .header .navbar {
       /* padding: 10px 0px;*/ /*  padding: 15px 0px;*/
    }

    .header .add-listing {
        margin-top: 0;
        float: none;
        width: 100%;
    }

    .header .add-listing .form-inline .form-group:last-child {
        margin-left: auto;
    }

    .header .add-listing .form-inline2 .form-group:last-child {
        margin-left: auto;
    }


    .header .topbar {
        /*padding: 10px 0px;*/ /*15px 0px;*/
    }

    .topbar .top-navbar .navbar-toggler {
        width: 50px;
        padding: 5px 15px;
        font-size: 18px;
        border-radius: 4px;
        line-height: inherit;
        border: 2px solid #767676;
        background-color: #efefef;
    }

    #header_login_button_div {
        display: none !important;
    }

    #top_links {
        display: none !important;
    }

    #top_navbar {
        height: 65px !important;
    }

    .header .topbar .navbar-brand {
        padding: 6px 10px 14px 30px; /*10px 10px 10px 30px;*/
    }

    .header .topbar .navbar-brand img {
        width: 90px;
    }

    .header .topbar .topbar-menu {
        display: none;
        float: none;
        position: absolute;
        z-index: 9;
        width: 104%; /* 100%*/
        background: #222222; /*#000;*/
        top: 65px;
        left: 0;
    }

    .header .topbar .topbar-menu.show {
        display: inline-flex; /*inline-block;*/
    }

    .topbar-menu.collapse.in {
        display: inline-block;
    }

    .header .topbar .topbar-menu .navbar-nav .nav-item {
        float: none;
        border-bottom: 1px solid rgba(162, 162, 162, 0.35);
        display: inline-block;
        width: 100%;
    }

    .header .topbar .navbar-nav .nav-item .nav-link {
        padding: 15px 20px;
        display: block;
        margin-right: 0px;
    }

    .header .topbar .navbar-nav .nav-item .btn.btn-gradient {
        background: inherit;
        border-radius: none;
        display: block;
        color: #222222;
        text-align: left;
    }


    .topbar .top-navbar .flags {
        margin-left: auto;
    }


    .auction-box .auction-product {
        width: 49%;
    }

    .auction-box .auction-product:nth-child(3n+0) {
        margin-right: 1%;
    }

    .auction-box .auction-product:nth-child(2n+0) {
        margin-right: 1%;
    }


    .product-information {
        width: 100%;
    }

    .sidebar {
        width: 100%;
        float: left;
        margin-left: 0 !important;
    }

    .product-slider {
        width: 100%;
    }


    .product-information .product-content {
        width: 100%;
    }

    .header .topbar .top-navbar .topbar-menu .navbar-nav {
        display: inline-block;
        width: 100%;
    }

    /*.card.product-card a span {
        color: rgba(34, 34, 34, 0.35);
        font-size: 12px;
        display: inline-block;
    }*/
    /*
        .time-left.notranslate {
            color: rgba(34, 34, 34, 0.35);
            font-size: 12px;
            display: inline-block;
        }*/
    .slick-slide img {
        width: 100%;
    }

    .header .add-listing form .form-group select {
        width: 190px;
    }

    .header .add-listing form .search-box {
        width: auto;
    }

    .usps-box {
        margin-bottom: 30px;
    }

    .usps-box .svea-logo {
        margin-top: 0;
    }

}

@media (max-width: 767px) {
    .fact_mobile_odd_row, .fact_mobile_even_row {
        max-width: -webkit-fill-available !important;
    }
    .fact_mobile_odd_row {
        background-color: #f8f8f8 !important;
    }
    .fact_mobile_even_row {
        background-color: #ffffff !important;
    }
    #stickyfix {
        top: 95px;
        position: relative;
    }
}

@media (max-width: 767px) {

    .back-to-startpage {
        top: 128px !important;
    }

    .blackMenuDropdownFix {
        margin-left: 16% !important;
    }
    .blackMenuDropdownFix2 {
        margin-left: 16% !important;
    }
    .blackMenuDropdownFix3 {
        margin-left: 26% !important;
    }


    .fa-pil-ner-fix {
        top: 12px !important;
        /*left: 29% !important;*/
    }

    .fa-pil-ner-fix2 {
        top: 12px !important;
     /*   right: 38% !important;*/
    }
    .fa-pil-ner-fix3 {
        top: 12px !important;
    }

    .header .topbar .topbar-menu {
        width: 105% !important;
    }

    #product_content {
        padding-top: 57px !important;
    }

    #div_seek_desktop {
        display: none !important;
    }
    #div_seek_mobile {
        display: block !important;
    }
    #seek_text_object_mobile {
        display: block !important;
    }

    #menu_firstcol, #select_county, #select_category, #exampleFormControlSelect1, #object_county, #object_category {
        height: 35px !important;
        font-size: 12px !important;
    }

    /* Page section margin padding */
    .container {
        max-width: 100%;
    }

    .space-lg-ptb {
        padding: 70px 0;
    }

    .space-lg-pt {
        padding-top: 70px;
    }

    .space-lg-pb {
        padding-bottom: 70px;
    }

    .space-ptb {
        padding: 50px 0;
    }

    .space-pt {
        padding-top: 50px;
    }

    .space-pb, .space-pb2 {
        padding-bottom: 50px;
    }

    .space-sm-ptb {
        padding: 30px 0;
    }

    .space-sm-pt {
        padding-top: 30px;
    }

    .space-sm-pb {
        padding-bottom: 30px;
    }

    .space-lg-mt {
        margin-top: 70px;
    }

    .footer-link {
        margin-bottom: 30px;
    }

    .footer-link ul li:last-child {
        margin-bottom: 0px;
    }

    .header .add-listing {
        padding-left: 15px;
        padding-right: 15px;
    }

}


@media (max-width: 1150px) and (min-width: 992px) {
    .suggested_auction_date {
        display: none;
    }

    .suggested_auction_date_over_image {
        display: inline !important;
    }

    .suggested_auction_bids {
        float: right;
    }
}

@media (max-width: 991px) and (min-width: 400px) {
    .category-box2 {
        max-width: 33.333333%;
        flex: 0 0 33%;
    }
}

@media (max-width: 399px) {
    .category-box2 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 675px) {
    /*  .mobile-bilder{
        display: block;
      }
      .desktop-bilder{
        display: none;
      }*/
}

@media (max-width: 675px) {
    /*575 ALi*/
    /*p.time-left span.notranslate {
        float: left;
    }*/

    #div_timeleft_or_finished {
        float: unset !important;
    }


    #mobile_footer_socialmediaCopyrightTrustpilot2 {
        width: 290px !important;
        float: left !important;
    }
    #footerC {
        margin: 0 !important;
    }

    #menu_firstcol, #select_county, #select_category {
        width: 30% !important;
    }


    #exampleFormControlSelect1, #object_category {
        max-width: 100% !important;
    }

    #object_county {
        max-width: 100px !important;
    }

}



@media (max-width: 991px) {

    #div_loggain {
        margin-bottom: 0px !important;
    }
    #AddBid_Header {
       /* display: none !important;*/
    }
    #bid_amount {
        width: 100%;
        text-align: left !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        margin-bottom: -5px !important;
    }
    #confirm-container {
        padding-top: 0 !important;
    }
    #MyBid_confirmd {
        border-radius: 40px !important; /* 4px */
    }


    #mobile_blintologo {
        display: block !important;
    }
    #desktop_blintologo {
        display: none !important;
    }

}

@media (max-width: 974px) {
    /* Hamburgerl?ge */


    /*#header_login_button_div {
        display: none !important;
    }*/

    #hr_socialmedia {
        display: none !important;
    }

    .mobile_menu_color {
        color: #ffffff !important;
    }
    .footer_container {
        padding-bottom: 350px !important;  /*tidigare 150px men behöver 350px för att få plats med uppfälld stickyfooter*/
    }

    #Header_Bid_Container {
        padding: 0px 20px 0px 20px !important;
        margin-top: 0px !important;
    }
    #AddBid_Header {
        padding: 0px!important;
    }

    .mobile_clock {
        float: left !important;
        /*margin-right: 10px;*/
    }

    .mobile_clock_img {
        margin-right: 0px !important; /*10px;*/
        margin-left: 5px !important;
    }

    .time-left-span.notranslate {
        order: 1;
    }

    p.time-left span.time-left-human {
        float: left;
        order: 2;
        /*clear: right;*/
    }


    .time-left-span.notranslate.countdown {
        font-size: 14px !important;
        width: 64px !important;
    }

    .time-left-human.notranslate {
        order: 2;
    }

    .product-content .card-footer .time-left {
        display: flex;
        margin-left: 0 !important;
    }

    p.time-left span.time-left-span {
        display: flex;
        margin-left: 0 !important;
    }

    .time-left {
        padding-left: 0px
    }

    .space-lg-ptb {
        padding: 50px 0;
    }

    .space-lg-pt {
        padding-top: 50px;
    }

    .space-lg-pb {
        padding-bottom: 50px;
    }

    /*.auction-box .auction-product{
      width: 100%;
    }

    .auction-box .auction-product:nth-child(1n+0) {
      margin-right: 0%;
    }*/
    .header .add-listing {
        float: none;
    }

    .header .add-listing .form-inline {
        display: -webkit-box !important;
        width: 100%;
    }

    .header .add-listing .form-inline2 {
        /*display: inline-block;*/
        width: 100%;
    }

    .header .add-listing form .form-group {
        /*display: -webkit-inline-box !important;*/ /*display: inline-block;*/
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header .add-listing form .form-group:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .header .add-listing form .form-group select {
        width: 90%;
    }


    .product-content .card-footer .bid-price {
        width: 99%; /* ?kat fr?n 50% f?r att f? plats med miljonbeloppen */
    }

    .time-left {
        text-align: left;
    }

    .time-left-span-icon {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
    }

    .bid-price {
        padding-left: 15px;
    }

    .card-location {
        margin-bottom: 0px !important;
    }

    .product-content .card-footer .time-left img {
        margin-left: 0px;
    }
    #mobile_footer_select_A_submenu p a {
        transition: max-height 0.2s ease-out;
    }
    #desktop_only_footer_links {
        display: none !important;
    }
    #mobile_only_footer_links {
        display: block !important;
    }
    .footer_container {
        padding: 0 !important;   /*padding: 50px 0 !important;*/
    }
}


@media (max-width: 700px) {
    #text_dela, #text_favorit, #text_video, #text_bevaka {
        display: none;
    }

    #div_favorit_button, #div_dela_button, #div_video_button, #div_bevaka_button {
        width: 50px !important;
        float: right !important;
    }

    #btn_dela_mobile, #btn_dela_desktop, #btn_favorit, #btn_video_mobile, #btn_video_desktop, #btn_bevaka_desktop, #btn_bevaka_mobile {
        width: 40px !important;
        height: 40px !important;
        padding-left: 12px !important;
    }
    #icon_bevaka_desktop {
        margin-left: 1px !important;
    }
    #icon_dela_desktop {
        margin-left: 0px !important;
    }
    #icon_favorit, #icon_video_desktop {
        margin-left: -2px !important;
    }

    #objectMovingButtons {
        justify-content: flex-end;
    }

}

@media (max-width: 620px) {
    .header .topbar .topbar-menu {
        width: 106% !important;
    }
}
@media (max-width: 600px) {
    .search &gt; div &gt; input:focus, .search &gt; div &gt; input:not(:placeholder-shown) {
        width: 200px !important;
    }
}



@media (max-width: 550px) {

    .blackMenuDropdownFix {
        margin-left: 3% !important;
    }
    .blackMenuDropdownFix2 {
        margin-left: 15% !important;
    }
    .blackMenuDropdownFix3 {
        margin-left: 17% !important;
    }

    .search &gt; div &gt; input:focus, .search &gt; div &gt; input:not(:placeholder-shown) {
        width: 150px !important;
        padding-left: 2px !important;
    }
    .footer_container {
        padding: 0 !important;   /*padding: 50px 0 !important;*/
    }
    #desktop_only_footer_links {
       /* display: block !important;*/
    }

    #btn_bilder_desktop {
        height: 40px !important;
    }

    .footer_fix {
        margin-bottom: 0.2rem !important;
    }
/*
    #text_dela, #text_favorit, #text_video, #text_bevaka {
        display: none;
    }

    #div_favorit_button, #div_dela_button, #div_video_button, #div_bevaka_button {
        width: 50px !important;
        float: right !important;
    }

    #btn_dela_mobile, #btn_dela_desktop, #btn_favorit, #btn_video_mobile, #btn_video_desktop, #btn_bevaka_desktop, #btn_bevaka_mobile {
        width: 40px !important;
        height: 40px !important;
        padding-left: 12px !important;
    }
    #icon_bevaka_desktop {
        margin-left: 0px !important;
    }
    #icon_dela_desktop {
        margin-left: 0px !important;
    }
    #icon_favorit, #icon_video_desktop {
        margin-left: -2px !important;
    }

    #objectMovingButtons {
        justify-content: flex-end;
    }
*/

    #div_infotext {
        display: none !important;
    }
    #searchinfotip {
       /* float: unset !important;
        text-align: unset !important;*/
        display: none !important;
    }
    #btn_searchinfotip {
       /* width: unset !important;*/
    }
    #searchinfotipmobile {
        display: block !important;
    }
    #searchsearchtipmobile {
        display: block !important;
    }
    #div_fritext {
        height: 285px !important;
     }

}


/*
@media (max-width: 530px) {

    #text_dela, #text_favorit, #text_video {
        display: none;
    }

    #div_favorit_button, #div_dela_button, #div_video_button {
        width: 60px !important;
    }

    #btn_dela_mobile, #btn_favorit, #btn_video_mobile {
        width: 42px !important;
    }


}*/
@media (max-width: 585px) {
    #objekt_karta {
        width: unset !important;
    }
    #object_youtube_iframe_A {
        width: 99% !important;
    }
}

@media (max-width: 520px) {
    .header .topbar .topbar-menu {
        width: 107% !important;
    }
}



@media (max-width: 500px) {

    #div_btn_skapabevakning, #divMarkAllSeen {
        width: 100% !important;
    }

}


@media (max-width: 479px) {
/*
    .breadcrumbs {
        display: none;
    }

    #breadcrumbs_div {
        display: none;
    }
*/
    #copyrightFooter {
        float: left !important;
        clear: left !important;
        display:inline !important;
        padding-right: 20px !important;
    }
    #cookiesFooter {
        padding-right: 0px !important;
    }

    .blackMenuDropdownFix {
        margin-left: 0% !important;
    }
    .blackMenuDropdownFix2 {
        margin-left: 13% !important;
    }
    .blackMenuDropdownFix3 {
        margin-left: 14% !important;
    }


    #span_desktop_trustpilot {
        display: none !important;
    }
    #span_mobile_trustpilot {
        display: block !important;
    }
    #div_socialmedia {
        text-align: center !important;
        padding-bottom: 20px !important;
    }
    #span_socialmedia {
        float: none !important;
    }

    .bid_timeleft_margin {
        margin-top: 15px !important;
    }

    #btn_back {
        margin-left: 0px !important;
        width: 50px;
    }
    #breadcrumbs_div {
        font-size: 0.9rem;
    }
    .breadcrumbs {
        padding-left: 0px;
    }

    .product-btn .btn {
        width: 100%;
    }

    .auction-box .auction-product .product-content .brand-type {
        font-size: 16px;
    }

    .product-content .card-footer .bid-price .objectprice {
        font-size: 16px;
    }

    .auction-box .auction-product .product-content .reating i {
        font-size: 18px;
    }

    .flex-col {
        /*flex-basis: 47% !important;*/
    }

    .menu-margin-fix {
       /* margin-left: 0px;*/
    }

    .plus_select {
        width: 135px !important;
    }

    .sold_badge::after {
        /*  content: 'S?LD';
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          color: white;
          background: #fa896aeb;
          padding-top: 50px;
          top: -20px;
          left: -65px;
          position: absolute;*/
        font-size: 11px;
        height: 71px;
        width: 146px;
        top: -31px;
        left: -72px;

        /*-webkit-transform: rotate(
                312deg
        );
        -moz-transform: rotate(312deg);
        -ms-transform: rotate(312deg);
        -o-transform: rotate(312deg);*/
    }

    /*
    #btn_bilder_mobile {
        display: inline !important;
        height: 40px !important;
    }
*/
    #btn_bilder_desktop {
        display: none;
    }

    #btn_bilder_mobile {
        display: inline !important;
        height: 40px !important;
    }

    #btn_video_desktop {
        display: none;
    }

    #btn_video_mobile {
        display: inline !important;
    }

    #btn_dela_desktop, #btn_bevaka_desktop {
        display: none;
    }

    #btn_dela_mobile, #btn_bevaka_mobile {
        display: inline !important;
    }
    #icon_dela_desktop {
        margin-left: -1px !important;
    }

}

@media (max-width: 450px) {
    .search &gt; div &gt; input:focus, .search &gt; div &gt; input:not(:placeholder-shown) {
        width: 100px !important;
        padding-left: 2px !important;
    }

    .visaFlerButton {
        width: 90% !important;
    }

    .header .topbar .topbar-menu {
        width: 108% !important;
    }

    .blackMenuDropdownFix {
        margin-left: -5% !important;
    }
    .blackMenuDropdownFix2 {
        margin-left: 9% !important;
    }
    .blackMenuDropdownFix3 {
        margin-left: 10% !important;
        margin-right: unset !important;
    }


    .fa-pil-ner-fix {
        /*top: 15px !important;*/
        left: 31% !important;
    }
    .fa-pil-ner-fix2 {
        /*top: 15px !important;*/
        right: 37% !important;
    }
    .fa-pil-ner-fix3 {
        /*top: 15px !important;*/
        right: 4% !important;
    }


}


@media (max-width: 392px) {
    .header .topbar .navbar-brand {
        padding: 6px 10px 14px 15px; /*10px 10px 10px 15px;*/
    }

    .top-navbar .flags ul li {
        margin-left: 5px;
        width: 25px;
    }

    .footer-about .footer-logo {
        width: 110px;
    }

    .footer-about .social-icon {
        margin-left: 20px;
    }

    .footer-about .social-icon ul li a {
        font-size: 18px;
        padding: 0px 7px;
    }

    .header .topbar .topbar-menu {
        width: 109% !important;
    }

    #object_county {
        max-width: 84px !important;
    }

    .blackMenuDropdownFix {
        margin-left: -12% !important;
    }
    .blackMenuDropdownFix2 {
        margin-left: 1% !important;
    }
    .blackMenuDropdownFix3 {
        margin-left: 4% !important;
        margin-right: unset !important;
    }
}




/* Nytt Lilja fix mobill?ge 2021-09-01 */
@media (max-width: 425px) {

    /*#mobile_blintologo {
        display: block !important;
    }
    #desktop_blintologo {
        display: none !important;
    }   */

    .navbar {
        display: none;
    }
    .navbar2 {
        display: none;
    }

    .mobile_only {
        display: block !important;
    }

    .mobile_only_menu {
        color: #ffffff !important; /* #FD896A */
    }

    .mobile_clock {
        float: left !important;
        margin-left: 7px;
        /*margin-right: 10px;*/
    }

    .mobile_clock_img {
        margin-right: 10px;
    }

    /*.time-left {
        padding-right: 10px;
    }*/
    .time-left-span.notranslate {
        order: 1;
    }

    .time-left-span.notranslate.countdown {
        font-size: 14px !important;
        width: 64px !important;
    }

    .time-left-human.notranslate {
        order: 2;
    }

    .time-left.mobile_height_fix {
        height: 20px;
    }

    #text_dela_mobile {
        display: none;
    }

    #icon_dela_mobile, #icon_favorit {
        margin-right: 0px !important;
        width: 21px;
        margin-left: -4px !important;
    }
    /*#icon_favorit {
        margin-left: -3px !important;
    }*/
/*
    #text_bilder_mobile, #text_favorit, #text_video {
        display: none;
    }

    #div_favorit_button, #div_dela_button, #div_video_button {
        width: 60px !important;
    }

    #btn_dela_mobile, #btn_favorit, #btn_video_mobile {
        width: 42px !important;
    }*/

    #btn_youtube {
        margin-right: 0px !important;
    }

    .blinto-sticky-topmenu {
        position: sticky;
        top: 0;
        z-index: 1020;
        min-height: unset;
    }

    ul {
       /* padding-inline-start: 0 !important;   /*    /* Detta påverkar både thumbs och description punkter */
    }

    .top-navbar .flags ul li {
        margin-left: 10px;
    }

    .device_fix {
        padding-right: 2px !important;
    }

    #a_btn_do_bid, #a_btn_do_bid_cancel {
        width: 110px !important;
    }

    #forgot_pw_link_text_mobile {
        display: block !important;
    }
    #forgot_pw_link_text_desktop {
        display: none !important;
    }

}

@media (max-width: 360px) {
    #a_btn_do_bid, #a_btn_do_bid_cancel {
        width: 78px !important;
        padding-left: 7px !important;
    }
    #back_arrowdownwhite {
        left: -5px !important;
    }
}



@media (max-width: 320px) {
    .time-left-human.notranslate {
        height: 27px !important;
    }

    /*#a_btn_do_bid, #a_btn_do_bid_cancel {
        width: 100px !important;
    }*/

    #div_favorit_button, #div_dela_button, #div_video_button, #div_bevaka_button {
        width: 45px !important;
    }

    #div_bilder_button {
        width: 116px !important;
    }

    .header .topbar .topbar-menu {
        width: 111% !important;
    }

}
@media (max-width: 1282px) and (min-width: 992px) { /* Fix spalter contact.php */
    .col-lg-4 {
        flex: 0 0 33.3333333333% !important;
        max-width: 33.3333333333% !important;
    }
}
input.blintoinput, select.blintoinput {
    background-color: #F8F8F8;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border: solid 2px transparent;
    border-radius: 2px;
    outline: solid 2px transparent;
    margin: 0;
    width: 100%;
    height: 45px;
}

input[type=text].blintoinput:disabled, input[type=text].blintoinput:read-only {
    font-style: italic;
    color: #aaa;
}
input.blintoinput:focus, select.blintoinput:focus {
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 0px 2px #ddd;
    box-shadow: 0px 0px 0px 2px #ddd;
}

div.blintoinput {
    text-align: left;
    margin-bottom: 6px;
}

div.blintoinput input[type=checkbox] {

    margin-left: 5px;
}

div.blintoinput label.blintoinput {
    color: #212529;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
}

input.blintoinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #21252961;
}

input.blintoinput::-moz-placeholder { /* Firefox 19+ */
    color: #21252961;
}

input.blintoinput:-ms-input-placeholder { /* IE 10+ */
    color: #21252961;
}

input.blintoinput:-moz-placeholder { /* Firefox 18- */
    color: #21252961;
}

div.blinto_table_header {
    color: rgb(235, 116, 5);
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.favourite {
    cursor: pointer;
    display: inline-block;
    transition: 0.5s;
    color: #FFFFFF;
    position: absolute;
    background: transparent;
    right: 7px;
    padding-left: 6px;
    padding-top: 0;
}

div.text_after_h2 {
    font-size: 11.5pt;
    padding-bottom: 15px;
}

.loader {
    border: 10px solid #FFFFFF; /* #f3f3f3 Light grey */
    border-top: 10px solid #e8964b; /* orange */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 1.2s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
</pre></body></html>