/* Minification failed. Returning unminified contents.
(1702,44): run-time error CSS1046: Expect comma, found '0'
(1702,48): run-time error CSS1046: Expect comma, found '/'
(1703,41): run-time error CSS1046: Expect comma, found '0'
(1703,45): run-time error CSS1046: Expect comma, found '/'
(1704,36): run-time error CSS1046: Expect comma, found '0'
(1704,40): run-time error CSS1046: Expect comma, found '/'
(2537,40): run-time error CSS1046: Expect comma, found '0'
(2537,44): run-time error CSS1046: Expect comma, found '/'
(2604,36): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(2608,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2612,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2616,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2620,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2624,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(2628,30): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(2632,30): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(2633,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(3072,36): run-time error CSS1046: Expect comma, found '0'
(3072,40): run-time error CSS1046: Expect comma, found '/'
 */
.offer-buy-popup-form {
    display: flex;
    flex-direction: column;
}

    .offer-buy-popup-form .checkboxes .chkbox {
        margin-right: 30px;
    }

    .offer-buy-popup-form textarea {
        height: 150px;
        border-radius: 5px;
        text-transform: none;
    }

    .offer-buy-popup-form .bottom-checkboxes > label {
        font-size: 16px;
        color: #6C7379;
        font-weight: 600;
        transition: all .2s;
        letter-spacing: .3px;
    }

    .offer-buy-popup-form .radio {
        text-align: left !important;
    }

    .offer-buy-popup-form .form-group > label {
        padding-left: 15px;
    }

    .offer-buy-popup-form .errorMessage {
        display: inline;
    }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Modal, Tooltip, Pagination
 */

/*#region PAGINATION */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pager li,
    .pagination > li {
        display: inline
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}


.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li > a,
    .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px
    }

        .pager li > a:focus,
        .pager li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

    .pager .next > a,
    .pager .next > span {
        float: right
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }


/*#endregion PAGINATION */

/*#region TOOLTIP & POPOVER */
.popover,
.tooltip {
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    text-decoration: none
}

    .tooltip.top-left .tooltip-arrow,
    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    text-align: left;
    text-align: start;
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #ccc;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #ccc
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}


    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}


.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.left > .arrow:after,
.popover.right > .arrow:after {
    bottom: -10px;
    content: " "
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff
    }


/*#endregion TOOLTIP & POPOVER */

/*#region MODAL */

.close {
    font-weight: 700;
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}


.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal,
.modal-open {
    overflow: hidden
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .carousel-control,
    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-footer:after,
.modal-header:after {
    clear: both
}


@media (max-width: 767px) {
    .modal-xl, .modal-lg {
        width: 100%;
        margin: 0;
    }
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
    
    .modal-xl {
        width: 730px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }

    .modal-xl {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1170px;
    }
}

/*#endregion MODAL */

.mx-icon-left:before, .mx-icon-right:before, .mx-icon-double-left:before, .mx-icon-double-right:before, .mx-icon-double-left:after, .mx-icon-double-right:after {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-style: solid;
    border-color: currentColor;
    border-width: 2px 0 0 2px;
    border-radius: 1px;
    box-sizing: border-box;
    transform-origin: center;
    transform: rotate(-45deg) scale(0.7);
}

.mx-icon-double-left:after {
    left: -4px;
}

.mx-icon-double-right:before {
    left: 4px;
}

.mx-icon-right:before, .mx-icon-double-right:before, .mx-icon-double-right:after {
    transform: rotate(135deg) scale(0.7);
}

.mx-btn {
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #73879c;
    white-space: nowrap;
}

    .mx-btn:hover {
        border-color: #1284e7;
        color: #1284e7;
    }

.mx-btn-text {
    border: 0;
    padding: 0 4px;
    text-align: left;
    line-height: inherit;
}

.mx-scrollbar {
    height: 100%;
}

    .mx-scrollbar:hover .mx-scrollbar-track {
        opacity: 1;
    }

.mx-scrollbar-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.mx-scrollbar-track {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.24s ease-out;
}

    .mx-scrollbar-track .mx-scrollbar-thumb {
        position: absolute;
        width: 100%;
        height: 0;
        cursor: pointer;
        border-radius: inherit;
        background-color: rgba(144, 147, 153, 0.3);
        transition: background-color 0.3s;
    }

.mx-zoom-in-down-enter-active, .mx-zoom-in-down-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center top;
}

.mx-zoom-in-down-enter, .mx-zoom-in-down-enter-from, .mx-zoom-in-down-leave-to {
    opacity: 0;
    transform: scaleY(0);
}

.datepicker {
    margin-bottom:20px;
}

.mx-datepicker {
    position: relative;
}

    .mx-datepicker svg {
        width: 1em;
        height: 1em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
    }

.mx-datepicker-range {
    width: 320px;
}

.mx-datepicker-inline {
    width: auto;
}

.mx-input-wrapper {
    position: relative;
}

    .mx-input-wrapper .mx-icon-clear {
        display: none;
    }

    .mx-input-wrapper:hover .mx-icon-clear {
        display: block;
    }

        .mx-input-wrapper:hover .mx-icon-clear + .mx-icon-calendar {
            display: none;
        }

    .mx-input-wrapper input:focus + label {
        top: -8px;
        font-size: 13px;
        color: #3074FF;
    }


    .mx-input-wrapper label {
        position: absolute;
        top: 14px;
        left: 14px;
        padding: 0 8px;
        cursor: text;
        color: #6C7379;
        font-size: 16px;
        transition: all .2s;
        background: #fff;
        pointer-events:none;
    }
    .mx-input-wrapper.has-value label.datepicker-label {
        top: -8px;
        font-size: 13px;
    }

.mx-datepicker.disabled {
    opacity: .6;
}

/*.mx-input::placeholder, .mx-input:-ms-input-placeholder, .mx-input::-webkit-input-placeholder {
    font-weight:normal !important;
    font-size: 14px;
}*/

.mx-input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    outline: none;
    color: #3B4146;
    font-size: 17px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 1px;
}

    .mx-input:focus {
        border-color: #3074FF;
        outline: none;
    }

    .mx-input:disabled, .mx-input.disabled {
        cursor: not-allowed;
    }

    .mx-input::-ms-clear {
        display: none;
    }

.mx-icon-calendar, .mx-icon-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

.mx-icon-clear {
    cursor: pointer;
}

    .mx-icon-clear:hover {
        color: rgba(0, 0, 0, 0.8);
    }

.mx-datepicker-main {
    color: #73879c;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 2001;
}

.mx-datepicker-sidebar {
    float: left;
    box-sizing: border-box;
    width: 100px;
    padding: 6px;
    overflow: auto;
}

    .mx-datepicker-sidebar + .mx-datepicker-content {
        margin-left: 100px;
        border-left: 1px solid #e8e8e8;
    }

.mx-datepicker-body {
    position: relative;
    user-select: none;
}

.mx-btn-shortcut {
    display: block;
    padding: 0 6px;
    line-height: 24px;
}

.mx-range-wrapper {
    display: flex;
}

@media (max-width: 750px) {
    .mx-range-wrapper {
        flex-direction: column;
    }
}

.mx-datepicker-header {
    padding: 6px 8px;
    border-bottom: 1px solid #e8e8e8;
}

.mx-datepicker-footer {
    padding: 6px 8px;
    text-align: right;
    border-top: 1px solid #e8e8e8;
}

.mx-calendar {
    box-sizing: border-box;
    width: 248px;
    padding: 6px 12px;
}

    .mx-calendar + .mx-calendar {
        border-left: 1px solid #e8e8e8;
    }

.mx-calendar-header, .mx-time-header {
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
}

.mx-btn-icon-left, .mx-btn-icon-double-left {
    float: left;
}

.mx-btn-icon-right, .mx-btn-icon-double-right {
    float: right;
}

.mx-calendar-header-label {
    font-size: 14px;
}

.mx-calendar-decade-separator {
    margin: 0 2px;
}

    .mx-calendar-decade-separator:after {
        content: '~';
    }

.mx-calendar-content {
    position: relative;
    height: 224px;
    box-sizing: border-box;
}

    .mx-calendar-content .cell {
        cursor: pointer;
    }

        .mx-calendar-content .cell:hover {
            color: #73879c;
            background-color: #f3f9fe;
        }

        .mx-calendar-content .cell.active {
            color: #fff;
            background-color: #1284e7;
        }

        .mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
            color: #73879c;
            background-color: #dbedfb;
        }

        .mx-calendar-content .cell.disabled {
            cursor: not-allowed;
            color: #ccc;
            background-color: #f3f3f3;
        }

.mx-calendar-week-mode .mx-date-row {
    cursor: pointer;
}

    .mx-calendar-week-mode .mx-date-row:hover {
        background-color: #f3f9fe;
    }

    .mx-calendar-week-mode .mx-date-row.mx-active-week {
        background-color: #dbedfb;
    }

    .mx-calendar-week-mode .mx-date-row .cell:hover {
        color: inherit;
        background-color: transparent;
    }

    .mx-calendar-week-mode .mx-date-row .cell.active {
        color: inherit;
        background-color: transparent;
    }

.mx-week-number {
    opacity: 0.5;
}

.mx-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

    .mx-table th {
        padding: 0;
        font-weight: 500;
        vertical-align: middle;
    }

    .mx-table td {
        padding: 0;
        vertical-align: middle;
    }

.mx-table-date td, .mx-table-date th {
    height: 32px;
    font-size: 12px;
}

.mx-table-date .today {
    color: #2a90e9;
}

.mx-table-date .cell.not-current-month {
    color: #ccc;
    background: none;
}

.mx-time {
    flex: 1;
    width: 224px;
    background: #fff;
}

    .mx-time + .mx-time {
        border-left: 1px solid #e8e8e8;
    }

.mx-calendar-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mx-time-header {
    border-bottom: 1px solid #e8e8e8;
}

.mx-time-content {
    height: 224px;
    box-sizing: border-box;
    overflow: hidden;
}

