body * {
  font-family: "Mulish", sans-serif;
}

.wc-block-components-text-input.wc-block-components-address-form__state {
	display: none;
}

:focus {
	outline: none !important;
	box-shadow: none !important;
}

.otgs-development-site-front-end {
	display: none !important;
}

header:not(.woocommerce-Address-title) {
    padding-top: 25px;
    box-shadow: 0px 2px 5px 0px rgba(154, 154, 154, 0.75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(154, 154, 154, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(154, 154, 154, 0.75);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    z-index: 12;
}

.container-fluid {
    /* width: 95%; */
    padding-left: 5%;
}

header .container-fluid {
    padding: 0 5%;
}

.aside-menu {
    width: 17%;
}

.aside-menu ul li.active-cat a {
    color: #0D4E92;
}
.main-content {
    width: 83%;
    padding: 0;
}

figure {
    margin-bottom: 0;
}

.header-topbar {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    gap: 20rem;
}

.logo-form-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4rem;
}

.header-form {
    width: 60%;
	position: relative;
}

.quick-search-results {
    position: absolute;
    top: 35px;
    background: #f5f5f5;
    z-index: 99;
    display: flex;
    border-radius: 20px;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

.quick-search-results-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
	padding: 10px;
}

.quick-search-result {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 5px solid white;
    padding: 10px;
    width: 100%;
	color: black;
	text-decoration: none;
}

.quick-search-result img {
    height: 60px;
    width: min-content;
}

.quick-search-result a {
	color: black;
	text-decoration: none;
}

.quick-search-result p {
    margin: 0;
}

form.header-form-search input {
    width: 100%;
    position: relative;
    background: #E5E5E5;
    border: none;
    border-radius: 30px;
    text-indent: 20px;
    padding: 5px;
}

form.header-form-search img {
    position: absolute;
    right: 20px;
	cursor: pointer;
}

form.header-form-search {
    position: relative;
    display: flex;
    align-items: center;
}
.header-info-icons {
    width: 50%;
    display: flex;
    align-items: center;
}

.header-telephone {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.header-telephone a {
    margin: 0;
    color: #0D4E92;
    font-weight: bold;
    text-decoration: none;
}

.header-shop-icons {
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 2rem;
}

.header-shop-icon-cart:after {
    content: attr(data-cart);
    position: absolute;
    top: 0;
    background: #0d4e92;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    right: -20px;
}

.header-shop-icon-cart {
    position: relative;
}

.header-menu {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.dropdown-toggle:after {
	display:none !important;
}

.nav-item.dropend:hover svg {
	display: inline-block !important;
}

.navbar-nav {
    gap: 2rem;
}

.navbar-nav li a {
    color: #9A9A9A;
    font-weight: bold;
}

.navbar-nav li a:hover, .navbar-nav .nav-link.show, .navbar-nav li a:focus {
    color: #0D4E92;
}

.navbar-nav li.active a.nav-link {
    color: #0D4E92;
}

.nav-item.dropend {
    position: initial;
    display: flex;
    align-items: center;
	padding-right: 15px;
}

header .header-children-drop {
	height: 100%;
	width: 100%;
	margin-left: 0 !important;
}

header .header-children-drop li a {
	display: block;
	text-decoration: none;
	padding-inline: 15px;
	line-height: 1.2;
    margin-top: 10px;
	
}

header .blue-link {
	color: #0D4E92 !important;
}

.products-cat-menu li a {
	color: #0D4E92;
}

.products-cat-menu li a:hover {
	color: #062e58;
}

.products-cat-menu {
    border: none;
	width: 300px;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
	display: block;
	background: #FAFAFA;
	  border: none;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.aside-menu ul:not(.aside-dropdown-menu) {
    list-style-type: none;
    padding: 0;
	line-height: 1.3;
}

.aside-dropdown-menu {
    display: none;
    background: #FAFAFA;
    padding: 30px;
    position: absolute;
    top: 0;
    height: 100%;
    right: -100%;
    list-style-type: none;
    line-height: 2;
    width: 100%;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

ul.aside-categories li:hover .aside-dropdown-menu {
    display: block;
}

img.img-fluid.fzom-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 60px !important;
    width: auto !important;
    background-color: white;
}

.language-social {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.language-social .language-menu p {
    margin: 0;
    cursor: pointer;
}

.language-social .language-menu span.active {
    color: #0d4e92;
    font-weight: bold;
}

.social-icons-header a {
    text-decoration: none;
}

.aside-menu {
    padding-top: 2rem;
    position: sticky;
    top: 0;
    height: fit-content;
    z-index: 9;
	padding-inline: 0;
}

.aside-menu h2 img {
    height: 30px;
}

.aside-menu h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0d4e92;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 16px;
}

.aside-menu ul.aside-categories {
    list-style-type: none;
    padding: 0;
    padding-top: 1rem;
    color: #0d4e92;
    font-weight: bold;
}

.aside-categories li:hover a:not(.aside-dropdown-item) {
	color:#052557;
}

.aside-menu ul li:hover svg {
	display: inline !important;
}

.aside-menu ul li a {
    color: #0d4e92;
    text-decoration: none;
	padding: 5px 0;
	display: flex;
	align-items: center;
    gap: 10px;
}

.aside-dropdown-menu li {
	line-height: 1.5;
}

.home-slider {
    position: relative;
}

.slide-wrapper {
    display: flex;
    width: 100%;
}

.slider-btn {
    position: absolute;
    right: 90px;
    z-index: 999;
}

/* .slide-wrapper img {
    position: absolute;
    width: 100%;
    z-index: -1;
    object-fit: cover;
} */

.swiper-wrapper .swiper-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-position: center center !important;
}

.slide-wrapper .slide-content {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
	padding-right: 5rem;
}

.slide-wrapper .slide-content h2 {
    color: #0d4e92;
    font-weight: bold;
	font-size: 3rem;
}
.slide-wrapper .slide-content p {
    width: 60%;
    color: #0d4e92;
    text-align: right;
}

.slide-wrapper .slide-content .slider-btn {
    display: flex;
    margin-bottom: 5rem;
}

.slide-wrapper .slide-content .slider-btn a {
    background: #0d4e92;
    padding: 5px 40px;
    text-decoration: none;
    color: white;
    border-radius: 20px;
}

.swiper-pagination {
    bottom: -40px !important;
    z-index: 99;
}

span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.body-parts {
    margin-top: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/wp-content/themes/slavej/assets/images/body-parts-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.body-parts-wrapper {
    position: relative;
}

.body-parts-wrapper .body-parts-icons a.shoulder {
    top: 190px;
    left: 130px;
}

.body-parts-wrapper .body-parts-icons a.back {
    top: 250px;
    left: 200px;
}

.body-parts-wrapper .body-parts-icons a.hand {
    top: -10px;
    left: -40px;
}

.body-parts-wrapper .body-parts-icons a.elbow {
    top: 110px;
    left: 60px;
}
.body-parts-wrapper .body-parts-icons a.leg {
    bottom: 130px;
    right: 170px;
}
.body-parts-wrapper .body-parts-icons a.knee {
    left: 90px;
    bottom: 160px;
}
.body-parts-wrapper .body-parts-icons a.foot {
    bottom: -10px;
    left: 70px;
}

.body-parts-wrapper .body-parts-icons a {
    box-shadow: 0 0 0 0 rgba(237, 242, 243, 1);
    margin: 0;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 0px;
    width: 70px;
    text-align: center;
    justify-content: center;
    color: white;
    position: absolute;
    background: #0d4e92;
    font-size: 13px;
    text-decoration: none;
}

.body-parts-wrapper .body-parts-icons a:hover {
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
    }
    50% {
      box-shadow: 0 0 0 30px rgba(237, 242, 243, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(237, 242, 243, 0);
    }
}

.featured-products-wrapper h2 {
    color: #0d4e92;
    font-weight: bold;
}
.featured-products-wrapper {
    margin-top: 7rem;
    padding-right: 20px;
}

.featured-products {
    margin-top: 3rem;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.featured-products .featured-product {
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
}

.featured-products .featured-product h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #0d4e92;
    font-weight: bold;
}

.featured-products .featured-product p {
    color: #0d4e92;
}

.featured-products .featured-product p:not(.price){
    height: 90px;
}

.featured-products .featured-product p.price span {
    font-weight: bold;
    font-size: 18px;
}

.big-image-section {
    position: relative;
    margin: 5rem 0;
}

.big-image-section-wrapper {
    display: flex;
    height: 500px;
    align-items: center;
}

.big-image-section-wrapper img {
    position: absolute;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    height: 500px;
	border-radius: 20px;
}

.big-image-section-wrapper .big-image-section-content {
    padding-left: 5rem;
}

.big-image-section-wrapper .big-image-section-content h2 {
    color: #ffffff;
    font-weight: bold;
    width: 60%;
}

.big-image-section-wrapper .big-image-section-content p {
    width: 60%;
    color: #ffffff;
}

.blue-text-section .big-image-section-wrapper .big-image-section-content h2 {
    color: #0d4e92;
}

.blue-text-section .big-image-section-wrapper .big-image-section-content p {
    width: 60%;
    color: #0d4e92;
}

.big-image-section-wrapper .big-image-section-content .big-image-section-btn {
    display: flex;
}

.big-image-section-wrapper .big-image-section-content .big-image-section-btn a {
    background: #0d4e92;
    padding: 5px 40px;
    text-decoration: none;
    color: white;
    border-radius: 20px;
}

.company-stats {
    display: flex;
    width: 100%;
    border-radius: 20px;
    padding-right: 20px;
}

.company-stats .company-stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
    background: #F5F5F5;
    padding: 40px 20px;
}

.company-stats .company-stats-wrapper .company-stat {
    display: flex;
    align-items: center;
    gap: 20px;
}

.company-stats .company-stats-wrapper .company-stat p {
    color: #0d4e92;
    font-weight: bold;
	margin: 0;
}

.news-section .news-section-wrapper {
    display: flex;
    gap: 20px;
}

.news-section h2 {
    color: #0d4e92;
    margin-bottom: 2rem;
}

.news-section-wrapper .news-card {
    width: 100%;
}

.news-section-wrapper .news-card h2 {
    font-size: 20px;
    margin-top: 20px;
    width: 90%;
    height: 70px;
}

.news-section .news-section-wrapper img {
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
}

.news-section-wrapper .news-card .news-button {
    display: flex;
}

.news-section-wrapper .news-card .news-button a {
    background: #0d4e92;
    padding: 5px 40px;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}

p.product-sku {
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 20px;
    color: #9A9A9A;
    display: table;
}

.product-fzom {
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 20px;
    color: #0D4E92;
    display: table;
	margin-top: 20px;
}

h1.product_title.entry-title {
    color: #0D4E92;
    line-height: 1;
    font-weight: bold;
}

.product-custom-meta p {
    margin: 0;
    color: #737373;
}

.woocommerce span.onsale {
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.woocommerce-product-details__short-description {
    margin-top: 3rem;
    color: #737373;
}

.woocommerce div.product .product_meta {
    border-top: none !important;
    color: #0D4E92;
    font-weight: bold;
	margin-top: 2rem;
}

p.stock.out-of-stock {
    margin-top: 2rem;
    margin-bottom: 0;
}

.product_meta p {
    display: flex;
    align-items: center;
    gap: 20px;
}

.participation-note {
    text-align: center;
    font-style: italic;
    color: #0D4E92;
}

.custom-price {
    margin: 2rem 0;
	margin-bottom: 0;
    color: #0D4E92;
    display: flex;
    flex-direction: column;
}

.custom-price bdi {
    font-size: 40px;
    font-weight: bold;
}

.single_add_to_cart_button, form.cart .quantity {
    display: none !important;
}

.custom-price span {
    font-size: 25px;
    font-weight: normal;
}

.custom-var-btn {
    display: flex;
    flex-direction: column;
}

.custom-var-btn p {
    margin: 0;
}

.custom-var-btn p.active-var {
    background: #0D4E92;
    color: white;
    border: 1px solid #0D4E92;
}
.var-btns {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

p.var-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #737373;
}

.var-btns p {
    background: none;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #9A9A9A;
    color: #9A9A9A;
}

.woocommerce div.product .woocommerce-tabs .panel {
    display: flex;
    margin: 50px;
    flex-direction: column;
}

.sizes-product-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-breadcrumb {
    display: none;
}

.custom-add-to-cart {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2rem;
}

.custom-add-to-cart-quantity {
    display: flex;
    gap: 5px;
}

/* .woocommerce div.product form.cart {
    //display: none;
} */

.custom-add-to-cart p {
    cursor: pointer;
    margin: 0;
    background: #0D4E92;
    padding: 5px 30px;
    line-height: 1;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.custom-add-to-cart p.custom-q {
    cursor: default;
}

.custom-add-to-cart-button p {
    padding: 10px 50px;
}

.custom-add-to-cart p.minus, .custom-add-to-cart .plus {
    background: #E6E6E6;
}

/* .woocommerce-tabs.wc-tabs-wrapper {
    height: 400px;
    overflow: auto;
} */


.slider.wpgis-slider-for.vertical-img-left {
    box-shadow: 0px 0px 5px 5px rgba(204,204,204,0.75);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(204,204,204,0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(204,204,204,0.75);
	border-radius: 20px;
}



.category-wrapper {
    padding-top: 3rem;
}

.category-banner img {
    width: 100%;
}

.category-products {
    margin-top: 3rem;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-right: 20px;
	position: relative;
}

.category-products .product {
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    justify-content: space-between;
	height: 100%;
	position: relative;
}

.title-sku {
    margin-top: 20px;
}

.title-sku span {
    color: #9A9A9A;
	font-size: 14px;
}

.category-products .product h3 {
	margin-top: 5px;
    font-size: 18px;
    color: #0d4e92;
    font-weight: bold;
}

.category-products .product p.price {
    color: #b3af54;
	display: flex;
    flex-direction: column;
    align-items: baseline;
}

.category-products del.old-price span {
    font-size: 14px !important;
    color: red !important;
}

.category-products del.old-price {
	color: red !important;
	font-size: 14px;
}    

.category-products .product p:not(.price){
    height: 90px;
}

.category-products .product p.price span {
    font-weight: bold;
    font-size: 18px;
}

.related-products {
    margin-top: 3rem;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-right: 20px;
}

.related-products .product {
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
}

.related-products .product h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #0d4e92;
    font-weight: bold;
}

.related-products .product p {
    color: #0d4e92;
}

.related.products .product p:not(.price){
    height: 90px;
}

.related-products .product p.price span {
    font-weight: bold;
    font-size: 18px;
}

.custom-woocommerce-wrapper {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.related.products {
    margin-top: 5rem;
    clear: both;
}

.custom-woocommerce-wrapper .woocommerce-breadcrumb {
    margin-bottom: 2rem;
}

ul.tabs.wc-tabs {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
	background: #F8F8F8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #eeeeee;
    border-radius: 20px;
    background: none;
	padding: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0D4E92;
    color: white;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border: 2px solid #F8F8F8;
	border-radius: 20px;
	overflow:hidden;
    box-shadow: 0px 4px 5px 0px rgba(154, 154, 154, 0.75);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(154, 154, 154, 0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(154, 154, 154, 0.75);
}

.related.products {
    margin-top: 5rem;
}

.related.products h2 {
    margin-bottom: 3rem;
    color: #0D4E92;
    font-weight: bold;
}

.footer-wrapper {
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.footer-logo-icons {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-logo-icons .footer-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-menus {
    display: flex;
    gap: 2rem;
}

.footer-menus .footer-menu h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.footer-menus .footer-menu ul {
    list-style-type: none;
    padding: 0;
    color: #ffffff;
}

.footer-menus .footer-menu ul li a {
    cursor: pointer;
	color: white;
	text-decoration: none;
}

.footer-menus .footer-menu ul li a:hover {
    color: black !important;
}

.footer-menus .footer-menu p {
    margin: 0;
}

footer {
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
}
footer section {
    padding: 2rem 0;
}

footer .widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #0d4e92;
	height: 100%;
	gap: 10px;
}
footer .widget-location {
	gap: 0;	
}

footer .widget-newsletter {
	text-align: left;
	align-items: flex-start;
}

footer .widget-newsletter p {
    margin: 0;
}

footer .website-info {
	background: #F5F5F5;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
footer .footer-bottom {
	background: #0d4e92;
}
.widget.widget-newsletter form {
    width: 100%;
    display: grid;
    grid-template-columns: .6fr .3fr;
    gap: 10px;
}

section.website-info .col-4 {
	position: relative;
}

section.website-info .col-4:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #0d4e92;
    left: 0;
    height: 100%;
    top: 0;
}

section.website-info .col-4:nth-child(1):after {
    display: none;
}

.widget.widget-newsletter form button {
    background: #0d4e92;
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: bold;
	line-height: 1;
}
.widget.widget-newsletter form input {
    background: none;
    border: 1px solid #0d4e92;
    border-radius: 20px;
    text-indent: 20px;
    color: black;
    height: 40px;
}

.widget.widget-newsletter form input::placeholder {
	color: #0d4e92;
}

.widget.widget-call .contact-div p {
    margin: 0;
    font-weight: 300;
}


.widget.widget-location p {
    display: flex;
    flex-direction: column;
    font-size: 25px;
}

.widget.widget-location p:nth-child(1) {
    border-bottom: 2px solid #0d4e92;
    padding-bottom: 20px;
}

.widget.widget-location img {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    margin: 0 auto;
}

section.hero-wrapper {
    height: 500px;
    display: flex;
    align-items: center;
}

section.hero-inner-wrapper {
    background: #0D4E92;
    padding: 3rem 0;
    margin-top: 2rem;
}

section.hero-wrapper .hero-wrapper-inner .hero-title {
    color: white;
    font-weight: bold;
}

section.hero-inner-wrapper .hero-wrapper-inner .hero-title {
    color: white;
    font-weight: bold;
	text-align: center;
}

section.protetika-hero-wrapper .hero-wrapper-inner .hero-title {
	text-align: left;
}

section.hero-wrapper .hero-wrapper-inner .hero-description p {
    width: 600px;
    color:white;
}

section.hero-inner-wrapper .hero-wrapper-inner .hero-description p {
    width: 600px;
    color:white;
}

section.description-cards {
    margin-top: 2rem;
}

.cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
    padding-bottom: 3rem;
    gap: 5rem;
}

.cards-grid-2 {
	grid-template-columns: 1fr 1fr;
}

.cards .explore-card {
    background: #F0F0F0;
    padding: 2rem;
}

section.description-cards .description {
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18px;
}

.about-us-cards .description {
	text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
    margin-bottom: 2rem;
    font-size: 18px;
}

.explore-card p {
    color: #5C5C5C;
    width: 90%;
}

.explore-card h2 {
    color: #5C5C5C;
    font-weight: bold;
}

.bottom-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bottom-card p {
    font-weight: bold;
    margin: 0;
}

.bottom-card a {
    color: #0D4E92;
    font-weight: bold;
}

.review-slide-wrapper {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 50px;
    background: #F7F7F7;
    border-radius: 20px;
    overflow: hidden;
	height: 450px;
}

.slider-info {
    padding: 3rem 4rem;
}

p.quote {
    font-size: 130px;
    margin: 0;
    line-height: 0.5;
    color: #0D4E92;
    font-weight: bold;
}

.slider-info .title {
    font-size: 30px;
    font-weight: bold;
    color: #0D4E92;
}

.slider-info .description {
    width: 90%;
}

.slider-info a {
    background: #0d4e92;
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
    color: #ffffff;
    text-decoration: none;
}

.slider-image img {
    height: 100%;
    object-fit: cover;
}

.slider-image {
    display: flex;
    /* height: 100%; */
    justify-content: end;
}

.review-swiper-pagination {
    z-index: 99;
    position: absolute;
    padding-left: 4rem;
	padding-bottom: 25px;
}

section.explore-tabs {
    margin-bottom: 5rem;
}

section.explore-tabs .tabs-explore {
    margin: 3rem 0;
    font-size: 20px;
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

}

.nav-tabs li button {
    color: #5C5C5C;
    padding: 20px;
}

.nav-tabs li .active {
    background: #0D4E92 !important;
    color: white !important;
}

.nav-tabs .nav-item .nav-link {
    border: none !important;
    width: 100%;
	background: #eeeeee;
}

div#myTabContent {
    padding: 2rem;
    background: #F8F8F8;
}

div#level-tab-pane .tab-links {
    margin: 2rem 0;
}

.tab-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-link {
    display: flex;
    justify-content: space-between;
    background: #EBEBEB;
	align-items:center;
}

.tab-link a {
    text-decoration: none;
    color: #0D4E92;
    text-transform: uppercase;
    font-weight: bold;
	width: 100%;
	height: 100%;
	display:flex;
	padding: 10px;
	align-items: center;
    justify-content: space-between;
	font-size: 14px;
}

.component-tab-wrapper {
    display: grid;
	grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
}

.component-tab-wrapper h2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #5C5C5C;
}

.component-tab-wrapper p {
    width: 90%;
}

.component-ortorika p {
    width: 400px;
}

h2.bottom_tab_title {
    margin-top: 2rem;
}

section.content-wrapper {
    padding: 3rem 0;
    margin-bottom: 5rem;
}

.page-sidebar h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #0D4E92;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
	font-size: 22px;
}

.page-sidebar-menu .subtitle {
    color: #5C5C5C;
    font-weight: bold;
}

.page-sidebar-menu ul {
    list-style-type: none;
    padding: 0;
}

.page-sidebar-menu ul h5 {
    color: #5C5C5C;
    font-size: 18px;
    font-weight: bold;
}

.page-sidebar-menu ul h5:nth-last-of-type(1) {
    margin-top: 10px;
}
.page-sidebar-menu ul li a {
    color: #9A9A9A;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.page-sidebar-menu ul li.active a {
    color: #0D4E92;
}

.page-sidebar-cta {
    margin-top: 3rem;
}
.page-sidebar-cta a {
    background: #0D4E92;
    color: white;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
}

.page-sidebar-menu {
    border-bottom: 1px solid;
    padding-top: 10px;
}

.page-content, .page-bullets, .page-slider, .free-consultation, .page-tabs {
    padding: 0 2rem;
}

.page-content a {
	color: inherit;
}

.page-bullets .bullet .bullet-icon img {
    object-fit: contain;
}
.page-bullets .bullet {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    grid-template-columns: 0.3fr 2fr;
    margin-bottom: 20px;
    gap: 20px;
}

.page-bullets {
    display: flex;
    margin: 2rem 0;
    flex-direction: column;
}

.bullet-info h3 {
    color: #5C5C5C;
    font-weight: bold;
    font-size: 22px;
}

.bullet-info p {
    color: #5C5C5C;
    width: 70%;
}

.explore-multiple .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.page-slider {
    margin-bottom: 5rem;
}

.page-slider .featured-products {
	display: block;
}

.page-tabs {
    margin: 20px 0;
}

.page-tab-bullet {
    display: grid;
    gap: 20px;
    margin-bottom: 10px;
    grid-template-columns: 0fr 1fr;
    align-items: center;
}

.page-tab-bullet p {
	margin: 0;
}

.page-tab-bullet p.bullet-no {
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #0d4e92;
}

.page-tabs .nav-tabs {
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.page-tabs .nav-tabs li {
	width: 100%;
	font-size: 14px;
}

.page-tabs .nav-tabs li button {
	padding: 20px 0;
}

.free-consultation-wrapper {
    background-color: #F7F7F7;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url(/wp-content/uploads/2024/10/frame-46.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.free-consultation-wrapper p {
    color: #0D4E92;
    font-size: 30px;
    font-weight: bold;
}

.free-consultation-wrapper a {
    background: #0D4E92;
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
}

.explore-multiple .nav-tabs li {
    width: 100%;
}

.content-grid-inner {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.content-grid-inner h2 {
    color: #0D4E92;
}

.content-menu {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.content-menu .menu-item {
    display: flex;
}

.content-menu .menu-item h2 {
    font-size: 22px;
    color: #5C5C5C;
}

.content-menu .menu-item img {
    object-fit: contain;
    background: #0D4E92;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
}

.content-menu .menu-item {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.content-menu .menu-content ul {
    padding: 0;
    list-style-type: none;
}

.content-menu .menu-content ul li a {
    color: #0D4E92;
    text-decoration: none;
}

.tab-bullets {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1rem 3rem;
}

.tab-bullets .tab-bullet {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.tab-bullets .tab-bullet p {
    width: auto !important;
    margin: 0;
}

.tab-bullets .tab-bullet .number {
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid;
    width: 30px;
    padding: 10px;
    line-height: 10px;
    color: #0D4E92;
}

.embed-video-inner {
    display: flex;
    gap: 5rem;
}

section.embed-video-content .container-fluid {
    background: #F7F7F7;
    padding: 2rem;
    border-radius: 20px;
}

.embed-video-info h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0D4E92;
    margin-bottom: 20px;
}

.embed-cta-buttons {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 2rem 0;
}

.embed-cta-buttons a {
    color: white;
    background: #0D4E92;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
}

.about-us-wrapper {
    margin-top: 2rem;
}

.about-us-wrapper .about-us-content iframe {
    width: 80%;
    margin: 3rem auto;
    display: block;
	height: 400px;
}

.about-us-cards-wrapper .about-us-card {
    background: #F7F7F7;
    padding: 2rem;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
}

.about-us-cards-wrapper .about-us-card h2 {
    font-weight: bold;
    color: #0D4E92;
}
.about-us-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
	margin-bottom: 5rem;
}

.about-us-wrapper .about-us-content {
    color: #000000;
	width:80%;
	margin: 0 auto;
}

.about-us-wrapper .about-us-content img {
    margin: 2rem auto;
    display: block;
	width: 100%;
	height: auto;
}

.about-us-card .card-btn {
    display: flex;
    align-items: end;
    height: 100%;
}

.about-us-card a {
    background: #0d4e92;
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 10px;
}

section.gallery-section .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
section.gallery-section {
    margin: 5rem 0;
}

section.gallery-section .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

button.accordion-button p {
    margin: 0;
	color: #0D4E92;
	font-weight: bold;
}
button.accordion-button {
    display: flex;
    align-items: center;
    height: auto;
    gap: 5px;
	background: #F5F5F5 !important;
}

.accordion-button::after {
    margin-left: 0;
}

.accordion-fzom .accordion-button {
	box-shadow: none !important;
}

.accordion-fzom h3.accordion-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
	background: #f5f5f5;
}

.accordion-fzom .accordion-body {
	background: #f5f5f5;
}

.location-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2rem 0;
    border-bottom: 1px solid;
    padding-bottom: 20px;
	border-color: #cccccc;
}

.location-wrapper:nth-last-child(1) {
	border: none;
}

p.location-title {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
	color: #0D4E92;
}

p.location-address {
    text-decoration: underline;
    margin: 5px 0;
	color: #0D4E92;
}

.location-contact {
    display: flex;
    gap: 3rem;
    margin-top: 1rem;
	color: #0D4E92;
}

.location-images img {
    height: 230px;
    border-radius: 20px;
}
.location-images {
    display: flex;
    gap: 20px;
}

section.locations h1 {
    font-weight: bold;
    margin: 5rem 0;
	color: #0D4E92;
}

div#accordionExample {
	    gap: 20px;
    display: flex;
    flex-direction: column;
}

.accordion-item {
    border-radius: 20px !important;
    border: none;
    overflow: hidden;
}

section.info-accordion h2 {
    margin: 2rem 0;
    color: #0D4E92;
	font-weight: bold;
}

section.blog-wrapper .blog-inner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
section.blog-wrapper {
    margin: 5rem 0;
}

.blog-post-card h2 {
    margin: 20px 0;
    font-size: 22px;
    color: #0D4E92;
}
.blog-post-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}

.blog-post-card .blog-read-more {
    background: #0D4E92;
    color: white;
    padding: 10px 40px;
    border-radius: 20px;
    text-decoration: none;
	width: max-content;
}

.blog-post-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-title-btn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-section-info img {
    object-fit: contain;
    margin: 20px auto;
	display: block;
    max-width: 100%;
    height: auto;
}
.post-section-info h1 {
    margin-bottom: 2rem;
    color: #0d4e92;
}
.post-section {
    margin: 5rem auto;
    position: relative;
    width: 60%;
}

.related-news .news-section {
    margin-top: 5rem;
}

.post-content {
    margin: 2rem 0;
}

.post-content img {
    object-fit: contain;
    margin: 20px auto;
	display: block;
    max-width: 100%;
    height: auto;
	
}

.post-content iframe {
    width: 100%;
    height: 400px;
    margin: 2rem 0;
}

.go-back a {
    text-decoration: none;
    color: #0d4e92;
    font-weight: bold;
}

.no-price-product {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 3rem 0;
}

.no-price-product button {
    background: #0D4E92 !important;
    border: none;
}

.store-avaliable {
	background: #0D4E92;
	padding: 10px 30px;
	color: white;
	border-radius: 20px;
	margin: 0;
}

.modal-body button {
    width: 100%;
    background: #0D4E92 !important;
    border: none;
}

.modal-product img {
    height: 120px;
    margin: 0 auto;
	box-shadow: 0px 0px 5px 5px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(204, 204, 204, 0.75);
}
.modal-product {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: center;
}

.modal-header {
	border: none;
}

.modal-content {
	background: #F8F8F8;
}

.modal-product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-product-info p {
	margin: 0;
	color: #9A9A9A;
}

.modal-product-info h4 {
	color: #0D4E92;
}

button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    opacity: 1;
}

.gallery-section .gallery img {
    box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 0.75);
	border-radius: 20px;
	height: 300px;
	object-fit: cover;
}

