/*
Theme Name: Tamlite
Text Domain: tamlite
Version: 2;
 */

@font-face {
    font-family: WooCommerce;
    src: url(fonts/WooCommerce.eot);
    src: url(fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(fonts/WooCommerce.woff) format("woff"), url(fonts/WooCommerce.ttf) format("truetype"), url(fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}


/*CONTACT FORM*/

body.page-template-page-contact div.wpcf7 .ajax-loader {
    position: absolute;
    margin-top: 13px;
    margin-left: 10px;
    background-image: url(img/loader.gif);
    width: 16px;
    height: 16px;
    background-color: transparent;
}

span.career-title,
.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    box-shadow: 0 0 0 1px red;
}

.recaptcha-wrap>div>div>div>div {
    margin-left: -6px;
    margin-top: -10px;
}

.recaptcha-wrap>div>div>div {
    max-width: 191px;
    overflow: hidden;
    position: relative;
    display: block;
    max-height: 50px;
}

.text-center.recaptcha-wrap>div>div>div {
    margin: 0 auto;
}


/*DEFAULT TYPOGRAPHY*/


/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}


/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}


/*h1, h2, h3, h4, h5, h6,
.single-post-content p,.single-post-content table, .single-post-content ul, .single-post-content ol {margin-bottom: 30px;}*/

.single-post-content ul,
.single-post-content ol {
    margin-left: 10px;
}

.single-post-content th,
.single-post-content td {
    border-bottom: 1px solid #e8e8e8;
    padding: 8px;
}


/***********/

.admin-bar header {
    top: 32px;
}

.admin-bar .megamenu {
	top: 8.92rem;
}

#wp-admin-bar-new_draft,
#wp-admin-bar-customize {
    display: none !important;
}

.opportunities-wrapper h5 {
    margin-bottom: 0;
}

.video-append {
    display: none;
}

.popuploader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popuploader.active {
    display: block;
    z-index: 1001;
}

.popuploader div {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    font-size: 6px;
    position: relative;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    border-left: 1.1em solid #4fbbda;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.yikes-easy-mc-form {
    position: relative;
}

.yikes-easy-mc-submit-button {
    width: 27px;
    height: 27px;
    float: left;
    margin-left: -27px;
    background: url(./img/icon-20.png) center center no-repeat;
    cursor: pointer;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    position: relative;
    opacity: 1;
    border: none;
}

.yikes-easy-mc-submit-button:hover {
    opacity: .7;
}

.yikes-easy-mc-submit-button img {
    display: none !important;
}

.yikes-easy-mc-error-message {
    color: #ff2d10;
    position: relative;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 14px;
}

.yikes-easy-mc-success-message {
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 14px;
}

.yikes-mailchimp-preloader {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -22px;
}

.social-c {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.social-c span {
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    opacity: 0;
}

.add-prod-cart.loading:after,
.load-more-reviews.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.add-prod-cart.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: 15px;
    font-size: 15px;
}


/*.resources-drop-down a.act{color: #4fbbda;}*/

.clear-filter {
    display: block;
    clear: both;
    text-align: center;
    position: relative;
}

a.reset_variations {
    position: absolute;
    left: 7px;
    z-index: 2;
}

.variations,
.single_variation_wrap {
    display: none !important;
}

.si.invalid {
    border: 1px solid #df270e;
}

b.invalid {
    position: relative;
}

b.invalid:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #df270e;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.wrapp-com {
    position: relative;
}

.viewed-products {
    display: none !important;
}

