:root {
    --olx-Charcoal: #002F34;
    --olx-Grey-05: #406367;
    --olx-Grey-04: #7F9799;
    --olx-Grey-03: #D8DFE0;
    --olx-Grey-02: #F2F4F5;
    --olx-Grey-01: #FAFBFB;

    --olx-Teal: #23E5DB;
    --olx-Light-green: #CBF7EE;

    --olx-Blue: #3A77FF;
    --olx-Light-Blue: #CEDDFF;

}

body {
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif !important;
    line-height: 18px;
    text-align: center;
}

/**************** OLX CHECKBOX START **********************/
/* Скриваме HTML чекбокса */
input[type="checkbox"] {
    position: relative !important;
    opacity: 0 !important;
}

/* Рисуваме кутииката на чекбокса */
input[type="checkbox"] + label {
    display: inline-block !important;
    border: 2px solid var(--olx-Charcoal) !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

/* Оцветяване при активно (натиснато състояние) */
input[type="checkbox"] + label:active {
    background: var(--olx-Charcoal) !important;
}

/* Оцветяване при маркирано състояние */
input[type="checkbox"]:checked + label {
    background: var(--olx-Charcoal) !important;
}

/* Анимиране при натискане следвайки path */
input[type="checkbox"] + label svg path {
    fill: none !important;
    stroke: #fff !important;
    stroke-width: 4px !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-dasharray: 100 !important;
    stroke-dashoffset: 101 !important;
    transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91) !important;
}

/* От къде почва да чертае при натискане  */
input[type="checkbox"]:checked + label svg path {
    stroke-dashoffset: 0 !important;
}

/**************** END OLX CHECKBOX **********************/

/**************** OLX Radio button style ****************/
/*
                            example
                        <label class="olx_radio_container">***your text for the button***
                            <input type="radio" checked="checked" name="**yourname**" value="**yourvalue**">
                            <span class="olx_radio_checkmark"></span>
                        </label>

*/
.olx_radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    padding-top: 3px;
    vertical-align: middle;
}

.olx_radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.olx_radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    border: 2px solid #002f34;
    /*border-width:2px;*/
    /*border-style:solid;*/

}

.olx_radio_container:hover input ~ .olx_radio_checkmark {
    /* background-color: #ccc;*/
}

.olx_radio_container input:checked ~ .olx_radio_checkmark {
    background-color: #002f34;
}

.olx_radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.olx_radio_container input:checked ~ .olx_radio_checkmark:after {
    display: block;
}

.olx_radio_container .olx_radio_checkmark:after {
    top: 5px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}

/**************** END OLX Radio button style ****************/



.olx-button-preview {
    display: inline-flex;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.25;
    position: relative;
    padding: 14px 16px !important;

}

.olx-button-preview:first-letter {
    text-transform: uppercase;
}

.olx-button-preview:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--olx-Charcoal);
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    margin-top: 2px;

}

.olx-button-preview:hover {
    color: var(--olx-Charcoal);
}

.olx-button-preview:hover > * {
    color: inherit;
    background-color: transparent;
}

.olx-button-preview:hover:after {
    left: 25%;
    right: 25%;
}


.olx-country-labeled {
    min-width: 60px;
    margin-right: 10px;
}


.olx-marketplace-labeled {
    min-width: 70px;
    margin-right: 10px;
}

.olx-div-headline {
    font-size: 18px;
    margin-bottom: 10px;
}

.olx-mb-3 {
    margin-bottom: 20px;
}

.olx-button {
    min-width: 140px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border: none;
    border-radius: 4px !important;
    transition: all 0.3s ease;
   /* display: inline-flex;*/
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    padding: 14px 16px !important;
    /*color: white!important;*/
}

.olx-centered-content {
    display: block;
}

.olx-bordered {
     border: 2px solid #0a0a0a;
     color: #0a0a0a!important;
 }
.olx-bordered2 {
    border: 2px solid #0a0a0a;
    color: #ffffff!important;
}
.olx-button-small {
    min-width: auto;
}
.olx-button-small:hover {
    -webkit-box-shadow: inset 0 0 0 4px #0a0a0a;
    -moz-box-shadow: inset 0 0 0 4px #0a0a0a;
    -ms-box-shadow: inset 0 0 0 4px #0a0a0a;
    -o-box-shadow: inset 0 0 0 4px #0a0a0a;
    box-shadow: inset 0 0 0 4px #0a0a0a;
    text-decoration: none;
    background: inherit;
}

.olx-button-large {
    min-width: 50rem;
    margin: 1rem;
    justify-content: center;

}.olx-button-large2 {
    min-width: 335px;
    margin: 1rem;
    justify-content: center;
}
.olx-dark {
    background: var(--olx-Charcoal);
    color: white;
}

.olx-dark:hover {
    color: #0a0a0a!important;
}
.olx-dark:focus {
    background: var(--olx-Charcoal);
    color: white;
}

.col-sm-4 .olx-dark {
    min-width: unset;
    width: 100%;
}

.olx-gray {
    background: var(--olx-Grey-04);
    color: white;
}


.olx-button:hover {
    -webkit-box-shadow: inset 0 0 0 4px #0a0a0a;
    -moz-box-shadow: inset 0 0 0 4px #0a0a0a;
    -ms-box-shadow: inset 0 0 0 4px #0a0a0a;
    -o-box-shadow: inset 0 0 0 4px #0a0a0a;
    box-shadow: inset 0 0 0 4px #0a0a0a;
    text-decoration: none;
    background: inherit;
    color: #0a0a0a!important;
}
.olx-button:active , olx-button:visited {
    color: #fff!important;
}
.olx-dark:active , olx-dark:visited {
    color: #ffffff!important;
}


.olx-gray:hover {
    -webkit-box-shadow: inset 0 0 0 4px var(--olx-Grey-04);
    -moz-box-shadow: inset 0 0 0 4px var(--olx-Grey-04);
    -ms-box-shadow: inset 0 0 0 4px var(--olx-Grey-04);
    -o-box-shadow: inset 0 0 0 4px var(--olx-Grey-04);
    box-shadow: inset 0 0 0 4px var(--olx-Grey-04);
    color: #0a0a0a!important;
}

.btn-export-data {
    min-width: 140px;
    text-align: center;
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    /*border: #0a0a0a;*/
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background: var(--olx-Charcoal);
    padding: 14px 16px !important;
}

.btn-export-data:hover {
    -webkit-box-shadow: inset 0 0 0 4px #0a0a0a;
    -moz-box-shadow: inset 0 0 0 4px #0a0a0a;
    -ms-box-shadow: inset 0 0 0 4px #0a0a0a;
    -o-box-shadow: inset 0 0 0 4px #0a0a0a;
    box-shadow: inset 0 0 0 4px #0a0a0a;
    /*text-decoration: none;*/
    background: inherit;
    color: #0a0a0a;
}

.olx-text-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    min-width: 196px;
}

/***************COLLAPSABLE DIV (used in productsoverview view)************/
.box-group.olx-one-row {
    display: flex;
    justify-content: center;
}

@media (max-width: 700px) {
    .box-group.olx-one-row {
        display: block;
    }

    .olx-button-large {
        min-width: unset;
        width: 80%;
    }

    .olx-button {
        margin: auto;
        display: block;
        min-width: unset;
        width: 80%;
    }


}
.dropdown-menu > li > a{
    color: #0a0a0a!important;
    line-height: 1.7!important;
    font-size: 16px!important;
}

.collapsableDiv {
    cursor: pointer;
}

.collapsableDiv[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e113"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    position: absolute;
    color: #b0c5d8;
    font-size: 18px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);
    /* rotate "play" icon from > (right arrow) to down arrow */
}

.collapsableDiv[data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*.collapsableDiv:hover {
    color: #dd4b39;
    background-color: #efefef;
}*/

.control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background-color: rgb(255, 255, 255);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-image: none;
    border-radius: 4px;
    /*width: 100%;*/
    height: 36px;
    line-height: 36px;
    padding: 0 10px 2px 10px;
    overflow: hidden;
    position: relative;
}
.control-filedownload {
    display: block;
    height: 36px;
    padding: 0 10px 2px 10px;
    border-radius: 4px;
}
/* Vertical line */
.verticalline {
    border-left: 2px solid #002f34;
    height: 74%;
    position: absolute;
    left: 42%;
    margin-left: -3px;
}

input[type="file"] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.panel-heading {
    border-bottom: none !important;
}

.panel-info {
    border: none !important;
}

.content {
    padding-top: 10px;
}

.olx-box {
    margin-bottom: 0;
    padding-bottom: 15px;
}

/*tag product names*/
.olx-product-name {
    margin-top: 15px;
    padding: 0;
    display: inline-block;
}

.olx-product-name b {
    font-weight: normal;
}

.olx-product-name:hover {
    color: #fff;
    background-color: var(--olx-Charcoal);
}

/* Warning messages from bootstrap*/

.bg-yellow,
.callout.callout-warning,
.callout.callout-success,
.alert-warning,
.alert-success,
.label-warning,
.modal-warning .modal-body {
    background-color: var(--olx-Grey-02) !important;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit !important;
    border: none!important;
}



/*replace of default btn-success and btn-primary style of bootstrap*/
.btn-olx-success, .btn-olx-primary {
    background-color: var(--olx-Light-Blue);
    color: var(--olx-Charcoal);
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}


.btn-olx-success:hover,
.btn-olx-success:active,
.btn-olx-success.hover,
.btn-olx-primary:hover,
.btn-olx-primary:active,
.btn-olx-primary.hover {
    background-color: var(--olx-Light-Blue);
    color: var(--olx-Charcoal);
}

.modal-body .btn-olx-success {
    width: 30%;
}

/*replace of default btn-warning style of bootstrap*/
.btn-olx-warning {
    background-color: var(--olx-Light-green);
    color: var(--olx-Charcoal);
    border: none;
    font-weight: 600;
    font-size: 16px;
}

