@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//kugel.by/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.0") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(56,56,56);
	background-image: url(https://kugel.by/wp-content/uploads/2022/08/footer-bg.jpg);
	background-size:cover;
	background-position:center center;
}

:root{
--wd-text-font:"Roboto", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(84,80,76);
--wd-text-font-size:16px;
}
:root{
--wd-title-font:"Roboto Slab", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:rgb(17,17,17);
}
:root{
--wd-entities-title-font:"Roboto Slab", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:300;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Roboto", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Roboto Slab", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:300;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:17px;
}
html .page-title > .container > .title{
	font-weight: 500;font-size: 32px;text-transform: uppercase;color: rgb(255,255,255);
}

html .page-title > .container > .title:hover{
	color: rgb(239,239,239);
}

:root{
--wd-primary-color:#d90617;
}
:root{
--wd-alternative-color:#f48802;
}
:root{
--wd-link-color:rgb(0,0,0);
--wd-link-color-hover:rgb(135,135,135);
}
:root{
--btn-default-bgcolor:#d90617;
}
:root{
--btn-default-bgcolor-hover:#f48802;
}
:root{
--btn-accented-bgcolor:#83b735;
}
:root{
--btn-accented-bgcolor-hover:#74a32f;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #fff;
		
					--btn-default-color-hover: #fff;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/* dots under sliders */
.ultsl-record::before {
 font-family: 'ult-silk' !important; 
}

/* Copyrights wrapper */
.website-wrapper .copyrights-wrapper{
	background-color:rgba(0,0,0,0.75);
}

/* Slider tooltip */
.nav-pos-hor-center .tp-bullet span{
	display: none;
}

/* подчёркивание */
.btn-read-more::before{
   content: '';
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 0;
    height: 2px !important;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    background-color: var(--wd-primary-color); 
}

/* подчёркивание */
.btn-read-more:hover::before{
    width: 100%;
}

/* Post image mask */
.blog-pagination-more-btn .hentry .post-image-mask{
	display: none !important;
}

/* читать далее - точки */
.read-more-section a:after{display:none !important;}

/* Meta post categories */
.hentry .meta-post-categories{
	display: none;
}

/* Span Tag */
.entry-meta-list .meta-author > span{
	display: none;
}

/* Span Tag */
.meta-author .author_name span{
	display: none;
}

/* Post date month */
.entry-header .wd-post-date .post-date-month{
	display: none;
}

/* Post date day */
.entry-header .wd-post-date .post-date-day{
	display: none;
}

/* читать далее - позиция */
.read-more-section a{
	color:#d0d0d0 !important;
	text-transform:none !important;
	position:absolute !important;
	right:25px !important;
	bottom:25px;
}

/* Show More Link */
.blog-pagination-more-btn .read-more-section a{
	font-weight:300 !important;
	font-size:16px;
}

/* Post image mask */
.hentry .post-image-mask{
	display: none;
}

/* Post Title */
.page-title h1{
	display: none;
}

/* Post Title */
.page-title h3{
	display: none;
}

/* текст виджетов в подвале */
.widget p{
	font-weight:300;
}

/* Dropdown menu */
#menu-menyu .menu-item .wd-dropdown-menu{
	top:35px;
}

/* слайдер в каталоге */
.dot ul i{
	background-color:rgba(243,243,243,0);
}

/* слайдер в каталоге */
.dot p{
	font-size:21px;
	line-height:24px;
}

/* слайдер в каталоге */
.dot div ul{
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:-45px;
	margin-bottom:10px;
	margin-left:-15px;
}

/* фон у кнопок на слайдере */
.dot i:hover{box-shadow:none}@media (min-width: 1025px) {
	.link a::before {
	  content: '';
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    background-color: var(--wd-primary-color); 
}

.link a:hover:before {
	width: 100%;
}

.link a{position: relative;}

.wd-nav.wd-gap-m {
    --nav-gap: 20px !important;
}


}

@media (min-width: 768px) and (max-width: 1024px) {
	.link a::before {
    content: '';
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    background-color: var(--wd-primary-color); 
}

.link a:hover:before {
	width: 100%;
}

.link a{position: relative;}
}