.mx-time-columns {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mx-time-column {
    flex: 1;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center;
}

    .mx-time-column:first-child {
        border-left: 0;
    }

    .mx-time-column .mx-time-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mx-time-column .mx-time-list::after {
            content: '';
            display: block;
            height: 192px;
        }

    .mx-time-column .mx-time-item {
        cursor: pointer;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

        .mx-time-column .mx-time-item:hover {
            color: #73879c;
            background-color: #f3f9fe;
        }

        .mx-time-column .mx-time-item.active {
            color: #1284e7;
            background-color: transparent;
            font-weight: 700;
        }

        .mx-time-column .mx-time-item.disabled {
            cursor: not-allowed;
            color: #ccc;
            background-color: #f3f3f3;
        }

.mx-time-option {
    cursor: pointer;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
}

    .mx-time-option:hover {
        color: #73879c;
        background-color: #f3f9fe;
    }

    .mx-time-option.active {
        color: #1284e7;
        background-color: transparent;
        font-weight: 700;
    }

    .mx-time-option.disabled {
        cursor: not-allowed;
        color: #ccc;
        background-color: #f3f3f3;
    }

.mx-datepicker.error input {
    border-color: #eb1305;
}


.datepicker.error .mx-input {
    border-color: #fe5050;
}

.datepicker.error .datepicker-label {
    color: #fe5050;
}

.datepicker .error-text {
    position: relative;
    width: 100%;
    font-size: 11px;
    color: #fe5050;
    margin-top: 5px;
    letter-spacing: .5px;
}

    .datepicker .error-text::after {
        position: absolute;
        right: 10px;
        top: -43px;
        content: url(/assets/images/icon-warning.svg);
        display: block;
    }

.datepicker.error .mx-icon-calendar, .datepicker.error .mx-icon-clear {
    display: none;
}

@media (max-width: 767px) {
    .mx-input {
        padding: 15px;
        font-size: 14px;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Assets/Images/loader_2_50x50.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Assets/fonts/slick.eot');
    src: url('/Assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/slick.woff') format('woff'), url('/Assets/fonts/slick.ttf') format('truetype'), url('/Assets/fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;
    right:0;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 8px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 26px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
    .slick-dots li button:before {
        font-size: 3rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 8px;
        content: '';
        text-align: center;
        opacity: .25;
        background-color: #a5a5a5;
        color: #a5a5a5;
        border-radius: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .slick-dots li.slick-active button:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        color: #3B4146;
        background-color: #3B4146;
        font-size: 3rem;
    }

@media screen and (max-width: 767px) {
    .slick-dots {width:100%;bottom:-25px;}
}

/* TEXTBOX */
.textbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

    .textbox input {
        width: 100%;
        padding: 15px 20px;
        border-radius: 5px;
        border: 1px solid #a5a5a5;
        background-color: #fff;
        outline: none;
        color: #3B4146;
        font-size: 17px;
        text-transform: none;
        font-weight: bold;
        transition: all .1s;
        letter-spacing: 1px;
    }

input#name, input#surname {
    text-transform: uppercase;
}

.textbox input:focus {
    border: 1px solid #3074FF;
}

.textbox.float-label input:focus + label {
    top: -8px;
    font-size: 13px;
    color: #3074FF;
}

.textbox.float-label.has-value label {
    top: -8px;
    font-size: 13px;
}

.textbox .typeahead.has-value + label {
    top: -8px;
    font-size: 13px;
}

.textbox .typeahead {
    text-transform: uppercase;
}

    .textbox .typeahead + label span {
        display: none;
        margin-left: 5px;
    }

    .textbox .typeahead.loading + label span {
        display: inline-block;
    }

.textbox.twitter-typeahead label.arrow {
    position: absolute;
    right: 0;
    left: auto;
}

.textbox.twitter-typeahead .arrow::after {
    content: '\f078';
    font-family: Fontawesome;
    position: absolute;
    width: 45px;
    height: 100%;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #a5a5a5;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    pointer-events: none;
    cursor: pointer;
}

.textbox.twitter-typeahead.opened .arrow::after {
    content: '\f077';
    background: #3074FF;
    color: #fff;
    pointer-events: all;
}

.textbox.twitter-typeahead.opened input.typeahead {
    border-color: #3074FF;
}

    .textbox.twitter-typeahead.opened input.typeahead + label {
        color: #3074FF;
    }

.textbox.twitter-typeahead .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.textbox.twitter-typeahead .tt-hint {
    color: #999 !important;
}

.textbox.twitter-typeahead .tt-menu {
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    z-index: 9999 !important;
    max-height: 150px;
    overflow-y: auto;
}

    .textbox.twitter-typeahead .tt-menu .empty-message {
        font-size: 12px;
        padding: 0 15px;
    }

.textbox.twitter-typeahead .tt-suggestion {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #71818D;
}

    .textbox.twitter-typeahead .tt-suggestion:hover {
        cursor: pointer;
        background-color: rgba(48, 116, 255, 0.1);
    }

    .textbox.twitter-typeahead .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .textbox.twitter-typeahead .tt-suggestion p {
        margin: 0;
    }

    .textbox.twitter-typeahead .tt-suggestion img {
        width: 50px;
        margin-right: 10px;
    }

    .textbox.twitter-typeahead .tt-suggestion.img-option {
        padding: 7px 10px;
        display: flex;
    }

.textbox.twitter-typeahead .error-text {
    display: none;
    position: absolute;
}

    .textbox.twitter-typeahead .error-text::after {
        display: none;
    }


.textbox.twitter-typeahead.tt-occupation.error {
    margin-bottom: 40px;
}

.textbox.twitter-typeahead.error .error-text {
    display: block;
}

hr.tt-suggestion {
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

    hr.tt-suggestion:hover {
        cursor: default;
        background-color: transparent;
    }

.tt-suggestion.tt-cursor {
    color: inherit;
    background-color: #c8c8c8;
    font-weight: bold;
}

.tt-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.tt-menu::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.tt-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(102, 143, 255, 0.2);
}


.textbox label {
    font-size: 16px;
    color: #6C7379;
    font-weight: 600;
    transition: all .2s;
    letter-spacing: .3px;
}

.textbox.float-label label {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 0 8px;
    cursor: text;
    color: #6C7379;
    font-weight: 400;
    background: #fff;
}

.textbox.error input, .textbox input.has-error {
    border-color: #fe5050;
}

    .textbox.error input, .textbox.error.float-label label, .textbox input.has-error + label {
        color: #fe5050 !important;
    }

.textbox .error-text, .textbox .valid-text, .multiple-inline-textbox .error-text {
    position: relative;
    width: 100%;
    font-size: 11px;
    color: #fe5050;
    margin-top: 5px;
    letter-spacing: .5px;
}

    .textbox .error-text::after {
        position: absolute;
        right: 10px;
        top: -43px;
        content: url(/assets/images/icon-warning.svg);
        display: block;
    }

.textbox .valid-text {
    color: #38C976;
}

    .textbox .valid-text::after {
        position: absolute;
        right: 15px;
        top: -40px;
        font-family: FontAwesome;
        font-size: 18px;
        content: "\f058";
        color: #38C976;
    }

.textbox.valid input, .textbox input.valid {
    border-color: #38C976;
}

    .textbox.valid input, .textbox.valid.float-label label, .textbox input.valid + label {
        color: #38C976 !important;
    }

.textbox.disabled {
    opacity: .6;
}

    .textbox.disabled input[disabled] {
        cursor: not-allowed;
    }

@media (max-width: 767px) {
    .textbox input {
        padding: 15px;
        font-size: 14px;
    }
}

/* /TEXTBOX */

#calculate-mtv .twitter-typeahead.textbox label,
#calculate-tax .twitter-typeahead.textbox label,
#calculate-fuelConsumption .twitter-typeahead.textbox label,
#calculate-depreciationCar .twitter-typeahead.textbox label {
    display: none !important;
}

.textarea label {
    width: 100%;
    font-size: 16px;
    color: rgb(108, 115, 121);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.textarea textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    outline: none;
    color: #3B4146;
    text-transform: none;
    transition: all .1s;
    letter-spacing: 1px;
    resize: none;
}

.textbox input::placeholder{
    color: lightgray;
}

.chkbox {
    position: relative;
    color: #343e47;
    padding-left: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 20px;
}

    .chkbox a {
        color: #343e47;
        text-decoration: underline;
    }

    .chkbox input[type=checkbox], .chkbox input[type=radio] {
        position: absolute;
    }

    .chkbox.disabled {
        opacity: .6;
        cursor: not-allowed;
    }

    .chkbox.error, .chkbox.error a {
        color: #eb1305;
    }

input[type=checkbox], input[type=radio] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    margin-top: 0;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #a5a5a5;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox] {
    border-radius: 5px;
}

    input[type=checkbox]:hover, input[type=radio]:hover {
        background: #f9f9f9;
    }

    input[type=checkbox]:disabled:hover, input[type=radio]:disabled:hover {
        background: #fff;
    }

    input[type=checkbox]:checked, input[type=radio]:checked {
        background-color: #3074FF;
        box-shadow: none;
        border-color: #3074FF;
    }

    input[type=checkbox]:after, input[type=radio]:after {
        content: "";
        display: none;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
    }

    input[type=checkbox]:after {
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: transparent;
        border-radius: 0;
        margin-top: -2px;
    }

    input[type=checkbox]:checked:after, input[type=radio]:checked:after {
        display: block;
    }

/* Chkbox img */
.chkbox-img{
    background-color: #f6f6f6;
    border-radius:5px;
}

.chkbox-img label {
    padding: 20px 5px 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
    align-items: center;
    width: 200px;
    border: 2px solid transparent;
    height: 100%;
    justify-content: center;
    text-align: center;
}

    .chkbox-img label img {
        align-self: center;
        margin-bottom:10px;
        height:45px;
    }
    .chkbox-img label small {
        font-size:14px;
    }

.chkbox-img input {
    display: none;
}

    .chkbox-img input[type=checkbox]:checked + label, .chkbox-img input[type=radio]:checked + label {
        border: 2px solid #37424A;
        font-weight: bold;
        background-color: #fff;
    }
/* /Chkbox img */

.btn-solid {
    background-color: #37424A;
    color: #fff;
}

    .btn-solid:not([disabled]):hover,
    .btn-solid:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #F0F0F0;
        color: #000;
    }

.btn-ghost {
    background-color: #fff;
    border: 1px solid #3074FF;
    color: #3074FF;
}

    .btn-ghost:not([disabled]):hover,
    .btn-ghost:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #3074FF;
        color: #fff;
    }

.btn-success {
    background-color: #419641;
    border: 1px solid #419641;
    color: #fff;
}

    .btn-success:not([disabled]):hover,
    .btn-success:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #419641;
        color: #fff;
    }

.btn-solid,
.btn-ghost,
.btn-success {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    letter-spacing: 1px;
}

    .btn-solid[disabled],
    .btn-ghost[disabled],
    .btn-success[disabled] {
        opacity: .6;
    }

/*#region CORPORATE-BUTTON*/

.corporate-button {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    text-align: center;
    color: inherit;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 9px;
}

    .corporate-button.active,
    input:checked + .corporate-button {
        box-shadow: 0 0px 6px 3px #4372f6;
    }

    .corporate-button:hover,
    .corporate-button:focus {
        cursor: pointer;
        text-decoration: none;
        color: dimgray;
        fill: dimgray;
    }

    .corporate-button:active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-BUTTON*/

/*#region CORPORATE-LINK*/

.corporate-link {
    color: inherit;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none !important;
}

    .corporate-link:not(.active):hover,
    .corporate-link:not(.active):focus-within,
    .corporate-link:not(.active):hover > svg,
    .corporate-link:not(.active):focus-within > svg {
        color: #1e49a2;
        fill: #1e49a2;
    }

    .corporate-link:not(.active):active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-LINK*/



.btn-link {
    color: #878E94;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    border: 0;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:visited {
        text-decoration: none;
        outline: none;
    }

    .btn-link:hover {
        text-decoration: underline;
    }

    .btn-link:active {
        font-weight: 800;
    }

    .btn-link.icon-link .fa {
        margin-left: 3px;
        font-size: 12px;
    }

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover {
                color: #777;
                text-decoration: none
            }

            .btn-link img {
                vertical-align: sub;
            }

            .btn-link.blue {
                color: #3074FF;
            }

            .btn-link.underline {
                text-decoration: underline;
            }

/* Btn Loading */
.btn-solid .loading, .btn-ghost .loading {
    display: none;
}

.btn-loading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

    .btn-loading .loading {
        display: block;
        margin-left: 10px;
        -webkit-animation: fa-spin 1s steps(8) infinite;
        animation: fa-spin 1s steps(8) infinite;
    }

        .btn-loading .loading:before {
            content: "\f110";
            font-family: FontAwesome, sans-serif;
        }
/* /Btn Loading */

/*.imm-insurance .detail .left-detail .imm-text {
    border: solid 7px rgba(201, 201, 201, 0.06);
    padding: 10px 35px;
    border-radius: 5px;
    height: 450px;
    overflow-y: auto;
    background-color: #f7f8fb;
}*/
/*
.campaign-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: transparent;
}

.campaign-list::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}

.campaign-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #bcbcbc;
}
*/
body {
    background-color: #FCFCFC;
}