.btn-olx-warning:hover,
.btn-olx-warning:active,
.btn-olx-warning.hover {
    background-color: var(--olx-Light-green);
    color: var(--olx-Charcoal);
}

/*replace of default btn-info style of bootstrap*/
.btn-olx-info {
    background-color: var(--olx-Grey-03);
    color: var(--olx-Charcoal);
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.btn-olx-info:hover,
.btn-olx-info:active,
.btn-olx-info.hover {
    background-color: var(--olx-Grey-03);
    color: var(--olx-Charcoal);
}

/*replace of default btn-danger style of bootstrap*/
.btn-olx-danger {
    background-color: var(--olx-Grey-04);
    color: var(--olx-Charcoal);
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}


.btn-olx-danger:hover,
.btn-olx-danger:active,
.btn-olx-danger.hover {
    background-color: var(--olx-Grey-04);
    color: var(--olx-Charcoal);
}

.modal-body .btn-olx-danger {
    width: 30%;
}
.btn-olx-view{
    box-sizing: border-box !important;
    min-height: 32px!important;
    border-radius: 4px!important;
    display: inline-flex!important;
    align-items: center!important;
    border: 1px solid #406367!important;
    font-size: 14px!important;
    line-height: 1.29!important;
    text-decoration: none!important;
    margin: 4px!important;
    position: relative!important;
    padding: 4px 16px!important;
}
.btn-olx-view:hover{
    background: #406367;
    color: #fff;
}
.btn-olx-view-2{
    box-sizing: border-box !important;
    min-height: 32px!important;
    border-radius: 4px!important;
    display: inline-flex!important;
    align-items: center!important;
    border: 1px solid #406367!important;
    font-size: 14px!important;
    line-height: 1.29!important;
    text-decoration: none!important;
    margin: 4px!important;
    position: relative!important;
    padding: 4px 16px!important;
}
.btn-olx-view-2:hover{
    background: var(--olx-Charcoal);
    color: #fff;
}
/* Checkbox color for selected products in productsoverview  */
.alert-success-olx {
    background-color: var(--olx-Light-Blue);
}


.alert-info-olx {
    background-color: var(--olx-Light-Blue);
}

.alert-info-olx:hover {
    color: var(--olx-Charcoal);
}

.alert-olx-danger {
    background-color: var(--olx-Grey-04);
    color: #ffffff;
}

.alert-olx-danger:hover {
    background-color: var(--olx-Grey-04);
    color: #ffffff;
}


/* adds margin bottom 15px */
.mb-15 {
    margin-bottom: 15px;
}
/* adds margin top 15px */
.mt-15 {
    margin-top: 15px;
}

/* adds margin bottom 40px */
.mb-40 {
    margin-bottom: 40px;
}

/* adds padding bottom 15px */
.pb-15{
    padding-bottom: 15px;
}
/* adds padding top 15px */
.pt-15{
    padding-top: 15px;
}


.content-header {
    position: relative;
    padding: 80px 15px 20px 15px;
}
.box-body {
    padding: 0px 0px 10px 0px;
}
.box-header {
    color: #444 !important;
    display: block !important;
    padding: 20px 0px 20px 0px !important;
    position: relative !important;
    margin-bottom: 25px;

}.box-header-light {
    color: #ffffff !important;
    display: block !important;
    padding: 20px 0px 20px 0px !important;
    position: relative !important;
    margin-bottom: 25px;

}.box-header-light:hover {
    color: #0a0a0a !important;
    display: block !important;
    padding: 20px 0px 20px 0px !important;
    position: relative !important;
    margin-bottom: 25px;
}

.pull-right > .olx-button {
    margin-top:-44px;
    margin-right: 10px;
    height: 50px;
}

.olx-box-search {
    display:inline-block;
    width: 260px;
}

.box-tools > .olx-box-search {
    margin-top: 25px;
}



input[type="text"] {
    width: 100%;
    box-sizing: border-box !important;
    padding: 14px 16px !important;
    border: none !important;
    border-radius: 4px !important;
    background: #f2f4f5 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    color: #406367 !important;
}

input[type="text"]:focus {
    -webkit-box-shadow: 0 2px 0 0 #406367 !important;
    -moz-box-shadow: 0 2px 0 0 #406367 !important;
    -ms-box-shadow: 0 2px 0 0 #406367 !important;
    -o-box-shadow: 0 2px 0 0 #406367 !important;
    box-shadow: 0 2px 0 0 #406367 !important;
}

.modal-dialog-centered{
    margin-top: 10vh !important;
}

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

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    padding: 14px 16px !important;
    background: #f2f4f5 !important;
}
.select2-container {
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.75);
}
.dropdowngray {
    background-color: #e7e9ea;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px!important;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 16px !important;
}
.d-inline-block {
    display: inline-block;
}
.user-olx-exit {
    width: 139px;
    text-align: center;
    background: #fff;
    color: #002f34;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 8px #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 8px #fff;
    -moz-box-shadow: inset 0 0 0 8px #fff;
    -ms-box-shadow: inset 0 0 0 8px #fff;
    -o-box-shadow: inset 0 0 0 8px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.user-olx-exit:hover {
    background: #002f34;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 0 5px #fff;
    -ms-box-shadow: inset 0 0 0 5px #fff;
    -o-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;

}
.olx-link-file {
    display: inline-flex;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.25;
    position: relative;
}
.olx-link-file:first-letter {
    text-transform: uppercase;
}

.olx-link-file:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--olx-Charcoal);
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    margin-top: 2px;

}

.olx-link-file:hover {
    color: var(--olx-Charcoal);
}

.olx-link-file:hover > * {
    color: inherit;
    background-color: transparent;
}

