@import url(libs.css);
@import url(fonts.css);

body{		
	font-family: 'ProximaNova', sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #121212;
	background: #f1f1f1;
}
html, body{overflow-x:hidden;}
ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
p{margin: 0;}
a, a:hover{text-decoration: none;color: #302c2c;}
a, img, input, button, select{outline: none!important}
header,main,footer{width: 100vw}

a,button,input[type=submit]{cursor: pointer}
strong{font-family: 'ProximaNovaBold';}

.clr{clear:both;}
.dekstop-hidden{display: none;}

.comment-form-cookies-consent{
	display: none!important;
}

.btn-red,
.btn-orange{	
	background: #ffbe18;	
	padding: 0;
	width: 100%;
	text-align: center;	
}
	
	.btn-orange button,
	.btn-orange input,
	.btn-red a,
	.btn-orange a{
		background: none;
		padding: 10px 0;
		outline: none;
		border: 0;		
		color: #121212;
		display: block;				
		font-size: 14px;	
		line-height: 1.1;
		width: 100%;
	}	
	
	.btn-orange button span,
	.btn-red a span,
	.btn-orange a span{				
		border-bottom: 1px solid rgba(0,0,0,.5);		
	}
	
	.btn-red {
		background: red;
	}
	.btn-red a{
		color: #fff;
	}
	.btn-red a span{
		border-bottom: 1px solid rgba(255,255,255,.75);
	}
	
	.category-products .woocommerce-info{
		margin-top: 60px;
	}
	
header{
	position: relative;
	z-index: 20;
}
	
header .header-top{
	background: #ffbe18;
}

	header .header-top .header-top-menu li{
		margin-left: 45px;
		float: left;
	}	
	
	header .header-top .header-top-menu li:first-child{
		margin-left: 0;
	}

		header .header-top .header-top-menu a{
			font-size: 16px;
			border-bottom: 1px solid rgba(0,0,0,.25);
			line-height: 1.1;
			display: block;
			margin: 14px 0
		}
		
	header .header-top .header-top-cart{
		float: right;
		height: 100%;
		position: relative;
		z-index: 22;
	}
	
		header .header-top .header-top-cart .header-top-minicart{
			position: absolute;
			top: calc(100% - 2px);
			right: 0;
			display: none;
			width: 100%;
			background: #2f2f2f;
			color: #fff;
			z-index: 1;
			text-align: center;
			padding: 12px 0 0;
			border-top: 2px solid rgb(156, 139, 95);
			width: 300px;
		}
		
			header .header-top .header-top-cart .header-top-minicart-table{
				padding-bottom: 12px;
			}
	
		header .header-top .header-top-cart a{
			display: table;
			height: 100%;
		}
		
			header .header-top .header-top-cart .header-top-cart-icon{
				display: table-cell;
				position: relative;
				vertical-align: middle;				
			}
			
				header .header-top .header-top-cart .header-top-cart-icon i{
					font-size: 25px;
				}
				
				header .header-top .header-top-cart .header-top-cart-icon span{
					position: absolute;
					top: 4px;
					right: -4px;
					color: #fff;
					background: #de0000;
					border-radius: 50%;
					display: block;
					line-height: 16px;
					width: 16px;
					text-align: center;
					font-size: 13px;
					display: none;
				}
			
			header .header-top .header-top-cart .header-top-cart-text{  
				display: table-cell;
				vertical-align: middle;
				display: none;
				font-size: 16px;
				padding-left: 10px;
			}
			
				header .header-top .header-top-cart .header-top-cart-text p{
					border-bottom: 1px solid rgba(0,0,0,.25);
					line-height: 1.1;
				}
				
			header .header-top .header-top-cart table{
				margin: 0 10px;
			}
			
				header .header-top .header-top-cart table tr td{
					padding: 10px 0;
				}
				header .header-top .header-top-cart table tr:not(:first-child) td{
					border-top: 1px solid rgba(255,255,255,.25);					
				}
				
				header .header-top .header-top-cart table td.minicart-thumb .img-container{
					max-width: 170px;
					padding-right: 10px;
					display: flex;
					align-items: center;
					justify-content: center;
				}
				
				header .header-top .header-top-cart table td.minicart-thumb .img-container img{
					max-width: 100%;
					display: block;
					margin: 0 auto;
				}
				
				header .header-top .header-top-cart table td.minicart-name .item-title a{
					font-size: 12px;
					text-align: left;
					color: #fff; 
					display: block;
				}
				
				header .header-top .header-top-cart table td.minicart-name p{
					text-align: left;
					font-weight: 600;
				}
				
				header .header-top .header-top-cart table td.minicart-remove a{
					color: #fff;
					margin-left: 10px;
					display: block;
				}				


header .header-middle{
	background: #fff;
	padding: 10px 0;
}

	header .header-middle .header-middle-info a{
		border-bottom: 1px solid rgba(0,0,0,.25);
		line-height: 1.1;
		margin-top: 5px;
		display: inline-block;
	}
	
	header .header-middle .header-middle-phone{
		text-align: right;
	}
		
		header .header-middle .header-middle-phone a.header-middle-phone-main{
			font-size: 21px;
			align-items: center;
			justify-content: flex-end;
			float: right;
			font-weight:600;
		}
			
			.header-middle-phone-main-container{
				display: flex;
				align-items: flex-start;
				justify-content: flex-end;				
			}
		
			header .header-middle .header-middle-phone a i.flaticon-whatsapp{
				color: #67c15e;
				margin-right: 5px;
				font-size: 18px;
			}
			
			header .header-middle .header-middle-phone a i.flaticon-viber{
				background: #7f4da0;
				color: #7f4da0;
				border-radius: 50%;
				width: 18px;
				line-height: 18px;
				height: 18px;
				text-align: center;
				overflow: hidden;
				display: inline-block;
				margin-right: 10px;
				position: relative;
				top: 2px				
			}

			header .header-middle .header-middle-phone a i.flaticon-telegram{
							background-image: url(https://5mto.ru/wp-content/uploads/2022/03/telega_ico.png);
    background-size: cover;
							border-radius: 50%;
							width: 18px;
							line-height: 18px;
							height: 18px;
							text-align: center;
							overflow: hidden;
							display: inline-block;
							margin-right: 10px;
							position: relative;
							top: 2px				
						}
			
				header .header-middle .header-middle-phone a i.flaticon-viber:before{
					background: #fff;
					border-radius: 50%;
				}
				
		
		header .header-middle .header-middle-phone a.modal-trigger{		
			border-bottom: 1px solid rgba(0,0,0,.25);
			line-height: 1.1;		
			display: inline-block;		
			    font-size: 16px;
		}


header .header-bottom{
	background: #2f2f2f;
	padding: 8px 0;
}

	header .header-bottom .header-bottom-menu{
		position: relative;
		z-index: 12;
	}
	
		header .header-bottom .header-bottom-menu .header-bottom-menu-container{
			position: absolute;
			top: 100%;
			display: none;
			left: 0;
			width: 100%;
			background: #fff;
			z-index: 2;
			padding: 10px 0;
			border-top: 9px solid #ffbe186b;
			box-shadow: 0 2px 8px rgba(0,0,0,0.25);		
		}
		
		header .header-bottom .header-bottom-menu.active .header-bottom-menu-container{
			display: block;
		}
				
			header .header-bottom .header-bottom-menu .header-bottom-menu-container li{
				padding: 5px 0;
			}
			
				header .header-bottom .header-bottom-menu .header-bottom-menu-container>ul>li{
					padding: 8px 20px
				}
							
				
				header .header-bottom .header-bottom-menu .header-bottom-menu-container a{
					display: flex;
					align-items: center;
					text-decoration: underline;
				}
				
					header .header-bottom .header-bottom-menu .header-bottom-menu-container a img{
						margin-right: 10px;
						width: 48px;
					}
					
				header .header-bottom .header-bottom-menu  .header-bottom-menu-container>ul>li>ul{				
					display: none;
					opacity: 0;
					position: absolute;
					left: 100%;
					box-shadow: 0 2px 14px -5px rgba(0,0,0,0.25);
					background: #fff;
					top: 0;
					padding: 10px 20px;
					min-width: 300px;
					min-height: 100%;			
				}
					
				header .header-bottom .header-bottom-menu  .header-bottom-menu-container>ul>li>ul>li>a{				
					font-family: 'ProximaNovaSemiBold';
					text-transform: uppercase;
					margin: 5px 0;			
				}

		header .header-bottom .header-bottom-menu>a{
			display: block;
			width: 100%;
			font-family: 'ProximaNovaSemiBold';
			font-size: 20px;
			background: #ffbe18;
			line-height: 42px;
			padding: 0 20px;
			position: relative;
			z-index: 12;			
		}

			header .header-bottom .header-bottom-menu>a>i{
				font-size: 16px;
				float: right;		
			}
	
	header .header-bottom .header-bottom-panel{
		display: table;
		width: 100%;
		height: 100%;		
	}
	
		header .header-bottom .header-bottom-panel>div{
			display: table-cell;
			height: 100%;
			vertical-align: middle;	
		}
	
		header .header-bottom .header-bottom-check a{
			color: #fff;
			border-bottom: 1px solid rgba(255,255,255,.25);
			line-height: 1.1;
			display: inline-block;		
			white-space: nowrap;						
		}
		
		header .header-bottom .header-bottom-search{
			width: 100%;
			padding: 0 20px;
		}
			header .header-bottom .header-bottom-search label{
				display: block;
				width: 100%;
				background: #efefef;
				padding: 0 20px;
				margin: 0;
				height: 43px;
				line-height: 32px;		
			}
			
			header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius: 0!important;height: 43px;background: #efefef!important;border-color: #efefef;} 
			header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{opacity: 1;left: auto;right: 12px;}
			header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {padding: 10px 40px 10px 15px;}
			header .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){background-color: #efefef;z-index: 999;opacity: 1;}
				header .header-bottom .header-bottom-search input{
					background: none;
					border: 0;
					width: calc(100% - 50px);
					height: 100%;
				}
				
				header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{
					color: #000;
					font-style: normal;
				}
			
				header .header-bottom .header-bottom-search button{
					border: 0;
					background: none;
					font-size: 24px;
					float: right;
					padding: 0;
					height: 100%;
				}
		
		header .header-bottom .header-bottom-favourites{
			position: relative;
			padding-left: 20px;
			padding-right: 1px;
		}
		
			header .header-bottom-favourites .header-bottom-favourites-list{
				position: absolute;
				display: none;
				top: calc(100% + 8px);
				right: 0;
				background: #2f2f2f;
				color: #fff;
				z-index: 1;
				text-align: center;
				padding: 12px 0;
				width: 300px;
				border-top: 1px solid #272727;
			}
		
			header .header-bottom .header-bottom-favourites:before{
				content: '';
				background: #272727;
				position: absolute;
				left: 0;
				top: -8px;
				bottom: -8px;
				width: 1px;
			}
			header .header-bottom .header-bottom-favourites>a:before,
			header .header-bottom .header-bottom-favourites>a{
				position: relative;
				border: 1px solid #949494;
				border-radius: 3px;
				display: block;
				width: 14px;
				height: 17px;
				background: #2f2f2f;
			}
			
				header .header-bottom .header-bottom-favourites>a:before{
					content: '';
					position: absolute;
					left: 0px;
					bottom: 0px;
					z-index: 0;
				}
			
				header .header-bottom .header-bottom-favourites>a>i{
					color: #949494;
					font-size: 8px;
					position: absolute;
					z-index: 1;
					top: 0;
					left: 2px;
					line-height: 4px;
				}
			
			header .header-bottom .header-bottom-favourites-list table{
				margin: 0 10px;
			}
			
				header .header-bottom .header-bottom-favourites-list tr td{
					padding: 10px 0;
				}
				header .header-bottom .header-bottom-favourites-list tr:not(:first-child) td{
					border-top: 1px solid rgba(255,255,255,.25);					
				}
				
				header .header-bottom .header-bottom-favourites-list td.favourites-list-thumb .img-container{
					max-width: 90px;
					padding-right: 10px;
					display: flex;
					align-items: center;
					justify-content: center;
				}
				
				header .header-bottom .header-bottom-favourites-list td.favourites-list-thumb .img-container img{
					max-width: 100%;
					display: block;
					margin: 0 auto;
				}
				
				header .header-bottom .header-bottom-favourites-list td.favourites-list-name .item-title a{
					font-size: 12px;
					text-align: left;
					color: #fff; 
					display: block;
				}
				
				header .header-bottom .header-bottom-favourites-list td.favourites-list-remove a{
					color: #fff;
					margin-left: 10px;
					display: block;
				}

.warning2022 {
	color: #ffffff;
    background-color: #ff3600;
    border-color: #ffecb5;
    position: relative;
    padding: 5px 5px;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


footer{
	margin-top: 20px;
	}		
	footer .footer-bottom{
		background: #101010;
		padding: 12px 0;
	}

		footer .footer-bottom .footer-bottom-menu li{		
			float: left;
		}	
		
		footer .footer-bottom .footer-bottom-menu li:before{
			content: '|';
			display: inline-block;
			margin: 0 5px 0 9px;
			background: #fff;
			width: 1px;
			font-size: 10px;
			line-height: 1;
		}
		
		footer .footer-bottom .footer-bottom-menu li:first-child:before{
			display: none;
		}

			footer .footer-bottom .footer-bottom-menu a{
				font-size: 12px;
				border-bottom: 1px solid rgba(255,255,255,.25);
				line-height: 1.1;
				color: #fff;
				display: inline-block;			
			}
			
		footer .footer-bottom .footer-bottom-copyright p{
			font-size: 12px;
			color: #fff;
			text-align: right;
		}
		
	footer .footer-top {
		padding: 40px 0 25px;
		background: #2f2f2f;
	}

		footer .footer-top-info .footer-top-logo{
			margin-top: -6px
		}
		
			footer .footer-top-info img{
				max-width: 100%;
			}
			
		footer .footer-top-info .section-item .item-title{
			color: #fff;
			font-size: 15px;
			padding: 10px 0;
		}
		
		footer .footer-top-info .section-item p{
			color: #7b7b7b;
			font-size: 12px;
		}		

		footer .footer-top .footer-top-menu .item-title{
			text-transform: uppercase;
			color: #ffbe18;
			font-family: 'ProximaNovaBold';
			font-size: 16px;
		}
		
		footer .footer-top .footer-top-menu{
			float: right;
		}
			footer .footer-top .footer-top-menu li{
				margin: 12px 0;
			}
			
				footer .footer-top .footer-top-menu a{
					border-bottom: 1px solid rgba(255,255,255,.25);			
					color: #fff;			
				}
			
				footer .footer-top .footer-top-menu .footer-top-menu-phone a{
					font-size: 26px;
					line-height: 1;
					display: inline-block;
				}
			
				footer .footer-top .footer-top-menu .footer-top-menu-email{
					display: flex;
					align-items: center;			
				}
			
				footer .footer-top .footer-top-menu .footer-top-menu-email i{
					font-size: 18px;
					color: #67c15e;
					display: inline-block;
					margin-left: 7px;
				}
				
				footer .footer-top .footer-top-menu .footer-top-menu-email a:not(:first-child){
					border: 0;
					color: unset;					
				}
			
				footer .footer-top .footer-top-menu .footer-top-menu-email .flaticon-viber{
					background: #7f4da0;
					color: #7f4da0;
					border-radius: 50%;
					width: 18px;
					line-height: 18px;
					height: 18px;
					text-align: center;
					overflow: hidden;
					display: inline-block;			
				}
				
					footer .footer-top .footer-top-menu .footer-top-menu-email .flaticon-viber:before{
						background: #fff;
						border-radius: 50%;
					}



	footer .footer-top .footer-top-menu .footer-top-menu-email .flaticon-telegram{
						background-image: url(https://5mto.ru/wp-content/uploads/2022/03/telega_ico.png);
    background-size: cover;
							border-radius: 50%;
							width: 18px;
							line-height: 18px;
							height: 18px;
							text-align: center;
							overflow: hidden;
							display: inline-block;
							margin-right: 10px;
							position: relative;
							top: 2px					
				}


		
				

				
				footer .footer-top .footer-top-menu .footer-top-menu-email .goricon-inst{
					background: url('../img/instagram.svg');
					width: 18px;
					height: 18px;
					background-size: contain;
				}
				
				footer .footer-top .footer-top-menu .footer-top-menu-email .goricon-vk{
					background: url('../img/vk.svg');
					width: 18px;
					height: 18px;
					background-size: 12px;
					background-repeat: no-repeat;
					background-position: 50% 50%;
					background-color: #54769b;
				}
			
		footer .footer-top .footer-top-menu-address{
			color: #fff;		
		}


aside.blocked {
	margin-top: 530px;
	}
	aside .widget{
		margin: 20px 0;
	}
	
		
		#aside-filtr{
			background: #e5e5e5;			
		}
		
			#aside-filtr .filtr-trigger a.active{    border-bottom: 2px solid #c5c5c5;}
			#aside-filtr .filtr-trigger a{
				display: flex;
				width: 100%;
				align-items: center;
				justify-content: space-between;
				padding: 10px;
				font-size: 5vw;				
			}
			
				#aside-filtr .filtr-trigger a i{
					color: #ffbe18
				}
		
			#aside-filtr>ul>li{				
				border-top: 1px solid #c5c5c5;
				padding: 0 10px;
			}
			#aside-filtr>ul>li:first-child{border:0}
			
				#aside-filtr>ul>li a{display: block;padding: 10px 0;}

