/* - MASTER - */

.subtitle p,
.slider,
.slider .description p,
.slider-static,
.slider-static .description p,
.grid-slider,
.grid-slider .description p,
.footer-newsletter-social .newsletter .heading-wrapper .description p,
.slider-init,
.brands.brands-slider .slider-init.brands.brands-slider .slider-init,
.description p {
    margin-bottom: 0 !important;
}

.icon-caret-left::before,
.icon-caret-dbl-left::before,
.icon-caret-right::before,
.icon-caret-dbl-right::before {
    font-family: FontAwesome;
}

.icon-caret-left::before {
    content: "\f104";
}

.icon-caret-right::before {
    content: "\f105";
}

.icon-caret-dbl-left::before {
    content: "\f100";
}

.icon-caret-dbl-right::before {
    content: "\f101";
}

.fa-search::before {
    content: url("../../images/core/search_icon.png");
}

.grid-slider .item:hover .img-wrapper::after {
    display: none !important;
}

/* - FORM - */

.form-group label,
.form-group > label {
    margin-bottom: 5px;
    font-size: 13px !important;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}

.form-group-checklabel label {
    color: #878787;
}

.form-group-checklabel label:hover {
    color: #000000 !important;
}

.form-control {
    font-size: 13px;
    border-color: #878787;
}

.form-control:not(textarea) {
    height: 50px !important;
}

.input-group-addon:last-child {
    border-color: #878787;
    transition: color 300ms ease-in-out,
    background-color 300ms ease-in-out,
    border-color 300ms ease-in-out;
}

.input-group .form-control {
    border-left-width: 0;
    border-right-width: 1px;
}

.input-group .form-control#career_birthday {
    border-left-width: 1px;
    border-right-width: 0;
}

.form-control:not(textbox):focus,
.form-control:not(textbox):focus + .input-group-addon:last-child {
    border-color: #000000;
}

.input-group .btn {
    padding: 0 30px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'BlenderPro Bold', 'sans-serif';
    line-height: 50px;
    cursor: pointer !important;
}

.input-group .btn:hover {
    background-color: #EEEEEE !important;
    border-color: #878787 !important;
}

.input-group .btn input {

}

/*textarea.form-control {
    min-height: 185px;
}*/

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.icheckbox_flat,
.iradio_flat {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #878787;
}

.iradio_flat {
    border-radius: 50%;
}

.icheckbox_flat:hover,
.iradio_flat:hover {
    border-color: #FF6600;
}

.icheckbox_flat.checked,
.iradio_flat.checked {
    border-color: #FF6600;
    background-color: #FF6600;
}
#modal-cookie-info .icheckbox_flat.checked.disabled,
#modal-cookie-info .iradio_flat.checked.disabled{
    background: rgba(255,102,0,0.5)  url(../../images/core/check_box.png) center no-repeat;
}
.iradio_flat.checked {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-color: #FF6600;
}

.iradio_flat.checked + label {
    color: #000000 !important;
}

.iradio_flat.checked::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF6600;
    border: 3px solid #ffffff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.styled-select {
    height: 50px !important;
    background: url('../../images/core/arrow-down.png') no-repeat calc(100% - 15px) #fff;
    border-color: #878787;
}

.page .styled-select {
    max-width: 375px;
}

/* - MODAL - */

.modal .captchacode-input-wrapper {
    margin-bottom: 35px;
}

.modal .modal-dialog {
    /*margin: 0;*/
    /*top: 50vh;*/
    /*left: 50vw;*/
    /*-webkit-transform: translate(-50%, -50%) !important;*/
    /*-moz-transform: translate(-50%, -50%) !important;*/
    /*-ms-transform: translate(-50%, -50%) !important;*/
    /*-o-transform: translate(-50%, -50%) !important;*/
    /*transform: translate(-50%, -50%) !important;*/
    overflow: hidden;
}

.modal-content {
    padding: 0;
    background-color: #FFFFFF;
}

.modal.modal-email .modal-content {
    padding-top: 52px !important;
}

.modal.modal-email .row {
    padding: 0px !important;
}

#product-query-modal .modal-dialog {
    width: 100%;
    max-width: 700px;
}

.product_query_form hr {
    border-color: transparent;
}

/* - header - */

.modal-header {
    position: relative;
    padding: 20px 0;
    padding-bottom: 15px;
    background-color: transparent;
    border: 1px solid transparent;
}

.modal.modal-email .modal-header {
    padding-top: 10px;
    margin-bottom: 40px;
    border: 0;
}

#exit-slider-modal .modal-header {
    padding: 0 !important;
}