.olx-link-file:hover:after {
    left: 25%;
    right: 25%;
}
.btn-olx-dark-new {
    background: var(--olx-Charcoal);
    color: white;
    min-width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 8px #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 8px #fff;
    -moz-box-shadow: inset 0 0 0 8px #fff;
    -ms-box-shadow: inset 0 0 0 8px #fff;
    -o-box-shadow: inset 0 0 0 8px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-olx-dark-new:hover {
    color: #ffffff!important;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 0 5px #fff;
    -ms-box-shadow: inset 0 0 0 5px #fff;
    -o-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
}

.btn-olx-light {
    min-width: auto;
    background: #fff;
    color: #002f34;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 8px #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 8px #fff;
    -moz-box-shadow: inset 0 0 0 8px #fff;
    -ms-box-shadow: inset 0 0 0 8px #fff;
    -o-box-shadow: inset 0 0 0 8px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-olx-light:hover {
    background: #002f34;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 0 5px #fff;
    -ms-box-shadow: inset 0 0 0 5px #fff;
    -o-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;

}

.float-left {
    float: left;
}
.sweet-alert button {
    margin: 0!important;
    outline: none!important;
    padding: 9px 24px!important;
    width: 139px!important;
    text-align: center!important;
    border: none!important;
}
.sweet-alert button.confirm {
    background-color: #002f34!important;
    padding: 14px 16px!important;
}
.sweet-alert button.confirm:hover {
    -webkit-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    -moz-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    -ms-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    -o-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    box-shadow: inset 0 0 0 4px #0a0a0a!important;
    text-decoration: none!important;
    background: inherit!important;
    color: #0a0a0a;
}
.sweet-alert button.cancel {
    background-color: var(--olx-Grey-04);
    padding: 14px 16px!important;
}
.sweet-alert button.cancel:hover {
    -webkit-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    -moz-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    -ms-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    -o-box-shadow: inset 0 0 0 4px #0a0a0a!important;
    box-shadow: inset 0 0 0 4px #0a0a0a!important;
    text-decoration: none!important;
    background: inherit!important;
    color: #0a0a0a;
}

.photos-show-mini {
    width: 696px;
    font-family: 'Roboto', Arial, sans-serif !important;
    padding-left: 0px !important;
}
.photos-show-mini li.empty.first-child {
    background: #cbf7ee;
}
.photos-show-mini li.empty.first-child div [data-icon="upload"] {
    opacity: 0%;
}
.photos-show-mini li.empty {
    background: #f2f4f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.photos-show-mini li {
    line-height: 0;
    margin: 0 15px 15px 0;
    width: 159px;
    height: 120px;
}
.photos-show-mini .rel {
    position: relative;
}
.photos-show-mini .fleft {
    float: left;
}
.photos-show-mini li {
    list-style: none;
}
.photos-show-mini li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.photos-show-mini form.adding {
    font-size: 14px;
    line-height: 1.29;
    color: #406367;
    padding: 0;
}

.photos-show-mini li.empty.first-child div a[data-cover-desc]:after {
    font-family: 'Roboto', Arial, sans-serif !important;
    content: attr(data-cover-desc);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #406367;
    line-height: 1.29;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.photos-show-mini [data-icon="circle_rotate"], .photos-show-mini [data-icon="circle_remove"] {
    position: absolute;
    display: none;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 17px;
    color: #002f34;
    background: #fff !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
}
.photos-show-mini li.with-photo:hover [data-icon="circle_rotate"], .photos-show-mini li.with-photo:hover [data-icon="circle_remove"] {
    display: flex;
}
.photos-show-mini [data-icon="circle_rotate"] {
    right: 50%;
    margin-right: 8px;
}
.photos-show-mini [data-icon="circle_remove"] {
    left: 50%;
    margin-left: 8px;
}
.photos-show-mini li.empty > div > a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.photos-show-mini li.with-photo:hover > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.block {
    display: block;
}
.tcenter {
    text-align: center;
}
.photos-show-mini a {
    outline: none;
    color: #002f34;
    text-decoration: none;
}
.photos-show-mini a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.photos-show-mini a [data-icon="upload"] {
    top: 60px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 32px;
    position: relative;
    color: #7f9799;
}
.photos-show-mini li.with-photo img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.photos-show-mini li.with-photo{
    overflow: hidden;
}
.photos-show-mini li.with-photo img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.photos-show-mini li.with-photo.first-child > div[data-cover-label]:after {
    content: attr(data-cover-label);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    background: #23e5db;
    color: #002f34;
    line-height: 1.29;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    border-radius: 0 2px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.br2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* span за текст без декорация*/
.none-olx:hover{
    background-color: inherit !important;
    text-decoration: inherit !important;
}

/*текст, който при ховър да става бели букви на тъмен фон, но за неактивен li таг*/
li:not(.active) span.span-olx:hover{
    background-color: var(--olx-Charcoal);
    color: #ffffff;
}

/* активен li да няма декорация на спан-а + долна рамка тип сянка*/
li.active .none-olx {
    cursor: auto !important;
    -webkit-box-shadow: 0 2px 0 0 var(--olx-Charcoal);
    -moz-box-shadow: 0 2px 0 0 var(--olx-Charcoal);
    -ms-box-shadow: 0 2px 0 0 var(--olx-Charcoal);
    -o-box-shadow: 0 2px 0 0 var(--olx-Charcoal);
    box-shadow: 0 2px 0 0 var(--olx-Charcoal);
    background-color: inherit !important;
    color: var(--olx-Charcoal);
}

form.adding {
    font-size: 14px;
    line-height: 1.29;
    color: #406367;
}

form.adding .fieldset-box--group {
    display: flex;
}

form.adding .fieldset-box {
    background: #fff;
    padding: 20px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 16px !important;
    border: none;
}

form.adding .fieldset-box--group .fieldset-box__half {
    width: 50%;
    flex: 0 0 50%;
}

form.adding .fblock input[type="text"] {
    width: 338px;
}

.fblock label {
    color:#406367;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.fieldset-box__title {
    margin-top: 0px;
}
.fieldset-box {
    background: #fff;
    padding: 20px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    border: none;
}
th.dt-body-center.sorting_asc {
    padding-right: 8px;
    min-width: 40px;
}

.messages-olx-row{
    background-color: #fff;
    padding-top: 90px;
}
.photos-show-mini li .btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 10px;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    width: 32px;
}


 li .why-points {
    margin-top: 40px;
    /*padding-left: 44px;*/
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 32px;
}

li .why-points p {
    font-size: 14px;
    line-height: 1.29;
}
.fbold {
    font-weight: 500;
}

.w-centered-45{
    width: 45%;
    margin: auto;
}

.action-olx-delivery{
    width: 35%;
    margin: auto;
}

/* messages */

table.adanswersnew {
    width: 100%;
    font-size: 14px;
    line-height: 1.29;
    table-layout: fixed;
}
table.adanswersnew tbody tr {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
table.adanswersnew thead th {
    padding: 16px;
    color: #7f9799;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}

.rel {
    display: inline-block;
}
table.adanswersnew thead th .order-messages {
    display: flex;
    padding: 0;
    list-style: none;
    color: #7f9799;
    white-space: nowrap;
}

table.adanswersnew thead th .order-messages li {
    margin-left: 24px;
}

.tright {
    text-align: right;
}

.color-5 {
    color: #525252;
}

table.adanswersnew tbody [data-icon*="star"], table.adanswersnew tbody [data-icon="trash"], table.adanswersnew tbody [data-icon*="archive"] {
    font-size: 24px;
    color: #002f34;
    line-height: 1;
    vertical-align: middle;
}
table.adanswersnew tbody [data-icon="forward"] {
    font-size: 22px;
    margin-right: 10px;
    color: #000;
    vertical-align: top;
}
table.adanswersnew tbody tr.headerRow > td .user {
    margin: 0 !important;
    color: #406367;
    line-height: 24px;
}

.notifycircle {
    background: #f2f4f5;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: #002f34;
    font-weight: 400;
    right: 0;
    top: 4px;
}
.notifycircle.new {
    background: #ffce32;
}
table.adanswersnew tbody .title {
    margin-top: 0 !important;
    font-weight: inherit;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 6px;
}
table.adanswersnew tbody tr.headerRow > td {
    padding: 16px;
    color: inherit;
    vertical-align: middle;
    border-bottom: 1px solid #c5d3d5;
    height: 45px;
    background: #fff;
    font-weight: 500;
}

table.adanswersnew tbody tr.headerRow.unreaded > td {
    background-color: #ebf1ff;
}

.globalCheckbox-label {
    margin-bottom:0px;
}
.clr::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clickable {
    cursor: pointer;
}
.dynamic-param-price {
    display: flex;
    flex-wrap: wrap;
    max-width: 369px;
}

.dynamic-param-price .paramPriceRadio {
    visibility: hidden;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.dynamic-param-price .paramPriceRadio[id="parameter-price"]:checked~.dynamic-param-price__value {
    display: block;
    margin: 24px 0 0;
}

.dynamic-param-price [id="parameter-price"][type="hidden"]~.dynamic-param-price__value {
    display: block;
}

.dynamic-param-price__tab {
    width: 123px;
    flex: 0 0 123px;
    background: #f2f4f5;
    color: #002f34;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    cursor: pointer;
    order: -1;
    position: relative;
}

.dynamic-param-price__tab:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #d8dfe0;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dynamic-param-price__tab:first-of-type {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dynamic-param-price__tab:first-of-type:before {
    display: none;
}

.dynamic-param-price__tab:last-of-type {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.paramPriceRadio:checked+.dynamic-param-price__tab {
    background: #002f34;
    color: #fff;
    z-index: 2;
}

.paramPriceRadio:checked+.dynamic-param-price__tab:before {
    display: none;
}

.dynamic-param-price__value {
    width: 100%;
    flex: 0 0 100%;
    display: none;
}

.dynamic-param-price__input {
    position: relative;
    margin-bottom: 26px;
    /*display: flex;*/
}

.dynamic-param-price__input input[type="text"] {
    width: 115% !important;
    margin: 0 !important;
    box-sizing: border-box;
    float: none;
}

.dynamic-param-price__input .priceSuffix {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 !important;
    padding: 0 17px;
    pointer-events: none;
    font-size: 16px;
    line-height: 1.25;
}

.dynamic-param-price__arranged {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.dynamic-param-price__arranged .icon.f_checkbox {
    width: 48px;
    flex: 0 0 48px;
    height: 24px;
    border-radius: 12px;
    background: #f2f4f5;
    border: none;
    box-shadow: none;
}

.dynamic-param-price__arranged .icon.f_checkbox:before {
    width: 20px;
    height: 20px;
    border: 3px solid #002f34;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transition: .4s;
    transform: none;
    box-sizing: border-box;
    background: none;
}

.dynamic-param-price__arranged .icon.f_checkbox:after {
    display: none;
}

.dynamic-param-price__arranged .icon.f_checkbox.selected {
    background: #002f34;
}

.dynamic-param-price__arranged .icon.f_checkbox.selected:before {
    width: 20px;
    height: 20px;
    transform: translateX(24px);
    transition: .4s;
    border-width: 6px;
    border-color: #fff;
}

.dynamic-param-price__arranged .icon.f_checkbox.selected+.small {
    color: #002f34;
}
.rel{
    position:relative;
}

ul.conversationnew {
    padding: 22px 158px 65px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
ul.conversationnew > li {
    margin-top: 40px;
    word-wrap: break-word;
    list-style: none;
}
ul.conversationnew .thead__cloud {
    display: flex;
    background: #cbf7ee;
    padding: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    min-height: 90px;
}
ul.conversationnew .thead__img {
    flex: 0 0 133px;
    max-width: 133px;
    margin-right: 16px;
}
ul.conversationnew .thead__img img {
    height: 90px;
    object-fit: cover;
    width: 133px;
}
ul.conversationnew .thead__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
ul.conversationnew .thead__username {
    font-size: 14px;
    line-height: 1.29;
    color: #002f34;
}
ul.conversationnew .thead__time {
    margin-left: auto;
    color: #7f9799;
    font-size: 12px;
    line-height: 1.17;
}
ul.conversationnew .thead__offer {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

ul.conversationnew > li {
    margin-top: 40px;
}
ul.conversationnew > li .cloud {
    font-size: 16px;
    line-height: 1.25;
    padding: 16px;
    position: relative;
}

ul.conversationnew > li .titlebar {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.29;
    color: #002f34;
    background: #fff;
}

ul.conversationnew > li.saying.user .cloud::before {
    content: '';
    border-top: 9px solid #f2f4f5;
    height: 0;
    width: 5px;
    position: absolute;
    top: 100%;
    margin-top: -4px;
    left: 0;
    border-right: 10px solid transparent;
}
ul.conversationnew > li.saying.user .cloud {
    background: #f2f4f5;
}

ul.conversationnew > li.saying.my {
    margin-left: 121px;
}
ul.conversationnew > li.saying.my .cloud::before {
    content: '';
    border-top: 9px solid #ceddff;
    height: 0;
    width: 5px;
    position: absolute;
    top: 100%;
    margin-top: -4px;
    right: 0;
    border-left: 10px solid transparent;
}
ul.conversationnew > li.saying.my .cloud {
    background: #ceddff;
}

form.useranswer fieldset.editspace textarea {
    width: 497px;
    height: 148px;
    background: #f2f4f5;
    resize: none;
    border: none;
    padding: 14px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.25;
    color: #406367;
}
form.useranswer fieldset textarea:focus {
    -webkit-box-shadow: 0 2px 0 0 #406367;
    -moz-box-shadow: 0 2px 0 0 #406367;
    -ms-box-shadow: 0 2px 0 0 #406367;
    -o-box-shadow: 0 2px 0 0 #406367;
    box-shadow: 0 2px 0 0 #406367;
}

form.useranswer fieldset.editspace {
    padding: 0 30px 0 11px;
}

form.useranswer fieldset.editspace textarea {
    width: 497px;
    height: 148px;
    background: #f2f4f5;
}
ul.conversationnew .thead__actions li {
    display: inline-flex;
    padding: 0 15px;
    height: 16px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #839b9c;
}
ul.conversationnew .thead__actions li:first-child {
    border-left: none;
}

ul.conversationnew .thead__actions {
    margin: auto -15px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.17;
    color: #406367;
}

.link {
    color: #7f9799;
    vertical-align: middle;
}
.link:hover{
    color: #fff;
    background-color: #002f34;
}

#answerMenu #backbutton [data-icon], #answerMenu #userBlock [data-icon], #answerMenu #activatemessage [data-icon], #answerMenu #removemessage [data-icon], #answerMenu #archiveMessage [data-icon], #answerMenu #deactivatemessage [data-icon] {
    margin-right: 8px;
    color: #002f34;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}
#answerMenu #backbutton, #answerMenu #userBlock, #answerMenu #activatemessage, #answerMenu #removemessage, #answerMenu #archiveMessage, #answerMenu #deactivatemessage {
    text-decoration: none;
    margin-left: 32px;
}

#answerMenu #starButton {
    text-decoration: none;
    margin-left: 32px;
    margin-right: 22px;
    cursor: pointer;
}

#answerMenu #starButton [data-icon="star-answer-filled"] {
    display: none;
}

/* end messages */

/* olx loader */

.listOverlay {
    background: #f2f4f5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listOverlay > div:before {
    transform: skewX(45deg) translate(-50%, 0);
}

.listOverlay > div:before, .listOverlay > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    height: 100%;
    background: #002f34;
    animation: animation-olx-branding-x-line 8s infinite;
}

.listOverlay .loader {
    display: none;
}

.listOverlay > div {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    animation: animation-olx-branding-x 8s infinite;
    text-indent: -1000em;
    top: 0 !important;
}

.listOverlay > div:after {
    transform: skewX(-45deg) translate(-50%, 0);
}

.listOverlay > div:before, .listOverlay > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    height: 100%;
    background: #002f34;
    animation: animation-olx-branding-x-line 8s infinite;
}

@keyframes animation-olx-branding-x {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25%, 50% {
        transform: rotate(360deg) scale(1.4);
    }
    75%, 100% {
        transform: rotate(720deg) scale(1);
    }
}

@keyframes animation-olx-branding-x-line {
    0% {
        width: 40%;
    }
    25%, 50% {
        width: 50%;
    }
    75%, 100% {
        width: 40%;
    }
}

/* end olx loader */
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #002f34 !important;
}

.bg-green,
.modal-success .modal-body {
    background-color: #002f34 !important;
}
.modal-success .modal-header, .modal-success .modal-footer {
    border-color: #ffffff !important;
}
.inlblk {
    display:-moz-inline-box;
    display:inline-block;
    zoom:1;
}
.fblock {
    padding-top: 12px;
    padding-bottom: 12px;
}
.option-link {
    margin-left: 17px;
    margin-top: 14px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.29;
    color: #3a77ff;
    text-decoration: underline;
    cursor: pointer;
}
.dropdown-fleft {
    float: none;
    width: 370px !important;
}
.requiredsborder {
    color: #C91414;
    padding-left: 5px;
}
.text-danger {
    color: #C91414!important;
}
.attachmentinfo {
    margin-left: 30px !important;
    color: #406367;
    font-size: 12px;
    width: 300px;
}
.infoarea{
    border: 1px solid #f2f4f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 24px;
    background: rgb(255, 246, 217);
}
.infoarea__title{
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    color: #002f34;
    position: relative;
    display: inline-block;
    padding-right: 32px;
}
.infoarea__title:before {
    content: '';
    width: 23px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -8px;
    background: url(https://static.olx.bg/static/olxbg/packed/font/2f37a51199a9d810b121c2b24a2da55e4a.svg) 50% 50% no-repeat;
    background-size: auto;
    background-size: contain;
}

.infoarea__list{
    margin: 20px 0 40px;
    padding: 0;
    font-size: 12px;
    line-height: 1.17;
    color: #406367;
}
.infoarea__list-item:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 16px;
    color: #002f34;
}
.infoarea__list-item {
    margin-top: 14px !important;
    list-style: none;
    position: relative;
    padding-left: 22px;
    line-height: 1.27;
}
.infoarea__more{
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
}
.buypackage-wrapper h1.buypackage-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.06;
    max-width: 500px;
    margin: 0 auto 25px;
    text-align: center;
}
.buypackage-wrapper h2.buypackage-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    text-align: center;
    color: #406367;
    margin: 25px auto 47px;
    max-width: 520px;
}
.buypackage-wrapper h3.buypackage-section-title {
    display: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.08;
    text-align: center;
}
.olx-mp-container {
    background: #fff;
    border-radius: 8px;
    height: 100px;
    width:200px;
    padding:15px;
    cursor:pointer;
    color: #002f34;
    -webkit-box-shadow: inset 0 0 0 2px #002f34;
    -moz-box-shadow: inset 0 0 0 2px #002f34;
    -ms-box-shadow: inset 0 0 0 2px #002f34;
    -o-box-shadow: inset 0 0 0 2px #002f34;
    box-shadow: inset 0 0 0 2px #002f34;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-nav{
    float:none;
    margin: 0 auto;
    display: table;
}

.olx-mp-container:hover {
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}
.info-market {
    font-weight: 600;
    font-size: 30px;
    margin-top:3px;
    display: inline-block;
}

.register-logo {
    /* width: 71px !important;*/
    height: 41px !important;
    display: inline-block;
    position: relative !important;
    z-index: 10 !important;
    text-indent: -1000em !important;
    margin-top: 5px;
}

.olx-website-rebranded__o {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(12px, 15px);
    content: '';
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 12px #24e5db;
}

.olx-website-rebranded__l {
    width: 10px;
    top: 0;
    bottom: 0;
    background: #23e5db;
    position: absolute;
    left: 37px;
}

.olx-website-rebranded__x {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(51px, 10px);
}

.olx-website-rebranded__x:before {
    transform: skewX(45deg) translate(-50%, 0);
}

.olx-website-rebranded__x:before, .olx-website-rebranded__x:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 100%;
    background: #24e5db;
}

