.iqitfake {
}

/*** Style mixins ***/ /*** Variables mixins and functions ***/
body {
    background: #fff;
}

.container, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1640px;
}

a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) {
    color: #484848;
}

a:hover:not(.nav-link):not(.btn) {
    color: #5d8eb3;
}

.pagination .page-list li:hover {
    border-color: #5d8eb3;
}

.pagination .page-list li.current {
    border-color: #5d8eb3;
}

.pagination .page-list li.current a {
    color: #5d8eb3;
}

#mobile-header {
    border-bottom: none 9px #d9d9d9;
    box-shadow: 2px 2px 5px 2px #5d8eb3;
}

#mobile-header .mobile-main-bar {
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem;
}

#mobile-header .m-nav-btn {
    color: #484848;
}

#mobile-header .m-nav-btn:hover {
    color: #2972a7;
}

#mobile-header .m-nav-btn > span {
    display: none !important;
}

#mobile-header .mobile-buttons-bar {
    background: #fff;
}

html {
    font-size: 14px;
}

@media (max-width: 767px) {
    html {
        font-size: 13px;
    }
}

body {
    line-height: 1.4rem;
}

body {
    font-family: Open Sans;
}

#blockcart-content {
    background: #fff;
    color: #484848;
    border: none 1px #f5e70f;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15);
}

#blockcart-content a:not(.btn) {
    color: #484848;
}

#blockcart-content a:not(.btn):hover {
    color: #484848;
}

#blockcart-content .cart-products > li, #blockcart-content .cart-subtotals {
    border-color: rgba(0, 0, 0, 0.16);
}

#blockcart-content .cart-products::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.16);
}

/*** Secondary button ***/
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
    background: #fff;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.11);
}

.btn-secondary:hover, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background: #f2f2f2;
    color: #000;
}

.btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background: #fff;
    color: #000;
    border: solid 1px #e3e3e3;
}

.btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    background: #f2f2f2;
    color: #000;
    border: solid 1px #e3e3e3;
}

/*** Primary button ***/
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background: #5d8eb3;
    color: #fff;
    border: none 1px;
}

.btn-primary:hover, .btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary:focus, .btn-primary.disabled:focus, .btn-primary:disabled:focus {
    background: #406e91;
    color: #fff;
}

#wrapper .breadcrumb {
    background: #f0f0f0;
    padding-top: 0.85714rem;
    padding-bottom: 0.85714rem;
    margin-top: -2.85714rem;
    margin-bottom: 2.85714rem;
    font-size: 0.78571rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

#wrapper .breadcrumb li:after {
    color: #858585;
}

#wrapper .breadcrumb a {
    color: #858585;
}

/*** Text fields ***/
.form-control {
    background-color: #fff;
    color: #484848;
    border: solid 1px #e3e3e3;
}

.custom-select2, .custom-select2 option {
    background-color: #fff;
}

.custom-select2:after {
    color: #484848;
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    color: #484848;
    border: solid 1px #e3e3e3;
}

.bootstrap-touchspin .btn-touchspin:hover {
    color: #484848;
}

.form-control::-webkit-input-placeholder {
    color: #484848;
}

.form-control::-moz-placeholder {
    color: #484848;
}

.form-control:-ms-input-placeholder {
    color: #484848;
}

.form-control:-moz-placeholder {
    color: #484848;
}

.form-control:focus {
    color: #484848;
    border-color: #9e9e9e;
}

/*** Radio buttons and checkboxes ***/
.custom-checkbox input[type=checkbox] + span .checkbox-checked {
    color: #1d1d1d;
}

.custom-radio input[type=radio]:checked + span {
    background-color: #1d1d1d;
}

.custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio {
    background: #fff;
    color: #1d1d1d;
    border-color: #e3e3e3;
}

/*** Dropdowns ***/
.dropdown-menu, .autocomplete-suggestions {
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.27);
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item {
    color: #484848 !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.27);
}

.dropdown-menu .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:hover {
    background: rgba(72, 72, 72, .05);
}

/*** Tooltips ***/
.tooltip-inner {
    background: #333;
    color: #fff;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before, .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    border-top-color: #333;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #333;
}