.tab-hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    justify-content: center;
}

.tab-hero-section .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-hero-section .hero-image {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 350px;
    margin: 0 auto;
}

.hero-meta h1 {
    color: #0d4e92;
    font-weight: bold;
}
.hero-meta .small-title, .hero-meta .description {
    color: #444444;
    font-weight: bold;
}

.post-tab-links {
    margin-top: 5rem;
    display: flex;
    position: sticky;
    top: 0;
    background: white;
	z-index: 9;
}

.post-tab-links ul {
    display: flex;
    padding: 0;
    list-style-type: none;
    gap: 2rem;
    margin: 0;
    border-bottom: 1px solid #9A9A9A;
    width: 100%;
}

.post-tab-links li.active-tab {
    border-bottom: 10px solid #0d4e92;
}

.post-tab-links ul a {
    text-decoration: none;
    color: #444444;
    font-weight: bold;
	padding-bottom: 20px;
	display: block;
}

.post-tab-content {
    margin-top: 5rem;
}

.post-tab-content .tab-small-title {
    font-weight: bold;
    color: #444444;
	font-size: 18px;
}

.card-small_title {
	font-weight: bold;
    color: #444444;
	font-size: 18px;
}

.post-tab-content h2 {
    font-weight: bold;
    color: #0d4e92;
    margin: 20px 0;
}