.olx-website-rebranded__x:after {
    transform: skewX(-45deg) translate(-50%, 0);
}

.olx-website-rebranded__x:before, .olx-website-rebranded__x:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 100%;
    background: #24e5db;
}

.buypackage-wrapper .buypackage-categories__item {
    width: 297px;
    height: 168px;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    margin-bottom: 16px;
    text-align: center;
}
.cat-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f2f4f5;
    display: block;
    margin: 23px auto 15px;
}
.js-package-category {
    cursor:pointer;
}
.buypackage-category-packages {
    display: none;
    max-width: 900px;
    margin: auto;
    position: relative;
}
.buypackage-category-packages__list__item {
    padding: 16px;
    color: #002f34;
    font-size: 16px;
    line-height: 1.25;
    display: block;
    transition: background-color 200ms linear;
    background-color: #fff;
    border-radius: 4px;
    margin: 16px 0;
    cursor:pointer;
}
.packages-step-header__desc {
    background: #ceddff;
    font-size: 14px;
    line-height: 1.29;
    color: #002f34;
    padding: 19px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.packages-step-header__desc h2 {
    font-size: 14px!important;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}
.olx-multipay__packages--flex {
    display: flex;
}
.olx-multipay__packages {
    display: flex;
    margin-bottom: 16px;
    margin-left: -8px;
    margin-right: -8px;
}
.olx-multipay__packages-wrapper {
    width: 50%;
    min-width: 33.3%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.olx-multipay__pack {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.olx-multipay__pack header h4 {
    font-size: 24px;
    line-height: 1.68;
    font-weight: 400;
    color: #002f34;
}
.olx-multipay__pack header .select select, .olx-multipay__pack header .packet-quant select {
    font-size: 16px;
    padding: 0 36px 0 0;
    height: 48px;
    color: #002f34;
    white-space: nowrap;
}
.olx-multipay select {
    font-size: 16px;
    line-height: 1.25;
    padding: 14px 54px 14px 16px;
    -moz-appearance: none;
    color: inherit;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
}

.olx-multipay__pack-label {
    font-size: 30px;
    color: #002f34;
    padding: 0 30px 0 29px;
    min-height: 18px;
}
.olx-multipay__pack--light .inner {
    padding: 0 25px 25px 25px;
}
.olx-multipay__pack .inner {
    padding: 20px 30px 35px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.olx-multipay__pack--light .inner .pack-price-wrapper {
    text-align: left;
}
.olx-multipay__pack-top .pack-price-wrapper {
    display: flex;
    flex-direction: column;
}
.olx-multipay__pack--light .inner .pack-price-wrapper .olx-price {
    text-transform: none;
}
.olx-multipay__pack-top .pack-price-wrapper {
    display: flex;
    flex-direction: column;
}
.olx-price {
    font-size: 20px;
    color: #002f34;
    white-space: nowrap;
    font-weight: 500;
}
.olx-multipay__pack--light .inner .pack-price-wrapper .olx-price--full {
    order: unset;
}
.olx-multipay__pack--light .inner .pack-price-wrapper .olx-price {
    text-transform: none;
}
.olx-multipay__pack--light .inner .pack-price-wrapper .price-full-wrapper {
    font-weight: 400;
    font-size: 14px;
    color: #959595;
}
.olx-multipay__pack--light .inner .pack-price-wrapper .price-single {
    color: #959595;
    font-size: 14px;
}
.olx-multipay__pack--light .olx-multipay__pack-choose {
    order: unset;
    margin: 20px 0 25px 0;
}
.olx-multipay__pack .choose-pack-button {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 214px;
    font-size: 16px;
}
.olx-button--primary {
    padding: 15px 20px!important;
    -webkit-box-shadow: inset 0 0 0 8px #002f34;
    -moz-box-shadow: inset 0 0 0 8px #002f34;
    -ms-box-shadow: inset 0 0 0 8px #002f34;
    -o-box-shadow: inset 0 0 0 8px #002f34;
    box-shadow: inset 0 0 0 8px #002f34;
    background: #002f34;
    color: #fff;
    display: inline-block;
}
.olx-multipay__pack--light .inner .olx-multipay__pack-description {
    flex-direction: column;
    margin-bottom: 0;
}
/*
.olx-multipay__pack-description {
    color: #2f2f2f;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column-reverse;
}*/
.olx-multipay__pack--light .inner .olx-multipay__pack-description h3 {
    font-size: 14px;
    font-weight: 500;
    color: #002f34;
    margin: 0 0 5px 0;
}
.olx-multipay__step h3 {
    display: inline-flex;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.1;
}
.olx-multipay__pack--light .inner .olx-multipay__pack-description-content {
    max-height: none;
}
.olx-multipay__pack-description-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    margin-top: 0;
}

.olx-multipay__pack-description-content li.advantage-item {
    cursor: pointer;
}

.olx-multipay__pack-description-content li {
    margin-top: 16px;
    padding: 0 0 0 28px;
    position: relative;
    float: left;
    clear: left;
}
.olx-multipay__pack-description-content li:before {
    content: "";
}
.olx-multipay__pack-description-content li::before {

    font-size: 12px;
    color: #23e5db;
    left: 0;
    top: 3px;
    position: absolute;

}
.olx-multipay__pack-description-content li.advantage-item {
    cursor: pointer;
}
.olx-multipay__pack-description-content li.advantage-item:after {
    content: "";
}
.olx-multipay__pack-description-content li.advantage-item:after {
    color: #7f9799;
    vertical-align: middle;
    font-size: 13px;
    margin: 0 0 0 5px;
    display: none;
}
.olx-multipay__pack-description-content li.advantage-item:hover:after {
    display: inline-block;
}
.olx-multipay__pack .toggle-packet-features-button {
    margin-top: 20px;
    color: #7f9799;
    font-size: 12px;
    text-decoration: underline;
    border: 0;
    background: none;
    cursor: pointer;
    text-align: left;
    padding: 0;
}
.olx-multipay__pack .toggle-packet-features-button:focus{
    border: 0px!important;
    outline: -webkit-focus-ring-color auto 0px;
}
.olx-multipay__pack--light header {
    padding: 24px 25px 0;
}
.olx-multipay__pack header {
    display: flex;
    align-items: center;
    padding: 24px 30px 0;
    box-sizing: border-box;
    justify-content: space-between;
}
.olx-multipay .select {
    overflow: hidden;
    color: #002f34;
    background: #f2f4f5;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.olx-multipay__pack header .select, .olx-multipay__pack header .packet-quant {
    /* height: 48px; */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /* border-radius: 4px; */
   /* background-color: #f2f4f5;*/
    color: #002f34;
    font-size: 16px;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
    align-self: baseline;
}
.olx-multipay__pack-title-icon {
    color: #7f9799;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}
.olx-multipay__pack .olx-discount__wrapper {
    display: block;
    line-height: 1;
    font-size: 14px;
    padding: 5px 0 0 0;
}
.prodstat {
    cursor:pointer;
}

.no-line , .no-line  > tbody > tr > td {
    border:none !important;
}
.no-line , .no-line  > thead > tr > th {
    border:none !important;
}
.ext-header1{
    background: #F9D7CB;
    height: 68px;
    left: 388px;
    top: 268px;
}
.ext-header2{
    height: 68px;
    left: 388px;
    top: 738px;
    background: #D2FCD1;
}
.paybalance-box__dropdown {
    position: absolute;
    top: 20%;
    margin: 30px 0 0 0;
   /* right: 426px;*/
    font-style: normal;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    width: 280px;
    z-index: 10;
    padding: 0 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}
.paybalance-box__dropdown-label p {
    white-space: normal;
    max-width: 255px;
    font-size: 12px;
    color: #406367;
    text-align: left;
    line-height: 1.17;
    margin-top: 10px;
}
.paybalance-box__dropdown:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 16px;
    height: 16px;
    background: #fff;
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -o-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.paybalance-box__dropdown .hidden {
    display: none;
}
.paybalance-box__dropdown li {
    padding: 18px 0;
    border-bottom: 1px solid #d8dfe0;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.paybalance-box__dropdown li:last-child {
    border-bottom: 0;
}
.paybalance-box__dropdown li label {
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    color: #002f34;
}
.paybalance-box__dropdown li .link {
    color: #2769ff;
    text-decoration: underline;
}
.paybalance-box__dropdown li .link > * {
    background: none;
    color: inherit;
}
.paybalance-box__dropdown .paybalance-box__usage {
    margin: 25px 0 0 0;
    width: 100%;
    max-width: none;
}
.paybalance-box__dropdown--points {
    text-align: center;
}
.paybalance-box__dropdown--points li {
    display: block;
    padding: 127px 0 32px;
    position: relative;
}
.paybalance-box__dropdown--points li:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 27px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(https://static.olx.bg/static/olxbg/packed/font/2f42de8cef6d0828bb8ed4a9fdbad48686.svg) no-repeat 0 0;
    background-size: contain;
}
.paybalance-box__dropdown--points li label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    display: block;
}
.paybalance-box__dropdown--points .paybalance-box__dropdown-label p {
    max-width: none;
    text-align: center;
    line-height: 1.33;
    padding: 0 24px;
    margin-top: 12px;
}
.paybalance-box__dropdown--points .paybalance-box__dropdown__value {
    float: none;
    background: #f8fbcf;
    color: #002f34;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    margin-top: 26px;
    display: block;
}

.menu-icon-dashboard:after {
    content: 'border_all';
}
.menu-icon-messages:after {
    content: 'message';
}
.menu-icon-my-products:after {
    content: 'description';
}
.menu-icon-products:after {
    content: 'loyalty';
}
.menu-icon-adverts:after {
    content: 'ballot';
}
.menu-icon-no-market:after {
    content: 'vpn_lock';
}
.menu-icon-invoices:after {
    content: 'assignment';
}
.menu-icon-translate:after {
    content: 'translate';
}
.menu-icon-delivery:after {
    content: 'local_shipping';
}
.menu-icon-packets:after {
    content: 'bubble_chart';
}
.menu-icon-bought-packets:after {
    content: 'shopping_basket';
}
.menu-icon-price-rules:after {
    content: 'local_atm';
}
.menu-icon-help:after {
    content: 'help_outline';
}
.menu-icon-currencies:after {
    content: 'euro_symbol';
}
.menu-icon-feed:after {
    content: 'dynamic_feed';
}
.menu-icon-extension:after {
    content: 'extension';
}
.menu-icon-folder:after {
    content: 'folder';
}
.olx-info-pop{
    background: #C8F8F6;
    height: 80px;
}
.slider-selection{
    background: #002F34!important;
}
.slider.slider-horizontal .slider-track {
    height: 21px!important;
    border: 2px solid #002F34!important;
}
.slider-handle{
    background-color: #fff!important;
    border: 1px solid #002F34!important;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -2px!important;
}
.myoffersnew__stats{
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
   /* background-color: #f9fafb;*/
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.29;
    margin-right: 16px;
}
.progress-bar {
    background-color: #002F34!important;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
    border-radius: 10px!important;
}
.myaccount-pack-list__item {
    padding: 50px 25px 25px 103px;
    position: relative;
    min-height: 190px;
    background: #fff;
    margin-top: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.myaccount-pack-list__item__pack-name {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #7f9799;
    margin: 0 0 30px 0;
}
.myaccount-pack-list__item__pack-name a {
    margin-left: 10px;
    text-decoration: none;
}
.myaccount-pack-list__item__pack-type {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    color: #7f9799;
    margin-bottom: 5px;
}
.myaccount-pack-list__item__columns {
    display: flex;
    justify-content: space-between;
}
.myaccount-pack-list__item__columns__col {
    padding: 0 5px;
    box-sizing: border-box;
}
.myaccount-pack-list__item__columns__col:first-child {
    padding-left: 0;
    padding-right: 20px;
    width: 240px;
}
.myaccount-pack-list__item__columns__col:last-child {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 169px;
}
.myaccount-pack-list__item__columns__col--subscription {
    min-width: 245px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.myaccount-pack-list__item__columns__col--date {
    min-width: 168px;
}
.myaccount-pack-list__item__columns__col label {
    color: #7f9799;
    display: block;
    margin: 0 0 8px 0;
    font-size: 14px;
}
.myaccount-pack-list__item__columns__col h4 {
    font-size: 24px;
    color: #002f34;
    line-height: 1.08;
}
.myaccount-pack-list__item__columns__col .pack-subscription-checkbox-wrapper {
    border: 0;
    background: transparent;
    max-width: 270px;
    margin: 5px 0 0 0;
}
.myaccount-pack-list__item__columns__col .pack-subscription-checkbox-wrapper label {
    margin: 0;
}
.myaccount-pack-list__item__columns__col .pack-subscription-checkbox-wrapper .checkbox-label {
    font-size: 13px;
}
.myaccount-pack-list__item__columns__col .subscribe-wrapper {
    position: relative;
    display: inline-block;
}
.myaccount-pack-list__item__columns__col .subscribe-wrapper:hover .subscribe-wrapper__content {
    display: block;
}
.myaccount-pack-list__item__columns__col .subscribe-wrapper__content {
    display: none;
    padding: 10px;
    margin: 7px 0 0 2px;
    border: 1px solid #f3f3f3;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 10;
    box-shadow: 1px 2px 4px 0 #f3f3f3;
}
.myaccount-pack-list__item__columns__col .subscribe-wrapper__content:after {
    content: " ";
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #e6e6e6 transparent;
}
.myaccount-pack-list__item__columns__col .subscribe-wrapper__content:before {
    content: " ";
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.myaccount-pack-list__item__columns__col .button-primary {
    font-size: 16px;
    font-weight: 500;
    min-width: 169px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: inset 0 0 0 8px #002f34;
    -moz-box-shadow: inset 0 0 0 8px #002f34;
    -ms-box-shadow: inset 0 0 0 8px #002f34;
    -o-box-shadow: inset 0 0 0 8px #002f34;
    box-shadow: inset 0 0 0 8px #002f34;
    background: #002f34;
    color: #fff;
}
.myaccount-pack-list__item__columns__col .button-primary:hover {
    background: none;
    color: #002f34;
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}
.myaccount-pack-list__item__columns__col .button-secondary {
    font-size: 14px;
    font-weight: 500;
    width: 130px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 11px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: inset 0 0 0 2px #002f34;
    -moz-box-shadow: inset 0 0 0 2px #002f34;
    -ms-box-shadow: inset 0 0 0 2px #002f34;
    -o-box-shadow: inset 0 0 0 2px #002f34;
    box-shadow: inset 0 0 0 2px #002f34;
    background: none;
    color: #002f34;
}
.myaccount-pack-list__item__columns__col .button-secondary:hover {
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}
.myaccount-pack-list__item__columns__col .disabled {
    background-color: #c6c6c6;
    border: 2px solid #c6c6c6;
    cursor: inherit;
}
.myaccount-pack-list__item .cat-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    position: absolute;
    top: 32px;
    left: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
}
.myaccount-pack-list__item__days-left {
    font-size: 12px;
}
.myaccount-pack-list__categories {
    margin-bottom: 9px;
}
.myaccount-pack-list__categories-list {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.08;
    display: inline-block;
    vertical-align: middle;
}
.myaccount-pack-list__categories-toggle {
    display: inline-block;
    font-size: 14px;
    color: #999;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 -4px 0;
}
.myaccount-pack-list__categories-toggle.hidden {
    display: none;
}
.myaccount-pack-list__categories.collapsed {
    margin-bottom: 0;
}
.myaccount-pack-list__categories.collapsed .myaccount-pack-list__categories-list {
    max-width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.myaccount-pack-list__categories-separator {
    margin: 0 10px;
}
.myaccount-pack-list__categories-wrapper {
    position: relative;
    margin: 0 0 10px 0;
}
.myaccount-pack-list_section {
    margin: 0 0 46px 0;
}
.myaccount-pack-list_section:last-of-type {
    margin-bottom: 0;
}
.myaccount-pack-list_section-title {
    font-size: 20px;
    margin-bottom: 27px;
    font-weight: 500;
    color: #002f34;
    min-height: 20px;
    line-height: 1.1;
}
/* ICONS */
.cat-icon-368 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2fbcfada5409a9364be9391a7f1878eeb1.png);
    background-color: #ffce32 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-368,
.fblock.catSelector3.complete .cat-icon-368 {
    box-shadow: 0 0 0 600px #fffbef;
}
.cat-icon-360 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2fd423bcfaa2015e6137bcdb6bea3d6287.png);
    background-color: #3a77ff !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-360,
.fblock.catSelector3.complete .cat-icon-360 {
    box-shadow: 0 0 0 600px #ebf1ff;
}
.cat-icon-262 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f828dab38aaebec334f341d5246c125a2.png);
    background-color: #ceddff !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-262,
.fblock.catSelector3.complete .cat-icon-262 {
    box-shadow: 0 0 0 600px #ebf1ff;
}
.cat-icon-632 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2fbdd6cc9f1e2add8947ae07a2e4be0655.png);
    background-color: #23e5db !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-632,
.fblock.catSelector3.complete .cat-icon-632 {
    box-shadow: 0 0 0 600px #e9fcfb;
}
.cat-icon-655 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2fe929a474b25c02ed8d46f6b4191f56c2.png);
    background-color: #c8f8f6 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-655,
.fblock.catSelector3.complete .cat-icon-655 {
    box-shadow: 0 0 0 600px #e9fcfb;
}
.cat-icon-139 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f7e12d511cd41d51846e65c3040bcb22c.png);
    background-color: #ffd6c9 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-139,