/*** Modals ***/
.modal-backdrop {
    background: rgba(255, 255, 255, 0.8);
}

.modal-content {
    background: #fff;
    border: solid 2px #e0e0e0;
    box-shadow: 7px 3px 30px 0px rgba(0, 0, 0, 0.16);
}

.js-quickview-np-btn {
    background: #fff;
}

/*** Notifications ***/
.ns-box {
    background: #f5e70f;
    color: #000;
    border: none 1px;
    box-shadow: 7px 3px 30px 0px rgba(0, 0, 0, 0.16);
}

.product-price {
    color: #5d8eb3;
}

.iqit-review-star {
    color: #e0d041;
}

.product-flags .product-flag {
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.product-flags .discount, .product-flags .on-sale {
    background: #2972a7;
    color: #fff;
}

.product-flags .new {
    background: #e9e9e9;
    color: #000;
}

.product-flags .online-only, .product-flags .pack {
    background: #e0e0e0;
    color: #000;
}

.discount {
    background: #2972a7;
    color: #fff;
}

.product-available {
    background: #67a675;
    color: #fff;
}

.product-unavailable {
    background: #a17738;
    color: #fff7f7;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border-color: #d4edda;
}

.alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) {
    color: #155724;
    text-decoration: underline;
}

.alert-info {
    background: #cce5ff;
    color: #004085;
    border-color: #cce5ff;
}

.alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) {
    color: #004085;
    text-decoration: underline;
}

.alert-warning {
    background: #fff3cd;
    color: #856404;
    border-color: #fff3cd;
}

.alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) {
    color: #856404;
    text-decoration: underline;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border-color: #f8d7da;
}

.alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) {
    color: #721c24;
    text-decoration: underline;
}

#page-preloader {
    background: rgba(255, 255, 255, 0);
}

#back-to-top {
    background: #2972a7;
    color: #fff;
}

#back-to-top:hover {
    background: #4e90bf;
    color: #fff;
}

#header {
    background: #fff;
    border-top: none 1px;
    border-bottom: none 1px;
}

.sticky-desktop-wrapper #desktop-header.stuck-header {
    background: #fff;
    border-bottom: none 1px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.18);
}

#header .header-nav {
    color: #484848;
    background: #fafafa;
    border-bottom: none 1px;
    padding-top: 0.57143rem;
    padding-bottom: 0.57143rem;
    font-size: 0.85714rem;
    display: none !important;
}

#header .header-nav a {
    color: #484848;
}

#header .header-nav a:hover {
    color: #2972a7;
}

#header .header-nav .social-links._topbar {
    font-size: 1.07143rem;
}

.header-top {
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
    color: #484848;
}

.header-top a:not(.btn):not(.nav-link) {
    color: #484848;
}

.header-top a:not(.btn):not(.nav-link):hover {
    color: #5d8eb3;
}

.header-top .form-search-control {
    background: #fff;
    border: solid 3px #e6e6e6;
}

.header-top .header-btn-w .header-btn > .icon {
    font-size: 2.5rem;
    display: block;
}

.header-top .header-btn-w .header-btn .title {
    display: none !important;
}

.header-top .header-cart-default a.cart-toogle {
    color: #5d8eb3;
    padding: 0.07143rem 0.07143rem;
}

.header-top .header-cart-default a.cart-toogle:hover {
    color: #5d8eb3;
}

.header-top .header-cart-default .cart-toogle > .icon {
    font-size: 2.8rem;
    display: inline-block;
    vertical-align: middle;
}

.header-top .header-cart-default .cart-toogle > .info-wrapper {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.header-top .header-cart-default .cart-toogle > .info-wrapper > .cart-toggle-details, .header-top .header-cart-default .cart-toogle > .info-wrapper > .title {
    display: block;
}

.header-top .header-cart-default .cart-toogle > .info-wrapper > .title {
    opacity: 0.8;
}

.header-top .header-cart-default .cart-toogle > .info-wrapper > .cart-toggle-details {
    font-weight: bold;
}

.header-top .header-cart-default .cart-toogle > .info-wrapper .cart-separator {
    display: none;
}

.header-top a.header-cart-btn:not(:hover) {
    color: #5d8eb3;
}

.stuck-header .header-top {
    padding-top: 0.57143rem;
    padding-bottom: 0.57143rem;
}

.sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu {
    background: #fff;
}

.header-top {
    transition: padding 0.3s ease;
}

.cart-products-count-btn {
    background: #2183e6;
    color: #fff;
}

.desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget {
    max-width: 50%;
}

/*** HORIZONTAL MENU ***/
#iqitmegamenu-horizontal {
    border-top: none 1px #e6e6e6;
    border-right: none 1px #e6e6e6;
    border-bottom: none 1px rgba(255, 255, 255, 0.4);
    border-left: none 3px #a6cc0f;
}

