/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.products .col{display:flex}
.products .col > .col-inner{display:flex;flex-direction:column;flex:1 1 auto}
.products .product-small.box{display:flex;flex-direction:column;flex:1 1 auto;height:auto}
.products .product-small.box .box-text{display:flex;flex-direction:column;flex:1 1 auto}
.products .product-small.box .add-to-cart-wrapper{margin-top:auto;padding-top:10px}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* =====================================================  
                    Common css 
=======================================================*/


body,
p,
a,
td,
th,
li{
	font-size:16px;
	line-height: 22px;
	color:#000;
}
span{
	font-size:16px;
	line-height: 22px;
}
a{
	color: #0093d6;
}
.container, 
.container-width,
.full-width 
.ubermenu-nav, 
.row{
     max-width: 1260px ;
 }
input, 
selectr, 
textarea,
input:hover, 
select:hover, 
textarea:hover {
    box-shadow: none !important;
}

/* =====================================================  
                    menu css 
=======================================================*/


header .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
#logo{
	width:100% !important;
}
.select-cate select {
    font-size: 14px;
    color: #0093d6;
    background-color: #f9f9f9;
    height: 38px;
    line-height: 38px;
    border-right: none;
    margin: 0;
    box-shadow: none;
	border-radius: 5px 0 0 5px;
}
.select-cate {
    width: 170px;
    position: relative;
}
ul.nav.nav-center.nav-small li {
    margin: 0;
}
ul.nav.top-bar-nav li.header-wishlist-icon {
    display: none;
}
.header-search-form form.searchform {
    position: relative;
}
.header-search-form form.searchform #woocommerce-product-search-field-0 {
    padding: 0 40px 0 20px;
    font-size: 14px;
    color: #000000;
    height: 38px;
    box-shadow: none;
	border-radius: 0 5px 5px 0;
}
.header-search-form form.searchform button.ux-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 40px;
    color: #000;
	font-size: .97em;
	padding:0 .6em;
    background: #D6E7EF;
	border-radius: 0 5px 5px 0;
}
li.header-search-form.search-form {
/*     width: 55%; */
	width:80%;
}
.header-top .col.large-5 ul.nav {
    justify-content: right;
}
.header-top .col.large-5 ul.nav li .sp-search {
    display: none;
}
.top-bar-nav li .header-vertical-menu__opener {
    width: auto;
    background: transparent;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    line-height: 40px;
    font-weight: 500;
    padding: 0;
}
.header-bg-container.fill {
    z-index: -1;
}
.account-item a i.icon-user:before {
	content: '';
	background: url(/wp-content/uploads/2025/05/user.svg);
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.account-item a i{
    position: relative;
}
.header-wishlist-icon .wishlist-link i {
    color: #000;
    font-size: 20px;
}
ul.nav.top-bar-nav.nav-right.nav-small{
    align-items: stretch;
    column-gap: 15px;
}
.cart-item .header-cart-link img.cart-img-icon {
    width: 28px;
}
.header-top{
	padding-top:20px;
}
.header-main {
    background: #E4F6FB;
}
.top-bar-nav.nav-small .image-icon {
    height: auto;
    width: auto;
	margin:0;
}

.custom_service_menu .services.dropdown-menu{
    position: absolute;
    background: #fff;
    width: 500px;
    right: 0;
    padding: 20px 35px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, .15);
	display:none;
}
.custom_service_menu .services.dropdown-menu.show{
	display:block;
}
.custom_service_menu .services.dropdown-menu ul li {
    border: none;
}
.custom_service_menu .services.dropdown-menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.custom_service_menu .services.dropdown-menu .item.col{
	padding-bottom:0;
}
.custom_service_menu .services.dropdown-menu .item.lborder {
    border-left: solid 1px #000;
}
.custom_service_menu .dropdown-toggle {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    line-height: 40px;
    position: relative;
}
.custom_service_menu .dropdown-toggle:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 4px;
    border: solid 1px #000;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}
.mega-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 50px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.mega-menu-container .level {
  flex: 1;
  margin-right: 20px;
  border-left: 1px solid #adadad;
  padding-left: 20px;
}
.mega-menu-container .level.level-1 {
    border-left: none;
    padding-left: 0;
	margin-right:0;
}
.mega-menu-container .level:last-child {
  margin-right: 0;
}
.level h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    padding: 15px 40px 0px 15px;
}
.level ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.level li {
  padding:  15px;
  margin: 4px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.level li.selected,
.level li:hover {
  background-color: rgb(240, 240, 240);
}
#subcategory-list li,
#product-list .product {
  display: none;
}
#product-list .product {
  padding-left: 10px;
}
#product-list .product.hidden {
  display: none !important;
}
#subcategory-list li strong,
#subchild-category-list li strong {
    cursor: pointer;
    color: #000000;
    font-weight: 400;
}
.mega-menu-container .level.level-2 h3 {
    display: none;
}
.mega-menu-container .level ul#subcategory-list,
.mega-menu-container .level #subchild-category-list{
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
}
.mega-menu-container .level #subchild-category-list li,
.mega-menu-container .level ul#subcategory-list li {
	text-align: center;
    font-size: 0.875rem;
    line-height: 19px;
    padding: 10px 5px;
	margin-inline:2px;
	    color: #0093d6;
}
.mega-menu-container .level #subchild-category-list li.selected{
    font-weight: 600;
}
.mega-menu-container .level #subchild-category-list li a, 
.mega-menu-container .level ul#subcategory-list li a{
    font-size: 0.875rem;
    line-height: 19px;
}
.level li img,
.level li .icon {
  width: 70px;
  height: 70px;
  display:block;
  margin-inline:auto;
  margin-bottom: 10px;
  vertical-align: middle;
}
.main-nav {
  padding: 10px 20px; 
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.main-nav li {
  display: inline-block;
  border-top:none !important;
}
.main-nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    text-transform: inherit;
    font-weight: normal;
	cursor:pointer;
}
.main-nav a:hover {
  color: #0690CD;
}
.mega-menu-bg-block {
    width: 1260px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
}
.col .live-search-results, 
.header .search-form .live-search-results, 
.header-block .live-search-results{
	background-color:#fff;
}
.autocomplete-suggestion{
	cursor:pointer;
}
.ux-nav-vertical-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ux-nav-vertical-menu > li {
  width: 50%; 
  padding: 0 15px 10px 0;
  box-sizing: border-box;
}
.mega-menu-container .level #subchild-category-list li .imgpad .product_link {
    width: 70px;
    height: 70px;
    background: #4b5358;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 55px;
    margin: 0 auto 10px auto;
}
.responsive-show{
   display: none;
}
.main-menu-phone {
     background: #E4F6FB;
     display: none;
}
#mobile-menu-toggle {
    color: #0093D6;
    background: #fff;
    padding: 15px 15px;
    border-radius: 38px;
}
.sc-menu .toggle-icon span {
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 4px;
    background-color: #0093D6;
    border-radius: 18px;
}
.phone-right-menu {
    display: flex;
    list-style: none;
    padding: 0;
    column-gap: 20px;
}
.phone-right-menu ul {
    list-style: none;
    position: absolute;
    padding: 10px 20px;
    min-width: 120px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    background: #fff;
    right: 0;
    display: none;
}
.phone-right-menu ul li a {
     text-decoration: none;
     padding: 3px 0;
     display: block;
     color: #0093d6;
     font-weight: 500;
}
.sc-menu {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.phone-right-menu li {
     position: relative;
} 
#mobile-navbar span.nav_icons {
    float: right;
}
#mobile-navbar span.nav_icons a {
    display: inline-block;
    margin: 0 0 0 15px;
    background: #fff;
    width: 45px;
    height: 35px;
    border-radius: 5px;
    padding: 6px 12px;
}
#mobile-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile_mav {
    position: absolute;
    top: 70px;
    right: -110%;
    width: 100%;
    background: white;
    z-index: 9999;
    overflow: auto;
    padding: 20px;
    transition: 0.5s;
    box-shadow: 0 32px 25px 0px #adadad5e;
}
.mobile_mav.offcanvas-show{
	right:0;
}
.mobile_mav .header-search-form-wrapper form.searchform input#woocommerce-product-search-field-0 {
    box-shadow: none;
	height:47px;
}
.mobile_mav .header-search-form-wrapper form.searchform button.submit-button{
	min-height:47px;
	width:60px;
	padding:0 1.2em;
	font-size: .97em;
	background:#0093d6 !important;
}
.cat-level .cat-item.selected-cat {
    width: 100%;
    justify-content: center;
    background: transparent;
    position: absolute;
    top: -81px;
}
.cat-level {
	display:none;
	position:relative;
}
.cat-level.active{
	display:block;
	 margin-top: 30px;
}
.cat-item {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f1f1f1;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 5px;
	column-gap: 10px;
}
.cat-level .cat-group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.mobile_mav .header-search-form-wrapper form.searchform {
    margin-bottom: 30px;
}
.cat-level .imgpad{
	width:45px;
	min-width:45px;
}
.cat-level .cat-item img {
    height: 45px;
    margin-right: 10px;
    vertical-align: middle;
}
.cat-level .cat-item.selected-cat {
    width: 100%;
    justify-content: center;
    background: transparent;
}
.cat-level .cat-item.selected-cat strong {
    font-weight: 400;
}
#menu-back {
    position: relative;
    z-index: 9;
}
.services-header {
    border-top: solid 2px #707070;
    margin-top: 30px;
}
.services-header .services-title {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 30px 0;
}
.services_primary #menu-services-1 li {
    width: 100%;
    background: #f0f0f0;
    display: block;
    text-align: center;
    margin-bottom: 6px;
    padding: 10px;
}
.services_primary #menu-services-1 li a {
    color: #000;
    font-size: 16px;
}
.services_primary #menu-services-1 {
    width: 85%;
    margin: 0 auto;
}
.services_secondary #menu-service-menu-1 {
    display: flex;
    column-gap: 10px;
    width: 100%;
    padding: 30px 0px;
    margin: 0;
    flex-wrap: wrap;
    border-top: solid 2px #707070;
    border-bottom: solid 2px #707070;
}
.services_secondary #menu-service-menu-1 li {
    width: calc(50% - 5px);
    border: none;
    text-align: center;
    margin-bottom: 10px;
}
.services_secondary #menu-service-menu-1 li a {
    color: #000;
}
 .stuck .hide-for-sticky {
    display: block;
}
.stuck {
    position: inherit;
}
.sticky-jump .stuck:not(.ux-no-animation) {
    animation: inherit;
}


/* =====================================================  
                    Home page css 
=======================================================*/