.search-choice a{padding: 0 !important;}
					
					#aside-filtr>ul>li a i{
						font-size: 10px;
						    color: #121212;
						margin-right: 5px;
					}

					#aside-filtr>ul>li a:hover i{
						    color: #ffbe18;
					}

			
		
				#aside-filtr>ul>li .aside-filtr-content{
					display: none;
					padding-bottom: 15px;
				}
				
				#aside-filtr>ul>li.active .aside-filtr-content{
					display: block;
				}
				
					#aside-filtr .aside-filtr-content .aside-filtr-from-to{
						display: flex;
						align-items: center;
						justify-content: space-evenly;						
					}
					
						#aside-filtr .aside-filtr-content .aside-filtr-from-to div{
							padding: 0 3px;
						}
					
							#aside-filtr .aside-filtr-content .aside-filtr-from-to input{
								min-width: unset;
								width: 100%;
								border: 0;
								text-align: center;
								padding: 5px 0;
							}
					
					#aside-filtr .aside-filtr-content .aside-filtr-list li{
						margin-top: 5px;
					}
					
					#aside-filtr .aside-filtr-content .aside-filtr-list li:first-child{margin-top:0}
	
	
		#aside-cats .item-title{
			font-size: 18px;
			font-family: 'ProximaNovaSemiBold';
			text-transform: uppercase;
			margin-bottom: .5em;
		}
		
		#aside-cats li{
			margin: 10px 0;
			display: flex;
		}
		
			#aside-cats li a{text-decoration: underline;}
			
			#aside-cats li i{
				font-size: 10px;
				color: #ffbe18;
				margin-right: 5px;
				margin-top: 3px;
			}

		#aside-contact-us #aside-contacts-us-author{
			background: #fff;
			margin-bottom: 10px;
			padding: 10px 15px;
		}
		
			#aside-contact-us #aside-contacts-us-author .img-container{
				float: left;
				width: 67px;
			}
			
				#aside-contact-us #aside-contacts-us-author .img-container img{
					max-width: 100%;
					border-radius: 50%;
				}
				
			#aside-contact-us #aside-contacts-us-author .txt-container{
				margin-left: 82px;
				padding: 5px 0;
			}
			
				#aside-contact-us #aside-contacts-us-author .txt-container .item-title{
					font-size: 18px;				
				}
				
				#aside-contact-us #aside-contacts-us-author .txt-container p{
					font-size: 12px;
					margin-top: 5px;
				}
			
		#aside-contact-us #aside-contacts-us-msg{
			background: #fff;
			margin-bottom: 10px;
			padding: 10px 0;	
			font-size: 14px;
			text-align: center;
		}
			
		#aside-contact-us #aside-contacts-us-btn a{
			font-family: 'ProximaNovaSemiBold';
			font-size: 16px;
		}
		
		
		
		#aside-banner img{
			width: 100%;
		}
		
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox-container {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-indent: 10px;
    display: inline-block;
    margin: 20px 0 0 20px;	
    margin: 0;
    padding-left: 15px;
    line-height: 1.1;
    color: #202020;	
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
	height: 14px;
    width: 14px;
    border: 1px solid #302c2c;
    background-color: #fff;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container .checkmark:after {
    content: '\f112';
    left: -9px;
    font-family: "Flaticon";
    color: #302c2c;
    top: 0px;
    width: 14px;
    height: 14px;
    background: none;
    font-weight: bold;
    font-size: 11px;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

main section{
	margin: 20px 0;
}

section.last-reviews{}	

	section.last-reviews .section-title{
		font-size: 24px;
		color: #fff;
		background: #2f2f2f;
		padding: 20px 25px;
	}
	
.reviews-list{
	display: table;
}

	.reviews-list li{
		background: #fff;
		display: table-row;		
		border-top: 1px solid;
	}	
	
	.reviews-list li>div{
		display: table-cell;
		vertical-align: middle;
	}
	
	.reviews-list li:first-child>div{
		border-top: 0;
	}
	
	.reviews-list li>div.img-container{
		width: 20%;
		border-top: 1px solid rgba(0,0,0,.05);
	}
	
		.reviews-list li>div.img-container img{
			display: block;
			max-width: 140px;
			margin: 0 auto;			
		}
		
	.reviews-list li>div.txt-container{
		padding: 25px 80px 25px 40px;
		border-top: 1px solid rgba(0,0,0,.05);
	}
		
		.reviews-list li>div.txt-container .item-title{
			font-size: 18px;
			font-family: 'ProximaNovaBold';
		}
		
		.reviews-list li>div.txt-container .item-meta{
			padding: 15px 0;
		}
		
			.reviews-list li>div.txt-container .item-meta .reviews-list-item-raiting{
				float: left;
				margin-right: 20px;
			}
			
				.reviews-list li>div.txt-container .item-meta .reviews-list-item-raiting i{
					color: #e8a524;
					font-size: 20px;
					margin-right: 2px;
				}
		
			.reviews-list li>div.txt-container .item-meta .reviews-list-item-author{
				padding: 3px 0;
			}
			.reviews-list li>div.txt-container .item-meta .reviews-list-item-author span{
				position: relative;
				height: 21px;
				width: 21px;
				border: 1px solid;
				display: inline-block;
				text-align: center;
				border-radius: 50%;
				padding-top: 2px;	
				margin-right: 3px;				
			}
				.reviews-list li>div.txt-container .item-meta .reviews-list-item-author span .flaticon-star{
					font-size: 8px;
					color: #e8a524;
					position: absolute;
					right: -1px;
					bottom: -1px;
				}
			

/**delete**/
.single-reviews-row{
	overflow: hidden;
	margin-bottom: 40px;
}
.single-reviews-row .last-reviews{
	margin-bottom: 0
}
.single-reviews-row .single-reviews-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0px 0;
}

