/*
@font-face {
    font-family: 'DIN Condensed';
    src: url('my/fonts/DIN_Condensed/DINCondensed-Light.eot');
    src: local('DIN Condensed Light'), local('DINCondensed-Light'),
        url('my/fonts/DIN_Condensed/DINCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('my/fonts/DIN_Condensed/DINCondensed-Light.woff2') format('woff2'),
        url('my/fonts/DIN_Condensed/DINCondensed-Light.woff') format('woff'),
        url('my/fonts/DIN_Condensed/DINCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('my/fonts/DIN_Condensed/DINCondensed-Regular.eot');
    src: local('DIN Condensed'), local('DINCondensed-Regular'),
        url('my/fonts/DIN_Condensed/DINCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('my/fonts/DIN_Condensed/DINCondensed-Regular.woff2') format('woff2'),
        url('my/fonts/DIN_Condensed/DINCondensed-Regular.woff') format('woff'),
        url('my/fonts/DIN_Condensed/DINCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
header#main-header{
	/*background:linear-gradient(black, transparent);*/
	background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
}
#top-menu li{
    padding-right: 52px;
}
#top-menu-nav a{
	color: #FFFFFF;
	font-family: Montserrat;
font-size: 15px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: right;
}
/*div.et_pb_section.et_pb_section_0 { 
  background: url(https://np.svoyak.co/wp-content/uploads/2023/06/fon_2_1.png) no-repeat,
url(https://np.svoyak.co/wp-content/uploads/2023/06/sloy_fon_2_1.png) bottom no-repeat;
}*/
.et_pb_image_1.et_pb_image img{
	overflow: hidden;
	position: relative;
	left: 20%;
}
div.et_pb_row{
	max-width:100%;
}
.woocommerce-result-count,
.orderby{
	display:none;
}
.product .onsale{
	display: none;
}
.woocommerce ul.products li.product .price del{
	display: none;
}
.woocommerce-loop-product__title{
	width: 90%;
	
}
.et_pb_shop_0.et_pb_shop .woocommerce ul.products li.product h2{
	margin: 0 auto;
}
.et_shop_image{
    overflow: hidden;
    transition-duration: 3s;
    transition-delay: 0s;
}
.et_shop_image img:hover{
    transition: 3s;
    
    transform: scale(1.2);
    
}
.buy{
    margin: 20px auto;
    background-color: #ef361d;
    width: 80%;
    height: 36px;
    text-align: center;
    color: #FFF;
    line-height: 36px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
}
.woocommerce ul.products li.product a{
    display: block;
    box-shadow: 0px 5px 14px 10px black;
    
}
.woocommerce ul.products li.product{
    
    height: 100%;
}

/*.et_pb_section .et_pb_text_1 h2{
    font-family: 'DIN Condensed';
    font-weight: 300;
    font-style: normal;
}*/