h1 {
    color: #F51300;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

/* Steps */
.steps {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

    .steps > div {
        width: 33%;
        text-align: center;
        border-bottom: 2px solid #878E94;
        color: #878E94;
        font-weight: bold;
    }

    .steps .second {
        border-bottom: 2px solid #3B4146;
        color: #3B4146;
    }
/* /Steps */

.offerListLoading {
    position: absolute !important;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 95;
    top: 0;
}

    .offerListLoading img {
        position: absolute !important;
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: none;
}

section#callTo {
    display: none !important;
}

.offer-form-info-container .info-detail {
    gap: 10px;
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-weight: bold;
}

    .offer-form-info-container .info-detail > div > * {
        display: block;
        margin: 10px 0;
    }

    .offer-form-info-container .info-detail .info-icon {
        text-align: center;
    }

        .offer-form-info-container .info-detail .info-icon img {
            height: 50px;
        }

    .offer-form-info-container .info-detail .info-brand {
        padding-right: 10px;
        border-right: 1px solid #3B4146;
    }

    .offer-form-info-container .info-detail button {
        display: none;
    }

.offer-form-info-container .yourInformation {
    border: 1px solid #d2d2d2;
    border-radius: 25px;
    /*border-bottom: none;*/
}

    .offer-form-info-container .yourInformation.showed {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .offer-form-info-container .yourInformation table {
        border: none;
        margin-bottom: 0;
    }

        .offer-form-info-container .yourInformation table tr .logoBrand {
            padding: 10px 0;
        }

        .offer-form-info-container .yourInformation table tr th {
            font-size: 13px;
            font-weight: 700;
            color: #65675b;
            vertical-align: middle;
            padding: 10px 20px;
            padding-bottom: 0;
        }

        .offer-form-info-container .yourInformation table tr td {
            font-weight: 400;
            color: #65675b;
            vertical-align: middle;
            padding: 10px 20px;
            border-right: 1px solid #dadada;
        }

            .offer-form-info-container .yourInformation table tr td:last-child {
                border-right-width: 0;
            }

            .offer-form-info-container .yourInformation table tr td strong {
                display: block;
                margin-bottom: 5px;
            }

    .offer-form-info-container .yourInformation .updateMyInfo {
        padding-left: 15px;
    }

        .offer-form-info-container .yourInformation .updateMyInfo a {
            background: #ecebeb;
            display: block;
            color: #65675b;
            font-size: 10px;
            font-weight: 700;
            height: 65px;
            width: 65px;
            text-align: center;
            -moz-box-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0.8);
            box-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0.8);
            -moz-sbox-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0.8);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0.8);
        }

            .offer-form-info-container .yourInformation .updateMyInfo a:active {
                -moz-box-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0);
                box-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0);
                -moz-sbox-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0);
                -webkit-box-shadow: 0px 2px 0px 0px rgba(196, 196, 196, 0);
                background: #e1e0e0;
            }

            .offer-form-info-container .yourInformation .updateMyInfo a span.icon-geri_don {
                display: block;
                position: relative;
                top: 7px;
                margin-bottom: 13px;
                background: url(../images/reset.png) no-repeat center center;
                width: 100%;
                height: 35px;
                background-size: contain;
                -moz-background-size: contain;
                -webkit-background-size: contain;
                -o-background-size: contain;
            }

.offer-form-info-container .info-text h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #37424a;
    margin: 20px 0;
    display: block;
}

.offer-form-info-container .info-text .result-text {
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    color: #3B4146;
    display: flex;
    align-items: center;
    text-align: left;
}

.offer-form-info-container .info-text .dask-renewal-text {
    text-align: center;
}

.text-slider-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 80px;
}

    .text-slider-container .sliding-vertical {
        min-height: 30px;
        width: 100%;
        display: flex;
        align-items: center;
    }

.info-container {
    position: relative;
}

.tooltip {
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: #000;
    text-align: center;
    border: 1px black solid;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.info-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}


.sort-dropdown {
    position: relative;
}

    .sort-dropdown .dropdown-menu {
        position: absolute;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
        width: 100%;
        z-index: 999;
        overflow: hidden;
    }

        .sort-dropdown .dropdown-menu li {
            padding: 7px 12px;
            font-weight: 400;
            color: #71818D;
        }

            .sort-dropdown .dropdown-menu li:hover {
                cursor: pointer;
                background: rgba(48, 116, 255, 0.1);
            }

    .sort-dropdown button {
        padding: 10px 40px !important;
        border-color: lightgray !important;
        border-radius: 10px !important;
        display: flex;
        align-items: center;
        font-weight: 600;
        letter-spacing: 0;
        color: #3B4146;
    }


        .sort-dropdown button span {
            display: block;
        }

            .sort-dropdown button span img {
                height: 24px;
                filter: grayscale(1) contrast(5);
            }


.packages {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 15px;
}

    .packages button {
        margin-right: 15px;
        background: #FFF;
        border-radius: 5px;
        padding: 10px 20px;
        font-weight: normal;
        border: 1.5px solid #C4C4C4;
        color: #3B4146;
        min-width: 120px;
    }

        .packages button.active {
            color: #fff;
            font-weight: bold;
        }

    .packages button {
        border-width: 2px;
        transition: background 0.3s ease, border-color 0.3s ease;
    }

        .packages button.btn-solid:not([disabled]):hover, .packages button.btn-solid:not([disabled]):focus {
            background-color: var(--main-color);
        }

        .packages button.package-1 {
            --main-color: #F1BC00;
        }

        .packages button.package-2 {
            --main-color: #92C83E;
        }

        .packages button.package-3 {
            --main-color: #EF675C;
        }

        .packages button.package-4 {
            --main-color: #3074FF;
        }

    .packages button {
        border-color: var(--main-color);
    }

        .packages button:hover {
            background: var(--main-color) !important;
        }

        .packages button.active {
            background: var(--main-color);
            border-color: var(--main-color);
        }