.fblock.catSelector3.complete .cat-icon-139 {
    box-shadow: 0 0 0 600px #ffeeea;
}
.cat-icon-555 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f44a67dd4a1b106f86a345444493ff440.png);
    background-color: #ceddff !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-555,
.fblock.catSelector3.complete .cat-icon-555 {
    box-shadow: 0 0 0 600px #ebf1ff;
}
.cat-icon-545 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2ff8324f906077eda40433861310a5ce10.png);
    background-color: #ffce32 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-545,
.fblock.catSelector3.complete .cat-icon-545 {
    box-shadow: 0 0 0 600px #fffbef;
}
.cat-icon-618 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f6aba4f6fa3bb4c01279d64cdba97513b.png);
    background-color: #ff5636 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-618,
.fblock.catSelector3.complete .cat-icon-618 {
    box-shadow: 0 0 0 600px #ffeeea;
}
.cat-icon-339 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f3f64b4385c02d4b4bdec60512414ddf3.png);
    background-color: #fff6d9 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-339,
.fblock.catSelector3.complete .cat-icon-339 {
    box-shadow: 0 0 0 600px #fffbef;
}
.cat-icon-606 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2ffdfc1916a670cb978404bf845582976b.png);
    background-color: #ffd6c9 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-606,
.fblock.catSelector3.complete .cat-icon-606 {
    box-shadow: 0 0 0 600px #ffeeea;
}
.cat-icon-1010 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f03d9657820f1686f8575759b1cb075f5.png);
    background-color: #3a77ff !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-1010,
