/*
Theme Name: Acktar
Author: eMojo
Author URI: https://eMojo.co.il/
Description: Acktar by eMojo
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: acktar
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
video { 
    max-width: 100%;
    position: relative;
    z-index: 3;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

button {
    outline: none !important;
}
 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} 

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    max-width: 100%;
}
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    font-family: 'Montserrat';
    position: relative;
    max-width: 100vw;
    cursor: default;
    line-height:1;
    /* font-size: 10px; */
    padding-top: 161px;
} 
body.header--transparent {
    padding-top: 0px;
}

.container {
    max-width: 87%;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 15px;
    width: 100%;
    background: black;
    font-size: 16px;
    transition: 0.3s all ease;
    z-index: 9999;
}
body.is-sticky header {
    background-color: black;
    padding: 10px 15px;
}
.header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 87%;
    margin: auto;
    transition: 0.3s all ease;
}
.header-content {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: auto;
}

nav#menu ul li {
    list-style: none;
    position: relative;
    line-height: 3em;
}

nav#menu ul#menu.menu {
    display: flex;
}

ul.menu {
    display: flex;
    width: 100%;
    column-gap: 3.5em;
}

nav#menu ul.menu > li > a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.header-content .header-right-side {
    display: flex;
    align-items: flex-end;
    column-gap: 2em;
}

.wpml-ls-menu-item {
    display: none;
}

.header-lang .wpml-ls-legacy-dropdown .wpml-ls-flag {
    width: auto;
    height: 18px;
}

.header-lang .wpml-ls-legacy-dropdown a {
    display: inline-block;
    border: none;
    padding: 0;
    line-height: 0;
    background-color: transparent;
}

.header-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.header-lang .wpml-ls-legacy-dropdown a:focus,
.header-lang .wpml-ls-legacy-dropdown a:hover {
    background-color: transparent;
    background: transparent;
}

.header-lang .wpml-ls-legacy-dropdown {
    width: 100%;
}

ul.sub-menu,
ul.wpml-ls-sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    border-radius: 5px;
    border: 1px solid #ececec;
    background-color: #fbfbfb;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    z-index: 2;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px;
}

nav#menu ul li.open > ul.sub-menu,
.header-lang ul li.wpml-ls-item-legacy-dropdown:hover > ul.wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px;
}

nav#menu ul.menu ul.sub-menu > li > a {
    border: 1px solid transparent;
    display: block;
    width: 100%;
    text-decoration: none;
    padding:0px 25px;
    line-height: 2.4;
    min-width: 70px;
    white-space: nowrap;
}

.header-lang ul.wpml-ls-sub-menu > li > a {
    border: 1px solid transparent;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 2.4;
    white-space: nowrap;
}

nav#menu ul.menu ul.sub-menu > li > a:hover {
    border-top: 1px solid #d3e6ec;
    background-color: #eff8fb;
    border-bottom: 1px solid #d3e6ec;
    color: #000000;
}

.header-lang li.wpml-ls-item-legacy-dropdown {
    line-height: 3em;
}

nav#menu ul li.menu-item-has-children:after,
.header-lang li.wpml-ls-item-legacy-dropdown:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: white;
    transition: 0.2s all ease;
    padding-left: 0.35em;
    font-size: 0.85rem;
    vertical-align: baseline;
}

.header-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

nav#menu ul li ul.sub-menu li {
    margin: auto 0px;
    line-height: 40px;
}


.woocommerce-notices-wrapper,
.woocommerce-form-login-toggle {
    max-width: 87%;
    margin: auto;
    width: 100%;
    padding: 0px 15px;
}

.header-menu {
    margin-left: auto;
    flex: 1;
}

.header-search {
    position: relative;
}

.search-toggler {
    position: relative;
    transition: 0.3s all ease;
    line-height: 3em;
}

.search-toggler img {
    width: auto;
    height: 20px;
    vertical-align: middle;
}