.post-tab-content .tab-description {
    color: #444444;
}

.simple-section {
    margin-bottom: 2rem;
}

.accordion-row h2 {
    font-weight: bold;
    color: #0d4e92;
    margin: 20px 0;
}

.simple-section.grey-bg {
    background: #F5F5F5;
    position: relative;
	padding: 2rem 5rem;
	overflow: hidden;
}

.simple-section.grey-bg:before {
    content: "";
    background: #f5f5f5;
    position: absolute;
    left: -50%;
    width: 100px;
    height: 100%;
    width: 150vw;
    top: 0;
    right: 50%;
    z-index: -1;
}

.tab-cards {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.tab-cards .tab-card {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}

.tab-cards .tab-card img {
	width: 100%;
}

.tab-cards .tab-card:nth-child(even) {
    flex-direction: row-reverse;
}

.woocommerce-variation-price {
	display: none;
}

.custom-price.price * {
    color: #0D4E92;
}

.category-filters {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
}

.category-filters a {
    text-decoration: none;
    color: black;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
}

.category-filters a.active-filter {
    background: #0d4e92;
    border: none;
    color: white;
}

p.onsale {
    position: absolute;
    right: 0;
    background: #0d4e92;
    margin: 0;
    height: auto !important;
    border-radius: 50%;
    text-align: center;
    color: white !important;
    padding: 10px;
    top: 0;
}

section.category-info h1 {
    color: white;
}
section.category-info p {
    width: 500px;
    color: white;
}
section.category-info .container-fluid {
    padding: 50px;
	margin-top: 10px;
	border-radius: 20px;
}

.category-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d4e92;
    padding: 20px;
    border-radius: 20px;
}

