
*{
	outline:none !important;
}

html body .slick-dots{
	margin:0px;
	padding:0px;
}

html body .slick-dots li, html body .slick-dots{
	list-style-type:none;
}

html body .slick-dots li button{
	color:transparent;
}

.slick-dotted.slick-slider{
	margin-bottom:0px;
}

.wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	touch-action: manipulation; 
}

.woocommerce-info{
	border-color:#1760D7 ;
	background-color:#1760D7;
	color:#fff;
	padding:15px 5px;
	margin-bottom:15px;
	border-radius:5px;
	font-size:14px;
}


.return_btn{
	display:block;
	margin-top:10px;
}


.single_content ol  {
        display: block;
        counter-reset: wslist1;/*сбрасываем счетчик списка*/
        color:#777;
		margin-left:0px;
		padding-left:0px;
        list-style: none;/*отменяем маркер по умолчанию*/
}
.single_content ol > li {
        margin: 0 0 1em 3em;
        position:relative;/*позиционирование внутри элемента */
}
.single_content ol > li::before {
        background: #3DAB24;
        border-radius: 50%;
        color: #fff;
        content: counter(wslist1);/* вывод счетчика*/
        counter-increment: wslist1;/*значение счетчика увеличиваем на один */
        display: flex;
		align-items:center;
		justify-content:center;
        height: 22px;
        left: -40px;
		font-size:12px;
        line-height: 22px;
        padding: 5px;
        position: absolute;/*абсолютное позиционирование*/
        text-align: center;
        top: 0;
        transition: all 0.3s ease 0s;
        width: 22px;
}

.single_content_img img{
	width:100%;
	height:auto;
}

a{	
	color:#000;
}

a:hover{
	color:#000;
	opacity:0.7;
}

.container{
	width:100%;
	max-width:1330px;
	padding-left:15px;
	padding-right:15px;
}
