* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Rubik';
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fbfbfb;
}

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

a {
    color: #111;
    text-decoration: none;
}

.tac {
    text-align: center;
}

.clear {
    clear: both;
}

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

.spinner {
    display: none;
}

.spinner img {
    width: 100%;
}

.wp-content {
    height: 100%;
    position: relative;
}

.content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

.responsive-menu-trigger {
    float: right;
    height: 49px;
    width: 49px;
    margin-left: 12px;
    background: #ffb119;
    cursor: pointer;
    display: none;
}

.responsive-menu-trigger:hover {
    background: #f29307;
}

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

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

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

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

.header {
    margin-bottom: 10px;
    height: 145px;
}

.logo {
    position: absolute;
    top: 8px;
    left: 15px;
}

.h-content {
    margin-top: 15px;
    float: right;
}

.hc-top {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.hc-phones {
    display: flex;
    flex-direction: row;
}

.hc-phones > div:not(:last-child) {
    margin-right: 70px;
}

.hc-phones > div p {
    font-size: 12px;
    font-weight: 700;
    color: #1e441e;
    text-transform: uppercase;
}

.hc-phones > div div {
    font-size: 20px;
    color: #152614;
}

.h-links {
    margin: 0 28px;
}

.h-links a {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-right: 60px;
    color: #152614;
    padding-left: 40px;
    padding-top: 7px;
    background-repeat: no-repeat;
}

.h-links a.account {
    background: url(../images/icon-account.png) 15px 8px no-repeat;
    border: 1px solid #48a31c;
    border-radius: 5px;
    margin: 0 40px;
    padding: 4px 20px 4px 45px;
}

.h-links a.account:hover {
    color: #48a31c;
}

.h-link-login {
    background-image: url('/images/login.png');
    background-position: 0 5px;
}

.h-link-cart {
    background-image: url('/images/cart.png');
    background-position: 0 5px;
}
.h-link-logout {
    margin-right: 5px !important;
    background-image: url('/images/icon-logout.png');
    background-position: 0 5px;
}
.h-link-orders {
    margin-right: 5px !important;
    background-image: url('/images/orders-icon.svg');
    background-size: contain;
    /* background-position: 0 5px; */
}
.hc-top .h-search-show-trigger {
    display: none;
    /* margin: 0 !important; */
    padding: 0 !important;
}
.h-search-show-trigger svg {
    height: 30px;
    margin-bottom: -5px;
}

.main-menu {
    position: relative;
    padding-top: 32px;
    padding-bottom: 20px;
    border-top: 1px solid #c5c5c5;
}

.main-menu a {
    font-size: 20px;
    color: #0b132b;
}

.main-menu a:not(:last-child) {
    margin-right: 70px;
}

.main-menu a.active {
    font-weight: 700;
    color: #39940d;
}

.main-menu a:not(.active):hover {
    text-decoration: underline;
}

.drop-menu {
    display: none;
    padding: 15px;
    position: absolute;
    z-index: 2;
    top: 65px;
    right: 17px;
    border-radius: 10px;
    background: rgb(247, 247, 247);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.drop-menu a {
    float: left;
    clear: left;
}

.drop-menu a:not(:last-child) {
    margin-bottom: 15px;
}

.mobile-menu-wrapper {
    display: none;
}

.mobile-menu-state {
    display: none;
}

.mobile-menu-trigger {
    margin-top: 4px;
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.mobile-menu-trigger span {
    height: 3px;
    width: 22px;
    margin: -1px auto 0;
    background: #48a31c;
    display: block;
    position: relative;
    top: 50%;
    transition: background 0.2s ease-out;
}

.mobile-menu-trigger span:before,
.mobile-menu-trigger span:after {
    background: #48a31c;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.mobile-menu-trigger span:before {
    top: 7px;
}

.mobile-menu-trigger span:after {
    top: -7px;
}

.mobile-menu-state:checked ~ .mobile-menu {
    display: block;
    max-height: 240px;
}

.mobile-menu-state:checked ~ .mobile-menu-trigger span {
    background: transparent;
}

.mobile-menu-state:checked ~ .mobile-menu-trigger span:before {
    transform: rotate(-45deg);
}

.mobile-menu-state:checked ~ .mobile-menu-trigger span:after {
    transform: rotate(45deg);
}

.mobile-menu-state:checked ~ .mobile-menu-trigger:not(.steps) span:before,
.mobile-menu-state:checked ~ .mobile-menu-trigger:not(.steps) span:after {
    top: 0;
}

.mobile-menu {
    display: none;
    user-select: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 11;
}

.mobile-menu a,
.mobile-menu label {
    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;
}

.mobile-menu a:hover {
    background: rgba(0, 0, 0, 0.7);
}

.mobile-menu a.mobile-inquire {
    background: #0f5fb1;
    transition: background 0.5s;
}

.mobile-menu a.mobile-inquire:hover {
    background: #0d4884;
}

.more-link {
    position: relative;
    display: inline-block;
    padding: 14px 58px 14px 22px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #39940d;
    border-radius: 10px;
}

.more-link::after {
    content: '';
    display: block;
    width: 42px;
    height: 38px;
    position: absolute;
    right: 5px;
    top: 7px;
    background-color: #f9f8ef;
    background-image: url('/images/more-link-arrow.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px 19px;
    border-radius: 10px;
    transform: scale(1);
    transition: transform 0.5s;
}

.more-link:hover::after {
    transform: scale(-1, 1);
}

.home-products {
    width: 86%;
    margin: 0 auto 70px;
    padding: 0 10px;
}

.home-products-title {
    margin-bottom: 15px;
}

.common-header {
    float: left;
    font-size: 50px;
    font-weight: 500;
    color: #152614;
    margin-right: 15px;
    margin-bottom: 15px;
}

.common-header span {
    color: #39940d;
}

.hpt-descr {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
    max-width: 740px;
}

.hpt-descr p {
    font-family: 'Karla';
    font-size: 18px;
}

.hpt-descr p:not(:last-child) {
    margin-bottom: 1em;
}

.thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-products .thumbs {
    margin: 0 -0.5%;
}

.home-products .thumbs a {
    /* width: 19%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 14%;
    padding: 10px;
    margin: 0 0.5% 1%;
    background: #fff;
}

.products-page .thumbs {
    margin: 0 -1%;
}

.products-page .thumbs a {
    width: 23%;
    margin: 0 1% 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-popup-related .thumbs {
    margin: 0 -1%;
}

.product-popup-related .thumbs a {
    width: 31%;
    margin: 0 1.16% 15px;
    background: #fff;
}

.thumbs a {
    position: relative;
    z-index: 1;
    padding: 10px 0 25px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    transition: transform 0.5s;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
}

.thumbs a:hover {
    z-index: 2;
    transform: scale(1.05);
}

.thumb-pic {
    display: block;
    /* height: 270px; */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-pic img {
    max-width: 100%;
    /* max-height: 100%; */
    max-height: 150px;
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
}

.thumb-more {
    display: block;
    position: absolute;
    /* top: -50px; */
    top: -100px;
    left: 0;
    right: 0;
    margin-top: -36px;
    padding: 19px 10px;
    background: rgba(57, 148, 13, 0.83);
    font-family: 'Karla';
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: top 0.5s;
}

.thumb-more-alt {
    margin-top: 10px;
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #0d5e94;
    background: url(/images/card-more.png) 100% 50% no-repeat;
}

.welcome-block {
    background: #eff5f9;
    padding: 60px 0;
}

.welcome-block > .wrapper {
    width: 86%;
    padding: 0 10px;
    margin: 0 auto;
}

.wb-l {
    float: left;
    width: 55%;
}

.wb-r {
    float: right;
    width: 40%;
}

.about-img {
    float: right;
    padding: 0 0 50px 50px;
}

.wb-descr {
    margin-bottom: 30px;
}

.wb-descr p {
    font-family: 'Karla';
    font-size: 18px;
}

.wb-descr p:not(:last-child) {
    margin-bottom: 1em;
}

.wb-l > .wrapper {
    max-width: 740px;
}

.wb-pic {
    position: relative;
    display: inline-block;
}

.wb-pic > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    border-radius: 25px;
}

.pattern-t {
    position: absolute;
    top: -20px;
    right: -23px;
    width: 165px;
    height: 118px;
    background: url('/images/dots-pattern.png');
    border-radius: 25px;
}

.pattern-b {
    position: absolute;
    bottom: -20px;
    left: -23px;
    width: 165px;
    height: 118px;
    background: rgba(58, 148, 13, 0.15);
    border-radius: 25px;
}

.footer {
    border-top: 3px solid #39940d;
}

.footer-t {
    width: 86%;
    padding: 0 10px;
    margin: 55px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.f-item {
    position: relative;
    flex-grow: 1;
}

.f-item:not(:last-child) {
    margin-right: 15px;
}

.f-item h5 {
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1e441e;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
}

.fi-wrapper {
    margin-left: 30px;
}

.f-nav-menu {
    display: inline-block;
    vertical-align: top;
}

.f-nav-menu:not(:last-child) {
    margin-right: 30px;
}

.f-nav-menu div {
    margin-bottom: 10px;
}

.f-nav-menu a,
.f-nav-menu div {
    font-family: 'Karla';
    font-size: 14px;
}

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

.f-subscribe h6 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1e441e;
}

.f-subscribe p {
    margin-bottom: 1em;
    max-width: 250px;
    font-family: 'Karla';
    font-size: 14px;
}

.f-subscribe-header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.f-subscribe-form input {
    float: left;
    padding: 18px 16px;
    width: 160px;
    border: 2px solid #b4dab1;
    border-radius: 15px;
    font-family: 'Karla';
    font-size: 14px;
    color: #3b6c89;
    outline: none;
}

.f-subscribe-form button {
    float: left;
    margin-left: 15px;
    padding: 18px 16px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #39940d;
    border-radius: 15px;
    outline: none;
    border: 0;
    cursor: pointer;
    transition: background 0.5s;
}

.f-subscribe-form button:hover {
    background: rgb(35, 80, 13);
}

.f-subscribe-form .spinner {
    width: 57px;
    float: left;
    padding-left: 20px;
}

.f-subscribe-msg {
    clear: both;
    padding-top: 10px;
    color: #48a31c;
}

.footer-b {
    background: #151615;
    padding: 17px 0;
    color: #fff;
    font-size: 10px;
}

.footer-b a {
    color: #fff;
}

.vestra-link {
    cursor: text;
}

.footer-b .wrapper {
    width: 86%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
}

.f-socials a {
    display: inline-block;
    margin: 0 1em;
    transform: scale(1);
    transition: transform 0.5s;
}

.f-socials a:hover {
    transform: scale(1.1);
}

.products-page {
    width: 85%;
    margin: 0 auto;
    padding: 70px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pp-l {
    width: 24.7%;
}

.pp-r {
    width: 74%;
}

.left-menu {
    max-width: 355px;
    margin-right: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    position: sticky;
    top: 10px;
    overflow: hidden;
    max-height: calc(100vh - 20px);
}

.left-menu h4 {
    padding: 14px 34px;
    font-size: 36px;
    font-weight: 700;
    color: #39940d;
    background: #f1f3f6;
    border-radius: 25px 25px 0 0;
}

.left-menu > div {
    /* padding: 25px 0 55px; */
    margin: 25px 0 55px;
    height: 50%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
}

.left-menu > div::-webkit-scrollbar {
    width: 8px;
}

.left-menu > div::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

.left-menu > div::-webkit-scrollbar-thumb {
    background-color: #39940d;
    outline: 1px solid slategrey;
}

.lm-main {
    padding: 0 33px;
    background: #fff;
    transition: background 0.5s;
}

.lm-main.active {
    background: #e4fcd8;
}

.lm-main:not(.active):hover {
    background: rgba(228, 252, 216, 0.493);
}

.lm-main a {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #bbb;
}

.left-menu .active a {
    padding-left: 24px;
    position: relative;
}

.left-menu .active a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #39940d;
    border-radius: 50%;
}

.lm-sub {
    padding: 0 10px 0 55px;
    background: #fff;
    transition: background 0.5s;
}

.lm-sub.active {
    background: #c8c8c8;
}

.lm-sub:not(.active):hover {
    background: rgba(200, 200, 200, 0.386);
}

.lm-sub a {
    display: block;
    padding: 15px 0;
}

.left-menu-responsive {
    margin-bottom: 15px;
    display: none;
}

.left-menu-responsive select {
    padding: 10px;
    border: 1px solid #39940d;
    border-radius: 25px;
}

.products-splash-descr {
    font-size: 18px;
    color: #152614;
    margin-bottom: 25px;
}

.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1.15%;
}

.cards > div {
    width: 31%;
    margin: 0 1.15% 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}

.card-pic {
    position: relative;
    height: 245px;
    border: 1px solid #b5b5b5;
    border-radius: 25px 25px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.card-special {
    position: absolute;
    top: 7px;
    left: 12px;
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #e84343;
    border-radius: 50%;
}

.card-special span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.card-new {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #208020;
    border-radius: 50%;
}

.card-new span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.card-pic-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.card-body {
    padding: 15px 14px;
    position: relative;
}

.card-body h5 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #1e441e;
}

.card-body p {
    margin-bottom: 10px;
    font-family: 'Karla';
    font-size: 14px;
    color: #152614;
}

.card-more,
.card-body A {
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
    color: #0d5e94;
    background: url('/images/card-more.png') 100% 50% no-repeat;
}

.card-body a {
    background: none !important;
}

.card-more:hover,
.card-body a:hover,
.card-body a {
    text-decoration: underline;
}

.card-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
}

.card-table th {
    padding: 12px 8px;
    background: #fbfbfb;
    font-size: 14px;
    font-weight: 500;
    color: #1e441e;
    border: 1px solid #ccc;
}

.card-table td {
    padding: 12px 8px;
    font-family: 'Karla';
    font-size: 14px;
    font-weight: 500;
    color: #1e441e;
    border: 1px solid #ccc;
}

.card-table {
    margin-bottom: 10px;
}

.card-inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-inputs label {
    width: 48%;
}

.card-inputs h6 {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #1e441e;
}

.card-inputs input[type='number'],
.card-inputs select {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #ebeded;
    font-size: 14px;
    border-radius: 5px;
    color: #1e441e;
}

.card-inputs {
    margin-bottom: 23px;
}

.card-add-to-cart {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    background: #39940d;
    border: none;
    outline: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    transition: background 0.5s;
}

.card-add-to-cart:hover {
    background: rgb(35, 92, 7);
}

.card-spinner {
    display: none;
    height: 53px;
    text-align: center;
}

.card-spinner img {
    height: 53px;
}

.product-files {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 15px;
}

.product-files A {
    padding: 10px 10px 10px 45px;
    margin: 3px 20px 0 0;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    text-decoration: none;
}

.product-files A:before {
    content: '';
    display: block;
    width: 35px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 4px;
}

.product-files A.data-doc:before {
    background: url(../images/icons/doc-icon.gif) no-repeat;
}

.product-files A.data-xls:before {
    background: url(../images/icons/xls-icon.gif) no-repeat;
}

.product-files A.data-ppt:before {
    background: url(../images/icons/ppt-icon.gif) no-repeat;
}

.product-files A.data-pdf:before {
    background: url(../images/icons/pdf-icon.gif) no-repeat;
}

.product-files A:hover {
    background-color: #f4f4f4 !important;
    text-decoration: none;
}

.popups {
    display: none;
}

.common-popup-wrapper {
    padding: 0 !important;
    background: transparent !important;
}

.common-popup-cont {
    width: calc(100vw - 30px);
    max-width: 1100px;
    background: #fff;
    border-radius: 25px;
}

.common-popup-cont h2 {
    padding: 20px 65px 20px 20px;
    font-size: 28px;
    font-weight: 700;
    color: #1e441e;
    background: #d9edf2;
    border-radius: 25px 25px 0 0;
}

.common-popup-wrapper .fancybox-close-small {
    margin-top: 15px;
    margin-right: 7px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}

.product-popup-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px;
}

.ppc-l {
    width: 205px;
}

.ppc-l:only-child {
    width: 100%;
}

.ppc-pic {
    width: 205px;
    height: 205px;
    margin-bottom: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #707070;
}

.pdf-link {
    float: left;
    clear: left;
    max-width: 205px;
    padding: 14px 0 12px 50px;
    box-sizing: border-box;
    font-size: 16px;
    color: #0b132b;
    background: url('/images/pdf-icon.svg') 0 7px no-repeat;
}

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

.ppc-r {
    width: calc(100% - 225px);
}

.ppc-r:only-child {
    width: 100%;
}

.common-popup-cont h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1e441e;
    margin-bottom: 20px;
}

