html {
    font-size: 0.85rem;
}
body {
    background: #fff;
    font-family: "Arial", sans-serif;
    color: #404040;
    letter-spacing: 0.2px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.488rem;
}
.form-control,
.form-select {
    padding: 0.75rem 0.75rem;
}
.form-control:focus,
.form-select:focus {
    border-color: #0f489b;
    box-shadow: none;
}
.p15{
  padding: 30px 0px;
}
.products-view__pagination {
    margin-top: 11px;
    border: 1px solid #e0e0e0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.shadow-0 {
    box-shadow: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #383838;
    letter-spacing: 0;
}
.text-black {
    color: #383838;
}
img.fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
* {
    outline: 0;
}
hr {
    border-top: 1px solid currentColor;
    background: none !important;
}
.a-inherit {
    color: inherit;
    text-decoration: none;
}
.a-inherit:hover {
    color: inherit;
}
.body-font {
    font-family: "GothamSSm", sans-serif;
}
b,
strong,
.font-weight-bold {
    font-weight: 500 !important;
}
.font-weight-400 {
    font-weight: 400;
}
.text-justify {
    text-align: justify;
}
.height-100 {
    height: 100%;
}
.height-inherit {
    height: inherit;
}
.as-pointer {
    cursor: pointer;
}
.fa-rotate-45 {
    transform: rotate(45deg);
}
.opacity-0 {
    opacity: 0;
}
.opacity-1 {
    opacity: 0.1;
}
.opacity-2 {
    opacity: 0.2;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-6 {
    opacity: 0.6;
}
.opacity-7 {
    opacity: 0.7;
}
.opacity-8 {
    opacity: 0.8;
}
.opacity-9 {
    opacity: 0.9;
}
.font-weight-100 {
    font-weight: 100;
}
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
.fill-theme-color-1 {
    fill: #0f489b;
}
.text-theme-color-1 {
    color: #0f489b;
}
.bg-theme-color-1 {
    background: #0f489b;
}
.border-theme-color-1 {
    border-color: #0f489b !important;
}
.btn-theme-1 {
    color: #fff;
    background-color: #0f489b;
    border-color: #0f489b;
}
.btn-theme-1:hover {
    color: #fff;
    background-color: #0052a6;
    border-color: #0052a6;
}
.btn-theme-1:focus,
.btn-theme-1.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 95 191 / 0.5);
}
.btn-outline-theme-1 {
    color: #0f489b;
    background-color: #fff0;
    background-image: none;
    border-color: #0f489b;
}
.btn-outline-theme-1:hover {
    color: #fff;
    background-color: #0f489b;
    border-color: #0f489b;
}
.btn-outline-theme-1:focus,
.btn-outline-theme-1.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 95 191 / 0.5);
}
.fill-theme-color-2 {
    fill: #000;
}
.text-theme-color-2 {
    color: #000;
}
.bg-theme-color-2 {
    background: #000;
}
.border-theme-color-2 {
    border-color: #000 !important;
}
.btn-theme-2 {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-theme-2:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-theme-2:focus,
.btn-theme-2.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0.5);
}
.btn-outline-theme-2 {
    color: #000;
    background-color: #fff0;
    background-image: none;
    border-color: #000;
}
.btn-outline-theme-2:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-theme-2:focus,
.btn-outline-theme-2.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0.5);
}
.fill-theme-color-3 {
    fill: #383838;
}
.text-theme-color-3 {
    color: #383838;
}
.bg-theme-color-3 {
    background: #383838;
}
.border-theme-color-3 {
    border-color: #383838 !important;
}
.btn-theme-3 {
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}
.btn-theme-3:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}
.btn-theme-3:focus,
.btn-theme-3.focus {
    box-shadow: 0 0 0 0.2rem rgb(56 56 56 / 0.5);
}
.btn-outline-theme-3 {
    color: #383838;
    background-color: #fff0;
    background-image: none;
    border-color: #383838;
}
.btn-outline-theme-3:hover {
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}
.btn-outline-theme-3:focus,
.btn-outline-theme-3.focus {
    box-shadow: 0 0 0 0.2rem rgb(56 56 56 / 0.5);
}
.opacity-0 {
    opacity: 0;
}
.opacity-1 {
    opacity: 0.1;
}
.opacity-2 {
    opacity: 0.2;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-6 {
    opacity: 0.6;
}
.opacity-7 {
    opacity: 0.7;
}
.opacity-8 {
    opacity: 0.8;
}
.opacity-9 {
    opacity: 0.9;
}
a.default-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.color-inherit {
    color: inherit;
}
.font-weight-light {
    font-weight: 300;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #0f489b;
}
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    opacity: 0;
    transform: translateY(-60px) scale(1.1);
}
.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.fancybox-content {
    border-radius: 20px;
}
.fancybox-close-small svg {
    color: #0f489b;
}
.select2-container--default .select2-selection--single {
    padding-top: 7px;
    padding-bottom: 5px;
    height: auto !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
.select2-selection--multiple {
    line-height: 31px;
}
.select2-container--default .select2-selection--multiple {
    border-color: #0f489b !important;
    background: none !important;
    border-radius: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0f489b !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: none !important;
    border-color: #0f489b !important;
    border-radius: 0 !important;
    font-size: 84%;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    opacity: 0.5 !important;
    background-color: #0f489b !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0f489b !important;
    color: #fff !important;
}
[aria-multiselectable="true"] .select2-results__option::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-weight: 300;
    font-size: 13px;
    color: inherit;
}
.checkbox-sm {
    transform: scale(0.8);
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: inherit !important;
}
.ui-widget-header {
    background: #000 !important;
    border: 0 !important;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary,
.ui-widget th,
.ui-timepicker-div dl dt,
.ui-widget-header {
    font-weight: inherit !important;
}
.ui-corner-all {
    border-radius: 0 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #0f489b !important;
    border-color: #0f489b !important;
    color: #fff impo !important;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.sweetalert_custome_fadeIn {
    opacity: 1;
    -webkit-animation: fadeIn 0.15s forwards;
    animation: fadeIn 0.15s forwards;
}
.sweetalert_custome_fadeOut {
    -webkit-animation: fadeOut 0.15s forwards;
    animation: fadeOut 0.15s forwards;
}
.img-round-50x50 {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.img-round-50x50 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-round-100x100 {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.img-round-100x100 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-round-75x75 {
    border-radius: 75px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    position: relative;
}
.img-round-75x75 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-center-fit {
    overflow: hidden;
    position: relative;
}
.img-center-fit img:nth-child(1) {
    opacity: 0;
}
.img-center-fit img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
img.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.shadow-boxer {
    box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 0.075);
}
.acnav {
    overflow-x: auto;
}
.acnav a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
.acnav a:hover {
    color: #0f489b;
}
.acnav a.active {
    color: #0f489b;
    border-bottom: 2px solid #0f489b;
    padding: 20px 0;
    font-weight: 500;
}
.sidenaves a {
    text-decoration: none;
    color: inherit;
    padding: 5px;
    transition: all ease-in-out 200ms;
    display: block;
}
.sidenaves a:hover,
.sidenaves a.active {
    color: #0f489b;
    padding: 5px 0 5px 10px;
    background-color: rgb(0 0 0 / 0.1);
    font-weight: 500;
}
[data-multi-image-upload-box] .multi-image-upload-thumb {
    display: inline-block;
    border: 1px solid rgb(0 0 0 / 0.1);
    margin: 0 10px 10px 0;
    background: #fff;
    padding: 4px;
    position: relative;
    transition: all ease-in-out 200ms;
}
[data-multi-image-upload-box] .multi-image-upload-thumb:hover {
    opacity: 1;
    border: 1px solid rgb(0 0 0 / 0.2);
}
[data-multi-image-upload-box] .multi-image-upload-thumb:hover .imgremove-btn {
    opacity: 1;
}
[data-multi-image-upload-box] .multi-image-upload-thumb .imgremove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0 7px;
    box-shadow: 0 0 2px rgb(0 0 0 / 0.2);
    text-align: center;
    background: #fff;
    border-radius: 14px;
    cursor: pointer;
    color: red;
    opacity: 0.4;
    transition: all ease-in-out 200ms;
}
[data-multi-image-upload-box] .multi-image-upload-thumb .base64-img {
    max-height: 150px;
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.header-icon a .fas {
    font-size: 20px;
    color: gray;
}
.bottom-footer img {
    max-width: 180px;
}
.bottom-footer {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 0;
}
footer {
    border-top: 1px solid #d0d0d0;
}
html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
footer h4 {
    font-weight: 600;
    font-size: 17px;
    color: #000;
}
footer .fa-brands.fa-facebook-square {
    color: #333;
    font-size: 21px;
    margin-right: 5px;
}
.btn.btn-outline-primary.rounded-pill.px-4.m-2 {
    border-color: #d0d0d0;
    font-size: 14px;
    color: #2f605e;
    padding: 6px 12px !important;
    margin-right: 0px !important;
}
.btn.btn-outline-primary.rounded-pill.px-4.m-2:hover {
    text-decoration: none !important;
    background: #fff;
    color: #2f605e;
    text-decoration: underline;
}
.d-block-autozone-xs {
    display: none;
}
.d-block-autozone-lg {
    display: block;
}
.filter-link {
    color: inherit;
    text-decoration: none;
    padding-right: 5px;
    display: inline-block;
    transition: all ease-in-out 200ms;
    padding-top: 2px;
    padding-bottom: 2px;
}
.filter-link:hover {
    padding-left: 5px;
    padding-right: 0;
    color: currentColor;
    font-weight: 500;
}
.filter-link.active {
    font-weight: 500;
    color: #fe4c00;
    padding-left: 5px;
    padding-right: 0;
}
.sidebar-widget-title h6 {
    border-bottom: 2px solid #0060c0;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#filterform {
    background: #e9ebee;
}
.product-wrap {
    background: #fff;
    padding: 0 !important;
    color: #6a6a6a;
}
.product-wrap .text-center .d-flex.align-items-center {
    padding: 0 15px;
    margin: 0 !important;
    color: #333;
    font-size: 10px;
    text-transform: capitalize;
}
.product-price {
    margin-top: 0 !important;
    padding: 0 10px !important;
}
.product-content.py-4.w-100 {
    padding: 10px !important;
}
.filterbaar {
    border: 1px solid #ddd;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1400px !important;
}
.filterbaar .form-check .d-block.pe-3 {
    color: #7b7b7b;
}
.product-img a img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 10px;
    line-height: 1.1;
    cursor: pointer;
}
.product-img {
    height: 140px;
    overflow: revert;
    overflow: hidden;
}
.product-wrap {
    grid-template-areas: "image" "title" "price" "user" "location";
    grid-template-rows: auto 1fr auto auto auto;
    margin-bottom: 0;
}
.mycp_menu_top {
    margin: 6px 0 10px 0;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
}
.mycp_menu_left {
    width: 100%;
    padding: 15px 20px 5px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.order-page {
    background: #e9ebee;
    color: #404040;
}
.mycp_menu_left .my-account a {
    color: #404040;
}
.mycp_menu_left .big_item {
    margin-bottom: 15px;
}
.mycp_menu_left .big_item_title {
    margin: 0 0 5px 0;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #0060c0;
    font-size: 16px;
}
.mycp_menu_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mycp_menu_left ul li {
    list-style: none;
}
.mycp_menu_left a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
}
.mycp_menu_top .nav-pills .nav-link {
    display: block;
    padding: 0 25px;
    line-height: 58px;
    border-bottom: 4px solid #fff0;
    font-size: 16px;
    color: #404040;
    border-radius: 0;
}
.mycp_menu_top .nav-pills .nav-link:hover {
    text-decoration: none;
    border-bottom-color: #ff4000;
    color: #ff4000;
}
.mycp_menu_top .nav-pills .nav-link.active,
.mycp_menu_top .nav-pills .show > .nav-link {
    background-color: #fff0;
    border-color: #ff4000;
    color: #ff4000;
}
.userinfo-subs {
    position: absolute;
    bottom: 53%;
    left: 11%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.mycp-page-preferences {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    min-height: 335px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}
.checkbox-order {
    padding-top: 5px;
    padding-bottom: 5px;
}
.checkbox-order .form-check-label {
    font-size: 14px;
    color: #404040;
}
.mycp-page-subtitle {
    margin: 0;
    padding: 0 0 6px 4px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #0060c0;
}
.mycp-page-preferences .form-err {
    color: #d00000;
    padding-bottom: 5px;
}
.mycp-page-title h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}
.row-image-text {
    font-size: 14px;
}
.order-products__summary-item {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.order-products__summary-item {
    text-align: right;
}
.order-products__summary-item-amount {
    flex-basis: 100px;
}
.order-box__content,
.order-box__content a {
    color: #606060;
    text-decoration: none;
}
.group-input__status--verified {
    color: #00a040;
    cursor: text;
}
.settings-group.group-phones {
    align-items: flex-start;
    padding: 10px 0;
    margin-bottom: 14px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 15px 0;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
}
.settings-group.group-phones.js-phone-group .group-label {
    flex-basis: 150px;
    width: 150px;
    padding: 0 10px 0 0;
    text-align: right;
}
.settings-group.group-phones .group-input.group-input--phone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}
.settings-group.group-phones .fa.fa-whatsapp {
    font-size: 18px;
    margin-right: 12px;
}
.settings-group.group-phones .js-whatsapp-toggle {
    padding-right: 15px;
    margin-right: 15px;
}
.settings-group.group-phones .group-input__phone {
    display: inline-block;
    min-width: 80px;
    min-height: 18px;
    font-weight: 400;
    cursor: pointer;
}
.settings-group.group-phones .group-input.group-input--phone div + div {
    margin-left: 16px;
}
.form-control {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    border: 1px solid silver;
}
.settings-group.group-phones .group-input__whatsapp {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    margin-top: 5px;
    margin-left: 0 !important;
}
.settings-group.group-phones .group-input__whatsapp .form-toggle__text {
    display: inline-flex;
    align-items: center;
    color: #455a64;
    font-size: 13px;
    font-weight: 400;
    margin-right: 8px;
}
.settings-group.group-phones button {
    border: 0;
    background: #fff0;
}
.settings-group.group-phones .group-input__phone--empty {
    border-bottom: 1px solid gray;
}
.settings-group.group-phones .group-input__delete--disabled button {
    color: #d0d0d0;
    cursor: text;
}
.settings-group.group-phones .group-input__edit {
    color: #0060c0;
    cursor: pointer;
    font-size: 13px;
}
.settings-group.group-email .fa {
    font-size: 12px;
}
.mycp-page-preferences a {
    text-decoration: none;
}
.settings-group .group-label {
    flex-basis: 150px;
    width: 150px;
    padding: 0 10px 0 0;
    text-align: right;
}
.settings-group.group-company .form-control {
    min-width: 320px;
}
.modaltext {
    color: #0f489b;
}
.phone-box__step strong {
    font-weight: bold !important;
    font-size: 16px;
}
.current-plan__settings .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 2px;
    border-bottom: 1px solid #d0d0d0;
}
.mycp-page-contract .current-plan__options {
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.current-plan .current-plan__boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.current-plan__title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.current-plan__settings {
    flex-basis: 65%;
}
.action-btn--green {
    border-color: #00a040;
    color: #00a040;
}
.mycp-page-contract .current-plan__settings .item__name {
    flex-basis: 58%;
    padding-right: 10px;
}
.mycp-page-contract b,
.mycp-page-contract strong,
.mycp-page-contract .font-weight-bold {
    font-weight: 700 !important;
}
.mycp-page-contract .mycp-page-title {
    padding: 20px 0;
}
.mycp-page-contract .action-btn--green:hover {
    border-color: #00a040;
    color: #00a040;
    background: #f9f9f9;
}
.business-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch !important;
    margin: 16px 0 0 0;
    text-align: left;
}
.business-plans__item--gold {
    border-color: #d9a336;
}
.business-plans__item {
    flex: 1;
    margin: 10px;
    padding: 6px;
    border: 1px solid;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px rgb(0 0 0 / 0.25);
}
.business-plans .item__header {
    display: flex;
}
.business-plans .item__feature {
    padding: 6px 0;
    border-bottom: 1px solid #d0d0d0;
    line-height: 1.2;
}
.business-plans .item__feature-value {
    font-size: 16px;
    font-weight: 700;
}
.mycp-page-contract .business-plans .item__header-text {
    flex-basis: calc(100% - 30px);
}
.mycp-page-contract .business-plans .item__header-logo {
    flex-basis: 30px;
}
.mycp-page-contract .business-plans .item__header {
    display: flex;
}
.mycp-page-contract .plan-types__info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 10px 0;
}
.mycp-page-contract .plan-types__info p {
    margin: 0;
}
.mycp-page-contract .plan-types__title {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
}
.mycp-page-contract .basic-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
    text-align: left;
}
.mycp-page-contract .basic-plans__item {
    flex-basis: 32.5%;
    padding: 6px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
}
.mycp-page-contract .basic-plans .item__header {
    display: flex;
    justify-content: space-between;
}
.mycp-page-contract .basic-plans .item__feature {
    padding: 6px 0;
    border-bottom: 1px solid #d0d0d0;
    line-height: 1.2;
}
.mycp-page-contract .basic-plans .item__title {
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
}
.mycp-page-contract .basic-plans .item__feature-value {
    font-size: 16px;
    font-weight: 700;
}
.plan-types__listing .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 0 10px;
    color: #000;
    font-weight: 600;
}
.plan-types__listing .nav-pills .nav-link.active,
.plan-types__listing .nav-pills .show > .nav-link {
    background-color: #000 !important;
    color: #fff !important;
    border-bottom: 4px solid #ff5000;
}
@media (max-width: 991px) {
    .current-plan__settings {
        flex-basis: 100%;
    }
    .userinfo-subs {
        left: 22%;
    }
    .mycp-page-contract .current-plan__options {
        flex-basis: auto;
        margin-top: 20px;
    }
    .business-plans__item {
        flex-basis: 100%;
        margin-top: 30px;
    }
}
b,
strong,
.font-weight-bold {
    font-weight: 600 !important;
}
.legal-return-policy {
    height: 200px;
    resize: vertical;
    overflow-y: scroll;
    padding: 8px;
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}
.act-title {
    padding-left: 15px;
}
.item-options {
    opacity: 0;
    padding-left: 67px;
}
tr.hover-btn-show:hover .item-options {
    opacity: 100;
}
.item-options .btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 3px;
    width: 28px;
    text-align: center;
    font-size: 13px;
    border-radius: 0;
}
.item-options .btn:hover {
    background: #fff;
}
.btn-sort {
    border: 1px solid #ddd;
    margin: 15px 0;
    height: 46px;
    margin-top: 0;
}
.filterrow-modal a {
    border: 1px solid #d0d0d0;
    padding: 12px;
    color: #555;
    margin-bottom: -1px;
}
.canvasjs-chart-toolbar {
    display: none !important;
}
.mang-main .container {
    max-width: 1200px !important;
}
.mycp-user-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px rgb(0 0 0 / 0.25);
}
.mycp-user-box__item {
    display: flex;
    align-items: center;
}
a.username-box {
    color: #404040;
}
.username-box {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #404040;
}
.mycp-user-box__item--user .username-box__item.username-box__item--medal {
    width: 35px;
    height: 35px;
}
.username-box__item--medal {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    width: 24px;
    height: 24px;
}
.username-box__item--user {
    display: inline-block;
    overflow: hidden;
}
.username-box__item--stats {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    overflow: hidden;
}
.username-box__item--score {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.username-box__item--percent {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 8px;
    overflow: hidden;
}
.username-box__item--score svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: baseline;
    margin-left: 3px;
}
.username-box__item--percent svg {
    width: 13px;
    height: 13px;
    vertical-align: baseline;
    margin-bottom: -1px;
}
.username-box__item--percent svg path {
    fill: #606060;
}
.mycp-user-box__item {
    display: flex;
    align-items: center;
}
.mycp-user-box__item .box-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.mycp-user-box__item .box-icon {
    display: inline-flex;
    align-items: center;
}
.mycp-user-box__item .box-link {
    white-space: nowrap;
}
.mycp-user-box__item .box-icon svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.mycp-user-box__item .box-icon svg path {
    fill: #4d6e8c;
}
.mycp-user-box__item .box-text {
    height: 20px;
    line-height: 20px;
}
.mycp-user-box a {
    text-decoration: none;
}
.mycp-user-box__item--alerts .box-icon svg path {
    fill: #ab3838 !important;
}
.mycp-user-box__item--alerts .box-icon svg path {
    fill: #ab3838 !important;
}
.mycp-user-box__item .box-badge {
    margin-left: 6px;
    padding: 0 6px;
    background-color: #ab3838;
    font-weight: 700;
    border-radius: 10px;
    line-height: 21px;
    color: #fff;
}
.accordion-button {
    border: 0 !important;
    box-shadow: none !important;
    background: #fff0;
}
.accordion-button:not(.collapsed) {
    background-color: #fff0;
    color: #e52727;
}
.section-title__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #4d6e8c;
}
.section-title__text {
    font-size: 18px;
    color: #4d6e8c;
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 500;
}
.menutlist {
    display: table;
    text-decoration: none;
}
.menutlist {
    display: table;
    text-decoration: none;
    padding: 5px 0;
    margin-bottom: 3px;
    font-size: 14px;
}
a .section-title__text {
    color: inherit !important;
}
.accordion-item {
    border: 0;
}
.accordion-no-icon:after {
    display: none;
}
.card-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px rgb(0 0 0 / 0.25);
}
.boxes-wrap__box-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
}
.alert-item {
    text-decoration: none;
}
.management-page .item-options {
    opacity: 100;
}
.management-page .btn.btn-outline-primary {
    border-color: #0060c0;
    color: #0060c0 !important;
    background: #fff !important;
}
#filtermodal .modal-body {
    background: #e8eaef;
}
#filtermodal .search-filter {
    margin-bottom: 15px;
}
.filterrow-modal a {
    border: 0 !important;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #4d6e8c;
}
.search-filter {
    position: relative;
}
.search-filter .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
    box-shadow: none !important;
    border: 0 !important;
}
.management-page .item-options {
    opacity: 100;
}
.management-page .btn.btn-outline-primary {
    border-color: #0060c0;
    color: #0060c0 !important;
    background: #fff !important;
}
#filtermodal .modal-body {
    background: #e8eaef;
}
#filtermodal .search-filter {
    margin-bottom: 15px;
}
.filterrow-modal a {
    border: 0 !important;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #4d6e8c;
}
.search-filter {
    position: relative;
}
.search-filter .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
    box-shadow: none !important;
    border: 0 !important;
}
.modal-body .accordion-button {
    border: 0 !important;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 15px !important;
    font-size: 16px;
    font-weight: 700;
    color: #0060c0;
    border-radius: 7px;
}
.modal-body .accordion-flush .accordion-item {
    border-radius: 15px;
}
.ul-list-modal {
    margin: 0;
    list-style: none;
    padding: 0;
}
.ul-list-modal li {
    padding: 7px 0;
}
.ul-list-modal li {
    padding: 7px 0;
}
.ul-list-modal li a {
    color: #0060c0;
    font-size: 16px;
}
.modal-body .accordion-body {
    padding-top: 0;
}
.text-sub-t {
    display: block;
    margin-bottom: 5px;
    padding: 7px 0;
    font-size: 16px;
}
.form-control-two {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 34px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #303030;
    background-color: #fff;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px 0;
}
.list-page-modal button,
.list-page-modal a {
    border: 0;
    background: 0;
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    padding: 15px 12px;
    text-align: left;
    color: #2b2b2b;
}
.list-page-modal button:hover,
.list-page-modal a:hover {
    text-decoration: underline;
    color: #0060c0;
}
.list-page-modal button .fa.fa-chevron-right,
.list-page-modal a .fa.fa-chevron-right {
    float: right;
}
.pa-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.pa-breadcrumb li {
    display: inline-flex;
    align-items: center;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
    text-decoration: none;
}
.pa-breadcrumb li a {
    color: #404040;
    text-decoration: none;
}
.pa-breadcrumb li + li::before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 32px;
    margin: 0 8px;
    background: url(https://www.pieseauto.ro/images/default/breadcrumb_arrow.svg) no-repeat center center;
    background-size: 100%;
}
.nav-pills.member-tab .nav-link.active,
.nav-pills.member-tab .show > .nav-link {
    background-color: #fff0;
    color: #0f489b;
    font-weight: 600;
    border-color: #0f489b;
}
.nav-pills.member-tab .nav-link,
.nav-pills.member-tab .nav-link {
    border-bottom: 4px solid #fff0;
    border-radius: 0;
}
.merber-tab-tr .fa {
    opacity: 0;
}
.merber-tab-tr:hover .fa {
    opacity: 100;
}
.merber-tab-tr-slect {
    background: #fffbdf;
}
.member-tab-top {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px rgb(0 0 0 / 0.25);
}
.member-tab-top a {
    text-decoration: none;
}
.cs-listing-item {
    margin-bottom: 15px;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 0.3);
}
.cs-listing-item .item__name {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -moz-hyphens: auto;
    hyphens: auto;
}
.cs-listing-item .item__legal-name {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 400;
    color: #606060;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.cs-listing-item .item__logo img {
    display: block;
    max-width: 160px;
    max-height: 90px;
    margin: 0 0 4px 0;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0 4px 0 #e0e0e0;
}
.cs-listing-item .item__name a {
    text-decoration: none;
    color: #000;
    text-decoration: none;
}
@supports (display: grid) {
    .cs-listing-item {
        display: grid;
        grid-template-areas: "logo header medal" "logo desc desc";
        grid-template-columns: 160px auto 32px;
    }
    .cs-listing-item .item__logo {
        grid-area: logo;
    }
    .cs-listing-item .item__logo img {
        margin: 0 auto;
    }
    .cs-listing-item .item__header {
        grid-area: header;
    }
    .cs-listing-item .item__medal {
        grid-area: medal;
        margin: 0;
    }
    .cs-listing-item .item__desc {
        grid-area: desc;
    }
    .cs-listing-item .item__header {
        padding-left: 8px;
    }
    .cs-listing-item .item__desc {
        padding-left: 8px;
    }
}
.company-header__fiendly-name {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}
.company-header__legal-name {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}
.page-company-details .company-header__row-item--name .company-header__contact-col .contact-btn {
    position: relative;
    width: 180px;
    margin-bottom: 12px;
    font-weight: 700;
}
.btn-green {
    color: #fff !important;
    background-color: #00a040 !important;
    border-color: #00a040 !important;
}
.page-company-search .username-box__item--score {
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
}
.page-company-search .mycp-page-preferences a {
    display: flex;
    align-items: center;
}
.page-company-search .company-header__form .form-control {
    height: 35px;
    box-shadow: none;
}
.company-header__form {
    position: relative;
}
.page-company-search .company-header__form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page-company-search .nav-item button {
    border: 0 !important;
    color: #333;
    font-size: 18px;
    padding: 8px 32px;
}
.page-company-search .nav-tabs .nav-item.show .nav-link,
.page-company-search .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000 !important;
    color: #000;
}
.firstBox {
    margin: 135px 0 15px 0;
    padding-top: 50px;
}
.block-banners__item-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #e52727;
}
.header__search {
    display: none;
}
.img_eye_div {
    position: absolute;
    bottom: 15px;
    width: auto;
    background-color: #fff;
    opacity: 1;
    padding: 2px 3px;
    left: 0;
}
.table img {
    max-height: 80px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}