.popup-wrapper.load {
    left: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer-cart {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0;
    background: rgba(255, 255, 255, .6);
}

.popup-wrapper.load .bg-layer-cart {
    opacity: 1;
    z-index: 1;
}

.ch {
    top: 7px;
}

abbr[title] {
    border: none;
    border-radius: 0;
}

.select2-container {
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 14px;
    background: #eee;
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin-bottom: 14px;
    cursor: pointer;
}

.select2-container a.select2-choice {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    font-weight: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-container a.select2-choice>.select2-chosen {
    margin: 0;
}

.select2-container.select2-dropdowndown-open a.select2-choice .select2-arrow b {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.select2-container a.select2-choice .select2-arrow b:after {
    display: none;
}

.select2-container.select2-dropdowndown-open.select2-dropdown-above .select2-choice,
.select2-container.select2-dropdowndown-open.select2-dropdown-above .select2-choices {
    border: none;
    border-radius: 0;
}

.select2-dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    background: #101010;
    overflow: hidden;
    margin: 0;
    color: inherit;
    border: none;
    border-radius: 0;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    height: auto !important;
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #ccc;
    background: #fff;
}

.select2-dropdown .select2-results {
    list-style: none;
    display: block;
    padding: 9px 0;
    margin: 0;
    background: inherit;
    max-height: 210px;
}

.select2-dropdown .select2-results li {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #4eb1cd;
    font-weight: 300;
    padding: 0 14px;
    margin: 0;
}

.select2-dropdown .select2-results .select2-results__option {
    min-height: 100%;
}

body .select2-search--dropdown {
    padding: 0;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

.select2-dropdown .select2-results .select2-results__option--highlighted {
    border: none;
    border-radius: 0;
    background-color: #4eb1cd;
    color: #fff;
}

.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: none;
}

.select2-dropdown.select2-dropdown-above {
    margin: 0;
    border: none !important;
    border-radius: 0;
}

.select2-dropdown.select2-dropdown-above .select2-search input {
    margin: 0;
}

.wc_payment_methods.payment_methods.methods,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
    display: none !important;
}

.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid textarea {
    box-shadow: inset 0 0 0 1px red;
}

.form-row.col-sm-6 {
    padding: 0 7px;
}

/*.checkout .input-text:not(textarea) {
    height: 43px;
    line-height: 43px;
    padding: 0 14px;
    background: #eee;
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin-bottom: 14px;
}*/

.blockUI.blockOverlay {
    z-index: 10 !important;
}

.tamlite_variations_form .blockUI.blockOverlay {
    z-index: 10 !important;
    opacity: 0 !important;
}

.tm_single_page_product_title_hidden {
    display: none;
}

.field-error {
    display: none;
}

.button-disable {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.woocommerce-error {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #f5f5f5;
    border-top: 3px solid #ed1c24;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error ul {
    line-height: 2.34375em;
}

.woocommerce-error li {
    line-height: 28px;
}

.woocommerce-error:before {
    font-family: WooCommerce;
    content: "\e016";
    display: inline-block;
    position: absolute;
    left: 1.5em;
    color: #ed1c24;
    top: 17px;
}

.product-big-preview-not {
    cursor: inherit !important;
}

.megamenu-title.title-menu>a {
    display: block;
}


/*.megamenu-title.title-menu:hover, .megamenu-title.title-menu.active{background: #4fbbda;color: #fff;}*/

.btn.disabled {
    pointer-events: none;
    color: var(--clr-grey-700);
    border-color: var(--clr-grey-500);
    background-color: var(--clr-grey-500);
}

a.button.add-prod-cart[disabled='disabled'] {
    opacity: 0.5;
    cursor: no-drop;
}

#wp-admin-bar-appearance,
#wp-admin-bar-new-shop_order,
#wp-admin-bar-new-user,
#wp-admin-bar-new-product_variation,
.edit-link {
    display: none !important;
}

/* .swiper-wrapper .product-entry img {
    display: block;
    margin: 0 auto;
    position: relative;
} */

body span.select2-selection.select2-selection--single {
    border: none;
    background: transparent;
}

body .select2-selection__rendered {
    margin-top: 7px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container a.select2-choice .select2-arrow {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    width: 57px;
    cursor: pointer;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container a.select2-choice .select2-arrow b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./img/icon-1.png) center center no-repeat;
    border: none;
}

span.placeholder {
    color: #4eb1cd !important;
}

.inline-submit:hover {
    opacity: 0.6;
}

input#yikes-easy-mc-form-1-EMAIL:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(16, 50, 95) inset;
    -webkit-text-fill-color: #fff;
}

.svg-about-content {
    z-index: 5;
}

.cat-top-image-wraper {
    min-height: 180px;
}

.swiper-no-activate .swiper-button-prev,
.swiper-no-activate .swiper-button-next.style-2 {
    display: none !important;
}

.swiper-no-activate .swiper-wrapper {
    display: block !important;
    position: relative;
    width: 100% !important;
    text-align: center;
}

.swiper-no-activate .swiper-wrapper .swiper-slide {
    display: inline-block !important;
    float: none !important;
    opacity: 1;
}

p.cart-empty {
    display: none;
}

.serie-desription,
.serie-title {
    padding-bottom: 25px;
}

.serie-highlights>h2 {
    margin-bottom: 8px;
}

.features-entry .sa {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .features-entry.style-1 .sa span:after {
        content: '•';
        display: inline-block;
        vertical-align: top;
        color: #5bd8fc;
        padding-left: 7px;
    }
    .features-entry:not(.style-1) .sa span:before {
        content: '•';
        display: inline-block;
        vertical-align: top;
        color: #5bd8fc;
        padding-right: 7px;
    }
    .features-entry:not(.style-1) .sa span:before {
        margin-left: -20px;
    }
    .features-entry:not(.style-1) .sa {
        padding-left: 20px;
    }
    .features-entry.style-1 .sa span:after {
        margin-right: -20px;
    }
    .features-entry.style-1 .sa {
        padding-right: 20px;
    }
}

.title-padding-bottom {
    margin-bottom: 15px;
}

.careers-image-block .thumbnail-image.outof3d {
    width: auto;
    max-width: 100%;
}

.recaptcha-wrap.errorcaptcha>div>div>div {
    border: 1px solid red;
}

.product-big-preview-entry {
    cursor: default !important;
    pointer-events: none;
}

.mw-800 {
    max-width: 800px;
    margin: 0 auto;
}

.mw-600 {
    max-width: 600px;
    margin: 0 auto;
}

.single-product .woocommerce-error {
    display: none !important;
}

.products-accordeon-entry.active .color {
    color: #272727;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}

#content-block .ic-style img {
    max-width: 50px;
    vertical-align: middle;
}

.gm-style img {
    width: 100%;
    width: 20px;
}


/*.product-filter-entry ul.options li:nth-child(1) {
    display: none;
}*/

.location-shortcode .location-shortcode-description-overflow {
    height: 6em;
}

/* .button.product_status_hide{
  pointer-events: none !important;
  color: grey;
} */

.woocommerce-notices-wrapper {
    display: none!important;
}

.sa.stock_status {
    color: #ea2125
}

.page-template-page-services .block-entry {
    background-position: 45%;
}

.ajax-loader:before {
    display: none;
}

.mrtop {
    margin-top: 20px;
}

.mrbot {
    margin-bottom: 20px;
}

/* .homepage-slider-entry .preview {
    max-width: 350px;
} */

.web-site-switcher {
    position: relative;
    color: #C9BEB9;
    font-size: .764rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 0 70px;
}

.ws-switcher-item a,
.ws-switcher-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 185px;
    height: 40px;
    background-color: #2B2A2A;
    padding: 0 9px;
    border: 1px solid #494848;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -1px;
}

