/*
CTC Separate Stylesheet
Updated: 2025-01-08 16:00:31
Theme Name: eCommerce Gem Child
Template: ecommerce-gem
Version: 1.1.21
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
.comment-reply-link,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation ul li a,
p,
li,
.site-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #323232;
}

p,
li {
    font-size: 16px;
    line-height: 24px;
}

h4 {
    margin: 0 0 5px 0;
}

small {
    display: block;
    line-height: 1.6;
}

td,
th {
    line-height: 1.4;
}

.elementor-widget-container p {
    margin: 0;
}
.site-content a,
.entry-content a {
  color: #00ADD0;
}
.site-content a:hover,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
    color: #00ADD0;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

.site-title {
    font-size: 30px;
}

.top-header {
    background: #EDF3F9;
}

a.plnr-btn {
    width: auto;
    display: inline-block;
    background-color: #00ADD0;
    font-size: 15px;
    padding: 10px 24px;
    color: #fff;
    fill: #fff;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product .woocommerce-product-details__short-description p,
.woocommerce-page div.product .woocommerce-product-details__short-description p,
.woocommerce ul.order_details li,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #323232;
}

::selection {
    background: #00ADD0;
    /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #00ADD0;
    /* Firefox */
    color: #fff;
}
.top-left span {
    color: #323232;
}

.top-left a {
    color: #323232;
    margin-right: 0px;
    line-height: 1;
    font-size: 15px;
    float: left;
    padding: 15px 20px;
    border-right: 1px solid #323232;
}

.top-left span i,
.top-left a i {
    color: #323232;
}


.top-left a:hover,
.top-left a:hover i {
    color: #323232;
}

.top-header .top-social-menu {
    padding: 10px 20px;
}

.top-header .ecommerce_gem_widget_social li a {
    padding: 1px;
}

.ecommerce_gem_widget_social ul li a[href*="t.me"]::before {
    font-size: 22px;
    content: "\f2c6";
}

.top-header .search-holder {
    padding: 2px 0;
}

.custom-logo-link,
.site-logo-link {
    max-width: 210px;
}

#masthead {
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}

.site-branding {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.site-header .site-title>a,
.site-header .site-description {
    font-weight: 400;
}

.main-navigation li:hover {
    cursor: pointer;
}

.main-navigation ul li a {
    font-weight: normal;
    padding: 25px 20px;
}

.main-navigation ul.sub-menu li a {
    padding: 10px 15px;
}

.main-navigation ul li a:hover::after {
    transform: rotate(180deg);
    top: unset;
}

.main-navigation ul>li:hover>ul {
    width: 360px;
}

.main-navigation ul li.menu-item-has-children ul.sub-menu {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .3);
}

.main-navigation ul.menu>li.current-menu-item>a:after {
    content: unset;
}

button,
a.button,
input[type="button"],
input[type="submit"] {
    background: #FFDA58 none repeat scroll 0 0;
    text-transform: unset;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #F1D23C;
}

#breadcrumb {
    color: #515151;
    font-size: 14px;
    background: #ffffff !important;
    padding: 15px 0;
}

#breadcrumb a,
.entry-title a:hover {
    color: #00ADD0 !important;
}

#content {
    padding: 0 0 40px 0px;
    min-height: 320px;
}

.post-type-archive-product #content {
    padding-bottom: 220px;
}

.entry-title {
    line-height: 1.2;
}

h1.page-title:after {
    background: #FFDA58;
}

.widget a,
.woocommerce div.product .woocommerce-tabs .panel a,
.term-description a {
    color: #00ADD0;
}