.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    line-height: 3.42857rem;
    max-width: 14.28571rem;
    color: #000;
    padding-left: 1.71429rem;
    padding-right: 1.71429rem;
    border-left: none 1px #e6e6e6;
}

#sticky-cart-wrapper a.header-cart-btn:not(:hover) {
    color: #000;
}

#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
    top: -1.14286rem;
}

.cbp-vertical-on-top .cbp-vertical-title {
    line-height: 3.42857rem !important;
}

.cbp-vertical-on-top .cbp-vertical-title-text {
    display: none !important;
}

.cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover {
    color: #5d8eb3;
}

.cbp-horizontal .cbp-tab-title {
    font-size: 1.07143rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    line-height: 1em;
}

.cbp-horizontal .cbp-legend {
    background: #ca5058;
    color: #fff;
}

.cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon {
    font-size: 1.57143rem;
    max-height: 1.57143rem;
}

.cbp-horizontal > ul {
    text-align: center;
}

.cbp-horizontal > ul > li {
    float: none;
    text-align: left;
}

@media (max-width: 1300px) {
    .cbp-horizontal .cbp-tab-title {
        font-size: 1.28571rem;
    }

    .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
        padding-left: 1.28571rem;
        padding-right: 1.28571rem;
    }
}

#cbp-hrmenu .cbp-hrsub {
    transform: translateY(15px);
}

#cbp-hrmenu .cbp-hropen .cbp-hrsub {
    transform: translateY(0px);
}

#cbp-hrmenu .cbp-hrsub, #cbp-hrmenu .cbp-hrsub-level2, #cbp-hrmenu .cbp-hrsub-wrapper {
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.iqitmegamenu-submenu-container {
    padding: 0;
}

.cbp-vertical-on-top #cbp-hrmenu1-ul { /*** VERTICAL MENU ***/
    background: #fff;
    border: solid 1px #e3e3e3;
    box-shadow: 6px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

#content-wrapper #cbp-hrmenu1 {
    background: #fff;
    border: solid 1px #e3e3e3;
    box-shadow: 6px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

#cbp-hrmenu1 .cbp-vertical-title {
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    background: #5d8eb3;
    line-height: 3.57143rem;
}

#cbp-hrmenu1 .cbp-vertical-title:hover {
    color: #484848;
    background: #f0f0f0;
}

#cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link {
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    padding-top: 0.57143rem;
    padding-bottom: 0.57143rem;
    border-top: solid 1px rgba(227, 227, 227, 0.35);
}

#cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon, #cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon {
    font-size: 1.71429rem;
    max-height: 1.71429rem;
}

#cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover {
    background: #f8f8f8;
    color: #333;
}

#cbp-hrmenu1 .cbp-legend {
    background: #ca5058;
    color: #fff;
}

#cbp-hrmenu1 .cbp-hrsub, #cbp-hrmenu1 > ul, #cbp-hrmenu1 .cbp-hrsub-level2, #cbp-hrmenu1 .cbp-hrsub-wrapper {
    transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
}

.cbp-vert-expanded #cbp-hrmenu1 .cbp-vertical-title {
    color: #484848;
    background: #f0f0f0;
}

.cbp-not-on-top #cbp-hrmenu1-ul {
    position: relative;
}

.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
    top: 0;
    margin-top: 0px !important;
    min-height: 100%;
}

.cbp-hrmenu.cbp-vertical .cbp-hrsub {
    min-height: 100%;
}

.cbp-hrmenu.cbp-vertical .cbp-show {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
}

