@font-face {
  font-family: ProximaNova-Bold;
  src: url(fonts/ProximaNova-Bold.otf);
}
@font-face {
  font-family: ProximaNova-Regular;
  src: url(fonts/ProximaNova-Regular.otf);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: ProximaNova-Regular;
  font-size: 15px;
  color: #464646;
  margin: 0;
}
.container {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    max-width: 1240px;
    padding: 0 20px;
}
.flex {
    display: flex;
    position: relative;
}
.flex-duo-column {
    flex: 1 0 50%;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 80vh;
}
.flex-duo-column h2 {
    font-family: ProximaNova-Bold;
    font-size: 90px;
    color: white;
    text-shadow: 0px 0px 2px #0277ab;
    margin: 0;
}
.fancyBtn {
    background: white;
    font-size: 14px;
    color: #62aece;
    text-decoration: none;
    font-family: ProximaNova-Bold;
    padding: 15px 84px;
    border: 2px solid #62aece;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.span-text {
    font-family: ProximaNova-Bold;
    font-size: 22px;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 1px #0277ab4f;
}
.grid {
    display: grid;
}
.grid.grid-promo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 50% 50%;
    max-width: calc(100% - 40px);
}
.promo-box img {
    width: 100%;
}
section.page-section.promo h2, section.page-section.who_are_we h2 {
    font-family: ProximaNova-Bold;
    font-size: 48px;
    margin: 0 0 40px 0;
    text-align: center;
    position: relative;
    color: #000;
}
section.page-section.promo h2:after, section.page-section.who_are_we h2:after {
    content: "";
    width: 44px;
    height: 4px;
    background: #0277ab;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 22px);
}
section.page-section.promo {
    padding: 80px 0;
}
.archive section.page-section.promo {
    padding: 40px 0;
}
.promo-box a {
    text-align: center;
    color: #464646;
    text-decoration: none;
}
.promo-box h3 {
    font-family: ProximaNova-Bold;
    font-size: 28px;
    margin: 20px 0;
    color: #000;
}

