html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #efefef;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 300px) {
    body {
        width: 300px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

table {
    border-collapse: collapse;
    border-color: #cccccc;
}

img {
    border: 0;
}

hr {
    background-color: #ADADAD;
    border: 0;
    height: 1px;
}

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

.top_notice {
    clear: both;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.red_notice {
    background-color: red;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Montserrat', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
    border-radius: 4px;;
    font-weight: 600;
}

.spacer_30 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

*:focus {
    outline: none;
}

.gen_btn {
    width: auto;
    height: auto;
    padding: 15px 25px;
    border: 0;
    border-radius: 4px;
    background-color: #1c4783;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.0em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
    .gen_btn {
        width: 100%;
        padding: 15px 10px;
    }
}

.gen_btn:hover {
    background-color: #143360;
}

.gen_btn_right {
    float: right;
}

.ff_playf {
    font-family: 'Playfair Display', serif;
}

/* ACTION NOTICES */
.action_notice_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.action_notice {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    border-radius: 4px;
    font-weight: 600;
}

@media screen and (max-width: 560px) {
    .action_notice {
        font-size: 0.9em;
    }
}

.action_notice_green {
    color: #525252;
    background-color: #bee5b0;
}

.action_notice_red {
    color: #ffffff;
    background-color: #d26466;
}

.action_notice_close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #ffffff;
    background-color: #000000;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.action_notice_close:hover {
    transform: rotate(180deg);
}

/* ATTENTION BAR */
.attention_bar {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #d26466;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 1.0em;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .attention_bar {
        font-size: 0.9em;
    }
}