@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(25px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.birthday-error {
    display: flex;
    flex-direction: column;
    max-width: 365px;
    margin: 15px auto;
}

.text-slider-container .sliding-vertical h6 {
    animation: topToBottom 20s linear infinite 0s;
    -ms-animation: topToBottom 20s linear infinite 0s;
    -webkit-animation: topToBottom 20s linear infinite 0s;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
}

    .text-slider-container .sliding-vertical h6:nth-child(2) {
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }

    .text-slider-container .sliding-vertical h6:nth-child(3) {
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    .text-slider-container .sliding-vertical h6:nth-child(4) {
        animation-delay: 15s;
        -ms-animation-delay: 15s;
        -webkit-animation-delay: 15s;
    }
/* Campaign slider */
.campaign-slider {
    display: flex;
    flex-direction: column;
    max-width: 1170px;
    padding: 15px 0;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-top: 35px;
    background-color: #fff;
    margin-bottom: 40px;
}

    .campaign-slider .campaign-slider-text {
        text-align: left;
        padding-left: 32px;
    }

        .campaign-slider .campaign-slider-text h2 {
            margin-top: 0;
        }

    .campaign-slider .campaigns-container {
        display: flex;
        border-radius: 5px;
        width: 100%;
    }

        .campaign-slider .campaigns-container .campaign-list {
            display: flex;
            border-radius: 5px;
            background-color: #fff;
            /*overflow: hidden;*/
            /*overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;*/
        }


.campaign-container {
    margin-left: -20px;
    margin-right: -20px;
}

.campaign-list {
    overflow-x: hidden;
    /*justify-content:center;*/
    display: flex;
    /*padding:0 22px;*/
    margin: 0 32px;
}
    /*    ..campaign-list::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
    }

.campaign-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding-top:5px;
    background-color: transparent;
}

.campaign-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #bcbcbc;
}*/

    .campaign-list .slick-track {
        /*width:auto !important;*/
    }

.campaigns {
    margin-right: 20px;
    cursor: grab;
    /*min-width:300px;*/
}

    .campaigns:active {
        cursor: grabbing;
    }

    .campaigns:last-child {
        margin-right: 0;
    }

.campaign-list .campaigns img {
    border-radius: 5px;
    /*border: 1px solid #a5a5a5;*/
    /*margin-right: 30px;*/
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev:before {
    color: black;
}

.slick-next:before {
    color: black;
}

.slick-list {
    padding-left: 6px;
    max-width: 1050px;
}

.slick-arrow {
    z-index: 1;
    border: none;
}

.prev-arrow {
    font-size: 23px;
    left: 0;
    margin-top: 35px;
    width: 21.1px;
    height: 20.6px;
    /*margin: 115px -20px 0px 0px;
    object-fit: contain;*/
    background-color: transparent;
    color: #a5a5a5;
}

.next-arrow {
    margin-left: -10px;
    margin-top: 35px;
    font-size: 23px;
    right: 0;
    height: 20.6px;
    /*margin: 115px 10px 0px -23px;
    object-fit: contain;*/
    background-color: transparent;
    color: #a5a5a5;
}

.slick-initialized .slick-slide {
    /*margin-right:24px;*/
}
/* Campaign slider */
.offer-form-info-container .progress-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .offer-form-info-container .progress-container .progress-number {
        width: 8%;
        text-align: right;
        font-size: 34px;
        font-weight: bold;
    }

    .offer-form-info-container .progress-container .progress {
        display: block;
        position: relative;
        border-radius: 5px;
        height: 9px;
        overflow: visible;
        background: #F3F3F3;
        width: 92%;
    }

        .offer-form-info-container .progress-container .progress .progress-bar {
            position: absolute;
            left: 0;
            top: 0;
            width: 1%;
        }

.offer-form-info-container .progress-loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100;
}

    .offer-form-info-container .progress-loader-container .progress-image {
        margin: 25px auto;
        height: 100px;
        width: auto;
    }

.offer-form-info-container .progress .progress-bar {
    background-color: #3074FF;
    border-radius: 5px;
    height: 9px;
    -webkit-transition: width .8s ease-out;
    -o-transition: width .8s ease-out;
    transition: width .8s ease-out;
}

.offer-form-info-container .offerListButtons {
    margin-top: 20px;
    display: block;
}

    .offer-form-info-container .offerListButtons .row div {
        padding: 0 5px;
    }

    .offer-form-info-container .offerListButtons a {
        display: block;
        padding: 20px 0;
        color: #FFF;
        text-align: center;
        width: 100%;
    }

        .offer-form-info-container .offerListButtons a span.buttonListText {
            position: relative;
            top: -10px;
            margin-right: 10px;
            font-size: 15px;
            font-weight: 400;
        }

        .offer-form-info-container .offerListButtons a span.icon-ok {
            display: inline-block;
            font-size: 40px;
            fill: #ffffff;
            -webkit-text-fill-color: #ffffff;
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            position: relative;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            top: 0;
        }

        .offer-form-info-container .offerListButtons a:hover span.icon-ok {
            top: 5px;
        }

    .offer-form-info-container .offerListButtons .listBlue {
        background: #00a1e1;
    }

    .offer-form-info-container .offerListButtons .listOrange {
        background: #fd8204;
    }

    .offer-form-info-container .offerListButtons .listDarkblue {
        background: #013ca6;
    }

.filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 30px 0;
    background-color: #d5eefabd;
    border-radius: 10px;
    margin: 30px 0 15px 0;
}

    .filter-container .title {
        width: 100%;
        text-align: center;
        color: #37424a;
        font-weight: bold;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .filter-container .note {
        width: 100%;
        text-align: center;
        color: #88949d;
        margin-bottom: 15px;
    }

    .filter-container .btn-filter-apply {
        border-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-left: -10px;
    }

.filter-dropdown-container {
    display: flex;
}

.filter {
    display: flex;
    position: relative;
}

    .filter .twitter-typeahead {
        position: relative;
        display: inline-block;
    }

        .filter .twitter-typeahead:after {
            position: absolute;
            top: 12px;
            right: 5px;
            font-family: "FontAwesome";
            content: "\f054";
            display: inline-block;
            padding-right: 3px;
            vertical-align: middle;
            font-weight: 900;
            color: #f90f00;
        }

    .filter .vfl-label-on-focus + .twitter-typeahead:after {
        content: "\f078";
    }

    .filter .form-control {
        min-width: 240px;
        padding: 15px 25px 5px 20px;
        background-color: #fff;
        box-shadow: 0 0 5px #bbb;
        border: 0;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .filter .vfl-label {
        font-weight: bold;
        color: #34424b;
    }

    .filter .remove {
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 25px;
        padding: 5px 15px;
        background: #d5eefabd;
        font-size: 12px;
        color: #37424a;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 15px;
    }

        .filter .remove .btn {
            position: absolute;
            top: 8px;
            right: 8px;
            padding: 0;
            background: transparent;
            line-height: 1px;
            font-size: 10px;
        }

.offer-item-container {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
    margin-top: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .offer-item-container .bank-credit-badge {
        padding: 3px 15px;
        background: #fdf6e5;
        color: #efb739;
        letter-spacing: 1px;
        text-align: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-weight: 600;
    }

        .offer-item-container .bank-credit-badge img {
            margin-right: 15px;
        }

body.modal-open {
    padding-right: inherit !important;
}

.change-coverage .modal-dialog {
    height: 100%;
}

.change-coverage select.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

    .change-coverage select.form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

.change-coverage .close {
    right: 15px;
    font-size: 38px;
    line-height: 20px;
    opacity: .5;
}

    .change-coverage .close:hover {
        opacity: 1;
    }

.change-coverage-loading {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #ffffffeb;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
}

.change-coverage-loading img {
    height: 80px;
}

.offer-item {
    border: 1px solid #E5E5E5;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    min-height: 110px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 45px 15px 35px 15px;
    color: #3B4146;
    overflow: hidden;
}



    .offer-item .header {
        font-size: 13px;
        font-weight: bold;
    }

    .offer-item .package-badge {
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px;
        color: #fff;
        border-top-left-radius: 5px;
        font-size: 16px;
        letter-spacing: .5px;
        width: 125px;
        text-align: center;
        background: #3074FF;
    }

        .offer-item .package-badge.package-1 {
            background: #F1BC00;
        }

        .offer-item .package-badge.package-2 {
            background: #92C83E;
        }

        .offer-item .package-badge.package-3 {
            background: #EF675C;
        }

        .offer-item .package-badge.package-6 {
            background: #ceffaa;
            color: black;
        }


    .offer-item .min-price-badge {
        position: absolute;
        left: 15px;
        top: 0;
        padding: 3px 10px;
        color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 10px;
        letter-spacing: .5px;
        text-align: center;
        background: #FE5050;
    }

    .offer-item .compare {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 20px;
        height: 20px;
        border: 1px solid;
        border-radius: 100%;
        align-self: center;
        top: 15px;
        right: 15px;
        position: absolute;
    }

        .offer-item .compare .chkbox {
            margin-bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .offer-item .compare .chkbox .compare-checkbox {
                width: 10px;
                height: 10px;
            }

            .offer-item .compare .chkbox input[type=checkbox] {
                border: none;
            }

            .offer-item .compare .chkbox input[type=radio] {
                border: none;
            }

            .offer-item .compare .chkbox input[type=checkbox]:checked {
                background-color: #37424a !important;
                box-shadow: none;
                border-color: #37424a !important;
            }

            .offer-item .compare .chkbox input[type=radio]:checked {
                background-color: #37424a !important;
                box-shadow: none;
                border-color: #37424a !important;
            }

        .offer-item .compare input[type=checkbox] {
            border-color: #3B4146;
            border-radius: 100%;
        }

            .offer-item .compare input[type=checkbox]:checked {
                border-color: #3074FF;
            }

            .offer-item .compare input[type=checkbox]:after {
                content: '';
                display: flex;
                align-items: center;
                width: 20px;
                justify-content: center;
                height: 20px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                font-weight: 200;
                margin-top: 0;
                font-size: 26px;
                border: 0;
                color: #3B4146;
            }

            .offer-item .compare input[type=checkbox]:checked:after {
                content: '';
                color: #fff;
                margin-top: -2px;
                font-size: 20px;
            }

    .offer-item .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-basis: 17%;
    }

        .offer-item .logo img:first-child {
            height: 80px;
        }

    .offer-item .price.cash-price {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
    }

        .offer-item .price.cash-price .header {
            margin: 0;
        }

    .offer-item .price {
        position: relative;
        width: 40%;
        padding: 15px 15px 0 15px;
        margin: auto;
    }

        .offer-item .price .header {
            margin-top: 6px;
            font-weight: normal;
        }

        .offer-item .price .gross {
            font-size: 26px;
            font-weight: bold;
        }

        .offer-item .price .installment {
            font-size: 18px;
        }

        .offer-item .price .old-gross {
            font-size: 12px;
            text-decoration: line-through;
            margin-top: -8px;
            line-height: 12px;
        }

        .offer-item .price .banner-text {
            font-size: 12px;
        }

    .offer-item .buttons {
        display: flex;
        justify-content: space-evenly;
        padding: 0 15px;
        flex-direction: column;
        text-align: right;
    }

        .offer-item .buttons .installment-text {
            margin-left: auto;
        }

        .offer-item .buttons .btn-ghost {
            letter-spacing: 0;
        }

        .offer-item .buttons .btn-ghost, .detail-container .btn-ghost {
            padding: 12px 20px;
            font-weight: bold;
            color: #3B4146;
        }

        .offer-item .buttons .btn-alternateprice {
            padding: 10px 15px !important;
            width: 100%;
            min-width: 170px;
        }

        .offer-item .buttons .btn-add-info {
            min-width: 208px;
        }

        .offer-item .buttons .btn-ghost:hover, .detail-container .btn-ghost:hover {
            background-color: #37424A;
            color: #fff;
        }

        .offer-item .buttons .btn-ghost:focus, .detail-container .btn-ghost:focus {
            background-color: #37424A;
            color: #fff;
        }

        .offer-item .buttons .btn-ghost:disabled, .detail-container .btn-ghost:disabled {
            background-color: transparent;
            color: inherit;
        }

        .offer-item .buttons .btn-callcenter {
            line-height: 18px;
            min-width: 208px;
            text-align: center;
            padding: 4px 20px;
        }

            .offer-item .buttons .btn-callcenter span {
                display: block;
                color: #3074FF;
            }

            .offer-item .buttons .btn-callcenter:hover span {
                color: #fff;
            }

        .offer-item .buttons .top {
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
        }

    .offer-item .alternateprice-container {
        margin-top: 15px;
    }

    .offer-item.has-bank-credit-payment .buttons {
        justify-content: space-evenly;
    }

    .offer-item .min-price {
        height: 100px;
        right: -50px;
        position: absolute;
        top: -50px;
        width: 100px;
        -webkit-transform: rotate(45deg);
        background-image: linear-gradient(to top, #26a7ea, #218ced);
    }

        .offer-item .min-price span {
            color: #fff;
            font-size: 10px;
            left: 26px;
            top: 61px;
            position: absolute;
            width: 48px;
            text-align: center;
        }

            .offer-item .min-price span .fa-star {
                display: block;
                -webkit-transform: rotate(30deg);
            }

    .offer-item .btn-detail {
        font-size: 16px;
        position: absolute;
        font-weight: normal;
        bottom: 0;
        left: 0;
    }

        .offer-item .btn-detail .fa {
            margin-left: 0;
        }

        .offer-item .btn-detail.closed .fa-chevron-up {
            display: none;
        }

        .offer-item .btn-detail.closed .fa-chevron-down {
            display: inline;
        }

        .offer-item .btn-detail.opened .fa-chevron-down {
            display: none;
        }

        .offer-item .btn-detail.opened .fa-chevron-up {
            display: inline;
        }

    .offer-item .compare input[type=checkbox].css-checkbox + label.css-label-check {
        margin-left: 5px;
    }

    .offer-item .compare input[type=checkbox][disabled] {
        opacity: 0.5;
        filter: alpha(opacity=10); /* For IE8 and earlier */
        cursor: not-allowed;
    }

    .offer-item.min-price {
        border: 1px solid #3B4146;
    }

        .offer-item.min-price.package-1 {
            border-color: #F1BC00;
        }

        .offer-item.min-price.package-2 {
            border-color: #92C83E;
        }

        .offer-item.min-price.package-3 {
            border-color: #EF675C;
        }

#offerList .btn-oldoffers {
    margin: 30px auto;
    width: 205px;
    display: block;
}

section#offerList .listBlock .policyListItem .offer-summary-container {
    padding: 0;
}

section#offerList .listBlock .policyListItem .listItemButtons {
    padding-top: 30px;
}

section#offerList .listBlock .policyListItem {
    margin-top: 20px;
    position: relative;
    border: 1px solid #37424a;
    border-radius: 15px;
    padding: 10px 0;
}

    section#offerList .listBlock .policyListItem.compare-checked {
        border-color: #36a9e1;
    }

    section#offerList .listBlock .policyListItem table.offer-summary tr th.listItemButtons {
        border-right: 0;
        padding-right: 5px;
        padding-top: 0;
        padding-left: 10px;
        color: inherit;
        width: 14%;
    }

    section#offerList .listBlock .policyListItem .listItemButtons .btn {
        padding: 15px 45px 15px 20px;
        border-radius: 10px;
        width: 155px;
    }

    section#offerList .listBlock .policyListItem .listItemButtons .btn-callcenter {
        padding: 8px 12px;
        font-size: 12px;
    }

    section#offerList .listBlock .policyListItem .row {
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    section#offerList .listBlock .policyListItem .fixTooltip {
        background: #bd3632;
        color: #ffffff;
        padding: 7px 10px;
        display: block;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-top-left-radius: 10px;
        -moz-border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: absolute;
        top: -35px;
        left: 50%;
        margin-left: -51px;
    }

        section#offerList .listBlock .policyListItem .fixTooltip span {
            z-index: 3;
            position: relative;
            font-size: 11px;
            line-height: 11px;
            font-weight: 700;
            text-align: center;
            display: block;
        }

            section#offerList .listBlock .policyListItem .fixTooltip span img {
                width: 16px;
                display: inline-block;
                margin-left: 5px;
                vertical-align: sub;
            }

    section#offerList .listBlock .policyListItem table.offer-summary {
        padding: 0;
        margin: 0;
    }

        section#offerList .listBlock .policyListItem table.offer-summary tr th {
            vertical-align: middle;
            font-size: 13px;
            color: #bd3632;
            font-weight: 700;
            padding: 10px 20px 0 20px;
            border-right: 1px solid #dadada;
            position: relative;
        }

        section#offerList .listBlock .policyListItem table.offer-summary tr td {
            font-size: 12px;
            color: #383d4b;
            font-weight: 400;
            padding: 0 20px;
            border-right: 1px solid #dadada;
            position: relative;
        }

            section#offerList .listBlock .policyListItem table.offer-summary tr td:last-child, section#offerList .listBlock .policyListItem table.offer-summary tr th:last-child {
                border-width: 0;
            }

            section#offerList .listBlock .policyListItem table.offer-summary tr td.listItem_price strong {
                font-size: 24px;
                font-weight: 700;
            }

            section#offerList .listBlock .policyListItem table.offer-summary tr td.listItem_price i {
                font-size: 13px;
                font-weight: 400;
                font-style: normal;
            }

            section#offerList .listBlock .policyListItem table.offer-summary tr td.listItem_price small {
                font-size: 13px;
                font-weight: 400;
            }

    section#offerList .listBlock .policyListItem .listItemButtons table {
        display: none;
        text-align: center;
    }

        section#offerList .listBlock .policyListItem .listItemButtons table tr {
            text-align: center;
        }

            section#offerList .listBlock .policyListItem .listItemButtons table tr th {
                text-align: center;
                padding: 0 0 8px 0;
            }

    section#offerList .listBlock .policyListItem table.offer-summary .logoBrand {
        padding: 0;
        width: 1%;
    }

        section#offerList .listBlock .policyListItem table.offer-summary .logoBrand img {
            height: 80px;
        }

    section#offerList .listBlock .policyListItem table.offer-summary th.company-name {
        width: 20%;
    }

    section#offerList .listBlock .policyListItem table.offer-summary th.offer-date {
        width: 15%;
    }

    section#offerList .listBlock .policyListItem .buttonTableGrey {
        padding: 22px 5px;
        display: table;
    }

        section#offerList .listBlock .policyListItem .buttonTableGrey a {
            background: #ecebeb;
            height: 65px;
            color: #383d4b;
            display: table-cell;
            vertical-align: middle;
            font-weight: 700;
            font-size: 13px;
            width: inherit;
            text-align: center;
            position: relative;
        }

            section#offerList .listBlock .policyListItem .buttonTableGrey a div.offerListLoading {
                top: 0;
                z-index: 90;
            }

                section#offerList .listBlock .policyListItem .buttonTableGrey a div.offerListLoading img {
                    width: 35px;
                    height: 35px;
                }

            section#offerList .listBlock .policyListItem .buttonTableGrey a span.buttonText {
                display: inline-block;
                text-align: left;
                margin-left: 5px;
            }

            section#offerList .listBlock .policyListItem .buttonTableGrey a span.icon-ok {
                -webkit-text-fill-color: #383d4b;
                fill: #383d4b;
                font-size: 28px;
                margin-left: 5px;
                position: relative;
                top: 0;
                right: 0;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            section#offerList .listBlock .policyListItem .buttonTableGrey a:hover span.icon-ok {
                right: -5px;
            }