.ws-switcher-item a .icon,
.ws-switcher-current .icon {
    width: 25px;
    margin-right: 9px;
}

.web-site-switcher {
    position: relative;
    color: #C9BEB9;
    font-size: .764rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 0 70px;
}

.ws-switcher-item a,
.ws-switcher-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 185px;
    height: 40px;
    background-color: #2B2A2A;
    padding: 0 9px;
    border: 1px solid #494848;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -1px;
}

@media(max-width:1400px) {
    .web-site-switcher {
        margin: -5px 0 0 -46px;
    }
}

@media(max-width:600px) {
    .ws-switcher-item a,
    .ws-switcher-current {
        height: 40px;
    }
    .web-site-switcher {
        margin: -5px 0 0 70px;
    }
}

@media (min-width: 992px) {
    .ws-switcher-item a:hover,
    .ws-switcher-current:hover {
        color: #2B2A2A;
        background-color: #fff;
    }
    .ws-switcher-item a:hover:after,
    .ws-switcher-current:hover:after {
        border-color: #2B2A2A;
    }
}

.ws-switcher-item a .icon,
.ws-switcher-current .icon {
    width: 25px;
    margin-right: 9px;
}

.ws-switcher-current {
    position: relative;
}

.ws-switcher-current:after {
    position: absolute;
    content: '';
    top: 12px;
    right: 11px;
    width: 9px;
    height: 9px;
    border: 2px solid #C9BEB9;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.ws-switcher-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.ws-switcher-item a {
    color: #fff;
}

.wpcf7 input[type="file"] {
	z-index: 2;
}

.loading-process {position: relative;pointer-events: none;}
.loading-process > * {opacity: 0.5;}
.loading-process::before {position: absolute;z-index: 10;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 40px;height: 40px;margin: -20px;-webkit-animation: swiper-preloader-spin 1s infinite linear;animation: swiper-preloader-spin 1s infinite linear;content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}


/* LOAD MORE */
.prd_item{
    display: none;
}


/* @media (min-width: 1200px) and (max-width: 1499px) {

    .prd_item:nth-child(1),
    .prd_item:nth-child(2) {
        display: block;
    }

    .prd_item.more:nth-child(1),
    .prd_item.more:nth-child(2) {
        display: none;
    }

    .prd_item.more:nth-child(n+2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
    }

}

@media (min-width: 1500px) {

    .prd_item:nth-child(1),
    .prd_item:nth-child(2),
    .prd_item:nth-child(3),
    .prd_item:nth-child(4),
    .prd_item:nth-child(5),
    .prd_item:nth-child(6) {
        display: block;
    }

    .prd_item.more:nth-child(1),
    .prd_item.more:nth-child(2),
    .prd_item.more:nth-child(3),
    .prd_item.more:nth-child(4),
    .prd_item.more:nth-child(5),
    .prd_item.more:nth-child(6) {
        display: none;
    }

    .prd_item.more:nth-child(n+6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {


    .prd_item:nth-child(1),
    .prd_item:nth-child(2) {
        display: block;
    }

    .prd_item.more:nth-child(1),
    .prd_item.more:nth-child(2) {
        display: none;
    }

    .prd_item.more:nth-child(n+2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
    }
} */



