.welcome-area {
	height : 850px;
}

.navbar-brand-regular,
.navbar-brand-sticky {
	width: 350px;
}

.navbar .top-phone span {
	opacity: .5;
}

.navbar .top-phone {
	padding-left: 1.875rem;
	padding-top: 1.075rem;
	padding-bottom: 1.075rem;
}

.navbar .top-phone .nav-link-top {
	font-size: 15px;
}

.nav-pills .nav-item {
	display: flex;
}

.nav-pills .nav-item  .nav-link {
	border: 2px solid #8894a0;
	border-radius: 50px;
	padding: .5rem 2.5rem;
	background: #fff;
	color: #8894a0;
	margin-right: 1rem;
}

.nav-pills .nav-item  .nav-link:hover {
	border: 2px solid #004085;
	color: #212529;
}

.nav-pills .nav-item  .nav-link.active {
	border: 2px solid #004085;
	background: #004085;
	color: #fff;
}

@media (max-width: 991px) {
	.navbar .top-phone {
		padding-top: 1.075rem;
		padding-bottom: 1.075rem;
	}

	.navbar .top-phone-block {
		padding-top: 2.15rem;
	}

	.navbar .top-phone .nav-link-top {
		font-size: 18px;
	}

	.navbar-brand-regular,
	.navbar-brand-sticky {
		width: 350px;
	}

	.nav-pills .nav-item {
		flex-direction: column;
		width: 100%;
	}
	.nav-pills .nav-item .nav-link {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: .5rem;
	}
}

.items-list {
	margin-top: 10px;
}

.card-price {
	position        : absolute;
	bottom          : 75px;
	left            : -10px;
	line-height     : 1;
	background-color: rgba(13, 149, 232, .9);
	padding         : 5px 5px 5px 10px;
	color           : #fff !important;
}

.card-price .title {
	display  : block;
	font-size: 12px;
}

.card-price .price {
	font-size  : 22px;
	font-weight: 700;
	color      : #fff;
}

.card-price .currency {
	font-weight: 700;
}

.card-badge {
	position      : absolute;
	display       : flex;
	flex-direction: column;
	flex-wrap     : wrap;
	opacity       : 0.75;
}

.card-badge .badge {
	background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(27, 67, 123, 0.95));
	color           : #fff;
	padding         : 5px 10px;
	border-radius   : 0;
	font-weight     : 100;
	text-transform  : uppercase;
	margin-bottom   : 5px;
	display         : flex;
	place-self      : flex-start;
}

.items-list:hover .card-badge {
	opacity: 1;
}

@media (max-width: 767px) {
	.card-price {
		bottom: 70px;
		left  : -10px;
	}

	.card-price .price {
		font-size: 18px;
	}

	.card-badge .badge {
		font-size: 10px;
	}

	.items-list .card .card-footer {
		padding-top: 20px;
	}

	.navbar-brand-regular,
	.navbar-brand-sticky {
		width: 250px;
	}
}

.item-area .badges {
	position: absolute;
	bottom  : 0;
	right   : 0;
}

.welcome-thumb {
	position: relative;
}

.welcome-thumb-badge {
	position: absolute;
	right   : 0;
	z-index : 100;
	width   : 160px;
	height  : 160px;
	bottom  : -30px;
}

.welcome-thumb-badge img {
	max-width: 160px;
}

.welcome-thumb-gift {
	position: absolute;
	bottom  : 10px;
	left    : -30px;
}

.welcome-thumb-gift img {
	max-width: 200px;
}

.block-buy-gift {
	position: absolute;
	bottom  : 0;
	right   : 100px;
}

.block-buy-gift img {
	max-width: 160px;
}

.block-buy-gift-big {
	position: absolute;
	bottom  : 0;
	right   : 50px;
}

.block-buy-gift-big img {
	max-width: 220px;
}

@media (max-width: 991px) {
	.welcome-thumb-gift {
		position: absolute;
		top     : 30%;
		left    : -30px;
	}

	.welcome-thumb-gift img {
		max-width: 120px;
	}
}

@media (max-width: 767px) {
	.welcome-thumb-gift {
		position: absolute;
		top     : 30%;
		left    : -30px;
	}

	.welcome-thumb-gift img {
		max-width: 180px;
	}
}

@media (max-width: 575px) {
	.welcome-thumb-gift {
		position: absolute;
		top     : 35%;
		left    : 0;
	}

	.welcome-thumb-gift img {
		max-width: 120px;
	}
}

@media (max-width: 441px) {
	.welcome-thumb-gift {
		position: absolute;
		top     : 35%;
		left    : 0;
	}

	.welcome-thumb-gift img {
		max-width: 120px;
	}

	.block-buy-gift-big {
		position: absolute;
		bottom  : 50px;
		right   : 0;
	}

	.block-buy-gift {
		position: absolute;
		bottom  : 55px;
		right   : 50px;
	}

	.block-buy-gift img {
		max-width: 120px;
	}

	.block-buy-gift-big img {
		max-width: 180px;
	}

	.btn-buy {
		margin-top: 50px;
	}
}
.card-price .old-price {
	display        : block;
	font-size      : 16px;
	margin-top     : 5px;
	font-weight    : 700;
	text-decoration: line-through;
}

.item-area .price {
	padding-top: 20px;
	position   : relative;
}

.item-area .old-price {
	text-decoration: line-through;
	position       : absolute;
	top            : 0;
	left           : 50px;
	font-size      : 20px;
	color          : #8894a0;
}

.more-info .image {
    text-align: center;
}

.more-info .image img {
    max-width: 200px;
}

.more-info .header {
    color: #004085;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.more-info .info {
    
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.welcome-area .shape-bottom img {
    width: 100%;
}