.home-banner-slider .section-title-normal,
.home-banner-slider .section-title-normal span {
    border: none;
}
.home-banner-slider .section-title-normal span{
    font-size: 3.75rem;
    line-height: 3.75rem;
	text-transform: inherit;
}
.home-banner-slider .text-box-content  a {
    background-color: rgb(0, 147, 214)!important;
    color: #fff !important;
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 16px;
    line-height: normal !important;
    min-height: inherit !important;
	margin-left:15px;
}
.home-banner-slider .text-box-content  a span{
	line-height: normal !important;
}
.heading-style-two p{
	font-size:16px;
}
.heading-style-two h2{
    font-size: 35px;
}
.section-space{
	padding:75px 0 !important;
}
.custom-category-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-category-grid .category-box {
    width: calc(25% - 8px);
}
.custom-category-grid .category-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 10px;
    color: #000;
    height: 100%;
	transition: all 0.5s;
}
.custom-category-grid .category-box a:hover {
    background-color:#0093d6;
	color:#fff;
}
.custom-category-grid .category-box a img {
    height: 68px;
    width: 20%;
    object-fit: contain;
}
.custom-category-grid .category-box a .cate_name {
    width: 80%;
    text-align: right;
    font-size: 16px;
}
.three-box-style .col-inner h3 {
    text-align: center;
    font-size: 25px;
}
.three-main-block .three-box-style {
    border-right: solid 1px #000;
    padding:50px 60px;
}
.three-main-block .three-box-style:last-child {
    border: none;
}
.three-main-block {
    margin-top: 60px;
}
.service-heading-style h2 {
    font-size: 25px;
}
.service-heading-style p {
    margin-bottom: 15px;
}
.service-item {
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
.service-item a .post-title {
    font-weight: 600;
    color: #fff;
    transition: 0.5s all;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 1;
    align-items: center;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    width: 156px;
    margin: 0 auto;
	padding-top: 20px;
}
.service-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.service-item:hover:before {
    background: rgba(0, 147, 214, 0.35);
}
.service-item:hover a .post-title {
    color: rgb(0 147 214);
    padding-top: 0;
}
.service-grid .row {
    justify-content: center;
}
.service-grid .large-3.col:last-child {
    padding-bottom: 0;
}
.space-bottom{
	padding-bottom:0 !important;
}
.faq-style .accordion-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 30px 35px 30px 10px;
	border-color: #e5e5e5;
}
.faq-style .accordion-title.active {
    color: #0093D6;
    background: transparent;
}
.faq-style .accordion-title button.toggle {
	right: 0;
	left: auto;
	top: 25px;
	transform: rotate(270deg);
}
.faq-style .accordion-title.active button.toggle{
	transform: rotate(359deg);
}
.faq-style .accordion-inner {
    padding: 10px 25px 10px 10px;
    color: #000;
}
.faq-style .accordion-item:last-child .accordion-title {
    border-bottom: 1px solid #e5e5e5;
}
.btn-style {
    background-color: #0093d6;
    color: #FFFFFF;
    padding: 16px 90px 16px 90px;
    font-size: 16px;
    line-height: 1.25;
    min-height: inherit;
    border-radius: 4px;
    font-weight: 400;
    margin: 50px 0 0 auto;
    max-width: 300px;
    display: block;
}
.top-space-50{
	padding-top:50px;
}
.newsletter-section {
    background: #f0f0f0;
    padding: 30px 50px;
}
.newsletter-section .col{
	padding-bottom:0;
}
.newsletter-section .heading-style-two h2 {
    margin-bottom: 0;
}
.newsletter-social-icons.social-button, 
.newsletter-social-icons.social-icons .button.icon:hover, 
.newsletter-social-icons.social-icons .button.icon:not(.is-outline){
    background-color: #000 !important;
    border-color: #000 !important;
}
.newsletter-social-icons.social-icons .button.icon{
	margin: 0 30px 0 0;
}
.newsletter-form input {
    border-radius: 5px !important;
    margin: 0 0 12px 0 !important;
}
.newsletter-form input[type="text"],.newsletter-form input[type="email"] {
    padding: 5px 20px;
    background-color: #fff !important;
    border-color: #fff !important;
    line-height: 2.4em;
    height: auto;
}
.blog .newsletter-form input[type="text"],
.blog .newsletter-form input[type="email"] {
	border-color: #0093d6 !important;
}
.newsletter-section form input[type=submit] {
    background: #0093d6;
    background-color: #0093d6;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
form .newsletter-form .wpcf7-submit {
    text-transform: none;
    padding: 8px 30px;
    border-radius: 5px !important;
}
.home-page-blog .post-item.large-3.medium-6 {
    flex-basis: 50%;
    max-width: 50%;
}
.post-one-third-section .blog-text {
    text-align: left;
    margin-top: 40px;
}
.post-one-third-section .blog-text .blog-date {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
}
.post-one-third-section .blog-text .blog-heading a {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.post-one-third-section .blog-box .blog-img {
    height: 300px;
}
.post-one-third-section .blog-right .blog-box .blog-text p{
   margin-bottom:0;
   display:none;
}
.post-one-third-section .blog-box .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	object-position: top;
}
.post-one-third-section .blog-right .blog-box {
    display: flex;
    gap: 20px;
	align-items: center;
	padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #666;
}
.post-one-third-section .blog-right .blog-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.post-one-third-section .blog-right .blog-box .blog-img {
    width: 35%;
    height: 120px;
}
.post-one-third-section .blog-right .blog-box .blog-text {
    width: 65%;
    margin: 0;
}
.post-one-third-section .blog-right .blog-box .blog-text .blog-date{
    margin-bottom: 7px;
}
.post-one-third-section .blog-text .blog-heading a:hover{
    color: #0093d6;
}
.post-one-third-section .blog-right .blog-box .blog-text .blog-heading a{
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
}
.see-more.btn-style {
    margin-left: 0;
    margin-top: 0px;
}
.see-more.btn-style:hover {
    color: #fff;
}
.product-tabs .tabs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.product-tabs .tabs li {
    margin: 0 25px 15px 0;
}
.product-tabs .tabs button {
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgb(0 0 0 / 50%);
	min-height: inherit;
    line-height: normal;
}
.product-tabs .tabs button.active {
    color: #000;
    font-weight: 600;
}
.products .col-inner .product-small.box .box-text-products .woocommerce-product-excerpt {
    margin-bottom: 14px;
	min-height:66px;
}
.tabs-slider .slick-dots li.slick-active button:before {
	border: solid 2px #0093D6;
	width: 30px;
	height: 16px;
	border-radius: 10px;
	background: #0093D6;
}
.tabs-slider .slick-dots li button:before {
    content: '';
    border: solid 2px #181818;
    width: 30px;
    height: 16px;
    border-radius: 10px;
}
.tabs-slider .slick-slide .product-small.col {
    padding-bottom: 0;
}
.products .tabs-slider  .box-text.box-text-products .add-to-cart-wrapper .add_to_cart_button {
    margin-bottom: 0;
}


/* =====================================================  
                    Footer css 
=======================================================*/


footer .footer-widgets {
    background: #f0f0f0;
    color: #000;
    border: none;
    padding-top: 50px;
}
footer .footer-widgets span.widget-title {
    font-size: 25px;
    font-family: Lekton, sans-serif;
	margin-bottom: 10px;
    display: block;
}
footer .footer-widgets .is-divider.small {
    display: none;
}
ul.footer-social-media {
	display: flex;
	flex-wrap: wrap;
}
ul.footer-social-media li img {
    width: 40px;
}
ul.footer-social-media li {
    margin: 0 20px 10px 0;
}
.footer-address ul li {
    display: flex;
	flex-wrap:wrap;
	align-items: center;
    margin-bottom: 15px;
}
.footer-address ul li:last-child{
	margin-bottom:0;
}
.footer-address ul li img {
    width: 18px;
	height: fit-content;
}
footer .footer-widgets div#text-2 {
    flex-basis: 32%;
    max-width: 32%;
}
.footer-address ul li a {
    color: #0093d6;
}
footer .footer-widgets #nav_menu-2 {
    flex-basis: 23%;
    max-width: 23%;
}
footer .footer-widgets #nav_menu-2 ul li {
	border:none;
}
footer .footer-widgets div#text-3 {
    flex-basis: 20%;
    max-width: 20%;
}
footer .footer-widgets #nav_menu-2 ul li a {
    color: #000;
}
.menu-top-space {
    margin-top: 30px !important;
}
.footer-logo-list li img {
    width: 125px;
}
.absolute-footer {
    background: #fff;
	padding:15px 0;
}
.bottom-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.absolute-footer .footer-primary.pull-left {
    float: inherit;
}
.bottom-footer-link p {
    margin: 0;
    color: #000;
}
.bottom-footer-link p a,
.bottom-footer-link p a:hover {
    color: #000;
}
footer .back-to-top {
    border-color: #0093d6 !important;
}
footer .back-to-top i {
    color: #0093d6;
}
footer .back-to-top:hover i {
    color: #fff;
}
.footer-logo img {
    width: 225px;
}


/* =====================================================  
                    faq page css 
=======================================================*/


.faq-image {
    padding-bottom: 0;
}
.red-text {
    color: rgb(255, 0, 0);
	font-weight: 600;
}
.green-text {
    color: rgb(0, 128, 0);
	font-weight: 600;
}
.faq-tabs h4 {
    text-transform: inherit;
    font-size: 25px;
    color: #000;
}
.faq-tab-section {
    position: relative;
	padding-top: 75px !important;
}
.faq-tab-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 340px;
    background: #e4f6fb;
}
.faq-tabs ul.nav {
    padding-bottom: 125px;
    justify-content: space-between;
    padding-top: 25px;
}
.faq-tabs ul.nav li.tab {
    width: 200px;
    height: 117px;
    display: flex;
    justify-content: center;
    background: #fff;
    border: solid 1px #0093d6;
    border-radius: 5px;
    text-align: center;
}
.faq-tabs ul.nav li.tab a{
	padding: 15px;
}
.faq-tabs ul.nav li.tab a::before {
    display: none;
}
.faq-tabs ul.nav li.tab a span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.faq-tabs ul.nav li.tab.active {
    background: #0093d6;
}
.faq-tabs ul.nav li.tab.active a span{
	color:#fff;
}
.faq-tabs .tab-panels h3.accordion_title {
    font-size: 35px;
    text-align: center;
    color: #000;
    margin: 20px 0 50px 0;
}
.faq-style .accordion-inner ul {
    list-style: none;
}


/* =====================================================  
                    About Us page css 
=======================================================*/


