:root {
    --regular-text-color: #000;
    --first-col-width: 24%;
    --shipped-col-count: 4;
    --unshipped-col-count: 7;

    --mobile-bg-color: #d3d3d3 !important;
    --mobile-text-color: #000 !important;
    --mobile-border-color: rgb(191, 191, 191) !important;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 1.5;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.wp-content {
    height: 100%;
    position: relative;
    /* overflow-x: hidden; Will break the fixed product table header*/
}

.content {
    padding-top: 1px;
    margin-top: 130px;
    position: relative;
    /* overflow-x: hidden; */
}

.js-ajax-spinner {
    pointer-events: none;
    position: relative;
}

.js-ajax-spinner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5) url('/images/cool_spinner.gif') 50% 50%;
    background-repeat: no-repeat;
}

#js-ajax-error {
    display: none;
}

.js-ajax-error-wrapper {
    padding: 23px;
}

.responsive-menu-trigger {
    position: relative;
    float: right;
    height: 54px;
    width: 54px;
    margin-left: 12px;
    background: #589dd5;
    cursor: pointer;
    display: none;
}

.minimized .responsive-menu-trigger {
    height: 38px;
    width: 38px;
}

.minimized .responsive-menu-trigger span {
    width: 25px;
    height: 2px;
}

.minimized .responsive-menu-trigger span:first-child {
    margin-top: 12px;
}

.responsive-menu-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    bottom: -5px;
    left: 5px;
    border: 2px solid #589dd5;
    transition: all 0.5s;
}

.responsive-menu-trigger:hover:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.responsive-menu-trigger span {
    display: block;
    width: 35px;
    height: 4px;
    margin: 5px auto;
    background: #fff;
}

.responsive-menu-trigger span:first-child {
    margin-top: 17px;
}

.responsive-menu-container {
    display: none;
    width: 100%;
    position: fixed;
    right: 0;
    top: 86px;
    z-index: 11;
}

.minimized .responsive-menu-container {
    top: 64px;
}

.responsive-menu-container A:link,
.responsive-menu-container A:visited {
    display: block;
    text-align: right;
    padding: 10px 15px 10px 5px;
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #c3c3c3;
    text-decoration: none;
    color: #fff;
}

.responsive-menu-container A:hover {
    background: rgba(0, 0, 0, 0.7);
}

.resp-quote,
.resp-info {
    display: none;
}

.logo {
    position: absolute;
    top: 7px;
    left: 7%;
}

.header .wrapper {
    float: right;
    margin-top: 10px;
    margin-right: 7%;
}

.header {
    height: 130px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    background: #ebebeb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.header * {
    transition: all 0.5s;
}

.minimized .header {
    height: 64px;
}

.minimized .header .logo {
    width: 160px;
}

.minimized .header .header-phone {
    display: none;
}

.minimized .header .inquiry-trigger {
    width: 40px;
    height: 40px;
}

.minimized .header .header-t {
    float: right;
}

.minimized .header .top-menu {
    float: right;
    margin-right: 20px;
    margin-top: 0;
}

.inquiry-trigger {
    position: relative;
    float: right;
    height: 54px;
    width: 54px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #589dd5;
}

.h-cart-link {
    margin-left: 20px;
}

.it-icon {
    display: block;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.it-icon img {
    height: 25px;
}

.it-counter {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -4px;
    right: -9px;
    z-index: 2;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    color: #3f85c0;
    box-shadow: 0 0 4px #3f85c0;
}

.inquiry-trigger.info {
    margin-right: 10px;
    padding: 15px 30px;
}

.inquiry-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    bottom: -5px;
    left: 5px;
    border: 2px solid #589dd5;
    transition: all 0.5s;
}

.inquiry-trigger:hover:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.header-phones {
    float: right;
}

.header-phone {
    margin-top: 11px;
    margin-right: 20px;
    float: right;
    font-weight: 500;
    font-size: clamp(16px, 1.5vw, 20px);
    color: #3f85c0;
}

.top-menu {
    float: right;
    white-space: nowrap;
    margin-top: 12px;
}

.top-menu a {
    position: relative;
    margin: 0 25px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.top-menu a span {
    position: absolute;
    display: block;
    font-size: 17px;
    right: -0.5em;
    top: 1.1em;
    color: #000;
}

.top-menu a.tm-itemS,
.top-menu a.tm-itemS span {
    color: #089ed9;
    font-weight: 700;
}

.top-menu a:not(.tm-itemS):hover,
.top-menu a:not(.tm-itemS):hover span {
    color: #089ed9;
}

.top-menu a:last-child {
    margin-right: 0;
}

.more-link {
    display: inline-block;
    width: 205px;
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 23px;
    background-color: #0a58a5;
    /* background-image: url(/images/arrow-icon.png); */
    background-position: 92% 50%;
    background-repeat: no-repeat;
    /* border-radius: 40px; */
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.3s;
    position: relative;
    letter-spacing: 0.5px;
}
.more-link:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #3f85c0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: all ease-in-out 0.3s;
    background-image: url(/images/arrow-icon.png);
    background-size: 25px 20px;
}

.more-link:hover:after {
    width: 100%;
}

.hs-sections {
    padding-top: 1px;
    margin-top: -255px;
    margin-right: 7%;
    text-align: right;
}

.cart-sections .hs-sections {
    margin-top: 40px;
    text-align: left;
}