.responsive-table {
    overflow-x: auto;
}

.breadcrumb-container {
    height: 46px;
}

.list-controls-container {
    position: relative;
}

section#offerList .listBlock .policyListItem table.offer-summary tr th.compare-container {
    width: 9%;
    text-align: center;
}

input[type=checkbox].css-checkbox:checked + .compare-container {
    background-color: limegreen;
}

/* LOADING PLACEHOLDERS */
.loading-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #f2f4f9;
    border-radius: 10px;
    padding: 25px;
    margin-top: 15px;
    overflow: hidden;
}

    .loading-placeholder .checkbox {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #f2f4f9;
        margin: 0;
    }

    .loading-placeholder .logo > div {
        border-radius: 10px;
        width: 109px;
        height: 38px;
        background: #f2f4f9;
    }

    .loading-placeholder .info {
        min-width: 50%;
        display: flex;
        flex-wrap: wrap;
    }

        .loading-placeholder .info .headers {
            border-radius: 10px;
            height: 9px;
            background: #f2f4f9;
            margin-right: 10%;
            margin-bottom: 10px;
        }

            .loading-placeholder .info .headers.first {
                width: 25%;
            }

            .loading-placeholder .info .headers.second {
                width: 20%;
            }

            .loading-placeholder .info .headers.third {
                width: 10%;
            }

        .loading-placeholder .info .text {
            width: 100%;
            border-radius: 10px;
            height: 9px;
            background: #f2f4f9;
            margin-bottom: 10px;
        }

        .loading-placeholder .info .price {
            width: 15%;
            border-radius: 10px;
            height: 9px;
            background: #f2f4f9;
            margin-left: auto;
        }

    .loading-placeholder .detail {
        border-radius: 25px;
        width: 109px;
        height: 38px;
        background: #f2f4f9;
    }

    .loading-placeholder .buy {
        border-radius: 25px;
        width: 150px;
        height: 38px;
        background: #f2f4f9;
    }

/* /LOADING PLACEHOLDERS */

.compare-tooltip {
    display: none;
    transition: all .2s;
    background: #46ba34;
    color: #ffffff;
    padding: 7px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    top: -23px;
    left: 12px;
}

    .compare-tooltip span {
        z-index: 3;
        position: relative;
        font-size: 11px;
        line-height: 11px;
        font-weight: 700;
        text-align: center;
        display: block;
    }

        .compare-tooltip span .fa {
            font-size: 16px;
            margin-left: 5px;
            vertical-align: middle;
        }

.countForList {
    transition: all .2s;
    padding: 7px 10px;
    position: absolute;
    top: -23px;
    right: 0;
}

    .countForList p {
        z-index: 3;
        position: relative;
        font-size: 13px;
        line-height: 11px;
        text-align: center;
        display: block;
    }


.compare-list-container.showed {
    display: flex;
    justify-content: center;
}