.modal .title {
    position: relative;
    margin: 0;
    font-size: 24px !important;
    font-family: 'BlenderPro Bold', 'sans-serif';
    font-weight: 700;
    line-height: 30px;
    text-align: center !important;
    text-transform: uppercase;
    color: #000000 !important;
}

.exit-modal-slider .modal-body .item .text-wrapper .title {
    text-align: left !important;
}

.exit-modal-slider .modal-body .item > .img-wrapper {
    padding-right: 30px !important;
}

#exit-slider-modal .modal-title {
    display: none;
}

.modal.modal-email .modal-header .title {
    margin-bottom: 45px;
}

.modal h4.title::before {
    /*content: "";*/
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 24px;
    height: 1px;
    background-color: #FF6600;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modal .close,
.widget-countdown-slider .close-promo {
    position: absolute;
    top: 21px !important;
    right: 19px;
    width: 27px;
    height: 27px;
    font-size: 30px;
    line-height: 0;
    color: #000000;
    /*transform: translateY(calc(-50% - 3px));*/
}

#exit-slider-modal .close {
    top: 10px !important;
    right: 15px;
}

.widget-countdown-slider .close-promo {
    top: 10px !important;
    right: 10px;
    text-align: center;
    color: #000000;
    opacity: 0;
    cursor: pointer;
    transform: scale(0.6);
    transform-origin: top right;
}

.widget-countdown-slider.active .close-promo {
    opacity: 1;
    transition: color 0.4s ease-in-out;
    z-index: 1;
}

.modal .close {
    font-size: 0;
    transition: color 0.2s ease-in-out;
}

.modal .close::before,
.widget-countdown-slider .close-promo::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #FF6600;
    z-index: -1;
}

.modal .close::after,
.widget-countdown-slider .close-promo::after {
    content: "\e612";
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 7px;
    line-height: 9px;
    color: #FF6600;
    font-family: 'NBIcon', sans-serif;
    transform: translate(-50%, -50%);
}

.product-compare .remove-product {
    top: 10px !important;
    right: 20px !important;
    width: 25px !important;
    height: 25px !important;
    background-color: transparent !important;
    border-radius: 0;
}
.product-compare .remove-product:hover{
    background-color: #FF6600;
    color: #FFFFFF !important;
}
.product-compare .remove-product:hover{
    color: #FFFFFF;
}
.product-compare .remove-product > i:hover{
    color: #FFFFFF;
    background-color: #FF6600;
}
.product-compare .remove-product > i:hover:before{
    color: #FFFFFF !important;
}

.product-compare .remove-product i::before {
    top: 52%;
    left: 52%;
    font-size: 10px;
    color: #000000;
}

.modal .close:hover,
.widget-countdown-slider .close-promo:hover {
    color: #FF6600 !important;
}

.modal.modal-email .close {
    top: 7px !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.promo-modal button.close{
    top: 4px !important;
    right: 40px !important;
}

/* - body - */

.modal-body {
    padding: 0 30px !important;
    padding-top: 25px !important;
    padding-bottom: 0 !important;
}

.modal.modal-email .modal-body {
    padding: 0 !important;
}

.promo-modal .modal-body {
    padding: 40px !important;
}

#exit-slider-modal .modal-body {
    padding-top: 56px !important;
}

.exit-modal-slider .modal-body .item {
    padding-bottom: 30px !important;
}

.modal-body label {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}

.modal-body label.gender-label {
    text-transform: none;
    color: #878787;
}

.modal .form-group.form-group-checklabel {
    align-items: center;
}

.modal .form-group.form-group-checklabel label {
    margin-left: 15px;
    margin-bottom: 0;
    text-transform: none;
    color: #878787;
}

.modal-body label a {
    color: #FF6600;
}

.modal-body label a:hover {
    color: #000000;
}

.modal-body input {
    height: auto;
}

.modal-body .form-group:not(.form-group-checklabel) {
    height: 72px;
}

.modal-body .form-group:not(.form-group-checklabel).anti-spam {
    margin-bottom: 15px;
}

.modal-body .forgotten-password {
    display: block;
    margin: 30px 0;
    margin-bottom: 5px;
    color: #FF6600;
}

.modal-body .forgotten-password > small {
    font-size: 15px;
}

.modal-body .forgotten-password:hover {
    color: #000000;
}

.modal-body .form-group-checklabel {
    margin-top: 3px;
    margin-bottom: 5px !important;
}

.modal-body .btn-file {
    padding: 0 20px;
    font-size: 16px;
}

#lost_password_modal .modal-body .form-group {
    margin-bottom: 35px;
}

.modal .validation-errors-list {
    bottom: -5px;
}