.about-page-banner {
    padding: 50px 0 !important;
}
.time-line-main-box .timeline-text {
    background: #fff;
    border: 2px solid #0093D6;
    padding: 30px;
    max-width: 385px;
    border-radius: 5px;
	position: relative;
}
.time-line-main-box .timeline-text h5 {
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.time-line-main-box .timeline-text p {
    margin-bottom: 0;
}
.time-line-main-box .timeline-text.timeline-text-left {
    margin: 0 0 0 auto;
}
.time-line-main-box .col {
   padding: 0 50px 50px 50px;
}
.time-line-main-box {
    position: relative;
}
.time-line-main-box:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 1px;
    height: 100%;
    background: #adadad;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    top: 50%;
}
.time-line-main-box .timeline-text-left:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    right: -4px;
    top: 16px;
    box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, .2);
    transform: rotate(45deg);
}
.time-line-main-box .timeline-text-right:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: -4px;
    top: 16px;
    box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, .2);
    transform: rotate(225deg);
    background: #fff;
}
.time-box {
    margin-top: 17px;
}
.time-box .icon-box-img {
    position: absolute;
    left: -65px;
    top: -6px;
}
.time-box.time-box-left .icon-box-img {
    right: -65px;
}
.team-block .col-inner {
    display: flex;
    justify-content: center;
    padding-left: 100px;
}
.team-block .col-inner .box {
	display: inline-block;
	float: left;
	padding: 0;
	margin-left: -180px;
}
.team-block .col-inner:first-child .box:first-child {
	margin-left: 0;
}
.team-block .col-inner .box .box-image {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    display: inline-block;
}
.btn-style.team-button {
    background-color: #3366FF;
    padding-inline: 20px;
    margin: 0 auto;
}
.team-block .col-inner .box .box-text {
    display: none;
}
.google-map p {
    margin: 0;
}
.testimonial-box  .testimonial-item {
    padding: 30px 25px;
    background: #F0F0F0;
	margin:0 10px;
}
.testimonial-box .testimonial-item .inner img.testi-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.testimonial-box .testimonial-title {
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #000000;
    margin: 0px;
    font-family: Lekton, sans-serif;
    line-height: 22px;
}
.testimonial-box .designation {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    margin: 10px 0;
}
.testimonial-box .slick-arrow {
    border: solid 1px #000;
    height: 50px;
    line-height: 49px;
    width: 52px;
    background: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 147, 214);
    border-radius: 3px;
}
.testimonial-box .slick-prev {
    left: -60px;
    z-index: 1;
}
.testimonial-box .slick-arrow:before {
    position: absolute;
    content: '';
    left: 22px;
    top: 18px;
    width: 11px;
    height: 11px;
    border: solid 2px #0093d6;
    transform: rotate(45deg);
}
.testimonial-box .slick-prev:before {
    border-right: 0;
    border-top: none;
}
.testimonial-box .slick-arrow:hover {
    background: #0093d6;
}
.testimonial-box .slick-arrow:hover:before {
    border-color: #fff;
}
.testimonial-box .slick-next {
    right: -60px;
}
.testimonial-box .slick-next:before {
	border-left: none;
	border-bottom: none;
	left: 18px;
}


/* =====================================================  
   impressum page and Datenschutzerklärung page css 
=======================================================*/


.impressum-text-block h3 {
    color: #000;
    text-decoration: underline;
    margin-top: 55px;
}
.privacy-policy-block h3 {
    color: #000;
    margin-top: 35px;
}
.objection-text-block  {
    border: solid 1px #000;
    padding: 40px 40px 20px 40px;
	margin-bottom: 30px;
}
.impressum-text-block p a,
.impressum-text-block li a,
.privacy-policy-block p a, 
.privacy-policy-block li a {
    word-wrap: break-word;
}
.agb-heading h4 {
    font-size: 25px;
    margin-top: 40px;
}


/* =====================================================  
   services page css 
=======================================================*/


.type-services .article-inner .single-page {
    padding-block: 0;
}
.service-single {
   padding-block: 0;
}
.service-banner-sec {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.service-banner-sec .section-content .col {
    padding-bottom: 0;
}
.service-heading h2 {
    margin-bottom: 0;
	font-size: 35px
}
.customizations-text-block {
    background-color: #e4f6fb;
    padding: 40px 40px 10px 40px;
    margin-bottom: 30px;
}
.customizations-text-block h3 {
    color: #000;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
}
.icon-box.featured-box.info-icon {
    margin-top: -90px;
}
.icon-box.featured-box.info-icon h3 {
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
    margin-top: 30px;
}
.left-right-space-remove .col {
    padding: 0;
}
.heading-size-25 h3 {
    font-size: 25px;
	line-height:30px;
}
.bgcolor-gray.customizations-text-block {
    background-color: #f0f0f0;
}
.pdf-heading-text p {
    font-weight: 600;
}
.pdf-block .btn-style.download-btn-icon {
    margin: 0 auto 20px auto;	
}
.pdf-block .btn-style.download-btn-icon span{
	position:relative;
	padding-left:25px;
}
.pdf-block .btn-style.download-btn-icon span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url(/wp-content/uploads/2025/05/download-pdf.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
.pdf-block {
    padding-bottom: 0;
}
.download-area-btn {
    border-color: #0093d6;
    background-color: #0093d6;
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 5px;
}
.hover-text-main-block .col {
    flex-basis: 20%;
    max-width: 20%;
    padding-inline: 7px;
}
.hover-text-block .icon-box-text h4 {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2.188rem;
    margin: 0 auto;
}
.hover-text-block .icon-box-text h3 {
    font-size: 16px;
    color: #000;
    font-family: Ubuntu, sans-serif;
    text-align: center;
	margin-top: 15px;
}
.hover-text-main-block .col .hover-content {
    display: none;
}
.number-bg-color .hover-text-block .icon-box-text h4 {
    background-color: #e4f6fb;
}
.number-bg-color .hover-text-block:hover .icon-box-text h4,
.hover-text-block:hover .icon-box-text h4 {
    background-color: #0093d6;
    color: #fff;
}
.symbols-text-block {
    padding-top: 40px;
}
.symbols-text-block {
    padding-top: 40px;
}
.symbols-text-block .bgcolor-gray.customizations-text-block {
    margin-bottom: 0;
	padding: 60px 60px 30px 60px;
}
.following-guidelines .col-inner h3 {
    font-size: 25px;
    color: #000;
	line-height: 1.2;
}
.right-print-data .col-inner {
    padding-top: 50px;
    padding-right: 45px;
    padding-bottom: 30px;
    padding-left: 45px;
}
.right-print-data .col-inner h2 {
    font-size: 25px;
}
.right-print-data .col-inner img {
    margin: 5px 0 10px 0;
}
.print-data-block {
    margin-bottom: 22px;
}
.print-data-block .icon-box-text p {
    margin-bottom: 0;
}
.service-banner-sec .service-heading p {
    font-size: 25px;
    margin-top: 15px;
}
.about-topo .col-inner {
    padding: 40px 40px 20px 40px;
}
.about-topo .col-inner h2 {
    font-size: 35px;
}
.three-icon-heading h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.information-flyer-banner .banner-bg.fill img {
    filter: blur(5px);
}
.information-flyer-btn {
    background: transparent;
    color: #000 !important;
    border: none !important;
    font-size: 25px;
    font-family: Lekton, sans-serif;
	padding-top: 45px;
}
.information-flyer-btn:hover {
	box-shadow: none;
}
.information-flyer-btn span {
    font-size: 25px;
    line-height: 22px;
}
.information-flyer-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/05/download.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    right: 0;
}
.properties-style li {
    font-size: 13px;
    margin-bottom: 0;
}
.properties-style {
    margin-bottom: 50px;
}
.info-flyer-row {
    padding-top: 40px;
}
.service-heading h3{
    font-size: 25px;
    margin-bottom: 25px;
}
.row-gray-bg-color .bg-color-text {
    background: #f0f0f0;
    padding: 20px 20px 0px 25px;
}
.bg-color-img {
    padding-right: 0;
}
.row-gray-bg-color {
    padding-top: 20px;
}
.overviews-block .col-inner {
    padding: 35px 35px 25px 35px;
}
.overviews-block .col-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.overviews-block .col-inner ul li {
    margin-left: 0;
}
.overviews-block .col-inner h3 {
    font-size: 25px;
    margin-bottom: 14px;
}
.copyright-heading h2{
    font-size: 35px;
    margin-bottom: 35px;
}


/* =====================================================  
                    404 page css 
=======================================================*/


.error-404 .col.medium-3,
.error-404 .col.medium-9 {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
}
.error-404.not-found {
    padding: 50px 0;
}
.not-found form .submit-button{
    background: #0093d6;
}


/* =====================================================  
                    team page css 
=======================================================*/


.team-box .col-inner {
    background: rgb(228, 246, 251);
}


/* =====================================================  
                    blog page css 
=======================================================*/


.blog-newsletter {
    background-color: #f0f0f0;
    padding: 30px;
    height: 100%;
}
.blog-newsletter h6 {
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
    text-transform: inherit;
    font-weight: 400;
}
.blog-newsletter h2 {
    font-size: 35px;
    margin: 12px 0;
}
ul.blog-newsletter-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin: 25px 0 25px 0;
}
ul.blog-newsletter-icon li {
    list-style: none;
}
ul.blog-newsletter-icon li img {
    width: 40px;
}
.main-blog-box .blog-img {
    height: 265px;
    overflow: hidden;
    margin-bottom: 30px;
}
.main-blog-box .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-blog-box .blog-text .blog-heading a {
    font-size: 25px;
    color: #000;
}
.main-blog-box .blog-text .blog-heading {
    margin-top: 20px;
}
.main-blog-box .blog-text .btn-style.read-more {
    margin: 20px 0  0 0;
}
.main-blog-box .blog-text .btn-style.read-more:hover{
	color:#fff;
}
.main-blog-box .blog-text .blog-date {
    font-family: Ubuntu, sans-serif;
    text-transform: none;
    font-weight: 400;
}
.article-info .category-name a{
	color:#000;
}
.single-post .blog-single{
	padding-bottom:0;
}
.blog-single> .row> .large-12.col {
    padding-bottom: 0;
}


/* =====================================================  
                    blog single page css 
=======================================================*/


.blog-single article header .entry-divider {
    display: none;
}
.blog-single article,
.blog-single article header h1.entry-title{
    margin-bottom: 0;
}
.blog-single article header img {
    border-radius: 6px;
}
.single-page section {
    padding-inline: 0 !important;
}
.blog-single article .single-page {
    padding-top: 0;
	padding-bottom:0;
}


/* =====================================================  
                   single product page css 
=======================================================*/