.product_meta .posted_in a {
    color: #00ADD0 !important;
    font-size: 12px;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li a:hover,
.main-navigation ul li.menu-item-has-children ul.sub-menu li.current-menu-item a,
.main-navigation ul li.menu-item-has-children ul.sub-menu li a:hover,
.woocommerce-message::before,
.woocommerce-info::before {
    color: #FFDA58;
    text-decoration: none;
}

.main-navigation li.menu__button a {
    padding: 0;
}

.main-navigation li.menu__button {
    background: #FFDA58;
    padding: 10px 15px 8px;
    margin-top: 13px;
    margin-left: 10px;
    border-radius: 5px;
}

.main-navigation li.menu__button:hover {
    background-color: #F1D23C;
}

.main-navigation ul li.menu__button a,
.main-navigation li.menu__button:hover a {
    color: #111;
}

.catalog_link {
    font-size: 18px;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #FFDA58;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.pagination .nav-links .page-numbers {
    background: #FFDA58;
    border: 1px solid #FFDA58;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .nav-links .page-numbers.current {
    color: #FFDA58;
}

.woocommerce .products ul,
.woocommerce ul.products {
    width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.ecommerce_gem_widget_featured_categories .product-cat.product .featured-cat-title {
    font-size: 17px;
    color: #323232;
    padding: 5px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    padding: 20px 10px;
}

.woocommerce ul.products .woocommerce-product-details__short-description {
	display: none;
}

.woocommerce ul.products .product.berocket_lgv_list,
.woocommerce-page ul.products .product.berocket_lgv_list {
    border: none;
    box-shadow: none;
    padding: 0;
}

.woocommerce-page.columns-3 ul.products li.product.product.berocket_lgv_list {
    width: 20%;
}

.woocommerce ul.products .product.berocket_lgv_list .product-image__wrap,
.woocommerce-page ul.products .product.berocket_lgv_list .product-image__wrap {
    overflow: hidden;
}

.berocket_lgv_additional_data {
    max-width: 77%;
    padding-top: 5px;
}

.berocket_lgv_additional_data .lgv_link h3 {
    font-size: 15px;
    line-height: 1.4;
}

.berocket_lgv_additional_data .lgv_description {
    font-size: 14px;
}

div.berocket_lgv_additional_data .lgv_meta_simple .product_meta {
    font-size: 12px;
}

.woocommerce ul.products .berocket_lgv_additional_data .lgv_link_simple:hover,
div.berocket_lgv_additional_data .lgv_link_simple:hover {
    color: rgb(14, 56, 152) !important;
}

.br_lgv_product_count_block a.br_lgv_product_count.selected,
.woocommerce ul.products .berocket_lgv_additional_data .lgv_meta_simple a:hover,
div.berocket_lgv_additional_data .lgv_meta_simple a:hover {
    color: rgb(227, 188, 0) !important;
}

.br_lgv_product_count_block a.br_lgv_product_count {
    color: rgb(51, 51, 51) !important;
}

ul.products li.product .product-image__wrap {
    height: 140px;
}

ul.products .product.berocket_lgv_list .product-image__wrap {
    height: 50px;
}

ul.products li.product .product-image__wrap img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}

ul.products .product.berocket_lgv_list .product-image__wrap img {
    max-height: 54px;
}

ul.products li.product .product-detail-wrapper {
    position: relative;
    z-index: 1;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    text-align: center;
}

.woocommerce ul.products .product.berocket_lgv_list .product-detail-wrapper,
.woocommerce-page ul.products .product.berocket_lgv_list .product-detail-wrapper {
    display: none;
}

.berocket_lgv_additional_data strong {
    font-weight: 600;
}

.berocket_lgv_after_additional {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.woocommerce ul.products .berocket_lgv_additional_data .lgv_meta_simple,
div.berocket_lgv_additional_data .lgv_meta_simple {
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .secondary-image,
.woocommerce-page ul.products li.product .secondary-image {
    position: absolute;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    margin: auto;
    top: 20px;
    left: 0;
    transition: all 400ms ease-in-out !important;
    -webkit-transition: all 400ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -o-transition: all 400ms ease-in-out !important;
    -ms-transition: all 400ms ease-in-out !important;
    visibility: hidden;
    max-width: 100%;
    object-fit: contain;
}

.woocommerce ul.products .product.berocket_lgv_list .secondary-image,
.woocommerce-page ul.products .product.berocket_lgv_list .secondary-image {
    top: 0;
}

.woocommerce ul.products li.product:hover .attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product:hover .attachment-woocommerce_thumbnail {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all 400ms ease-in-out !important;
    -webkit-transition: all 400ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -o-transition: all 400ms ease-in-out !important;
    -ms-transition: all 400ms ease-in-out !important;
}

.woocommerce ul.products li.product:hover .secondary-image,
.woocommerce-page ul.products li.product:hover .secondary-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
    transition: all 400ms ease-in-out !important;
    -webkit-transition: all 400ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -o-transition: all 400ms ease-in-out !important;
    -ms-transition: all 400ms ease-in-out !important;
}

.woocommerce ul.products li.product strong {
    display: inline-block;
}

.woocommerce-products-header {
    float: unset;
}

.woocommerce-products-header__title.page-title {
    color: #323232;
}

#full-width .entry-header {
    text-align: center;
}

.demosoft-buttons__wrapper {
    width: 100%;
    margin-bottom: 30px;
}

.demosoft-buttons__wrapper .demosoft-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

a.btn {
    width: auto;
    display: inline-block;
    background-color: #00ADD0;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 6px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.btn:hover {
    transform: translateY(-5px);
}

a.aside-btn {
    width: 270px;
    max-width: 100%;
    display: inline-block;
    background-color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid #00ADD0;
    border-radius: 6px;
    color: #00ADD0;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.aside-btn:hover {
    background-color: #00ADD0;
    color: #ffffff;
    text-decoration: none;
}

a.aside-btn.measures {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

a.dwnld-link-measures {
    padding: 0 8px;
    border-bottom: 1px dotted #00ADD0;
}

a.dwnld-link-measures:hover {
    color: #FFDA58;
    border-bottom: 1px solid #FFDA58;
}

a.software_links {
    font-size: 16px;
    max-width: 260px;
}

a.btn .fa-wrapper {
    margin-right: 15px;
}

.form-wrapper {
    max-width: 100%;
    text-align: center;
    padding-top: 15px;
}

.form-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.form-wrapper .wpcf7-form-control-wrap.recaptcha {
    padding-left: 60px;
}

.form-wrapper .wpcf7-form-control-wrap input {
    width: 100%;
    height: 48px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    padding-left: 15px;
}

.form-wrapper textarea {
    width: 100%;
    height: 100px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    padding-left: 15px;
}

.form-wrapper .wpcf7-form-control-wrap input:focus,
.form-wrapper .wpcf7-form-control-wrap textarea:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(9, 105, 162, .4);
}

.wpcf7 input.wpcf7-submit {
    border: none;
    color: #fff;
    background-color: #00ADD0;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: -25px;
    left: 20px;
    font-size: 13px;
    color: #111;
    background-color: #F1D23C;
    padding: 0 4px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #F1D23C;
    border-color: #F1D23C;
}

.wpcf7-spinner {
    margin-right: -25px;
}

ul.products-category {
    margin: 0 0 20px 0;
    list-style-type: none;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

ul.products-category li.product-category {
    background-color: #00ADD0;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 230px;
}

ul.products-category li.product-category>a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

ul.products-category li.product-category:hover {
    background-color: #1A44A4;
}

ul.products-category li.product-category h2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
}

li.product-category a>img {
    width: 100%;
    max-width: 100%;
    max-height: 99px;
    object-fit: contain;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    background-color: #00ADD0;
    border: none;
    border-radius: 5px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
    background-color: #FFDA58 !important;
    color: #323232 !important;
}

.woocommerce a.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #review_form #respond .form-submit input:hover {
    background: #3D9AD1 !important;
    border-color: #3D9AD1 !important;
    color: #fff;
    border: none;
}