.single-reviews-row .single-reviews-title p{
	font-size: 24px;
	font-family: 'ProximaNovaSemiBold';
}

.single-reviews-row .single-reviews-title a{
    padding: 10px 30px;
}

.single-reviews-row section.useful-info{height: 100%;}
.single-reviews-row section.useful-info .section-content{height: 100%;}
.page .section-content {padding-top:20px;}
.section-content p a {
    text-decoration: underline;
}
.section-content p a:hover {
    text-decoration: none;
}
/**end of delete**/			
			
section.useful-info{
	background: #fff;
	margin: 40px 0 20px;
}
	
	section.useful-info .section-title{
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
		section.useful-info .section-title p{
			display: inline-block;
			margin-left: 25px;
			padding: 20px 0;
			border-bottom: 2px solid #e8a524;
			line-height: 1;
			margin-bottom: -1px;
		}
		
	section.useful-info .section-content{}
		
		section.useful-info .section-content .txt-container{
			padding: 20px 25px;
		}
		
			section.useful-info .section-content .txt-container .item-title{
				font-family: 'ProximaNovaSemiBold';
				font-size: 18px;
			}
			
			section.useful-info .section-content .txt-container p{
				margin-top: 15px;
				color: #000;
			}
	
		section.useful-info .section-content .section-item{
			background: #2f2f2f;
			height: 100%;
		}
	
		section.useful-info .section-content .section-item .useful-info-call{
			padding: 0 15px;			
		}
		
			section.useful-info .section-content .section-item .useful-info-call .item-title{
				font-family: 'ProximaNovaSemiBold';
				font-size: 18px;
				color: #ffbe18;	
			}
			
			section.useful-info .section-content .section-item .useful-info-call p{
				font-family: 'ProximaNovaSemiBold';
				font-size: 14px;
				color: #fff;					
			}
						
			section.useful-info .section-content .section-item .useful-info-call a{
				font-family: 'ProximaNovaSemiBold';
				border-bottom: 1px solid rgba(255,255,255,.2);
				color: #fff;	
				margin: 10px 0;
				display: inline-block;
				line-height: 1.1;
			}
			
			section.useful-info .section-content .section-item .useful-info-call a.useful-info-call-phone{				
				font-size: 24px;							
				border-bottom: 0
			}

		section.useful-info .section-content .useful-info-list{
			padding: 15px 0;
		}
		
			section.useful-info .section-content .useful-info-list li{
				clear: both;
				padding: 2px 0;
				margin: 10px 0;
				border-left: 2px solid #ffbe18;			
			}
			
				section.useful-info .section-content .useful-info-list li p{
					font-family: 'ProximaNovaSemiBold';
					font-size: 14px;
					color: #ffbe18;
					line-height: 15px;
					height: 40px;
					display: flex;
					align-items: center;		
				}
				
				section.useful-info .section-content .useful-info-list li .img-container{
					width: 35px;
					float: left;
					margin: 0 20px 0 15px;
					text-align: center;
					height: 40px;
					display: flex;
					align-items: center;
					justify-content: center;
				}
	
	
section.main-slider{
	margin: 20px 0 40px	
}
	
section.products .section-title{
	font-size: 24px;
}	
	
.products-pagination {margin: 40px 0;}
	
	.products-pagination .products-pagination-total{
		font-size: 16px;
	}
	
	.products-pagination .products-pagination-pages{
		text-align: right;
		margin-right: -9px;
	}
		
		.products-pagination .products-pagination-pages li{
			display: inline-block;
		}
			
			
			.products-pagination .products-pagination-pages li.active{
				background: #ffbe18;
				border-radius: 50%;				
			}
			
			.products-pagination .products-pagination-pages li a,
			.products-pagination .products-pagination-pages li.active{
				display: inline-block;
				padding: 6px;
				width: 29px;
				text-align: center;
			}
		
			.products-pagination .products-pagination-pages span{
				font-size: 16px;
				border-bottom: 1px solid;
				display: inline-block;
				line-height: 1;
			}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {padding: 0px !important;}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 10px 10px 40px !important;
    /* line-height: 16px; */
    font-size: 17px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: #eee;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 7px !important;
    top: 7px !important;
}
.products-list {}