.single-product .product-images .image-tools,
.single-product .product-main .product-info nav.woocommerce-breadcrumb {
    display: none;
}
.single-product .product-main .product-info .product-title {
    font-size: 25px;
    line-height: 1.2;
}
.single-product .product-main .product-info .variations_form th label {
    font-size: 16px;
    line-height: 22px;
	white-space: normal;
}
.single-product .product-main .product-info .variations_form td select {
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding:0px 30px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #0093D6;
    font-size: 16px;
}
.ux-quantity.quantity input {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
	height: 60px;
    font-size: 20px;
}
.ux-quantity.quantity {
    border: solid 1px #0093d6;
	border-radius: 3px
}
.ux-quantity.quantity input[type="button"] {
    color: #0093d6;
}
.single-product .product-main .woocommerce-Price-amount.amount bdi, 
.single-product .product-main .woocommerce-Price-amount.amount bdi span {
    color: #60BC6E;
    font-weight: bold;
    font-size: 2.188rem;
    font-family: Lekton, sans-serif;
}
.product-footer .woocommerce-tabs .product-tabs li a {
    background: #fff;
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: normal;
    padding: 20px 30px;
	text-transform: capitalize;
    font-family: Ubuntu, sans-serif;
}
.product-footer .woocommerce-tabs .product-tabs li.active a {
    color: #0093d6;
    font-weight: bold;
}
.product-footer .woocommerce-tabs .product-tabs li a:before,
.product-footer .woocommerce-tabs .product-tabs li:hover a:before{
    left: 0;
    right: auto;
	background: #000;
	width:4px;
}
.product-footer .woocommerce-tabs{
	padding-top:0;
}
.product-footer .woocommerce-tabs .tab-panels {
    border-left: none;
	padding-top:25px;
}
.product-footer .woocommerce-tabs .product-tabs li {
    border-top: none;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.product-footer .woocommerce-tabs .product-tabs li.active{
	border-right: none;
}
.product-footer .woocommerce-tabs .tab-panels table th {
    text-transform: inherit;
}
.single_add_to_cart_button,
#openCustomImageModal{
    height: 60px;
    line-height: normal;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    display: block;
    text-transform: capitalize;
    border-radius: 5px;
    width: 100%;
}
.single-product .product-info .yith-wcwl-add-to-wishlist {
    display: none;
}
.single-product .product-main .woocommerce-Price-amount.amount bdi span {
    margin-left: 7px;
}
.single-product .product-main .product-info table th {
    width: 35%;
	text-transform: math-auto;
}
.single-product .product-main .product-info table th,
.single-product .product-main .product-info table td{
	border-bottom:none;
	padding-left: 0;
}
.single-product .product-main .product-info table th label, 
.single-product .product-main .product-info table td p {
    margin: 0;
}
.single-product .product-main .product-info table {
    margin-bottom:0;
}
.product-short-description {
    margin-bottom: 30px;
}
.product-short-description p {
    margin-bottom: 10px;
}
.product-footer .woocommerce-tabs .tab-panels .woocommerce-Reviews #commentform {
    margin-bottom: 0;
}
.product-footer .woocommerce-tabs .tab-panels .woocommerce-Reviews #commentform .form-submit {
    margin: 20px 0 0 0;
}
.product-footer .woocommerce-tabs .tab-panels .woocommerce-Reviews #commentform .form-submit input#submit {
    margin-bottom: 0;
	text-transform: math-auto;
}
.star-rating span{
    line-height: normal;
}
.imagesModel .imgModel {
    background: #E4F6FB;
    padding: 30px 20px;
	border-bottom: 1px solid #dee2e6;
}
.imagesModel{
	padding:0 !important;
}
.modal_image {
    text-align: center;
    max-width: 350px;
    margin: 30px auto;
}
.imagesModel .imageGallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    justify-content: center;
	padding:30px 20px;
	margin-bottom:0;
}
.imagesModel .imageGallery li {
    width: 120px;
    margin: 0;
    text-align: center;
}
.imagesModel .imageGallery li img {
    border: 1px solid #dee2e6 !important;
    padding: 7px;
    width: 90px !important;
    height: 90px !important;
	border-radius:5px;
}
#closeCustomImageModal {
    background: #0093d6;
    color: #fff;
    padding: 4px 10px;
    right: 0 !important;
    top: 0 !important;
}
.imagesModel .imgModel button {
    padding: 7px 23px;
    font-size: 1em;
    border-radius: 5px;
    font-weight: bold;
	margin: 20px 0 0 0;
	text-transform: capitalize;
}
.imagesModel .imageGallery li h5 {
    margin: 8px 0 10px 0;
	font-size: 1rem;
    line-height: 22px;
	font-family: Ubuntu, sans-serif;
    font-weight: 400;
}
.single-product .product-main .product-info table.custom-tier-table {
    width: auto;
}
.single-product .product-main .product-info table.custom-tier-table tr td {
    padding: 0 10px 5px 0;
	width: auto;
}
#custom-pricing-tiers h4 {
    font-size: 14px;
    color: #0093d6;
    font-weight: 500;
    font-family: Ubuntu, sans-serif;
}
.single_variation_wrap .woocommerce-variation-price{
	display:none;
}
.variations a.reset_variations{
	display:none !important;
}
.product-main .yith-wcwl-add-to-wishlist{
    display: none;
}
label.btn.btn-primary.btn-lg.custom-file-label.customfile {
    margin: 0;
    display: flex;
    text-transform: capitalize;
    border-color: #0093d6;
    background-color: #0093d6;
    padding: 17px 15px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} 
label.btn.btn-primary.btn-lg.custom-file-label.customfile svg path {
    stroke: #fff;
}
label.btn.btn-primary.btn-lg.custom-file-label.customfile svg {
	margin-left: 10px;
}
label.customfile input.inputbox {
    display: none;
}
.product_meta tr td:first-child {
    width: 35%;
}
.single_variation_wrap .woocommerce-variation-add-to-cart tr td:first-child {
    width: 35%;
}
.single_variation_wrap .woocommerce-variation-add-to-cart tr td textarea {
    border: 1px solid #0093d6;
    box-shadow: none;
	border-radius:3px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart tr td label,
.single_variation_wrap .woocommerce-variation-add-to-cart tr td label small {
    font-size: 16px;
    line-height: 22px;
}
.product-info.summary{
	padding-bottom:0;
}
.woocommerce-Reviews #review_form_wrapper form textarea,
.woocommerce-Reviews #review_form_wrapper form input{
    box-shadow: none;
}
.woocommerce-Reviews #review_form_wrapper form .comment-form-cookies-consent input#wp-comment-cookies-consent {
    margin-bottom: 0;
}
.product-section .product .box .price-wrapper .woocommerce-product-excerpt {
    min-height: 66px;
    margin-bottom: 15px;
}
.related-products-wrapper .row-slider.slider-nav-reveal {
    max-width: 100%;
}
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    box-shadow: none;
    background: transparent;
}
.related .product .product-small.box .star-rating.star-rating--inline {
    display: none;
}
.product-section-title-related {
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: normal;
}
.related.related-products-wrapper.product-section {
    padding-top: 50px;
}
.related-products-wrapper .product .product-small.box .box-image {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    padding: 15px;
}


/* =====================================================  
                    My Account page css 
=======================================================*/


.woocommerce-account .my-account-header {
    border-top: none;
	border-bottom:none;
    padding: 75px 0;
	background-color:#E4F6FB;
}
.woocommerce-account .my-account-header .page-title-inner h1 {
    font-size: 35px;
}
.woocommerce-account .my-account-header .page-title-inner small {
    font-size: 16px;
}
.dashboard-links a:hover {
    background: #0093d6;
}
.woocommerce-form-register .woocommerce-form-row .woocommerce-form-register__submit,
.woocommerce-MyAccount-content form button.woocommerce-Button.button,
.woocommerce-MyAccount-content form button.button{
    background-color: #0093d6;
    padding: 16px 30px 16px 30px;
    font-size: 16px;
    line-height: 1.25;
    min-height: inherit;
    border-radius: 4px;
    font-weight: 400;
    max-width: 300px;
    display: block;
    text-transform: math-auto;
}
.woocommerce-MyAccount-content form Input,
.woocommerce-MyAccount-content form select,
.woocommerce-MyAccount-content form .selection .select2-selection,
.woocommerce-MyAccount-content form input:focus, 
.woocommerce-MyAccount-content form select:focus,
.woocommerce-MyAccount-content form textarea:focus{
    box-shadow: none;
}
.woocommerce-form-login.login input,
.woocommerce-form-login.login input:focus,
.lost_reset_password input,
.lost_reset_password input:focus{
    box-shadow: none;
}
.woocommerce-form-login.login .woocommerce-form-login__submit,
.lost_reset_password .woocommerce-Button{
    background-color: #0093d6;
    padding: 14px 30px 16px 30px;
    font-size: 16px;
    line-height: normal;
    border-radius: 4px;
    font-weight: 400;
    text-transform: math-auto;
}
.my-account .woocommerce .account-container .row {
    max-width: 1260px;
}
.account-login-inner h3,
.account-register-inner h3{
    text-transform: capitalize;
}
.my-account {
    padding: 50px 0;
}
.my-account .woocommerce .account-container .row> .col-1.large-6 {
    background: #F0F0F0;
}
.my-account .woocommerce .account-container .row> .col-1.large-6 .account-login-inner {
    padding-top: 40px;
}


/* =====================================================  
                    Wishlist page css 
=======================================================*/


.shop_table thead tr th {
    text-transform: math-auto;
}
.yith_wcwl_wishlist_footer .share-icons-title {
    color: #000;
}
.yith_wcwl_wishlist_footer .icon {
    color: #000;
}


/* =====================================================  
                    Cart page css 
=======================================================*/


.shop_table .ux-quantity.quantity input {
    height: 47px;
}
.widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons a{
    background-color: #0093d6;
    padding: 14px 30px 16px 30px;
    font-size: 16px;
    line-height: normal;
    border-radius: 4px;
    font-weight: 400;
    text-transform: math-auto;	
}


/* =====================================================  
                    category product page css 
=======================================================*/


