html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.background-image {
    background: url(/images/welcome.jpg) no-repeat center center fixed;
    background-size: cover;
}

img {
    border-radius: 2px;
}

/*remove spinbox for input of type number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


a.cursor {
    cursor: pointer;
}
/* header */
.header-background-image {
    background: url(/images/header.jpg) no-repeat center;
    background-size: cover;
}

.header-icons {
    font-size: 20px;
    margin: auto;
}

    .header-icons a {
        color: black !important;
        text-decoration: none;
    }

.float-right {
    float: right;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .float-right {
        float: right;
    }
}

.menu-close-button {
    color: black;
    background-color: transparent;
    font-weight: bold;
    border: none;
    font-size: 25px;
}

/* main menu */
.menu-item-card {
    border: 1px solid #dddddd;
    border-radius: 2px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.menu-item-image-div {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .menu-item-image-div img {
        width: 25px;
    }

.menu-icon {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

@media screen and (min-width: 768px) {
    .menu-item-image-div img {
        width: 30px;
    }

    .menu-item-card {
        margin-bottom: 30px;
    }
}

.menu-item-label-div {
    margin-top: 15px;
    margin-bottom: 15px;
}


/* controls */

.iformation-table table {
    border-collapse: collapse;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
    text-align: center;
}

.iformation-table th, .iformation-table td {
    border-top: 1px solid black;
    border-left: 1px solid black;
    padding: 10px;
    text-align: center;
}

/*Auction status */

.status-button {
    text-transform: uppercase;
    color: white;
    border-radius: 2px;
    padding: 30px 30px;
    display: block;
    text-align: center;
}

.lot-faded {
    opacity: 0.7;
}


.lot-wrapper.closed .lot-list-bid-btn {
    display: none;
}

.lot-wrapper.closed .buyorderrow {
    display: none;
}

.lot-wrapper.closed .bidvaluerow {
    display: none;
}

.iformation-table .dataTables_info, .dataTables_paginate {
    font-size: 10px;
}

.BidHistory {
    font-size: 12px;
}
/*closed sold*/
.status-colour-1001, .status-colour-1 {
    background-color: #9e0710;
    border: 1px solid #9e0710;
}
/*Closed not sold*/
.status-colour-1002 {
    background-color: #ff820a;
    border: 1px solid #ff820a;
}

.status-colour-1003 {
    background-color: #444444;
    border: 1px solid #444444;
}

.red-button {
    text-transform: uppercase;
    color: white;
    background-color: #BB2D3B;
    border: 1px solid #BB2D3B;
    border-radius: 2px;
    padding: 15px 15px;
}

.blue-button {
    text-transform: uppercase;
    color: white;
    background-color: #0058a8;
    border: 1px solid #0058a8;
    border-radius: 2px;
    padding: 15px 15px;
}

.green-button {
    text-transform: uppercase;
    color: white;
    background-color: #00964e;
    border: 1px solid #00964e;
    border-radius: 2px;
    padding: 15px 15px;
}

.blue-file-button {
    text-transform: uppercase;
    color: white;
    background-color: #0059a9;
    border: 1px solid #0059a9;
    border-radius: 2px;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
}

.green-file-button {
    text-transform: uppercase;
    color: white;
    background-color: #00964e;
    border: 1px solid #00964e;
    border-radius: 2px;
    padding: 5px 15px;
    width: 100%
}

.file-upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.blue-label {
    text-transform: uppercase;
    color: #0059a9;
}

.blue-input-box {
    border: 1px solid #0059a9;
    border-radius: 2px;
    padding: 15px;
    background-color: white;
}

    .blue-input-box:focus {
        outline: none !important;
        border: 1px solid #0059a9;
    }

.blue-select-box-arrow:disabled {
    background-image: linear-gradient(45deg, transparent 50%, #F5F5F5 60%), linear-gradient(135deg, #F5F5F5 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 50%, calc(100% - 20px) 50%, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #F5F5F5;
}

.blue-input-box:disabled {
    border: 1px solid #F5F5F5;
    border-radius: 2px;
    padding: 15px;
    background-color: white;
    color: #F5F5F5;
}

.blue-select-box-arrow:disabled {
    background-image: linear-gradient(45deg, transparent 50%, #F5F5F5 60%), linear-gradient(135deg, #F5F5F5 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 50%, calc(100% - 20px) 50%, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #F5F5F5;
}

.form-radio-button {
    vertical-align: middle;
}

.radio-button-label {
    font-size: 13px;
    white-space: nowrap;
}

.grey-square-input {
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    text-align: center;
}

.accordion-blue-border {
    border: 1px solid #0059a9;
    border-radius: 2px;
}

.accordion-button:focus {
    border: none;
    color: black;
    z-index: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: none;
}

.accordion-button::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 8.5px 5.5px;
    border-color: transparent transparent #0059a9 transparent;
}

.accordion-button:not(.collapsed)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 8.5px 5.5px;
    border-color: transparent transparent #0059a9 transparent;
}

.accordion-bottom-border {
    border-bottom: 1px solid #d5d5d5;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* login */

.center-screen-login {
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
    .center-screen-login {
        width: 25%;
    }

    .radio-button-label {
        font-size: 15px;
    }

    .member-login-logo-container {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .center-screen-login {
        width: 15%;
    }
}

.login-logo-container {
    margin-bottom: 40px;
}

.login-label-container {
    margin-bottom: 20px;
}

/* contact us */

.contact-info {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .contact-info span {
        display: block;
        font-size: 12px;
    }

.contact-table {
    overflow-x: auto;
}

    .contact-table table {
        border-collapse: separate;
        border-spacing: 0px 0px;
        border: 1px solid #0059a9;
        border-radius: 2px;
    }

    .contact-table th {
        color: #0059a9;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 10px;
    }

    .contact-table td {
        font-weight: normal;
        font-size: 15px;
        text-align: center;
        border: none;
        padding: 10px;
    }

    .contact-table tbody tr:nth-child(odd) {
        background-color: #eeeeee;
    }

    .contact-table tbody tr td:nth-child(even) {
        white-space: nowrap;
    }

@media screen and (min-width: 768px) {
    .contact-info span {
        font-size: 15px;
    }
}

/* promotions */

.promotion-overlay-container {
    position: relative;
    width: 100%;
}

.promotion-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    color: white;
    background: rgba(0, 90, 200, 0.3);
}

.promotion-link-container {
    background: white;
    color: #0059a9;
    padding: 5px;
    position: absolute;
    bottom: 5px;
}

.promotion-info {
    font-size: 12px;
}

.promotion-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .promotion-link-container {
        font-size: 15px;
    }

    .promotion-info {
        font-size: 15px;
    }
}

/* livestock */

.livestock-card {
    border: 1px solid #dddddd;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 10px;
    color: black
}

.livestock-info {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.livestock-button-width {
    width: 60%;
}

.text-transform-none {
    text-transform:none !important;
}

.livestock-image-container {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    min-height: 150px;
}

.livestock-card-image {
    object-fit: cover;
    width: 100%;
}

.wanted-detail-label {
    font-weight: 400;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .livestock-info {
        font-size: 15px;
    }

    .livestock-button-width {
        width: 50%;
    }

    .livestock-image-container {
        padding-left: 20px;
    }

    .wanted-detail-label {
        font-size: 18px;
    }
}

/* inventory */

.circle-icon-container {
    display: inline;
    font-size: 20px;
    float: right;
    margin-left: 15px
}

.black-circle {
    color: white;
    background-color: black;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    margin-left: 35px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.blue-circle {
    color: white;
    background: #0059a9;
    padding: 10px;
    border-radius: 50%;
}

.green-circle {
    color: white;
    background: #00964e;
    padding: 9px 10px 10px 10px;
    border-radius: 50%;
}

.green-circle {
    color: white;
    background-color: #00964e;
    border: 1px solid #00964e;
}

.inventory-detail-label {
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.basket-item {
    border-top: 1px solid #0059a9;
}

.basket-item-img-container {
    border: 1px solid var(--ovk-dimgrey);
    border-radius: 2px;
    width: 100%;
    margin-bottom: 10px;
}

    .basket-item-img-container img {
        height: 70px;
    }

.remove-from-cart-btn {
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px dashed #e4e4e4;
    padding: 14px;
    text-transform: uppercase;
    color: #0059a9;
}

.cart-branch-info {
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px dashed #e4e4e4;
    padding: 10px;
    text-transform: uppercase;
    color: black;
}

.cart-quantity-dropdown {
    padding: 8px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    text-align: center;
}

.table-header {
    background-color: #ececec;
    text-transform: uppercase;
}

.cart-remove-btn-txt {
    /*display: block;*/
    margin-top: 2px;
}
/* member members*/
.member-login-logo-container {
    margin-bottom: 5px;
}

    .member-login-logo-container img {
        width: 65%;
    }

/* utility */
.position-relative {
    position: relative;
}

.margin-bottom-0-important {
    margin-bottom: 0 !important;
}

.display-block {
    display: block;
}

.underline-text {
    text-decoration: underline;
}

.width-max-content {
    width: max-content;
}

.upper-case-text {
    text-transform: uppercase;
}

.center-div {
    margin-left: auto;
    margin-right: auto;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-5{
    margin: 5px;
}

.center-screen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.margin-bottom-minus-11 {
    margin-bottom: -11px;
}

.padding-0 {
    padding: 0px;
}

.padding-2 {
    padding: 2px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-top-5 {
    padding-top: 5px;
}

.no-style-link {
    text-decoration: none;
}

.top-blue-border {
    border-top: 1px solid #0059a9;
}

.bottom-blue-border {
    border-bottom: 1px solid #0059a9;
}

hr.blue-hr-line {
    background-color: white;
    color: #0059a9;
    border-top: 1px dashed #0059a9;
    margin-left: auto;
    margin-right: auto;
}

hr.solid-blue-line {
    color: #0059a9;
    border-top: 2px solid #0059a9;
}

hr.menu-blue-line {
    background-color: white;
    color: #0059a9;
    border-top: 1px dashed #0059a9;
    width: 60%;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-10 {
    margin-left: 10px;
}

.float-left {
    float: left;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.text-align-initial {
    text-align: initial;
}
.text-align-center {
    text-align: center;
}
.detail-font-size {
    font-size: 12px;
}

.small-button-font {
    font-size: 11px;
}

.font-size-15 {
    font-size: 15px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .desktop-width-75-percent {
        width: 75%;
    }

    .desktop-hidden {
        display: none;
    }

    .detail-font-size {
        font-size: 15px;
    }

    .desktop-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .detail-font-size {
        font-size: 15px;
    }

    .small-button-font {
        font-size: 13px;
    }
}

.modal-logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-message-container {
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
}

.center-modal {
    margin-top: 40%;
}

.modal-overflow {
    overflow-y: initial !important
}

.modal-height {
    height: 50vh;
    overflow-y: auto;
}

.no-bottom-border {
    border-bottom: none;
}

.no-top-border {
    border-top: none;
}

@media screen and (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }

    .mobile-padding-right-5 {
        padding-right: 5px;
    }

    .mobile-padding-left-5 {
        padding-left: 5px;
    }
}

/* member / not member tab */

/* style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #0059a9;
    border-bottom: none;
    background-color: white;
    border-radius: 2px;
}

    /* style the buttons that are used to open the tab content */
    .tab button {
        background-color: #0059a9;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        color: white;
        text-transform: uppercase;
    }

        /* change background color of buttons on hover */
        .tab button:hover {
            background-color: white;
            color: #0059a9;
        }

        /* create an active/current tablink class */
        .tab button.active {
            background-color: white;
            color: #0059a9;
        }

/* style the tab content */
.tabcontent {
    display: none;
    padding-top: 20px;
}

#UpdateProfileForm button {
    padding: 5px;
}

/* member */

#steps {
    display: flex;
}

    #steps.space-around {
        justify-content: space-around;
    }

    #steps.space-between {
        justify-content: space-between;
    }

.step {
    display: inline-block;
    background-color: #0059a9;
    color: white;
    border: 1px solid #0059a9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}

.current-step {
    background-color: white;
    color: #0059a9;
}

.completed-step {
    color: #d5d5d5;
    border: 1px solid #afafaf;
    background-color: white;
}

.checkmark-container i {
    font-size: 150px;
    color: #00964e;
    margin-bottom: 20px;
}

.profile-tab-font-size {
    font-size: 0.6em;
}

.profile-tab-height {
    height: 60px;
}

.balance-card {
    border: 2px solid #dddddd;
    border-radius: 2px;
    padding: 10px 10px;
    margin-bottom: 5px;
    color: black;
}

    .balance-card .row {
        padding-top: 5px;
        padding-bottom: 5px;
    }

h5 {
    font-size: 1em;
}

.grey-balance-row {
    background-color: #dddddd;
}

.calendar-input-container {
    position: relative;
}

.calendar-icon {
    position: absolute;
    color: #0059a9;
    right: 20px;
    top: 14px;
}

    .calendar-icon i {
        font-size: 20px;
    }

.balance-detail-card {
    border: 2px solid #dddddd;
    border-radius: 2px;
    color: black;
    padding: 10px;
}

.share-transaction-card {
    border: 2px solid #dddddd;
    border-radius: 2px;
    color: black;
    padding: 10px;
    height: 100%;
}

.fs-italic {
    font-style: italic;
}

.status {
    font-weight: bold;
    text-transform: uppercase;
}

.status-active {
    color: #00964e;
}

@media screen and (min-width: 768px) {
    .profile-tab-font-size {
        font-size: 0.75em;
    }

    .balance-card {
        border: 2px solid #dddddd;
        border-radius: 2px;
        padding: 10px 13px;
    }

    .balance-detail-card {
        border: 2px solid #dddddd;
        border-radius: 2px;
        padding: 10px 11px;
    }
}

@media screen and (max-width: 320px) {
    .profile-tab-font-size {
        font-size: 0.6em;
    }

    #UpdateProfileForm button {
        padding: 3px;
    }
}



/* auctions */

.bid-button-font-size {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .lot-detail-grey-border {
        border: 2px solid #dddddd;
        border-radius: 2px;
    }
}

/*auction bid legends*/
.legends-container {
    width: 100%;
    border: 2px solid #dddddd;
    border-radius: 2px;
    padding: 10px;
}

.legends-heading {
    color: #0059a9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.legends-label {
    color: #0059a9;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.lot-image-wrapper {
    position: relative;
}

.legend-dot {
    height: 50px;
    width: 50px;
    background-color: #bbb;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.bidder-dot {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    margin: 10px;
    right: 0;
    top: 0;
}

.lot-wrapper.closed {
    opacity: 0.7;
}


.bidder-dot.user-bidded.winning {
    color: #ff820a;
    background-color: #ff820a;
}

    .bidder-dot.user-bidded.winning.beat-reserve {
        color: #0b5e06;
        background-color: #0b5e06;
    }

.bidder-dot.user-bidded {
    color: #9e0710;
    background-color: #9e0710;
}


.green-dot {
    color: #0b5e06;
    background-color: #0b5e06;
}

.organge-dot {
    color: #ff820a;
    background-color: #ff820a;
}

.red-dot {
    color: #9e0710;
    background-color: #9e0710;
}

/* cmw auction */
.grain-table tbody tr:nth-child(odd) {
    background-color: #eeeeee;
}
/* pagination button color */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0059a9;
    border-color: #0059a9;
}

.page-link {
    position: relative;
    display: block;
    color: #0059a9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.Loader {
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('../Images/Load.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('../Images/Load.gif') 50% 50% no-repeat;
}

.Section-Loader {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(240, 240, 240, 0.5) url('../Images/Load.gif') 50% 50% no-repeat;
    background-size: 50px 50px;
    background-position: center;
    z-index: 3;
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.loading .Loader {
        display: block;
    }

input[disabled], input[readonly] {
    background-color: #eee;
}

.btn-primary {
    background-color: #0059A9;
}

.btn-info {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFFFFF;
}

    .btn-info:hover {
        background-color: #0059A9;
        border-color: #0059A9;
        color: #FFFFFF;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-info:hover {
    background-color: #0059A9;
    border-color: #0059A9;
    color: #FFFFFF;
}

/*
    validation
*/
.error-text, .error {
    color: #9e0710;
}

.success-text {
    color: #0b5e06;
}

/* notifications */
.modal-body {
    padding: 10px 20px;
}

.notification-heading {
    font-size: 13px;
    color: black;
    display: inline-block;
}

.notification-date {
    font-size: 11px;
    font-style: italic;
    color: grey;
}

.notification-message {
    font-size: 13px;
    color: black;
    display: block;
    margin-bottom: 15px;
}

.envelope-icon-size {
    font-size: 25px;
}

.unread-notification {
    color: #0059a9;
}

.read-notification {
    color: #808080;
}

.notification-circle {
    color: #00964e;
    background-color: #00964e;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    display: flex;
    margin-top: -28px;
    margin-left: 20px;
}

/**listing gallery mech/motors*/
.sale-gallery-tn {
    width: 100%;
}

a.sale-video-tn {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    position: relative;
}

    a.sale-video-tn:visited, a.sale-video-tn:hover {
        color: #fff;
        text-decoration: none;
    }

    a.sale-video-tn i {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.sale-nav-dots {
    margin-top: 10px;
    text-align: center;
}

    .sale-nav-dots .owl-dot {
        width: 15px;
        height: 15px;
        border: none;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #E2E2E2;
    }

        .sale-nav-dots .owl-dot.active {
            background-color: #333;
        }
/** listing labels / mech / motors */
div.listing-vendor-label {
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: #0058a8;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}

.listing-vendor-label.used {
    padding: 0;
}

.listing-details-main-image-wrapper .listing-vendor-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    padding: 12px;
}

    .listing-details-main-image-wrapper .listing-vendor-label.used {
        padding: 5px;
        background-color: #fff;
        width: auto;
        height: auto;
    }

        .listing-details-main-image-wrapper .listing-vendor-label.used .listing-label-image {
            height: 30px;
            width: auto;
        }

.listing-details-main-image-wrapper .listing-label-image {
    height: 22px;
    width: 150px;
}

.listing-label-image {
    width: 100%;
}

.listing-details-main-image-wrapper {
    position: relative;
    display: block;
}

.vehicle-listing-info, .mech-listing-info {
    position: relative;
}

    .vehicle-listing-info .view-button-wrapper, .mech-listing-info .view-button-wrapper {
        position: absolute;
        bottom: -5px;
        left: 10px;
    }

/* New Design CSS From Here */
.header-background-new {
    background-color: #0058a8;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.app-disclaimer-button {
    text-transform: uppercase;
    color: white;
    background-color: #0058a8;
    border: 1px solid #0058a8;
    padding: 15px 15px;
    width: 100%;
    font-size: 16px;
}

.app-disclaimer-button-div {
    padding: 0px !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.notification-permissions-span {
    color: white;
    background-color: #0058a8;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.notification-permissions-span-home {
    background-color: white;
    color: #0058a8;
    font-weight: bold;
    padding: 5px;
    display: block;
    width: 100%;
}

.notification-permissions-div-home {
    padding: 0px !important;
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

.new-blue-background {
    background: url('/Background/agterground_OVK App.jpg') no-repeat center;
    background-size: cover;
}

.new-menu-circle {
    background-color: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.new-menu-label {
    color: white;
    margin-bottom: 5px;
    text-align: center;
}

.new-menu-label-text {
    color: white;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.new-menu-icon-img {
    margin-top: 25px;
    width: 50%;
}

.new-page-heading {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}


hr.white-hr-line {
    background-color: white;
    color: white;
    border-top: 1px dashed white;
    margin-left: auto;
    margin-right: auto;
}

.new-back-button-white {
    text-transform: uppercase;
    color: #0058a8;
    background-color: white;
    border: 1px solid white;
    border-radius: 2px;
    font-size: 16px;
}

.new-back-button-blue {
    text-transform: uppercase;
    color: white;
    background-color: #0058a8;
    border: 1px solid #0058a8;
    border-radius: 2px;
    font-size: 16px;
}

.new-notification-button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    float: right;
    font-size: 16px;
}

.new-notification-bell-circle {
    color: #0058a8;
    background: white;
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
}

.new-notification-count {
    color: white;
    background-color: #0058a8;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    margin-left: 35px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.new-app-header {
    padding: 8px 6px 12px;
}

.w-27 {
    width: 27% !important;
}

.grain-button {
    background-color: white;
    text-transform: uppercase;
    color: #0157a8;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    font-weight: bold;
    margin: 0px 60px 15px 60px;
}

    .grain-button img {
        width: 25%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .grain-button span {
        vertical-align: middle;
    }

/* Main Menu Notification Icon */
.headerMenu-notification-button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    float: left;
    font-size: 16px;
    margin-top: 3px;
}

.headerMenu-circle-icon-container {
    display: inline;
    font-size: 17px;
    float: right;
    margin-left: 0px;
}

.headerMenu-black-circle {
    color: white;
    background-color: black;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    margin-left: 20px;
    margin-top: -5px;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.headerMenu-notification-bell-circle {
    color: #0058a8;
    background: white;
    padding: 5px;
    border-radius: 50%;
}

.headerMenu-back-button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    float: right;
    margin-top: 8px;
}

    .headerMenu-back-button i {
        background-color: transparent;
        color: #fff;
        font-size: 26px;
    }

.headerMenu-homeIcon-icon {
    /*width: 9.5%;*/
    width: 30.5px;
    position: absolute;
    /*margin-right: 16px;
    bottom: 26%;*/
    margin: auto 0;
    margin-top: 7px;
}

.headerMenu-settings-icon {
    /*width: 9.5%;*/
    width: 30.5px;
    position: absolute;
    /*margin-left: 16px;
    bottom: 26%;;*/
    margin-top: 3px;
    right: 5%;
}

/* 2025 SHOP RE-DESIGN STYLES */
/* -------------------------- */
:root {
    /* colors */
    --ovk-blue: #0158a8;
    --ovk-darkblue: #033B6E;
    --ovk-white: #fff;
    --ovk-smokewhite: #fafafa;
    --ovk-black: #000;
    --ovk-grey: #6c757d;
    --ovk-darkgrey: #3e3e3e;
    --ovk-lightgrey: #d3d3d3;
    --ovk-softgrey: #e5e5e5;
    --ovk-dimgrey: #f0f0f0;
    --ovk-green: #00964e;
    --ovk-darkgreen: #006b38;
    --ovk-red: red;
    --ovk-darkred: darkred;
    --ovk-orange: #ff8500;
    --ovk-darkorange: #cc6a00;
    /* styles properties */
    --ovk-transition-duration: 0.3s;
    --ovk-transform-scale: 1.1;
    --ovk-transform-origin: 1.1;
}

/* #region General OVK-Store Styles */

.ovk-py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.ovk-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ovk-store-heading-label {
    margin-top: 9px;
    font-size: 18px;
}

.ovk-store-content-label {
    font-size: 17px;
}

.ovk-store-inline-b {
    display: inline-block;
}

.ovk-store-divider-blue hr {
    margin: 12px 0px;
    color: var(--ovk-blue);
    border-top: 1px solid var(--ovk-blue);
    border-style: solid !important;
}

.ovk-store-divider-grey {
    margin: 5px -10px;
}

    .ovk-store-divider-grey div.row div {
        height: 3px;
        background: var(--ovk-lightgrey);
        opacity: 0.5;
    }

.ovk-store-grey-badge {
    background: var(--ovk-grey) !important;
}

.ovk-store-blue-badge {
    background: var(--ovk-blue) !important;
}

.ovk-store-dimgrey-badge {
    background: var(--ovk-dimgrey) !important;
}

.ovk-store-p-20 {
    padding: 20px;
}

.ovk-store-font-15 {
    font-size: 15px !important;
}

.ovk-store-font-20 {
    font-size: 20px !important;
}

/* #endregion */

/* #region Filter | Sidebar Dropdowns */

.offcanvas-header {
    text-transform: uppercase;
    padding: 18px;
}

.ovk-store-select {
    border-radius: 0px;
}

#sub-cat-select.ovk-store-select {
    border-top: 0px;
}

.ovk-store-filter-btn {
    color: var(--ovk-white);
    background: var(--ovk-darkgrey);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 5px;
}

    .ovk-store-filter-btn.no-filter span {
        color: var(--ovk-blue);
        background: var(--ovk-white);
        font-size: 14px;
    }

    .ovk-store-filter-btn.has-filter span {
        color: var(--ovk-blue);
        background: var(--ovk-white);
    }

.ovk-store-filter-canvas {
    max-width: 280px !important;
}

.ovk-store-filter-canvas-list {
    padding: 0px;
}

.ovk-store-filter-canvas-item,
.ovk-store-filter-canvas-option,
.ovk-store-filter-canvas-filter {
    border-top: 1px solid var(--ovk-lightgrey);
    text-transform: uppercase;
    transition: background var(--ovk-transition-duration) ease, color var(--ovk-transition-duration) ease;
    font-size: 16px;
}

.ovk-store-filter-canvas-option,
.ovk-store-filter-canvas-filter {
    padding: 14px 18px;
}

.ovk-store-filter-canvas-item label {
    width: 80% !important;
}

.ovk-store-filter-canvas-option i {
    height: 20px;
    padding-left: 10px;
    float: right;
    margin-top: 3px;
    font-size: 22px;
}

.ovk-store-filter-canvas-list .ovk-store-filter-canvas-item:last-child,
.ovk-store-filter-canvas-list .ovk-store-filter-canvas-option:last-child {
    border-bottom: 2px solid var(--ovk-lightgrey) !important;
}

.ovk-store-filter-canvas-item:hover,
.ovk-store-filter-canvas-item:focus,
.ovk-store-filter-canvas-item:after,
.ovk-store-filter-canvas-item:active {
    font-weight: 500;
    color: var(--ovk-blue);
}

.ovk-store-filter-back-btn {
    width: 60px;
    padding: 5px;
}

    .ovk-store-filter-back-btn i {
        font-size: 28px;
    }

.filter-clear-all {
    width: 50px;
    position: relative;
    right: -33px;
    font-size: 18px;
}

.ovk-store-filter-canvas-item.main-list-item {
    padding: 18px;
    background: var(--ovk-dimgrey);
}

.ovk-store-filter-canvas-item.sidebar-link-item {
    padding: 14px 18px;
    background: var(--ovk-smokewhite);
    text-decoration: none;
}

    .ovk-store-filter-canvas-item.sidebar-link-item a {
        color: var(--ovk-darkgrey);
        text-decoration: none;
    }

.ovk-store-filter-canvas-item.sub-list-item a {
    color: var(--ovk-darkgrey);
    text-decoration: none;
}

.sidebar-link-item span i {
    float: right;
    font-size: 18px;
}

#cat-filter-badge-count {
    font-size: 15px;
}

.ovk-store-filter-canvas-option-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-clear-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--ovk-blue);
    cursor: pointer;
    transform: var(--ovk-transition-duration);
}

    .filter-clear-label:hover,
    .filter-clear-label:active {
        color: var(--ovk-darkblue);
    }

/* #endregion */

/* #region Search Box(es) */
.ovk-store-search-bar {
}

.ovk-store-search-bar-icon,
.ovk-store-clear-search-bar-icon {
    color: var(--ovk-white);
    background-color: var(--ovk-blue);
    border-radius: 0px 2px 2px 0px !important;
    border: .5px solid var(--ovk-blue) !important;
    border-left: none !important;
}

    .ovk-store-search-bar-icon:hover,
    .ovk-store-search-bar-icon:focus,
    .ovk-store-search-bar-icon:active {
        background-color: var(--ovk-darkblue);
        border: .5px solid var(--ovk-darkblue) !important;
    }

.ovk-store-search-bar-input {
    background-color: var(--ovk-white);
    border-radius: 2px 0px 0px 2px !important;
    border: .5px solid var(--ovk-blue) !important;
    border-right: none !important;
    font-size: 16px;
}

.ovk-store-clear-search-bar-icon {
    color: var(--ovk-grey);
    background-color: var(--ovk-white);
    border-radius: 0px;
    border-top: .5px solid var(--ovk-blue) !important;
    border-right: none;
    border-left: none;
    border-bottom: .5px solid var(--ovk-blue) !important;
}

    .ovk-store-clear-search-bar-icon:hover,
    .ovk-store-clear-search-bar-icon:focus,
    .ovk-store-clear-search-bar-icon:active {
        color: var(--ovk-darkred);
    }

#clearSearchButton i {
    font-size: 20px;
}

/* #endregion */

/* #region Cart & Icons */

span.ovk-store-user-name {
    font-size: 12px;
    font-weight: bold;
}

.ovk-store-cart-inner {
    display: inline-block;
    float: right;
}

.ovk-store-cart-icon {
    color: var(--ovk-white);
    font-size: 16px;
    padding: 9px 5px 7px;
    border-radius: 50%;
}

.ovk-store-cart-count {
    color: white;
    background-color: black;
    border-radius: 50%;
    font-size: 9px;
    position: absolute;
    margin-left: 25px;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ovk-store-cart-branch-heading {
    text-align: center;
}

    .ovk-store-cart-branch-heading span {
        text-align: center;
        color: var(--ovk-blue);
        font-size: 13px;
    }

.ovk-store-cart-inner span.badge {
    color: var(--ovk-white);
    background: var(--ovk-green);
    font-size: 15px;
    border-radius: 2px !important;
    padding: 0px 3px;
    transition: background var(--ovk-transition-duration) ease, color var(--ovk-transition-duration) ease;
}

    .ovk-store-cart-inner span.badge:hover {
        background: var(--ovk-darkgreen);
    }

    .ovk-store-cart-inner span.badge span#cartItemsCount {
        font-size: 17px;
        padding-right: 5px;
    }

/* #endregion */

/* #region Buttons & CTAs */

.ovk-store-scroll-top-btn {
    display: none;
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1000;
    font-size: 20px;
    padding: 4px 10px;
    background-color: var(--ovk-green);
    color: var(--ovk-white);
    border: 2px solid var(--ovk-green);
    border-radius: 25px;
    cursor: pointer;
}

    .ovk-store-scroll-top-btn:hover {
        background-color: var(--ovk-darkgreen);
        border: 2px solid var(--ovk-darkgreen);
    }

.ovk-store-blue-btn {
    background: var(--ovk-blue);
    color: var(--ovk-white);
    text-transform: uppercase;
/*    margin-right: 10px;
*/    border-radius: 2px;
    transition: background var(--ovk-transition-duration) ease, color var(--ovk-transition-duration) ease;
}

    .ovk-store-blue-btn:hover,
    .ovk-store-blue-btn:focus,
    .ovk-store-blue-btn:active,
    .ovk-store-blue-btn:focus-visible,
    .ovk-store-blue-btn:focus-within
    .ovk-store-blue-btn:target {
        background: var(--ovk-darkblue);
        border-color: var(--ovk-darkblue);
        color: var(--ovk-white);
    }

.ovk-store-section-heading-btn {
    color: var(--ovk-blue);
    background: var(--ovk-white);
    border: 1px solid var(--ovk-blue);
    padding: 2px 8px;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: right;
    transition: background var(--ovk-transition-duration) ease, color var(--ovk-transition-duration) ease;
}

    .ovk-store-section-heading-btn:hover,
    .ovk-store-section-heading-btn:focus,
    .ovk-store-section-heading-btn:active,
    .ovk-store-section-heading-btn:focus-visible,
    .ovk-store-section-heading-btn:focus-within
    .ovk-store-section-heading-btn:target {
        background: var(--ovk-blue);
        border-color: var(--ovk-blue);
        color: var(--ovk-white);
    }

/* #endregion */

/* #region Promotions | Stock Layout */

.ovk-store-category-link {
    text-decoration: none;
    color: var(--ovk-black);
}

    .ovk-store-category-link img {
        height: 40px;
        /*margin-right: 10px;*/
    }

.ovk-store-card {
    overflow: hidden;
}

    .ovk-store-card .ovk-store-card-promo-image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.ovk-store-slider-card {
    margin: -5px !important;
}

.ovk-store-layout-toggle > label {
    border-radius: 0px;
}

.ovk-store-card-promo-image-container {
    border: .5px solid var(--ovk-lightgrey);
    transition: transform var(--ovk-transition-duration) ease;
}

.ovk-store-card-product-image-container {
    border: 1px solid var(--ovk-dimgrey);
    display: flex;
    justify-content: center;
}

    .ovk-store-card-product-image-container img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }

div.col-6.ovk-store-card div.ovk-store-card-promo-image-container {
    height: 85px;
}

div.col-12.ovk-store-card div.ovk-store-card-promo-image-container {
    height: 180px;
}

div.col-6.ovk-store-card div.ovk-store-card-product-image-container {
    height: 120px;
    overflow: hidden;
}

div.col-12.ovk-store-card div.ovk-store-card-product-image-container {
    height: 130px;
    overflow: hidden;
}

.ovk-store-promo-slider-container,
.ovk-store-category-container {
    background: var(--ovk-white);
    height: auto;
}

    .ovk-store-promo-slider-container.loading,
    .ovk-store-category-container.loading {
        overflow: hidden;
        margin-left: 0px;
        margin-right: 0px;
    }

        .ovk-store-promo-slider-container.loading .Section-Loader,
        .ovk-store-category-container.loading .Section-Loader {
            display: block;
            height: 250px;
            max-height: auto;
        }

div.ovk-store-promo-slider-container div.col-6.ovk-store-card div.ovk-store-card-promo-image-container {
    height: auto;
}

.ovk-store-stock-slider-container {
    background: var(--ovk-white);
    min-height: 20px;
    max-height: auto;
    margin-left: -15px;
    margin-right: -15px;
}

    .ovk-store-stock-slider-container.loading {
        overflow: hidden;
        margin-right: 0px;
    }

        .ovk-store-stock-slider-container.loading .Section-Loader {
            display: block;
            min-height: 250px;
            max-height: auto;
            margin: 0 15px 0 15px;
        }

div.ovk-store-stock-slider-container div.col-12.ovk-store-card div.ovk-store-card-promo-image-container {
    height: auto;
}

.ovk-store-layout-grid,
.ovk-store-layout-list {
    padding: 4px 10px;
}

    .ovk-store-layout-grid > i,
    .ovk-store-layout-list > i {
        font-size: 20px;
    }

.ovk-store-card-product-desc-container {
    text-transform: uppercase;
}

div.col-7.ovk-store-card-product-desc-container {
    margin-top: 0px !important;
}

div.col-12.ovk-store-card-product-desc-container {
    margin-top: 10px !important;
}

.ovk-store-card-shadow-container {
    padding: 10px !important;
    border: solid .5px var(--ovk-lightgrey);
    border-radius: 2px;
    /*box-shadow: 0 0 3px 0px var(--ovk-lightgrey);*/ /* Symmetrical shadow */
}

.ovk-store-card-product-desc {
    overflow: hidden;
    font-weight: 900;
    font-size: 12px;
    margin: 0px;
    text-transform: uppercase;
}

div.col-12 .ovk-store-card-product-desc {
    height: 40px;
}

div.col-7 .ovk-store-card-product-desc {
    height: 40px;
}

div.col-12 .ovk-store-card-product-code {
    height: 60px;
}

div.col-7 .ovk-store-card-product-code {
    height: 60px;
    margin-top: 0px;
}

.ovk-store-card-product-code {
    font-size: 11px;
    margin: 3px 0px 0px 0px;
}

.ovk-store-card-product-price {
    font-weight: 700;
    font-size: 16px;
    margin: 8px 0px 0px 0px;
}

    .ovk-store-card-product-price span {
        font-style: italic;
        font-weight: 400;
        font-size: 9px;
    }

.ovk-store-card-product-link {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
}

    .ovk-store-card-product-link:hover,
    .ovk-store-card-product-link:focus {
        text-decoration: none;
        color: inherit;
    }

.ovk-store-loader-container {
    font-size: 15px;
    margin: 15px 0px;
    color: var(--ovk-black);
}

.ovk-store-loader-spinner {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-width: .2em;
    margin-right: 8px;
    color: var(--ovk-blue);
}

.ovk-store-stock-detail-section h4 {
    color: var(--ovk-blue);
    font-weight: bold;
    font-size: 20px;
}

.ovk-store-stock-detail-section p {
    font-size: 15px;
}

.ovk-store-remove-from-cart {
    background-color: var(--ovk-blue);
    border: none;
    color: var(--ovk-white);
    font-size: 16px;
    padding: 12px;
    border-radius: 2px;
}

.ovk-store-add-to-cart {
    background-color: var(--ovk-blue);
    border: none;
    color: var(--ovk-white);
    font-size: 16px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 1.5px 20px;
}

    .ovk-store-add-to-cart:hover,
    .ovk-store-remove-from-cart:hover {
        background-color: var(--ovk-darkblue);
    }

.ovk-store-stock-detail-img {
    object-fit: cover;
    width: 100%;
}

.ovk-store-stock-details h6 {
    margin: 0px;
    background: var(--ovk-softgrey);
    color: var(--ovk-blue);
    padding: 5px 70px 5px 0px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 15px;
}

    .ovk-store-stock-details h6.cart-heading {
        padding: 5px 0px !important;
    }

.ovk-store-stock-branch-heading {
    text-align: center;
    position: relative;
}

    .ovk-store-stock-branch-heading span {
        text-align: center;
        color: var(--ovk-blue);
        font-size: 14px;
    }

        .ovk-store-stock-branch-heading span a,
        .ovk-store-cart-branch-heading span a {
            cursor: pointer;
            text-decoration: none !important;
            color: var(--ovk-darkgrey) !important;
        }

.ovk-store-stock-search-count {
    font-size: 12px;
    font-weight: 300;
    margin-left: 5px;
}

/* #endregion */

/* #region Navbar styles */

.ovk-store-bottom-nav {
    min-height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 10px;
    background: var(--ovk-white);
    box-shadow: var(--ovk-blue) 0px 0px 1px;
    z-index: 10;
}

.ovk-store-bottom-nav-links a {
    text-decoration: none;
    padding: 35px 0px 10px 0px;
    color: var(--ovk-grey);
    text-transform: uppercase;
    font-size: 12px;
}

.ovk-store-bottom-nav-links i {
    position: fixed;
    margin-bottom: 40px;
    font-size: 20px;
    color: var(--ovk-grey);
}

.ovk-store-bottom-nav a.active,
.ovk-store-bottom-nav a.active i {
    color: var(--ovk-blue) !important;
}

/* #endregion */

/* #region Quote Section Styles */

.ovk-store-member-quote-link, .ovk-store-member-quote-link:hover {
    text-transform: uppercase;
    background-color: #0058a8;
    border: 1px solid #0058a8;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 2px;
}

.ovk-store-non-member-quote-link, .ovk-store-non-member-quote-link:hover {
    text-transform: uppercase;
    background-color: #002b50;
    border: 1px solid #002b50;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 2px;
}

/* #endregion */

/* #region Slick Custom styles */

.slick-slide {
    padding: 0px 15px;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev,
.slick-next {
    z-index: 3;
    background: var(--ovk-darkgrey);
    border: 1px solid var(--ovk-darkgrey);
    border-radius: 50%;
    top: 43%;
    height: 35px;
    width: 35px;
    transform: var(--ovk-transition-duration);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    opacity: 0;
}

    .slick-prev i,
    .slick-next i {
        font-size: 17px;
        color: var(--ovk-white);
    }

    .slick-prev::before,
    .slick-next::before {
        display: none;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-prev:active,
    .slick-next:hover,
    .slick-next:focus,
    .slick-next:active {
        background: var(--ovk-darkgrey);
    }

.slider:hover button.slick-prev,
.slider:hover button.slick-next {
    opacity: 1;
    transition: background var(--ovk-transition-duration), var(--ovk-transition-duration), opacity 1s;
}

.slick-dots {
    bottom: -30px;
}

    .slick-dots li {
        margin: -5px 5px;
        background: var(--ovk-lightgrey);
        border-radius: 50%;
        width: 10px !important;
        height: 10px !important;
    }

        .slick-dots li button::before {
            content: none !important;
        }

        .slick-dots li:hover,
        .slick-dots li:target,
        .slick-dots li:active,
        .slick-dots li:focus {
            background: var(--ovk-darkgrey);
        }

        .slick-dots li.slick-active {
            background: var(--ovk-darkgrey);
        }

@media (max-width: 575.98px) {
    .slick-slide {
        padding: 0px;
    }

    .slick-prev, .slick-next {
        opacity: 0;
    }

    .slider:hover button.slick-prev,
    .slider:hover button.slick-next {
        opacity: 0;
    }
}

/* #endregion */

/* #region Breadcrumb styles */

.stock-bread-crumb-nav-link {
    text-decoration: none;
    color: var(--ovk-blue);
    font-size: 13px;
}

    .stock-bread-crumb-nav-link:hover {
        text-decoration: underline;
        color: var(--ovk-darkblue);
    }

/* #endregion */

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 15px;
}