.category-banner img {
    height: auto;
    width: auto;
	background: white;
    padding: 5px;
    border-radius: 10px;
}

.category-banner p {
    margin: 0;
    display: flex;
    gap: 20px;
    color: white;
	align-items: center;
}

.old-price {
	opacity: 1 !important;
}

.old-price bdi * {
	font-size: 16px;
}

.our-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-content: center;
    text-align: center;
}

.team-member {
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 10px;
}

.team-member hr {
    background: #9A9A9A;
    width: 70%;
}

.team-member p {
	margin:0;
}

.team-member h2 {
	margin-top: 10px;
	margin-bottom: 0;
	color: #0D4E92;
	font-size: 24px;
	font-weight: bold;
}

.team-member img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

p.ref-broj {
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 20px;
    color: #9A9A9A;
    display: table;
    font-size: 14px;
}

.page-content form {
	margin: 2rem 0;
}

.page-content form button {
    background: #0D4E92;
    border: none;
    color: white;
    padding: 5px 30px;
    border-radius: 20px;
}

.download-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
	align-items: center;
}

.download-form .form-row .form-check {
	margin-bottom: 0 !important;
}

.download-form .form-row input:not(.form-check-input) {
    background: #D9D9D9;
    border: none;
}

.container.custom-account-container {
    margin-top: 5rem;
	display: flex;
	gap: 2rem;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

nav.woocommerce-MyAccount-navigation li a {
	background: #e9e6ed;
    padding: 5px;
    color: #0d4e92;
    text-decoration: none;
	width: 100%;
	display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
    color: white;
	background: #0d4e92;
}

header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

header.woocommerce-Address-title.title a {
	color: black;
	text-decoration: none;
}

header.woocommerce-Address-title.title:before, header.woocommerce-Address-title.title:after {
    display: none !important;
}

.woocommerce-address-fields button {
    background: #0d4e92;
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 2rem;
}

.wp-block-woocommerce-cart.alignwide {
    margin-top: 3rem;
}

.wp-block-woocommerce-cart.alignwide a.wc-block-components-product-name {
	text-decoration: none;
	color:black;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #0d4e92;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background: #0d4e92;
    border: none;
    color: white;
    border-radius: 20px;
	text-transform: uppercase;
}

.post-section-info img, .post-content img {
    border-radius: 20px;
}

.container.custom-account-container.custom-form-container {
    flex-direction: column;
    gap: 0;
}

.custom-form-container .woocommerce-form button, .woocommerce-ResetPassword button {
    background: #0d4e92;
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: bold;
}

.custom-form-container .woocommerce-form p.woocommerce-LostPassword.lost_password {
	margin-top: 20px;
}

.custom-form-container .woocommerce-form a {
	text-decoration: none;
	color: black;
}

section.generic-section {
    margin: 5rem 0;
}


.page-template-b2b-login header, .page-template-b2b-login footer, .page-template-b2b-forgot-password header, .page-template-b2b-forgot-password footer {
    display: none;
}

.page-template-b2b .about-us-cards-wrapper {
	grid-template-columns: 1fr 1fr 1fr;	
	gap: 1rem;
	margin-bottom: 0;
}

.b2b-wrapper {
	margin-top: 5rem;
}

.page-template-b2b-shop .category-products {
	margin-top: 0;
}


.b2b-auth-wrapper {
    width: 100%;
    background: url(/wp-content/uploads/2026/01/b2b-auth-bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.b2b-auth-wrapper .login-form {
    background: #ffffffd6;
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 30%;
}

.b2b-auth-wrapper .login-form h3 {
    color: #0D4E92;
    font-weight: bold;
    font-size: 20px;
}

.b2b-auth-wrapper .login-form a {
    text-decoration: none;
    color: #5C5C5C;
}

.b2b-auth-wrapper .login-form form input {
    border: none;
    border-radius: 10px;
    padding: 10px;
}

.b2b-auth-wrapper .login-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.b2b-auth-wrapper .login-form form button {
    background: #0D4E92;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 30px;
    color: white;
}

.b2b-inner-wrapper {
    display: flex;
    gap: 5rem;
    margin-top: 2rem;
}

.b2b-aside-menu {
    display: flex;
}

.b2b-aside-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.b2b-aside-menu ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #9A9A9A;
}

.b2b-aside-menu ul li a.active-menu {
    color: #0D4E92;
    font-weight: bold;
    font-size: 22px;
}

.b2b-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.b2b-content button.accordion-button {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.b2b-content button.accordion-button div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.b2b-content button.accordion-button:after {
    display: none;
}

.b2b-order-product-wrapper {
    border-bottom: 1px solid #9A9A9A;
    padding-bottom: 10px;
}

.b2b-order-product-info {
    display: flex;
    justify-content: space-between;
}

.b2b-content .accordion-body {
    padding: 15px;
}

.b2b-order-total {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 20px;
}

.b2b-invoices {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.b2b-invoice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
}

.b2b-invoice .title-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.b2b-invoice .title-icon img {
    height: 30px;
    object-fit: contain;
}

.b2b-invoice .title-icon h3 {
    margin: 0;
    border-left: 1px solid #cccccc;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #0D4E92;
}

.b2b-invoice .cta-button a {
    background: #0D4E92;
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
}


.b2b-profile-info {
    display: flex;
    flex-direction: column;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 2rem;
}

.profile-info-wrapper {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.profile-info {
    display: flex;
    gap: 10px;
}

@media screen and (min-width: 1441px) {
    .header-topbar {
        gap: 0rem;
    }
}

@media screen and (max-width: 1440px) {
    
    .header-topbar {
        gap: 2rem;
    }
    .featured-products {
        gap: 10px;
    }
    .featured-products .featured-product h3 {
        font-size: 17px;
    }
    .featured-products .featured-product p {
        font-size: 14px;
    }
	.widget.widget-newsletter form {
		grid-template-columns: 0.6fr 0.4fr;
	}
	.aside-dropdown-menu {
		right: -100%;
	}
	
	.aside-menu ul li {
		margin: 5px 0 10px 0;
	}
	
	.aside-dropdown-menu li {
		line-height: 1.3;
	}
	
	.aside-dropdown-menu {
		padding: 20px;
	}
	
	.blog-post-card img {
		height: 200px;
	}
}

@media screen and (max-width: 1300px) {
    .header-form {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .container-fluid {
        width: 95%;
    }
    .navbar-nav {
        gap: 1rem;
    }
    .header-topbar {
        gap: 1rem;
    }
    .logo-form-wrapper {
        gap: 3rem;
    }
    .news-section .news-section-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .main-content {
        width: 70%;
    }
    .aside-menu {
        width: 30%;
    }
    .featured-products {
        grid-template-columns: 1fr 1fr;
    }
    .footer-menus {
        display: flex;
        gap: 1rem;
    }
    .footer-wrapper {
        gap: 2rem;
    }
    .footer-menus .footer-menu ul li {
        cursor: pointer;
        font-size: 14px;
    }
    .footer-menus .footer-menu h3 {
        font-size: 18px;
    }
}


@media screen and (max-width: 1000px) {
	
	#wpgis-gallery {
		display: none !important;
	}
	
	.wpgis-slider-for .btn-prev, .wpgis-slider-for .btn-next {
		opacity: 1 !important;
		margin-right: 0;
		margin-left: 0;
	}
	
	.vertical-img-left.wpgis-slider-for {
		width: 100%;
	}
	
	.about-us-wrapper .about-us-content {
		width: 100%;
	}

	.aside-menu {
		display: none;
	}
	
	.main-content {
		width: 100%;
	}
	
	.widget.widget-newsletter form {
		grid-template-columns: 1fr;
	}
	
	.location-images {
		flex-direction: column;
	}
	
	section.gallery-section .gallery {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.category-filters {
		gap: 1rem;
	}
	
	.home-slider {
		margin-top: 0;
	}
	
	.home-slider .swiper-wrapper .swiper-slide {
		background-position: center center !important;	
		background-size: contain !important;
	}
	
	.slide-wrapper .slide-content .slider-btn {
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
	.slide-wrapper .slide-content .slider-btn a {
        padding: 5px 30px;
    }
	
	.body-parts {
		background-size: contain;
	}
	
	.body-parts-wrapper .body-parts-icons a {
		width: 50px;
		height: 50px;
	}
	
	.body-parts-wrapper .body-parts-icons a.hand {
		left: -10px;
	}
	
	.body-parts-wrapper .body-parts-icons a.elbow {
		top: 90px;
		left: 40px;
	}
	
	.body-parts-wrapper .body-parts-icons a.knee {
		left: 50px;
		bottom: 100px;
	}
	
	.body-parts-wrapper .body-parts-icons a.shoulder {
		top: 120px;
		left: 90px;
	}
	
	.body-parts-wrapper .body-parts-icons a.back {
		top: 170px;
		left: 130px;
	}
	.body-parts-wrapper .body-parts-icons a.leg {
		bottom: 70px;
		right: 100px;
	}
	
	.category-products .product {
		padding: 10px;
	}
	
	img.img-fluid.fzom-logo {
		top: 10px;
		left: 0px;
	}
	
	.container-fluid {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
	
	.big-image-section-wrapper .big-image-section-content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		text-align: left;
		padding-left: 20px;
	}
	
	.big-image-section-wrapper {
		height: auto;
	}
	
	.big-image-section-wrapper img {
		height: 300px;
	}
	
	.company-stats .company-stats-wrapper {
		flex-direction: column;
	}
	
	.news-section .news-section-wrapper {
		grid-template-columns: 1fr;
	}
	
	.news-section-wrapper .news-card h2 {
		height: auto;
	}
	
	.news-section .news-section-wrapper img {
		width: 100%;
	}

	
	.custom-add-to-cart p {
		padding: 5px 20px;
		text-align: center;
        font-size: 18px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0 20px;
		width: 100%;
	}
	
	.related-products {
		grid-template-columns: 1fr 1fr;
		padding-right: 0;
	}
	
	.about-us-cards .description {
		width: 100%;
	}
	
	.review-slide-wrapper .slider-image img {
		width: 300px;
		height: 300px;
	}
	
	ul.tabs.wc-tabs {
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 10px;
	}
	
	.location-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	
	.about-us-wrapper .about-us-content iframe {
		width: 100%;
	}
	
	.about-us-cards-wrapper {
		grid-template-columns: 1fr;
	}
	
    .review-slide-wrapper {
        grid-template-columns: 1fr;
        height: auto;
        gap: 0;
        padding-bottom: 40px;
    }
	
	.review-swiper-pagination {
		text-align: center;
		padding: 0;
	}
	
	.category-products .product h3, .related-products .product h3 {
		font-size: 14px;
	}
	
	div#tab-custom-golemina {
		width: 100%;
		margin: 0;
	}
	div#tab-custom-golemina th {
		font-size: 14px;
		margin: 0;
		vertical-align: middle;
	}
	
	.review-slide-wrapper .slider-image {
		justify-content: center;
		margin-bottom: 20px;
	}
	
	.cards-grid-2 {
		grid-template-columns: 1fr;
	}
	
	section.hero-wrapper .hero-wrapper-inner .hero-description p, section.hero-inner-wrapper .hero-wrapper-inner .hero-description p {
		width: auto;
	}
	
	.nav-tabs li {
		font-size: 12px;
	}
	
	.component-tab-wrapper {
		grid-template-columns: 1fr;
	}
	
	section.content-wrapper .row {
		flex-direction: column-reverse;
		gap: 2rem;
	}
	section.content-wrapper .row .col-3, section.content-wrapper .row .col-9 {
		width: 100%;
	}
	
	.page-content, .page-bullets, .page-slider, .free-consultation, .page-tabs {
		padding: 0;
	}
	
	.our-team {
		grid-template-columns: 1fr;
	}
	
	div#myTabContent {
		padding: 2rem 15px;
	}
	
	.download-form .form-row {
		grid-template-columns: 1fr;
	}
	
	.page-content form button {
		margin-top: 2rem;
	}
	
	.page-tabs .nav-tabs {
		grid-template-columns: 1fr;
	}
	
	section.blog-wrapper .blog-inner-wrapper {
		grid-template-columns: 1fr;
	}
	
	.tab-hero-section {
		grid-template-columns: 1fr;
	}
	
	.post-section {
		width: 100%;
	}
	
	.post-tab-links {
		overflow: auto;
	}
	
	.tab-cards .tab-card {
		grid-template-columns: 1fr;
	}
	
	.simple-section.grey-bg {
		padding: 2rem 1rem;
	}
	
	.logo-form-wrapper .logo img {
		height: 40px;
	}
	
	header:not(.woocommerce-Address-title) {
		border-radius: 0;
		padding-top: 15px;
		z-index: 9999;
	}
	
	.quick-search-results {
		position: relative;
		top: 5px;
	}
	
	.header-form.mobile-header-form {
		margin-top: 20px;
		width: 100%;
		margin-bottom: 10px;
	}
	
	header .container-fluid {
		padding: 0 15px;
	}
	
	.header-shop-icon-cart:after {
		top: -5px;
		right: -13px;
	}
	
	.mobile-menu, .mobile-menu-normal {
		position: fixed;
		background: white;
		width: 85%;
		top: 0;
		z-index: 999999;
		padding: 0 15px;
		display: none;
		height: 100%;
        overflow: auto;
	}

	.mobile-menu ul, .mobile-menu-normal ul {
		list-style-type: none;
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	.mobile-menu ul li, .mobile-menu-normal ul li {
        border-bottom: 1px solid #eee;
    }
	
	.mobile-menu ul li a, .mobile-menu-normal ul li a {
		width: 100%;
		display: flex;
		text-decoration: none;
		color: black;
		padding: 5px;
		align-items: center;
        gap: 5px;
		padding: 10px 0;
	}
	

	
	.mobile-menu h2, .mobile-menu-normal h2 {
		margin: 20px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	ul.mobile-children-menu {
		background: #F8F8F8;
		display: none;
		padding-left: 10px;
	}
	
	.mobile-children-menu-active {
		display: block !important;
	}
	
	li.hasChildren.hasChildrenActive a span {
		transform: rotate(90deg);
	}
	
	body.mobile-menu-active {
		overflow: hidden;
	}
	
	body.mobile-menu-active .main-wrapper, body.mobile-menu-active header {
		filter: blur(5px);
	}
}


@media screen and (max-width: 767px) {
	.page-template-b2b .about-us-cards-wrapper {
		grid-template-columns: 1fr;
	}
	
	.b2b-inner-wrapper {
		flex-direction: column;
	}
	
	.parent-pageid-25642 nav.navbar.navbar-expand-lg {
		order: 2;
	}
	
	    section.gallery-section .gallery {
			grid-template-columns: 1fr 1fr;
		}
	
	.gallery-section .gallery img {
		height: 150px;
	}
	
	.burger-menu-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.logo-form-wrapper {
        width: auto;
    }
	.header-info-icons {
		width: auto;
	}
	
	.header-topbar {
		justify-content: space-between;
	}
}


@media screen and (max-width: 700px) {
	
	.slide-wrapper .slide-content {
		align-items: center;
		justify-content: center;
		padding-right: 0;
	}
	
	.slide-wrapper .slide-content p {
		width: 80%;
		text-align:center;
	}
	
	.category-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-right: 0;
	}
	
	.featured-products-wrapper, .company-stats {
		padding-right: 0;
	}
	
	.company-stats .company-stats-wrapper .company-stat {
		flex-direction: column;
		text-align: center;
	}
	
	section.website-info .col-4 {
        width: 100%;
        margin-bottom: 2rem;
        border-bottom: 1px solid #0d4e92;
		padding-bottom: 2rem;
		display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
	
	section.website-info .col-4:nth-last-child(1) {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	section.website-info .col-4:after {
		display: none;
	}
	
	footer .widget-newsletter {
		text-align: center;
		align-items: center;
	}
	
	.footer-wrapper {
        flex-direction: column-reverse;
		width: 100%;
    }
	
	.footer-menus {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
	
	.footer-logo-icons {
		align-items: center;
		justify-content: center;
	}
	
	.woocommerce div.product div.images {
		display: flex;
		flex-direction: column;
		align-items:center;
	}
	
	.category-filters {
		justify-content: center;
	}
	
	.category-filters a {
		font-size: 12px;
	}

	
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
} 