.search-toggler span {
    opacity: 0;
    transition: 0.3s all ease;
}

body.mobile-search-open .search-toggler img {
    opacity: 0;
}

body.mobile-search-open .search-toggler span {
    opacity: 1;
}

.search-toggler span:after,
.search-toggler span:before {
    content: '';
    width: 2px;
    height: 100%;
    max-height: 20px;
    position: absolute;
    display: block;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.search-toggler span:after {
    transform: rotate(-45deg);
}

form#searchform {
    position: absolute;
    top: auto;
    right: 0;
    width: 15vw;
    margin-right: -1.5vw;
    margin-top: 10px;
    text-align: center;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.is-sticky form#searchform {
    top: 100%;
}

body.mobile-search-open form#searchform {
    opacity: 1;
    visibility: visible;
    transform: none;
}

body.mobile-search-open form#searchform::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 1.5vw;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateY(-10px);
}

form#searchform input#s {
    transition: 0.3s all ease;
    border-radius: 19px;
    background-color: #fff;
    line-height: 37px;
    height: 37px;
    outline: none;
    border: 0px;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 170px;
    max-width: 100%;
    width: 100%;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px;
}

form#searchform #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    outline: none;
    border: 0px;
    padding: 0;
    color: #000;
    width: 40px;
}

form#searchform > div {
    position: relative;
    display: flex;
    align-items: center;
}

.header-cart {
    padding-right: 9px;
}

.header-cart span.cart-contents {
    position: absolute;
    display: table;
    width: 18px;
    height: 18px;
    color: white;
    background-color: #5fa0c6;
    line-height: 19px;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 20px;
    color: black;
    font-weight: 700;
    top: 0;
    right: -9px;
}

.header-cart a.cart-contents {
    display: block;
    width: 25px;
    height: 3em;
    background: url(/wp-content/themes/acktar/images/icons/shopping-cart.svg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.is-sticky header, body.is-sticky.header--transparent header {
    background-color: black;
    padding: 10px 15px;
    position: fixed;
}
body.header--transparent header {
    background: transparent;
    position: fixed;
}
a.logo img {
    display: table;
    transition: 0.3s all ease;
    max-height: 85px;
}

body.is-sticky header .header-logo {
    flex: 0 0 150px;
}

body.is-sticky header a.logo img {
    max-height: 60px;
}

.header-logo {
    flex: 0 0 225px;
}
body.header--transparent .section--hero {
    padding: 190px 0px 130px;
}

.section--hero {
    background-size: cover;
    background-position: center;
}

.h1 {
    margin: 10px 0px 20px;
    font-size: 24px;
    font-weight:600;
}

p {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.75;
    font-weight: 400;
}
p + p {
    margin-top: 10px;
}

p a {
    color: inherit;
    text-decoration: underline;
}

a {
    color: inherit;
}

.post-content p a {
    color: #5fa0c6;
}

div#breadcrumbs {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.4;
}
div#breadcrumbs.margin-top {margin-top: 40px;}
span.bc-sep {
    color: #5b9ec8;
    padding: 0px 6px;
}
span.breadcrumb_last {
    font-weight: 700;
}

.wpcf7-list-item label {
    display: flex;
}

.wpcf7-list-item label span {
    padding-left: 10px;
    line-height: 1.2;
    font-size: 17px;
    /* padding-right: 10%; */
}

.padding-normal {
    padding: 70px 15px;
}

.h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase; 
    letter-spacing: 3.17px;
}
.h2 strong {
    font-weight: 800;
}
.bottom-piece:after {content: '';display: table;margin: 10px auto 50px;width: 43px;height: 4px;background: #000;}
.bottom-piece-white:after {content: '';display: table;margin: 10px auto 50px;width: 43px;height: 4px;background: #fff;}


.container.inner {
    width: 1370px;
    max-width: 87%;
}

.content ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.content ol li {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 10px;
}

.content ul:not(.products) li:not(.product):before {content: '';position: relative;width: 20px;height: 20px;background: url(/wp-content/themes/acktar/images/li.png);flex: 0 0 20px;position: absolute;left: 0;top: 5px;background-size: auto;background-repeat: no-repeat;}

.strong-cap strong {
    font-weight: 600;
    font-size: 19px;
    line-height: 36px;
    text-transform: uppercase;
/* Text style for "Subsidiari" */
    letter-spacing: 2.51px;
}


.strong-cap p strong {
    margin-top: 50px;
    display: block;
}
.padding-higher {
    padding-top: 160px;
}

.content.strong-bottom-white strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: normal;
    text-transform: uppercase; 
    letter-spacing: 2.64px;
}

.content.strong-bottom-white strong:after {content: '';display: table;margin: 20px auto 20px;height: 4px;width: 43px;background: white;}




footer {
    background-color: #000000;
}

footer {
    padding: 80px 0px 20px;
    position: relative;
    z-index: 1;
}

/*.footer-form */input.wpcf7-text {
    background: transparent;
    border: 0px;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1.43px;
    width: 100%;
    border-bottom: 1px solid white;
    max-width: 90%;
    margin: auto auto 30px;
    display: table;
}

/*.footer-form*/ textarea.wpcf7-textarea {
    background: transparent;
    border: 0px;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    /*text-transform: uppercase;*/
    letter-spacing: 1.43px;
    width: 100%;
    max-width: 90%;
    margin: auto auto 30px;
    display: table;
    border: 1px solid #707070;
    height: 100px;
    padding: 5px 10px;
}
 
.footer-form span.wpcf7-form-control.wpcf7-checkbox {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 10px;
}

/*.footer-form */.wpcf7-text::placeholder,
/*.footer-form */.wpcf7-textarea::placeholder {
color: #fff;
}

.wpcf7-submit,
input#submit_footer-form {
    border-radius: 24px;
    border: 1px solid #ffffff;
    margin: 30px auto 30px;
    line-height: 38px;
    height: 38px;
    background: none;
    padding: 0px 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    display: table;
    cursor: pointer;
}