.filter__wrapper {
    color: #323232;
    background-color: #EDF2FF;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.bapf_sfilter {
    margin-bottom: 5px;
}

.bapf_sfilter h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]+label {
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]+label:hover {
    color: #00ADD0;
}

.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]:not(:disabled):not(:checked)+label:hover::before {
    border-color: #00ADD0;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]:disabled+label::before {
    background-color: #e9ecef;
}

button:hover {
    color: unset;
}

.bapf_sfilter .bapf_button {
    border: none;
}

.berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul li {
    overflow: hidden;
}

.berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul li label {
    padding: 10px 0;
    width: 100%;
    height: 100%;
    background-color: #EDF2FF;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}

.berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul li input:checked+label,
.berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul li label:hover {
    color: #fff;
    background-color: #00ADD0;
}

.berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul li .bapf_img_span {
    width: 90% !important;
    max-width: 90%;
    background-size: contain !important;
}

.bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span,
.bapf_sfilter.brchecked_default input:checked+label .bapf_img_span,
.bapf_sfilter.brchecked_rotate input:checked+label .bapf_clr_span,
.bapf_sfilter.brchecked_rotate input:checked+label .bapf_img_span {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #EDF3F9;
    border-bottom-color: #EDF3F9;
}

.main-slider .slider-caption .caption-wrap {
    background: rgba(50, 50, 50, .4);
    width: unset;
}

.main-slider .slider-caption .caption-wrap .caption-inner {
    border: unset;
}

.main-slider .slider-caption .caption-wrap .button {
    background-color: #FFDA58 !important;
    border: none !important;
}

.main-slider .slider-caption .caption-wrap .button:hover {
    background-color: #F1D23C !important;
}

.main-slider .slider-caption .caption-wrap .caption-inner span {
    margin-bottom: 20px;
}

.main-slider .slick-dots {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #00ADD0;
    background-color: #00ADD0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #00ADD0;
}

.woocommerce table.shop_attributes th {
    width: auto;
}

.woocommerce table.shop_attributes td {
    padding-left: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper a.cert-icon {
    background: url(assets/images/cert.gif) no-repeat;
    color: #00ADD0;
    display: block;
    min-height: 32px;
    padding-left: 36px;
    padding-top: 7px;
}

.woocommerce-tabs.wc-tabs-wrapper div.warranty-icon {
    background: url(assets/images/warranty.png) no-repeat;
    padding-left: 52px;
    height: 48px;
    display: block;
    padding-top: 15px;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border-color: rgba(0, 0, 0, .5);
}

.woocommerce-Tabs-panel>ul {
    margin-top: -15px;
    font-style: italic;
}

span.description-file {
    display: block;
    font-style: italic;
}

a.dwnld-link-btn {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    color: #00ADD0;
    border: 1px solid #00ADD0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.dwnld-link-btn:hover {
    background-color: #00ADD0;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination {
    float: unset;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.pagination .nav-links .page-numbers {
    padding: 5px;
}

#footer-widgets {
    padding: 20px 0;
    background: #FFF;
    -webkit-box-shadow: 0 -2px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 -2px 5px rgb(0 0 0 / 20%);
}

#footer-widgets .site-title>a {
    font-size: 30px;
}

#colophon {
    background-color: #005B82;
}

