/*
Theme Name: Nova Engineering Child
Description: This is a child theme for Nova Engineering
Author: Kabarga Design
Template: flatsome
Version: 3.0
*/

/*************** CUSTOM FONTS MONTSERRAT ***************/

@font-face {
  font-family: 'MontserratWeb';
  src: url('/webfont/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratWeb';
  src: url('/webfont/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratWeb';
  src: url('/webfont/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratWeb';
  src: url('/webfont/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratWeb';
  src: url('/webfont/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratWeb';
  src: url('/webfont/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*************** GLOBAL FONT ***************/

body {
  font-family: 'MontserratWeb', Arial, sans-serif;
}

/* Перезапис шрифта ult-silk з font-display: swap */
@font-face {
  font-family: 'ult-silk';
  src: url('/wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/ult-silk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*************** CUSTOM CSS   ***************/


body, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, .nav > li > a {
    font-family: "MontserratWeb", sans-serif!important;
}

.page-loader {
	display:none;
}
.category-page-row {
 	padding-top:25px;
 	padding-top:25px;
}
.shop-page-title.category-page-title{
	padding-top:100px; 
}
@media screen and (max-width:850px){
	.shop-page-title.category-page-title.page-title .page-title-inner > div{
		padding-left:0;
		padding-right:0;
	}
}
@media screen and (min-width:850px){
	.shop-page-title.category-page-title.page-title .page-title-inner{
		flex-direction: row-reverse;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner .non-bread-side{
		max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner .non-bread-side > *{
		display:none;
	}
}
@media screen and (max-width:549px){
	.shop-page-title.category-page-title {
    padding-top: 70px;
}
.shop-page-title.category-page-title.page-title .page-title-inner .is-large{
	overflow-x: auto;
}
nav.woocommerce-breadcrumb.breadcrumbs {
    width: max-content;
}
}
#main > .shop-container {
  padding-top: 70px;
}

.faq-container {
    width: 100%;
    padding-top: 60px;
}

.faq-container div{
    width: 100%;
}

.faq-container div button h3{
    line-height: 1.5;
    margin: 0;
    color: #d60025;
    font-size: 16px;
    text-transform: none;
}

.faq-container div button {
width: 100%;
    color: #d60025;
    text-align: left;
    padding: 5px 0px;
    border-bottom: 1px solid #777;
    display: flex;
    align-items: center;
}

.faq-container .accordion {
  cursor: pointer;
 
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.faq-container .active, .faq-container .accordion:hover {
   border-bottom: 1px solid #d60025;
}

.faq-container .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-container .active:after {
  content: "\2212";
}

.faq-container .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

body .h1-style {
    color: #ef002a;
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 59px;
}

.block-head .h2-style {
    font-size: 32px;
    line-height: 42px;
}


body .nav-spacing-xlarge>li {
    margin: 0 5px;
}


@media(max-width: 1380px){
#logo {
 
    max-width: 200px;
}	
	
}


@media(max-width: 1290px){

#logo {
  
    max-width: 150px;
    margin-right: 0 !important;
}
.header-main .nav>li.html {
    padding: 5px 4px;
}
	
.header-main .nav>li.html a{
 
    font-size: 12px!important;
 
}	
}



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


}


@media(max-width: 767px){
.row.category-page-row .col.large-3.hide-for-medium {
	display: block !important;
} 
.category-page-row {
	padding-top: 20px;
}
.block-head .h2-style {
    font-size: 24px;
    line-height: 30px;
}
body .h1-style {

    font-size: 30px;
    line-height: 36px;
}

}


button.add_to_wishlist.single_add_to_wishlist {
    color: #b6271a;
    font-size: 15px !important;
    font-weight: 400;
    font-family: "MontserratWeb", sans-serif !important;
    padding: 0;
    margin: 0;
    text-transform: none;
}

.wpb_wrapper .breadcrumb_last{
	color:white;
}


/* Розриття фільтру в категоріях товарів */

.widget_product_categories 
.cat-item-249 > ul.children {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.widget_product_categories 
.cat-item-249 > button.toggle {
    display: none;
}



/*************** FONT AWESOME FONT-DISPLAY FIX ***************/

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2") format("woff2");
}