.fblock.catSelector3.complete .cat-icon-1010 {
    box-shadow: 0 0 0 600px #ebf1ff;
}
.cat-icon-1012 {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f3c296baa509ab551355072c48b975d3f.png);
    background-color: #c8f8f6 !important;
}
.fblock.catSelector3.has-categoryID .cat-icon-1012,
.fblock.catSelector3.complete .cat-icon-1012 {
    box-shadow: 0 0 0 600px #e9fcfb;
}
.category-icon:before {
    content: "";
}
.category-icon.a-category-368:before {
    content: "";
}
.category-icon.a-category-360:before {
    content: "";
}
.category-icon.a-category-262:before {
    content: "";
}
.category-icon.a-category-632:before {
    content: "";
}
.category-icon.a-category-655:before {
    content: "";
}
.category-icon.a-category-139:before {
    content: "";
}
.category-icon.a-category-555:before {
    content: "";
}
.category-icon.a-category-545:before {
    content: "";
}
.category-icon.a-category-618:before {
    content: "";
}
.category-icon.a-category-339:before {
    content: "";
}
.category-icon.a-category-606:before {
    content: "";
}
.category-icon.a-category-1010:before {
    content: "";
}
/*END ICONS */
.olx-button--secondary {
    padding: 15px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: none;
    color: #002f34;
    -webkit-box-shadow: inset 0 0 0 2px #002f34;
    -moz-box-shadow: inset 0 0 0 2px #002f34;
    -ms-box-shadow: inset 0 0 0 2px #002f34;
    -o-box-shadow: inset 0 0 0 2px #002f34;
    box-shadow: inset 0 0 0 2px #002f34;
    margin: 0;
    margin-left: 0px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.olx-button--secondary:hover {
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}
.warning-prod-olx{
    border-color: #ffce32;
    color: #002f34;
    background-color: #FFCE2E!important;
    border-radius: 50px!important;
}
.multipay {
    /*margin: 40px 0;*/
    padding-top: 25px;
}
.multipay__checkbox {
    display: inline-block;
}
.multipay__checkbox input[type="radio"] {
    display: none;
}
.multipay__checkbox span {
    width: 24px;
    height: 24px;
    border: 2px solid #002f34;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}
.multipay__checkbox input[type="radio"]:checked + span {
    border-width: 8px;
}
.multipay .layer {
    margin: 15px 0;
}
.multipay .layer .head {
    display: none;
}
.multipay .layer .inner {
    padding: 0px 0px;
}
.multipay .layer .inner + .action {
    border-top: 1px solid #e2e2e2;
}
.multipay .layer .inner + .action a.disabled {
    color: #c3c6c7;
    cursor: default;
    text-decoration: none;
    background-color: transparent;
}
.multipay .layer .inner + .action a.disabled * {
    color: #c3c6c7;
    cursor: default;
    text-decoration: none;
    background-color: transparent;
}
.multipay .layer .action {
    padding: 18px 50px;
}
.wallet-topup .multipay .layer {
    width: 611px;
}
.multipay .systems {
    margin: -24px 0px 0px -24px !important;
}
.multipay .systems .box {
    color: #406367;
    width: 271px;
    height: 191px;
    padding: 0 24px;
    background: #fff;
    margin-left: 24px !important;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.multipay .systems .box.selected {
    -webkit-box-shadow: inset 0px 0px 0px 1px #3573ff;
    -moz-box-shadow: inset 0px 0px 0px 1px #3573ff;
    -ms-box-shadow: inset 0px 0px 0px 1px #3573ff;
    -o-box-shadow: inset 0px 0px 0px 1px #3573ff;
    box-shadow: inset 0px 0px 0px 1px #3573ff;
}
.multipay .systems .box .title {
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #002f34;
    line-height: 1.1;
}
.multipay .systems .box .title.flexline > * {
    padding-left: 32px;
}
.multipay .systems .box .title small {
    display: block;
    font-size: 14px;
    line-height: 1.29;
    color: #406367;
    margin-top: 10px;
    text-transform: lowercase;
}
.multipay .systems .box .title small:first-letter {
    text-transform: uppercase;
}
.multipay .systems input[type="radio"],
.multipay .systems .f_radio {
    bottom: 21px;
    left: 18px;
}
.multipay .systems.diners-campaign .icon.paysystem9 {
    width: 150px;
    height: 85px;
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f669c9a1bbae08f3db0d8926f5a269f01.png);
}
.multipay .items-packets tr.selected:not(.tr-basic) h5 {
    font-weight: bold;
}
.multipay .items-packets tr.selected:not(.tr-basic) .price {
    color: #a50502;
    font-size: 14px;
}
.multipay .items-packets tr.selected:not(.tr-basic) .price .pricevalue {
    font-size: 20px;
    font-weight: bold;
}
.multipay .items-packets tr.selected:not(.tr-basic) .price small.price-def {
    color: #797979;
}
.multipay .items-packets tr.selected:not(.tr-basic) .price small.price-save {
    font-weight: bold;
    color: #55911f;
}
.multipay .descrambler {
    border-top: 1px solid #efefef;
    color: #888888;
    padding-top: 8px;
    margin-top: 15px;
}
.multipay .descrambler span {
    color: #ff5335;
}
.multipay .items {
    border-collapse: separate;
    border-spacing: 0 8px;
}
.multipay .items td {
    padding: 10px 0;
    cursor: default;
    height: 58px;
    background: #fff;
}
.multipay .items td:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.multipay .items td:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.multipay .items td .multipay__checkbox {
    margin-right: 24px;
}
.multipay .items td .price .pricevalue {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}
.multipay .items td .bonus {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: #7f9799;
    text-transform: uppercase;
}
.multipay .items tr.selected td {
    background: #3a77ff;
    color: #fff;
}
.multipay .items tr.selected .multipay__checkbox input[type="radio"]:checked + span {
    border-color: #fff;
}
.multipay .items tr.selected .price,
.multipay .items tr.selected .bonus {
    color: inherit;
}
.multipay h5 {
    color: inherit;
}
.multipay .items .tr-basic td {
    background: #fcfcfc;
}
.multipay .items .tr-basic td h5 {
    color: #6b6b6b;
}
.multipay .items .expire-label {
    margin-left: 5px;
    padding: 2px 5px;
    display: inline-block;
    font-weight: normal;
    background: #f5f5f5;
    color: #969696;
    text-shadow: none;
    font-size: 12px;
}
.multipay .items .title [data-icon="circle_info"] {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    color: #85be52;
}
.multipay .items .title .suggest {
    top: -10px;
    background: #e8f4de;
    color: #528425;
    margin-left: -30px;
    -webkit-box-shadow: 1px 1px 1px rgba(218, 218, 218, 0.9);
    -moz-box-shadow: 1px 1px 1px rgba(218, 218, 218, 0.9);
    -ms-box-shadow: 1px 1px 1px rgba(218, 218, 218, 0.9);
    -o-box-shadow: 1px 1px 1px rgba(218, 218, 218, 0.9);
    box-shadow: 1px 1px 1px rgba(218, 218, 218, 0.9);
}
.multipay .items .title .suggest .icon.target {
    height: 13px;
    background-position: -157px -282px;
}
.multipay .items .title .suggest [data-icon="circle_info"] {
    margin-left: 0;
    top: 10px;
    left: 10px;
    position: absolute;
}
.multipay .items .title .suggest li {
    margin-left: 15px;
    list-style: outside dotted;
}
.multipay .items .title:hover .suggest {
    display: block;
}
.multipay .items .price {
    color: #002f34;
}
.multipay .items .price small.price-def {
    color: #a6a6a6;
    margin-right: 10px;
}
.multipay .items .price small.price-save {
    color: #85be52;
    display: block;
    line-height: 14px;
}
.multipay .items .price__before {
    top: 100%;
    right: 0;
    position: absolute;
    color: #ec2a33;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}
.multipay .items .price__before:before {
    width: 100%;
    height: 1px;
    background: #577380;
    top: 50%;
    position: absolute;
    left: 0;
    content: '';
    transform: rotate(-20deg);
}
.multipay .items .price__before-percent {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -31px;
    margin-right: 10px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f8785d15bf713b9e6a76e66ccd47e6589.png);
    font-size: 19px;
    color: #fff;
    border-radius: 50%;
    text-shadow: none;
    font-family: 'chunkfiveroman';
}
.multipay .items .price__before-percent ~ * {
    font-weight: bold;
}
.multipay .items__ribbon-container {
    position: relative;
    height: 100%;
}
.multipay .items__ribbon {
    position: absolute;
    left: -4px;
    top: -13px;
    z-index: 1;
    overflow: hidden;
    width: 81px;
    height: 81px;
    text-align: right;
    text-shadow: none;
}
.multipay .items__ribbon span {
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    line-height: 14px;
    padding: 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 109px;
    display: block;
    background: #b60000;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 22px;
    left: -22px;
}
.multipay .items__ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 2px solid #3f562b;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #3f562b;
}
.multipay .items__ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 2px solid transparent;
    border-right: 2px solid #3f562b;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #3f562b;
}
.multipay .items .price-small {
    color: #6a912a;
    display: block;
}
.multipay .items .price-small .pricevalue {
    font-weight: bold;
    color: #000;
}
.multipay .items .price-small .cheapest-label {
    margin-right: 5px;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #6a912a;
    text-shadow: none;
}
.multipay .subtitle {
    color: #888888;
}
.multipay .items select {
    width: 141px;
}
.multipay .submitbox {
    margin: 48px 0 0;
}
.multipay .submitbox .terms {
    border-bottom: 1px solid #fff;
}
.multipay .submitbox .terms .inner {
    padding: 24px 13px 20px;
    border-bottom: 1px solid #dfdfdf;
}
.multipay .submitbox .price {
    border-bottom: 1px solid #fff;
}
.multipay .submitbox .price .inner {
    border-bottom: 1px solid #dfdfdf;
    padding: 16px 0px;
}
.multipay .submitbox .olx-discount {
    vertical-align: top;
}
.multipay .submitbox .olx-discount.hidden {
    display: none;
}
.multipay .submitbox .price-bonus {
    padding: 10px 0;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 500;
    text-align: right;
    color: #00363c;
}
.multipay .submitbox .price-bonus__label,
.multipay .submitbox .price-bonus__value,
.multipay .submitbox .price-bonus__number {
    display: inline-block;
}
.multipay .submitbox .price-bonus__label {
    text-transform: lowercase;
}
.multipay .submitbox .price-bonus__label:first-letter {
    text-transform: uppercase;
}
.multipay .submitbox .price-bonus__label .block {
    display: inline;
}
.multipay .submitbox .price-bonus__label:after {
    content: "\003a";
    margin-left: -3px;
}
.multipay .submitbox .price-summary {
    border-top: 1px solid #efefef;
    padding: 22px 50px 10px;
    text-align: right;
    color: #7c919b;
    margin-left: 62px;
    margin-top: -18px;
}
.multipay .submitbox .send {
    padding: 32px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.multipay .submitbox .send .button {
    font-size: 16px;
    font-weight: 500;
}
.multipay .submitbox .send .button input[type="submit"] {
    min-width: 234px;
}
.multipay .submitbox .send .button.loading {
    position: relative;
    background: #002f34;
    border-color: #002f34;
    position: relative;
    display: inline-flex;
    width: 194px;
    align-items: center;
    justify-content: center;
}
.multipay .submitbox .send .button.loading > * {
    display: inline-block;
    overflow: hidden;
    text-indent: -1000em;
    animation: animation-olx-branding-dot-two 1.5s infinite ease-in;
}
.multipay .submitbox .send .button.loading > *,
.multipay .submitbox .send .button.loading:before,
.multipay .submitbox .send .button.loading:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #002e33;
    border: 6.08px solid #fff;
}
.multipay .submitbox .send .button.loading:before,
.multipay .submitbox .send .button.loading:after {
    content: '';
    display: inline-block;
}
.multipay .submitbox .send .button.loading:before {
    margin-right: 4px;
    border-width: 2.56px;
    animation: animation-olx-branding-dot-one 1.5s infinite ease-in;
}
.multipay .submitbox .send .button.loading:after {
    margin-left: 4px;
    border-width: 4.8px;
    animation: animation-olx-branding-dot-three 1.5s infinite ease-in;
}
.multipay .submitbox .send .button.loading input[type="submit"] {
    padding: 0;
    min-width: 0;
    font-size: inherit;
    font-weight: inherit;
}
.multipay .submitbox .send__cancel {
    margin: 0 33px 0 0 !important;
    line-height: 48px;
}
.multipay .submitbox .send__cancel a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
    text-decoration: none;
    line-height: 2.29;
    position: relative;
    min-width: 77px;
    text-align: center;
}
.multipay .submitbox .send__cancel a:first-letter {
    text-transform: uppercase;
}
.multipay .submitbox .send__cancel a:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 100%;
    background: #002f34;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    margin-top: 2px;
}
.multipay .submitbox .send__cancel a:hover:after {
    left: 15%;
    right: 15%;
}
.multipay h3.title {
    color: #002f34;
    margin: 32px 0;
    padding: 13px 0 13px 100px;
    min-height: 20px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.multipay h3.title .h3-notice {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: -15px;
}
.multipay h3.title .point {
    font-family: inherit;
    left: 21px;
    top: 0;
    line-height: 48px;
    width: 48px;
    height: 48px;
    background: #002f34;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.multipay .headline-below {
    margin: -8px 0 24px;
}
.multipay .icon.pack1 {
    width: 79px;
    height: 68px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) 0 0;
    margin-bottom: -7px;
}
.multipay .icon.pack2 {
    width: 79px;
    height: 68px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) -79px 0;
    margin-bottom: -7px;
}
.multipay .icon.pack3 {
    width: 79px;
    height: 68px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) -158px 0;
    margin-bottom: -7px;
}
.multipay .icon.pack4 {
    width: 79px;
    height: 68px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) -56px -285px;
    margin-bottom: -7px;
}
.multipay .icon.singleoffer {
    width: 70px;
    height: 70px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) 0px -138px;
}
.multipay .icon.promotype2 {
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) repeat scroll -55px -68px transparent;
    height: 53px;
    margin: 0 auto;
    width: 55px;
}
.multipay .icon.promotype4 {
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) repeat scroll -169px -68px transparent;
    height: 52px;
    margin: 0 auto;
    width: 54px;
}
.multipay .icon.ad_homepage {
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) repeat scroll -135px -285px transparent;
    height: 37px;
    margin: 0 auto;
    width: 54px;
}
.multipay .icon.paidpost-packets {
    width: 63px;
    height: 45px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) -165px -68px;
    margin: 7px 0 0 -8px;
}
.multipay .icon.paidpost-promote {
    width: 53px;
    height: 62px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3ce1bcdf5b06724426a438af65303c15.png) -112px -68px;
    margin-bottom: -8px;
}
.multipay .icon.paysystem1 {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f64d2f6a5a98dd68580fe977f28027884.png);
    margin: 5px auto;
}
.multipay .icon.paysystem2 {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f3eef9fe07c31dee5e24a8151435d0220.png);
    margin: 5px auto;
}
.multipay .icon.paysystem3 {
    width: 150px;
    height: 85px;
    background: url(/img/olx_logo.png);
    margin: 5px auto;
}
.multipay .icon.paysystem9 {
    width: 115px;
    height: 81px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f14c181a8c7cdb1e2d1c059e0ec52b96c.png) no-repeat center center;
    margin: 5px auto;
}
.multipay .icon.paypal {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f6e71fe2a3e62ba3cdbb45d20da2bc52d.png);
    margin: 5px auto;
}
.multipay .icon.epay {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f8fc4c698fe80d0c094cde37831bc3e86.jpg);
    margin: 5px auto;
}
.multipay .icon.econt {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f369135f330feae6092d0383ff0c6073b.jpg);
    margin: 5px auto;
}
.multipay .icon.easypay {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f2346a6fa340d3da02224664d1afcc01a.png);
    margin: 5px auto;
}
.multipay .icon.bank-payment {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2fb87b0d283ef2103ebcb4e0ebb0193f28.jpg);
    margin: 5px auto;
}
.multipay .icon.dinersclub {
    width: 150px;
    height: 85px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2fbdd21d0e7b9c4d90a5185b6579af64cb.png);
    margin: 5px auto;
}
.multipay .packetinfo div.suggesttitle {
    white-space: normal;
    width: 273px;
    margin-left: 16px;
    padding: 15px 15px 15px 40px;
    border-color: #ededed;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding-right: 183px;
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f47196b2762ead3ae11447ef7f71b0304.png) no-repeat 319px 14px #fff;
    min-height: 103px;
    left: 100%;
    bottom: auto;
    top: -40px;
}
.multipay .packetinfo div.suggesttitle.nophoto {
    padding-right: 15px;
    background-image: none;
    width: 441px;
    min-height: 0px;
}
.multipay .packetinfo div.suggesttitle.ad_homepage {
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f52845ca3607015c803913536df6f5082.png);
    background-position: 313px 16px;
}
.multipay .packetinfo:hover div.suggesttitle {
    display: block;
}
.multipay .packetinfo div.suggesttitle .icon.info2 {
    left: 14px;
    top: 15px;
}
.multipay .packetinfo div.suggesttitle:before {
    width: auto;
    height: auto;
    background: none;
    left: -10px;
    top: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}