/* Сетка каталога по умолчанию (не главная) */
.section-content .products-list ul{
    display: flex;
    flex-wrap: wrap;
}

/* Каталог (не главная): вернуть сетку 4 в ряд на десктопе */
.section-content .products-list ul:not(.products-slider) > li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

@media (max-width: 768px) {
	.section-content .products-list ul:not(.products-slider) > li{
		width: 48%;
	}
}


.section-content .products-list ul.slick-dots > li {
    float: none;
    width: auto;
    margin-right: 0;
}
.section-content .products-list ul:not(.products-slider) > li:nth-child(4n){
    margin-right: 0;
}

/* Отступы между карточками по умолчанию */
.products-list li{ margin-top: 17px; }

/* Правила только для слайдера на главной */
.products-slider{ width: 100%; display: block; }
.products-slider .slick-list{ margin: 0 -10px; }
.products-slider .slick-slide{ padding: 0 10px; }

/* Центрируем точки пагинации под блоком */
.products-slider .slick-dots{
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.products-slider .slick-dots li{ margin: 0 4px; }
.products-slider .slick-dots li button:before{ font-size: 10px; color: #a9a9ab; opacity: .6; }
.products-slider .slick-dots li.slick-active button:before{ opacity: 1; color: #ffbe18; }

/* Ширины колонок управляются slidesToShow через slick */
	
	.products-list li.load-more{
		width: 100%;
		text-align: center;
		margin-right: 0;		
	}
	
		.products-list li.load-more .btn-orange{
			display: inline-block;
			width: auto;			
			border: 10px solid #fff;
		}
		
		  .products-list li.load-more .btn-orange a{
			  padding: 18px 40px;
			  display: inline-block;
		  }

	.section-content .products-list ul:not(.products-slider) > li:nth-child(4n){
		margin-right: 0;
	}
	
		.products-list li .products-list-item{
			background: #fff;
			padding: 10px;
			display: table;
			width: 100%;
			overflow: hidden;
			    height: 100%;
		}
		
			.products-list li .products-list-item-header{
				display: table;
				width: 100%;
			}
			
				.products-list li .products-list-item-header>div{
					display: table-cell;
					vertical-align: top;
				}
			
					.products-list li .products-list-item-header .products-list-item-favourites{
						text-align: right;						
					}									
			
					.products-list li .products-list-item-header .products-list-item-favourites a{
						color: #ffbe18;
						position: relative;
						top: -14px;
						right: 0;
						font-size: 24px;			
						display: block;
						height: 30px;
					}				
				
				.products-list li .products-list-item-img{
					display: block;
					text-align: center;
					height: 140px;
				}
				
					.products-list li .products-list-item-img a{
						display: flex;
						width: 100%;
						height: 100%;
						justify-content: center;
						align-items: center;
					}
				
						.products-list li .products-list-item-img img{
							max-width: 100%;
							max-height: 100%;						
							display: block;						
						}
					
				.products-list li .products-list-item-title h3{
					margin: 1em 0;
					line-height: 1.2;
					min-height: 60px;
				}
				
					.products-list li .products-list-item-title h3 a{
						text-decoration: underline;
						font-size: 13px;
						font-weight: normal;	
						color: #000;
						font-family: 'Proximanovasemibold';
						    word-break: break-word;
					}
				
				.products-list li .products-list-item-meta{
					display: table;
					width: 100%;					
				}
				
					.products-list li .products-list-item-meta>div{
						display: table-cell;
						vertical-align: middle;
					}				
				
						.products-list li .products-list-item-meta .products-list-item-guarantee{
							font-size: 12px;
							white-space: nowrap;
							min-height: 20px;
							display: flex;
							align-items: flex-end;							
						}				
						
					.products-list li .products-list-item-meta .products-list-item-raiting{
						color: #ffbe18;
						font-size: 12px;
						text-align: right;
						letter-spacing: -1.2px;
					}
					
				.products-list li .products-list-item-info{
					display: table;
					width: 100%;					
					margin: 10px 0;
				}
				
					.products-list li .products-list-item-info>div{
						display: table-cell;
						vertical-align: middle;
					}	
				
						.products-list li .products-list-item-info .products-list-item-price p{
							font-size: 19px;
							text-transform: uppercase;
						}					
						
						.products-list li .products-list-item-info .products-list-item-stock p{
							font-size: 12px;
							text-align: left;
						}
						
						.products-list li .products-list-item-info .products-list-item-stock p.in-stock{
							color: #00a21e;
						}
						
						.products-list li .products-list-item-info .products-list-item-stock p.out-of-stock{
							color: #d51f19;
						}

						.products-list li .smallmainatributes{
							    font-size: 12px;
								color: #626262;
						}
	
#main-slider{}
	
	#main-slider .item{
		position: relative;
		outline: none!important;
	}
		
		#main-slider .item .item-bg{
			padding-top: 38.75%;
			height: 0;
			background-size: cover;	
		}

		#main-slider .item:before{
			content: '';
			display: block;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(0,0,0,.4);
			z-index: 0;
			height: 100%;
			width: 100%;
			position: absolute;		
		}
		
		#main-slider .item .item-content{
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 1;
		}
		
		#main-slider .item .row{
			height: 100%;
			padding: 0 30px;
		}
		
		#main-slider .item .img-container{
			display: flex;
			align-items: center;
			justify-content: center;
			height: 100%;
		}
		
			#main-slider .item .img-container img{
				max-width: 100%;
			}
		
		#main-slider .item .txt-container{
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: 100%;
		}
		
			#main-slider .item .txt-container .item-title p{
				font-size: 40px;
				color: #fff;
				line-height: 1;
			}
			
			#main-slider .item .txt-container .item-title a{
				font-size: 20px;
				text-decoration: underline;
				color: #ffbe18;
			}
			
			#main-slider .item .item-product-old-price,
			#main-slider .item .item-product-name{
				font-size: 24px;
				color: #fff;
				margin: 15px 0;
			}
			
			#main-slider .item .item-product-old-price{			
				margin: 0 0 15px;			
			}
			
				#main-slider .item .item-product-old-price del{
					position: relative;
				}
				
				#main-slider .item .item-product-old-price del:before{
					content: '';
					display: block;
					width: 100%;
					height: 2px;
					background: #ffbe18;
					left: 0px;
					position: absolute;
					top: 50%;				
				}
				
			#main-slider .item .item-product-price{			
				display: table;
				width: 100%;
			}
				
				#main-slider .item .item-product-price>div{
					display: table-cell;
					vertical-align: middle;
				}
				
					#main-slider .item .item-product-price div p{
						font-size: 44px;
						color: #fff;
						line-height: 1;		
						text-shadow: 2px 1px 2px #000;
					}
				
					#main-slider .item .item-product-price div a{
						font-family: 'ProximaNovaSemiBold';
						font-size: 16px;
					}
	
	#main-slider .slick-dots{
		bottom: 10px;
		right: 15px;
		text-align: right;
	}	
	
		#main-slider .slick-dots li{
			margin: 0;
		}
		
			#main-slider .slick-dots li button:before{
				font-size: 12px;
				color: #a9a9ab;
				opacity: .45;
			}
		
			#main-slider .slick-dots li.slick-active button:before {
				opacity: 1;					
			}
			
	#main-slider .slick-next:before,
	#main-slider .slick-prev:before{
		display: none;
	}
	
	#main-slider .slick-next,
	#main-slider .slick-prev{
		font-size: 21px;
		color: #fff;
		z-index: 1;
	}
	
	#main-slider .slick-prev{
		left: 3px;		
	}
	
	#main-slider .slick-next{
		right: 3px;
	}
	
	