.shop-page-title.category-page-title.page-title {
    display: none;
}
.texonomy_category {
    background: linear-gradient(to right, #E4F6FB 50%, #fff 50%);
    padding: 0;
}
.category_main {
    background: #fff;
    padding-top: 30px;
    padding-left: 50px;
    height: 100%;
}
aside.cate_sidebar {
    background: #e4f6fb;
    padding: 30px 20px;
}
.texonomy_category .row .col {
    padding-bottom: 0;
}
.category_main h1 {
    font-size: 35px;
    margin-bottom: 7px;
}
.product_categories {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.product_categories .child_cate {
    width: 110px;
    text-align: center;
    margin-bottom: 20px;
}
.product_categories .child_cate .cate_logo {
    width: 76px;
    height: 76px;
    background: #4b5358;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 55px;
    margin: 0 auto;
}
.product_categories .child_cate .cate_name {
    margin: 9px 0 0 0;
    font-size: 1rem;
    color: #0093d6;
    line-height: 1.375rem;
}
.cate_sidebar .cate_list {
    padding: 0;
    list-style: none;
	margin-bottom:0;
}
aside.cate_sidebar .heading {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.cate_sidebar .sub_categories {
    margin: 5px 0 0 12px;
    list-style: none;
	display:none;
}
.cate_sidebar .sub_categories.show{
	display:block;
}
.cate_sidebar a {
    color: #000;
}
.list_items i.icon-angle-down {
    float: right;
    top: 0;
    font-size: 22px;
	transform: rotate(270deg);
	cursor:pointer;
}
.list_items i.icon-angle-down.active{
	transform: rotate(0);
}
.cate_list.pages_list li i.active {
    transform: rotate(0deg);
}
.cate_list.pages_list li i {
    float: right;
    top: 0;
    font-size: 22px;
    transform: rotate(270deg);
    cursor: pointer;
}
.cate_sidebar .sub_categories .sub_list_items {
    margin-bottom: 6px;
}
.design_own_section {
    border-top: 1px solid #BABFC0;
    border-bottom: 1px solid #BABFC0;
    padding: 40px 0;
    margin: 40px 0;
}
.design_own_section .smart_editor {
    border-color: #0093d6;
    background-color: #0093d6;
    color: #FFFFFF;
    padding: 16px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.sp-module-content .mod-custom  ul {
    list-style: none;
}
.sp-module-content .mod-custom ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 19px;
}
.sp-module.fragen .sp-module-title {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.sp-module-content {
    margin-top: 22px;
}
.sp-module-content .mod-custom ul li:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border: solid 2px #000;
    content: '';
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.cate_sidebar .blog-newsletter {
    background: transparent;
    border-top: 1px solid #BABFC0;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}
.cate_sidebar .blog-newsletter h5 {
    font-family: Ubuntu, sans-serif;
    margin: 20px 0;
}
.cate_sidebar .blog-newsletter form .newsletter-form .flex-col.flex-grow {
    min-width: 145px;
    flex: inherit;
}
.cate_sidebar .blog-newsletter form .newsletter-form .flex-row.form-flat {
    align-items: center;
	flex-wrap:wrap;
}
.cate_sidebar .blog-newsletter form .newsletter-form .flex-col.ml-half {
    margin: 20px 0 0 0;
}
.product-small .image-tools.top.right {
    display: none;
}
.category-layout {
    background: linear-gradient(to right, #E4F6FB 50%, #fff 50%);
    padding: 0;
}
.category-layout .row .col.large-8 .main-content {
    background: #fff;
    padding-top: 30px;
	padding-bottom:60px;
    padding-left: 50px;
    height: 100%;
}
.products .product-small .box-text.box-text-products .star-rating.star-rating--inline{
	display:none;
}
.category-layout .row .col.large-8 .main-content .custom_category .row> div {
    width: 110px !important;
    text-align: center;
    margin-bottom: 20px;
}
.category-layout .row .col.large-8 .main-content .custom_category .row> div .imgpad {
    margin-bottom: 10px;
}
.category-layout .row .col.large-8 .main-content .custom_category {
    margin-top: 50px;
}
.category-layout .row .col.large-8 .main-content .custom_category .row div .imgpad a {
    width: 76px;
    height: 76px;
    background: #4b5358;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 55px;
    margin: 0 auto;
}
.cate_sidebar .sub_categories .child_category {
    margin: 10px 0 0 20px;
    list-style: none;
}
.cate_list .list_items {
    margin-bottom: 15px;
}
ul.cate_list.pages_list ul.sub_list_items {
    margin: 5px 0 0 12px;
    list-style: none;
	display:none;
}
.category-layout .col.large-8,
.category-layout .col.large-4 {
    padding-bottom: 0;
}
.main-content .products-blocks {
    margin-top: 40px;
}
.product-lightbox .product-info.summary form table.variations select {
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #0093D6;
}
.product-lightbox .product-info.summary form .variations .label {
	width: 37%;
}
.product-lightbox .product-info.summary form .variations .label label {
    white-space: normal;
	font-size:16px;
}
.product-lightbox{
	padding:20px;
	margin:2% auto;
}
.mfp-wrap.mfp-auto-cursor.mfp-ready .mfp-container {
    padding: 0;
}
.product-info.summary .product_meta td label {
    font-size: 16px;
}
.product-lightbox #custom-pricing-tiers table.custom-tier-table,
.product-lightbox #custom-pricing-tiers table.custom-tier-table td {
    width: auto;
	padding-block:5px;
}
.product-lightbox .product-info .price bdi,
.product-lightbox .product-info .price bdi span {
    color: #60BC6E;
    font-size: 2.188rem;
    font-weight: bold;
    font-family: Lekton, sans-serif;
}
.product-lightbox .product-info .is-divider.small {
    display: none;
}
.product-lightbox .product-info table,
.product-lightbox .product-info table td,
.product-lightbox .product-info table th{
	border:none;
}
.product-lightbox .product-info table.product_meta th {
    width: 37%;
}
.toggle-read-more {
    margin-top: 20px;
    display: inline-block;
	text-decoration:underline;
}
.product-info form .single_variation_wrap button.single_add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-lightbox .product-info form .single_variation_wrap button.single_add_to_cart_button svg {
    margin-left: 10px;
}
.product-lightbox-inner .yith-wcwl-add-to-wishlist {
    display: none;
}
.product-lightbox-inner div.product_meta {
    display: none;
}
.product-lightbox-inner .social-icons.share-icons.share-row.relative {
    display: none;
}
button.mfp-close.close_btn {
    display: none;
} 
button.mfp-close svg {
    background: #0093d6;
}
button.mfp-close {
    right: 20px;
    opacity: 1 !important;
}
.woocommerce-product-filters {
    margin: 20px 0 40px 0;
    position: relative;
    padding: 45px 25px 45px 0;
}
.woocommerce-product-filters:before {
    position: absolute;
    content: '';
    background: #F0F0F0;
    width: calc(100% + 70px);
    height: 100%;
    left: -50px;
    top: 0;
}
.filter-item br {
    display: none;
}
.filter-item select {
    box-shadow: none;
    border-color: #0093d6;
    border-radius: 5px;
	margin-bottom:0;
	height:45px;
}
.woocommerce-product-filters .col.large-4 {
    padding-bottom: 0px;
}
.range-slider .slider .progress {
    width: auto;
}
.range-slider {
  position: relative;
  width: 100%;
}
.range-slider input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: none;
  z-index: 2;
  margin:0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #0093d6;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.range-slider .slider {
  position: relative;
  height: 2px;
  background: #ddd;
  border-radius: 8px;
  z-index: 1;
}
.range-slider .progress {
  position: absolute;
  height: 2px;
  background: #0093d6;
  border-radius: 4px;
  top: 0;
  z-index: 2;
}
.price-values {
    margin: 0 0 13px 0px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    font-size: 0;
}
.price-values span {
    font-size: 14px;
}
.box .box-text-products .title-wrapper .category {
    text-transform: capitalize;
    color: #ADADAD;
    font-size: 14px;
    margin-bottom: 10px;
}
.products .box-text.box-text-products .add-to-cart-wrapper .add_to_cart_button,
.related  .box-text.box-text-products .add-to-cart-wrapper .add_to_cart_button{
    border-radius: 5px;
    padding: 14px 20px;
    text-transform: capitalize;
    width: 100%;
    line-height: 1.2;
}
.related .product .box-image .image-tools.grid-tools.show-on-hover,
.products .product .box-image .image-tools.grid-tools.show-on-hover {
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
}
.related .product .box-image .image-tools.grid-tools.quickView_btn .custom_quickView,
.products .product .box-image .image-tools.grid-tools.quickView_btn .custom_quickView {
	background: #ffffff;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.related .product .box-image .image-tools.grid-tools.quickView_btn .custom_quickView svg.bi.bi-search,
.products .product .box-image .image-tools.grid-tools.quickView_btn .custom_quickView svg.bi.bi-search {
    fill: #0d98d8;
}
.box-text-products .name.product-title a.woocommerce-LoopProduct-link {
    color: #000;
    font-weight: 600;
	min-height:45px;
}
.box-text-products .price-wrapper .price span.woocommerce-Price-amount.amount, 
.box-text-products .price-wrapper .price .woocommerce-Price-currencySymbol {
    color: #60BC6E;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}
.category-img-sec {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 45px  0;
}
.category-img-sec a span {
    display: block;
    margin-top: 10px;
	color: #000;
}
.category-img-sec a span:hover{
	color: #0093d6;
}
.category-img-sec a {
    text-align: center;
}
.category-img-sec a {
    width: 130px;
	word-wrap: break-word;
}
.category-img-sec a img.term-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.cate_sidebar .list_items> a,
.cate_list> li> a{
    text-transform: uppercase;
    font-weight: 600;
}
.products .col-inner .product-small.box .box-image {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    padding: 15px;
}
.woocommerce-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce-pagination .page-numbers li a.prev,
.woocommerce-pagination .page-numbers li a.next {
    border: solid 1px #0093D6;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.woocommerce-pagination .page-numbers li a.prev span, 
.woocommerce-pagination .page-numbers li a.next span {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-pagination .page-numbers li a.prev span svg path, 
.woocommerce-pagination .page-numbers li a.next span svg path {
    stroke: #0093D6;
}
.woocommerce-pagination .page-numbers li a.prev span svg, 
.woocommerce-pagination .page-numbers li a.next span svg {
    width: 13px;
}
.woocommerce-pagination .page-numbers li a.prev:hover svg path, 
.woocommerce-pagination .page-numbers li a.next:hover svg path {
    stroke: #fff;
}
.woocommerce-pagination .page-numbers li a {
    border: none;
    padding: 0;
    min-width: 12px;
}
.woocommerce-pagination .page-numbers li a:hover {
    background: transparent;
    color: #0093d6;
}
.woocommerce-pagination .page-numbers li span.page-number.current {
    background: transparent;
    border: none;
    color: #0093d6;
    padding: 0;
    min-width: auto;
}
.woocommerce-pagination .page-numbers li a.prev:hover,
.woocommerce-pagination .page-numbers li a.next:hover {
    background: #0093D6;
}
.woocommerce-pagination .page-numbers li a.next {
    margin-left: 15px;
}
.woocommerce-pagination .page-numbers li a.prev{
	margin-right: 15px;
}
.woocommerce-product-filters .row .col:last-child {
    display: flex;
    align-items: end;
}
.woocommerce-product-filters .row .col.orderby-box {
    padding: 0 !important;
}
.woocommerce-product-filters .row .col.per-page-box {
    padding: 0;
}
.woocommerce-product-filters .row .reset-btn {
    margin: 0;
    width: 100%;
    border-radius: 5px;
    height: 45px;
}
.woocommerce-product-filters .filter-item label {
    margin-bottom: 15px;
}
.woocommerce-product-filters .row .col {
    padding-bottom: 0 !important;
}
.close-form {
    display: none;
}
.filter-box-mobile{
    display: none;
}
.cate_sidebar .list_items .sub_categories i.icon-angle-down {
    display: none;
}
.show-cat-remaining-content {
    margin-top: 30px;
}




/* =====================================================  
                    Advance Search  page css 
=======================================================*/


.custom-advance-search form {
    max-width: 700px;
    margin: 0 auto;
	padding-top:50px;
}
.custom-advance-search form h2 {
    text-align: center;
    font-size: 2.188rem;
}
.custom-advance-search form .type_radio {
    display: flex;
    flex-wrap: wrap;
}
.custom-advance-search form select {
    box-shadow: none;
}
.rdraper input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.rdraper label {
    font-weight: bold;
    margin-right: 15px;
	cursor:pointer;
}
.type_radio input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #0093d6;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    background-color: white;
    position: relative;
	top:-3px;
}
.type_radio input[type="radio"]:checked + label::before {
    background-color: #0093d6;
    box-shadow: inset 0 0 0 2px white;
}
.cate_checkbox label:last-child {
    margin: 0px;
    margin-right: 5px;
    position: relative;
	padding-left: 33px;
}
.custom-advance-search form input[type="submit"] {
    width: 100%;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 10px 20px;
}
 .cate_checkbox {
      position: relative;
      display: inline-block;
      cursor: pointer;
      font-size: 16px;
      line-height: 20px;
      user-select: none;
}
.cate_checkbox input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #0093d6;
      border-radius: 50%;
      background-color: white;
      outline: none;
      cursor: pointer;
	  margin: 0;
}
.cate_checkbox input[type="checkbox"]:checked {
      background-color: #0093d6;
      box-shadow: inset 0 0 0 2px white !important;
}
.product-lightbox .yith-wcwl-add-to-wishlist, 
/* .product-lightbox .product_meta, */
.product-lightbox .social-icons{
    display: none;
}


/* =====================================================  
                    Checkout page css 
=======================================================*/


.form-row .select2-container span.select2-selection{
	box-shadow:none;
}
.variation-Piktograms .pktograms_images span.name.col.large-5 {
    display: none;
}
.variation-Piktograms .pktograms_images span#productpktograms {
    max-width: 100%;
    padding: 0;
    display: block;
    margin: 5px 0 10px 0;
	text-align:left;
}
.variation-Piktograms .pktograms_images span#productpktograms img {
    border: solid 1px #000;
    margin-bottom: 10px;
}
dd.variation-Piktograms {
    display: inline-block !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .continue-shopping a {
    text-transform: capitalize;
    border-radius: 6px;
    padding: 5px 20px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents  button.button {
    text-transform: capitalize;
    border-radius: 5px;
	padding: 5px 20px;
}
.checkout-form-navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: solid 1px #ADADAD;
    border-radius: 25px;
	margin-bottom:50px;
}
.checkout-form-navigation li {
    width: 25%;
    text-align: center;
}
.checkout-form-navigation li .nav-item.active {
    background: #0093D6;
    display: block;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
}
.checkout-form-navigation li .nav-item {
    color: #ADADAD;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
	pointer-events:none;
}
.message-wrapper:focus-visible {
    outline: none;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.checkout-step .col2-set {
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
.woocommerce-billing-fields {
    border: none;
}
.woocommerce-billing-fields h3 {
    text-transform: capitalize !important;
}
.woocommerce-checkout .woocommerce-input-wrapper input, 
.woocommerce-billing-fields .woocommerce-input-wrapper  .select2-selection--single {
    border-color: #0093d6;
    border-radius: 5px;
}
.checkout-step .col2-set .col-2 {
    padding-left: 0;
}
.woocommerce-checkout select{
	box-shadow:none;
	border-color: #0093d6;
	border-radius: 5px;
}
.woocommerce-checkout textarea {
    border-color: #0093d6;
    border-radius: 5px;
}
.step-buttons .next-step {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    border-radius: 5px;
    width: 245px;
	max-width:100%;
}
.step-buttons .prev-step {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    border-radius: 5px;
    width: 245px;
    background: transparent;
    border-color: #0093D6;
    color: #0093D6;
	max-width:100%;
}
.step-buttons .prev-step:hover {
    background: #0093D6;
    color: #fff;
}
.step-buttons.first-btn-box {
	justify-content: center;
	max-width: 700px;
	margin: 50px auto 0 auto;
}
.step-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
	gap: 10px;
}
.step-buttons.first-btn-box .next-step {
    width: 100%;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #0093d6;
}
.select2-dropdown{
	border-color:#0093d6;
}
.woocommerce-invalid input, 
input.wpcf7-not-valid {
    border-color:#b20000 !important;
    color: #b20000 !important;
}
.shipper-inner-sec {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.shipper-inner-sec .shipping-desc {
    width: calc(50% - 30px);
}
.shipper-inner-sec .shipping-section {
    width: calc(50% - 30px);
}
.shipper-inner-sec .shipping-section table th {
    display: none;
}
.shipper-inner-sec .shipping-section table td .shipping__list_item span.woocommerce-Price-amount.amount {
    font-weight: 400;
}
.shipper-inner-sec .shipping-section table td .shipping__list_item .shipping__list_label {
    font-size: 16px;
    color: #000;
}
.shipper-inner-sec .shipping-section table td {
    border: none;
}
.shipper-inner-sec input[type=radio]:checked+label:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #0093d6;
}
.shipper-inner-sec input[type=radio]+label {
    position: relative;
    padding-left: 24px;
    padding-block: 0;
}
.shipper-inner-sec input[type=radio]+label:after {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: solid 1px #0093d6;
    border-radius: 25px;
}
.shipper-inner-sec .shipping__table--multiple li input[type=radio] {
    display: none;
}
.shipper-inner-sec .shipping-section table td .shipping__list_item {
	margin-bottom:10px;
}
.woocommerce-checkout-review-order .cart-block .cart-image-block {
    text-align: center;
}
.woocommerce-checkout-review-order .cart-block .cart-image-block a img {
    border: solid 1px #F0F0F0;
    padding: 15px;
    border-radius: 5px;
}
.woocommerce-checkout-review-order .cart-block .cart-content-block .cart-qty-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.woocommerce-checkout-review-order .cart-block .cart-content-block dl.variation {
    margin-bottom: 0;
}
.woocommerce-checkout-review-order .cart-block .cart-content-block dl.variation dt,
.woocommerce-checkout-review-order .cart-block .cart-content-block dl.variation dd {
    padding: 0px 0 10px 0;
	opacity:1;
}
.payment_methods p {
    font-size: 16px;
}
h3#order_review_heading {
    display: none;
}
.woocommerce-checkout-review-order-table .cart-product-subtotal {
    text-align: right;
}
.shipping-billing-info> h3 {
    position: relative;
    font-size: 25px !important;
    text-transform: inherit !important;
    text-align: center;

}
.ship-bill-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    column-gap: 30px;
    padding: 20px 0 0 0;
}
.ship-bill-inner .billing-box, 
.ship-bill-inner .shipping-box,
.ship-bill-inner .payment-shipping-box {
    width: 33.333%;
    background: #fff;
    position: relative;
    padding: 40px 40px 60px 40px;
}
.shipping-billing-info{
    position: relative;
	padding: 50px 0 70px 0;
	max-width:1100px;
	margin:0 auto;
}
.shipping-billing-info:before {
    position: absolute;
    content: '';
    left: calc(0px - 100%);
    top: 0;
    background: #F0F0F0;
    width: calc(100% + 200%);
    height: 100%;
    z-index: 0;
}
.ship-bill-inner h4 {
    font-size: 16px;
    font-family: 'Ubuntu';
}
.billing-info p, 
.shipping-info p, 
.payment-ship-info p {
    margin-bottom: 3px;
}
.payment-ship-info p strong {
    font-weight: 400;
}
.payment-ship-info p span {
}
.ship-bill-inner .edit-details {
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.woocommerce-additional-fields__field-wrapper {
    margin: 50px 0 30px 0;
}
.woocommerce-additional-fields__field-wrapper .notes {
    max-width: 900px;
    margin: 0 auto;
}
.woocommerce-additional-fields__field-wrapper .notes label {
    text-align: center;
    margin-bottom: 17px;
}
.order-total-wrap {
    max-width: 450px;
    margin: 0 auto;
}
.order-total-wrap table th {
    text-transform: capitalize;
}
.order-total-wrap table th, .order-total-wrap table td {
    border: none;
	vertical-align: top;
}
.order-total-wrap table td span.woocommerce-Price-amount.amount {
    font-weight: 400;
}
.woocommerce-privacy-policy-text {
    max-width: 1000px;
    margin: 30px auto;
}
.step-buttons .button.btn-submit {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 20px;
    margin: 0;
    border-radius: 5px;
    width: 245px;
    max-width: 100%;
	line-height:normal;
}
.last-steps {
    max-width: 1000px;
    margin: 50px auto 0 auto;
}
.cart-content-block h6 {
    font-family: 'Ubuntu';
    text-transform: inherit;
    opacity: 1;
}
.woocommerce-order .large-5 .is-well {
    background-color: #e4f6fb;
    box-shadow: none;
}
.woocommerce-table__product-name .wc-item-meta li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-order .shop_table tfoot th {
    font-size: 16px;
}
.return-to-shop .wc-backward {
    border-radius: 5px;
    text-transform: capitalize;
    padding: 7px 35px;
    background: #0093d6 !important;
    color: #fff !important;
    margin-top: 20px;
}
.woocommerce-terms-and-conditions-wrapper {
    max-width: 1000px;
    margin: 35px auto 0 auto;
}


/* =====================================================  
                    cart page css 
=======================================================*/


.cart-container {
	padding-top:40px;
}
.cart-content-block .p-name {
    color: #000;
    font-weight: bold;
}
.cart-content-block dl.variation {
    display: flex;
    flex-wrap: wrap;
}
.variation-Piktograms  .pktograms_images span#productpktograms{
	text-align:right;
}
.cart-content-block dl.variation dt,.cart-content-block dl.variation dd {
    width: 50%;
    margin: 0;
}
.cart-content-block dl.variation dd {
    text-align: right;
}
.cart-content-block dl.variation dt {
    font-size: 16px;
    font-weight: 400;
}
.checkout-page-title {
	display:none;
}
.cart-collaterals.large-4 {
	border:none !important;
}
.cart-collaterals.large-4 .cart-sidebar,
.cart-additional-desc{
    background-color: #F0F0F0;
    padding: 25px !important;
    margin-bottom: 40px;
    border-radius: 8px;
}
.cart_totals .button,.ux-cart-coupon button {
    border-radius: 5px;
    text-transform: capitalize;
    padding: 7px 10px;
    background: #0093d6 !important;
    color: #fff !important;
}
.calculated_shipping th.product-name {
    text-align: center;
}
.calculated_shipping table td,
.calculated_shipping table th{
	border:none;
}
.woocommerce-cart-form .actions.clear {
    display: flex;
    justify-content: flex-end;
	flex-wrap: wrap;
}
.chackout-product-row {
    border-top: solid 1px #dddada;
    padding-top: 35px;
}
.chackout-product-row:first-child {
    border: none;
}
.chackout-product-row .cart-row.cart_item{
    max-width: 1000px;
    margin: 0 auto;
}
.woocommerce-cart-form .cart-product-subtotal, 
.woocommerce-cart-form .cart-action{
    text-align: right;
}
.clear-cart, .clear-cart:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}


/* =====================================================  
                    Zahlung & Versand page css 
=======================================================*/


.payment-method-block-top {
    max-width: 660px;
    background: #F0F0F0;
    margin: 0 auto;
    padding: 45px;
	margin-bottom:30px;
}
.payment-method-block-top h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.payment-option-logo .box-image {
    border: solid 2px #ADADAD;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    opacity: 0.5;
    transition: 0.5s all;
}
.payment-option-logo .box-image img {
    width: 170px;
}
.payment-img-block .row.payment-option-logo {
    max-width: 570px;
}
.payment-option-logo .box-image:hover {
    opacity: 1;
    border-color: #0093D6;
}
.shipment-img-text-row .col {
    padding: 0;
	position: inherit;
}
.shipment-img-text-row .shipment-text-block {
    padding: 35px;
    background: #E4F6FB;
}
.shipment-img-text-row .shipment-text-block h3 {
    font-size: 25px;
    margin-bottom: 25px;
}
.ups-img {
    width: 100px !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -60px;
}
.shipment-img-block .img{
	margin-bottom:0 !important;
}
.shipment-img-text-row .col .col-inner {
    position: inherit;
}
.tabbed-content.payment-tabs ul.nav.nav-line li.active a {
    color: #0093D6;
    border: none;
    font-weight: 700;
}
.tabbed-content.payment-tabs ul.nav.nav-line li a:before {
    left: 0;
}
.tabbed-content.payment-tabs ul.nav.nav-line li a {
    padding:31px 20px;
    border-right: 1px solid #ddd;
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}
.payment-tabs .nav-vertical+.tab-panels {
    border: none;
}
.payment-tabs {
    border-top: 1px solid #ddd;
	border-bottom: solid 1px #ddd;
}
.tabbed-content.payment-tabs .nav-vertical {
    width: 30%;
}
.tabbed-content.payment-tabs .tab-panels {
    padding: 20px 20px 20px 40px;
}
.tabbed-content.payment-tabs .tab-panels table td {
    border: none;
    padding: 10px;
}
.tabbed-content.payment-tabs .tab-panels table tr:nth-child(even) {
    background: #F0F0F0;
}
.payment-tab-sec {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.shipping-company h3 {
    font-size: 25px;
}
.shipping-company-space {
    padding-bottom: 50px !important;
}









/* =====================================================  
                       contact page 
=======================================================*/


.contact-form-sec {
    background: linear-gradient(to right, #F0F0F0 35%, #fff 35%);
	padding:0 !important
}
.contact-form-text-left {
    background: #f0f0f0;
    padding-top: 50px;
	padding-right: 0;
	padding-bottom:0;
}
.left-text-box{
    padding-right: 30px;
}
.left-text-box h3 {
    font-size: 35px;
}
.number-block {
    margin-top: 50px;
	margin-bottom: 40px;
}
.number-block p a {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.contact-form form .col input, .contact-form form .col textarea {
    border-color: #0093D6;
    border-radius: 5px;
}
.contact-form form .col textarea {
    height: 150px;
}
.contact-form form .col label .wpcf7-checkbox input[type="checkbox"] {
    margin: 0 15px 0 0;
}
.contact-form form .col label .wpcf7-checkbox span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.contact-form form .col label .wpcf7-checkbox> span {
    display: flex;
    align-items: flex-start;
}
.contact-form form {
    padding: 40px 30px;
}
.contact-form form .col {
    padding-bottom:15px;
}
.contact-form form .col input[type=submit]{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 53px;
	margin: 0;
}
.submit-btn {
    text-align: right;
    margin-top: 45px;
}
.col.contact-form{
	padding-bottom:0;
}
.submit-btn span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.submit-btn .g-recaptcha> div {
    margin: 0 0 20px auto;
}
.contact-map-sec .google-map {
    margin-bottom: -5px;
}


/* =====================================================  
                    Responsive page css 
=======================================================*/


@media(max-width:1410px){
	.testimonial-box .slick-next {
        right: -10px;
    }
	.testimonial-box .slick-prev{
        left: -10px;
    }
	.testimonial-box .slick-arrow{
		width:40px;
		height:40px;
	}
	.testimonial-box .slick-arrow:before {
        left: 16px;
		top: 14px;
	}
	.testimonial-box .slick-next:before {
		left: 13px;
	}
}

@media(max-width:1199px){
	.team-block .col-inner .box .box-image {
        width: 190px;
		height: 190px;
	}
	.home-banner-slider .section-title-normal span {
       font-size: 45px;
       line-height: 50px;
    }
	.main-nav a{
	   font-size:1.33vw;
	}
	.main-nav ul{
	   gap:2.5vw;
	}
}

@media(max-width:1024px){
.header-top .flex-row .col.large-4 {
    flex-basis: 100%;
    max-width: 100%;
}
.header-top .flex-row .hide-for-medium.col.large-5,
.header-top .flex-row .hide-for-medium.col.large-3 {
     display: none;
}	
.header-main .header-inner .flex-col.show-for-medium.flex-left{
	display: block !important;
	flex: 1 1 0;
    order: 1;
}
.header-main .header-inner .flex-col.hide-for-medium.flex-left{
    display: none;
}	
.custom-category-grid .category-box {
    width: calc(33.3333% - 8px);
	display:block;
}	
.hover-text-main-block .col {
    flex-basis: 50%;
    max-width: 50%;
}
.faq-main-section{
    padding-block:55px !important;
}
.service-item {
    height: 220px;
}
.service-grid .large-3.col {
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.sp-right,
.sp-search form,
.sp-search .select-cate,
.main-menu{
    display: none;
}
header .col-lg-4 {
    flex: 0 0 auto;
    width: 75%;
}
header .col-lg-5 {
    flex: 0 0 auto;
    width: 25%;
}
.responsive-show{
    display: block;
}
.main-menu-phone{
    display: block;
}
.offcanvas-menu-block{
    background: #fff;
    padding: 20px;
}
.hcategory-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.hcategory-box .imgwraper img {
    height: 45px;
}
.category-header button.back-button {
    position: absolute;
    top: 12px;
    padding: 0;
    background: transparent;
    border: none;
}
.category-header {
    position: relative;
}
.category-tree {
    padding: 20px 0;
}
.category-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.category-box {
    overflow: hidden;
    padding: 10px;
    position: relative;
    background: #F0F0F0;
    border-radius: 3px;
    display: flex;
    gap: 10px;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}
.imgwraper {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}
.imgpad {
    position: relative;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    overflow: hidden;
}
.imgwraper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    color: transparent;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.category-box span {
    font-size: 14px;
    font-weight: normal;
    -moz-box-align: center;
    align-items: center;
    display: flex;
    overflow-wrap: anywhere;
    hyphens: auto;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.offcanvas-menu-block form {
    position: relative;
    width: 100%;
    display: flex;
}
.offcanvas-menu-block form input#jshop_search {
    padding: 0px 60px 0 8px;
    height: 50px;
    width: 100%;
    margin: 0;
}
.offcanvas-menu-block form button.button-search {
    position: absolute;
    right: 0;
    width: 55px;
    background-color: #0093D6;
    border: none;
    top: 0;
    height: 53px;
}
.offcanvas-menu-block form button.button-search svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.other-menu ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.other-menu ul li.other-menu-sub {
    text-align: center;
    width: 100%;
    border-bottom: solid 2px #707070;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.other-menu ul li {
    width: 50%;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
}
.menu-tree {
    border-top: solid 2px #707070;
    border-bottom: solid 2px #707070;
    padding: 20px 0;
}
.other-menu ul li.other-menu-sub ul li a {
    width: 100%;
    display: flex;
    background: #f0f0f0;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.other-menu ul li.other-menu-sub .sub-other-menu {
    display: block;
    padding-inline: 20px;
}
.other-menu ul li.other-menu-sub .sub-other-menu li {
    width: 100%;
    margin: 10px;
}
.other-menu ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
#wide-nav {
    display: none;
}
.category-layout .row .col.large-8 .main-content .custom_category .row> div .imgpad{
	height:auto;
}
	
}

@media(max-width:1099px){
.woocommerce-product-filters .row .col {
    padding-bottom: 15px !important;
    flex-basis: 25%;
    max-width: 25%;
}
	
}

@media(max-width:991px){
	.service-heading h2{
		font-size:28px;
	}
	.heading-style-two h2 {
       font-size: 28px;
    }
	.customizations-text-block{
		padding:20px;
	}
	.service-single .service-heading h2{
		word-wrap:break-word;
	}
	.section-space {
       padding: 55px 0 !important;
    }
	footer .footer-widgets .row.large-columns-4> .col{
      flex-basis: 50%;
      max-width: 50%;
    }
	footer .footer-widgets #nav_menu-2,
	footer .footer-widgets #nav_menu-2 ul li,
	footer .footer-widgets div#text-3,
	.footer-logo-list li{
		text-align:left;
	}
	ul.footer-social-media {
		justify-content: flex-start;
	}
	.team-block .col-inner {
       padding-left: 0;
       flex-wrap: wrap;
    }
    .team-block .col-inner .box {
        margin-left: 0;
        display: block;
        float: inherit;
        width: 27%;
        margin: 0 auto 15px auto !important;
        text-align: center;
    }
	.newsletter-section {
        padding: 30px 20px;
    }
	footer .footer-widgets div#text-2,
	footer .footer-widgets #nav_menu-2,
	footer .footer-widgets div#text-3{
    flex-basis: 50%;
    max-width:50%;
}
.shipment-img-text-row .col.large-6 {
    flex-basis: 100%;
    max-width: 100%;
}	
.tabbed-content.payment-tabs .tab-panels .row .col {
    flex-basis: 100%;
    max-width: 100%;
}
.product-section-title-related {
    font-size: 30px;	
}
.ship-bill-inner{
	flex-wrap:wrap;
}	
.ship-bill-inner .billing-box, 
.ship-bill-inner .shipping-box, 
.ship-bill-inner .payment-shipping-box{
	width:calc(50% - 20px );
	margin-bottom:30px;
}
.ship-bill-inner .payment-shipping-box{
	margin-bottom:0;
}	
	
	
}


@media(max-width:849px){
	.responsive-pb-0{
		padding-bottom:0;
	}
	.section-space {
       padding: 55px 0 !important;
    }
	.right-print-data{
		margin-bottom:30px;
	}
	.service-heading h3 {
       font-size: 20px;
       margin-bottom: 10px;
    }
	.bg-color-img{
		padding-right:15px;
	}
	.faq-tabs ul.nav li.tab {
        width: calc(50% - 10px);
        margin: 0;
		height: 100px;
    }
    .faq-tabs ul.nav {
        gap: 20px;
    }
	.faq-tab-section:before{
		height:420px;
	}
	.faq-tabs ul.nav {
		padding-bottom: 70px;
	}
	.faq-tabs .tab-panels h3.accordion_title {
	    font-size:28px;
		margin-bottom:30px;
	}
	.faq-tab-section {
       padding-top: 55px !important;
    }
	.time-line-main-box .col {
       padding: 0 30px 50px 30px;
    }
	.time-box .icon-box-img {
		left: -44px;
	}
	.time-box.time-box-left .icon-box-img {
        right: -44px;
    }
	.time-line-main-box .timeline-text{
		padding:20px;
	}
	.newsletter-social-icons.social-icons .button.icon {
       margin-bottom: 20px;
    }
	.newsletter-form .flex-row.form-flat {
       display: block;
    }
    .newsletter-form .flex-row.form-flat .flex-col.ml-half {
       margin-left: 0;
    }
	.three-main-block .three-box-style {
       border-right: none;
       padding: 10px 15px;;
       text-align: center;
    }
	.see-more.btn-style {
       margin-top: 30px;
    }
	.post-one-third-section .blog-right .blog-box:first-child {
       padding-top: 40px;
       margin-top: 20px;
       border-top: 1px dotted #666;
    }
	.main-blog-box .blog-img{
		height:inherit;
	}
	.blog-newsletter h2{
		font-size:28px;
	}
	.woocommerce-account .my-account-header .page-title-inner h1 {
       font-size: 28px;
    }
	.texonomy_category,
	.category-layout{
		background:#fff;
	}
	.category_main,
	.category-layout .row .col.large-8 .main-content{
		padding:40px 0 ;
	}
	.imagesModel .imgModel button {
        padding: 7px 16px;
        font-size: 13px;
		line-height: 25px;
	}
	.product-info.summary{
	    padding-top:50px;
    }
    .tabbed-content.payment-tabs .nav-vertical {
       width: 100%;
    }
	.tabbed-content.payment-tabs ul.nav.nav-line li{
		margin-bottom:10px;
	}
	.tabbed-content.payment-tabs ul.nav.nav-line li.active a,
	.tabbed-content.payment-tabs ul.nav.nav-line li a {
       padding: 12px 20px;
	   border: 1px solid #ddd;
	   border-top:none;
	}
	.payment-img-block .row.payment-option-logo {
       max-width: inherit;
    }
	.payment-option-logo .gallery-col.col {
       flex-basis: 50%;
       max-width: 50%;
     }
	.tabbed-content.payment-tabs .tab-panels {
       padding: 0;
    }
    .contact-form-sec {
       background: #F0F0F0;
	}
	.contact-form form {
        padding: 40px 0px 0 0;
    }
	.left-text-box {
       padding-right: 0;
    }
	.contact-form-text-left {
		padding-right: 15px;
	}
	.left-text-box h3 {
       font-size: 25px;
    }
	.number-block p a {
		font-size: 18px;
	}
	.woocommerce-product-filters .col.large-4 {
       padding-bottom: 30px;
    }
	.woocommerce-product-filters{
		padding-right:0;
	}
	aside.cate_sidebar {
		margin-top:20px;
	}
	.category-layout .col.large-8{
		order:1;
	} 
	.filter-box-mobile{
      display: block;
    }
	.woocommerce-product-filters{
		display:none;
	}
    .woocommerce-product-filters.show-form {
       display: block;
       position: fixed;
       bottom: 0;
       z-index: 9999;
       left: 0;
       width: 100%;
       padding: 20px;
       margin: 0;
       background: #fff;
       box-shadow: 1px -7px 13px 0px #bdbdbd73;
       border-radius: 13px 13px 0 0;
     }
.woocommerce-product-filters:before {
    display: none;
}
.woocommerce-product-filters .row .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 15px !important;
}
.woocommerce-product-filters .row .col.orderby-box {
    padding-inline: 15px !important;
	padding-bottom: 15px !important;
}
.category-layout .col.large-8 {
    order: 1;
}
.category-layout > .row> .col.large-4 {
    order: 2;
}	
.filter-box-mobile .filter-btn {
    display: inline-flex;
    margin-bottom: 30px;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 14px 1px #c7c7c7;
    border-radius: 23px;
    padding: 5px 16px;
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 16px;
}
.filter-box-mobile .filter-btn svg {
    margin-right: 10px;
}	
.close-form {
     display: block;
     text-align: right;
     margin-bottom: 20px;
}
.close-form svg {
    background: #ebebeb;
    padding: 4px;
}
	
}


@media(max-width:767px){
    footer .footer-widgets .row.large-columns-4> .col{
       flex-basis: 100%;
       max-width: 100%;
	   margin-bottom:45px;
	   text-align:center;
    }
	.footer-address ul li {
       justify-content: center;
    }
	footer .footer-widgets #nav_menu-2, 
	footer .footer-widgets #nav_menu-2 ul li, 
	footer .footer-widgets div#text-3, 
	.footer-logo-list li {
        text-align: center;
    }
	ul.footer-social-media {
        justify-content: center;
    }
	.footer-logo-list li img {
        width: 130px;
    }
	footer .footer-widgets span.widget-title {
       font-size: 20px;
       margin-bottom: 5px;
	}
	.hover-text-main-block .col {
        flex-basis: 100%;
		max-width: 100%;
	}
	.symbols-text-block .bgcolor-gray.customizations-text-block{
	    padding: 30px 30px 20px 30px;
	}
	.right-print-data .col-inner {
        padding-top: 35px;
        padding-right: 25px;
        padding-left: 25px;
    }
	.about-topo .col-inner h2 {
       font-size: 28px;
    }
	h3, h4{
		font-size:20px;
	}
	.team-block .col-inner .box {
        width:50%;
    }
	.service-grid .large-3.col {
       flex-basis: 50%;
       max-width: 50%;
    }
	.google-map iframe {
       height: 200px;
    }
	.home-banner-slider .section-title-normal span {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 0;
    }
	.home-banner-slider .text-box-content a {
       margin-top: 0;
	   padding-inline:30px;
    }
	.custom-category-grid .category-box {
        width: calc(50% - 8px);
    }
	footer .footer-widgets div#text-2,
	footer .footer-widgets #nav_menu-2,
	footer .footer-widgets div#text-3{
       flex-basis:100%;
       max-width:100%;
    }
	.shipping-company-space {
       padding-bottom: 25px !important;
    }
	.payment-tab-sec {
       padding-top: 30px !important;
       padding-bottom: 20px !important;
    }
	.shipper-inner-sec {
       gap: 30px;
    }
.shipper-inner-sec .shipping-desc,
.shipper-inner-sec .shipping-section {
    width: 100%;
}
.ship-bill-inner .billing-box, 
.ship-bill-inner .shipping-box, 
.ship-bill-inner .payment-shipping-box{
	width:100%;
}
section.woocommerce-order-details {
    overflow: scroll;
}	
	
}


@media(max-width:549px){
	.time-box .icon-box-img{
		position:inherit
	}
	.time-line-main-box .timeline-text {
        max-width: 100%;
		text-align: center;
    }
    .time-line-main-box .timeline-text.timeline-text-left{
        margin: 0;
    }
	.time-line-main-box .timeline-text-left:before,
	.time-line-main-box .timeline-text-right:before{
        left: 50%;
        transform: rotate(311deg) translate(0px, -9px);
        top: 2px;
    }
	.time-box {
       margin-bottom: 25px;
    }
	.time-line-main-box .col {
        padding: 0 15px 25px 15px;
    }
	.time-line-main-box:before {
	    height:90%;
	}
	.time-box .icon-box-text p {
       display: inline-block;
       background: #fff;
       padding: 10px 20px;
       border-radius: 8px;
    }
	.bottom-footer {
      justify-content: center;
	  gap:20px;
    }
	.post-one-third-section .blog-right .blog-box {
       flex-wrap: wrap;
    }
    .post-one-third-section .blog-right .blog-box .blog-img,
	.post-one-third-section .blog-right .blog-box .blog-text {
        width: 100%;
    }
    .post-one-third-section .blog-right .blog-box .blog-img,
    .post-one-third-section .blog-box .blog-img {
       height: inherit;
    }
	.single-product .product-main .woocommerce-Price-amount.amount bdi, 
	.single-product .product-main .woocommerce-Price-amount.amount bdi span {
	   line-height:normal;
	   font-size:25px;
	}
	.custom-category-grid .category-box {
        width: 100%;
    }
	.product-lightbox .product-info table td, 
	.product-lightbox .product-info table th{
		display:block;
	}
	.product-lightbox .product-info.summary form .variations .label,
	.product-lightbox .single_variation_wrap .woocommerce-variation-add-to-cart tr td:first-child{
		width:100%;
	}
	.product-lightbox #custom-pricing-tiers table.custom-tier-table td {
        display: table-cell;
    }
	.product-lightbox .product-lightbox-inner {
        padding-inline: 0 !important;
    }
	.product-lightbox .product-info table.product_meta th{
		width:100%;
		padding:0;
	}
	.product-lightbox .product-info table.product_meta td{
		padding:0 0 10px 0;
	}
	.box-text-products .price-wrapper .price span.woocommerce-Price-amount.amount, 
	.box-text-products .price-wrapper .price .woocommerce-Price-currencySymbol{
		font-size:18px;
	}	
.checkout-form-navigation {
    flex-wrap: wrap;
    border-radius: 0;
}
.checkout-form-navigation li {
    width: 50%;
}
.checkout-form-navigation li .nav-item.active {
    border-radius: 0;
}
.checkout-form-navigation li .nav-item {
    padding: 10px 20px;
    display: block;
}
.step-buttons{
	flex-wrap:wrap;
}	
.step-buttons .prev-step,
.step-buttons .next-step,
.step-buttons .button.btn-submit{
	width:100%;
}

	
	
}


@media(max-width:479px){
	.team-block .col-inner .box {
        width: 100%;
    }
	.cat-level .imgpad {
        width: 30px;
        min-width: 30px;
        height: auto;
    }
	.cat-level .cat-item img {
        height: 30px;
    }
	.single-product .product-main .product-info table th, 
	.single-product .product-main .product-info table td{
		display:block;
		width:100%;
	}
	.single-product .product-main .product-info table.custom-tier-table tr td{
		display:table-cell;
	}
	.single-product .product-main .product-info table.variations tr td {
       padding-bottom: 15px;
    }
}

@media(max-width:375px){
	.service-grid .large-3.col {
       flex-basis: 100%;
       max-width: 100%;
    }
	.cat-item {
       width: 100%;
	}
}

/* form checkout css */
.form-row.place-order, .woocommerce-additional-fields{display: none;}