.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,
.category-heading .heading-wrapper .description p,
.article-detail .newsletter .heading-wrapper .description p {
    margin-bottom: 0 !important;
}

/* - 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;*/
    width: 600px;
    border-radius: 2px;
    overflow: hidden;
}

.modal.modal-large .modal-dialog {
    width: 850px;
}

.modal-content {
    padding: 0;
    background-color: #FFFFFF;
}

.modal.modal-email .modal-content {
    padding-top: 52px !important;
}

.modal.modal-email .row {
    padding: 0 !important;
}

#product-query-modal .modal-dialog {
    width: 100%;
    max-width: 700px;
}

.product_query_form hr {
    border-color: transparent;
}

/* - header - */

.modal-header {
    position: relative;
    padding: 50px 30px 20px 30px;
    background-color: transparent;
    border: 1px solid transparent;
}

.modal.modal-email .modal-header {
    padding-top: 10px;
    margin-bottom: 40px;
    border: 0;
}

.modal .title {
    position: relative;
    margin: 0;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000 !important;
}

.modal.modal-email .title {
    margin-bottom: 45px;
}

.modal .h4.title::before {
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: #e2e2e2;
    content: "";
    display: none;
}


.modal .h4.title::after {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: #e2e2e2;
    border-radius: 50%;
    content: "";
    display: none;
}

.modal .close,
.widget-countdown-slider .close-promo {
    position: absolute;
    top: 5px !important;
    right: 20px;
    width: 32px;
    height: 32px;
    font-size: 30px;
    line-height: 0;
    color: #262261;
    /*transform: translateY(calc(-50% - 3px));*/
}

.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;*/
    font-weight: 400;
    color: #585858;
    transition: color 0.2s ease-in-out;
}

.modal .close::before,
.widget-countdown-slider .close-promo::before {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    border-radius: 50%;
    z-index: -1;
}

.product-compare .remove-product {
    top: 10px !important;
    right: 20px !important;
    width: 25px !important;
    height: 25px !important;
    background-color: #f7f7f7 !important;
}

.product-compare .remove-product i::before {
    top: 52%;
    left: 52%;
    font-size: 10px;
    color: #262261;
}

.modal .close:hover,
.widget-countdown-slider .close-promo:hover,
.product-compare .remove-product:hover i::before {
    color: #000000 !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 25px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.modal.modal-email .modal-body {
    padding: 0 !important;
}

.promo-modal .modal-body {
    padding: 40px !important;
}

.modal-body label {
    /*font-size: 13px;*/
    /*line-height: 13px;*/
    /*color: #404041;*/
}

.modal-body label a {
    color: #000000;
}

.modal-body label a:hover {
    color: #000000;
}

.modal-body input {
    height: auto;
}

.modal-body .form-group:not(.form-group-checklabel) {
    height: 61px;
}

.modal-body .forgotten-password {
    display: block;
    margin: 20px 0;
    margin-bottom: 0;
    margin-top: -15px;
    text-align: right;
    color: #000000;
}

.modal-body .forgotten-password > small {
    font-size: 85%;
}

.modal-body .forgotten-password:hover {
    color: #000000;
}

.modal-body .form-group-checklabel {
    margin-bottom: 15px !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: -3px;
}

.modal.modal-email .description p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #878787;
}

.modal.modal-email .input-btn-wrapper {
    position: relative;
    display: block !important;
}

.modal.modal-email .input-btn-wrapper .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    min-width: 133px !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    border-radius: 0 2px 2px 0;
}

/* - footer - */

.modal-footer {
    padding: 15px 70px 40px 70px !important;
    background-color: transparent;
    text-align: right;
    border: 0;
}

.login_form .modal-footer{

}

.modal-footer .social-newtwork-login {
    display: none;
}

.modal-footer .btn-success {
    display: inline-block;
    width: 48%;
    height: auto;
    background: #000000;
    color: #ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 18px;
    font-weight: 400;
}

.modal-footer .btn-success:hover {
    color: #ffffff !important;
    background-color: #424242 !important;
}

.modal-footer .btn-success span {
    font-size: 13px;
    font-weight: 400;
}

.modal-footer .registration-btn-wrapper {
    display: block;
    text-align: center;
    padding: 30px 70px 10px;
    color: #000;
    font-size: 13px;
}

.modal-footer .registration-btn-wrapper .title {
    margin-bottom: 10px;
    text-transform: unset;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 14px;
    color: #000000 !important;
}

.modal-footer .registration-btn-wrapper .btn {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    background-color: transparent !important;
    line-height: 15px;
    height: auto;
    text-transform: none;
}

.modal-footer .registration-btn-wrapper .btn:hover {
    background-color: transparent !important;
}

.registration_form .modal-footer .btn-success {
    margin-top: 17px;
    margin-bottom: 0;
}

#lost_password_modal .modal-footer #lost_password_submit {
    margin-bottom: 0;
}

.product_query_form .modal-footer {
    padding: 30px 30px 10px !important;
}

/* - bootbox - */

.bootbox .modal-body .bootbox-body {
    position: relative;
    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: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
}

.bootbox .btn-default:hover {
    color: #ffffff;
    background-color: #424242;
}

.bootbox .btn-primary {
    float: right;
    background-color: #000000;
}

