
body {
	font-family: "Playfair", serif;

}
.navbar-brand img {
	width: 45px;
}

header {
	background: url(/image/title-back.webp);
	background-size: 100%;
	position: relative;
	background-repeat: no-repeat;
}

header nav.navbar {
	
}

header .nav-link {
	font-size: 16px;
	color: #FF5492;
	transition: 0.3s;
}

header .nav-link:hover, header .nav-link:focus {
	color: #710618!important;
	transition: 0.3s;
}

.title-text {
	width: 100%;
}
.dropdown-menu {
	background: #ffeae4;
	border:none;
	border:#fff solid 1px;
	box-shadow: 2px 2px 8px #ccc;
}

header .dropdown-menu li > a {
	color: #FF5492;
}
header .dropdown-menu li > a:hover {
	background-color: #710618!important;
	background-image: none;
}

header .phone {
	font-size: 30px;
	color: #FF5492;
	font-weight: 600;
}

.menu2 {
	display: flex;
	justify-content: center;
	flex-flow: column;
	flex-direction: column!important;
}
header .rezhim {
	color: #FF5492;
	font-size: 14px;
	font-weight: 300;
}
a:hover, a {
	text-decoration: none!important;
}

.title {
	display: flex;
	flex-flow: row wrap;
	padding-top: 25px;
	padding-bottom: 150px;
}

.slogan {
	font-size: 24px;
	font-weight: 300;
	color: #710618;
	padding-bottom: 18px;
	display: block;
	max-width: 80%;
	line-height: 140%;
}

h1 {
	font-size: 26px;
	color: #710618;
	font-weight: 300;
}

.title-left {
	padding-top: 100px;
}
.title-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.title-right img {
	width: 80%;
}

#content {
	padding-top: 65px;
	padding-bottom: 65px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;

}
.main-left img {
	width: 80%;
}

h2 {
	color: #CA004A;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

p {
	font-size: 24px;
	line-height: 150%;
	font-weight: 300;
}

.text-red {
	color:#76002B;
}

#portfolio {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;

}

#portfolio {
	background-color: #FFF6F3;
}
.top, .bottom {
	width: 100%;

}

.top img, .bottom img {
	width: 100%;
}

.porfolio img {
	border-radius: 15px;
}
.portfolio {
	position: relative;
	overflow: hidden;

}

.nav-prev, .nav-next {
	position: absolute;
	width: 5%;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.nav-prev {
	left: -60px;
	top:0;
	justify-content: flex-start;
}

.nav-next {
	right: -40px;
	top:0;
	justify-content: flex-start;
}

.nav-prev .button, .nav-next .button {
	height: 45px;
	width: 45px;
	border-radius: 47px;
	background-color: #FF5492;
}

.nav-prev .button {
	background-image: url(/image/arrow-prev.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	
}

.nav-next .button {
	background-image: url(/image/arrow-next.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	
}
.item img {
	border-radius: 15px;
}

#portfolio>.container {
	position: relative;
}

#portfolio>.container>div {
	position: relative;
}

#popular {
	padding-top: 65px;
	padding-bottom: 65px;
}


.popular {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 16px #f7cfe1;
}

.popular img {
	width: 100%;
	border:1px solid #fff;
	border-radius: 15px;
	transition: 0.3s;
	
}

.popular img:hover {
	transform: scale(1.2);
	transition: 0.4s;
}

.popular-href {
	position: absolute;
	bottom: -1px;
	height: 75px;
	width: 100%;
	background-color: #FFF6F3;
	display: flex;
	font-size: 22px;
	color: #76002B;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.popular-href:hover {
	color: #CA004A;
}

.show-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 225px;
	height: 50px;
	background-color: #FFE7DF;
	border-radius: 50px;
	border:1px solid #E47394;
	color: #CA004A;
	font-size: 26px;
	font-weight: 300;
	margin-top: 45px;
	transition: 0.3s;
	box-shadow: 2px 2px 2px #0001;
}

.show-more:hover {
	color: #76002B;
	transform: translateY(-2px);
	box-shadow: 4px 4px 6px #0003;
	transition: 0.3s;
}

.back-circle {
	position: absolute;
	width: 100%;
	top:-130px;
	right: 0;
}
.back-circle img {
	width: 100%;
}

footer {
	background-color: transparent;
	border: none;
}

#common-home {
	position: relative;
}

#contacts {
	background-color: #FFF6F3;
	padding-bottom: 10px;
}

#contacts h2 {
	margin-bottom: 0;
}

.footer-contacts {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	list-style: none;
	padding-left: 0;
}

.venzel {
	margin: 20px 0;
	width: 55px;
}

.venzel img {
	width: 100%;
}

.contact-title {
	font-size: 28px;
	color: #8C0303;
}

.contact-content {
	margin-top: 15px;
}
.contact-content a, .contact-content address {
	color:#B71414;
	font-size: 28px;
	padding-top: 15px;

}

.contact-content a:hover {
	color: #CA004A;
}

.bs {
	padding: 45px 0;
}