section.breadcrumbs{margin-bottom: 0}

	section.breadcrumbs li{display: inline-block}
	
		section.breadcrumbs li a span{text-decoration: underline;}
		section.breadcrumbs li span{font-size: 13px}
		
			section.breadcrumbs li a:after{
				content: '\f10d';
				font-family: "Flaticon";
				font-size: 10px;
				margin: 0 3px;
			}
	
section.category-info{/*margin-bottom: -40px;*/}
	
	section.category-info .row{
		margin: 0 -7px;
	}
	
		section.category-info .row>div{
			padding: 0 7px;
		}

	section.category-info .row>div.col-md-4 .section-item{
		height: 50px;
		display: flex;
		align-items: center;
		padding: 0;
		justify-content: center;		
	}		
		
	section.category-info .section-item{
		background: #fff;
		padding: 15px 20px;		
		margin-bottom: 14px;
	}
		
	section.category-info .section-item .skidkatext{
		 font-size: 24px;
   		 text-align: center;
	}


		
		section.category-info .section-item .item-title{
			font-family: 'ProximaNovaSemiBold';
			font-size: 18px;
			margin-bottom: 5px;
		}
		
		section.category-info .section-item p{
			line-height: 1.5;
		}
		
		section.category-info .section-item img{
			margin-right: 5px;
			max-width: 30px;
			margin-left: 5px;
		}


	.nomaxwidthimg {max-width: none !important;}

		section.category-info .section-item a{
			text-decoration: underline;
		}
	
	
section.page{
	padding: 20px;
	background: #fff;
}

	section.page .section-content p{
		margin-bottom: 1em;
	}
	
	section.page .section-content h3{
		margin-bottom: 2px;
	}
	
	
section.cart{
	padding: 20px;
	background: #fff;
}	

	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		display: none!important
	}

	section.cart table{
		width: 100%;
		position: relative;
	}
		
		section.cart table tbody td,
		section.cart table thead th{
			padding: 10px 0;
		}
		
		section.cart tfoot td{
			padding: 20px 0 0;
		}
		
			section.cart tfoot p{
				font-size: 20px;
				font-family: 'ProximaNovaSemiBold';
			}
			
			section.cart tfoot a{text-decoration: underline; float: right}
		
		section.cart table tbody tr:before{
			content: '';
			display: block;
			width: 100%;
			position: absolute;
			background: #dadada;
			height: 1px;
			left: 0px;
		}	
	
		section.cart .section-cart-thumb .img-container{
			max-width: 60px;
		}
		
		section.cart .section-cart-thumb .img-container img{
			max-width: 100%;
			display: block;
		}
		
		section.cart .section-cart-name .txt-container{
			display: flex;
			flex-direction: column;
			justify-content: space-evenly;
			max-width: 240px;
		}	
		
		section.cart .section-cart-name .txt-container p{
			color: rgba(121, 121, 121, 255);
		}
		
		section.cart .section-cart-qty .section-item-qty{
			width: 75px;
			border: 1px solid #dadada;
			position: relative;
			padding-right: 18px;
		}
		
			section.cart .section-cart-qty .section-item-qty input{
				width: 100%;
				border: 0;
				background: none;
				text-align: center;
				height: 36px;
			}		
			
			section.cart .section-cart-qty .section-item-qty input[type=number]::-webkit-inner-spin-button, 
			section.cart .section-cart-qty .section-item-qty input[type=number]::-webkit-outer-spin-button { 
			  -webkit-appearance: none; 		  
			}		
			
			section.cart .section-cart-qty .section-item-qty a{
				position: absolute;
				font-size: 11px;
				display: block;
				background: #dadada;
				color: #202020;
				width: 16px;
				text-align: center;
				padding: 1px;
				line-height: 15px;
				height: 16px;
			}
			section.cart .section-cart-qty .section-item-qty a.section-item-qty_plus{
				right: 1px;
				top: 1px;
			}
			
			section.cart .section-cart-qty .section-item-qty a.section-item-qty_minus{
				right: 1px;
				bottom: 1px;
			}
			
#cart-empty .btn-orange{
    width: auto;
    display: inline-block;    
    margin-top: -20px;	
}			

#cart-empty .btn-orange a{
	padding: 10px 40px
}
			
section.checkout{
	padding: 20px;
	background: #fff;
}	

	section.checkout form{
		margin-top: 10px;
	}

		section.checkout label{
			display: block;		
			margin: 0;
		}
		
		section.checkout span{
			display: flex;
			border: 1px solid #a7a7a7;
			margin: 4px 0 10px;
			padding: 6px 10px;
			align-items: center;
			justify-content: space-between;
		}
		
			section.checkout span i{
				color: #a7a7a7;
				font-size: 20px;			
			}
			
			section.checkout span input::placeholder{
				color: #a7a7a7;
			}
			
			section.checkout span input{
				width: calc(100% - 30px);
				float: right;
				background: none;
				border: 0;
				padding: 3px 0;
			}
			
			section.checkout .btn-orange{
				margin-top: 20px;
				position: relative;
			}			
			
				section.checkout .btn-orange:before{
					content: '';
					position: absolute;
					display: block;
					width: 82px;
					border-bottom: 1px solid rgba(0,0,0,.5);
					left: 50%;
					margin-left: -41px;
					top: calc(50% + 8px);
				}
	