.ppr-descr {
    margin-bottom: 15px;
}

.ppr-descr p {
    font-family: 'Karla';
    font-size: 18px;
    color: #152614;
}

.ppr-descr p:not(:last-child) {
    margin-bottom: 1em;
}

.ppr-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ppr-bottom > div {
    width: 48%;
}

.product-popup-related {
    margin: 0 35px;
    padding: 30px 0 35px;
    border-top: 1px solid #707070;
}

.shopping-cart-table {
    width: 100%;
    margin: 20px 0 20px;
    overflow-x: auto;
}

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

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

.shopping-cart-table::-webkit-scrollbar-thumb {
    background: rgb(12, 29, 12);
    transition: background 0.5s;
}

.shopping-cart-table::-webkit-scrollbar-thumb:hover {
    background: rgb(31, 78, 7);
}

/* .shopping-cart-table table {
    min-width: 500px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
} */

.shopping-cart-table th {
    padding: 12px 8px;
    background: #eee;
    font-size: 14px;
    font-weight: 500;
    color: #1e441e;
    border: 1px solid #ccc;
}

.shopping-cart-table td {
    padding: 12px 8px;
    font-family: 'Karla';
    font-size: 14px;
    font-weight: 500;
    color: #1e441e;
    border: 1px solid #ccc;
}