.compare-list-container {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E8E9EAB2;
    padding: 15px;
    width: 100%;
    z-index: 1001;
}

    .compare-list-container .compare-list-item-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 650px;
    }

    .compare-list-container.minimized .compare-list-item-container {
        flex-wrap: nowrap;
        max-width: 100%;
    }

    .compare-list-container .title {
        width: 100%;
        margin: 0 10px 10px;
        font-weight: bold;
        display: flex;
    }

    .compare-list-container.minimized .title {
        width: auto;
        align-items: center;
        margin: 0 15px;
    }

    .compare-list-container .title span {
        border-left: 1px solid #3B4146;
        font-weight: normal;
        display: block;
        margin-left: 10px;
        padding-left: 10px;
    }

    .compare-list-container .compare-item {
        margin: 0 10px;
        border: 1px dashed #fff;
        height: 60px;
        border-radius: 5px;
        position: relative;
        width: 175px;
        font-size: 10px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .compare-list-container.minimized .compare-item {
        width: 92px;
    }

        .compare-list-container.minimized .compare-item .price {
            display: none;
        }

    .compare-list-container.minimized .compare-btn {
        display: none;
    }

    .compare-list-container .compare-btn {
        text-align: center;
        align-self: flex-end;
    }

        .compare-list-container .compare-btn button {
            padding: 16px 25px;
        }

            .compare-list-container .compare-btn button:nth-child(2) {
                padding: 16px 3px;
            }

    .compare-list-container .compare-minimize {
        position: absolute;
        right: 10%;
        top: 30px;
        border: 1px solid #3B4146;
        border-radius: 100%;
        width: 35px;
        height: 35px;
    }

        .compare-list-container .compare-minimize:after {
            content: "\f078";
            font-family: FontAwesome;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #3B4146;
        }

    .compare-list-container.minimized .compare-minimize:after {
        content: "\f077";
    }

    .compare-list-container .compare-remove-btn {
        cursor: pointer;
        padding: 0;
        background: #fff;
        position: absolute;
        top: -7px;
        right: -7px;
        border: 1px solid #3B4146;
        width: 17px;
        height: 17px;
        border-radius: 100%;
        font-size: 18px;
    }

        .compare-list-container .compare-remove-btn::after {
            content: "-";
            width: 15px;
            height: 15px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .compare-list-container .compare-remove-all-btn {
        color: #000000;
        text-decoration: underline;
        font-size: 12px;
        margin-top: 5px;
        white-space: nowrap;
        border: 0;
        background: none;
        text-transform: none;
        padding: 0 !important;
    }

    .compare-list-container .compare-product-btn-container {
        color: white;
        margin-bottom: 10px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        top: -40px;
        left: 0;
    }

        .compare-list-container .compare-product-btn-container .compare-product-btn {
            display: inline-block;
            color: rgba(255,255,255,0.5);
            padding: 10px;
            background-color: #36a9e1;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

            .compare-list-container .compare-product-btn-container .compare-product-btn.active {
                color: rgba(255,255,255,1);
            }

    .compare-list-container .compare-logo {
        height: 50px;
        float: left;
        width: 80px;
        background-size: contain !important;
    }

    .compare-list-container .price span {
        font-size: 13px;
        font-weight: bold;
    }

.listBlock .sectionTitle {
    margin-bottom: 50px;
}

.listHeader {
    position: relative;
}

    .listHeader .dropdown-container {
        position: absolute;
        right: -30px;
        top: 30px;
        z-index: 10;
        background-color: #fff;
        padding: 0 30px;
    }

.listBlock .dropdown button {
    vertical-align: middle;
}

    .listBlock .dropdown button .fa-filter {
        margin-right: 5px;
        font-size: 18px;
        vertical-align: sub;
    }

    .listBlock .dropdown button .fa-chevron-down {
        margin-left: 30px;
    }

.dropdown-container .filter-info {
    display: none;
    margin-top: 10px;
    font-size: 12px;
}

    .dropdown-container .filter-info a {
        float: right;
        color: maroon;
        font-weight: bold;
        text-decoration: underline;
        font-style: italic;
    }

    .dropdown-container .filter-info .filter-count-container {
        margin-top: 10px;
    }

.policy-wrapper {
    position: relative;
}

.policyListItem .btn-detail.closed .fa-minus-circle {
    display: none;
}

.policyListItem .btn-detail.closed .fa-plus-circle {
    display: inline;
}

.policyListItem .btn-detail.opened .fa-plus-circle {
    display: none;
}

.policyListItem .btn-detail.opened .fa-minus-circle {
    display: inline;
}

.detail-wrapper {
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.detail-container {
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
}

    .detail-container .detail-header {
        width: 100%;
        padding: 15px 25px;
        font-weight: bold;
        color: #37424a;
        background: #e6e4e4;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

.detail-assurance-tabs {
    border: 1px solid #ccc;
    border-radius: 30px;
}

.detail-container .detail-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 0fr);
    gap: 10px;
}

    .detail-container .detail-table .title {
        color: #000000;
        margin: 0;
        font-weight: bold;
        font-size: 18px;
        padding: 0 30px;
        background-color: transparent !important;
        grid-column: span 3;
    }

    .detail-container .detail-table > div {
        /*            gap: 20px;*/
        padding: 10px 10px;
        margin-left: 16px;
        font-size: 14px;
        display: flex;
        /*  vertical-align: middle;
            justify-content: space-between;
            align-items: center;*/
        justify-self: left;
        flex-flow: row-reverse;
    }
    /*
            .detail-container .detail-table > div:nth-child(2n+1) {
                background-color: #F5F5F5;
            }*/


    .detail-container .detail-table .description {
        font-size: 16px;
    }

    .detail-container .detail-table .amount {
        font-weight: normal;
        /*text-align: right;*/
        font-size: 16px;
    }

.detail-container .btn-solid {
    margin: auto;
    margin-bottom: 30px;
}

.detail-container .btn-detail-showall {
    padding: 15px;
    font-weight: bold;
    background-color: #fff;
    color: #3074FF;
    font-size: 16px;
    margin: auto;
}

.detail-container .top {
    display: flex;
    align-items: center;
    padding: 30px;
}

    .detail-container .top .dates {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: .5px;
    }

    .detail-container .top .campaign-badge {
        font-size: 18px;
        margin-left: auto;
        padding: 10px;
        background: #FE5050;
        border-radius: 5px;
        color: #fff;
    }

        .detail-container .top .campaign-badge .fa {
            margin-right: 5px;
        }

.detail-container .price-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 30px;
}

    .detail-container .price-container .title {
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .detail-container .price-container p {
        font-size: 16px;
    }

    .detail-container .price-container .btn-alternateprice {
        color: #3B4146;
        font-size: 18px;
        font-weight: bold;
        text-decoration: underline;
        margin: auto;
    }

        .detail-container .price-container .btn-alternateprice .fa {
            margin-right: 0;
            margin-left: 3px;
            margin-top: 6px;
            font-size: 14px;
        }


.detail-container .alternate-price-text {
    text-align: center;
}

    .detail-container .alternate-price-text strong {
        color: #00a1e1;
        font-weight: bold;
        font-size: 38px;
        line-height: 42px;
    }

.detail-container .price strong {
    color: #383d4b;
    font-size: 28px;
    line-height: normal;
}

.detail-container .price i {
    font-style: normal;
    font-size: 19px;
}

.detail-container .campaign-table-container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}


    .detail-container .campaign-table-container .campaign-table {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 15px;
        justify-content: space-evenly;
        align-items: center;
    }

        .detail-container .campaign-table-container .campaign-table .campaign-header {
            padding: 15px;
            background: #fff;
            color: #37424a;
            font-weight: bold;
            font-size: 20px;
            text-align: center;
            width: 100%;
        }

        .detail-container .campaign-table-container .campaign-table .campaign {
            position: relative;
            border-radius: 5px;
            padding: 10px 35px;
            transition: all .2s;
            border: 1px solid #f1f1f1;
            text-align: center;
            margin-bottom: 15px;
            width: 30%;
            background: transparent;
        }

            .detail-container .campaign-table-container .campaign-table .campaign .description {
                display: table-cell;
                width: 55%;
                vertical-align: middle;
            }

            .detail-container .campaign-table-container .campaign-table .campaign .icon {
                display: table-cell;
                width: 10%;
                vertical-align: middle;
            }

            .detail-container .campaign-table-container .campaign-table .campaign .logo img {
                height: 25px;
            }

            .detail-container .campaign-table-container .campaign-table .campaign .icon i {
                font-size: 30px;
                vertical-align: middle;
                color: limegreen;
            }

        .detail-container .campaign-table-container .campaign-table .sub-campaign-container {
            padding-left: 25px;
        }

        .detail-container .campaign-table-container .campaign-table .campaign .campaign-scale {
            color: #3B4146;
            line-height: 13px;
            margin-top: 10px;
        }

            .detail-container .campaign-table-container .campaign-table .campaign .campaign-scale .scale {
                font-size: 14px;
            }

            .detail-container .campaign-table-container .campaign-table .campaign .campaign-scale .scale-desc {
                font-size: 10px;
            }

        .detail-container .campaign-table-container .campaign-table.need-marketingcall .campaign-header {
            font-size: 16px;
        }

        .detail-container .campaign-table-container .campaign-table.need-marketingcall .campaign, .detail-container .campaign-table-container .no-campaign.need-marketingcall {
            filter: blur(2px);
        }

        .detail-container .campaign-table-container .campaign-table .form-policy-container {
            display: none;
            background-color: #fff;
            padding: 0 50px 15px;
            text-align: justify;
        }

        .detail-container .campaign-table-container .campaign-table.need-marketingcall .form-policy-container {
            display: flex;
        }

        .detail-container .campaign-table-container .campaign-table .campaign.selected {
            background: rgba(48, 116, 255, 0.03);
            border: 1px solid #3074FF;
        }

            .detail-container .campaign-table-container .campaign-table .campaign.selected:after {
                content: "\f00c";
                font-family: FontAwesome;
                position: absolute;
                top: 10px;
                right: 12px;
                color: #3074FF;
            }

        .detail-container .campaign-table-container .campaign-table .campaign.gift {
            background: rgba(48, 116, 255, 0.03);
            border: 1px solid #38C976;
        }

            .detail-container .campaign-table-container .campaign-table .campaign.gift:after {
                content: "Hediye!";
                position: absolute;
                top: 10px;
                right: 12px;
                color: #38C976;
            }

    .detail-container .campaign-table-container .no-campaign {
        display: flex;
        margin: auto;
        padding: 15px;
        background: #F5F5F5;
        border-radius: 5px;
        align-items: center;
    }

        .detail-container .campaign-table-container .no-campaign .chkbox {
            margin: 0;
        }

    .detail-container .campaign-table-container .desc {
        margin: 0px auto 30px;
    }

.detail-container .discount-baloon {
    position: absolute;
    top: -26px;
    right: -51px;
    background: transparent;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    z-index: 90;
    font-size: 13px;
    line-height: 8px;
}

    .detail-container .discount-baloon img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 65px;
        z-index: 1;
    }

    .detail-container .discount-baloon span {
        font-size: 9px;
        position: absolute;
        width: 100%;
        top: 20px;
        left: 0px;
        z-index: 2;
    }

    .detail-container .discount-baloon.pesin {
        right: 0;
    }

    .detail-container .discount-baloon.taksit {
        left: 0;
    }

.detail-container .bank-credit-badge {
    position: relative;
    margin: 0 auto 30px;
    width: 30%;
}

.dask-detail .detail-container .detail-table .amount {
    white-space: normal;
    text-align: center;
    display: table-cell;
}

.detail-container .alternateprice-container {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-self: stretch;
}

.detail-container .defaultprice-container {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.dask-detail .detail-container .detail-table .description {
    display: none;
}

.dask-detail .detail-container .btn-detail-showall {
    display: none;
}

.progress .car-icon {
    position: absolute;
    display: block;
    width: 130px;
    height: 65px;
    background: no-repeat center url(/Assets/Images/car-icon.png);
    background-size: contain;
    top: -24px;
    left: 0;
    margin-left: -30px;
    -o-transition: left .3s linear;
    transition: left .3s linear;
}

.offer-summary-mobile {
    display: none;
    padding: 15px 10px 0 0;
    text-align: right;
    font-size: 12px;
    padding-bottom: 0;
}

    .offer-summary-mobile .logo {
        float: left;
        margin-top: -30px;
    }

        .offer-summary-mobile .logo img {
            height: 80px;
        }

    .offer-summary-mobile p {
        margin-bottom: 15px;
    }

section#offerList .listBlock .policyListItem .fixTooltip.fixtooltip-mobile {
    display: none !important;
    left: unset;
    right: 15px;
}

.yourInformation-mobile {
    padding-bottom: 15px;
}

    .yourInformation-mobile .brandImg {
        text-align: left;
        padding: 0;
    }

        .yourInformation-mobile .brandImg img {
            width: 80px;
        }

    .yourInformation-mobile .brandInfo {
        font-size: 10px;
        padding: 0;
    }

        .yourInformation-mobile .brandInfo ul li {
            display: block;
        }

            .yourInformation-mobile .brandInfo ul li strong {
                display: inline-block;
                width: 35%;
                vertical-align: top;
                padding-right: 5px;
            }

            .yourInformation-mobile .brandInfo ul li p {
                display: inline-block;
                width: 65%;
                margin-bottom: 5px;
                text-align: left;
            }

.car-info-table-container {
    padding: 5px 15px;
}

    .car-info-table-container table tr td img.brand-img {
        height: 50px;
    }

    .car-info-table-container table tr td.brand-img-container {
        text-align: center;
    }

    .car-info-table-container table tr td.model-name span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 280px;
        display: block;
    }

.compare-mobile-text {
    display: none;
}

.btn-green {
    position: relative;
    background-color: #46ba34;
    color: #fff !important;
    font-weight: bold;
    cursor: default;
}

.btn-pantgray {
    background-color: #37424a;
    color: #fff !important;
    font-weight: bold;
}

.btn-blue {
    background-color: #36a9e1;
    color: #fff !important;
    font-weight: bold;
}

.pickn-compare {
    font-size: 10px;
    color: #000;
    font-weight: normal;
}

.pickn-compare-mobile {
    font-size: 10px;
    color: #000;
    position: relative;
    left: 20px;
}

.pick-router {
    left: 0 !important;
}

.policy-information {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    margin-top: 30px;
}

.mfp-container {
    overflow-y: auto;
}

/* PRINT */
@media print {
    @page {
        size: auto;
        margin: 0;
    }

    body {
        margin: 10mm;
    }

    #offerList {
        min-height: unset !important;
    }

    img {
        max-width: unset !important;
    }

    a[href]:after {
        content: "";
    }

    .listItemButtons, .compare-tooltip, .dropdown-container, .breadcrumb-container {
        display: none;
    }

    .logoBrand {
        text-align: center;
    }

        .logoBrand img {
            height: 60px !important
        }

    .logoBrand, .company-name, .offer-date {
        width: 25% !important;
    }

    .sectionTitle .section-title-inner {
        text-align: center
    }

    .listBlock .sectionTitle {
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    .mobile-search-container {
        display: none;
    }

    #offerListWrapper {
        font-size: 10px;
    }

    .list-controls-container {
        height: auto !important;
    }

    .offer-form-info-container .yourInformation table tr td {
        width: 20%;
        padding: 0 10px;
    }

    .responsive-table {
        overflow-x: unset !important;
    }

    .car-info-table-container table tr td img.brand-img {
        height: 25px;
    }

    .sectionTitle h3.section-title-text {
        font-size: 14px;
    }

    .policy-information {
        display: none;
    }

    section#offerList .listBlock {
        margin-top: 35px;
    }

        section#offerList .listBlock .policyListItem .fixTooltip {
            top: -25px;
            left: 10px;
        }

            section#offerList .listBlock .policyListItem .fixTooltip span {
                font-size: 10px;
            }

        section#offerList .listBlock .policyListItem table.offer-summary tr th {
            font-size: 10px;
            padding-top: 10px;
            border-right: none;
        }

        section#offerList .listBlock .policyListItem table.offer-summary tr td {
            font-size: 10px;
            border-right: none;
        }

            section#offerList .listBlock .policyListItem table.offer-summary tr td.listItem_price strong {
                font-size: 10px;
            }

            section#offerList .listBlock .policyListItem table.offer-summary tr td.listItem_price small {
                font-size: 10px;
            }

        section#offerList .listBlock .policyListItem {
            padding: 0 15px;
        }

    .offer-form-info-container .info-detail .hidden-xs {
        display: block !important;
    }
}
/* PRINT END */

.print-btn {
    background-color: #d2d2d2;
    color: #37424a;
    border: 0;
    padding: 10px 15px;
    outline: none;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
    margin-right: 15px;
}

/******************************************* MEDIA QUERIES **************************************************/

@media screen and (min-width: 768px) {
    .collapse-content {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out;
        padding: 0 15px;
    }

        .collapse-content.show {
            max-height: 500px;
        }
}