.modal{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.65);
	z-index: 990;
}

	.modal .modal-container{
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
	}
	
		.modal .modal-container .modal-content{
			background: #fff;
			padding: 20px;
			box-shadow: 0 0 15px rgba(0,0,0,.25);
			width: 96%;
			margin: 0 auto;
			max-width: 400px;
			position: relative;
		}
		
			.modal .modal-close{
				position: absolute;
				right: 15px;
				top: 15px;				
			}
		
			.modal .item-title{
				font-size: 18px;
				font-family: 'ProximaNovaSemiBold';
				text-align: center;
			}
			
			.modal p{
				font-size: 16px;
				text-align: center;
				margin: 10px 0;
			}
		
			.modal form{
				margin: 10px 0;
			}
		
				.modal form label{
					display: block;
					margin: 0;
					line-height: 2;
				}
				
				.modal form input[type=text],
				.modal form input[type=tel],
                .modal form input[type=email]{
					width: 100%;
					padding: 10px;
					margin-bottom: 10px;
				}

					span.wpcf7-list-item {
						display: inline-block;
						margin: 0 0 0 1em;
						width: 100%;
						padding: 5px;
					}


				.modal form textarea{
					width: 100%;
					padding: 10px;
					margin-bottom: 10px;
					max-height: 70px;
					min-height: 70px;
				}
				
				.modal form .btn-orange{
					margin-top: 20px;
				}
	
#modal-form .wpcf7-response-output, #modal-form div.wpcf7 .ajax-loader{display:none!important}	
.btn-orange .ajax-loader{display:none!important}	
#modal-form span.wpcf7-not-valid-tip{
	margin: -10px 0 0 12px;
}

.add-to-cart-orange .single_add_to_cart_button {
	margin-bottom: 0px;
	transition: all .15s linear;
	background: #ffbe18;
    padding: 0;
    width: 100%;
    text-align: center;
	font-size: 18px;
    padding: 20px 0;
	border: 0;
    color: #121212;
    display: block;
	    margin-top: 15px;
}

.iconic-was-swatches {
	margin: 5px 0px 0px !important;
}


.product-summary-gallery {
    position: relative;
        max-height: 450px; 
    overflow: hidden; 
}

.image-list {
    display: flex;
    flex-direction: column; 
    transition: transform 0.3s ease; 
}

.image-list li {
    min-height: 40px; 
    box-sizing: border-box;
}

.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.prev, .next {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    padding: 10px;
}

.add-to-cart-orange .single_add_to_cart_button:hover {
    background: #ecae0f;
}
.add-to-cart-orange .quantity {
   display: none !important;
}

th.label {
	font-size: 16px;
}

.reset_variations {
	font-size:14px;
	    margin: 0px !important;
    padding: 0px;
    display: block;
}

.variations_form a.reset_variations {
	  margin: 0px;
}



#modal-cart .item-action{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0 10px;
}

#modal-cart .item-action>a{
	text-decoration: underline;
	width: 100%;
}
	
#modal-status .btn-orange{margin: 0;}
#modal-status form{margin-top: 20px;}
	
#modal-review label{
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;	
}	


#modal-review .stars{
	text-align: left;
}
#modal-review .stars a{
	font-size: 0;
	color: #ffbe18;
}

#modal-review .stars a:before{
	content: "\f10b";
	font-family: 'Flaticon';
	font-size: 16px;
	color: #ffbe18;
}

#modal-review .stars.selected a:before{
	content: "\f10a";
}

#modal-review .stars.selected a.active ~ a:before{
	content: "\f10b";
}
	
#modal-review .form-submit{	
	background: #ffbe18;	
	padding: 0;
	width: 100%;
	text-align: center;	
	position: relative;
}

#modal-review .form-submit:after{
    content: '';
    display: block;
    width: 98px;
    border-bottom: 1px solid rgba(0,0,0,.6);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -49px;
}
	
	#modal-review .form-submit input[type=submit]{
		background: none;
		padding: 10px 0;
		outline: none;
		border: 0;		
		color: #121212;
		display: block;				
		font-size: 14px;	
		line-height: 1.1;
		width: 100%;
	}		
	
#overlay{
	z-index: 19;
}

.product-summary{
	background: #fff;
	padding: 20px;
}


.product-summary-images{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.product-summary-gallery ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	min-width: 85px;
}

.product-summary-gallery li{
	height: 70px;
	width: 70px;	
	border: 1px solid #dadada;
    margin-bottom: 5px;	
}

.product-summary-gallery img{
	height: 70px;
	width: 100%;
	display: block;
	margin: 0 auto; 
	padding: 5px;
	object-fit: cover;
}

.product-summary-gallery-single{
    width: 100%;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-summary-gallery-single img{
	max-width: 90%;
	margin: 10px auto;
	display: block;
	max-height: 400px;	
}

.product-summary-main_stock{	
	font-family: 'ProximaNovaSemiBold';
	white-space: nowrap;
}

.product-summary-header{
	display: flex;
	align-items: center;
}

.product-summary-raiting{
	width: 100%;
    text-align: right;
}
.product-summary-raiting i{
    color: #e8a524;
    font-size: 20px;
    margin-right: 2px;
}

.product-summary-main_stock .in-stock{	
	color: rgba(67, 182, 36, 255);
}
.product-summary-main_stock .out-of-stock{	
	color: #d51f19;
}

.product-summary-main_price{
    font-size: 30px;
        margin: 15px 0;
}
.product-summary-main_action .btn-orange a{
    font-size: 18px;
    padding: 20px 0;
}
.product-summary-main_action .btn-red a{
    font-size: 16px;
    padding: 15px 0;
}
.product-summary-main_action .btn-orange{
	margin-bottom: 10px;
}

.product-summary-info{
	height: 100%;
}

.product-summary-info ul{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	max-height: 300px;
}

.product-summary .row{height: 100%;}

.product-summary-info a{
	text-decoration: underline;
	font-family: 'ProximaNovaSemiBold';
}

.product-summary-tabs{
	background: #f1f1f1;
	margin-top: 30px;
	    margin-bottom: 15px;
}

.product-summary-tabs ul{
	display: flex;
	align-items: center;
}

.product-summary-tabs a{
    font-size: 16px;
    display: block;
    padding: 12px 35px;
    border: 3px solid transparent;
}

.product-summary-tabs li.active a{
	border-top-color: #ffbe18;
}

.product-summary-tabs-content div{
    line-height: 1.7;	
}


.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc !important;
}

.paginate_button:hover:after, .paginate_button:hover:before {
    color: #ffbe18 !important;
}


.product-summary-tabs-content ul {
	    padding-bottom: 15px;
}

.product-summary-tabs-content ul li {
		list-style-type: disc;
    list-style-position: inside;
}


ul.advantagesproduct {
	
}

ul.advantagesproduct li {
		list-style-type: disc;
    list-style-position: inside;
}

.product-summary-tabs-content div p{
	margin-bottom: 1em;
}

.product-summary-banner{
	background: #f1f1f1;
	padding: 20px 0;
	margin: 20px 0;
}

.product-summary-banner .item-title{
	text-align: center;
	font-size: 14px;
	padding: 0 5px;
}

.product-summary-banner p{
	font-size: 24px;
	text-align: center;
	margin: 10px 0;
}

.product-summary-banner .img-container{
	padding: 20px;
	max-height: 200px;
}

.product-summary-banner .btn-orange{
	margin: 0 10px;
	max-width: calc(100% - 20px);	
}

.product-summary-banner .btn-orange a{
	padding: 15px 0;
}

.product-summary-banner .img-container img{
	max-width: 100%;
	max-height: 160px;
	display: block;
	margin: 0 auto;
}

.product-summary-title{
	position: relative;
}

.product-summary-action{
	position: absolute;
	right: 0;
	top: -3px;
}

.product-summary-action a{
	color: #ffbe18;
    margin-left: 7px;	
}

#product-summary-tab-2 table {
    width: 100%;
    font-size: 16px;	
	border: 2px solid #f4f4f4;
}

#product-summary-tab-2 table td{
	padding: 5px 10px;
}

#product-summary-tab-2 table tr:nth-child(2n) td{
	background: #f4f4f4
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #f1f1f1  !important;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #ffbe18 !important;
}

.price_slider{ 
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    border: 0;
    background: #5a5a5a;
    border-radius: 0;
    box-shadow: unset;
    top: 6px;
    width: .8em;
    height: .8em;	
	margin-left: -5px!important;
}

.ui-slider .ui-slider-handle:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: .4em solid transparent;
	border-right: .4em solid transparent;
	border-bottom: .4em solid #5a5a5a;	
	position: absolute;
    top: -6px;	
}

.price_slider_wrapper{
	margin-top: 2em;
	position: relative;
}

.price_label{
	height: 0;
	font-size: 0;
}

