.glide__arrow {
	position: absolute;
	display: block;
	top: 50%;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 12px;
	background-color: #333;
	/*border: 2px solid rgba(255, 255, 255, 0.5);*/
	border-radius: 50px;
	-webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 .25em .5em rgba(0, 0, 0, 0.1);
	opacity: 1;
	cursor: pointer;
	-webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
	transition: opacity 150ms ease, border 300ms ease-in-out;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.glide__arrow:focus {
	outline: none
}

.glide__arrow:hover {
	border-color: #fff;
	opacity: .8
}

.glide__arrow--left {
	left: -1.2em;
	-webkit-transition: .6s all;
	transition: .6s all
}

.glide__arrow--right {
	right: -1.2em;
	-webkit-transition: .6s all;
	transition: .6s all
}

.glide__arrow--disabled {
	opacity: .33
}

.glide__bullets {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	left: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.glide__bullet {
	background-color: rgba(255, 255, 255, 0.5);
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	line-height: 0;
	-webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
	margin: 0 .25em
}

.glide__bullet:focus {
	outline: none
}

.glide__bullet:hover, .glide__bullet:focus {
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.5)
}

.glide__bullet--active {
	background-color: #fff
}

.glide--swipeable {
	cursor: grab;
	cursor: -webkit-grab
}

.glide--dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing
}

#carusel_poduct_sells ul li, #carusel_poduct_related ul li {
	margin: 0 !important;
	margin-right: 10px !important;
	white-space: normal;
	/*padding: 0 !important*/
}

#carusel_poduct_sells ul.products, #carusel_poduct_related ul.products {
	-ms-flex-wrap: unset !important;
	flex-wrap: unset !important;
	max-width: unset !important
}

#carusel_poduct_sells ul li .woocommerce-loop-product__title, #carusel_poduct_related ul li .woocommerce-loop-product__title {
	white-space: normal;
	line-height: normal;
	max-width: unset !important
}

#carusel_poduct_related ul.products, #carusel_poduct_sells ul.products {
	margin: 0 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.carusel_block>ul {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100% !important
}

#carusel_poduct_related>div.glide__arrows>div.glide__arrow.glide__arrow--left>img, #carusel_poduct_related>div.glide__arrows>div.glide__arrow.glide__arrow--right>img, #carusel_poduct_sells>div.glide__arrows>div.glide__arrow.glide__arrow--right>img, #carusel_poduct_sells>div.glide__arrows>div.glide__arrow.glide__arrow--left>img {
	width: 14px
}

.mobile_notification {
	display: none
}

@media (min-width:768px) {
	.container_demo_slide:hover .glide__arrow--right {
		right: -2.5em
	}

	.container_demo_slide:hover .glide__arrow--left {
		left: -2.5em
	}

	#carusel_poduct_related:hover .glide__arrow--left {
		left: -1.2em
	}

	#carusel_poduct_related:hover .glide__arrow--right {
		right: -1.2em
	}

	#carusel_poduct_sells:hover .glide__arrow--left {
		left: -1.2em
	}

	#carusel_poduct_sells:hover .glide__arrow--right {
		right: -1.2em
	}

}

@media (max-width:414px) {
	.mobile_notification {
		display: block;
		text-align: center
	}

	.mobile_notification p {
		border: 1px dashed;
		margin: 0px 30px 15px 30px;
		border-radius: 4px;
		padding: 15px 20px
	}

	.mobile_notification svg {
		width: 30px;
		display: block;
		margin: 0 auto
	}

}

ul.glide__slides.prodicts {
	max-width: auto !important
}