.multipay .packetinfo div.suggesttitle:after {
    left: -12px;
    top: 39px;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    border-color: transparent rgba(206, 206, 206, 0.27) transparent transparent;
    content: '';
    position: absolute;
    z-index: -2;
}
.multipay .packetinfo div.suggesttitle .margin {
    height: 15px;
    top: 100%;
    left: 0px;
}
.multipay .packetinfo div.suggesttitle ul.points li {
    margin: 2px 0px;
}
.multipay .packetinfo div.suggesttitle ul.points .icon.point {
    width: 15px;
    height: 17px;
    background-image: url(https://static.olx.bg/static/olxbg/packed/img/2f1284847a03f51555989011829b6a05e7.png);
    background-position: 0px 0px;
    left: -25px;
    top: 1px;
}
.margintop15 {
    margin-top: 15px !important;
}
.full {
    width: 100% !important;
}
.multipay .layer {
    width: 785px;
}
.myaccount-info-block--light {
    font-size: 14px;
    background: #ceddff;
    color: #002f34;
    line-height: 1.29;
    padding: 15px 30px;
    display: inline-block;
    margin: 30px 20px;
}

.multipay .submitbox .send__cancel a::after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 100%;
    background: #002f34;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    margin-top: 2px;
}
/*
.dataTables_scrollBody::-webkit-scrollbar {
    height: 15px!important;
}*/
.slimScrollDiv ul li a {
    word-break: normal!important;
    white-space: normal!important;
}
.collapsed_byu_pack_header {
    background: #ffffff;
    border-radius: 4px!important;
    vertical-align: middle;
    text-align: left;
    padding: 24px 0px 24px 100px!important;
    background-image: url(/img/agreement.png) !important;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: right;
    background-size: 100px;

}