.cbp-hrmenu.cbp-vertical .cbp-hrsub-inner {
    width: 100%;
}

/*** SUBMENU ***/
.cbp-hrmenu .cbp-hrsub {
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 {
    background: #fff;
    border: solid 1px #e3e3e3;
    box-shadow: 0px 15px 25px 0px rgba(74, 63, 63, 0.15);
}

.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link {
    color: #484848 !important;
}

.cbp-hrmenu .cbp-hrsub-inner a:hover {
    color: #2972a7 !important;
}

.cbp-hrmenu .tabs-links {
    background: #f7f7f7;
}

.cbp-hrmenu .cbp-tabs-names li a {
    color: #777 !important;
}

.cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active {
    background: #fff;
    color: #777 !important;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    color: #484848 !important;
    border-bottom: none 1px #2972a7;
    font-size: 1.07143rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover {
    color: #2972a7 !important;
}

/*** MOBILE MENU ***/
#mobile-header .col-mobile-menu-dropdown.show {
    background: #fff;
}

#mobile-header .col-mobile-menu-dropdown.show .m-nav-btn {
    color: #484848;
}

#iqitmegamenu-mobile {
    background: #fff;
    color: #484848;
}

#iqitmegamenu-mobile a, #iqitmegamenu-mobile a:link, #iqitmegamenu-mobile a:visited, #iqitmegamenu-mobile a:hover {
    color: #484848;
}

#iqitmegamenu-mobile li > ul {
    background: #f0f0f0;
}

#iqitmegamenu-mobile li > ul > li > ul {
    background: #dedede;
}

#iqitmegamenu-mobile > li > a {
    border-bottom: solid 1px #5d8eb3;
}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    border: solid 1px #c9c9c9;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.24);
}

/*** Carousels ***/
.slick-arrow {
    background: #fff;
    color: #000;
}

ul.slick-dots li button:before, ul.slick-dots li.slick-active button:before {
    color: #333;
}

/*** Product miniature ***/
.products.row {
    margin: -1.42857rem;
}

.products.row > .col, .products.row > [class*="col-"] {
    padding: 1.42857rem;
}

.slick-products-carousel {
    margin: -1.42857rem;
}

.slick-products-carousel .slick-list {
    padding: 1.42857rem;
}

.slick-products-carousel .product-carousel {
    padding: 1.42857rem;
}

.slick-products-carousel.slick-arrows-above .slick-next, .slick-products-carousel.slick-arrows-above .slick-prev {
    margin: 1.42857rem;
}

.product-miniature {
    border: solid 1px #f0f0f0;
    outline: 2px solid transparent;
    background: #fff;
}

.product-miniature .thumbnail-container {
    overflow: hidden;
}

.product-miniature .thumbnail-container .product-thumbnail-first {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    backface-visibility: hidden;
}

.product-miniature .thumbnail-container .product-thumbnail-second {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    backface-visibility: hidden;
}