.promo-box p {
    font-family: ProximaNova-Regular;
    font-size: 15px;
    max-width: 350px;
    margin: 0 auto;
}
a.button_link {
    font-family: ProximaNova-Bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000000;
    text-align: center;
    text-decoration: none;
}
a.button_link span {
    color: #62aece;
}
.theme-button {
    display: table;
    margin: 9px auto;
}
.banner {
    background-position: center center;
    background-size: cover;
    color: white;
    padding: 30px;
    text-align: center;
}
.banner h2 {
    font-family: ProximaNova-Bold;
    font-size: 48px;
    margin: 0px 0 20px 0;
    text-align: center;
    position: relative;
}
.banner p {
    max-width: 900px;
    margin: 0 auto;
}
.banner a, .banner a span {
    color: white;
}
.grid.grid-who_we_are {
    grid-column-gap: 40px;
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
    max-width: calc(100% - 40px);
}
.grid.grid-who_we_are .promo-box img {
    max-width: 200px;
    border-radius: 100%;
    margin: 0 auto;
    display: table;
    border: 1px solid #e5e5e5;
    padding: 7px;
}
section.page-section.who_are_we {
    text-align: center;
}
section.page-section.who_are_we p {
    margin: 0 auto 20px auto;
    max-width: 600px;
    color: #636262;
}
.grid.grid-who_we_are .theme-button {
    margin: 20px auto;
}
.page_header {
    position: relative;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: white;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 50px 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #04415a8c;
    z-index: 0;
}
.page_header .container {
    z-index: 3;
    max-width: 1040px;
}
.page_header h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-family: ProximaNova-Bold;
    font-size: 48px;
    margin: 0 0 40px 0;
    text-align: center;
    position: relative;
    color: #fff;
}
.page_header h2 {
    font-weight: 100;
    font-size: 18px;
    font-family: ProximaNova-Regular;
    line-height: 26px;
}
.grid.grid-taxonomy {
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin: 40px 0;
}
ul.taxonomies_childs, ul.pagination {
    margin: 0;
    padding: 0;
}
ul.taxonomies_childs li {
    list-style: none;
}
ul.taxonomies_childs a {
    text-decoration: none;
    line-height: 30px;
    color: black;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 5px 10px;
}
ul.taxonomies_childs a:hover, ul.taxonomies_childs a.active {
    background: #013b70;
    color: white;
}
.tax-sidebar-block {
    box-shadow: 0px 0px 8px #0000002b;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.tax-sidebar-block h2 {
    text-align: center;
    margin-bottom: 10px;
}
nav {
    display: table;
    margin: 20px auto;
}
ul.pagination li {
    float: left;
    list-style: none;
}
ul.pagination a.page-link{
    font-size: 16px;
    padding: 5px;
    margin: 3px;
    background: #04415a21;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    text-decoration: none;
    color: #464646;
    border-radius: 4px;
}
span.page-link.current, ul.pagination a.page-link:hover {
    font-size: 16px;
    padding: 5px;
    margin: 3px;
    background: #013b70;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 4px;
}
.grid.grid-taxonomy-products {
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.wrapper_produs img {
    max-width: 100%;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.tax-sidebar {
    position: sticky;
    top: 0;
}
.wrapper_produs {
    box-shadow: 0px 0px 8px #0000002b;
    border-radius: 4px;
}
.wrapper_produs h2 {
    text-align: center;
    padding: 10px;
}
.wrapper_produs a {
    text-decoration: none;
    color: #262626;
}
p#breadcrumbs-yoast, p#breadcrumbs-yoast a {
    text-decoration: none;
    color: black;
}
.overlay.gradient {
    background-image: linear-gradient(#ffffff00, #04415aa8);
}
h2.box-title {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
span.box-sepparator {
    display: table;
    margin: 0 auto 20px auto;
    width: 30px;
    height: 3px;
    background: #0b69bf;
}
.product_box {
    padding: 15px;
    box-shadow: 0px 0px 4px #00000024;
    border-radius: 4px;
    margin-bottom: 30px;
}
.product_quick_links {
    position: sticky;
    top: 0;
    background: white;
    z-index: 89;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0px 0px 3px #0000002e;
}
.product_quick_links .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.product_quick_links .container a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    padding: 10px;
    color: #0968bf;
}

.promo-box img {
    box-shadow: 0px 0px 20px #00000042;
}
.promo-box .flickity-slider img {
    width: auto;
}
.promo-box .flickity-page-dots {
    bottom: 20px;
    text-align: right;
    right: 20px;
    width: calc(100% - 20px);
}
.promo-box .flickity-page-dots .dot {
    width: 15px;
    height: 5px;
    margin: 0 3px;
    background: #000;
    border-radius: 0;
    opacity: 0.35;
}
.promo-box.full p {
    max-width: 100%;
    margin: revert;
}
.flexgroup {
    display: flex;
    padding: 5px 0 5px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 6px;
}
h3.h3_title {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #464646;
}
.color-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 590px;
    overflow-y: scroll;
}
.color-box label {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 10px;
    position: relative;
    flex: 0 0 calc(20% - 22px);
    cursor: pointer;
    border: 1px solid #dddddd;
    text-align: center;
    color: #000;
    padding-bottom: 5px;
}
.color-box label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
.grid.grid-promo.options {
    grid-template-columns: 30% 70%;
}
.color-box img {
    box-shadow: none;
    padding-bottom: 5px;
}
.grid.grid-promo.options .fancyBtn {
    padding: 15px 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
img.selectcolors {
    box-shadow: none;
    width: auto;
}
.grid.grid-promo.options h3.h3_title {
    text-align: left;
}
input#quantity {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 6px #0000001a;
    border-radius: 5px;
    margin: 0px 0 20px 0;
    font-weight: bold;
}
.fancyBtn.addtoorder {
    background: #0277ab;
    color: white;
    border: 2px solid #0277ab;
}
.single-produs section.page-section.promo {
    padding: 30px 0;
}
.product_docs {
    display: flex;
    flex-direction: row;
}
.product_docs a {
    background: #61aece;
    display: flex;
    align-items: center;
    padding: 5px;
    flex: 0 0 calc(50% - 20px);
    margin: 5px;
    justify-content: center;
    color: white;
    text-transform: uppercase;
}
h3.h3_title.docs {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
}
.product_docs a span {
    margin-left: 5px;
}
iframe {
    width: 100%;
}













































@media only screen and (max-width: 1240px) {
.flex.flex-duo-banner {
    flex-direction: column;
}
.flex-duo-column {
    padding: 50px 0;
}
a.fancyBtn {
    margin: 40px 0;
}
}

@media only screen and (max-width: 767px) {
.grid.grid-promo {
    grid-template-columns: 100%;
    max-width: 100%;
}
.grid.grid-who_we_are {
    grid-template-columns: 100%;
    max-width: 100%;
}
.flex-duo-column h2 {
    font-size: 50px;
}
.span-text {
    display: none;
}
section.page-section.banner {
    padding: 30px 0;
}
section.page-section.banner .container {
    max-width: calc(100% - 40px);
}
section.page-section.promo h2, section.page-section.who_are_we h2 {
    font-size: 30px;
}
.promo-box h3 {
    font-size: 24px;
}



}