.shopping-cart-qty {
    width: 130px;
    text-align: center;
    padding: 3px;
    border: 1px solid rgba(112, 112, 112, 0.41);
}

.sct-total-label {
    text-align: right;
    font-weight: 700;
}

.shopping-cart-controls {
    margin-bottom: 20px;
}

.shopping-cart-controls button {
    padding: 10px 25px;
    border: none;
    outline: 0;
    margin-right: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.scc-update {
    display: inline-block;
    padding: 10px 25px;
    border: none;
    outline: 0;
    margin-right: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #3d5d8d;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    transition: background 0.5s;
}

.scc-update:hover {
    background: rgb(35, 90, 8);
}

.scc-update:hover {
    background: rgb(34, 53, 82);
}

.scc-shipping {
    background: #1e441e;
    transition: background 0.5s;
}

.scc-shipping:hover {
    background: rgb(12, 29, 12);
}

.shopping-cart-notes {
    margin-bottom: 20px;
}

.shopping-cart-notes h6 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 12px;
    color: #1e441e;
}

.shopping-cart-notes input {
    width: 100%;
    max-width: 695px;
    padding: 10px 15px;
    box-sizing: border-box;
    resize: vertical;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    outline: 0;
}

.shopping-cart-notes textarea {
    width: 100%;
    max-width: 695px;
    height: 195px;
    padding: 15px;
    box-sizing: border-box;
    resize: vertical;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    outline: 0;
}