.olx_byu_pack_number {
    top: 20px!important;
    background: #d8dfe0!important;
    color: #7f9799!important;
}
.olx-multipay__infolayer{
    min-height: 340px;
    padding: 55px 66px;

}
.modal-body.olx-multipay__infolayer h3 {
    font-size: 24px !important;
    font-weight: 600!important;
    line-height: 1.08!important;
    margin: 15px 0 22px!important;
}
.modal-body.olx-multipay__infolayer ul {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.2px;
    margin-bottom: 32px;
}
.modal-body.olx-multipay__infolayer p {
    color: #406367;
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 30px;
    text-align: left;
    padding-right: 336px;
}
.modal-body.olx-multipay__infolayer .animation-box {
    position: absolute;
    top: 25px;
    right: 0;
    width: 320px;
    height: 320px;
}
.olx-multipay__infolayer .additional-slide-text {
    font-size: 13px;
    color: #2f2f2f;
    margin-top: 65px;
    padding-right: 240px;
}
.olx-multipay__infolayer .animation-box[data-animation="ad_homepage"] {
    background: url(https://static.olx.bg/static/olxbg/packed/font/2f620c4167d16d0baaaf1dd52d99b1baa3.svg) 50% 50% no-repeat;
    background-size: contain;
}
.olx-multipay__infolayer .animation-box[data-animation="pushup"],
.olx-multipay__infolayer .animation-box[data-animation="single-refresh"] {
    background: url(https://static.olx.bg/static/olxbg/packed/font/2f351a05b1ab7d9e4cd0c6d1ef371874d8.svg) 50% 50% no-repeat;
    background-size: contain;
}
.olx-multipay__infolayer .animation-box[data-animation="topads"] {
    background: url(https://static.olx.bg/static/olxbg/packed/font/2fb7d5cd4d28c6b1f102689230d25f431a.svg) 50% 50% no-repeat;
    background-size: contain;
}
.olx-multipay__infolayer .animation-box[data-animation="advantage-funds"] {
    background: url(https://static.olx.bg/static/olxbg/packed/font/2f649939060cb0c646aaa354b0dc563e19.svg) 50% 50% no-repeat;
    background-size: contain;
}
.olx-multipay__infolayer .animation-box[data-animation="advantage-business-site"],
.olx-multipay__infolayer .animation-box[data-animation="advantage-improved-business-site"] {
    background: url(https://static.olx.bg/static/olxbg/packed/font/2f7a7135579b27a6529924eb2b12b7e594.svg) 50% 50% no-repeat;
    background-size: contain;
}
.olx-multipay__infolayer .animation-box[data-animation="advantage-custom-ad-page"] {
    background: url(https://static.olx.bg/static/olxbg/packed/font/2f12c16df8aa8dd582e8eeb59f9a61f453.svg) 50% 50% no-repeat;
    background-size: contain;
}
.olx-multipay__infolayer .animation-box[data-animation="targeted-vas"] {
    background: url(https://static.olx.bg/static/olxbg/packed/img/2f75091959ea81a82785769db49ab3e35f.png) 50% 25% no-repeat;
    background-size: contain;
}
.olx_danger_feed_status{
    background-color: #ffa6a6 !important;
}
.olx_good_feed_status{
    background-color: #87ffcd !important;
}
.fieldset-box #courier-container .fblock > div.label.fleft {
    margin-bottom: 10px;
    padding-left: 96px;
}
.fieldset-box #courier-container .icon.f_checkbox[for="courier-delivery"] {
    width: 48px;
    flex: 0 0 48px;
    height: 24px;
    border-radius: 12px;
    background: #d8dfe0;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 100%;
    bottom: 100%;
    margin-right: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 9px !important;
}
.fieldset-box #courier-container .icon.f_checkbox[for="courier-delivery"].selected {
    background: #002f34;
}
.fieldset-box #courier-container .icon.f_checkbox[for="courier-delivery"].selected:before {
    width: 20px;
    height: 20px;
    transform: translateX(24px);
    transition: .4s;
    border-width: 6px;
    border-color: #fff;
}
.fieldset-box #courier-container .icon.f_checkbox[for="courier-delivery"]:before {
    width: 20px;
    height: 20px;
    border: 3px solid #002f34;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transition: .4s;
    transform: none;
    box-sizing: border-box;
    background: none;
}
.icon.f_checkbox:before, .icon.f_checkbox:after {
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 2px;
    background-color: #4e5069;
    display: inline-block;
    transform-origin: left top;
    border-radius: 3px;
    content: ' ';
}
.fieldset-box #courier-container .icon.f_checkbox[for="courier-delivery"]:after {
    display: none;
}
.icon.courier2:before {
    content: "";
}
.icon.courier2:before {
    vertical-align: top;
}
.abs {
    position: absolute;
}
.fblock > div.label.fleft {
    float: none;
    text-align: left;
    padding-top: 0 !important;
    margin-bottom: 6px;
}
.fieldset-box #courier-container .fblock > div.area {
    min-height: 100px;
    padding-left: 64px;
}
.icon.f_checkbox, form.adding .icon.f_radio {
    vertical-align: middle;
}
.fieldset-box #courier-container .fblock > div.label.fleft label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}
.courierlabel {
    width: 304px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.courierlabel ul {
    margin: 4px 0 12px 0;
    padding-left: 16px;
}
.courierlabel li {
    list-style-type: disc;
}
.fieldset-box #courier-container .icon.courier2 {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-left: 0 !important;
    margin-bottom: 6px;
    color: #002f34;
}
