.banner-bread .col-lg-12{
	padding-top: 0;
	padding-bottom: 0;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #323236;
}
.phisical_shop{
	padding-top: 0;
	padding-bottom: 80px;
}
.phisical_shop .col-lg-12,
.phisical_shop .col-lg-6{
	padding-top: 0;
	padding-bottom: 0;
}
.phisical_shop__title{
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #F4F4F4;
	margin-bottom: 37px;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.phisical_shop_gallery img{
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}
.phisical_shop_gallery__swiper{
	padding-bottom: 30px;
}
.phisical_shop_gallery__swiper .swiper-pagination-bullet{
	width: 42px;
	border-radius: unset;
	height: 2px;
	background: #D2D2D8;
	opacity: 1;
}
.phisical_shop_gallery__swiper .swiper-pagination-bullet-active{
	background: #967968;
}
.phisical_shop_gallery__swiper .swiper-button-next,
.phisical_shop_gallery__swiper .swiper-button-prev{
	height: 32px;
}
.phisical_shop_gallery__swiper .swiper-button-next:after,
.phisical_shop_gallery__swiper .swiper-button-prev:after{
    font-size: 22px;
}
.phisical_shop__info__block{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.phisical_shop__info__icon{
	margin-right: 8px;
	height: 32px;
}
.phisical_shop__info__text p,
.phisical_shop__info__text a{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #18181A;
}
.phisical_shop__info__link{
	border-radius: 20px;
	background: var(--1, #967968);
	height: 50px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 62px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin-bottom: 75px;
}
.phisical_shop__info__link:hover{
	opacity: .7;
}
.phisical_shop__info{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media(max-width: 768px){
	.banner-bread{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.woocommerce-breadcrumb, .woocommerce-breadcrumb span, .woocommerce-breadcrumb a{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	.phisical_shop__title{
		border-radius: 20px;
		height: 93px;
		font-size: 26px;
		font-style: normal;
		font-weight: 400;
		line-height: 110%;
		margin-bottom: 20px;
	}
	.phisical_shop__info{
		padding-top: 15px;
	}
	.phisical_shop__info__text p, .phisical_shop__info__text a{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	.phisical_shop__info__icon{
		height: 24px;
		width: 24px;
	}
	.phisical_shop__info__icon svg{
		height: 24px;
		width: 24px;	
	}
	.phisical_shop__info__block{
		margin-bottom: 16px;
	}
	.phisical_shop__info__link{
		width: 100%;
		margin-bottom: 0;
	}
	.phisical_shop{
		padding-bottom: 64px;
	}
	.banner-bread .col-12,
	.phisical_shop .col-12{
		padding-left: 0;
		padding-right: 0;
	}
	.phisical_shop_gallery img{
		border-radius: 16px;
	}
}