.shopping-cart-submit,
.shopping-cart-checkout {
    padding: 10px 25px;
    border: none;
    outline: 0;
    margin-right: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #39940d;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    transition: background 0.5s;
}

.shopping-cart-submit:hover,
.shopping-cart-checkout:hover {
    background: rgb(35, 90, 8);
}

.shipping-rates {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.common-popup-cont .shipping-rates {
    padding-left: 6%;
    padding-right: 6%;
}

.shipping-rates > div {
    width: 49%;
}

.shipping-table-wrapper {
    border: 1px solid #707070;
}

.shipping-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.shipping-table th {
    padding: 9px 14px;
    background: #bfcfde;
    width: 33%;
    vertical-align: top;
}

.shipping-table th:not(:last-child) {
    border-right: 1px solid #b5c2cf;
}

.shipping-table-th-lbl {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.shipping-table-th-remark {
    font-weight: 400;
    font-size: 12px;
}

.shipping-table td {
    padding: 9px 14px;
    font-weight: 500;
    font-size: 15px;
}

.shipping-table td:first-child {
    position: relative;
    padding-left: 45px;
}

.shipping-table td:not(:last-child) {
    border-right: 1px solid #c2c2c3;
}

.shipping-table tr:not(:last-child) td {
    border-bottom: 1px solid #c2c2c3;
}

.shipping-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -11.5px;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    border-radius: 2px;
}

.service-imgs {
    float: left;
    width: auto;
    max-width: 300px;
    padding-right: 30px;
}

.service-imgs div {
    margin-bottom: 15px;
    border: 2px solid #f1f3f6;
    border-radius: 5px;
    padding: 3px;
    text-align: center;
}

A.news {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f1f3f6;
    border-radius: 5px;
}

div.news {
    display: flex;
    flex-wrap: wrap;
}

A.news:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.news-gallery {
    width: 180px;
    margin-right: 30px;
    text-align: center;
}

div.news .news-gallery span {
    background-color: #f1f3f6;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.news-gallery span {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.news-gallery A {
    display: block;
    position: relative;
}

.news-gallery-wp .news-info {
    width: calc(100% - 230px);
}

.news-info span {
    display: block;
}

.news-ttl {
    color: #1e441e;
    font-size: 18pt;
}

.news-date {
    background: url(../images/clock-icon.jpg) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #636363;
}

i.enlarge {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/enlarge.png) center center no-repeat;
    background-size: auto 50%;
}

