.birthday_page {
	background: #e5e5e5;
}
.birthday_page .birthday_header { background: #fff; margin-top: 50px; }
.birthday_page .birthday_header .header_info {
	max-width: 1000px;
	color: #5c5b5b;
	margin: 0 auto;
}
.birthday_page .birthday_header .header_info span { color: #72a4c4; }
.santa_stocking_page .btn_enter { 
	margin: 0 auto; 
	display: block; 
	background-color: #c82127;
	text-align: center; 
	color: #fff;
	max-width: 190px;
	text-transform: uppercase;
}
.santa_stocking_page .btn_enter.btn_xmas_hub { 
	max-width: 260px;
}

@media (min-width: 576px) {
	.birthday_page .col-sm-2  {
    	flex: 0 0 20%;
    	max-width: 20%;
	}
}
.birthday_page .dob_box img { width: 100%; }

.santa_owl_sliders {
	position: relative;
}
.santa_owl_sliders .owl-carousel .owl-nav button {
    position: absolute;
    top: 40%;
}
.santa_owl_sliders .owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.santa_owl_sliders .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.dob_popup .modal-content {
	background: #c43033;
}
.dob_popup .modal-footer {
	position: absolute;
    right: 5px;
    top: 5px;
    margin: 0;
	padding: 0;
	border: none;
}
.dob_popup .modal-footer .btn {
	background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 32px;
    width: 24px;
    height: 24px;
    font-size: 0;
}
.dob_popup .modal-footer .btn:before {
	content: 'X';
	font-size: 1rem;
	font-size: 1rem;
    position: absolute;
	top: 4px;
    left: 11px;
	color: #e7c5c6;
}
.dob_popup .modal-body .btn {
	display: block;
	background: #f5a2b3;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5rem 0.3rem;
	color: #3c3c3c;
}
.dob_popup .dob_prod_wrap { position: relative; }
.dob_popup .modal-content .dob_prod_detail {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4rem;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'BentonSansComp';
}
.dob_popup .modal-content .dob_prod_detail h3 {
	color: #e7d694;
	font-family: 'BauerBodoni Roman';
    font-size: 2.3rem;
}
.dob_popup .modal-content .dob_prod_detail p {
	font-size: 1.3rem;
}
.dob_popup .modal-content .dob_prod_price {
	font-size: 2rem;
}

.dob_box { position: relative; }
.dob_box .dob_day {
	position: absolute;
    top: 9%;
    font-size: calc(1.2em + 1.8vw);
    color: #fff;
    left: 0;
    right: 0;
	text-align: center;
	text-shadow: 0px 4px 6px #836a3e;
	letter-spacing: -0.1rem;
	font-weight: bold;
}
.dob_box .btn-product { cursor: pointer; display: block; margin: 0 auto; padding: 5px; }
.dob_box .hover_image { display: none; }
.dob_box.clickable { cursor: pointer; }
.dob_box.clickable:hover .hover_image { display: block; }
.dob_box.clickable:hover .gift_image { display: none; }

@media screen and (min-width: 768px) {
	.col-md-2  {
    	flex: 0 0 20%;
		max-width: 20%;
	}
}
@media screen and (min-width: 992px) {
	.dob_box .dob_day {
		font-size: calc(1.4em + 1.8vw);
	}
}
@media screen and (max-width: 576px) {
	.dob_popup .modal-content .dob_prod_detail {
		font-size: 1rem;
		line-height: 1rem;
	}
	.dob_popup .modal-content .dob_prod_price {
		font-size: 1.2rem;
		margin-top: 10px !important;
	}
	.dob_popup .modal-content .dob_prod_detail h3 {
		font-size: 2rem;
	}
	.dob_popup .modal-content .dob_prod_detail p {
		font-size: 1rem;
	}
}