#colophon .copyright,
#colophon .site-info {
    font-size: 14px;
    color: #fff;
}

#footer-widgets a i.fa {
    font-size: 30px;
}

#footer-widgets a,
#footer-widgets .textwidget {
    color: #00ADD0;
}

#footer-widgets .widget ul {
    margin: -10px -20px;
}

#footer-widgets .widget ul li:before {
    content: '';
}

#footer-widgets .site-title>a,
#footer-widgets .site-description {
    font-weight: 400;
}

.site-footer-wrap {
    padding: 15px 0;
}

#colophon {
    padding-bottom: 0;
}

.fancybox-slide--image,
.fancybox-is-open .fancybox-stage {
    background-color: rgba(255, 255, 255, .5);
}

.berocket_lgv_widget a.berocket_lgv_set {
    text-indent: -9999px;
}

.br_lgv_product_count_block a {
    color: #00ADD0;
}

div.berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button_grid {
    background-image: url(assets/images/gird-list.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0px;
    background-color: transparent;
    margin-inline-end: 8px;
    border: none;
    box-shadow: none;
}

div.berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button_list {
    background-image: url(assets/images/gird-list.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -26px 0px;
    background-color: transparent;
    margin-inline-end: 8px;
    border: none;
    box-shadow: none;
}

div.berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button_grid.selected,
div.berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button_grid:hover {
    background: none;
    background-image: url(assets/images/gird-list.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 -29px;
    border: none;
    box-shadow: none;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
}

div.berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button_list.selected,
div.berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button_list:hover {
    background: none;
    background-image: url(assets/images/gird-list.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-position: -26px -29px !important;
    border: none;
    box-shadow: none;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.success-popup {
    position: relative;
    background: #00ADD0;
    color: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
}

.success-popup .mfp-close {
    color: #fff;
}

.white-popup-video {
    position: relative;
    background: #FFF;
    padding: 30px 5px 5px;
    width: auto;
    max-width: 570px;
    margin: 20px auto;
}

.mfp-close {
    right: 15px;
}

.sidebar .widget {
    margin: 0;
    text-align: right;
}

.search-container {
    display: flex;
    flex-wrap: wrap;
}

.search-container .search-item {
    display: flex;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    margin-bottom: 20px;
    padding: 10px 15px 0;
}

.search-results #primary article .entry-content p {
    font-size: 13px;
    line-height: 1.2;
}

.search-results .search-item .entry-content p>a.btn-continue {
    color: #fff;
}

.search-results #primary article .entry-title {
    font-size: 18px;
}

.search-results #primary article .entry-title>a {
    color: #00ADD0;
}

article.solutions .post-thumbnail img {
    max-width: 450px;
}

article.solutions .entry-content table td,
article.solutions .entry-content table th {
    border-color: #00ADD0;
}

article.solutions .entry-content table th {
    background-color: #2976A5;
    color: #fff;
}

.solutions-archive article.solutions {
    display: flex;
}

.solutions-archive article.solutions a.post-thumbnail-img {
    display: block;
    width: 200px;
    margin-right: 15px;
}

.solutions-archive article.solutions a.post-thumbnail-img img {
    max-width: 100%;
    border-radius: 8px;
}

.wp-block-table.is-style-stripes.used-equipment-table td,
.wp-block-table.is-style-stripes.used-equipment-table th {
    border-color: unset;
}

.wp-block-table.is-style-stripes.used-equipment-table thead {
    background-color: #00ADD0;
    color: #fff;
}

table tr.table-primary {
	background-color: #00ADD0;
	color: #fff;
}

/* EiE */
.site-header-eie {
    background-color: #00ADD0;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    padding: 30px 0;
    margin-bottom: 40px;
}

.page-eie a {
    color: #00ADD0;
}

.site-footer-eie a,
.site-header-eie a {
    color: #fff;
}

.site-footer-eie {
    padding: 30px 0;
    background: #EDF3F9;
    color: #fff;
}

.eie_product-wrap {
    display: flex;
    width: 100%;
    gap: 20px;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px 0;
}

.eie_product-wrap>img {
    width: 200px;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}

.parent-pageid-2076 .wp-block-table thead {
    background-color: #00ADD0;
}

.parent-pageid-2076 .wp-block-table thead th {
	color: #fff;
	border: 1px solid;
}

.parent-pageid-2076 .wp-block-table td {
	border: 1px solid;
}

.elementor-page-2076 .elementor-widget .elementor-icon-list-item a {
	font-size: 18px;
}

.parent-pageid-2076 figure {
    margin: 0;
}


@media screen and (max-width: 1199px) {
    .berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul {
        grid-column-gap: 15px;
        grid-row-gap: 10px;
    }
}

@media screen and (max-width: 1051px) {

    .main-navigation ul li.menu-item-has-children>a::after,
    .main-navigation ul li.page_item_has_children>a::after {
        content: "";
    }
}

@media screen and (max-width: 1050px) {

    .main-navigation ul li a:hover,
    .main-navigation ul li.menu-item-has-children ul.sub-menu li a:hover {
        background-color: #FFDA58 !important;
    }

    .mean-container .mean-nav ul li:not(.menu__button) a {
        background-color: #00ADD0 !important;
    }

    .mean-container a.meanmenu-reveal.meanclose {
        font-weight: 100;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        font-weight: 100;
    }

    .site-header {
        padding: 0;
    }

    .site-branding {
        margin-top: 10px;
    }

    .custom-logo-link,
    .site-logo-link {
        max-width: 200px;
    }

    .mean-container .mean-nav {
        margin-top: 56px;
    }

    .main-navigation ul>li:hover>ul {
        width: unset;
    }

    .mean-container ul.menu {
        border-top: 1px solid #d5dadc;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .main-navigation li.menu__button {
        padding: 0;
        border-radius: unset;
    }

    .berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }

    a.aside-btn {
        width: 220px;
        font-size: 14px;
    }

    .solutions-archive article.solutions a.post-thumbnail-img {
        width: 160px;
    }

}

@media screen and (max-width: 767px) {
    a.software_links {
        font-size: 14px;
        max-width: unset;
    }

    #post-1784 .wp-block-image img {
        width: 300px;
    }

    .solutions-archive article.solutions a.post-thumbnail-img {
        width: 140px;
    }
}