A:hover i.enlarge {
    display: block;
}

.form-data {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.company-ttl {
    display: block;
    padding-bottom: 10px;
    font-size: 18pt;
    color: #5b8c00;
}

.form-address {
    padding-right: 50px;
    padding-bottom: 20px;
}

.form-phones {
    padding-right: 50px;
}

.form-phones div {
    font-size: 14pt;
    padding-bottom: 10px;
    color: #5b8c00;
}

.form-phones label {
    display: block;
    font-size: 11pt;
    padding-bottom: 5px;
    color: #646161;
}

.form-label {
    font-size: 11pt;
    text-decoration: underline;
    color: #646161;
    padding: 20px 0 10px;
}

.form-staff-label {
    text-transform: uppercase;
    color: #000;
    font-size: 17pt;
    padding-top: 30px;
}

.form-staff {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.fs-L {
    width: 120px;
    padding-right: 30px;
}

.fs-L span {
    display: block;
    background-color: #f1f3f6;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.fs-R {
    width: calc(100% - 150px);
}

.map-label {
    font-size: 11pt;
    text-decoration: underline;
    color: #646161;
    padding: 30px 0 10px;
}

.login-popup-wp {
    display: none;
}

#login-popup {
    width: 300px;
}

#login-popup label {
    display: block;
    text-transform: uppercase;
    padding: 10px 0 3px;
    font-size: 10pt;
}

.login-input input {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
}

.login-btn {
    padding-top: 5px;
}

.login-btn input {
    background-color: #48a31c;
    color: #fff;
    border-radius: 5px;
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
    border: 1px solid #48a31c;
    cursor: pointer;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
}

.login-err {
    color: #ff0000;
    font-size: 11pt;
    text-align: center;
    padding-top: 10px;
}

/* A.logout {
    display: inline-block;
    background-color: #48a31c;
    color: #fff;
    border-radius: 5px;
    padding: 5px 25px;
    text-align: center;
    border: 1px solid #48a31c;
    cursor: pointer;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: 500;
}

A.logout:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
} */

.login-register {
    text-align: center;
    padding-top: 10px;
}

.register {
    display: flex;
    flex-wrap: wrap;
}

.register-block {
    width: 40%;
    padding-right: 5%;
}

.register-row label {
    display: block;
    text-transform: uppercase;
    padding: 10px 0 5px;
    font-size: 10pt;
}

.register-input input,
.register-input select {
    width: calc(100% - 22px);
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 7px 10px;
    background-color: #fff;
}
.register-input select {
    width: 100%;
}

.register-input textarea {
    width: calc(100% - 22px);
    height: 202px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 7px 10px;
    background-color: #fff;
    resize: none;
}

.register-captcha {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.scart-question {
    align-self: center;
}

.scart-value {
    padding: 0 10px;
}

.scart-value input {
    width: 80px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 7px 10px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.scart-action input {
    background-color: #48a31c;
    color: #fff;
    border-radius: 5px;
    display: block;
    padding: 5px 25px;
    text-align: center;
    border: 1px solid #48a31c;
    cursor: pointer;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: 500;
}

.p-msg {
    text-align: center;
}

.p-msg A {
    color: #48a31c;
    text-decoration: underline;
}

.p-msg A:hover {
    text-decoration: none;
}

.b-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/spinner.svg) center center no-repeat rgba(0, 0, 0, 0.5);
    background-size: 74px 74px;
    border-radius: 0 0 25px 25px;
}

.pop-product {
    width: auto;
    max-width: 450px !important;
}

.repated-pd {
    padding-top: 30px;
}