.price_label .to{
    position: absolute;
    top: -23px;
    right: 0;	
	font-size: 12px;
}
.price_label .from{
    position: absolute;
    top: -23px;
    left: 0;	
	font-size: 12px;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #ffbe18;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
	border-radius: 0;
	box-shadow: unset;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    border-radius: 0;
    background: #202020;
    height: .4em;	
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.price_slider_amount button[type=submit]{
	display: none!important;
}

#filtr-to-aside,
#filtr-from-aside{
	background: #fff!important;
}

.attribute-info {
    display: inline-block;
        margin-left: -15px;
    transition: 0.2s;
}


a.decr_link {
    display: inline-block !important;
    padding: 0px !important;
    margin: 0px !important;
}

.decr_link i{
						font-size: 14px !important;
						    color: #302c2c !important;
	    margin-right: 0px !important;
		
					}

.decr_link i:hover{
						font-size: 14px !important;
						      color: #ffbe18 !important;
		
					}

span.attribute-info:hover {
     color: #ffbe18;
}

.tooltip {
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            padding: 10px;
            border-radius: 4px;
            font-size: 14px;
            pointer-events: none;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.2s ease, transform 0.2s ease;
            z-index: 1000;
            max-width: 600px; /* Ограничение ширины */
            word-wrap: break-word; /* Перенос слов */
        }

.tooltip p {
	margin-bottom:15px;
}

.tooltip br {
	  display: block;
	margin-bottom:15px;
}


        .product-summary-tabs ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;

        }
        .product-summary-tabs li {
            margin-right: 10px;
        }

        .tab-pane {
            display: none;
        }
        .tab-pane.active {
            display: block;
        }
        .product-summary-banner {
            background-color: #f8f9fa;
            padding: 20px;
            border: 1px solid #dee2e6;
        }

.tab-pane img {max-width:100%;     height: auto;}

div.dataTables_length {
    padding: 0px;
    margin: 0px;
}

.section-content img {
    max-width: 100%;
}

.warehouses {
	height: 480px;
    width: 1030px;
    padding-bottom: 50px;
}

.warehouses-max {
    max-width: fit-content !important;
}

@media (min-width: 332px) and (max-width: 992px){
	
.warehouses {
	height: auto;
    width: auto;
    padding-bottom: 0px;
	    max-width: fit-content;
	}
}
	
@media (min-width: 992px) and  (max-width: 1200px){
	.products-list li{
		width: 32%;
		margin-right: 2%;
	}
	
	.products-list li:nth-child(4n){margin-right: 2%;}	
	.products-list li:nth-child(3n){margin-right: 0;}
	
	aside.blocked{
		margin-top: 565px;
	}	
	
	#main-slider .item .txt-container .item-title p{font-size: 32px;}	
	#main-slider .item .txt-container .item-title a{font-size: 18px;}
	
	section.cart .section-cart-name .txt-container{
		max-width: 200px;
	}
}

@media (min-width: 320px) and (max-width: 992px){
	main section {
		margin: 10px 0;
	}
	
	.warning2022 {
		margin-top: 10px;
	}
	
	aside .widget {
    	margin: 10px 0;
	}
	
	section.category-info .section-item {
		 margin-bottom: 0px; 
	}
	
	section.category-info {
        display: none;
    }
	
	section.category-info {
    	margin-top: 0px;
	}
	
	section.category-info .section-item .skidkatext {
		font-size: 13px;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	#aside-filtr {
		margin-bottom: 0;
	}
	#aside-filtr .filtr-trigger a{
		font-size: 24px;
	}
	#aside-filtr>ul>li{
		max-width: 400px;
		background: #d4d4d4;
		padding: 0 20px;
		margin: 10px auto;		
	}
	#aside-filtr>ul>li a{
		font-size: 20px;
	}
	#aside-filtr .aside-filtr-content .aside-filtr-from-to div{
		font-size: 18px;
	}
	#aside-filtr>ul>li a i{
		font-size: 14px;
	}
	#aside-filtr .btn-orange{
		max-width: 400px;
		margin: 0 auto;		
	}
	#aside-filtr .btn-orange button{
		font-size: 18px;
	}
	.price_label .from,
	.price_label .to{
		top: -25px;
		font-size: 16px;
	}
	.product-summary-tabs {
		margin-top: 20px;
	}
	.product-summary-tabs a{
		padding: 12px 15px;
	}
}
@media (max-width: 768px){	
	.mobile-hidden{display: none!important;}
	.dekstop-hidden{display: block}

.product-summary-action {
    position: absolute;
    right: -20px;
    top: -40px;
    background: #fff;
    padding: 10px 10px 10px 5px;
}	
	
    /* На мобиле также используем паддинги у .slick-slide, шириной управляет slick */
	
	aside.blocked{margin-top:0!important}
	
	#aside-banner{margin-bottom: 0;}
	
	#aside-banner img {
		width: auto;
		max-height: 270px;
		margin: 0 auto;
		display: block;
	}	
	
    /* Управление отступами слайдов на мобиле через slick */

	#main-slider .item .txt-container .item-title p{font-size: 32px;}	
	#main-slider .item .item-product-name,
	#main-slider .item .txt-container .item-title a{font-size: 18px;}	
	
	section.useful-info .section-content .useful-info-list{
		width: 40%;
		float: left;
	}
	
	section.useful-info .section-content .section-item .useful-info-call{
		margin-left: 45%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;		
	}		
	
	footer .footer-top .footer-top-info{margin-bottom: 25px;text-align: center;}
	footer .footer-top .footer-top-menu{
		float: none;		
	}
	footer .footer-bottom .footer-bottom-copyright p,
	footer .footer-bottom .footer-bottom-menu{
		text-align: center;
	}
	footer .footer-bottom .footer-bottom-menu li{
		float: none;		
		display: block;
	}
	
	header .header-bottom-search.active{
		padding-left: 0;		
	}
	
	header .header-middle .header-middle-logo{
		height: 100%;
		display: flex;
		align-items: center;		
	}
	
	header .header-middle .header-middle-phone{
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	header .header-top .header-top-cart .header-top-cart-text{
		font-size: 15px;
	}
	
	header .header-top .header-top-menu a{
		font-size: 13px;
	}
	
	header .header-top .header-top-menu li{
		margin-left: 25px;
	}
	
	#aside-filtr ul{
		display: none;
	}	
	
	section.cart thead{
		display: none;
	}
	
	section.cart tbody tr{
		clear: both;
	}
	
	section.cart table,
	section.cart tfoot,
	section.cart tbody,
	section.cart tbody tr,
	section.cart tbody td{
		display: block;
	}
	
	section.cart .section-cart-thumb{
		width: 30%;
		float: left;
	}
	
	body .woocommerce section.cart .section-cart-name{
		width: 70%;
		float: left;
		margin-left: 0%;
		text-align: left!important;
		line-height: 1.2;
	}
	
	section.cart .section-cart-price{clear: left;}
	section.cart .section-cart-qty,
	section.cart .section-cart-subtotal,
	section.cart .section-cart-price{		
		width: 33.3%;
		float: left;
	}
	section.cart .section-cart-price{		
		line-height: 38px;
		white-space: nowrap;
	}
	section.cart .section-cart-subtotal{		
		line-height: 38px;
		white-space: nowrap;
		text-align: right;
	}
	section.cart .section-cart-qty .section-item-qty{
		margin: 0 auto;
	}
	section.cart .section-cart-remove{
		display: inline!important;
		padding: 0!important;
		border: 0!important;
	}
	section.cart .section-cart-remove a{
		position: absolute;
		right: 4px;
		font-size: 16px;
		top: 3px;
	}
	section.cart tfoot{
		clear: both;
	}
	section.cart tfoot a{
		float: none;
	}
	section.cart tfoot td{
		width: 100%;
	}	
}

