h1,
h2,
h3,
h4,
h5 {
    /* margin: 0 !important; */
    text-transform: none;
    color: #404041;
}

.cookie-info-slider {
    box-shadow: 0px 0px 1px 1px #eeeeee;
    -moz-box-shadow: 0px 0px 1px 1px #eeeeee;
    -webkit-box-shadow: 0px 0px 0px 1px #eeeeee;
}

.cokie-info-wrapper .items-wrapper {
    border: 1px solid #eaeaea;
}

.form-group.form-group-checklabel {
    margin-top: 5px;
    margin-bottom: 7px;
}

.form-group.form-group-checklabel:last-of-type {
    margin-bottom: 15px;
}

.icheckbox_flat,
.iradio_flat {
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.icheckbox_flat:hover,
.iradio_flat:hover {
    border: 1px solid #F7941D;
}

.icheckbox_flat.checked.disabled,
.iradio_flat.checked.disabled {
    background: #F7941D 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 {
    background-color: #F7941D;
}

.iradio_flat.checked {
    background-color: #ffffff;
    border-color: #F7941D;
}

.iradio_flat.checked::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7941D;
    border: 2px solid #ffffff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

a[href^="tel:"] {
    cursor: pointer !important;
    pointer-events: all !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";
    font-size: 20px;
    font-weight: 300;
    color: #F7941D;
}

.icon-caret-right::before {
    content: "\f105";
    font-size: 20px;
    font-weight: 300;
    color: #F7941D;
}

.icon-caret-dbl-left::before {
    content: "\f100";
}

.icon-caret-dbl-right::before {
    content: "\f101";
}

.cokie-info-wrapper .items-wrapper .read-more-btn {
    border: 1px solid #eaeaea !important;
}

.cokie-info-wrapper .items-wrapper .read-more-btn:hover {
    border-color: #6D6E70 !important;
}

.cookie-agree,
.cookie-agree-gdpr {
    background-color: #F7941D !important;
    transition: background-color 0.2s ease-in-out;
}

.cookie-agree:hover,
.cookie-agree-gdpr:hover {
    background-color: #F7941D !important;
}

.contact-page:not(.background-image-active) {
    margin: 0 !important;
}

.background.background-alt {
    background: #ffffff !important;
}

/* - PAGE & ARTICLE - */

.article-content a,
.page-content a {
    color: #F7941D;
}

.article-content a:hover,
.page-content a:hover {
    color: #F7941D;
}

.page .left-info {
    border-right: 0 !important;
}

.page .right-info {
    border-left: 0 !important;
}

.page .intro {
    margin-top: 0 !important;
}


.shipment-tracking-wrapper .form-and-heading-wrapper .heading-wrapper h1,
.contact-page:not(.background-image-active) .title h1,
.page-message-new .heading-wrapper.heading-page h2,
.confirm-bank .heading-wrapper.heading-underlined h2,
.cart-heading.heading-wrapper h2,
.similar-product-shipment .heading-wrapper h2,
.product-listing .title h1,
.page .title h1,
.category-heading .heading-wrapper .title h1,
.home-pages-slider .grid-slider.side-text .text-wrapper .title,
.article-detail .article-wrapper .heading-wrapper .title h1,
.error-page > .heading-wrapper .title h1,
.attribute-letters-list .title h1,
.uc-enrollment .heading-underlined,
.tp-store_details .store-background h1,
.grid-slider > .heading-wrapper .title h2
{
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.uc-home h1,
.uc-home .title,
.uc-home h2 {
    text-transform: none !important;
}

.contact-page:not(.background-image-active) .title h1 {
    text-transform: uppercase;
}

.uc-enrollment .heading-underlined {
    width: 100%;
    border: 0;
    border: none;
}


.shipment-tracking-wrapper .form-and-heading-wrapper .heading-wrapper h1:before,
.modal .title.h4:before,
.page-message-new .heading-wrapper.heading-page h2:before,
.confirm-bank .heading-wrapper.heading-underlined h2:before,
.cart-heading.heading-wrapper h2:before,
.similar-product-shipment .heading-wrapper h2:before,
.product-listing .title h1::before,
.page .title h1::before,
.category-heading .heading-wrapper .title h1::before,
.home-pages-slider .grid-slider.side-text .text-wrapper .title::before,
.article-detail .article-wrapper .title h1::before,
.error-page > .heading-wrapper .title h1::before,
.attribute-letters-list .title h1::before,
.uc-enrollment .heading-underlined::before,
.tp-store_details .store-background h1::before {
    content: "";
    position: absolute;
    width: 45px;
    left: 50%;
    bottom: 0;
    border-bottom: 2px solid #F7941D;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
}

.page .page-content {
    margin: 0;
    max-width: initial;
    max-width: auto;
}

.page .page-content p,
.article-detail .article-wrapper .text-wrapper p {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
}

/* - TABLE - */

table {
    border: 1px solid #EAEAEA;
}

table thead {
    background-color: #F2F2F2;
    border-bottom: 1px solid #F7941D;
}

table th,
table td {
    padding-left: 40px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

table th {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #404041;
    border: 1px solid #EAEAEA;
    border-bottom: 1px solid #F7941D;
}

table td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6D6E70;
    border: 1px solid #EAEAEA;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    padding-left: 40px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.table > thead > tr > th {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #404041;
    border: 1px solid #F7941D;
}

.table > tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6D6E70;
    border: 1px solid #EAEAEA;
}

.table > tbody > tr:hover > td,
.table > tbody > tr:hover > th {
    background-color: #eaeaea;
}

/* - GALLERY - */

.gallery-images-item .download-img,
.gallery-images-item .print-img {
    display: none;
}

.gallery-images .gallery-images-item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.gallery-images .gallery-images-item:hover a::before {
    opacity: 0.2;
}

.gallery-images .gallery-images-item::after {
    content: url("../../images/core/zoom.png");
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    background: transparent !important;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out;
}

.gallery-images .gallery-images-item:hover:after {
    opacity: 1;
}

.article-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-gallery .item::before,
.article-gallery .item::after {
    background: transparent !important;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.article-gallery .item:after {
    content: url("../../images/core/zoom.png") !important;
}

/* - SLIDER - */

.grid-slider .text-wrapper .title {
    text-transform: none;
}

.slider .slick-dots li.slick-active button:before,
.slider .slick-dots li,
.slider .slick-dots li button,
.slider .slick-dots li button:before {
    width: 6px !important;
    height: 6px !important;
}

.slider .slick-dots li button:before {
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #FFE3C2 !important;
}

.slider .slick-dots li.slick-active button:before {
    background-color: #F7941D !important;
}

/* - FORM - */

input {
    font-size: 14px !important;
    color: #808080 !important;
}

.form-group label {
    margin-bottom: 8px;
    font-size: 14px !important;
    line-height: 14px;
    color: #404041;
    font-weight: 400;
}

.form-group-checklabel label {
    margin-left: 10px;
    margin-top: 2px;
}

.form-group label[for="antispam"] {
    font-size: 13px !important;
}

.form-group label i {
    margin-left: 3px;
    font-style: normal;
    color: gray;
    cursor: pointer;
}

.form-control {
    border-radius: 0;
    height: 40px !important;
    border: 1px solid #D6D6D6 !important;
    background: #ffffff;
}

/* - MODAL - */

.modal-content {
    padding: 15px 50px 40px;
    border-radius: 0;
}

/* - header - */

.modal-header {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.modal .title {
    text-align: center;
    color: #404041;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
}

.storelocator-close .fa-close:before, .storelocator-close .fa-remove:before, .storelocator-close .fa-times:before,
.modal .close {
    position: absolute;
    top: 15px;
    right: -40px;
    line-height: 0;
    color: #454545;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 200;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border: 1px solid #B8B8B8;
    border-radius: 50%;
}

/* - body - */

.modal-body {
    padding: 0;
}

.modal-body label {
    line-height: 13px;
    color: #404041;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.modal-body label a {
    color: #1C75BC;
    margin-left: 5px;
}

.modal-body label a:hover {
    text-decoration: underline;
}

.icheckbox_flat {
    height: 17px;
    width: 17px;
}

.icheckbox_flat, .iradio_flat {
    margin-right: 0 !important;
    border: 1px solid #D6D6D6;
}

.cart-steps-ncx .cart-carrier-and-payment .delivery-options li:hover .iradio_flat {
    border-color: #F7941D !important;
}

.modal-body .form-group {
    margin-bottom: 10px;
}

.modal-body .form-group:not(.form-group-checklabel) {
    height: 66px;
}

.modal-body .forgotten-password {
    display: block;
    margin-top: 17px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.modal-body .form-group-checklabel {
    margin-bottom: 0 !important;
}

.modal-body .btn-file {
    padding: 0 20px;
    font-size: 16px;
}

#lost_password_modal .modal-body .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}

.input-group .btn {
    height: 40px;
    font-weight: 600;
    font-size: 14px;
}

/* - footer - */

.modal-footer {
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    text-align: center;
}

.modal-footer .social-newtwork-login {
    display: none;
}

.modal-footer .btn-success {
    margin: 0;
    margin-bottom: 17px;
    height: 40px;
    line-height: 36px;
}

.modal-footer .btn,
.modal-footer .btn-success,
.modal-footer .registration-btn-wrapper .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}


.modal-footer .registration-btn-wrapper .title {
    margin-bottom: 8px;
    text-transform: unset;
    font-size: 13px;
    line-height: 13px;
    color: #404041;
}

.modal-footer .registration-btn-wrapper .btn {
    margin-bottom: 0;
    height: 40px;
    line-height: 36px;
}


.registration_form .modal-footer .btn-success {
    margin-top: 17px;
    margin-bottom: -17px;
}

#lost_password_modal .modal-footer #lost_password_submit {
    margin-bottom: 0;
}

/* - PAGINATION - */

.pagination > li > a,
.pagination > li > span {
    color: #808080;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid transparent;
}

.pagination > li.first,
.pagination > li.last {
    display: none;
}

.pagination > li.first > a,
.pagination > li.last > a,
.pagination > li.next > a,
.pagination > li.prev > a {
    color: #808080 !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: #F7941D !important;
    border-color: #F7941D !important;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
    color: #ffffff !important;
    background-color: #F7941D !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: #F7941D !important;
}

/* - TEXT EDITOR - */

.article-content .text-wrapper .page-img-box-wrapper {
    padding-bottom: 0 !important;
    background: transparent !important;
    border: 1px solid #eaeaea;
}

.article-content .text-wrapper .page-img-box-wrapper.pull-left img,
.article-content .text-wrapper .page-img-box-wrapper.pull-right img {
    margin-bottom: 10px;
}

.article-content .text-wrapper .page-box-wrapper.pull-left,
.article-content .text-wrapper .page-box-wrapper.pull-right {
    padding: 30px 30px !important;
    padding-bottom: 45px;
    text-align: left;
    background-color: #f9f9f9;
}

.article-content .text-wrapper .page-box-wrapper.pull-left p,
.article-content .text-wrapper .page-box-wrapper.pull-right p {
    margin: 0;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 25px;
}

.breadcrumbs {
    margin-top: 8px;
}

.background-image-active {
    color: #404041 !important;
}

.breadcrumbs.background-image-active a {
    color: #404041 !important;
}

.breadcrumbs li.active {
    color: #000000;
}
.form-control[readonly]{
    background-color: #ffffff !important;
    pointer-events: none;
}

.styled-select{
    height: 40px;
    background: url("../../images/core/select_arrow_hop.svg") no-repeat calc(100% - 15px) #fff;
}

.styled-select select{
    padding: 0 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

textarea.form-control {
    height: auto !important;
}

.fa-angle-right:before,
.fa-angle-left:before{
    color: #ffffff;
    font-size: 14px;
}

.password-eye-wrapper {
    position: unset;
}

.password-eye-wrapper > span {
    position: absolute;
    top: calc(50% + 13px);
    transform: translateY(-50%);
    right: 15px;
}

.password-eye-wrapper > span > i {
    content: url("../../images/core/password_eye_hidden.svg");
}

.password-eye-wrapper > span > i.active {
    content: url("../../images/core/password_eye_shown.svg");
}

.modal-body .form-group:has(.password-eye-wrapper) {
    position: relative;
}