.related-wp label {
    display: block;
    font-size: 18pt;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 3px;
}

.related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related a {
    width: calc(48% - 10px);
    position: relative;
    z-index: 1;
    padding: 5px 5px 25px 5px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    transition: transform 0.5s;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
    margin-top: 20px;
}

.rel-img {
    display: flex;
    height: 150px;
    margin-bottom: 15px;
    justify-content: center;
}

.rel-img img {
    align-self: center;
    height: auto;
    max-height: 100%;
}

.rel-more {
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin-top: -36px;
    padding: 10px;
    background: rgba(57, 148, 13, 0.83);
    font-family: 'Karla';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: top 0.5s;
}

.related a:hover .rel-more {
    top: 50%;
}

.pp-gallery {
    display: flex;
    flex-wrap: wrap;
}

.pp-gallery div {
    padding: 0 10px 10px 0;
}

.pp-gallery A {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 2px solid #f1f3f6;
    border-radius: 5px;
}

.pp-gallery img {
    align-self: center;
}

.related-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.related-cl {
    width: calc(90% - 450px);
}

.related-cr {
    width: 450px;
}

.shipping-table-notes {
    padding-top: 15px;
}

.shipping-table-notes font,
.shipping-asterisk {
    color: #ff0000;
    font-size: 17pt;
    line-height: 100%;
}

.f-error {
    background-color: #ea2c2c;
    border: 2px solid #790f0f;
    padding: 15px;
}
.f-error .fe-fieldset {
    padding: 15px;
}
.f-error .fe-label {
    color: #fff;
}
.f-error .fe-close {
    width: max-content;
    margin: 15px auto;
}
.f-error .fe-close a,
.f-error .fe-legend {
    color: #fff;
}
.f-error .fe-close a:hover {
    text-decoration: underline;
}
.f_done {
    text-align: center;
    color: #0f4771;
    line-height: 150%;
    font-size: 12pt;
}
.f-close {
    display: block;
    margin-top: 15px;
    text-align: center;
}

/* || SOPPING CART TABLE */

:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    /* background-color: transparent; */
    border-collapse: collapse;
    /* font-family: Arial, Helvetica, sans-serif */
}
/*
th {
    text-align:left
} */

.dcf-txt-center {
    text-align: center !important;
}

.dcf-txt-left {
    text-align: left !important;
}

.dcf-txt-right {
    text-align: right !important;
}

.dcf-table caption {
    color: var(--caption);
    font-size: 1.13em;
    font-weight: 700;
    padding-bottom: 0.56rem;
}

.dcf-table thead {
    font-size: 0.84em;
}

.dcf-table tbody {
    border-bottom: 1px solid var(--b-table);
    border-top: 1px solid var(--b-table);
    font-size: 0.84em;
}

.dcf-table tfoot {
    font-size: 0.84em;
}

.dcf-table td,
.dcf-table th {
    padding-right: 1.78em;
}

.dcf-table-bordered,
.dcf-table-bordered td,
.dcf-table-bordered th {
    border: 1px solid var(--b-table);
}

.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th {
    padding-left: 1em;
    padding-right: 1em;
}

.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child) {
    border-bottom: 1px solid var(--b-table);
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
    background-color: var(--bg-table-stripe);
}

.dcf-table thead td,
.dcf-table thead th {
    padding-bottom: 0.75em;
    /* vertical-align: bottom; */
    vertical-align: middle;
}

.dcf-table tbody td,
.dcf-table tbody th,
.dcf-table tfoot td,
.dcf-table tfoot th {
    padding-top: 0.75em;
    /* vertical-align: top */
    vertical-align: middle;
}

.dcf-table tbody td,
.dcf-table tbody th {
    padding-bottom: 0.75em;
}

.dcf-table-bordered thead th {
    padding-top: 1.33em;
}

.dcf-wrapper-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 1em;
    position: relative;
    right: 50%;
    width: 100vw;
}

.terms-links {
    list-style: none;
    text-decoration: underline;
    margin-top: 15px;
}
.terms-links li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.terms-links li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #39940d;
    /* border-radius: 50%; */
}
.terms-links li a{
    transition: .3s ease-in-out;
}
.terms-links li a:hover{
    color: #39940d;
}
.terms-section {
    margin-top: 50px;
}

.form-control {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #ebeded;
    font-size: 14px;
    border-radius: 5px;
    color: #1e441e;
}

.h-link-cart > span {
    color: black;
    font-size: 12px;
    background-color: #48a31c;
    padding: 3px;
    border-radius: 11px;
    position: absolute;
    margin-left: -23px;
    margin-top: -11px;
    min-width: 14px;
    text-align: center;
    display: none;
}

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

.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(20% - 10px);
    float: left;
    padding-right: 10px;
}

.half-21:last-child {
    padding-right: 0;
    padding-left: 10px;
}

.half-22 {
    width: 60%;
    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-lbl-nm font{
	color: #FFF;
}

.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-page {
    padding: 20px;
}

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

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

.cart-footer-btns > .privacy {
    padding-bottom: 10px;
}

div#search * {
    font-family: sans-serif;
}

div#search {
    align-items: center;
    display: flex;
    max-width: 600px;
    width: 100%;
}