.product-miniature .thumbnail-container:hover .product-thumbnail-second, .product-miniature .thumbnail-container:hover .product-thumbnail-first {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.product-miniature .thumbnail-container:hover .product-thumbnail-first:last-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-miniature-grid {
    padding: 0.14286rem;
}

.product-miniature-grid .product-title {
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.product-miniature-grid .product-price {
    font-size: 1.21429rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

.product-miniature:hover {
    border-color: #f1d7fa;
    outline: solid 2px rgba(204, 204, 204, 0.25);
}

.product-miniature-grid .product-functional-buttons {
    background: #fff;
    display: none;
}

.product-miniature-grid .product-functional-buttons a:link, .product-miniature-grid .product-functional-buttons a:visited, .product-miniature-grid .product-functional-buttons a:hover {
    color: unset!important;
}

.products-grid .product-miniature .product-reference {
    display: none !important;
}

.products-grid .product-miniature .product-description-short {
    display: none !important;
}

.products-grid .product-miniature .input-qty {
    display: none !important;
}

.btn-product-list {
    padding: 0.35714rem 0.71429rem;
    background: #ffdc0a;
    color: #fff;
    border: none 1px #c8c8c8;
}

.btn-product-list:hover {
    background: #4e90bf;
    color: #fff;
    border-color: #4e90bf;
}

.products-grid .product-miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

.products-grid .product-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

.products-grid .product-add-cart {
    margin: auto auto 0 auto;
}

.products-grid .slick-slide > div:only-child, .products-grid .slick-slide > div > .product-carousel {
    height: 100%;
}

.products-grid .product-miniature-layout-1 {
    text-align: center;
}

.products-grid .product-miniature-layout-1 .input-group-add-cart {
    justify-content: center;
}

.products-grid .product-miniature-layout-1 .product-description {
    padding: 0.71429rem;
}

.products-grid .product-miniature-layout-2 .product-description {
    padding: 0.71429rem;
}

.products-grid .product-miniature-layout-3 .product-description {
    background: #fff;
}

.product_header_container .product-price {
    font-size: 1.85714rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

#product .images-container .product-cover {
    border: solid 1px rgba(0, 0, 0, 0.25);
}

.images-container .slick-arrow, #product .product-cover .expander > span, #product-modal .modal-body .slick-arrow {
    color: #484848;
    background: rgba(0, 0, 0, 0);
}

.images-container .slick-arrow:hover, #product .product-cover .expander > span:hover, #product-modal .modal-body .slick-arrow:hover {
    opacity: 0.6 !important;
}

.product-cover .expander {
    width: 100%;
    height: 100%;
    padding: 0;
    bottom: 0;
    right: 0;
}

.product-cover .expander > span {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.6rem;
}

#product .product-cover .expander > span {
    color: #484848;
    background: rgba(0, 0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1), color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

#product .product-cover .expander > span:hover {
    opacity: 0.6 !important;
}

.product-tabs .nav-tabs {
    justify-content: center;
}

#wrapper {
    background: #fafafa;
    border-top: none 1px;
    border-bottom: none 1px;
    padding-top: 2.85714rem;
    padding-bottom: 2.85714rem;
    color: #484848;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
}

#index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 2.85714rem;
    padding-bottom: 2.85714rem;
}

#content-wrapper .page-title {
    color: #1d1d1d;
    text-align: center;
    font-size: 2.14286rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.8em;
    position: relative;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#content-wrapper .page-title a:link, #content-wrapper .page-title a:visited {
    color: #1d1d1d;
}

#content-wrapper .page-title span {
    margin-right: 0.5rem;
}

#content-wrapper .page-title:after {
    content: "";
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: none 5px #2183e6;
}

#content-wrapper .page-title span {
    margin-left: 0.5rem;
}

#content-wrapper .page-title:before {
    content: "";
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: none 5px #2183e6;
}

#content-wrapper .section-title {
    color: #333;
    text-align: left;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.8em;
    padding-bottom: 0.6em;
}

#content-wrapper .section-title a:link, #content-wrapper .section-title a:visited {
    color: #333;
}

#content-wrapper .section-title:after {
    content: "";
    position: absolute;
    bottom: -1.5px;
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: solid 3px #5d8eb3;
    left: 0;
    right: 0;
}

.nav-tabs .nav-link {
    color: #000;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: #000;
    border-bottom: solid 3px #ffdc0a;
}

.iqit-accordion .nav-link {
    border-bottom: solid 3px #ffdc0a;
    border-bottom-color: transparent;
}

.iqit-accordion .nav-link:not(.collapsed) {
    color: #000;
    border-bottom: solid 3px #ffdc0a;
}

#wrapper .block-title {
    color: #000;
    text-align: left;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.8em;
    position: relative;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#wrapper .block-title a:link, #wrapper .block-title a:visited {
    color: #000;
}

#wrapper .block-title span {
    margin-right: 0.5rem;
}

#wrapper .block-title:after {
    content: "";
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: none 1px #e3e3e3;
}

#left-column .block, #right-column .block {
    background: #fff;
    padding: 0.71429rem;
    border: solid 1px #f0f0f0;
}

#footer {
    background: #fff;
}

#footer .ps-emailsubscription-block .newsletter-input-group {
    border: none 1px #000;
    background: rgba(0, 0, 0, 0.08);
}

#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription {
    color: #fff;
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe {
    color: #fff;
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover {
    color: #fff;
}

#footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder {
    color: #fff;
}

#footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder {
    color: #fff;
}

#footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder {
    color: #fff;
}

#footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder {
    color: #fff;
}

#footer .social-links._footer {
    font-size: 1.85714rem;
}

#footer .block-title {
    color: #1d1d1d;
    text-align: left;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    border-bottom: groove 3px #f5e70f;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}

#footer .block-title a:link, #footer .block-title a:visited {
    color: #1d1d1d;
}

#footer-container-first {
    border-top: none 1px rgba(161, 161, 161, 0.25);
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
    background: #87adc9;
    color: #fff;
}

#footer-container-first h5 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

#footer-container-main {
    border-top: none 1px rgba(161, 161, 161, 0.25);
    padding-top: 4.28571rem;
    padding-bottom: 3.28571rem;
    color: #484848;
}

#footer-container-main a {
    color: #484848;
}

#footer-container-main a:hover {
    color: #2972a7;
}

#footer-copyrights {
    border-top: none 1px rgba(161, 161, 161, 0.25);
    background: #fafafa;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
    #footer .block-toggle {
        width: 100%;
        flex-basis: initial;
    }

    #footer .block-toggle > .block-title {
        cursor: pointer;
    }

    #footer .block-toggle > .block-content {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    #footer .block-toggle._toggled > .block-content {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    #footer .footer-style-inline .block-title {
        display: block !important;
        max-width: 100%;
    }

    #footer .footer-style-inline .block-content {
        display: block;
        width: 100%;
        margin-top: 1rem;
    }
}

#maintenance-page {
    background: #e3e3e3;
    color: #333;
}

#maintenance-page a, #maintenance-page a:link {
    color: #333;
}

.maintenance-page-newsletter .maintenance-page-newsletter-btn {
    background: #000;
    color: #fff;
}

.maintenance-page-newsletter .maintenance-page-newsletter-btn:hover {
    background: #333;
    color: #fff;
}

.maintenance-page-newsletter input[type=email] {
    border: solid 1px #333;
    background: #e3e3e3;
    color: #333;
}

.maintenance-page-newsletter input[type=email]::-webkit-input-placeholder {
    color: #333;
}

.maintenance-page-newsletter input[type=email]::-moz-placeholder {
    color: #333;
}

.maintenance-page-newsletter input[type=email]:-ms-input-placeholder {
    color: #333;
}

.maintenance-page-newsletter input[type=email] :-moz-placeholder {
    color: #333;
}

/* add background colors in variouse boxes - start */
.product-info-row {
    background: #fff;
    margin: 0;
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border: 1px solid #f0f0f0
}

#left-column {
    padding-right: 0;
}

body#checkout section.checkout-step, .cart-grid-right .cart-summary {
    background: #fff
}

.cart-items {
    background: #fff;
    border: 1px solid #f0f0f0
}

.cart-item {
    padding: 1rem
}

.products-selection {
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #f0f0f0
}

.product-tabs .nav-link {
    padding: 1rem;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.product-tabs .nav-tabs {
    margin: 0;
}

.product-tabs .tab-content {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
    border-top: none;
}

/* add background colors in variouse boxes - end */
@media only screen and (min-width: 1200px) {
    .cbp-hrmenu li#cbp-hrmenu-tab-25 .cbp-hrsub-inner {
        background-size: 32% 372px;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .cbp-hrmenu li#cbp-hrmenu-tab-25 .cbp-hrsub-inner {
        background-size: 34% 449px;
    }
}

.cbp-hrmenu .cbp-hrsub-inner {
    border: none;
    border-radius: 8px;
    box-shadow: 0px 2px 6px 0px rgba(74, 63, 63, 0.45);
}

.cbp-hrmenu .cbp-links li a::before {
    content: '';
}

.cbp-hrmenu .cbp-links li a {
    padding-left: 0
}

.seo-text {
    margin: 3rem 0;
}

.seo-text h2 {
    font-size: 2rem;
    margin: 1rem 0;
}

.seo-text .descr_text {
    margin-top: 22px;
    font-family: Oxygen;
    font-display: swap;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.subcategory-name {
    font-family: Oxygen, sans-serif;
}