.bs a:hover {
	transform: translateY(-2px);
}
.bs a:hover img {
	filter: drop-shadow(0 0 4px #ffe7df);
}

.category {
	min-width: 24%;
	width: 24%;
	margin-bottom: 9%;
	border-radius: 15px;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 16px #f7cfe1;
}

.category-image {
	width: 100%;
}

.category-image img {
	width: 100%;
	border-radius: 17px;
	transition: 0.3s;

}

.category-image img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.category-title {
	position: absolute;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -1px;
	width: 100%;
	background-color: #FFF6F3;
	font-size: 24px;
	color: #B71414;

}

.product-title {
	position: absolute;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -1px;
	width: 100%;
	background-color: #FFF6F3;
	font-size: 24px;
	color: #B71414;
	flex-direction: column;

}


.product-title p {
	margin-bottom: 0;
	font-weight: 600;
}

.product-title span {
	color: #FF5492;
}

.product-title a {
	display: flex;
	height: 50px;
	border-radius: 12px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
	background-color: #B71414;
	margin-top: 15px;
	color: #fff;
	transition: 0.3s;
}


.product-title a:hover {
	transform: translateY(-2px);
	transition: 0.3s;

}
.category-title:hover {
	color:#8C0303;
}
.categories-list, .products-list {
	gap:9% 9%;
	margin-top: 40px;
}

#product-category h2 {
	
}

#product-category {
	position: relative;
}

#product-category h3 {
	color: #8C0303;
	font-size: 30px;
	font-weight: 100;
}

.breadcrumb {
	display: flex;
	justify-content: center;
	width: 100%;
	border:none;
	margin-top: 25px;
}

.breadcrumb>li {
	height: 15px;
	
	color: #CA004A;
	
}

.breadcrumb>li a {
	color: #8C0303;
	font-size: 16px;
}

.breadcrumb>li a:hover {
	color: #FF5492;
}

.breadcrumb>li:after {
	border:none;
	width: 6px;
	height: 6px;
	border-radius: 12px;
	background-color: #8C0303;
	display: flex;
	align-items: center;
	top: 7px;
	line-height: 15px;
}

.breadcrumb>li:last-child::after{
	display: none;
}

.product-outer {
	padding: 25px 0 25px 0;
}

#product-product h1 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 25px;
}

#product-product p {
	font-size: 24px;
	color: #CA004A;
}
.image-additional a {
	border:none;
}
#product-product .image-additional a img {
	border-radius: 5px;
	width: 100%;
}
#product-product .product-image img {
	width: 80%;
	border-radius: 30px;
}

.delivery img {
	width: 30px;
	margin-right: 15px;
}

.delivery {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.delivery p {
	margin-bottom: 0;
	color: #8C0303!important;
	font-weight: 100;
}
#product-product .price {
	font-size: 34px;
	font-weight: 600;
	color: #710618;
	margin-top: 25px;
}

.thumbnails.popup {
	width: 100%;
}


.thumbnails.popup li {

	max-width: none;
	width: 80%;
}
.category-title {
	text-align: center;
}

.navbar-toggler {
	width: 40px;
	height: 22px;
	background-image: url(/image/burger.svg);
	background-size: cover;
}

.navbar-toggler:focus {
	box-shadow: 0px 0px 1px 1px #710618;
}
@media (max-width: 768px){
	.contact-content address {
	    color: #B71414;
	    font-size: 28px;
	    padding-top: 15px;
	    text-align: center;
	    line-height: 130%;
	}
	.category {
		min-width: auto;
		width: 48%;
	}

	.categories-list {
		gap:2% 2%;
	}
	.navigation-button {
		display: none;
	}
	header {
		background: url(/image/title-back-576.webp);
		background-size: auto 100%;
	}

	.title-left {
		padding-top: 0;
	}

	.title-right {
		justify-content: center;
	}

	.slogan {
		max-width: 100%;
		text-align: center;
	}

	h1 {
		font-size: 36px;
	    color: #710618;
	    font-weight: 300;
	    line-height: 100%;
	    margin-top: 20px;
	    text-align: center;

	}

	.main-left img {
    width: 100%;
	}

	.populars {
		gap:1%;
	}
	.popular {
		max-width: 48%!important;
		margin-bottom: 3%;
		
	}

	.main-right {
		padding-top: 25px;
	}

	h2 {
		text-align: center;
	}

	p {
		text-align: center;
	}

	.category-title, .product-title p {
		font-size: 20px;
	}

	.title img {
		width: 100%;
	}

	.thumbnails {
		margin-left: 0px;
		width: 100%;
	}
	.thumbnails.popup li {
		width: 100%;
		margin-left: 0px;
	}
	.price {
		text-align: center;
	}

	#product-product p {
		line-height: 130%;
	}

	.delivery {
		flex-direction: column;
	}

	.delivery img {
		width: 70px;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

@media (max-width: 576px){
	h2 {
		font-size: 28px;
	}

	.category-title{
		font-size: 18px;
		line-height: 100%;
	}

	.product-title p {
		font-size: 24px
		line-height: 100%;
	}
	.product-title a {
		height: 40px;
		font-size: 18px;
	}
	.product-title span {
		font-size: 24px;
		margin-top: 10px;
	}

	.products-list .category {
		width: 100%;
	}
}	