.wpcf7-submit:hover,
input#submit_footer-form:hover {
    background: white;
    color: #000;
}

.footer-form a:hover {
    color: #91d3ff;
}

.form-bottom-text {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

footer .title {
    color: #fbfbfb;
}


.footer-sep {
    display: table;
    margin: 90px auto;
    height: 3px;
    width: 110px;
    background: white;
}
span.wpcf7-spinner {
    position: absolute !important;
    right: 0;
    top: 0;
}
.footer-menu ul {
    list-style: none;
}

.footer-menu ul li {
    font-size: 16px;
    font-weight: 400;
    margin-top: 17px;
    line-height: 1.3;
}

.footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.63px;
    padding-bottom: 17px;
}

.menu-footer-quick-links-container ul.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.menu-footer-quick-links-container ul.footer-menu li {
    width: 50%;
}

li.recent-post-item,
.menu-footer-services-container li {
    width: 65%;
}

.footer_links--list {
    width: 180px;
    margin: auto 0;
}

.footer_links--list a {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 23px;
}

.footer_links--list a i {
    flex: 0 0 36px;
    font-size: 20px;
}

.footer_links--list a:hover {
    text-decoration: none;
}

.footer_links--list a:hover span {
    text-decoration: underline;
}

.footer_links--list a span {
    margin: auto 0px;
}

.footer-logo {
    width: 181px;
    margin: auto 0;
}
.bottom_line {
    display: flex;
    color: #707070;
    margin: 0 auto;
    padding: 2em 0;
    justify-content: space-between;
    align-items: baseline;
}

.bottom_line p {
    font-size: 1rem;
}

.bottom_line img {
    width: auto;
    height: 40px;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    margin-top: 23px;
    display: block;
    line-height: 1.2;
}