@media (min-width: 1601px) {

    .prd_item:nth-child(1),
    .prd_item:nth-child(2),
    .prd_item:nth-child(3),
    .prd_item:nth-child(4) {
        display: block;
    }

    .prd_item.more:nth-child(1),
    .prd_item.more:nth-child(2),
    .prd_item.more:nth-child(3),
    .prd_item.more:nth-child(4) {
        display: none;
    }

    .prd_item.more:nth-child(n+6) {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {

    .prd_item:nth-child(1),
    .prd_item:nth-child(2),
    .prd_item:nth-child(3) {
        display: block;
    }

    .prd_item.more:nth-child(1),
    .prd_item.more:nth-child(2),
    .prd_item.more:nth-child(3) {
        display: none;
    }

    .prd_item.more:nth-child(n+5) {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
  .prd_item:nth-child(1),
  .prd_item:nth-child(2) {
      display: block;
  }

  .prd_item.more:nth-child(1),
  .prd_item.more:nth-child(2) {
      display: none;
  }

  .prd_item.more:nth-child(n+2) {
      display: block;
  }
}

@media (max-width: 575px) {
  .prd_item:nth-child(1),
  .prd_item:nth-child(2),
  .prd_item:nth-child(3) {
      display: block;
  }

  .prd_item.more:nth-child(1),
  .prd_item.more:nth-child(2),
  .prd_item.more:nth-child(3) {
      display: none;
  }

  .prd_item.more:nth-child(n+5) {
      display: block;
  }
}

.error-message.success{color:#0D762A;background-color: rgba(13, 118, 42, 0.05);}
.error-message.success::before{
        background-image: url(img/icons/success.svg);
}
.error-message.not-exist{
    margin-top:20px;
}
.project-item.product-not-exist{
    opacity: 0.6;
}
.empty-block.full{max-width: 100%;}

.form-row::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
    background-image: url(img/icons/warning.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper:not(.focus)::after,
.form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper.value:not(.focus)::after {-webkit-transform: scale(1);transform: scale(1);}
.form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper:not(.focus) .input-placeholder,
.form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper.value:not(.focus) .input-placeholder{color: var(--clr-error);}
.form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper:not(.focus) .input:not(textarea){border-color: var(--clr-error);}
.form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper:not(.value) .input-error {height: 100%;padding-top: 5px !important;opacity: 1;visibility: visible;}


/*FIXES 12.01.2023*/
.ctg__dropdown--list { overflow: auto; max-height: -webkit-fit-content; max-height: -moz-fit-content; max-height: fit-content }
.ctg__dropdown--title { white-space: initial; }
.ctg__filter--title { line-height: 0; }
.ctg__filter--list li { line-height: 0; }
.review-form { height: auto; }
.review-form .input-placeholder { font-weight: 500; }
.ctg__menu--wrap { padding-bottom: 30px; }

@media (max-width: 1600px) {
.review-form-inner textarea.input { height: 100px; }
.review-form-inner .input-field-wrapp.textarea-wrapp::before { height: 100px;}
}

@media (min-width: 1200px) and (max-height: 750px) {
.review-form {max-height: 80vh;}
}

/*FIXES 18.01.2023*/
.input-field-wrapp::before { border-radius: 8px }
.megamenu-search .SumoSelect > .optWrapper { -webkit-box-shadow: none; box-shadow: none }
.ctg__menu--wrap.fixed { position: fixed; top: calc(var(--header-bottom) + var(--header-top)); width: inherit; height: calc(100vh - var(--header-bottom) - var(--header-top)); -webkit-transition: var(--transition-1); transition: var(--transition-1) }
.js-filter { background-color: #fff }
.ctg__menu { background: transparent }
.toolpanel-wrapper.style-3 .toolpanel-content-align { background-color: #F6F9F6; border: 1px solid var(--clr-dark-blue) }

@media (max-width: 1199px) {
.toolpanel-wrapper.style-3 .toolpanel-content { width: calc(100% - 60px) }
}

@media (max-width: 991px) {
.prd__title--wrap .simple-link { margin-left: 0 }
}

@media (max-width: 767px) {
.prd__title--count { text-align: left }
.products-accordeon .variation_tabs { margin: 0 -15px }
}

.tech-specs-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px }
@media (max-width: 767px) {
.tech-specs-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; margin-bottom: 30px }
.tech-specs-wrapper >*:not(:last-child) { margin-bottom: 30px }
.tech-specs-wrapper .btn { width: 100% }
}

.resources-page .megamenu-column.active > .megamenu-title{background: none;}
.SumoSelect .opt.disabled {
    display: none;
}