.modal.modal-email .description p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #878787;
}

.modal.modal-email .input-btn-wrapper {
    position: relative;
    display: block !important;
}

.exit-modal-slider .btn-wrapper {
    margin-top: 35px;
}

.modal.modal-email .input-btn-wrapper .btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 133px !important;
    height: 100%;
    font-size: 20px;
    font-family: 'BlenderPro Bold', 'sens-serif';
    font-weight: 700;
    text-transform: uppercase;
}

.exit-modal-slider .btn-slider {
    padding: 6px 30px;
    padding-bottom: 8px;
}

/* - footer - */

.modal-footer {
    padding: 0 30px 30px !important;
    background-color: transparent;
    border: 0;
    text-align: center;
}

.login_form .modal-footer{

}

.modal-footer .social-newtwork-login {
    display: none;
}

.modal-footer .btn-success {
    margin: 0;
    margin-bottom: 20px;
    height: 50px;
}

.modal-footer .btn {
    font-size: 20px;
    font-family: 'BlenderPro Bold', 'sans-serif';
    font-weight: 700;
}

.modal-footer .registration-btn-wrapper .title {
    margin-bottom: 10px;
    text-transform: unset;
    font-size: 14px !important;
    font-family: 'TradeGothicLT', sans-serif;
    font-weight: 400;
    line-height: 14px;
    color: #878787 !important;
}

.modal-footer .registration-btn-wrapper .btn {
    margin-bottom: 0;
    height: 50px;
    line-height: 48px;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}

.modal-footer .registration-btn-wrapper .btn:hover {
    color: #000000;
    background-color: transparent !important;
    border-color: #000000 !important;
    transition: color 0.4s ease-in-out,
                background-color 0.4s ease-in-out,
                border-color 0.4s ease-in-out;
}

.registration_form .modal-footer .btn-success {
    margin-top: 17px;
    margin-bottom: 0;
}

#lost_password_modal .modal-footer #lost_password_submit {
    margin-bottom: 0;
    padding: 0 15px;
}

.product_query_form .modal-footer {
    padding: 30px 30px 10px !important;
}

/* - bootbox - */

.bootbox .modal-body .bootbox-body {
    margin: 0 auto;
    width: 80%;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.bootbox .modal-footer {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.bootbox .btn {
    min-width: calc(50% - 10px);
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
}

.bootbox .btn-default {
    float: left;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000 !important;
    transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
}

.bootbox .btn-default:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000 !important;
}

.bootbox .btn-primary {
    float: right;
    background-color: #FF6600;
}

/* - PAGINATION - */

.pagination {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.pagination > li {
    margin-right: 8px !important;
    vertical-align: middle;
}

.pagination > li:last-of-type {
    margin-right: 0 !important;
}

.pagination > li > a,
.pagination > li > span {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
}

.pagination > li.first > a,
.pagination > li.last > a,
.pagination > li.next > a,
.pagination > li.prev > a {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    background-color: #ECECEC !important;
    color: #878787 !important;
}

.pagination > li > a:hover {
    background-color: transparent !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #000000;
    background-color: #ECECEC !important;
    border-color: #FF6600 !important;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
    color: #ffffff !important;
    background-color: #FF6600 !important;
    border-color: #FF6600;
}

.pagination > li.active > a:hover {
    background-color: #FF6600 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #FF6600 !important;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    height: 36px;
    line-height: 25px;
    color: #878787;
}

.pagination > li.first-last {
    width: 36px !important;
}

.pagination .icon-caret-left::before {
    content: url("../../images/core/arrow_left_orange.png");
}

.pagination .icon-caret-right {
    transform: rotate(180deg);
}

.pagination .icon-caret-right::before {
    content: url("../../images/core/arrow_left_orange.png");
}

/* - DOTS - */

.slider .slick-dots li button:before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 0 !important;
    border: 3px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
}

.slider .slick-dots li.slick-active button:before {
    background-color: #FF6600 !important;
    border: 3px solid #cc5200 !important;
    box-shadow: none !important;
}

/* - COOKIE - */

.cookie-agree,
.cookie-agree-gdpr {
    background-color: #FF6600 !important;
    transition: background-color 0.4s ease-in-out;
}

.cookie-agree:hover,
.cookie-agree-gdpr:hover {
    background-color: #FF6600 !important;
}

.cokie-info-wrapper .title {
    font-size: 17px;
}

.cokie-info-wrapper .description {
    font-size: 13px;
    line-height: 19px;
}

.cokie-info-wrapper .item.read-more > a,
.cokie-info-wrapper .item.read-more {
    line-height: 34px;
}