.footer-menu li a:hover {
    color: #fff;
    opacity: 0.7;
}

div#post-content {
    padding-left: 3%;
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
}

div#post-content:before {content: '';background: url(/wp-content/themes/acktar/images/single-post-path.png);background-position: right 210px;background-size: auto 180%;background-repeat: no-repeat;width: 100%;height: 100%;position: absolute;right: 0;z-index: -1;}
 
.col-post-content h1 {
    color: #073a68;
    font-size: 30px;
    font-weight: 800; 
     
    letter-spacing: 1.26px;
}

.post-content {
    max-width: 870px;
}

.post-content .content p {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.61px;
    margin-bottom: 10px;
}
 
.post-content img {
    height: auto !important;
    margin: 20px 0px 10px;
}
body.single-post #post-content .container {
    max-width: 1500px;
}
div#page-content {
    padding-left: 3%;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
}
.post-content strong,
.post-content b {
    font-weight: 700;
}

.post-content figure {
    width: auto !important;
}

div#floating-contact {
    position: fixed;
    background-color: #5fa0c6;
    bottom: 0;
    left: 50px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s all ease;
}

div#floating-contact i {
    margin-left: 10px;
}

div#wrapper {
    overflow: hidden;
}

.acktar_popup,
div#floating-contact--form {
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgb(0 0 0 / 79%);
    z-index: 9999;
    transform: scale(1.1);
    opacity: 0;
    transition: 0.3s all ease;
    visibility: hidden;
}

.acktar_popup--wrap,
.floating-contact--form-inner {
    margin: auto;
    max-height: 80vh;
    height: fit-content;
    max-width: 700px;
    width: 100%;
    background: black;
    border: 1px solid white;
    padding: 15px 30px 15px;
    color: white;
    position: relative;
    overflow: auto;
    z-index: 10;
}

.acktar_popup--close,
.floating-form .x,
.product-search-inner .x {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
}

.floating-form { 
    width: 100%;
}

.acktar_popup--close span,
.floating-form .x span,
.product-search-inner .x span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    transition: 0.2s all ease;
}

.acktar_popup--close span:after, .acktar_popup--close span:before,
.floating-form .x span:after, .floating-form .x span:before,
.product-search-inner .x span:after, .product-search-inner .x span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: white;
    display: block;
    margin: auto;
    transform: rotate(45deg);
}

.acktar_popup--close span:after,
.floating-form .x span:after {
    transform: rotate(-45deg);
}

.acktar_popup--close span:hover,
.floating-form .x span:hover {
    opacity: 0.7;
    transform: scale(1.25);
}

.product-search-inner .x span:after {
    transform: rotate(-45deg);
}

.product-search-inner .x span:hover {
    opacity: 0.7;
    transform: scale(1.25);
}
body.floating-form-open,
body.product-search-open { overflow:hidden; }

.acktar_popup.active,
body.floating-form-open div#floating-contact--form {
    opacity: 1;
    visibility: visible;
    transform: none;
}

div#product-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgb(0 0 0 / 79%);
    z-index: 99999;
    transform: scale(1.1);
    opacity: 0;
    transition: 0.3s all ease;
    visibility: hidden;
}
body.product-search-open div#product-search {
    opacity: 1;
    visibility: visible;
    transform: none;
}
div#floating-contact:hover {
    padding-bottom: 20px;
}
 

body.floating-form-open div#floating-contact {
    transform: translateY(100%);
}
.product-search-inner {
    margin: auto;
    max-width: 520px;
    width: 100%;
    background: black;
    border: 1px solid white;
    padding: 50px 30px 50px;
    color: white;
    position: relative;
    text-align: center;
    border-radius: 17px;
}

.product-search-select {border: 1px solid white;display: flex;margin: 30px auto 10px;line-height: 38px;padding: 0px 20px;border-radius: 20px;justify-content: space-between;position: relative;transition: 0.3s all ease;font-size: 16px;cursor: pointer;}