@media (max-width: 767px){
	.product-summary-gallery-single{
		padding: 0 15px;
	}
	
	.product-summary-gallery-single img{
		max-width: 100%;
	}
	
	.product-summary-main{
		text-align: center;
		margin-top: 40px;
	}	
	
	.product-summary-main_price{
		margin: .5em 0;
	}
	.product-summary-info{
		display: none;
	}
	.product-summary-tabs ul{
		flex-direction: column;
	}
	.product-summary-tabs ul li{
		width: 100%;
		text-align: center;
	}
	.product-summary-tabs li.active a{
		background: #ffbe18;
	}
	.product-summary-tabs{
		margin-top: 2em;
	}
	
	#aside-contact-us{
	
		width: 62%;
		float: right;		
		height: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 20px 0;		
		display: none;
	}
	aside.blocked{height: 100%}
	#aside-banner{
		width: 36%;
		float: left;		
		height: 100%;
		margin: 0;
		padding: 20px 0;		
	}
	
	#aside-banner img{
		max-width: 100%;
	}
	
	.products-list li{
		width: 48%;
        margin-right: 2% !important;
	}	
	
	.products-list li .products-list-item-header .products-list-item-sku{
		font-size: 5vw;
	}
	
	.products-list li .products-list-item-header .products-list-item-favourites a {
		top: -4.5vw;		
		font-size: 10vw;		
		height: 10vw;
	}	
	
	.products-list li .products-list-item-img{
		height: auto;
	}
	
	.products-list li .products-list-item-title h3{
		min-height: unset;
		text-align: center;
	}
	.products-list li .products-list-item-meta .products-list-item-raiting,
	.products-list li .products-list-item-meta .products-list-item-guarantee p{
		font-size: 4.5vw
	}
	.btn-orange a,
	.products-list li .products-list-item-title h3 a{
		font-size: 3vw
	}
	
	.products-list li .products-list-item-info .products-list-item-price p{
		        font-size: 14px;
	}
	
	.products-list li .products-list-item-info .products-list-item-stock p{
		font-size: 3.1vw;
	}
	
	section.useful-info .section-title p{
		font-size: 5vw;
		padding: 4vw 0;		
	}
	
	section.useful-info .section-content .useful-info-list{
		width: 100%;
		float: none;
	}
	
	section.useful-info .section-content .useful-info-list li{
		border-left: 0;
		display: flex;
		width: 100%;
		justify-content: center;		
	}
	
	section.useful-info .section-content .useful-info-list li p{
		width: 50%
	}
	
	section.useful-info .section-content .section-item .useful-info-call{
		margin-left: 0;
		height: auto;
		align-items: center;
		text-align: center;
		padding-bottom: 15px;		
	}
	
	section.last-reviews .section-title{
		font-size: 5vw;
		text-align: center;
	}
	
	.reviews-list li{
		display: block;
	}
	.reviews-list li>div.img-container {
		display: block;
		width: 100%;
		margin: 1em 0;
		border: 0;
	}
	.reviews-list li>div.txt-container{
		padding: 25px 40px;
	}
	.reviews-list li>div.txt-container .item-meta .reviews-list-item-raiting{
		float: none;
		text-align: center;
		margin: 0;		
	}
	
	.reviews-list li>div.txt-container .item-meta .reviews-list-item-author{
		text-align: center;
		padding: 10px 0 0;		
	}
	footer .footer-top-info .footer-top-logo{
		text-align: center;
		margin: 0 0 15px;		
	}
	footer .footer-top .footer-top-menu{
		text-align: center;
		margin-top: 2em;
	}
	footer .footer-top .footer-top-menu .footer-top-menu-email{
		justify-content: center;
	}
	footer .footer-bottom .footer-bottom-menu li:before{
		display: none;
	}
	footer .footer-bottom .footer-bottom-copyright{
		margin-top: 5px;
	}
	.products-list li .products-list-item-header .products-list-item-favourites a.active {
		font-size: 10vw;
		top: -4.5vw;
	}	
	#main-slider .item .item-bg{
		padding-top: 100%;
		background-size: cover!important;
	}
	#main-slider .item .item-product-price>div{
		display: block;
	}
	#main-slider .item .item-product-price div p{
		font-size: 9vw;
		margin-bottom: 10px;
	}
	#main-slider .item .item-product-old-price {
		margin: 0 0 5px;
	}	
	#aside-contact-us #aside-contacts-us-author .txt-container {
		margin-left: 65px;
		padding: 0;
	}	
	#aside-contact-us #aside-contacts-us-author .img-container {
		float: left;
		width: 55px;
	}	
	#aside-contact-us #aside-contacts-us-author {		
		padding: 8px 10px;
	}	
	section.main-slider{
		margin: 20px 0 20px;
	}
	header .header-bottom .header-bottom-panel{
		margin-top: 4px;
	}
	header .header-bottom .header-bottom-favourites:before{
		top: -4px;
		bottom: -4px;
	}
	header .header-middle .header-middle-logo img{
		max-width: 100%;
	}
	header .header-middle .header-middle-info p{
		font-size:3.5vw
	}
	header .header-top .header-top-menu{
		display: none;
	}
	header .header-top .header-top-cart{
		float: none;
		text-align: center;
	}
	header .header-top .header-top-cart a{
		display: inline-block;
	}
	header .header-bottom .header-bottom-menu .header-bottom-menu-container>ul>li>ul{
		position: static;
		opacity: 1;
		box-shadow: none;		
	}
	

	section.cart tfoot p{
		font-size: 5vw;
	}
	header .header-top .header-top-cart .header-top-minicart{
		width: calc(80% + 15px);
		left: auto;
		right: -15px;		
	}
	header .header-bottom-favourites .header-bottom-favourites-list{
		top: calc(100% + 4px);
		right: -15px;		
	}
	header .dgwt-wcas-search-wrapp{width: 100%;min-width: unset;}
	
	header .header-bottom .header-bottom-menu .header-bottom-menu-container>ul>li.hasChildren{
		position: relative;
	}
	header .header-bottom .header-bottom-menu .header-bottom-menu-container>ul>li.hasChildren:after{		
		content: "\f110";
		font-family: "Flaticon";
		position: absolute;
		right: 0;
		top: 0;
		font-size: 14px;
		color: #ffbe18;
		z-index: 99;
		padding-right: 20px;
		width: 5em;
		text-align: right;
		height: 41px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: 2px;		
	}
	
	header .header-bottom .header-bottom-menu .header-bottom-menu-container>ul>li.hasChildren:hover:after{
		content: "\f111";
	}
	
}
@media (max-width: 425px){
	header .header-bottom .header-bottom-check a{
		font-size: 12px;
	}	
	section.category-info .row>div.col-md-4 .section-item{
		height: 40px;
	}
	section.category-info .section-item a{
		display: flex;
		align-items: center;
				font-size: 4vw;
		line-height: 1;		
	}
	section.category-info .section-item img{
		max-width: 20px;		
	}
	#aside-cats{
		display: none;
	}
	.category-info p:not(.active){
		max-height: 125px;
		overflow: hidden;
		padding-bottom: 0px;
		position: relative;		
	}
	
	/*
	 * Что то не понятное
	 * .category-info p:not(.active):after{
		content: 'подробнее';
		text-decoration: underline;
		display: block;
		position: absolute;
		bottom: -2px;
		height: 22px;
		background: #fff;
		width: 100%;
		text-align: right;
		padding: 3px;
	}*/
	.products-pagination{
		text-align: center;
	}
	.products-pagination .products-pagination-pages{
		text-align: center;
		margin-top: 10px;		
	}
	#modal-cart .item-action{
		flex-direction: column;
		text-align: center;		
	}
	#modal-cart .item-action>a{
		order: 1;
		margin-top: 1em;
		font-size: 4.5vw;
	}
	#product-summary-tab-2 table td {
		word-break: break-word;
		padding: 3px 5px;
		font-size: 4vw;
	}	
	section.breadcrumbs li {
		display: inline;
		word-break: break-all;
	}	
}

@media (max-width: 350px){
	section.category-info .section-item a{
		font-size: 2.7vw;
	}	
	header .header-middle .header-middle-phone a.header-middle-phone-main{
		font-size: 15px;
	}
}

/************************************************/
/**********************HOVER*********************/
/************************************************/
header .header-bottom .header-bottom-menu  .header-bottom-menu-container>ul>li>ul{
	transition: all .2s linear;
}
.header-bottom-menu-container a,
.btn-orange{
	transition: all .15s linear;
}

.header-bottom-menu-container a:hover{
	color: #ffbe18;
}

.btn-orange:hover{
	background: #ecae0f;
}

header .header-bottom .header-bottom-menu  .header-bottom-menu-container>ul>li:hover>ul{
	display: block;
	opacity: 1;
}

/************************************************