/* - PAGINATION - */

/*.pagination {*/
/*    margin-top: 10px !important;*/
/*    margin-bottom: 25px !important;*/
/*}*/

/*.pagination > li {*/
/*    margin-right: 8px !important;*/
/*}*/

/*.pagination > li:last-of-type {*/
/*    margin-right: 0 !important;*/
/*}*/

/*.pagination > li > a,*/
/*.pagination > li > span {*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    color: #262261;*/
/*    background-color: #F7F7F7;*/
/*    border: 1px solid #F7F7F7;*/
/*    border-radius: 2px !important;*/
/*}*/

/*.pagination > li.first > a,*/
/*.pagination > li.last > a,*/
/*.pagination > li.next > a,*/
/*.pagination > li.prev > a {*/
/*    padding-top: 3px !important;*/
/*    padding-bottom: 5px !important;*/
/*    background-color: #F7F7F7 !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: #EE404A !important;*/
/*    background-color: transparent;*/
/*    border-color: #EE404A !important;*/
/*}*/

/*.pagination > li.active > a,*/
/*.pagination > li.active > a:hover {*/
/*    color: #ffffff !important;*/
/*    background-color: #EE404A !important;*/
/*    border-color: #EE404A;*/
/*}*/

/*.pagination > .active > a,*/
/*.pagination > .active > span,*/
/*.pagination > .active > a:hover,*/
/*.pagination > .active > span:hover,*/
/*.pagination > .active > a:focus,*/
/*.pagination > .active > span:focus {*/
/*    border-color: #EE404A !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;*/
/*}*/

/* - COOKIE - */

.cookie-agree,
.cookie-agree-gdpr {
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    background-color: #EE404A !important;
    border: 1px solid #EE404A !important;
    border-radius: 4px;
    transition: color 0.4s ease-in-out,
    background-color 0.4s ease-in-out,
    border-color 0.4s ease-in-out;
}

.cookie-agree:hover,
.cookie-agree-gdpr:hover {
    color: #FFFFFF;
    background-color: #EE404A !important;
    border-color: #EE404A !important;
}

.cokie-info-wrapper .title {
    font-size: 17px;
}

.cokie-info-wrapper .description {
    font-size: 13px !important;
    line-height: 18px !important;
    color: #73727F;
}

.cokie-info-wrapper .item label {
    font-size: 13px;
    color: #73727F !important;
}

.cokie-info-wrapper .read-more a {
    line-height: 36px;
}

.cokie-info-wrapper .items-wrapper .read-more-btn {
    font-weight: 600;
    color: #EE404A;
    background-color: #FFFFFF !important;
    border: 1px solid #EE404A !important;
    border-radius: 4px;
    transition: color 0.4s ease-in-out,
    background-color 0.4s ease-in-out,
    border-color 0.4s ease-in-out;
}

.cokie-info-wrapper .items-wrapper .read-more-btn:hover {
    color: #FFFFFF !important;
    background-color: #EE404A !important;
    border-color: #EE404A !important;
}

.cokie-info-wrapper .text-wrapper > a {
    font-size: 13px;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.nl-wrapper-input .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #878787;
    font-size: 12px;
}
.nl-wrapper-input .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #878787;
    font-size: 12px;
}
.nl-wrapper-input .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #878787;
    font-size: 12px;
    line-height: 24px;
}
.nl-wrapper-input .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #878787;
    font-size: 12px;
}

.form-group label{
    color: #010101;
    font-size: 12px;
    text-transform: none;
}

.form-control,
.styled-select {
    color: #808080 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 2px;
}

.form-control:not(textarea),
.styled-select {
    height: 35px !important;
    line-height: 35px;
}

.styled-select select {
    line-height: 35px;
}

.form-control::placeholder {
    /*color: transparent;*/
}

#subscribe_form .form-control {
    position: relative;
    display: block;
    border-radius: 2px 0 0 2px;
}

.input-group-addon:last-child{
    border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.icheckbox_flat,
.iradio_flat {
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
}

.iradio_flat {
    border-radius: 50%;
}

.icheckbox_flat:hover,
.iradio_flat:hover {
    border-color: #000000;
}

.icheckbox_flat.checked.disabled,
.iradio_flat.checked.disabled {
    background: #EE404A url("../../images/core/check_box.png") center no-repeat;
}

/* .icheckbox_flat.checked.disabled,
.iradio_flat.checked.disabled {
    background-color: #eaeaea;
} */

.icheckbox_flat.checked.disabled:hover,
.iradio_flat.checked.disabled:hover {
    /*border: 1px solid #eaeaea;*/
}

.icheckbox_flat.checked,
.iradio_flat.checked {
    top: 1px;
    border-color: #000000;
    background-color: #000000;
    /*background: #E82C2C url('../../images/core/check_box.png') center no-repeat;*/
}

.iradio_flat.checked {
    background-color: #000000;
    border-color: #000000;
}

.iradio_flat.checked::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: 2px solid #000000;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group{
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    padding: 0 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #000000;
}

form div:not(.modal-footer) .btn-success {
    background-color: #000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 100px;
    border: 1px solid #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

form div:not(.modal-footer) .btn-success:hover {
    background: #424242;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}