.attention_bar a,
.attention_bar a:visited {
    color: #ffffff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.attention_bar a:hover,
.attention_bar a:visited:hover {
    color: #c4c4c4;
    text-decoration: underline;
}

/* INFO BAR TOP */
.info_bar {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #252525;
}

@media screen and (max-width: 1080px) {
    .info_bar {
        width: calc(100% - 20px);
        padding: 5px 10px;
    }
}

.slogan {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.0em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 560px) {
    .slogan {
        width: 100%;
        height: auto;
        padding: 0 0 5px 0;
        display: table;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
}

.quick_links {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media screen and (max-width: 560px) {
    .quick_links {
        width: 100%;
        height: auto;
        padding: 0;
        display: table;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
}

.contacts {
    width: auto;
    height: auto;
    padding: 5px 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
}

@media screen and (max-width: 560px) {
    .contacts {
        clear: both;
        float: none;
        text-align: center;
        padding: 0;
    }
}

.contact_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 0 25px;
    position: relative;
    clear: none;
    float: right;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .contact_holder {
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width: 560px) {
    .contact_holder {
        margin: 0 10px;
        float: none;
        display: inline-block;
        text-align: center;
    }
}

.contact_holder a,
.contact_holder a:visited {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #687da4;
}

.contact_holder i {
    color: #687da4;
}

.social_links {
    width: auto;
    height: auto;
    padding: 5px 25px 5px 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1080px) {
    .social_links {
        padding: 5px 20px 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .social_links {
        display: none;
    }
}

.social_links i {
    color: #ffffff;
    font-size: 1.0em;
    padding: 0;
    margin: 0 0 0 5px;
    transition: all 0.3s ease-in-out;
}

.social_links i:hover {
    color: #687da4;
    transform: scale(1.4, 1.4);
    z-index: 2;
}

/* HEADER TOP */
.header {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    z-index: 1010;
}

@media screen and (max-width: 1080px) {
    .header {
        width: calc(100% - 20px);
        padding: 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 560px) {
    .header {
        background-image: none !important;
    }
}

.logo {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 560px) {
    .logo {
        width: 100%;
        clear: both;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
    }
}

.logo_main {
    width: auto;
    height: 120px;
    display: table;
}

@media screen and (max-width: 1080px) {
    .logo_main {
        height: 110px;
    }
}

@media screen and (max-width: 767px) {
    .logo_main {
        height: 90px;
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 560px) {
    .logo_main {
        height: 80px;
    }
}

.user_links {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    z-index: 1002;
}

@media screen and (max-width: 767px) {
    .user_links {
        display: none;
    }
}

.user_cart {
    width: auto;
    height: 48px;
    padding: 0 15px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    background-color: #1c4783;
    border-radius: 4px;
    border: 2px solid #ffffff;
    display: table;
    color: #ffffff;
    font-size: 1.1em;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .user_cart {
        height: 40px;
        font-size: 1.0em;
        float: left;
        border: 0;
    }
}

.user_cart:hover {
    background-color: #143360;
}

.user_cart_icon {
    width: auto;
    height: auto;
    padding: 0 5px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 0.9em;
    font-weight: 500;
}

.cart_button_count {
    width: 30px;
    height: 30px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.cart_button_count_float {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    display: table;
    text-align: center;
    border-radius: 50%;
    background-color: #687da4;
    font-size: 0.8em;
    font-weight: 500;
}

.user_link_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 15px 25px 0 0;
    position: relative;
    clear: none;
    float: right;
}

@media screen and (max-width: 767px) {
    .user_link_holder {
        display: none;
    }
}

.user_link_holder ul {
    padding: 0;
    margin: 0;
}

.user_link_holder ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user_link_holder ul li a,
.user_link_holder ul li a:visited {
    text-decoration: none;
    font-size: 1.0em;
    font-weight: 600;
    padding: 25px 0;
    transition: all 0.3s ease-in-out;
}

.user_link_holder_dark ul li a,
.user_link_holder_dark ul li a:visited {
    color: #525252;
}

.user_link_holder_light ul li a,
.user_link_holder_light ul li a:visited {
    color: #ffffff;
}

.user_link_holder ul li a:hover,
.user_link_holder ul li a:visited:hover {
    color: #000000;
}

.user_link_holder_dark ul li a:hover,
.user_link_holder_dark ul li a:visited:hover {
    color: #000000;
}

.user_link_holder_light ul li a:hover,
.user_link_holder_light ul li a:visited:hover {
    color: #c4c4c4;
}

.user_link_holder ul ul {
    display: none;
}

.user_link_holder:hover ul ul {
    display: table;
}

.user_link_holder ul ul {
    width: 280px;
    padding: 10px;
    position: absolute;
    top: 25px;
    right: 0;
    border: 2px solid #c4c4c4;
    border-radius: 4px;
    text-align: left;
    background-color: #ffffff;
}

.user_link_holder ul ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}

.user_link_holder ul ul li a {
    display: block;
    padding: 5px 0;
    width: 100%;
}

.user_link_holder_dark ul ul li a,
.user_link_holder_light ul ul li a {
    color: #525252 !important;
}

.user_link_holder_dark ul ul li a:hover,
.user_link_holder_light ul ul li a:hover {
    color: #000000 !important;
}

.user_link_holder ul ul li:last-child {
    border: 0;
}

/* MENU BAR */
.menu_bar {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
    z-index: 1001;
}

@media screen and (max-width: 1080px) {
    .menu_bar {
        width: calc(100% - 20px);
        padding: 5px 10px;
    }
}

@media screen and (max-width: 767px) {
    .menu_bar {
        z-index: 2001;
    }
}

.menu_bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.menu_bar.sticky + .content {
    padding-top: 50px;
}

.menu_full {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.cart_button_menu {
    width: auto;
    height: auto;
    padding: 0;
    display: none;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .cart_button_menu {
        display: table-cell;
    }
}

.menu_btn {
    background-color: #ca7d2b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.menu_btn:hover {
    background-color: #a56827;
}

.menu_btn.curr_page {
    color: #ffffff !important;
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.contact_blocks_left {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 10px 0 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
}

@media screen and (max-width: 560px) {
    .contact_blocks_left {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }
}

.contact_blocks_right {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
}

@media screen and (max-width: 560px) {
    .contact_blocks_right {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }
}

.contact_block_holder {
    width: calc(100% - 10px);
    height: auto;
    padding: 0;
    margin: 10px 5px;
    position: relative;
    clear: none;
    float: left;
    display: table;
}

.contact_block_icon {
    width: 30px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.contact_block_icon i {
    font-size: 30px;
    color: #a56827;
}

.contact_block_info {
    width: calc(100% - 30px - 10px);
    height: auto;
    padding: 0 0 0 5px;
    display: table-cell;
    vertical-align: top;
}

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 600;
    color: #252525;
    line-height: 1.0em;
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 600;
    color: #525252;
    line-height: 1.0em;
}

.contact_block_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 500;
    color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
    color: #000000;
    text-decoration: underline;
}

/* SLIDER IMAGES */
.slider {
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.slider_holder {
    background: no-repeat scroll;
    background-size: cover !important;
    clear: both;
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}

.bxslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .bxslider {
        padding-bottom: 70% !important;
    }
}

@media screen and (max-width: 560px) {
    .bxslider {
        padding-bottom: 90% !important;
    }
}

.slider_info {
    width: calc(50% - 30px);
    height: auto;
    padding: 15px 15px;
    margin: 0 auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
    overflow: hidden;
    animation: animateSliderInfo 1.0s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 1080px) {
    .slider_info {
        width: calc(60% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .slider_info {
        width: calc(70% - 30px);
    }
}

@media screen and (max-width: 560px) {
    .slider_info {
        width: calc(90% - 20px);
        padding: 10px 10px;
    }
}

@keyframes animateSliderInfo {
    0% {
        top: -100%;
    }
    100% {
        top: 50%;
    }
}

.slider_title {
    color: #ffffff;
    font-size: 3.4em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 5px 0 10px 0;
    padding: 0;
    text-align: center;
    transform: translateX(-100%);
    opacity: 0.0;
    animation: animateSliderTitle 1.0s ease-in-out 0.5s 1 forwards;
}

@media screen and (max-width: 1200px) {
    .slider_title {
        font-size: 3.0em;
    }
}

@media screen and (max-width: 1080px) {
    .slider_title {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 767px) {
    .slider_title {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 560px) {
    .slider_title {
        font-size: 1.8em;
        margin: 5px auto;
    }
}

@media screen and (max-width: 440px) {
    .slider_title {
        font-size: 1.6em;
    }
}

@keyframes animateSliderTitle {
    0% {
        transform: translateX(-100%);
        opacity: 0.0;
    }
    100% {
        transform: translateX(0);
        opacity: 1.0;
    }
}

.slider_title_line {
    width: 25%;
    height: 2px;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    background-color: #ca7d2b;
}

@media screen and (max-width: 767px) {
    .slider_title_line {
        width: 40%;
    }
}

@media screen and (max-width: 560px) {
    .slider_title_line {
        display: none;
    }
}

.slider_description {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    transform: translateX(100%);
    opacity: 0.0;
    animation: animateSliderDescription 1.0s ease-in-out 0.5s 1 forwards;
}

@media screen and (max-width: 1080px) {
    .slider_description {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 767px) {
    .slider_description {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 560px) {
    .slider_description {
        display: none;
    }
}

@keyframes animateSliderDescription {
    0% {
        transform: translateX(100%);
        opacity: 0.0;
    }
    100% {
        transform: translateX(0);
        opacity: 1.0;
    }
}

.slider_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 15px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    opacity: 0.0;
    animation: animateSliderButton 1.0s ease-in-out 1.5s 1 forwards;
}

@media screen and (max-width: 560px) {
    .slider_button {
        margin: 10px auto;
    }
}

@keyframes animateSliderButton {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 15px 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #1c4783;
    text-decoration: none;
    display: table;
    color: #ffffff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 10px 30px;
        font-size: 0.9em;
    }
}

.slider_button a:hover,
.slider_button a:visited:hover {
    background-color: #143360;
}

/* MAIN CONTENT */
.content {
    width: 1000px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 1080px) {
    .content {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767px) {
    .content {
        padding: 20px 20px;
    }
}

.content_inner {
    width: calc(100% - 40px);
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.0em;
    line-height: 1.0em;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .content_h2_header {
        font-size: 1.9em;
    }
}

@media screen and (max-width: 1080px) {
    .content_h2_header {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .content_h2_header {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 560px) {
    .content_h2_header {
        font-size: 1.6em;
    }
}

.content_h2_header_line {
    width: 25%;
    height: 2px;
    margin: 5px auto 15px auto;
    position: relative;
    clear: both;
    text-align: center;
    background-color: #ca7d2b;
}

@media screen and (max-width: 767px) {
    .content_h2_header_line {
        width: 40%;
    }
}

.content p {
    text-align: justify;
    line-height: 1.4em;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

/* MY ACCOUNT DASHBOARD */
.my_account_dash {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.acc_dash_holder {
    width: calc(100% / 3 - 20px - 4px);
    height: auto;
    padding-bottom: calc(100% / 3 - 20px - 4px);
    margin: 10px;
    position: relative;
    clear: none;
    float: left;
    border: 2px solid #c4c4c4;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .acc_dash_holder {
        width: calc(100% / 2 - 20px - 4px);
        padding-bottom: calc(100% / 2 - 20px - 4px);
    }
}

@media screen and (max-width: 440px) {
    .acc_dash_holder {
        width: calc(100% / 1 - 4px);
        padding-bottom: 0;
        margin: 5px auto;
    }
}

.acc_dash_holder:hover {
    background-color: #1c4783;
    border: 2px solid #1c4783;
}

.acc_dash_holder_float {
    width: calc(100% - 40px);
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 440px) {
    .acc_dash_holder_float {
        position: relative;
        top: auto;
        transform: translateY(0);
    }
}

.acc_holder_icon {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 10px auto;
    position: relative;
    clear: none;
    text-align: center;
    font-size: 60px;
    color: #1c4783;
}

@media screen and (max-width: 1080px) {
    .acc_holder_icon {
        font-size: 50px;
    }
}

@media screen and (max-width: 560px) {
    .acc_holder_icon {
        font-size: 40px;
    }
}

.acc_dash_holder:hover .acc_holder_icon {
    color: #ffffff;
}

.acc_holder_tag {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.0em;
    text-transform: uppercase;
    font-weight: 500;
    color: #1c4783;
}

@media screen and (max-width: 1080px) {
    .acc_holder_tag {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 560px) {
    .acc_holder_tag {
        font-size: 1.1em;
    }
}

.acc_dash_holder:hover .acc_holder_tag {
    color: #ffffff;
}

/* PRODUCT FILTER/SEARCH BAR */
.cart_filter_bar {
    width: calc(100% - 10px - 20px);
    height: auto;
    padding: 10px;
    margin: 0 auto 10px auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
    border-radius: 4px;
}

.cart_filter_bar select {
    width: calc(100% / 3 - 2px - 42px);
    height: 40px;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 3px 0 0 3px;
    float: left;
    clear: none;
    font-size: 1.0em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .cart_filter_bar select {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 767px) {
    .cart_filter_bar select {
        width: 100%;
        margin: 0 0 2px 0;
        border-radius: 3px 3px 0 0;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 440px) {
    .cart_filter_bar select {
        height: 35px;
    }
}

.cart_filter_bar input[type="text"] {
    width: calc(100% / 3 - 20px - 2px - 42px);
    height: 30px;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    background-color: #ffffff;
    border: 0;
    float: left;
    clear: none;
    font-size: 1.0em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .cart_filter_bar input[type="text"] {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 767px) {
    .cart_filter_bar input[type="text"]:nth-child(odd) {
        width: calc(100% / 2 - 20px - 1px);
        margin: 0 1px 2px 0;
        border-radius: 0 0 0 3px;
    }
}

@media screen and (max-width: 440px) {
    .cart_filter_bar input[type="text"]:nth-child(odd) {
        width: calc(100% - 20px);
        height: 25px;
        margin: 0 0 2px 0;
        border-radius: 0;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 767px) {
    .cart_filter_bar input[type="text"]:nth-child(even) {
        width: calc(100% / 2 - 20px - 1px);
        margin: 0 0 2px 1px;
        border-radius: 0 0 3px 0;
    }
}

@media screen and (max-width: 440px) {
    .cart_filter_bar input[type="text"]:nth-child(even) {
        width: calc(100% - 20px);
        height: 25px;
        margin: 0 0 2px 0;
        border-radius:  0 0 3px 3px;
        font-size: 0.9em;
    }
}

.cart_filter_bar button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: #1c4783;
    color: #ffffff;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .cart_filter_bar button {
        margin: 3px 0 0 0;
        border-radius: 3px;
    }
}

.cart_filter_bar button:hover {
    background-color: #143360;
}

.cart_filter_bar .set_product_mode,
.cart_filter_bar .clear_filter_options {
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 1px 0 0 2px;
    color: #ffffff;
    font-size: 30px;
    display: table;
    border: 0;
    float: right;
    clear: none;
    text-align: center;
    border-radius: 3px;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .cart_filter_bar .set_product_mode,
    .cart_filter_bar .clear_filter_options {
        margin: 4px 0 0 2px;
    }
}

.cart_filter_bar .set_product_mode {
    background-color: #ff8306;
}

.cart_filter_bar .set_product_mode:hover {
    background-color: #c66300;
}

.cart_filter_bar .clear_filter_options {
    background-color: #ff0000;
}

.cart_filter_bar .clear_filter_options:hover {
    background-color: #b70000;
}

/* PRODUCTS - CART VIEW LIST */
.cart_list {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.cart_list .product_holder {
    width: calc(100% / 5 - 20px - 10px - 4px);
    height: auto;
    padding: 10px;
    margin: 5px;
    position: relative;
    float: left;
    clear: none;
    border: 2px solid #c4c4c4;
    border-radius: 4px;
    overflow: hidden;
    -mos-overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .cart_list .product_holder {
        width: calc(100% / 4 - 20px - 10px - 4px);
    }
}

@media screen and (max-width: 767px) {
    .cart_list .product_holder {
        width: calc(100% / 3 - 20px - 10px - 4px);
    }
}

@media screen and (max-width: 560px) {
    .cart_list .product_holder {
        width: calc(100% / 2 - 20px - 10px - 4px);
    }
}

@media screen and (max-width: 440px) {
    .cart_list .product_holder {
        width: calc(100% - 20px - 10px - 4px);
    }
}

.cart_list .product_image {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.cart_list .product_image a {
    display: none;
}

.cart_list .product_info {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.cart_list .product_name {
    width: 100%;
    height: 55px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 600;
    color: #525252;
}

@media screen and (max-width: 440px) {
    .cart_list .product_name {
        height: auto;
        padding: 0 0 10px 0;
    }
}

.cart_list .product_units {
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 500;
    color: #7f7f7f;
}

@media screen and (max-width: 440px) {
    .cart_list .product_units {
        height: auto;
        padding: 0 0 5px 0;
    }
}

.cart_list .product_price {
    width: 100%;
    height: 35px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 700;
    color: #000000;
}

@media screen and (max-width: 440px) {
    .cart_list .product_price {
        height: auto;
        padding: 0 0 5px 0;
    }
}

.cart_list .product_stock_volume {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.8em;
    font-weight: 500;
    color: #d26900;
}

.cart_list .product_form {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.cart_list .product_form input[type="number"] {
    width: calc(100% - 20px - 40px);
    height: 20px;
    padding: 10px;
    border: 0;
    background-color: #252525;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.0em;
    float: left;
    clear: none;
    border-radius: 3px 0 0 3px;
}

.cart_list .product_form button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: #1c4783;
    color: #ffffff;
    font-size: 1.0em;
    float: right;
    clear: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 0 3px 3px 0;
}

.cart_list .product_form button:hover {
    background-color: #143360;
}

.cart_list .product_form_disabled {
    pointer-events: none;
    opacity: 0.7;
}

.cart_list .product_status {
    width: 300px;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    right: -96px;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2em;
    transform: rotate(45deg);
    text-transform: uppercase;
    font-weight: 600;
}

.cart_list .product_status_blue {
    background-color: #143360;
}

.cart_list .product_status_orange {
    background-color: #ff915b;
}

.cart_list .incart_notice {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
    background-color: #ff0000;
    border-radius: 50%;
}

.cart_list .incart_notice_float {
    width: calc(100% - 10px);
    height: auto;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 0.7em;
    line-height: 1.1em;
    text-align: center;
    font-weight: 600;
}

/* PRODUCTS - CATALOGUE VIEW LIST */
.catalogue_list {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.catalogue_list .product_holder {
    width: calc(100% - 20px - 10px - 4px);
    height: auto;
    padding: 5px 10px;
    margin: 5px;
    position: relative;
    clear: both;
    display: table;
    border: 2px solid #c4c4c4;
    overflow: hidden;
    -moz-overflow: hidden;
    border-radius: 4px;
}

.catalogue_list .product_image {
    width: 100px;
    height: 100px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    white-space: nowrap;
}

.catalogue_list .product_image i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.catalogue_list .product_image i:hover {
    background-color: rgba(0, 0, 0, 1.0);
}

.catalogue_list .product_info {
    width: calc(100% - 100px - 120px);
    height: auto;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 440px) {
    .catalogue_list .product_info {
        width: calc(100% - 100px - 80px);
    }
}

.catalogue_list .product_name {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 600;
    color: #525252;
}

.catalogue_list .product_units {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 500;
    color: #7f7f7f;
}

.catalogue_list .product_price {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 700;
    color: #000000;
}

.catalogue_list .product_stock_volume {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    color: #d26900;
}

.catalogue_list .product_form {
    width: 120px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 440px) {
    .catalogue_list .product_form {
        width: 80px;
    }
}

.catalogue_list .product_form_disabled {
    pointer-events: none;
    opacity: 0.7;
}

.catalogue_list input[type="number"] {
    width: calc(100% - 20px - 40px);
    height: 30px;
    padding: 5px 10px;
    border: 0;
    background-color: #252525;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 500;
    float: left;
    clear: none;
    border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 440px) {
    .catalogue_list input[type="number"] {
        width: calc(100% - 20px);
        height: 20px;
        padding: 5px 10px;
        font-size: 1.0em;
        float: none;
        clear: both;
        border-radius: 3px 3px 0 0;
    }
}

.catalogue_list button {
    width: 40px;
    height: 40px;
    padding: 0;
    float: right;
    clear: none;
    background-color: #1c4783;
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
    .catalogue_list button {
        width: 100%;
        height: 30px;
        float: none;
        clear: both;
        font-size: 15px;
        border-radius: 0 0 3px 3px;
        display: table;
    }
}

.catalogue_list button:hover {
    background-color: #143360;
}

.catalogue_list .product_status {
    width: 200px;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: -60px;
    transform: rotate(-45deg);
    background-color: #143360;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 600;
}

.catalogue_list .product_status_blue {
    background-color: #143360;
}

.catalogue_list .product_status_orange {
    background-color: #ff915b;
}

/* CHECKOUT PAGE */
.checkout {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.checkout table {
    width: 100%;
}

@media screen and (max-width: 560px) {
    .checkout table {
        font-size: 0.9em;
    }
}

.checkout .checkout_table_full {
    display: table;
}

@media screen and (max-width: 560px) {
    .checkout .checkout_table_full {
        display: none;
    }
}

.checkout .checkout_table_mobile {
    display: none;
}

@media screen and (max-width: 560px) {
    .checkout .checkout_table_mobile {
        display: table;
    }
}

.checkout table tr {
    width: 100%;
}

.checkout table tr:nth-child(even) {
    background-color: #efefef;
}

.checkout table tr:nth-child(odd) {
    background-color: #ffffff;
}

.checkout table tr th,
.checkout table tr td {
    padding: 5px 10px;
    line-height: 1.0em;
}

.checkout table tr th {
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    background-color: #252525;
    text-transform: uppercase;
}

.checkout .table_rightalign {
    text-align: right !important;
}

.checkout .table_bolder {
    font-weight: 600;
}

.checkout .table_boldest {
    font-weight: 700;
}

.checkout .table_grey {
    color: #525252;
}

.checkout .table_total {
    background-color: #ffffff;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    color: #000000;
}

.checkout_units_count_mobile {
    margin: 4px 0 0 0;
    display: table;
}

.checkout_buttons {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0;
    position: relative;
    clear: both;
    display: table;
}

.checkout_buttons a,
.checkout_buttons a:visited {
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 0 0 0 5px;
    background-color: #1c4783;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.0em;
    border-radius: 4px;
    display: table;
    float: right;
    clear: none;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
    .checkout_buttons a,
    .checkout_buttons a:visited {
        width: calc(100% - 20px);
        padding: 10px 10px;
        margin: 0 0 5px 0;
        float: none;
        clear: both;
    }
}

.checkout_buttons a:hover,
.checkout_buttons a:visited:hover {
    background-color: #143360;
}

.checkout_buttons form {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
    clear: none;
}

@media screen and (max-width: 440px) {
    .checkout_buttons form {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 5px 0;
    }
}

.checkout_buttons button {
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 0 0 0 5px;
    height: 39px;
    background-color: #1c4783;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    float: right;
    clear: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 440px) {
    .checkout_buttons button {
        width: 100%;
        padding: 10px 10px;
        margin: 0;
        float: none;
        clear: both;
    }
}

.checkout_buttons button:hover {
    background-color: #143360;
}

/* ORDER CONFIRMATION PAGE */
.confirmation {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.confirmation_orderno {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 0 auto 10px auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.0em;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #252525;
    border-radius: 4px;
}

@media screen and (max-width: 1080px) {
    .confirmation_orderno {
        font-size: 1.2em;
    }
}

.confirmation_orderno a,
.confirmation_orderno a:visited {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.confirmation_orderno a:hover,
.confirmation_orderno a:visited:hover {
    color: #c4c4c4;
}

.confirmation_message {
    width: calc(100% - 30px - 4px);
    height: auto;
    padding: 5px 15px;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    border: 2px solid #c4c4c4;
    border-radius: 4px;
}

.confirmation_message p {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .confirmation_message p {
        font-size: 1.0em;
    }
}

/* INVOICE VIEW AND PRINT */
.invoice_holder {
    width: 190mm;
    height: 277mm;
    padding: 10mm;
    margin: 50px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid #eaeaea;
    overflow: hidden;
    background-color: #ffffff;
}

@media print {
    @page {
        width: 190mm;
        height: 277mm;
        padding: 0;
        margin: 10mm 10mm 10mm 10mm;
        border: 0;
        size: A4;
    }
    .invoice_holder {
        page-break-inside: avoid;
        padding: 0;
        margin: 0;
        border: 0;
    }
}

.invoice_holder_nomgr {
    margin: 0 auto;
}

@media print {
    #stefanvdproperblocksmall {
        height: auto !important;
    }
}

.print_change_status {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    clear: both;
    display: table;
    background-color: red;
}

@media print {
    .print_change_status {
        display: none !important;
    }
}

.print_change_status select {
    width: calc(100% - 180px);
    height: 40px;
    padding: 0 10px;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    border: 0;
}

.print_change_status input[type="submit"] {
    width: 180px;
    height: 40px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    border: 0;
    background-color: #252525;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3em;

}

.invoice_admin_status {
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin: 0;
    position: relative;
    clear: both;
    float: right;
    background-color: #252525;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

@media print {
    .invoice_admin_status {
        background-color: transparent;
        border: 1px solid #525252;
        color: #000000;
    }
}

.invoice_header {
    width: 100%;
    height: auto;
    padding: 0 0 2mm 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border-bottom: 2px solid #c4c4c4;
}

.invoice_logo {
    width: 70mm;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.invoice_logo img {
    width: 100%;
    height: auto;
    display: table;
}

.invoice_contacts {
    width: calc(100% - 70mm);
    height: auto;
    padding: 0 0 0 5mm;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.invoice_contact_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px 0;
    position: relative;
    clear: both;
    display: table;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
}

.invoice_no {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 2mm 0;
    position: relative;
    clear: both;
    display: table;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}

.invoice_order_details {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.invoice_order_details table {
    width: 100%;
    font-size: 14px;
}

.invoice_order_details table tr {
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
}

.invoice_order_details table tr th {
    padding: 4px 10px;
    text-align: left;
}

.invoice_order_details .table_th {
    background-color: #dbdbdb;
}

.invoice_order_details table tr td {
    padding: 4px 10px;
}

.invoice_order_details .table_bolder {
    font-weight: 600;
}

.invoice_order_details .table_boldest {
    font-weight: 700;
}

.invoice_order_details .table_leftalign {
    text-align: left;
}

.invoice_order_details .table_rightalign {
    text-align: right;
}

.invoice_order_details .table_total {
    border-top: 2px solid #7a7a7a;
    border-bottom: 2px solid #7a7a7a;
}

.invoice_user_data {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5mm auto;
    position: relative;
    clear: both;
    display: table;
    table-layout: fixed;
}

.invoice_user_data_left {
    width: 50%;
    height: auto;
    padding: 0 5mm 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.invoice_user_data_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 700;
    font-size: 14px;
}

.invoice_user_data_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 4px 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 500;
    font-size: 14px;
}

.invoice_user_data_right {
    width: 50%;
    height: auto;
    padding: 0 5mm;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    border: 2px solid #c4c4c4;
    border-radius: 4px;
}

.invoice_stat_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 500;
    font-size: 14px;
}

.invoice_additional_info {
    width: calc(100% - 20px - 5px);
    height: auto;
    padding: 10px 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border-left: 5px solid #525252;
}

.invoice_dnotice {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    font-size: 130px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
    opacity: 0.4;
}

/* ORDER HISTORY */
.orders {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.orders table {
    width: 100%;
}

@media screen and (max-width: 560px) {
    .orders table {
        font-size: 0.9em;
    }
}

.orders .orders_table_full {
    display: table;
}

@media screen and (max-width: 560px) {
    .orders .orders_table_full {
        display: none;
    }
}

.orders .orders_table_mobile {
    display: none;
}

@media screen and (max-width: 560px) {
    .orders .orders_table_mobile {
        display: table;
    }
}

.orders table tr {
    width: 100%;
}

.orders table tr:nth-child(even) {
    background-color: #efefef;
}

.orders table tr:nth-child(odd) {
    background-color: #ffffff;
}

.orders table tr th {
    padding: 5px 10px;
}

.orders .table_th {
    text-align: left;
    background-color: #252525;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.orders table tr td {
    padding: 5px 10px;
    font-weight: 500;
}

.orders .table_bolder {
    font-weight: 600;
}

.orders .table_leftalign {
    text-align: left;
}

.orders .table_rightalign {
    text-align: right;
}

.orders .inline_btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    background-color: #1c4783;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    display: table;
    border-radius: 4px;
    float: right;
    transition: all 0.3s ease-in-out;
}

.orders .inline_btn:hover {
    background-color: #143360;
}

.orders .orange_admin_status,
.orders .green_admin_status,
.orders .red_admin_status,
.orders .purple_admin_status,
.orders .blue_admin_status {
    padding: 5px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.8em;
    width: 80px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .orders .orange_admin_status,
    .orders .green_admin_status,
    .orders .red_admin_status,
    .orders .purple_admin_status,
    .orders .blue_admin_status {
        margin: 5px 0 0 0;
    }
}

.orders .orange_admin_status {
    background-color: orange;
}

.orders .green_admin_status {
    background-color: green;
}

.orders .red_admin_status {
    background-color: red;
}

.orders .purple_admin_status {
    background-color: purple;
}

.orders .blue_admin_status {
    background-color: blue;
}

.orders .disabled_btn {
    pointer-events: none;
    opacity: 0.6;
}

/* FAQs */
.faqs {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.faq_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 5px 10px;
    margin: 5px auto;
    position: relative;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.faq_question {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.faq_question_txt {
    width: calc(100% - 10px - 15px);
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1em;
    font-weight: 600;
    color: #252525;
    line-height: 1.4em;
}

@media screen and (max-width: 767px) {
    .faq_question_txt {
        font-size: 1.0em;
    }
}

.faq_question_btn {
    width: 15px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.faq_question_btn .fa {
    font-size: 22px;
    color: #1c4783;
    margin: 3px 0 2px 0;
    cursor: pointer;
}

.faq_question_btn .fa:hover {
    color: #143360;
}

.faq_answer {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.3em;
    display: none;
}

@media screen and (max-width: 767px) {
    .faq_answer {
        font-size: 0.8em;
    }
}

/* CONTENT BOXES */
.content_boxes {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.content_box_holder {
    width: 100%;
    min-height: 450px;
    padding: 0;
    margin: 5px auto;
    position: relative;
    clear: both;
    display: table;
    table-layout: fixed;
    background-color: #ffffff;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .content_box_holder {
        margin: 10px auto;
        min-height: auto;
    }
}

.content_box_photo {
    width: 50%;
    min-height: 350px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .content_box_photo {
        width: 100%;
        min-height: auto;
        padding-bottom: 50%;
        margin: 0 auto;
        display: table;
        position: relative;
        clear: both;
    }
}

.content_box_info {
    width: 50%;
    height: auto;
    padding: 40px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .content_box_info {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .content_box_info {
        width: calc(100% - 40px);
        padding: 20px;
        display: table;
        position: relative;
        clear: both;
        margin: 0 auto;
        font-size: 0.9em;
    }
}

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 5px auto;
    position: relative;
    clear: both;
    font-size: 2.0em;
    line-height: 1.0em;
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
}

@media screen and (max-width: 1200px) {
    .content_box_main_title {
        font-size: 1.9em;
    }
}

@media screen and (max-width: 1080px) {
    .content_box_main_title {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .content_box_main_title {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .content_box_main_title {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 440px) {
    .content_box_main_title {
        font-size: 1.6em;
    }
}

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 5px auto;
    position: relative;
    clear: both;
    font-size: 1.6em;
    line-height: 1.0em;
    text-transform: uppercase;
    font-weight: 700;
    color: #525252;
}

@media screen and (max-width: 1200px) {
    .content_box_sub_title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1080px) {
    .content_box_sub_title {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    .content_box_sub_title {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .content_box_sub_title {
        font-size: 1.3em;
    }
}

.content_box_title_line {
    width: 25%;
    height: 2px;
    padding: 0;
    margin: 15px 0 10px 0;
    position: relative;
    clear: both;
    background-color: #ca7d2b;
}

@media screen and (max-width: 767px) {
    .content_box_title_line {
        width: 40%;
        margin: 15px auto 10px auto;
        text-align: center;
    }
}

.content_box_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: justify;
    line-height: 1.3em;
    color: #000000;
}

.content_box_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    text-align: center;
}

.content_box_button a,
.content_box_button a:visited {
    width: auto;
    height: auto;
    padding: 15px 30px;
    background-color: #1c4783;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.0em;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
    .content_box_button a,
    .content_box_button a:visited {
        width: calc(100% - 20px);
        padding: 15px 10px;
    }
}

.content_box_button a:hover,
.content_box_button a:visited:hover {
    background-color: #143360;
}

/* PAGE IMAGES */
.page_images {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.page_image_link {
    text-decoration: none;
}

.page_images_container {
    height: auto;
    padding-bottom: calc(100% / 3 / 1.6 - 10px);
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #c4c4c4;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page_images_container_stretch1 {
    width: calc(100% / 3 * 1 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch1 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch2 {
    width: calc(100% / 3 * 2 - 10px);
    padding-bottom: calc(100% / 2.4 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch2 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch3 {
    width: calc(100% / 3 * 3 - 10px);
    padding-bottom: calc(100% / 3 / 2.0 * 3 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch3 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 3 / 1.6 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_image_title {
    width: calc(100% - 20px);
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
}

.page_image_link:hover .page_image_title {
    display: none;
}

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page_image_link:hover .page_image_filter {
    background-color: rgba(0, 0, 0, 0.0);
}

/* PAGE BUTTONS */
.page_buttons {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.pg_btn {
    min-width: 220px;
    height: auto;
    padding: 15px 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #1c4783;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.0em;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .pg_btn {
        min-width: 180px;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 560px) {
    .pg_btn {
        min-width: none;
        display: table;
        width: calc(100% - 20px - 10px);
    }
}

@media screen and (max-width: 440px) {
    .pg_btn {
        font-size: 0.8em;
    }
}

.pg_btn:hover {
    background-color: #143360;
    color: #ffffff;
}

/* LOGO SLIDER */
.logo_slider {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.gmap_canvas {
    background: none !important;
    overflow: hidden;
    width: 100%;
}

/* INSERTS */
.inserts {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 50px 5%;
    position: relative;
    width: calc(100% - 10%);
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .inserts {
        width: calc(100% - 40px);
        padding: 40px 20px;
    }
}

@media screen and (max-width: 560px) {
    .inserts {
        padding: 30px 20px;
        background-image: none !important;
        background-color: #a56827;
    }
}

.insert_header {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 3.5em;
    font-weight: 700;
    height: auto;
    margin: 10px auto;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 1.1em;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .insert_header {
        font-size: 3.2em;
    }
}

@media screen and (max-width: 1080px) {
    .insert_header {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 767px) {
    .insert_header {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .insert_header {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 440px) {
    .insert_header {
        font-size: 1.9em;
    }
}

.insert_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 1.1em;
    height: auto;
    margin: 10px auto;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 1.3em;
    width: 100%;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .insert_description {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 560px) {
    .insert_description {
        font-size: 0.9em;
    }
}

.insert_button {
    clear: both;
    display: table;
    height: auto;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
}

.insert_button a,
.insert_button a:visited {
    background-color: #1c4783;
    border: 2px solid #ffffff;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 1.0em;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto;
}

@media screen and (max-width: 560px) {
    .insert_button a,
    .insert_button a:visited {
        font-size: 1.0em;
        padding: 12px 30px;
    }
}

@media screen and (max-width: 440px) {
    .insert_button a,
    .insert_button a:visited {
        width: calc(100% - 20px);
        padding: 12px 10px;
        font-size: 0.9em;
    }
}

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: #143360;
}

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #252525;
}

.footer_nowapp {
    padding: 10px 20px 20px 20px !important;
}

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.footer_socials i {
    border: 1px solid #1c4783;
    color: #1c4783;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 40px;
}

@media screen and (max-width: 767px) {
    .footer_socials i {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.footer_socials i:hover {
    background-color: #1c4783;
    color: #252525;
}

.footer_addresses {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
    position: relative;
    clear: both;
    display: table;
}

.footer_address_holder {
    width: calc(50% - 20px);
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 1.2em;
}

@media screen and (max-width: 767px) {
    .footer_address_holder {
        width: 100%;
        margin: 10px auto;
        clear: both;
        font-size: 0.9em;
    }
}

.footer_address_holder:nth-child(1) {
    text-align: left;
    float: left;
}

@media screen and (max-width: 767px) {
    .footer_address_holder:nth-child(1) {
        text-align: center;
        float: none;
    }
}

.footer_address_holder:nth-child(2) {
    text-align: right;
    float: right;
}

@media screen and (max-width: 767px) {
    .footer_address_holder:nth-child(2) {
        text-align: center;
        float: none;
    }
}

.footer_address_header {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

.privacy_policy {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
    color: #c4c4c4;
    font-size: 1.1em;
    line-height: 1.0em;
}

@media screen and (max-width: 560px) {
    .privacy_policy {
        font-size: 1.0em;
    }
}

.privacy_policy a,
.privacy_policy a:visited {
    color: #c4c4c4;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
    color: #9d9d9d;
}

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.9em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.9em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #ffffff;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #c4c4c4;
    text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
    width: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-image: url('../images/wa_bg_filter.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1005;
}

.whatsapp_button i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    border: 2px solid #525252;
    border-radius: 6px 6px 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #525252;
    opacity: 0.0;
    animation: animateWhatsappPopup 1.5s ease-in-out 5.0s 1 forwards;
}

@keyframes animateWhatsappPopup {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.whatsapp_link:hover i {
    transform: scale(1.1, 1.1);
}

/* COOKIES NOTICE */
.cookie_notice {
    width: calc(100% - 40px);
    height: auto;
    padding: 15px 20px;
    margin: 0 auto;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 1200;
    background-color: #3a3a3a;
    animation: animateCookieNotice 5.0s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 300px) {
    .cookie_notice {
        width: 300px;
    }
}

@keyframes animateCookieNotice {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}

.cookie_notice_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 600;
    color: #c4c4c4;
    font-size: 1.2em;
}

@media screen and (max-width: 1080px) {
    .cookie_notice_header {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {
    .cookie_notice_header {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 560px) {
    .cookie_notice_header {
        font-size: 1.1em;
    }
}

.cookie_notice_text {
    width: calc(100% - 20px - 100px);
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: 600;
    color: #ffffff;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .cookie_notice_text {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 560px) {
    .cookie_notice_text {
        width: calc(100%);
        padding: 0 0 10px 0;
        display: table;
        position: relative;
        clear: both;
        font-size: 0.7em;
    }
}

.cookie_notice_buttons {
    width: 100px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 560px) {
    .cookie_notice_buttons {
        width: 100%;
        display: table;
        position: relative;
        clear: both;
    }
}

.cookie_notice_buttons input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #1c4783;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 560px) {
    .cookie_notice_buttons input[type="submit"] {
        font-size: 0.9em;
    }
}

.cookie_notice_buttons input[type="submit"]:hover {
    background-color: #143360;
}

/* FORM STYLING */
.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_full {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    width: calc(50% - 10px);
}

@media screen and (max-width: 560px) {
    .form_group_left {
        clear: both;
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }
}

.form_group_right {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    width: calc(50% - 10px);
}

@media screen and (max-width: 560px) {
    .form_group_right {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
    }
}

.form_group_1_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 10px);
}

@media screen and (max-width: 560px) {
    .form_group_1_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.form_group_2_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 10px 0 10px;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 20px);
}

@media screen and (max-width: 560px) {
    .form_group_2_3 {
        margin: 0 0 25px 0;
        padding: 0;
        width: 100%;
    }
}

.form_group_3_3 {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 10px);
}

@media screen and (max-width: 560px) {
    .form_group_3_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.form_label {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-size: 1.0em;
    font-weight: 600;
}

label.error {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: 600;
    position: relative;
    float: right;
    padding: 2px 0 0 0;
}

label.error:before {
    content: '\f06a';
    color: #ff0000;
    padding: 0 2px 0 0;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.form_field {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="password"] {
    background-color: #ffffff;
    border: 2px solid #c4c4c4;
    font-family: 'Montserrat', sans-serif;
    color: #252525;
    font-weight: 500;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 4px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="password"]:hover,
.form_field input[type="password"]:focus {
    background-color: #f2f2f2;
}

.form_field select {
    background-color: #ffffff;
    border: 2px solid #c4c4c4;
    font-family: 'Montserrat', sans-serif;
    color: #252525;
    font-weight: 500;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 4px;
}

.form_field select:hover,
.form_field select:focus {
    background-color: #f2f2f2;
}

.form_field textarea {
    background-color: #ffffff;
    border: 2px solid #c4c4c4;
    font-family: 'Montserrat', sans-serif;
    color: #252525;
    font-weight: 500;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
    border-radius: 4px;
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #f2f2f2;
}

.form_oneliner_label {
    display: table-cell;
    height: auto;
    padding: 0 2% 0 0;
    vertical-align: middle;
    width: 48%;
}

.form_oneliner_field {
    display: table-cell;
    height: auto;
    padding: 0 0 0 2%;
    vertical-align: middle;
    width: 48%;
}

.form_note {
    clear: both;
    color: #c4c4c4;
    display: table;
    font-size: 0.9em;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    font-weight: 600;
}

.form_note_right {
    text-align: right;
}

@media screen and (max-width: 440px) {
    .form_note_right {
        text-align: center;
    }
}

.form_note a,
.form_note a:visited {
    text-decoration: none;
    color: #525252;
    transition: all 0.3s ease-in-out;
}

.form_note a:hover,
.form_note a:visited:hover {
    color: #000000;
}

.red_asterisk {
    color: red;
    font-size: 0.6em;
    vertical-align: super;
}

.red_asterisk:before {
    color: red;
    content: '\f069';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 0.6em;
    vertical-align: super;
}

.hfield {
    display: none;
}

fieldset {
    width: calc(100% - 30px);
    height: auto;
    padding: 10px 15px;
    margin: 0 auto 15px auto;
    position: relative;
    clear: both;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

legend {
    padding: 5px 10px;
    font-size: 1.4em;
    font-weight: 500;
    color: #525252;
    text-transform: uppercase;
}

@media screen and (max-width: 560px) {
    legend {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 440px) {
    legend {
        font-size: 1.1em;
        font-weight: 700;
    }
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.password_toggle {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 22px;
    color: #2a6830;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* PAGING */
.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 22px;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #686b3e;
    color: #ffffff;
}

.paging_current {
    background-color: #AFB374;
    color: #ffffff;
}

.paging_nonactive {
    background-color: #E1E1E1;
}

.paging_holder {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: auto;
}