@media screen and (max-width: 640px) {
    .site-header {
        padding: 0 0 4px;
    }

    .mean-container a.meanmenu-reveal {
        top: 0;
    }

    .eie_product-wrap {
        display: block;
        padding: 0 10px 5px;
    }

    p.has-background {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 479px) {
    .post-type-archive-product #content {
        padding-bottom: 40px;
    }
	
	#primary .post  .entry-title, #primary .page .entry-title {
		font-size: 22px;
	}

    .site-title {
        font-size: 24px;
    }
    .site-description {
        margin-bottom: 0px;
        font-size: 13px;
    }
    .mean-container .mean-nav {
        margin-top: 85px;
    }

    p,
    li {
        font-size: 14px;
        line-height: 22px;
    }

    .top-header .top-left {
        display: none;
    }

    .top-header .top-right {
        text-align: right;
    }

    .site-branding .custom-logo-link img {
        max-width: 130px;
    }

    .mean-container .mean-nav ul li li a {
        font-size: 11px;
        padding: 10px 6%;
    }

    .filter__wrapper {
        padding: 5px 10px;
    }

    .berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]+label {
        font-size: 15px;
        padding-left: 22px;
    }

    .berocket_single_filter_widget .bapf_sfilter.style_checkbox_filter .bapf_body input[type="checkbox"]+label::before {
        width: 18px;
        height: 18px;
    }

    .berocket_single_filter_widget .bapf_sfilter.style_image_filter .bapf_body ul {
        grid-template-columns: 1fr 1fr;
    }

    .woocommerce ul.products li.product.berocket_lgv_list,
    .woocommerce-page ul.products li.product.berocket_lgv_list {
        width: unset;
    }

    .berocket_lgv_additional_data {
        max-width: 70%;
        float: right;
    }

    .berocket_lgv_additional_data .lgv_link h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .berocket_lgv_additional_data .lgv_description,
    .berocket_lgv_additional_data .lgv_meta,
    .product_meta .posted_in a {
        font-size: 12px;
    }

    #footer-widgets .custom-logo-link {
        float: unset;
        display: block;
        margin: 0 auto;
    }

    #footer-widgets {
        padding: 20px 0px;
        text-align: center;
        font-size: 15px;
    }

    #footer-widgets p {
        margin-bottom: 0;
    }

    #footer-widgets p,
    #footer-widgets li,
    #footer-widgets .widget ul li a {
        font-size: 15px;
    }

    #footer-widgets .widget-column h2 {
        margin: 0;
    }

    .site-footer-wrap {
        padding-top: 10px;
    }
    
    #footer-widgets .custom-logo-link img {
        max-width: 130px;
    }

    #colophon .copyright,
    #colophon .site-info {
        font-size: 12px;
    }

    .form-wrapper .wpcf7-form-control-wrap.recaptcha {
        padding-left: 15px;
    }

    #post-1784 .wp-block-image .alignright {
        float: unset;
    }

    #post-1784 .wp-block-image img {
        width: unset;
    }

    .solutions-archive article.solutions {
        flex-direction: column;
    }
}