.product-search-cont {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.product-search--title {
    font-size: 20px;
    font-weight: 700;
}

.product-search--list {
    position: absolute;
    top: -100px;
    left: 100%;
    background: white;
    padding: 15px;
    transition: 0.3s all ease;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    width: max-content;
}

.product-search-cont button {
    border-radius: 19px;
    background-color: #5fa0c6;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    padding: 0px 40px;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    margin-top: 30px;
}
 
.product-search-select.open .product-search--list {
    transform: translateX(20px);
    opacity: 1;
    visibility: visible;
}

.product-search--list:before {content: '';position: absolute;left: -15px;top: 115px;width: 0;height: 0;border: 5px solid transparent;border-right: 10px solid white;transition: 0.3s all ease;transform: translateX(100%);opacity: 0;visibility: hidden;}

.product-search--item input {
    display: none;
}
.product-search-select .label {
    flex: 1;
    text-align: left; 
}

.product-search--item input + label {
    display: block;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.product-search-select.open .product-search--list:before {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.product-search--item input:checked + label {
    font-weight: 700;
}

.product-search--item a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: left;
    line-height: 2;
}

.product-search--item a:hover {
    text-decoration: underline;
}
 
.product-search--item + .product-search--item {
    margin-top: 5px;
}

.nav-dots--1.owl-carousel  .owl-nav {
    width: 120%;
    left: -10%;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 40px;
    z-index: -1;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 2%;
}

.nav-dots--1.owl-carousel .owl-nav.disabled {
    display: none;
}

.nav-dots--1.owl-carousel .owl-dots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-dots--1.owl-carousel .owl-dots.disabled {
    display: none;
}

.nav-dots--1.owl-carousel .owl-dots button.owl-dot {
    width: 60px;
    height: 14px;
    border: 1px solid #000;
    margin: 20px 7px 10px;
    transition: 0.3s all cubic-bezier(0.26, 0.24, 0.33, 0.77);
    border-radius: 10px;
    max-width: 14px;
}

.nav-dots--1.owl-carousel .owl-dots button.owl-dot.active {
    max-width: 60px;
    background: black;
}

.post-content table th,
table.tbl thead th {
    background-color: #f5f5f5;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 20px;
}
.post-content table td,
table.tbl tbody td {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding: 20px;
}

table tr.thead td {
    background-color: #f5f5f5;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 7px;
}
.post-content table th,
.post-content table td,
table.tbl th,
table.tbl td {
    border: 1px solid #ccc;
}
.table-holder {
    border-radius: 7px;
    border: 1px solid #cecece;
    overflow:auto;
    max-width:100%;
}
table.tbl tbody tr td { 
    border-bottom:1px solid #cecece;
}

img.aligncenter {
    display: table;
}

.quantity {
    width: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    background-color: #fbfbfb;
    padding: 0;
    text-align-last: center;
}

.quantity > .quantity--minus, .quantity > .quantity--plus {
    cursor: pointer;
    flex: 0 0 22px;
    font-size: 20px;
    font-weight: 700;
    background: white;
}

.quantity input {
    border: 0px;
    outline: none;
    max-width: 100%;
}

.inner-input {
    flex: 0 0 calc(100% - 44px);
    width:  calc(100% - 44px);
    text-align: center;
    text-align-last: center;
}

.quantity > .quantity--plus {
    color: #5fa0c6;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    max-width: 87%;
    margin: auto;
    background: white;
    box-shadow: 0px 0px 10px 10px rgb(255 255 255 / 80%);
    line-height: 1.3;
    font-size: 14px; 
    padding: 0px 15px;
}

.page-template-template-markets-and-applications-child .post-content {
	max-width: 1000px;
	margin: 0 auto 7em;
}

.select2-results__option {
    font-size: 14px !important;
}

.hide-mobile { display:none; }


/* acktar popup */
.acktar_popup--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mw_popup-description,
.acktar_popup .description {
    margin: -20px auto 40px;
}
.acktar_popup .checkboxes_wrap {
    max-width: 90%;
    margin: auto auto 30px;
}
.acktar_popup .checkboxes_wrap .wpcf7-form-control-wrap {
    display: block;
}
.acktar_popup .checkboxes_wrap .wpcf7-list-item.first {
    margin: 0;
}
.acktar_popup--wrap img:last-child {
    margin-bottom: -15px;
    display: block;
}
#free_sample_popup .acktar_popup--form textarea {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
    height: 100px;
    text-transform: uppercase;
    line-height: 1.6;
}
@media (min-width: 1280px) {
    .acktar_popup .checkboxes_wrap {
        font-size: 17px;
    }
    .acktar_popup .checkboxes_wrap .wpcf7-list-item-label {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    .acktar_popup .checkboxes_wrap .wpcf7-list-item:not(.first) {
        margin: 0 0 0 1em;
    }
}
@media (max-width: 767px) {
    #free_sample_popup .acktar_popup--form textarea {
        height: 150px;
    }
}


/* new header responsive changes 18/06 */
@media (min-width: 1031px) {
    .header-content-responsive {
        display: none;
    }
}
@media (max-width: 1030px) {
    .header-content-responsive {
        display: flex;
        gap: 0.75em;
        flex: 0 0 90px;
        margin-right: auto;
    }
    .header-content {
        flex: 0 0 90px;
    }
    .header-content-responsive #mobile-toggler {
        flex: initial;
    }
    .header-content-responsive .header-lang {
        display: block;
    }
}