div#search label {
    display: none;
    font-weight: 500;
    margin: 0 5px 0 0;
}

div#search input {
    border: solid #ccc;
    border-width: 1px 0 1px 1px;
    border-radius: 2px 0 0 2px;
    flex: 1;
    font-size: 16px;
    font-weight: 200;
    height: 33px;
    margin: 0 0 0 25px;
    min-width: 90px;
    padding: 5px;
    -webkit-appearance: textfield;
}

div#search svg {
    background-color: #48a31c;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    fill: white;
    height: 33px;
    min-width: 24px;
    padding: 0 7px;
    width: 24px;
}

div#search svg:hover {
    background-color: #1d6823;
    fill: white;
}
.contact-email > a {
    text-decoration: underline;
    color: blue;
}

.cart-page .fancybox-content{
    max-height: 80vh;
    max-width: 700px;
}

@media only screen and (max-width: 42.09em) {
    .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap;
    }
    .dcf-table-responsive tr {
        display: block;
        margin-bottom: 20px;
    }

    .dcf-table-responsive tr:nth-child(even) td {
        background-color: rgba(141, 141, 141, 0.097);
    }
    .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left !important;
    }
    .dcf-table-responsive.dcf-table-bordered,
    .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0;
    }
    .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 1;
    }
    .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: 0.75em;
    }
    .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0;
    }
    .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0;
    }
    .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 1;
    }
    .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em;
    }

    .dcf-table-responsive tr.tr-note {
        display: flex;
        justify-content: space-between;
    }
    .dcf-table-responsive td.td-note:first-of-type {
        width: 100%;
    }
    .dcf-table-responsive td.td-note {
        display: table-cell;
    }
}

.dcf-overflow-x-auto {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1840px) {
    .home-products-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 1800px) {
    .h-link-logout,
    .h-link-orders {
        font-size: 0 !important;
        height: 20px;
    }
}

@media (max-width: 1750px) {
     .logo {
        width: 320px;
    }   
}

@media (max-width: 1730px) {
    .main-menu a:not(:last-child) {
        margin-right: 50px;
    }

    .h-links a {
        margin-right: 40px;
    }
}

@media (max-width: 1570px) {
    .main-menu a:not(:last-child) {
        margin-right: 30px;
    }

    .h-links a {
        margin-right: 20px;
        font-size: 16px;
        padding-bottom: 3px;
    }

    .hc-phones > div div {
        font-size: 16px;
    }
}
@media (max-width: 1650px) {

    .products-page{
    	padding-top: 0;
    }
}

@media (max-width: 1600px) {
    .home-products .thumbs a {
        /* width: 24%; */
        width: 17%;
    }
}

@media (max-width: 1570px) {
    .hpt-descr {
        float: none;
        clear: both;
    }
}

@media (max-width: 1560px) {
    .products-page {
        width: auto;
    }

    .lm-sub {
        padding-left: 40px;
    }

    .pp-l {
        width: 325px;
    }

    .pp-r {
        width: calc(100% - 345px);
    }
}

@media (max-width: 1430px) {
    .main-menu a:not(:last-child) {
        margin-right: 15px;
    }

    .h-links a {
        margin-right: 10px;
    }

    .hc-phones > div:not(:last-child) {
        margin-right: 20px;
    }

    .products-page .thumbs {
        margin-left: -1.15%;
        margin-right: -1.15%;
    }

    .products-page .thumbs a {
        width: 31%;
        margin: 0 1.15% 15px;
    }
}

@media (max-width: 1350px) {
    .logo {
        width: 320px;
    }

    .header {
        height: 100px;
    }

    .main-menu {
        display: none;
    }

    .mobile-menu-wrapper {
        display: block;
    }

    .h-links {
        margin: 0 0 0 10px;
    }

    .h-links a {
        margin-top: 3px;
        margin-right: 5px;
        font-size: 0;
        height: 20px;
    }

    .hc-top {
        margin-top: 10px;
    }
	.h-links a.account{
		margin: 0 5px;
		padding-right: 0;
	}
}