@media screen and (max-width: 767px) {
    .detail-container .detail-table > div {
        flex-direction: column-reverse;
    }

    .packages .btn-filter-container {
        margin: 0;
        padding-bottom: 10px;
        display: flex;
        overflow-x: auto !important;
    }

    .sort-dropdown button {
        padding: 15px 10px !important;
        min-width: 120px;
        justify-content: center;
    }

    .offer-form-info-container .yourInformation .updateMyInfo a {
        width: 55px;
        height: 55px;
    }

    .compare-list-container .compare-logo {
        width: 100%;
    }

    .compare-container {
        position: absolute;
        left: 0px;
    }

    section#offerList .listBlock .policyListItem {
        margin-top: 20px;
        overflow: hidden;
    }

    .offer-summary-mobile {
        display: block;
    }

    .offer-summary {
        display: none;
    }

    section#offerList .listBlock .policyListItem .fixTooltip.fixtooltip-mobile {
        display: block !important;
    }

    .offer-form-info-container .yourInformation .updateMyInfo a span.icon-geri_don {
        height: 23px;
    }

    .detail-container .detail-table .amount {
        font-size: 12px;
    }

        .detail-container .detail-table .amount .fa-times-circle, .detail-container .detail-table .amount .fa-check-circle {
            font-size: 14px;
        }

    .detail-container .detail-header {
        padding: 15px;
        font-size: 12px;
    }

        .detail-container .detail-header .glyphicon {
            font-size: 14px;
            vertical-align: top;
        }

    .offer-form-info-container .info-text {
        padding-bottom: 0px !important;
        text-align: center;
    }

    .offer-summary-mobile p {
        margin-bottom: 0;
    }

    .offer-form-info-container .info-detail {
        flex-wrap: nowrap;
    }

        .offer-form-info-container .info-detail > div {
            display: flex;
            justify-content: space-between;
            border-right: 0;
            padding: 0;
        }

        .offer-form-info-container .info-detail .info-brand {
            border-right: 0;
        }

        .offer-form-info-container .info-detail .info-icon {
            margin-right: 10px;
        }

        .offer-form-info-container .info-detail button {
            display: flex;
            margin-left: auto;
        }

            .offer-form-info-container .info-detail button:hover {
                text-decoration: none;
            }

        .offer-form-info-container .info-detail .info-model {
            width: 100%;
            display: none;
            margin-top: 10px;
        }

            .offer-form-info-container .info-detail .info-model.showed {
                display: flex;
            }

        .offer-form-info-container .info-detail > div > * {
            margin: 2px 0;
        }

        .offer-form-info-container .info-detail .info-brand, .offer-form-info-container .info-detail .info-model, .offer-form-info-container .info-detail .info-floor-space, .offer-form-info-container .info-detail .info-uavt-code {
            flex-direction: column;
        }

        .offer-form-info-container .info-detail .info-floor-space {
            margin-right: 15px;
        }

            .offer-form-info-container .info-detail .info-brand > *, .offer-form-info-container .info-detail .info-model > *, .offer-form-info-container .info-detail .info-floor-space > *, .offer-form-info-container .info-detail .info-uavt-code > * {
                flex-shrink: 1;
                flex-basis: 30%;
            }

        .offer-form-info-container .info-detail .info-brand strong, .offer-form-info-container .info-detail .info-model strong {
            flex-basis: auto;
        }

        .offer-form-info-container .info-detail .info-floor-space strong, .offer-form-info-container .info-detail .info-uavt-code strong {
            min-width: 50%;
        }

        .offer-form-info-container .info-detail .info-brand span, .offer-form-info-container .info-detail .info-model span, .offer-form-info-container .info-detail .info-floor-space span, .offer-form-info-container .info-detail .info-uavt-code span {
            flex-basis: auto;
            margin: 0 3px 0 15px;
        }

        .offer-form-info-container .info-detail .info-brand p, .offer-form-info-container .info-detail .info-model p, .offer-form-info-container .info-detail .info-floor-space p, .offer-form-info-container .info-detail .info-uavt-code p {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            flex-basis: auto;
        }

    .offer-list-container.dask .offer-item .price {
        display: none !important;
    }

    .offer-list-container.dask .offer-item .logo {
        margin: 0px 10px;
        flex-basis: 100% !important;
        flex-direction: row !important;
    }

        .offer-list-container.dask .offer-item .logo .buttons {
            justify-items: end;
        }

    .offer-item {
        flex-flow: row-reverse;
        flex-wrap: wrap;
        padding: 0 0 10px 0;
        justify-content: space-between;
    }

        .offer-item .logo {
            /*order: 2;*/
            padding: 20px 0 0 0;
            flex-basis: 45%;
            /*flex-basis: 50%;
            border-right: 0;
            align-items: start;
            margin-top: 20px;*/
        }

            .offer-item .logo .buttons {
                padding: 15px 0 0 0;
                justify-items: center;
            }

            .offer-item .logo .text {
                padding-left: 15px;
            }

        .offer-item .price.cash-price {
            justify-content: start;
            padding: 15px;
            flex-direction: row;
        }

            .offer-item .price.cash-price .header {
                width: 30%;
            }

            .offer-item .price.cash-price .gross {
                width: 70%;
            }

        .offer-item .price {
            /*order: 1;*/
            /*justify-content: start !important;*/
            display: flex !important;
            width: 55%;
            padding: 30px 10px 30px 10px;
            flex-wrap: wrap;
            margin: 0;
            margin-top: 20px !important;
        }

            .offer-item .price .d-flex.my-1:first-child {
                margin-top: 0 !important;
            }

            .offer-item .price .gross {
                font-size: 28px;
                order: 3;
                width: 50%;
                text-align: right;
                line-height: 25px;
                white-space: nowrap;
            }

            .offer-item .price .installment {
                font-size: 18px;
                order: 2;
                width: 50%;
            }

            .offer-item .price .header {
                order: 1;
                margin-bottom: -5px;
                font-weight: normal;
                font-size: 14px;
                margin-top: 0;
                width: 100%;
            }

        .offer-item .company {
            order: 3;
            width: 100%;
            padding: 0;
            font-size: 12px;
            text-align: left;
            padding-left: 15px;
            padding-bottom: 5px;
        }

        .offer-item .compare {
            order: 2;
            text-align: right;
            /*    padding: 25px 15px;
            margin-left: auto;
            align-self: flex-start;
            width: auto;*/
        }

            .offer-item .compare p {
                font-size: 10px;
                display: inline;
            }

        .offer-item .buttons {
            order: 4;
            /*width: 100%;*/
            justify-content: space-between;
        }

        .offer-item.no-compare .buttons {
            width: 100%;
        }

        .offer-item .buttons .btn {
            font-size: 10px;
            padding: 8px 30px 8px 10px;
            margin-left: 10px;
        }

            .offer-item .buttons .btn .fa {
                font-size: 13px;
                margin-right: -20px;
            }

        .offer-item .buttons .btn-buy {
            width: 110px;
        }

        .offer-item .buttons .btn-callcenter {
            width: 110px;
            padding: 4px 0;
            font-size: 9px;
            line-height: 11px;
        }

        .offer-item .min-price {
            height: 90px;
            right: -48px;
            top: -54px;
            width: 90px;
        }

            .offer-item .min-price span {
                font-size: 8px;
                line-height: 8px;
            }

                .offer-item .min-price span .fa-star {
                    margin-bottom: 2px;
                }

        .offer-item .compare input[type=checkbox].css-checkbox + label.css-label-check {
            margin-left: 0;
            margin-bottom: 0;
        }

    #offerListWrapper .sectionTitle {
        padding-top: 30px;
        padding-bottom: 0;
    }

        #offerListWrapper .sectionTitle h3.section-title-text {
            font-size: 18px !important;
        }

    .detail-container .campaign-table-container .campaign-table .campaign-header {
        font-size: 18px;
    }

    .detail-container .defaultprice-container, .detail-container .alternateprice-container {
        width: 100%;
        margin-bottom: 15px;
    }

    .detail-container .price-container .btn-alternateprice {
        padding: 30px;
        background: #F0F5FF;
        border: 1.5px solid #3074FF;
        border-radius: 5px;
        margin: 0;
    }

        .detail-container .price-container .btn-alternateprice .fa {
            margin-top: 3px;
            font-size: 12px;
        }

    .detail-container .defaultprice-container {
        padding: 15px 5px;
        background: #F0F5FF;
        border-radius: 5px;
    }

    .detail-container .discount-baloon {
        right: 0;
        top: 0;
    }

    .detail-container .detail-table-container .detail-table {
        grid-template-columns: repeat(1,1fr);
    }

    .filter-container {
        background-color: transparent;
    }

        .filter-container:before {
            content: '';
            border-top: 3px solid #f90f00;
            margin-top: -20px;
            width: 55px;
        }

    .filter {
        display: block;
        margin-bottom: 15px;
    }

    .filter-dropdown-container {
        flex-direction: column;
        padding: 10px 35px 20px 35px;
        background: #fff;
        margin-bottom: 15px;
        border-radius: 10px;
        width: 90%;
        box-shadow: 0 0 5px #bbb;
    }

    .filter .form-control {
        min-width: 100%;
        padding: 15px 15px 5px 0px;
        box-shadow: none;
        border-bottom: 1px solid #c8c8c8;
    }

    .filter .twitter-typeahead {
        display: block !important;
    }

        .filter .twitter-typeahead:after {
            right: 0;
        }

    .filter .vfl-label {
        left: 0;
        font-size: 12px;
    }

    .filter .remove {
        position: relative;
        bottom: 0;
    }

    .filter-container .btn-filter-apply {
        border-radius: 50px;
        margin-left: 0px;
    }

    .text-slider-container {
        margin-top: 15px;
    }

        .text-slider-container .sliding-vertical {
            min-height: 50px;
        }

            .text-slider-container .sliding-vertical h6 {
                margin-left: 0 !important;
                width: 100%;
                text-align: center;
                font-size: 16px;
                line-height: 20px;
            }

    .loading-placeholder {
        flex-wrap: wrap;
        padding: 15px;
        align-items: flex-start;
    }

        .loading-placeholder .checkbox {
            order: 3;
            align-self: center;
        }

        .loading-placeholder .logo {
            order: 1;
            width: 80%;
            margin-bottom: 10px;
        }

        .loading-placeholder .info {
            order: 2;
            width: 20%;
            min-width: auto;
        }

            .loading-placeholder .info .headers.first {
                width: 100%;
            }

            .loading-placeholder .info .price {
                width: 80%;
            }

        .loading-placeholder .detail {
            order: 4;
            margin-left: auto;
            width: 70px;
            height: 30px;
            margin-right: 10px;
        }

        .loading-placeholder .buy {
            order: 5;
            width: 110px;
            height: 30px;
        }

        .loading-placeholder .info .headers {
            margin-right: 0;
        }

            .loading-placeholder .info .headers.second, .loading-placeholder .info .headers.third, .loading-placeholder .info .text {
                display: none;
            }

    .offer-item .alternateprice-container {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 12px;
        text-align: center;
    }

        .offer-item .alternateprice-container .btn-alternateprice {
            font-size: 14px;
            width: 90%;
        }

            .offer-item .alternateprice-container .btn-alternateprice.btn-loading {
                white-space: normal;
                color: #6d6a6a;
            }

            .offer-item .alternateprice-container .btn-alternateprice .loading {
                position: absolute;
                margin-left: 0;
                color: #fff;
                font-size: 18px;
            }

    .offer-item .buttons .btn-alternateprice {
        padding: 10px 0 !important;
        min-width: auto;
    }

    .change-coverage .modal-dialog {
        height: auto;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .offer-form-info-container .offerListButtons a span.buttonListText {
        font-size: 12px;
        top: -7px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 820px) {
    .offer-form-info-container .offerListButtons a span.buttonListText {
        font-size: 11px;
    }
}

@media screen and (max-width: 1000px) {
    .offer-form-info-container .offerListButtons a span.icon-ok {
        font-size: 30px;
    }
}

@media screen and (max-width: 305px) {
    section#offerList .listBlock .policyListItem .fixTooltip {
        top: -50px;
    }
}

@media screen and (max-width: 970px) {
    section#offerList .listBlock .policyListItem .fixTooltip span {
        font-size: 10px;
    }
}

@media screen and (max-width: 930px) {
    section#offerList .listBlock .policyListItem .fixTooltip span {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    section#offerList .listBlock .policyListItem .fixTooltip span {
        font-size: 11px;
    }


    .insuranceType-place {
        position: absolute;
        left: 20px;
        top: 35%;
    }
}