.hs-sections a {
    max-width: 47%;
    margin-left: 2%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.hss-title {
    padding-right: 45px;
    display: block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    background: url('/images/black-arrow-icon.png') 94% 5px no-repeat;
    transition: background 0.5s;
}

.hss-pic {
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 100%;
    width: 446px;
    height: 340px;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.hss-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #5b9dd2b4;
    color: #fff;
    text-align: center;
    transition: opacity 0.3s;
}

.hsh-label {
    margin-top: 110px;
    display: block;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.hsh-sep {
    display: inline-block;
    margin: 30px auto 18px;
    width: 210px;
    height: 1px;
    background: #fff;
}

.hsh-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.hs-sections a:hover .hss-hover {
    opacity: 1;
}

.hs-sections a:hover .hss-title {
    background: url('/images/black-arrow-icon.png') 100% 5px no-repeat;
}

.home-cats {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}

.hc-blocks {
    font-size: 0;
}

.industrial a {
    width: 24%;
    margin: 0 1% 1% 0;
}

.architectural a {
    width: 32.33%;
    margin: 0 1% 1% 0;
}

.hc-blocks.hc-bloks-short a {
    /*height: 290px;*/
    height: 15.1vw;
}

.related-industrial {
    margin: 0 2%;
}

.related-industrial h4 {
    display: block;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
}

.hc-blocks a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    height: 350px;
    font-size: 21px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.hc-blocks a.larger-thumb {
    height: 450px;
    background-position: 50% 20%;
    background-size: cover;
}

.hc-blocks .thumb-width-descr {
    overflow: visible;
    width: 32%;
}

.hc-pic {
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}

.industrial .hc-pic {
    height: 222px;
}

.hc-blocks.descr-blocks a {
    height: auto;
}

.hc-blocks.industrial .hc-title {
    font-size: 15px;
}

.hc-descr {
    margin-top: 10px;
    display: block;
    line-height: 122%;
    font-weight: 300;
    font-size: 14px;
    color: var(--regular-text-color);
}

.hc-title {
    padding: 12px 8px;
    font-weight: 500;
    font-size: 21px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(183, 183, 183, 0.81);
    text-transform: uppercase;
    color: #212121;
}

.hc-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #5b9dd2b4;
    color: #fff;
    text-align: center;
    transition: opacity 0.3s;
}

.hc-hover .wrapper {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hch-label {
    display: block;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.hch-sep {
    display: inline-block;
    margin: 30px auto 18px;
    width: 210px;
    height: 1px;
    background: #fff;
}

.hch-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.hc-blocks a:hover .hc-hover {
    opacity: 1;
}

.hc-blocks > div:not(:first-child) {
    display: none;
}

.architectural-related h4 {
    display: block;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
}

.home-cats h1 {
    font-weight: 900;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
}

.hc-shadow-title {
    font-weight: 900;
    font-size: 160px;
    color: rgba(214, 213, 213, 0.15);
    text-transform: uppercase;
    position: absolute;
    top: -71px;
    left: -100px;
    pointer-events: none;
}

.hc-tabs {
    margin-bottom: 20px;
}

.hc-tabs a {
    padding-bottom: 16px;
    position: relative;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}

.hc-tabs a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 26px;
    height: 9px;
    width: 40px;
    background: #fff;
    transition: background 0.5s;
}

.hc-tabs a.hc-itemS {
    font-weight: 900;
}

.hc-tabs a.hc-itemS:after {
    background: #589dd5;
}

.hc-tabs a:not(.hc-itemS):hover:after {
    background: #d6e9f8;
}

.hc-tabs a:not(:last-child) {
    margin-right: 50px;
}

.hc-tabs-responsive {
    display: none;
    margin: 20px 0;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ced0da;
    background: linear-gradient(0deg, #f2f4f7, #fff);
}

.home-about {
    position: relative;
}

.home-about h2 {
    margin: 60px 0 90px;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.ha-shadow-title {
    font-weight: 900;
    font-size: 160px;
    color: rgba(214, 213, 213, 0.15);
    text-transform: uppercase;
    position: absolute;
    top: -71px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.ha-wrapper {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 10px solid #b9d6ed;
}

.ha-body {
    float: right;
    width: 460px;
}

.ha-pic {
    position: absolute;
    top: -14px;
    left: -20px;
}

.ha-remark {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.ha-body h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
}

.ha-body p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.ha-more {
    font-weight: 900;
    font-size: 24px;
    color: #000;
}

.ha-more:hover {
    text-decoration: underline;
}

.footer {
    color: #fff;
    padding: 20px 7%;
    background: url('/images/footer-bg.jpg') 0 0 no-repeat;
    background-size: cover;
}

.f-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer a {
    color: #fff;
    opacity: 0.8;
}

.footer a:hover {
    text-decoration: underline;
}

.ft-label {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.ft-remark {
    max-width: 260px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

.ft-item ul {
    display: inline-block;
    vertical-align: top;
    max-width: 260px;
    list-style: none;
}

.ft-item ul:not(:last-child) {
    margin-right: 40px;
}

.ft-item li {
    line-height: 100%;
    margin-bottom: 7px;
}

.ft-item li * {
    color: #fff !important;
    line-height: 1.3;
}

.ft-item:not(:last-child) {
    margin-right: 10px;
}

.ft-title {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ft-title__title {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.ftt-square {
    width: 16px;
    height: 16px;
    background: #485d77;
}

.ftt-sep {
    width: calc(100% - 245px);
    height: 2px;
    background: #7b7c7c;
}

.f-bottom {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.socials a {
    margin: 7px 22px 0;
    display: inline-block;
    width: 25px;
}

.socials a:hover {
    text-decoration: none;
}

.title-block {
    padding: 1px;
    color: #fff;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #505050;
    position: relative;
}
.title-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.title-block.know {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.know .title-pdfs {
    margin-top: 150px;
}

.title-block::after {
    content: '';
    clear: both;
    display: block;
}

.title-block .wrapper {
    position: relative;
    margin: 100px 10px 10px 7%;
    display: inline-block;
}

.title-pdfs {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.title-pdfs a {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 20px;
    /* padding-top: 170px; */ /*update 2021-01-27*/
    padding-top: 150px;
    color: #000;
    /* background-size: 230px; */ /*update 2021-01-27*/
    background-size: contain;
    background-repeat: no-repeat;
}

.title-pdfs a:hover {
    text-decoration: underline;
}

.tp-perforated {
    background-image: url('/images/knowledge/perforated.jpg');
}

.tp-expanded {
    background-image: url('/images/knowledge/expanded.jpg');
}

.title-block h1 {
    padding-bottom: 10px;
    position: relative;
    font-weight: 900;
    font-size: 48px;
    /* text-shadow: 0 0 10px rgba(0,0,0,.5); */ /*update 2021-01-26*/
    text-transform: uppercase;
}

.title-block h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 3.5%;
    height: 9px;
    width: 40px;
    background: #589dd5;
}

.title-block p {
    margin-top: 30px;
    max-width: 733px;
    font-size: 18px;
    /* text-shadow: 0 0 10px rgba(0,0,0,.5); */ /*update 2021-01-26*/
}

.title-block.white {
    min-height: 200px;
    background: #fff;
}

.title-block.white .wrapper {
    margin-top: 50px;
}

.title-block.white h1,
.title-block.white p {
    color: #000;
}

.tb-shadow-title {
    font-weight: 900;
    font-size: 160px;
    color: rgba(214, 213, 213, 0.15);
    text-transform: uppercase;
    position: absolute;
    top: -71px;
    left: -20px;
    pointer-events: none;
}

.products-page {
    margin: 50px 7%;
}

.products-page.architectural {
    margin: 50px 2%;
}

.products-page-inner {
    margin: 50px 7%;
    display: flex;
}

.left-menu a:hover {
    text-decoration: underline;
}

.lm-item {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    max-width: 267px;
    padding-top: 17px;
    margin-bottom: 17px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    /* word-break: break-all; */ /*Update 2021-02-08*/
    border-top: 1px solid #ebebeb;
}

.lm-itemS {
    border-color: #fff;
    font-weight: 800;
}

.lm-itemS:after {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 23px;
    left: -14px;
    background: url('/images/small-arrow-black.png');
}

.sub-menu {
    float: left;
    clear: left;
    padding-left: 54px;
}

.sm-item {
    position: relative;
    float: left;
    clear: left;
    margin-bottom: 17px;
    font-weight: 300;
    font-size: 16px;
    color: var(--regular-text-color);
    overflow-wrap: break-word;
    /* word-break: break-all; */ /*Update 2021-02-08*/
}

.sm-itemS {
    color: #212121;
    text-decoration: underline;
}

.sm-itemS:after {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: -14px;
    background: url('/images/small-arrow-grey.png');
}

.sm-wrapper {
    position: relative;
}

.unfold-menu {
    cursor: pointer;
    position: absolute;
    left: -35px;
    display: block;
    width: 20px;
    height: 20px;
    top: 2px;
    background: url('/images/plus-icon.png');
    background-size: 20px;
}

.pp-l {
    position: relative;
    z-index: 2;
    padding-right: 2%;
    width: 20.7%;
    background: #fff;
}

.lm-select {
    max-width: 100%;
    width: 100%;
    display: none;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 14px;
    /* border-radius: 5px; */
    border: 1px solid #ced0da;
    background: linear-gradient(0deg, #f2f4f7, #fff);
}

.pp-r {
    width: 77.3%;
}

.product-gallery {
    float: left;
    max-width: 860px;
    width: 68%;
    margin-right: 2%;
}

.pp-body {
    float: left;
    width: 30%;
}

.arch-pdf-link {
    display: block;
    height: 28px;
    float: left;
    clear: left;
    margin-bottom: 5px;
    padding: 0 10px 0 26px;
    box-sizing: border-box;
    line-height: 28px;
    text-align: left;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #0077a3;
    background-image: url('/images/icons/cell-pdf-file.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: background 0.5s;
}

.arch-pdf-link:not(:last-child) {
    margin-bottom: 4px;
}

.arch-pdf-link:hover {
    background-color: #03435a;
}

.arch-dwg-link {
    display: block;
    height: 28px;
    float: left;
    clear: both;
    margin-bottom: 5px;
    padding: 0 10px 0 26px;
    box-sizing: border-box;
    line-height: 28px;
    text-align: left;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #00376a;
    background-image: url('/images/icons/cell-dwg-file.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: background 0.5s;
}

.arch-dwg-link:hover {
    background-color: rgb(0, 0, 0);
}

.product-gallery a {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 13px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.product-gallery a:first-child {
    width: 100%;
    height: 500px;
}

.product-gallery a:not(:first-child) {
    width: 49%;
    height: 220px;
}

.product-gallery a:nth-child(2n + 2) {
    margin-right: 2%;
}

.product-gallery a:first-child img {
    width: 100%;
    height: 500px;
}

.product-gallery a:not(:first-child) img {
    height: 220px;
    width: 100%;
    display: block;
}

.product-gallery a img {
    object-fit: cover;
}

.pg-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4) url('/images/zoom-icon.png') 50% 50% no-repeat;
    transition: opacity 0.5s;
}

.pg-hover:hover {
    opacity: 1;
}

.pp-body h4 {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
}

.pp-body h1 {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
}

.pp-body p {
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 18px;
    color: var(--regular-text-color);
}
.file-download-box {
    display: inline-block;
    box-shadow: 0 0 0 3px #dfdfdf85;
    cursor: pointer;
    background: #589cd5;
    transition: background 0.5s;
    height: max-content;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0;
}
.add-to-request,
.metals-agreement {
    margin-top: 8px;
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 31px;
    padding: 0 250px 0 17px;
    /* border-radius: 4px; */
    box-shadow: 0 0 0 3px #dfdfdf85;
    cursor: pointer;
    background: #589cd5;
    transition: background 0.5s;
}
.add-to-request:after,
.metals-agreement:after {
    display: block;
    position: absolute;
    text-align: center;
    top: 1px;
    left: 60px;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
}

.add-to-request:after {
    content: 'Request Information';
}

.metals-agreement {
    height: 50px;
    padding-right: 170px;
}
.metals-agreement:after {
    content: 'Metals, appearance \A + finishing';
    white-space: pre;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    padding: 0 5px;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    line-height: 20px;
}
.metals-agreement.arc {
    padding-right: 249px;
}
.metals-agreement.arc:after {
    left: 60px;
}
.add-to-request:first-child {
    margin-right: 5px;
}
.metals-agreement.arc img {
    margin-top: 8px;
}

.add-to-request:hover {
    background: #589cd5;
}

.add-to-request.pending::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: #dfdfdf url('/images/cool_spinner.gif') 50% 50% no-repeat;
    background-size: 30px;
}

.purchase-online {
    margin-top: 8px;
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 31px;
    padding: 0 250px 0 17px;
    /* border-radius: 4px; */
    box-shadow: 0 0 0 3px #dfdfdf85;
    cursor: pointer;
    background: #589cd5 url(/images/down-arrow.png) 90% 50% no-repeat;
    transition: background 0.5s;
}

.purchase-online:after {
    content: 'Purchase Online';
    display: block;
    position: absolute;
    top: 1px;
    left: 60px;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
}

.view-request {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    height: 41px;
    line-height: 41px;
    padding: 0 17px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 2px 10px 3px #589dd5;
    background: #589dd5;
    transition: box-shadow 0.5s;
}

.view-request:hover {
    box-shadow: 0px 2px 20px 3px #589dd5;
}

.data-file {
    padding: 17px 5px 10px 40px;
    display: block;
    font-size: 14px;
    color: #212121;
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 27px 36px;
    transition: background-size 0.5s;
}

.data-file:hover {
    background-size: 31px 41px;
}

.data-xls {
    background-image: url('/images/icons/icon_excel.svg');
}

.data-ppt {
    background-image: url('/images/icons/icon_powerpoint.svg');
}

.data-doc {
    background-image: url('/images/icons/icon_word.svg');
}

.data-pdf {
    background-image: url('/images/icons/icon_pdf.svg');
}

.data-dwg {
    background-image: url('/images/icons/icon_dwg.svg');
}

.pp-sep {
    margin: 40px 0;
    max-width: 830px;
    height: 1px;
    background: #ebebeb;
}

.pp-related h3 {
    padding-bottom: 10px;
    position: relative;
    font-weight: 900;
    font-size: 48px;
    color: #212121;
    text-transform: uppercase;
}

.pp-related h3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 3.5%;
    height: 9px;
    width: 40px;
    background: #589dd5;
}

.pp-related-items {
    margin-top: 30px;
}

.pp-related-items a {
    width: 31%;
    margin-right: 1%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 350px;
    font-size: 21px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.pp-related-items a:hover .pp-hover {
    opacity: 1;
}

.pp-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: rgba(91, 157, 210, 0.67);
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: opacity 0.3s;
}

.pph-label {
    margin-top: 110px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.pph-sep {
    display: inline-block;
    margin: 30px auto 18px;
    width: 210px;
    height: 1px;
    background: #fff;
}

.pph-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.industrial-page {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.product-table-wrapper {
    position: relative;
}

.product-table {
    position: relative;
    overflow: auto;
}

.product-table::-webkit-scrollbar {
    height: 5px;
}

.product-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.product-table::-webkit-scrollbar-thumb {
    background: #bcd8ee;
}

.product-table::-webkit-scrollbar-thumb:hover {
    background: #589dd5;
}

.product-table-bottom {
    margin-bottom: 20px;
}

.product-table tbody td {
    font-size: 16px;
    color: #000;
}

.product-table tbody td:not(:first-child):not(:nth-child(2)) {
    cursor: pointer;
}

.ptr-pic {
    display: block;
    position: relative;
    width: 57px;
    font-size: 7px;
    overflow: hidden;
}

.ptr-pic img {
    display: block;
    width: 57px;
    height: 35px;
}

.product-table table {
    width: 100%;
    /* min-width: 700px; */
}

.pt-zoom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2) url('/images//zoom-icon.png') 50% 50% no-repeat;
    background-size: 24px;
}

.product-table td {
    min-width: 70px;
    text-align: center;
    padding: 10px 15px;
    /* padding: 10px 15px 35px 15px; */
    background: #fff;
    transition: background 0.5s;
}

/* .product-table tbody tr:not(:nth-child(4n-3)) td { */
.product-table tbody tr:nth-child(4n) td,
.product-table tbody tr:nth-child(4n-1) td {
    background: #e5e5e5;
}

.product-table tbody tr:hover td {
    background: rgba(0, 158, 216, 0.23);
}

.product-table th {
    min-width: 70px;
    vertical-align: middle;
    position: relative;
    padding: 10px 15px;
    font-weight: bold;
    background: #bcd8ee;
}

.row-header {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}

.row-header.fixed {
    position: fixed;
}

.product-table th div {
    display: none;
    position: absolute;
    min-width: 20px;
    padding: 15px;
    border-radius: 6px;
    border: 2px solid rgb(74, 153, 211);
    box-shadow: rgb(85, 85, 85) 4px 4px 4px;
    color: rgb(0, 85, 165);
    background-color: rgb(239, 239, 239);
    opacity: 0.85;
    z-index: 1;
    text-align: left;
    width: 300px;
    font-size: 8pt;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.product-table th div::before {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    border-width: 0px 7px 12px;
    border-style: solid;
    border-color: transparent transparent rgb(74, 153, 211);
    border-image: initial;
    top: -12px;
    left: 158px;
}

.product-table th div::after {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    border-width: 0px 5px 8px;
    border-style: solid;
    border-color: transparent transparent rgb(239, 239, 239);
    border-image: initial;
    top: -8px;
    left: 160px;
}

.product-table-obj thead th:hover div {
    display: block;
}
.row-header th:hover div {
    display: block;
}

.prodcut-table-right-block {
    position: absolute;
    width: 24px;
    top: 0;
    right: -24px;
    bottom: 0;
    background: #fff;
    z-index: 2;
}

.cell-pdf-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 28px;
    padding-left: 26px;
    box-sizing: border-box;
    line-height: 28px;
    text-align: left;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #589cd5;
    background-image: url('/images/icons/cell-pdf-file.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: background 0.5s;
}

.cell-pdf-link:not(:last-child) {
    margin-bottom: 4px;
}

.cell-pdf-link:hover {
    background-color: #03435a;
}

.cell-dwg-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 28px;
    padding-left: 26px;
    box-sizing: border-box;
    line-height: 28px;
    text-align: left;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #00376a;
    background-image: url('/images/icons/cell-dwg-file.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: background 0.5s;
}

.cell-dwg-link:hover {
    background-color: rgb(0, 0, 0);
}

.knowledge-page {
    margin: 20px 7%;
}

.kp-l {
    float: left;
    width: 47.5%;
    margin-right: 5%;
}

.kp-r {
    float: left;
    width: 47.5%;
}

.knowledge-page h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.kp-descr p {
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.ki-descr {
    display: none;
    padding-bottom: 30px;
}

.ki-descr p {
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.ki-item h3 {
    padding-right: 60px;
    cursor: pointer;
    padding-bottom: 34px;
    margin-bottom: 34px;
    font-weight: 500;
    font-size: 30px;
    color: #757575;
    text-transform: uppercase;
    border-bottom: 1px solid #959595;
    background: url(/images/plus-icon.png) 99% 8px no-repeat;
}

.ki-item.unfolded h3 {
    margin-bottom: 0;
    border-color: #fff;
    background: url(/images/cross-icon.png) 99% 8px no-repeat;
}

.ki-item.unfolded .ki-descr {
    display: block;
}

.view-cart {
    display: inline-block;
    position: relative;
    text-decoration: underline;
}

.view-cart:after {
    content: 'View';
    display: block;
    position: absolute;
    top: 1px;
    right: -50px;
    font-size: 20px;
    text-decoration: underline;
}

.view-cart:hover:after {
    text-decoration: none;
}

.nl-link:hover {
    text-decoration: underline;
}

.nl-cnt {
    background: #fff;
    padding: 40px 50px;
    position: relative;
}

.nl-cnt .wrapper {
    padding-right: 20px;
    max-width: 900px;
    border: 5px solid #0b58a6;
}

.nl-title {
    max-width: 465px;
    margin-top: -5px;
    margin-left: -5px;
    padding-bottom: 14px;
    background: #fff;
}

.nl-cnt label {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #212121;
}

.nl-title p {
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    border-left: 2px solid #0072bc;
}

.nl-form {
    padding: 20px 5%;
}

.nl-input {
    display: inline-block;
    margin-right: 37px;
}

.nl-input input {
    display: block;
    /*width: 207px;*/
    height: 32px;
    border: none;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 12px 6px 12px 32px;
    border-bottom: 1px solid #363636;
    background-position: 1px 50%;
    background-repeat: no-repeat;
}

.nl-input #scompany {
    background-image: url('/images/icon-building.png');
}

.nl-input #semail {
    background-image: url('/images/icon-envelope.png');
}

.nl-btn {
    position: relative;
    display: inline-block;
    padding: 6px 40px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #589dd5;
}

.nl-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    bottom: -5px;
    left: 5px;
    border: 2px solid #589dd5;
    transition: all 0.5s;
}

.nl-btn:hover:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.nl-remark {
    padding-left: 19px;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    background: url('/images/icon-lock.png') 0 2px no-repeat;
}

.nl-arrow {
    display: none;
    position: absolute;
    right: 70px;
    top: -170px;
}

.nl-arrow p {
    font-size: 24px;
    color: #e9c729;
}

.subscribing {
    height: 100px;
    background-image: url('/images/cool_spinner.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100px;
}

.nl-msg {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    font-size: 8pt;
}

td .view-cart:after {
    display: none;
}

.view-cart:hover {
    text-decoration: none;
}

.pp-body .view-cart {
    margin-top: 10px;
}

.formula {
    margin: 20px 0 10px;
    padding: 15px;
    background-color: #f4f4f4;
}

.fm-row {
    width: 100%;
    padding-bottom: 5px;
}

.fm-lbl {
    width: 190px;
    padding: 2px 15px 0 0;
    font-size: 17px;
}

.fm-input input {
    width: 160px;
    padding: 2px 3px;
    border: 1px solid #b6b6b6;
    font-size: 9pt;
    font-family: Verdana;
}

.fm-btn {
    padding-left: 20px;
}

.fm-btn,
.fm-input,
.fm-lbl,
.fm-result {
    float: left;
}

.table {
    border-collapse: collapse;
}

.fm-result {
    width: 166px;
    border-bottom: 1px dotted #b6b6b6;
    height: auto;
    min-height: 20px;
    color: #0055a5;
}

.text-block {
    text-align: center;
    border-top: 1px solid #fff;
}

.text-block h1 {
    display: inline-block;
    position: relative;
    padding: 60px 0 10px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.text-block h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: clamp(32px, 3vw, 48px);
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.text-block h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 30%;
    height: 9px;
    width: 40px;
    background: #589dd5;
}

.tb-shadow-title-alt {
    white-space: nowrap;
    font-weight: 900;
    font-size: 160px;
    color: rgba(214, 213, 213, 0.15);
    text-transform: uppercase;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.text-block p {
    margin-bottom: 20px;
}

.tb-descr {
    text-align: center;
    margin: 0 auto 1em;
    max-width: 820px;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.about-page {
    margin-top: 90px;
    max-width: 1785px;
}

.ab-l {
    padding: 25px 20px 50px 7%;
    box-sizing: border-box;
    float: left;
    width: 42%;
    background: #eee;
}

.ab-l h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
}

.ab-l p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin-bottom: 1em;
}

.ab-r {
    float: left;
    width: 58%;
}

.about-sep {
    height: 1px;
    background: #e0e0e0;
    max-width: 1080px;
    margin: 75px auto;
}

.about-blocks {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.about-blocks h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
}

.about-blocks h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 9px;
    width: 40px;
    background: #589dd5;
}

.ab-items {
    margin-top: 50px;
}

.ab-item {
    min-width: 270px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1.5% 20px;
}

.ab-item h4 {
    margin: 25px 0 26px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.ab-item p {
    margin: 0 auto 1em;
    max-width: 280px;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.contact-page {
    padding-top: 1px;
    margin: 40px 11%;
}

.contact-page h1,
.cart-page h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: calc(25px + 1vw);
    text-transform: uppercase;
    color: #231f20;
}

.cart-page-head {
    display: flex;
    column-gap: 50px;
    row-gap: 20px;
    margin-top: 50px;
}

@media (max-width: 1000px) {
    .cart-page-head {
        flex-direction: column;
    }
}

.cart-page-head__text {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

@media (max-width: 700px) {
    .cart-page-head__text {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .cart-page-head__text p {
        flex: 1 0 100%;
    }
}

.cb-l {
    float: left;
    width: 50%;
}

.cb-r {
    float: right;
    width: 50%;
}
/* fixed start*/
.cart-page.q {
    margin: 0 !important;
}
.info-req-list {
    width: 100%;
    display: flex;
}
.info-req-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.123);
    overflow: hidden;
}
.info-req-item h4 {
    font-weight: 700;
    font-size: calc(12px + 0.7vw);
    color: #000;
    margin-bottom: 18px;
}
.info-req-item .info-req-item-desc p {
    font-size: calc(12px + 0.3vw);
    font-weight: 300;
    line-height: 170%;
    /* font-size: 18px; */
    color: #000;
}

.info-req-item .info-req-item-image {
    max-width: 23%;
    margin-right: 1%;
    min-width: 250px;
    width: 300px;
}
.info-req-item .info-req-item-image img {
    width: 100%;
}
.info-req-item .info-req-item-info-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* new nov 21 */
    width: 100%;
}
.info-req-item .product-table th {
    padding: 5px 0;
}

.info-req-item .product-table td {
    cursor: auto !important;
}
.custom-present .input-file {
    padding: 8px 133px 8px 15px !important;
}
.custom-present textarea {
    padding: 14px 15px !important;
}
.info-req-item .product-table td:last-child {
    width: 10px !important;
    min-width: 5px !important;
}
/* .info-req-item .product-table td:first-child{
    min-width: unset;
    max-width: 15px;
} */
.info-req-item .info-req-item-info-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    overflow: hidden;
}
.info-req-item .product-table {
    overflow-x: auto;
    width: 100%;
}
.info-req-item-desc {
    width: 450px;
}
.info-req-item .info-req-item-info-inner > div {
    position: relative;
    padding-right: 15px;
}
.info-req-item .product-table tbody tr td {
    background: #fff;
    padding: 5px;
}
.info-req-item .product-table tbody tr td:nth-child(4) {
    width: 30px;
}
.info-req-item .product-table tbody tr td:nth-child(1) {
    width: 10%;
    max-width: 150px;
}
.info-req-item .product-table tbody tr td:nth-child(2) {
    width: 30%;
}
.info-req-item [type='text'],
.info-req-item select {
    width: 90% !important;
}

.info-req-item .product-table tbody tr:hover td {
    background: rgba(0, 158, 216, 0.23);
}
.custom-present {
    width: 96%;
}
.info-req-item .product-table tbody tr td {
    position: relative;
}
.req-item-delete {
}
@media (max-width: 1125px) {
    .info-req-item .info-req-item-image {
        width: 100%;
        max-width: 50%;
        margin-right: 1%;
        min-width: 250px;
    }
    .info-req-item .info-req-item-info-inner {
        flex-direction: column;
    }
    .info-req-item .info-req-item-info-inner > div:last-child {
        margin-top: 20px;
    }
}
@media (max-width: 865px) {
    .info-req-item-desc {
        width: 100%;
    }
    .info-req-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .info-req-item .info-req-item-image {
        width: 100%;
        max-width: 70%;
        margin-right: 0;
        min-width: 250px;
        margin: 0 auto;
    }
}
@media (max-width: 450px) {
    .info-req-item .product-table td {
        font-size: 12px;
    }
}
/* fixed end*/
.cbl-item {
    max-width: 385px;
}

.cbl-item p {
    font-weight: 400;
    font-size: 25px;
    color: #666464;
}

.cbl-item h4 {
    font-weight: 900;
    font-size: 30px;
    /* text-transform: uppercase; */
    color: #231f20;
    margin-bottom: 30px;
}

.cbl-sep {
    margin: 33px 0;
    max-width: 350px;
    height: 1px;
    background: #d3d2d2;
    border-bottom: 1px solid #f0f0f0;
}

.cbl-label {
    clear: left;
    float: left;
    width: 50%;
    font-weight: 400;
    font-size: 27px;
    color: #666464;
}

.cbl-val {
    clear: right;
    float: left;
    width: 50%;
    font-weight: 700;
    font-size: 24px;
    color: #757575;
}

.cb-r h3,
.custom-present h3 {
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 36px;
    color: #231f20;
}

.cb-r input[type='text'] {
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #acacac;
    /* border-radius: 3px; */
    font-size: 18px;
    color: #000;
}

.cb-r select {
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #acacac;
    /* border-radius: 3px; */
    font-size: 18px;
    color: #000;
}

.select-wrapper {
    margin-bottom: 10px;
}

.select-block {
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 7px 44px 7px 13px;
    font-size: 18px;
    text-align: left;
    border: 1px solid #acacac;
    background: url('/images/icon-arrow-down.png') 97% 50% no-repeat;
}

.sb-selected {
    font-size: 18px;
    color: #686868;
}

.sb-options {
    display: none;
    padding: 0px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    /* border-radius: 10px; */
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    width: 100%;
}

.sb-options span {
    min-width: 150px;
    float: left;
    clear: both;
    font-size: 18px;
    margin: 5px 0;
    width: calc(100% - 40px);
    border-bottom: 1px solid grey;
    padding: 10px 20px;
}
.sb-options span:last-child {
    border-bottom: 0;
}
.sb-options span:hover {
    text-decoration: underline;
}

.select-message {
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
}

.select-message::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('/images/icon-info.svg');
    background-size: 25px;
}

.cb-r input.captcha[type='text'] {
    max-width: 60px;
}

.input-file {
    display: block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 10px 133px 10px 15px;
    width: 100%;
    border: 1px solid #acacac;
    /* border-radius: 3px; */
    font-size: 18px;
    color: #717171;
}

.input-file.uploaded {
    color: #000;
}

.file-icon {
    width: 120px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #acacac url('/images/upload-icon.png') 50% 50% no-repeat;
    transition: background 0.5s;
}

.input-file:hover .file-icon {
    background: #636363 url('/images/upload-icon.png') 50% 50% no-repeat;
}

.cb-r textarea {
    resize: none;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #acacac;
    /* border-radius: 3px; */
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.cb-copy {
    display: inline-block;
    cursor: pointer;
}

.cb-copy [type='checkbox'] {
    display: none;
}

.cb-r .form-error {
    top: auto;
}

.cart-page {
    min-height: 50vh;
}

.form-thanks {
    padding: 20px;
    border: 1px solid #009dd8;
    margin-bottom: 20px;
}

.cbc-icon {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 33px;
    border: 3px solid #999;
    border-radius: 5px;
    background: #fff;
}

.cbc-icon.checked {
    background: url('/images/check-icon.png') 50% 50% no-repeat;
}

.cbc-label {
    margin-left: 0.2em;
    line-height: 33px;
    font-size: 24px;
    color: #585858;
}

.cb-send {
    margin-top: 20px;
}

.cb-send button {
    display: inline-block;
    height: 57px;
    line-height: 57px;
    padding: 0 62px;
    background: #3f85c0;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: background 0.5s;
}

.cb-send button:hover {
    background: #275c88;
}

.cbs-remark {
    margin-top: 6px;
    line-height: 20px;
    max-width: 240px;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #000;
    margin-left: 10px;
}

.contact-map {
    margin-top: 50px;
}

.projects-item {
    column-count: 2;
    column-gap: 2%;
    column-width: 48%;
}

.projects-item > a {
    margin-bottom: 20px;
    display: block;
}

.projects-item > div {
    display: inline-block;
}

.projects-item div {
    padding: 25px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
    color: #fff;
    background: #009dd8;
}

.projects-item a img {
    display: block;
    width: 100%;
}

.ir-l {
    float: left;
    padding-right: 2%;
    width: 43%;
}

.iri-l {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.iri-l img {
    width: 100%;
}

.iri-r {
    float: left;
    width: 50%;
}

.ir-item {
    margin-bottom: 20px;
}

.iri-r h4 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 18px;
}

.iri-r h4 + br {
    display: none;
}

.iri-r p,
.iri-r div {
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.iri-remove {
    display: inline-block;
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px;
    color: #d33956;
    text-decoration: underline;
}

.iri-remove:hover {
    text-decoration: none;
}

.iri-remove-industrial {
    display: inline-block;
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px;
    color: #d33956;
    text-decoration: underline;
}

.iri-remove-industrial:hover {
    text-decoration: none;
}

.fancybox-close-small {
    background: #fff !important;
    border-radius: 20px !important;
}

.dd-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px;
    font-size: 21px;
    width: 160px;
}

.dd-item:first-child {
    margin-left: 0;
}

.dd-item:last-child {
    margin-right: 0;
}

.dd-pic {
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    height: 160px;
    position: relative;
}

.dd-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #5b9dd2b4;
    color: #fff;
    text-align: center;
    transition: opacity 0.3s;
}

.dd-label {
    margin-top: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.dd-sep {
    display: inline-block;
    margin: 10px auto 18px;
    width: 40%;
    height: 1px;
    background: #fff;
}

.dd-title {
    margin: 10px 0 0;
    display: block;
    line-height: 122%;
    font-weight: 300;
    font-size: 14px;
    color: #212121;
}

.ddh-title {
    margin: 10px 0 0;
    display: block;
    line-height: 122%;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.dd-item:hover .dd-hover {
    opacity: 1;
}

.dropdown {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    background: #bfbfbf;
    padding: 10px 7%;
    transition: top 0.2s;
}

.minimized .dropdown {
    top: 64px;
}

.dropdowns__title {
    margin-bottom: 7px;
    font-weight: 900;
    font-size: 30px;
    color: #212121;
    text-transform: uppercase;
}

.dd-close {
    position: absolute;
    top: 30px;
    right: 7%;
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    background: url('/images/close-icon.png');
}

.dd-all {
    font-size: 14px;
    font-weight: 300;
    font-size: 14px;
    color: #212121;
    text-decoration: underline;
}

.dd-all:hover {
    text-decoration: none;
}

.js-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.table-popup {
    display: none;
    max-width: 100%;
}

.table-popup .wrapper {
    max-width: 900px;
    background: #fff;
    position: relative;
    border: 3px solid #bcd8ee;
}

.table-popup-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.table-popup-pic {
    width: 50%;
}

.table-popup-pic img {
    width: 100%;
    display: block;
}
/* .table-popup .view-cart {
    right: 65px;
} */
.table-popup .add-to-request,
.table-popup .purchase-online {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 175px 0 10px;
    margin-right: 100%;
}
.table-popup .add-to-request img,
.table-popup .purchase-online img {
    display: none;
}
.table-popup .add-to-request:after,
.table-popup .purchase-online:after {
    font-size: 16px;
    font-weight: 700;
    top: 3px;
    left: auto;
    margin-bottom: 10px;
}
.tp-descr {
    width: 50%;
    margin-top: 10px;
    padding: 1%;
    font-size: 15px;
    box-sizing: border-box;
}

.fancybox-caption {
    padding: 0px 44px !important;
}

.tp-descr__title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.tp-lbl {
    max-width: 150px;
    margin-bottom: 6px;
    float: left;
    clear: left;
    width: 47%;
    margin-right: 3%;
}

.tp-val {
    margin-bottom: 6px;
    float: left;
    clear: right;
    width: 50%;
}

.tbl-finishes {
    width: clac(100% - 20px);
    clear: both;
    margin: 10px;
}

/* .tbl-popup .tbl-finishes {
  display: none;
} */

.tbl-finishes-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tbl-finishes-row:not(:last-child) {
    border-bottom: 1px dotted #eee;
}

/* .tbl-finishes-row > div {
  padding: 5px 5px 5px 0;
  width: calc(75% / 5);
  box-sizing: border-box;
}

.tbl-finishes-row > div:nth-child(3) {
  width: 25%;
} */

.tbl-finishes-row > div {
    padding: 5px 5px 5px 0;
    width: calc(75% / 5);
    box-sizing: border-box;
}

.tbl-finishes-row > div:nth-child(3) {
    min-width: 15%;
}
.tbl-finishes-row.tbl-finishes-row--custom > div:nth-child(3) {
    min-width: 30%;
}
.tbl-finishes-row.tbl-finishes-row--custom input {
    width: 90% !important;
}

/* fixed December 02*/
.top-finishes-price {
    max-width: 100px;
}
.top-item-table > div:nth-child(2) {
    min-width: 25%;
}
.top-item-table > div:nth-child(5) {
    max-width: 100px;
}
/* fixed December 02*/

.tbl-finishes [type='text'],
.tbl-finishes select,
.info-req-item [type='text'],
.info-req-item select {
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: Verdana;
    font-size: 8pt;
    padding: 2px 5px 3px;
    box-sizing: border-box;
    outline: 0;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.tbl-finishes-row [type='text'] {
    width: 40px;
    text-align: center;
}

.tbl-finished-filter {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
}

.tbl-finished-filter * {
    display: inline-block;
    vertical-align: middle;
}

.pp-r .tbl-finishes h2 {
    padding-bottom: 10px;
    position: relative;
    font-weight: 900;
    font-size: 48px;
    color: #212121;
    text-transform: uppercase;
}

.input-error-animation {
    animation-name: errorAmimation;
    animation-duration: 1s;
    animation-iteration-count: 2;
}

@keyframes errorAmimation {
    0% {
        border-color: #ccc;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        border-color: rgba(221, 17, 17, 0.733);
        box-shadow: 0 0 5px rgba(221, 17, 17, 0.733);
    }

    100% {
        border-color: #ccc;
        box-shadow: 0 0 0 tgba(255, 255, 255, 0);
    }
}

.tbl-finish-buy,
.add-custome-product-to-quote,
.add-custome-industrial-to-quote,
.d_request_informatiom {
    display: inline-block;
    vertical-align: middle;
    background: #589cd5;
    border: 1px solid #589cd5;
    border-radius: 4px;
    color: #fff;
    font-family: Verdana;
    font-size: 8pt;
    padding: 2px 5px 3px;
    box-sizing: border-box;
    width: 60px;
    text-align: center;
    transition: background 0.5s;
}

.d_request_informatiom {
    /* position: absolute;
    right: 155px; */
}

.tbl-expand-all {
    display: inline-block;
    vertical-align: middle;
    background: #589cd5;
    border: 1px solid #589cd5;
    border-radius: 4px;
    color: #fff;
    font-family: Verdana;
    font-size: 8pt;
    padding: 2px 5px 3px;
    box-sizing: border-box;
    /* width: 103px; */
    text-align: center;
    transition: background 0.5s;
}

.tbl-finish-buy:hover {
    background: #149fd1;
}

.tbl-finish-spinner {
    display: none;
    width: 21px;
    margin-left: 6px;
    vertical-align: middle;
}

.tbl-finish-added {
    display: none;
    vertical-align: middle;
    border: 1px solid #0077a3;
    border-radius: 4px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    width: 40px;
    height: 20px;
    background-color: #0077a3;
    background-image: url('/images/icons/cart.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    transition: background-color 0.5s;
    width: 60px;
    font-size: 8pt;
    padding-left: 5px;
}

.tbl-finish-info {
    display: none;
    vertical-align: middle;
    border: 1px solid #0077a3;
    border-radius: 4px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    width: 40px;
    height: 20px;
    background-color: #0077a3;
    background-image: url('/images/icons/info.png');
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    transition: background-color 0.5s;
    width: 60px;
    font-size: 8pt;
    padding-left: 5px;
}

.tbl-finish-added img {
    width: 16px;
}

.tbl-finish-info img {
    width: 16px;
}

.add-to-request-table {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url('/images/request-icon.png');
}

.add-to-request-table.pending {
    background-size: cover;
    background: url('/images/cool_spinner.gif');
}

.js-product-title {
    display: none;
}

.tp-r .add-to-request {
    margin-bottom: 30px;
}

.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important;
}

.calculate {
    display: inline-block;
    vertical-align: top;
    padding: 1px 20px;
    background: #0055a5;
    color: #fff;
    margin-top: 2px;
    font-size: 14px;
    transition: background 0.5s;
}

.calculate:hover {
    background: rgba(0, 105, 204, 0.596);
}

.files-to-upload {
    margin-bottom: 20px;
}

.ftu-item span {
    margin-left: 20px;
    color: rgb(255, 72, 72);
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

.ftu-item span:hover {
    margin-left: 20px;
    color: rgb(255, 72, 72);
    text-decoration: none;
}

#js-ajax-error {
    display: none;
}

.js-ajax-error-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.cb-loading {
    width: 40px;
    display: none;
}

.about-tabs {
    margin-bottom: 20px;
}

.about-tabs a {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: background 0.5s;
}

.about-tabs a:not(.at-itemS):hover {
    background: #bfddf7;
}

a.at-itemS {
    background: #6ba5d5;
    color: #fff;
}

.company-video {
    max-width: 1000px;
    margin: 0 auto 50px;
}

.home-video-link {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
}

.play-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.play-icon span {
    display: block;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.home-video-frame {
    width: 100%;
    display: block;
}

.data-files {
    display: inline-block;
    vertical-align: top;
}

.points {
    font-size: 21px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}

.fancybox-navigation .fancybox-button div {
    padding: 6px 5px !important;
    margin-top: 5px;
}

.quote-remark {
    margin-left: 2%;
    font-size: 22px;
}

.product-added {
    text-align: center;
}

.product-added span {
    display: block;
    margin-bottom: 1em;
}

.product-added a {
    text-decoration: underline;
}

.product-added a:hover {
    text-decoration: none;
}

.go-to-cart-link {
    display: inline-block;
    margin-top: 15px;
    height: 33px;
    padding-left: 40px;
    padding-top: 2px;
    background: url('/images/info-icon.png') 0 0 no-repeat;
    background-size: 30px;
}

.newsletter-popup {
    display: none;
    overflow: visible !important;
    padding: 0;
}
.fancybox-content.newsletter-popup {
    padding: 0;
}

.page-message {
    min-height: 50vh;
    margin: 60px 0;
    text-align: center;
    font-size: 18px;
}

.download-image {
    position: relative;
    margin-top: 5px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    background: #089ed9;
}

.download-image:hover {
    text-decoration: none !important;
}

.download-image::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 49%;
    left: 49%;
    bottom: 0;
    background: #044158;
    opacity: 0;
    transition: all 0.5s;
}

.download-image:hover::after {
    right: 0;
    left: 0;
    opacity: 0.3;
}

.download-image span {
    position: relative;
    z-index: 1;
}

.add-file {
    position: absolute;
    right: -30px;
    top: 14px;
    cursor: pointer;
}

.remove-file {
    position: absolute;
    right: -50px;
    top: 14px;
    cursor: pointer;
}

.fi-pdf-row {
    position: relative;
}

.js-pdf-row {
    display: none;
}

.instagram-iframe {
    width: 100%;
    border: 0;
    overflow: hidden;
}

.follow-icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
    display: inline-block;
    padding: 5px 12px;
    font-weight: 300;
    font-size: 14px;
    color: #3897f0;
    border: 1px solid #3897f0;
    background: #fff;
    border-radius: 5px;
    transition: background 0.5s;
}

.follow-user {
    font-weight: 400;
    font-size: 24px;
    color: #1a1a1a;
}

.instagram-follow {
    display: inline-block;
    margin-bottom: 10px;
}

.instagram-follow:hover .follow-icon {
    background: #3897f0;
    color: #fff;
}

.cart-page {
    margin: 0 11%;
}

.sc-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8ecf2;
}

.sci-pic {
    width: 11%;
}

.sci-pic a {
    display: block;
    text-align: center;
}

.sci-pic img {
    height: 60px;
}

.sci-descr {
    padding: 0 20px;
    box-sizing: border-box;
    width: calc(89% - 400px);
}

.sci-descr h2 {
    font-size: 18px;
    line-height: 1;
}

.sci-specs {
    font-size: 14px;
}

.sci-controls {
    width: 250px;
    vertical-align: middle;
    font-size: 15px;
    padding-top: 9px;
    color: rgb(112, 112, 112);
}

.sci-qty-block {
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.sci-quantity {
    margin-left: 0.5em;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555555;
    font-size: 8pt;
    padding: 2px 5px 3px;
    box-sizing: border-box;
    width: 40px;
    text-align: center;
    outline: none;
}

A.sci-update-qty {
    font-size: 14px;
}

A.sci-update-qty:hover {
    text-decoration: underline;
}

.sci-update-qty:active {
    background-color: #ccc;
}

.sci-sep {
    vertical-align: middle;
    display: inline-block;
    height: 15px;
    width: 1px;
    background: #ccc;
    margin: 0 0.3em;
}

.sci-remove {
    font-size: 14px;
    vertical-align: middle;
    color: #ff0000;
}

.sci-remove:hover {
    text-decoration: underline;
}

.sci-price {
    padding-top: 9px;
    width: 130px;
    padding-right: 20px;
    text-align: right;
}

.sci-link {
    display: inline-block;
    color: #3f85c0;
}

.sci-price b {
    margin-left: 0.3em;
}

.sci-link:hover {
    text-decoration: underline;
}

.sci-total {
    padding: 20px 20px 10px;
    background: #eee;
    text-align: right;
    margin: 20px 0;
    border-radius: 5px;
}

.sci-total div {
    font-size: 14px;
    padding: 3px 0;
}

.sci-total b {
    display: inline-block;
    width: 80px;
}

.shopping-cart-agreement [type='checkbox'] {
    margin-right: 0.5em;
    position: relative;
    bottom: -2px;
}

.sci-total .sci-price {
    float: right;
}

.sci-button {
    max-width: 200px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    position: relative;
    padding: 9px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #589dd5;
    cursor: pointer;
    outline: 0;
    border: 0;
    transition: background 0.5s;
}

.sci-button:hover {
    background: #3f6c91;
}

.sci-button.back {
    float: left;
}

.sci-button.disabled {
    background: #ccc;
    pointer-events: none;
}
.shopping-cart-agreement {
    font-size: 16px;
}
.shopping-cart-agreement a {
    color: #589dd5;
    white-space: nowrap;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
}

.shopping-cart-agreement a:hover {
    text-decoration: none;
}

.sci-spinner {
    float: right;
    display: none;
    height: 38px;
    width: 38px;
    background: url(/images/cool_spinner.gif);
    background-size: 38px;
    margin-top: 12px;
}

.bo-block {
    margin-top: 15px;
}

.bo-block.payment {
    max-width: 500px;
}

.bo-block .shc-footer {
    justify-content: flex-end;
    padding-top: 0;
}

.shc-total {
    align-self: center;
    padding-top: 10px;
    font-size: 14pt;
}

.shc-total span {
    display: inline-block;
    color: #b1996a;
}

.bo-block h2 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    top: 1px;
}

.same {
    display: inline-block;
    zoom: 1;
    padding-top: 10px;
}

.same [type='checkbox'] {
    vertical-align: middle;
}

.same-lbl {
    margin-top: -1px;
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
}

.same-wp [disabled='disabled'] {
    pointer-events: none;
    background: rgb(235, 235, 228);
}

.shipping-calculate a {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    padding: 9px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #589dd5;
    transition: background 0.5s;
}

.shipping-calculate a:hover {
    background: #3f6c91;
}

.od-info-L {
    width: 48%;
    margin-bottom: 15px;
    float: left;
}

.od-info-R {
    width: 48%;
    padding-left: 4%;
    box-sizing: border-box;
    margin-bottom: 15px;
    float: right;
}

.order-details-wp {
    background-color: #fff;
}

.od-info-R {
    border-left: 1px solid #e8ecf2;
}

.sscf-row::after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.odi-input-wp.half,
.odp-input-wp.half,
.odp-select-wp.half {
    width: 49%;
    float: left;
}

.half-21 {
    width: calc(25% - 10px);
    float: left;
    padding-right: 10px;
}

.half-22 {
    width: 75%;
    float: left;
}

.odi-input-wp.half:nth-child(1),
.odp-input-wp.half:nth-child(1),
.odp-select-wp.half:nth-child(1) {
    margin-right: 2%;
}

.odi-lbl {
    padding: 10px 0 5px;
    font-size: 10pt;
}

.odi-lbl font {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.odi-input-small {
    width: 200px;
}

.odi-input-big {
    width: 440px;
}

.odi-select {
    width: 180px;
}

.odi-input-med {
    width: 245px;
}

.odp-select {
    width: 120px;
}

.odi-cvv {
    margin-right: 20px;
    width: 55px;
    display: inline-block;
}

.odi-what {
    position: relative;
    display: inline-block;
}

.odi-what A:link,
.odi-what A:visited {
    font-size: 10pt;
    color: #1591cb;
    text-decoration: underline;
}

.odi-what A:hover {
    text-decoration: none;
}

.odi-what-sample {
    display: none;
    position: absolute;
    left: 90px;
    top: -55px;
    width: 250px;
}

.bo-block input[type='text'],
.bo-block select {
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 7px 13px;
    width: 100%;
    border: 1px solid #acacac;
    /* border-radius: 3px; */
    color: #000;
    outline: none;
}

.cart-popup-red {
    color: red;
}

textarea.hidden {
    display: none;
}

.flash-message {
    min-height: 40vh;
    padding: 100px 10px;
    text-align: center;
}

.common-page {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 10px;
}

.common-page h1 {
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 72px;
    text-transform: uppercase;
    color: #231f20;
}

.common-page-text p {
    margin-bottom: 1em;
}

.shipping-options {
    padding: 20px 0;
}

.cart-footer-btns {
    text-align: right;
    padding-bottom: 50px;
}

.cart-footer-btns-checkout {
    border-top: 1px solid #e8ecf2;
    padding-top: 20px;
    margin-top: 50px;
}

.view-product {
    padding-top: 10px;
}

.view-product A {
    text-decoration: underline;
    color: #009ed8;
    font-size: 14px;
}

.view-product A:hover {
    text-decoration: none;
}

.icon-cart .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    right: -50%;
    top: 35px;
}

/*.icon-cart .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}*/

.icon-cart:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.product-txt-top {
    padding-bottom: 30px;
}

.product-table-info {
    height: 56px;
    /*background: #FFFFFF;*/
    /*padding: 2px 12px;*/
    cursor: pointer;
    margin-top: 3px;
}

.product-table-info-cart {
    height: 60px;
    /*background: #FFFFFF;*/
    /*padding: 2px;*/
    cursor: pointer;
    margin-top: 2px;
}

.flex-row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.top-txt {
    width: auto;
    max-width: 1360px;
    padding: 18px 2% 0;
}

.bottom-txt {
    box-sizing: border-box;
    width: auto;
    max-width: 1360px;
    /* padding: 0 2% 50px; */
    padding: 0 2% 0px;
    margin-bottom: 50px;
}

.bottom-txt.bottom-txt--shaved {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.bottom-txt.bottom-txt--shaved:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    max-height: 50px;
    box-shadow: inset 0px -50px 50px #fff;
    opacity: 1;
    transition: 0.2s ease;
}
.bottom-txt__shave-btn {
    box-sizing: border-box;
    margin: 20px 2% 50px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #089ed9;
    text-decoration: underline;
    font-size: 16px;
}

.bottom-txt-industrial {
    width: auto;
    max-width: 1360px;
    padding: 0 7% 50px;
}

.top-txt-industrial-inner {
    padding: 18px 0 50px;
}

.bottom-txt-industrial-inner {
    padding-left: 0;
    padding-right: 0;
}

/* [LOCATION POPUP] */
#location-popup {
    /* background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px; */
}
.location-popup__inner {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 40px;
}
.location-popup__ttl {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.location-popup__img {
    display: block;
    max-width: 100%;
    margin-bottom: 50px;
}
.location-popup__redirect {
    display: inline-block;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 50px;
    outline: none;
}
.location-popup__close {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #828282;
}

.divisions {
    position: absolute;
    top: 100%;
    right: 7%;
    background-color: #ebebeb;
    color: #000;
    white-space: nowrap;
    padding: 10px 17px;
    width: max-content;
    display: flex;
    align-items: center;
    column-gap: 6px;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
}
.divisions > img {
    max-width: 47px;
}
.divisions select {
    background-color: #ebebeb;
    border: none;
    outline: none;
    font-size: 16px;
}
.divisions select option {
    font-size: 14px;
    padding: 5px;
}

.search-msg {
    color: tomato;
}

.search-res {
    padding: 20px 7%;
}

.search-block {
    text-align: center;
    padding-bottom: 10px;
}

.search-title a:link,
.search-title a:visited {
    font-weight: bold;
}

.search-text {
    line-height: 120%;
}

.search-link {
    color: #09818c;
    padding-top: 5px;
    text-decoration: underline;
}

.search-link:hover {
    color: #589dd5;
}

@media (max-width: 1670px) {
    .hc-shadow-title {
        left: 10px;
        top: -41px;
    }

    .ha-pic {
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 510px);
    }

    .ha-wrapper {
        position: relative;
        float: none;
        width: 100%;
        padding: 10px;
        margin: 0 auto 50px;
    }

    .home-about h2 {
        margin: 60px 0 50px;
    }

    .dd-item {
        width: 140px;
    }

    .dd-pic {
        height: 140px;
    }
}

@media (max-width: 1610px) {
    .top-menu a {
        margin: 0 5px;
    }
}

@media (max-width: 1600px) {
    .ab-l {
        margin-top: 20px;
        padding: 20px 20px 50px 7%;
    }

    .about-page {
        margin-top: 20px;
    }

    .ab-l {
        margin-top: 20px;
        padding: 20px 20px 50px 2%;
    }

    .about-sep {
        margin: 25px auto;
    }
}

@media (max-width: 1540px) {
    .footer {
        padding: 40px 2%;
    }

    .products-page-inner {
        margin-left: 2%;
        margin-right: 2%;
    }
}
@media (max-width: 1540px) {
    .know .title-pdfs {
        margin-top: 30px;
        margin-left: 7%;
    }
}

@media (max-width: 1500px) {
    .sub-menu {
        padding-left: 10px;
    }
}

@media (max-width: 1490px) {
    .dd-item {
        width: 110px;
    }

    .dd-pic {
        height: 110px;
    }
}

@media (max-width: 1480px) {
    .hs-sections {
        margin-right: 2%;
    }

    .title-block p {
        max-width: 570px;
    }
}

@media (max-width: 1400px) {
    .pp-l {
        width: 260px;
    }

    .pp-r {
        width: calc(99% - 260px);
    }

    .left-menu {
        margin-right: 1%;
    }

    .contact-page {
        margin: 40px 9%;
    }

    .cart-page {
        padding: 20px 0;
        margin: 0 2%;
    }
}

@media (max-width: 1450px) {
    .dropdown {
        padding: 30px 1%;
    }

    .header .wrapper {
        margin-right: 1%;
    }

    .logo {
        left: 1%;
    }

    .f-top .ft-item:first-child {
        display: none;
    }

    .products-page {
        margin: 50px 2%;
    }
    .bottom-txt-industrial {
        padding-left: 2%;
        padding-right: 2%;
    }

    .pp-l {
        margin-left: 0;
    }

    .ki-item {
        width: 100%;
    }

    .ki-item:nth-child(odd) {
        margin-right: 0;
    }
}

@media (max-width: 1315px) {
    .hss-pic {
        width: 346px;
        height: 280px;
    }

    .hss-title {
        padding-top: 2px;
        font-size: 17px;
    }
    .add-to-request,
    .purchase-online {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0 228px 0 17px;
        margin-right: 10px;
    }
    .metals-agreement.arc {
        padding-right: 228px;
    }
    .add-to-request img,
    .purchase-online img {
        display: none;
    }
    .add-to-request:after,
    .purchase-online:after {
        font-size: 16px;
        font-weight: 700;
        top: 3px;
        left: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 1300px) {
    .title-block p {
        max-width: none;
    }

    .title-pdfs {
        margin-left: 11.5%;
    }
}

@media (max-width: 1295px) {
    .product-gallery a:first-child {
        height: 350px;
    }

    .product-gallery a:first-child img {
        height: 350px;
    }
}

@media (max-width: 1260px) {
    .contact-page h1 {
        font-size: 52px;
    }

    .wp-content:not(.minimized) .top-menu {
        display: none;
    }

    .wp-content:not(.minimized) .responsive-menu-trigger {
        display: block;
    }

    .wp-content:not(.minimized) .header {
        height: 85px;
    }

    .logo {
        width: 200px;
    }

    .content {
        margin-top: 85px;
    }

    .ha-body h3 {
        font-size: 38px;
    }

    .ha-body p {
        font-size: 22px;
    }

    .dropdowns {
        display: none;
    }

    .architectural a {
        width: 48%;
        margin: 0 1% 1% 0;
    }
    .hc-blocks.hc-bloks-short a {
        height: 23vw;
    }
    .top-menu a span {
        font-size: 15px;
        line-height: 1.5;
        right: 0.5em;
    }
}

@media (max-width: 1250px) {
    .product-table th {
        padding: 5px;
    }

    .product-table td {
        padding: 5px;
    }

    .product-table tbody td {
        font-size: 14px;
    }

    .row-header > div {
        padding: 5px;
        font-size: 14px;
    }
}

@media (max-width: 1240px) {
    .pp-related-items a {
        width: 48%;
    }

    .product-gallery a:not(:first-child) {
        height: 160px;
    }

    .product-gallery a:not(:first-child) img {
        height: 160px;
    }
}

@media (max-width: 1200px) {
    .wp-content:not(.minimized) .header-phone {
        margin-top: 18px;
        /* margin-right: 35px; */
        /* font-size: 20px; */
    }
}

@media (max-width: 1190px) {
    .tp-descr {
        font-size: 13px;
    }
}

@media (max-width: 1170px) {
    .knowledge-page {
        margin: 20px 2%;
    }

    .tb-shadow-title-alt {
        display: none;
        font-size: 105px;
        top: 18px;
    }
}

@media (max-width: 1140px) {
    .ab-l {
        float: none;
        width: auto;
    }

    .ab-r {
        float: none;
        width: auto;
    }

    .ab-r img {
        width: 100%;
    }
    .top-menu a {
        font-size: 18px;
    }
}

@media (max-width: 1110px) {
    .hs-sections {
        margin-top: 25px;
    }
}

@media (max-width: 1090px) {
    .hc-title {
        font-size: 17px;
    }

    .hch-label {
        font-size: 25px;
    }

    .hch-title {
        font-size: 22px;
    }

    .industrial a {
        width: 32%;
    }
}

@media (max-width: 1080px) {
    .hss-title {
        font-size: 18px;
    }

    .home-cats h1 {
        margin-top: 30px;
    }

    .hc-tabs a {
        margin-top: 10px;
    }

    .ir-l {
        float: none;
        width: auto;
    }
    .custom-present .ir-l {
        float: left;
        width: 42%;
    }

    .ir-r {
        float: none;
        width: auto;
    }
}

@media (max-width: 1050px) {
    .f-top .ft-item:last-child {
        display: none;
    }

    .f-bottom {
        margin-top: 30px;
        flex-direction: column;
        align-items: start;
    }

    .socials {
        margin-top: 10px;
    }

    .socials a:first-child {
        margin-left: 0;
    }

    .minimized .top-menu a {
        font-size: 17px;
    }

    .wp-content:not(.minimized) .header-phones {
        margin-top: 3px;
    }

    .wp-content:not(.minimized) .header-phone {
        float: none;
        display: block;
        margin-top: 0;
        font-size: 14px;
    }
}

@media (max-width: 1025px) {
    .pp-l {
        display: none;
    }

    .pp-r {
        width: 100%;
    }

    .lm-select {
        display: block;
    }

    .hc-blocks.hc-bloks-short a {
        height: 29vw;
    }
}

@media (max-width: 990px) {
    .contact-page h1 {
        font-size: 32px;
    }
}

@media (max-width: 970px) {
    .header-phone {
        margin-right: 10px;
    }
}

@media (max-width: 950px) {
    .title-block .wrapper {
        margin: 40px 2% 10px;
    }

    .title-block p {
        margin-left: 0;
    }

    .title-pdfs {
        margin-left: 2%;
    }
    .know .title-pdfs {
        margin-top: 30px;
        margin-left: 2%;
    }

    .tb-shadow-title {
        display: none;
        left: 0;
        font-size: 90px;
    }

    .title-block {
        min-height: 260px;
    }

    .table-popup .wrapper {
        flex-direction: column;
    }

    .tp-l,
    .tp-r {
        width: auto;
    }

    .tp-lbl {
        clear: both;
    }

    /* .tp-lbl {
    margin-bottom: 0;
    float: none;
    width: auto;
  }

  .tp-val {
    float: none;
    width: auto;
  } */

    .minimized .top-menu {
        display: none;
    }

    .minimized .responsive-menu-trigger {
        display: block;
    }
}

@media (max-width: 920px) {
    .hc-shadow-title {
        font-size: 100px;
    }

    .ha-shadow-title {
        display: none;
        font-size: 90px;
        top: -30px;
        left: 50%;
    }

    .home-about h2 {
        margin: 20px 0 10px;
    }

    .ha-remark {
        margin-bottom: 0;
    }
    .table-popup .view-cart {
        right: auto;
    }
}

@media (max-width: 900px) {
    .custom-present .ir-l {
        padding: 0;
        float: none;
        width: 95%;
    }
    .cb-l,
    .cb-r {
        float: none;
        width: auto;
    }

    .cb-r {
        margin-top: 20px;
    }

    .cbl-item h4 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .cbl-label {
        font-size: 21px;
    }

    .cbl-item {
        margin-bottom: 10px;
    }

    .cbl-val {
        font-size: 20px;
    }

    .cbl-item p {
        font-size: 21px;
    }

    .cbl-sep {
        display: none;
    }
}

@media (max-width: 850px) {
    .architectural a {
        width: 49%;
    }

    .inquiry-trigger.info {
        padding: 15px 9px;
    }

    /* .common-page h1,
  .contact-page h1,
  .cart-page h1 {
    font-size: 42px;
  } */
    .common-page h1,
    .contact-page h1 {
        font-size: 42px;
    }
}

@media (max-width: 830px) {
    .ha-body {
        float: none;
        width: auto;
    }

    .ha-pic {
        margin-top: 15px;
        width: auto;
        position: static;
        transform: none;
    }
}

@media (max-width: 815px) {
    .od-info-L,
    .od-info-R {
        float: none;
        width: auto;
        padding-left: unset;
    }
}

@media (max-width: 810px) {
    .wp-content:not(.minimized) .header-phones {
        display: none;
    }

    .nl-arrow * {
        display: none;
    }
}

@media (max-width: 750px) {
    .hsh-label {
        font-size: 25px;
    }

    .hsh-title {
        font-size: 22px;
    }

    .hss-pic {
        height: 230px;
    }

    .hsh-label {
        margin-top: 60px;
    }

    .more-link {
        width: 205px;
        font-size: 25px;
    }

    .kp-l,
    .kp-r {
        width: 100%;
    }

    .hide-on-mobile {
        display: none;
    }
}

@media (max-width: 715px) {
    .industrial a,
    .industrial a.thumb-width-descr {
        width: 49%;
    }

    .product-gallery {
        float: none;
        width: auto;
    }

    .pp-body {
        float: none;
        width: auto;
    }

    .product-gallery a:first-child {
        height: 320px;
    }

    .pp-related h3 {
        font-size: 38px;
    }
}

@media (max-width: 675px) {
    .table-popup .tbl-finishes {
        font-size: 13px;
    }
    .nl-cnt .wrapper {
        padding-right: 0;
    }
    .nl-cnt {
        padding: 40px 25px;
    }
}

@media (max-width: 620px) {
    .table-popup-body {
        display: block;
    }

    .table-popup-pic {
        width: 100%;
    }

    .tp-descr {
        width: 100%;
    }

    .iri-l {
        float: none;
        width: auto;
    }

    .iri-r {
        float: none;
        width: auto;
    }
    .sc-item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .sci-pic {
        width: 100%;
    }
    .sci-controls {
        width: 100%;
    }
    .sci-descr {
        padding: 0;
        box-sizing: border-box;
        width: 100%;
    }
    .sci-descr h2 {
        font-size: 20px;
        line-height: 2;
    }
    .sci-specs {
        font-size: 18px;
    }
    .sci-price {
        width: 100%;
    }
    .sci-pic a {
        display: block;
        text-align: left;
    }
    .sci-pic img {
        height: 150px;
    }
    .sci-price {
        text-align: left;
    }
    .sci-qty-block {
        font-size: 18px;
    }
    .sci-quantity {
        font-size: 14px;
        padding: 5px 5px 6px;
        width: 60px;
    }
    A.sci-update-qty {
        font-size: 18px;
    }
    .sci-remove {
        font-size: 18px;
    }
    .sci-price {
        font-size: 20px;
    }
    .sci-total div {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .hc-tabs a:not(:last-child) {
        margin-right: 20px;
    }
    .architectural a {
        width: 100%;
        margin: 0 0 10px;
    }
    .hc-blocks.hc-bloks-short a {
        height: 60vw;
    }
}

@media (max-width: 575px) {
    .resp-quote,
    .resp-info {
        display: block;
    }

    .wp-content:not(.minimized).inquiry-trigger {
        display: none;
    }

    .hss-title,
    .hss-title:hover {
        background: none;
    }
}

@media (max-width: 570px) {
    .home-cats h1 {
        font-size: 38px;
    }

    .hc-tabs a {
        padding-bottom: 6px;
        font-size: 19px;
    }

    .hc-tabs a:after {
        height: 5px;
    }

    .hc-shadow-title {
        display: none;
    }
}

@media (max-width: 510px) {
    .inquiry-trigger {
        width: 36px;
    }
    .pp-related-items a {
        width: 100%;
        margin: 0 0 10px;
    }
}

@media (max-width: 500px) {
    .sci-button {
        max-width: 140px;
    }

    .minimized .header .it-text {
        display: none;
    }

    .minimized .header .it-icon {
        display: block;
    }
}

@media (max-width: 490px) {
    .tbl-finishes {
        font-size: 14px;
    }
    .tbl-finishes-row > div {
        padding: 5px 5px 5px 0;
        width: calc(125% / 5);
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .industrial a,
    .industrial a.thumb-width-descr {
        width: 100%;
        margin: 0 0 10px;
    }
    .odi-input-wp.half,
    .odp-input-wp.half,
    .odp-select-wp.half {
        width: 100%;
    }
    .half-21 {
        width: 100%;
    }
    .half-22 {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .logo {
        width: 140px;
    }
    .minimized .header .logo {
        width: 145px;
    }
    .hss-title {
        font-size: 16px;
    }

    .home-cats h1 {
        font-size: 32px;
    }

    .hc-tabs a {
        display: block;
        float: left;
        clear: left;
        font-size: 17px;
    }

    .socials a {
        margin: 0 10px;
    }

    .f-top .ft-item:nth-child(2) {
        display: none;
    }
}

@media (max-width: 420px) {
    .responsive-menu-trigger {
        width: 36px;
        margin-left: 10px;
    }

    .responsive-menu-trigger span {
        width: 25px;
    }

    .h-cart-link {
        margin-left: 10px;
    }

    .hss-title {
        font-size: 16px;
    }

    .home-cats h1 {
        font-size: 32px;
    }

    .hc-tabs a {
        display: block;
        float: left;
        clear: left;
        font-size: 17px;
    }

    .socials a {
        margin: 0 10px;
    }

    .f-top .ft-item:nth-child(2) {
        display: none;
    }
}

@media (max-width: 350px) {
    .responsive-menu-trigger {
        margin-left: 5px;
    }

    .h-cart-link {
        margin-left: 5px;
    }

    .responsive-menu-trigger:after,
    .inquiry-trigger:after {
        display: none;
    }
}

.search-tabs-wrapper {
    background: rgba(96, 155, 210, 0.1);
    padding: 30px 0;
    margin-top: 20px;
}
.search-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.search-tabs a {
    background-color: #fff;
    color: #589dd5;

    padding: 10px 15px;
}
.search-tabs a.active {
    background-color: #589dd5;
    color: #fff;
}

.search-results {
    padding: 50px 0;
}

.search-tabs-item {
    padding: 30px;
}

.search-tabs-item input[type='text'],
.search-tabs-item input[type='number'],
.search-tabs-item input[type='email'],
.search-tabs-item input[type='tel'],
.search-tabs-item select {
    width: 100%;
    padding: 15px;
    border: 0;
    max-width: 400px;
    box-sizing: border-box;
}

.search-tabs-item__switch {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.search-tabs-item__filters {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 20px;
}

.search-results .common-thumb {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    height: 350px;
    font-size: 21px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.btn {
    background-color: #589dd5;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.btn.loading {
    background-color: #7eb3df;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    pointer-events: none;
}

.search-results .search-product {
    font-size: clamp(18px, 1.5vw, 22px);
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    .search-tabs-item__filters {
        flex-direction: column;
        row-gap: 10px;
    }
}
@media (max-width: 400px) {
    .search-tabs-item__switch {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
}

.page-err {
    width: auto;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px 20px;
}

.page-err h1 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 60pt;
    color: #ff0000;
}

.page-err h2 {
    margin: 0;
    padding: 0;
    font-size: 30pt;
    color: #000000;
    font-weight: normal;
}

.page-err p,
.page-err A:link,
.page-err A:visited {
    color: #b8b8b8;
}
.ma-100 {
    margin: 100px auto;
}

/* [SITEMAP START] */
#sitemap {
    max-width: 1920px;
    padding: 30px 5%;
}
#sitemap ul {
    width: max-content;
    padding: 0em;
}

#sitemap ul li,
#sitemap ul li ul li {
    position: relative;
    top: 0;
    bottom: 0;
    padding-bottom: 7px;
}

#sitemap ul li ul {
    margin-left: 2.6em;
}

#sitemap li {
    list-style-type: none;
}

#sitemap li a {
    padding: 0 0 0 10px;
    position: relative;
    top: 1em;
    color: #000;
    transition: 0.2s ease;
}
#sitemap li a .dot {
    display: inline-block;
    background-color: #0072bc;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-bottom: -2px;
}
#sitemap li a:hover {
    text-decoration: none;
    color: #0072bc;
}

#sitemap a.addBorderBefore:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 31px;
    position: absolute;
    left: -3.25em;
    top: -17px;
    border-left: 1px solid gray;
}

#sitemap li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 0;
    position: relative;
    left: 0em;
    top: 13px;
    border-top: 1px solid gray;
}

#sitemap ul li ul li:last-child:after,
#sitemap ul li:last-child:after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: relative;
    background: #fff;
    top: 9px;
    left: -1px;
    display: inline-block;
}

/* [SITEMAP END] */
