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

.breadcrumbs {
    margin-top: 0;
    background-color: transparent !important;
}

.breadcrumbs li a {
    font-size: 13px;
    font-weight: 400;
    color: #383838 !important;
}

.breadcrumbs li a:hover,
.background-image-active {
    color: #173682 !important;
}

.breadcrumbs li.active {
    color: #173682 !important;
}

.page-title .heading-wrapper,
.category-intro .heading-wrapper,
.page .intro {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

.category-intro .heading-wrapper {
    margin-top: 25px;
}

.page-title .heading-wrapper .title {
    text-align: center;
}

.page-title .heading-wrapper .title h1,
.category-intro .heading-wrapper h1 span,
.post-details .heading-wrapper h1,
.page .title h1,
.category-heading .heading-wrapper .title h1,
.home-pages-slider .grid-slider.side-text .text-wrapper .title,
.article-detail .article-wrapper .title h1,
.error-page > .heading-wrapper .title h1,
.attribute-letters-list .title h1,
.uc-enrollment .heading-underlined,
.tp-store_details .store-background h1{
    position: relative;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

.page .title h1 {
    text-align: center;
}

.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-bottom: 5px;
}

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

.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 #6D6E70;
}

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

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

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

.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";
}

.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: #173682 !important;
    transition: background-color 0.2s ease-in-out;
}

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

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

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

/* - PAGE & ARTICLE - */

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

.article-content a:hover,
.page-content a:hover,
.page-fullwidth a:hover {
    color: #DC143C;
    text-decoration: underline;
}

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

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

.page {
    padding: 0 !important;
}

.page .intro {
    margin: 0;
}

.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;
    color: #383838;
}

.page .page-content h2,
.article-detail .article-wrapper .text-wrapper h2 {
    font-size: 26px;
    color: #383838;
}

.page .page-content h3,
.article-detail .article-wrapper .text-wrapper h3 {
    /*font-size: 26px;*/
    color: #383838;
}

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

/* - TABLE - */

table {
    border: 1px solid #EAEAEA;
}

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

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 #173682;
}

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 #173682;*/
}

.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/lupa.png");
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    background: transparent !important;
    filter: drop-shadow(5px 5px 6px);
    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,
.slider-static,
.slider.main-slider .slider-init,
.grid-slider {
    margin-bottom: 0 !important;
}

.slider .slick-dots li button:before {
    width: 12px !important;
    height: 12px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #173682 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

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

/* - FORM - */

input {
    /*height: 35px !important;*/
    /*font-size: 14px !important;*/
    /*color: #808080 !important;*/
    /*background-color: #f9f9f9 !important;*/
    /*border: 1px solid #eaeaea !important;*/
}

.form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #A8A8A8;
}

.form-control:focus {
    background-color: transparent;
}

textarea.form-control,
.styled-select {
    background-color: transparent !important;
    border: 1px solid #D8D8D8 !important;
}

.form-group {
    margin-bottom: 17px;
}

.form-control {
    font-size: 13px;
    color: #A8A8A8;
    border-color: #D8D8D8;
}

.form-control::placeholder {
    color: transparent;
}

.styled-select {
    margin: 0 auto;
    max-width: 330px;
    color: #A8A8A8;
    border-color: #D8D8D8;
    /*border-radius: 5px;*/
    background: url(../../images/core/triangle-bottom.png) no-repeat calc(100% - 15px) #FFFFFF;
}

.styled-select {
    /*background: url('../../images/core/smallArrow.png') no-repeat calc(100% - 15px) #fff;*/
}

.styled-select select:focus {
    /*color: #1D1D1B;*/
}

.btn {
    text-transform: none;
    color: #173682 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #173682 !important;
}

.btn:hover {
    color: #FFFFFF !important;
    background-color: #173682 !important;
    border: 1px solid #173682 !important;
}

/* - SOCIAL SHARE - */

.social-share .item {
    margin-right: 10px;
    background-color: #173682;
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out,
                border-color 0.3s ease-in-out;
}

.social-share .item:hover {
    background-color: #16216A;
    border-color: #16216A;
}

/* - MODAL - */

.modal-content {
    padding: 0;
}

/* - header - */

.modal-header {
    position: relative;
    margin-bottom: 20px;
    padding: 18px 0;
    background-color: #F8F8F8;
    border: 0;
}

.promo-modal .modal-header {
    margin: 0;
}

.modal .title,
.modal-title {
    margin: 0;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #173682;
}

.modal .close {
    position: absolute;
    top: 53%;
    right: 17px;
    font-size: 27px;
    font-weight: 400;
    line-height: 0;
    color: #173682;
}

.modal .close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #A8A8A8;
    border-radius: 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%);
    z-index: -1;
}

.promo-modal button.close {
    top: 25px !important;
    right: 20px !important;
}

/* - body - */

.modal-body {
    padding-left: 27px;
    padding-right: 27px;
}

.modal-body label {
    font-size: 14px;
    line-height: 14px;
    color: #A8A8A8;
}

/*.modal-body label a {*/
/*    color: #173682;*/
/*}*/

/*.modal-body label a:hover {*/
/*    color: #173682;*/
/*}*/

.modal-body input {
    height: 35px !important;
}

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

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

.modal-body .forgotten-password {
    display: block;
    margin-top: 17px;
    margin-bottom: 20px;
}

.modal-body .forgotten-password small {
    font-size: 14px;
    text-transform: none;
    color: #16216A;
}

.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: 35px;
}

/* - footer - */

.modal-footer {
    padding: 0 27px 47px 27px !important;
    background-color: transparent;
    border: 0;
}

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

.modal-footer .btn-success {
    margin: 0;
    margin-bottom: 17px;
    height: 37px;
    line-height: 37px;
    color: #FFFFFF !important;
    background-color: #16216A !important;
}

.modal-footer .btn-success:hover {
    background-color: #3a5495 !important;
}

.modal-footer .btn-success span,
.registration_form .modal-footer .btn-success a,
#lost_password_modal .modal-footer #lost_password_submit span {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
}

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

.modal-footer .registration-btn-wrapper .btn,
.registration_form .modal-footer .btn-success,
#lost_password_modal .modal-footer #lost_password_submit {
    margin-bottom: 0;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
    color: #16216A !important;
    background-color: transparent !important;
    border: 1px solid #16216A;
}

.modal-footer .registration-btn-wrapper .btn:hover,
.registration_form .modal-footer .btn-success:hover,
#lost_password_modal .modal-footer #lost_password_submit:hover {
    color: #FFFFFF !important;
    background-color: #16216A !important;
}

.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 {
    font-size: 15px;
    color: #16216A;
    border: 1px solid #D8D8D8;
}

.pagination > li.first > a,
.pagination > li.last > a,
.pagination > li.next > a,
.pagination > li.prev > a {
    height: 36px;
    color: #16216A !important;
}

.pagination > li > a:hover {
    background-color: #F0F0F0 !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #16216A !important;
    border-color: #D8D8D8 !important;
}

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

.popover-content p{
    color: #ffffff;
    font-size: 14px;
}