@media screen and (max-width: 970px) {
    section#offerList .listBlock .policyListItem .fixTooltip span img {
        width: 18px;
        margin-top: -5px;
    }
}

@media screen and (max-width: 930px) {
    section#offerList .listBlock .policyListItem .fixTooltip span img {
        margin-top: -1px;
        margin-left: 3px;
    }
}

@media screen and (max-width: 600px) {
    section#offerList .listBlock .policyListItem .fixTooltip span img {
        margin-left: 5px;
    }

    .right-con {
        margin-bottom: 0 !important;
        margin-top: 0px;
    }

        .right-con strong {
            font-size: 16px;
            position: absolute;
            left: 39%;
        }

    .mobile-price {
        font-size: 16px;
        font-weight: bold;
    }

    section#offerList .listBlock .policyListItem .listItemButtons {
        padding-top: 55px;
    }

    .compare-container {
        top: 35%;
        left: 35%;
    }
}

@media screen and (max-width: 1000px) {
    section#offerList .listBlock .policyListItem table.offer-summary tr td.listItem_price strong {
        font-size: 17px;
    }
}

@media screen and (max-width: 820px) {
    section#offerList .listBlock .policyListItem table.offer-summary tr td.listItem_price strong {
        font-size: 14px;
    }
}

@media screen and (max-width: 596px) {
    section#offerList .listBlock .policyListItem table.offer-summary tr th {
        padding-left: 5px;
    }

    section#offerList .listBlock .policyListItem {
        padding: 0px 0;
    }
}

@media screen and (max-width: 1000px) {
    section#offerList .listBlock h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    section#offerList .logoBrand img {
        width: 100px;
        margin-top: 15px;
    }

    .offer-item .logo {
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 430px) {
    section#offerList .logoBrand {
        display: none;
    }

    section#offerList .listBlock .policyListItem .listItemButtons {
        padding-top: 50px;
    }
}

@media screen and (max-width: 400px) {
    .offer-item .buttons .installment {
        padding-right: 10px;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .packages div {
        margin-bottom: 10px;
    }

    .packages {
        display: block;
        overflow-x: auto;
        gap: 20px;
    }

    .offer-form-info-container .yourInformation table tr th {
        padding: 5px;
    }

    .offer-form-info-container .yourInformation table tr td {
        padding: 5px;
    }

    .compare-tooltip {
        width: 86px;
        padding: 5px 10px;
        top: -20px;
    }

    .imm-dez {
        width: 200px !important;
    }

    .compare-tooltip:after {
        left: 42%;
    }

    .detail-container .price-container {
        padding: 15px 10px;
    }

    .compare-mobile-text {
        display: inline;
    }

    .tebcetelem-height {
        height: 85px;
    }
}

@media screen and (max-width: 1000px) {
    section#offerList #offerFilter {
        position: relative;
    }
}

@media screen and (max-width: 992px) {

    .dropdown-container {
        display: none;
    }

    #listInsurance .detail-container .campaign-table-container {
        min-height: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .listHeader .dropdown-container {
        top: 10px;
    }
}

@media (min-width: 767px) {

    .middle-con {
        display: none;
    }

    .right-con {
        margin-top: 0px;
    }

    .text-slider-container {
        margin-bottom: -15px;
    }
}

@media screen and (max-width: 320px) {
    .offer-form-info-container {
        margin-top: 20px !important;
    }

    .right-con strong {
        left: 125px !important;
        font-size: 12px !important;
    }

    .mobile-price {
        font-size: 12px;
    }

    .sort-dropdown button {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 360px) {
    .right-con strong {
        font-size: 15px;
        left: 125px;
    }
}

@media screen and (max-width: 375px) {
    .right-con strong {
        font-size: 15px;
        left: 125px;
    }
}

@media screen and (max-width: 315px) {
    .right-con strong {
        position: static;
    }
}

/* Tebcetelem */
.img-subtext {
    height: 10px;
    font-size: 10px;
    width: 105px;
    white-space: nowrap;
    position: absolute;
    bottom: 48px;
    left: 9px;
    color: #cdcdcd;
}

.order-3 {
    order: 3 !important;
    width: 100px;
}

.order-4 {
    order: 4 !important;
}

.engine-chasis-number-popup {
    text-align: center;
}

    .engine-chasis-number-popup p {
        margin-bottom: 15px;
    }

    .engine-chasis-number-popup .error-msg {
        color: #FE5050;
        padding-bottom: 15px;
    }

        .engine-chasis-number-popup .error-msg:before {
            content: url(/assets/images/icon-warning.svg);
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

    .engine-chasis-number-popup .btn-solid {
        margin: auto;
    }

.casco-desc {
    margin-top: 50px;
    text-align: center;
}

.shopping-credit-popup {
    border: 2px solid #eaa200;
}

    .shopping-credit-popup .mfp-close {
        color: #eaa200;
        border-color: #eaa200;
    }

    .shopping-credit-popup img {
        height: 100px;
    }

    .shopping-credit-popup .title {
        font-weight: bold;
        color: #eaa200;
        font-size: 20px;
    }

    .shopping-credit-popup p {
        text-align: center;
        margin-top: 15px;
    }

.btn-ghost {
    padding: 10px 40px !important;
    border-color: lightgray !important;
    border-radius: 10px !important;
    border-width: 2px;
    transition: background 0.3s ease, border-color 0.3s ease;
    background-color: #fff;
    border: 1px solid #3074FF;
    color: #3074FF;
}

.btn-solid,
.btn-ghost {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
    letter-spacing: 1px;
}

.btn-change-coverages {
    color: dodgerblue;
    background-color: transparent;
    border: none;
    text-decoration: underline;
}

@media (max-width: 767px) {

    .steps > div {
        font-size: 12px;
    }

    .packages button {
        width: auto;
        margin-right: 10px;
        padding: 12px 20px;
    }

    .sort-dropdown .dropdown-menu li {
        text-align: left;
    }

    .offer-form-info-container .progress-container .progress {
        width: 80%;
    }

    .offer-form-info-container .progress-container .progress-number {
        font-size: 30px;
        width: 20%;
    }

    .offer-item .buttons {
        padding: 15px;
        align-items: center;
    }

        .offer-item .buttons .installment-text {
            margin: 0;
        }

        .offer-item .buttons .btn-ghost {
            order: 2;
            padding: 10px 15px;
        }

    .detail-container .top {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        flex-direction: column;
    }

        .detail-container .top .dates {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 10px;
        }

        .detail-container .top .campaign-badge {
            width: 100%;
            text-align: center;
            font-size: 16px;
        }

    .detail-container .detail-table .title {
        padding: 0 10px;
    }

    .detail-container .detail-table > div {
        padding: 10px;
        display: flex;
        flex-direction: row-reverse;
    }

    .offer-coverage-detail .detail-container .detail-table > div {
        padding: 10px;
        flex-direction: column-reverse;
    }

    .detail-container .campaign-table-container .campaign-table .campaign {
        width: 48%;
        margin: 1%;
    }

    .compare-list-container.showed {
        z-index: 9999;
        justify-content: start;
        flex-direction: column;
    }

    .compare-list-container.minimized .title {
        margin: 0;
    }

    .compare-list-container .title {
        flex-direction: column;
        align-items: start !important;
        margin: 0 0 10px;
    }

        .compare-list-container .title span {
            border-left: 0;
            margin-left: 0;
            padding-left: 0;
        }

    .compare-list-container.minimized .compare-item {
        display: none;
    }

    .compare-list-container .compare-minimize {
        right: 5%;
        top: 17px;
    }

    .compare-list-container .compare-item .price {
        display: none;
    }

    .compare-list-container .compare-list-item-container {
        max-width: 100%;
        width: 100%;
        justify-content: space-between;
    }

    .compare-list-container .compare-item {
        margin: 0;
        width: 28%;
        padding: 0;
    }

    .compare-list-container .compare-btn {
        margin-top: 10px;
    }

        .compare-list-container .compare-btn button {
            padding: 10px 20px;
        }

            .compare-list-container .compare-btn button:nth-child(2) {
                padding: 10px 3px;
            }

    .offer-form-info-container .info-detail .hidden-xs {
        display: none;
    }

    h1 {
        font-size: 24px;
    }

    .offer-item .min-price-badge {
        display: none;
    }

    .offer-item.has-bank-credit-payment .buttons .top {
        padding-bottom: 15px;
    }

    .offer-item .logo .buttons .top {
        padding: 30px 0 0 0;
    }

    .offer-item-container .bank-credit-badge {
        width: 100%;
        position: relative;
        order: 5;
    }

    .detail-container .bank-credit-badge {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .offer-item .price {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
}

@media screen and (max-width: 1200px) {
    .campaign-list .campaigns img {
        width: 240px;
        height: auto;
    }

    .slick-slider .slick-track, .slick-slider .slick-list {
        text-align: -webkit-center;
    }
    /*.slick-slider .slick-track, .slick-slider .slick-list {
        padding-left:15px;
    }*/
}

@media screen and (max-width: 900px) {
    /*.slick-slider .slick-track, .slick-slider .slick-list {
        padding: 0 0 0 16px;
    }*/
    .campaign-list .campaigns img {
        width: 220px;
        height: auto;
    }
}
/*@media screen and (max-width: 850px) {
    .slick-slider .slick-track, .slick-slider .slick-list {
        padding: 0 0 0 7px;
    }
}*/

@media screen and (max-width: 767px) {
    /*.slick-initialized .slick-slide {
            text-align: -webkit-center;*/
    /*width:auto !important;*/
    /*}
        .campaign-list .campaigns img {
            width: 330px;
        }*/
    .offer-header{
        font-size:22px;
        margin-top:0;
    }
    .campaign-slider {
        border: none;
        background-color: initial;
    }

    .campaign-list {
        overflow: auto;
        border: none;
        margin: 0 -15px;
        padding: 0;
    }

    .campaign-slider .campaign-slider-text {
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width:425px) {
    /*.slick-slider .slick-track, .slick-slider .slick-list{
            padding:0;
        }*/


    .offer-item .price {
        /*width: 65%;*/
    }

    .campaign-list .campaigns img {
        width: 250px;
        height: auto;
    }

    .offer-item {
        padding: 10px 0 !important;
    }

        .offer-item .btn-detail {
            bottom: -5px;
        }
}

@media screen and (max-width:340px) {
    .offer-item-container .offer-item {
        display: flex;
        padding-top: 45px !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .offer-item .logo .buttons {
        padding-bottom: 0;
        justify-items: center;
    }

    .offer-item .price {
        margin: 0;
    }

    .offer-item .price {
        width: auto !important;
    }
}

@media screen and (max-width:475px) {
    .offer-header{
        font-size:16px;
        margin-top:7px;
    }
    .offer-item .price {
        justify-content: center;
    }

        .offer-item .price .amount.description {
            /*white-space: nowrap;*/
            word-wrap: break-word;
        }

        .offer-item .price .d-flex.my-1 {
            /*margin-top: 15px !important;*/
            max-width: 230px;
            align-items: center;
        }

        .offer-item .price .d-flex .description.d-flex {
            flex-wrap: wrap;
            white-space: nowrap;
        }
}
/*@media screen and (max-width:450px) {
    .offer-item .price{
        justify-content:center;
    }
    .offer-item .price .amount.description {
        white-space: nowrap;
        word-wrap: break-word;
    }

    .offer-item .price .d-flex.my-1 {*/
/*margin-top: 15px !important;*/
/*max-width: 150px;
        flex-wrap: wrap;
    }

    .offer-item .price .d-flex .description.d-flex {
        flex-wrap: wrap;
        white-space: nowrap;
    }
}*/