@media (max-width: 1340px) {
    .main-menu a {
        font-size: 18px;
    }
    .register {
        display: block;
    }
    .register-block {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 1275px) {
    .cards > div {
        width: 48%;
        margin: 0 1% 15px;
    }
}

@media (min-width: 1256px) {
    a:hover .thumb-more {
        top: 50%;
    }
}

@media (max-width: 1255px) {

    .related-cl {
        width: 100%;
    }

    .related-cr {
        width: 100%;
    }
}

@media (max-width: 1240px) {
    .home-products .thumbs a {
        /* width: 31%; */
        width: 20%;
        margin-left: 1.15%;
        margin-right: 1.15%;
        margin-bottom: 15px;
    }

    .home-products .thumbs {
        margin: 0 -1.15%;
    }

    .home-products,
    .welcome-block > .wrapper,
    .footer-t,
    .footer-b .wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    .products-splash-descr {
        column-count: 1;
    }

    .products-splash-descr p:not(:last-child) {
        margin-bottom: 1em;
    }

    .shopping-cart-qty {
        width: 60px;
    }
}
@media (max-width: 1260px) {
    .logo {
        width: 250px;
        top: 5px;
        left: 5px;
    }
}
@media (max-width: 1180px) {
    .f-item:nth-child(2) {
        display: none;
    }
    .shipping-map {
        display: none;
    }
    .shipping-rates > div {
        width: 100%;
    }
}

@media (max-width: 1090px) {
    .common-header {
        font-size: 41px;
    }
}

@media (max-width: 1030px) {
    .products-page .thumbs {
        margin-left: -1%;
        margin-right: -1%;
    }

    .products-page .thumbs a {
        width: 48%;
        margin: 0 1% 15px;
    }
}

/* @media (max-width: 970px) {
  .hc-phones > div:nth-child(3) {
    display: none;
  }
} */
@media (max-width: 1160px) {
    .hc-phones > div:nth-child(3) {
        display: none;
    }
}

@media (max-width: 895px) {
	.od-info-L{
		width: 100%;
	}
    .od-info-R {
        border-left: 0;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 885px) {
    .hc-phones {
        display: none;
    }
}

@media (max-width: 1050px) {
    .hc-phones > div:nth-child(2) {
        display: none;
    }

    .hc-phones > div:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 820px) {
    .wb-l,
    .wb-r {
        float: none;
        width: auto;
        text-align: center;
    }

    .wb-l {
        margin-bottom: 20px;
    }

    .wb-l .common-header {
        width: 100%;
    }
}

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

    .left-menu-responsive {
        display: block;
    }

    .pp-r {
        width: 100%;
    }
    .products-page .pp-r {
        display: flex;
        flex-direction: column;
    }
    .products-page .thumbs {
        order: 2;
    }
    .products-page .cards {
        order: 2;
    }
    .products-page .left-menu-responsive {
        order: 2;
    }
    .products-page .related-c, .account-wp {
        order: 3;
    }
}

@media (max-width: 800px) {
    .home-products .thumbs a {
        /* width: 48%; */
        width: 28%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (max-width: 775px) {
    .product-popup-related .thumbs {
        margin-left: -1%;
        margin-right: -1%;
    }

    .product-popup-related .thumbs a {
        width: 48%;
        margin: 0 1% 15px;
        background: #fff;
    }

    .product-popup-body {
        padding: 15px;
    }

    .product-popup-related {
        margin: 0 15px;
    }
}

@media (max-width: 740px) {
    .shopping-cart-table td {
        padding: 8px 2px;
    }
}

@media (max-width: 700px) {
    .footer-t {
        flex-wrap: wrap;
    }

    .f-item:last-child {
        width: 100%;
        margin-top: 30px;
    }

    .f-subscribe p {
        max-width: none;
    }
}

@media (max-width: 730px) {
    .hc-phones > div:nth-child(2) {
        display: none;
    }

    .hc-phones > div:not(:last-child) {
        margin-right: 0;
    }
    .hc-top .h-search-show-trigger {
        display: inline-block;
    }
    .header {
        margin-bottom: 40px;
    }
    .search-form {
        display: none;
        position: absolute;
        top: 150%;
        left: -30%;
    }
}

@media (max-width: 665px) {
    .product-popup-body {
        flex-direction: column;
    }

    .ppc-l {
        width: auto;
        order: 2;
    }

    .ppc-r {
        width: auto;
        order: 1;
        margin-bottom: 20px;
    }

    .ppr-bottom {
        flex-direction: column;
    }

    .ppr-bottom > div {
        width: auto;
    }

    .product-popup-related .thumbs {
        margin-left: 0;
        margin-right: 0;
    }

    .product-popup-related .thumbs a {
        width: 98%;
        margin: 0 1% 15px;
        background: #fff;
    }
}

@media (max-width: 640px) {
    .cards {
        display: block;
        margin: 0;
    }

    .cards > div {
        width: 98%;
        margin: 0 1% 15px;
    }
}

@media (max-width: 515px) {
    .logo {
        width: 250px;
        top: 5px;
        left: 5px;
    }
    .h-content {
        margin-top: 0;
    }
    .header {
        height: 65px;
    }
    .hpt-descr p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .home-products .thumbs a {
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto 15px;
    }

    .home-products .thumbs {
        margin-left: 0;
        margin-right: 0;
    }
    .thumb-pic img {
        max-height: 100px;
    }

    .footer-b .wrapper {
        flex-direction: column;
    }

    .footer-b .wrapper > div {
        text-align: center;
        width: 100%;
    }

    .footer-b .wrapper > div:not(:last-child) {
        margin-bottom: 10px;
    }

    .products-page .thumbs {
        margin-left: 0;
        margin-right: 0;
    }

    .products-page .thumbs a {
        width: 98%;
        margin: 0 1% 15px;
    }

    .card-inputs label,
    .card-inputs label * {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 460px) {
    .logo {
        width: 180px;
    }
    .h-links a {
        margin-right: 0;
    }
    .search-form {
        display: none;
        position: absolute;
        top: 150%;
        left: -50%;
    }
}

@media (max-width: 420px) {
    .card-inputs {
        display: block;
    }
}

@media (max-width: 360px) {
    .logo {
        width: 150px;
        top: 34px;
    }
}