/* Tooltip container */
.acktar_tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.acktar_tooltip .tooltiptext {
    width: 190px;
    background-color: black;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

    top: 100%;
    left: 50%;
    margin-left: -95px; /* Use half of the width (190/2 = 95), to center the tooltip */

    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.acktar_tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 1025px) {
    .acktar_tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
}

.acktar_tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

#billing_eori_number_field .acktar_tooltip {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}
#billing_eori_number_field .help_tip {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    background-color: #000;
    color: #fff;
}
#billing_eori_number_field:has(.acktar_tooltip) input#billing_eori_number {
    padding-right: 34px;
}
@media (max-width: 610px) {
    #billing_eori_number_field .acktar_tooltip .tooltiptext {
        right: 0;
        left: auto;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.custom-flex-space {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}
.custom-flex-space img {
    margin: 0;
}

/* content fix width */
.post-content .content table,
.post-content .content .wp-caption,
.post-content .content iframe {
    max-width: 100%;
}

.post-content .content .table-container {
    overflow-x: auto;
}

.post-content .content  a.mw_popup_append_btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
    border: 2px solid #000;
    border-radius: 24px;
    padding: 24px 0 24px 24px;
    overflow: hidden;
    text-decoration: none;
}
.mw_popup_append_btn_wrapper > .pre-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.mw_popup_append_btn_wrapper .btn-text {
    display: inline-block;
    background-color: black;
    color: #fff;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .mw_popup_append_btn_wrapper .btn-text {
        flex-shrink: 0;
    }
}


/* product addons customizations */
form .wpcpo-wrapper {
    margin: 10px 0;
}
form .wpcpo-options .wpcpo-option.wpcpo-has-error label {
    color: inherit;
}
form .wpcpo-options .wpcpo-option label span {
    color: red;
}
form .wpcpo-options .wpcpo-option-form .form-row {
    flex-direction: column;
    gap: 8px;
}
form .wpcpo-options .wpcpo-option-form .form-row label {
    line-height: normal;
}
form .wpcpo-total {
    display: none;
}
form .wpcpo-wrapper strong {
    font-weight: 700;
}


/* prevent cf7 multiple form submission */
.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none !important;
}