@media only screen and (max-width: 600px) {
    th {
        display: none;
    }
    td {
        display: block;
        padding: 8px;
    }
    .table-striped > tbody > tr:nth-of-type(odd) {
        color: initial !important;
        --bs-table-accent-bg: initial;
    }
}
.mwidth740 {
    min-width: 740px;
}
@media (max-width: 767.98px) {
    .mwidth740 {
        min-width: auto;
    }
    .owl-prev {
        position: absolute;
        left: 0px !important;
        top: -40px;
        font-size: 50px !important;
        color: #e52727 !important;
    }
    .owl-next {
        position: absolute;
        top: -40px;
        right: 0px !important;
        font-size: 50px !important;
        color: #e52727 !important;
    }
    .firstBox {
        margin: 70px 0 15px 0;
        padding-top: 0;
    }
    .cr-listing-group__actions {
        display: none !important;
    }
    .pt-3 {
        padding-top: 0px !important;
    }
    .box-autozone-mobile-none {
        display: none !important;
    }
    .collapse-nomobile {
        display: block !important;
    }
    .show-more-button {
        position: absolute;
        bottom: -26px !important;
        right: -25px !important;
        color: #0f489b;
        border: 1px solid;
        background-color: #fff;
        padding: 5px 10px;
    }
    .d-block-autozone-xs {
        display: block;
    }
    .d-block-autozone-lg {
        display: none;
    }
    .table img {
        width: 70px;
        height: auto;
    }
    .img_eye {
        width: auto !important;
    }
    .block-banners__item-details {
        font-size: 13px;
        float: left;
        width: 100%;
        color: #000;
        margin: 0;
    }
    .block-banners__item-title i {
        color: #e52727 !important;
        font-size: 28px;
        position: absolute;
        right: 0;
    }
    .block-banners__item-title {
        color: #000;
        font-size: 20px !important;
        line-height: 40px;
        font-weight: 600;
        float: left;
        width: 100%;
        text-align: left;
        text-transform: none;
        position: relative;
    }
    li.block-features__item {
        background-color: #fff;
        -webkit-box-shadow: 5px 5px 15px 5px #dbdbdb;
        box-shadow: 5px 5px 15px 5px #dbdbdb;
        border-radius: 7px;
        margin-bottom: 15px;
    }
    .block-features__item {
        width: 100% !important;
        padding: 0.675rem 1.25rem;
        border-bottom: 1px solid #fff;
    }
    .block-banners__item {
        margin: 10px 0 0 0px !important;
        width: 100% !important;
        height: auto;
        padding: 24px !important;
        -webkit-box-shadow: 5px 5px 15px 5px #dbdbdb;
        box-shadow: 5px 5px 15px 5px #dbdbdb;
        left: 0;
    }
    .block-banners__list {
        margin: 0;
    }
    .block-banners__item:before {
        background: #fff;
    }
    .block-finder__title {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .block-finder__form-control {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 90%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px !important;
    }
}
.block-features--layout--top-strip .block-features__list {
    border-bottom: initial;
}
.block-banners__item {
    margin: 15px;
    width: calc(50% - 30px);
    min-height: 130px;
    padding: 32px 34px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    z-index: 0;
}
.block-banners__item--style--two .block-banners__item-title {
    background: #e52727;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
    border-radius: 1.5px;
    color: #262626;
    font-size: 24px;
    margin-top: -2px;
    margin-bottom: 2px;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
#header-logo,
#header-search {
    display: none;
}
.block-features__item {
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 3px) / 3);
    padding: 1.5rem 2.5rem;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-name {
    height: 60px;
    overflow: hidden;
}
.block-finder__title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 48px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
}
