/*--------------------------------------------------------------
>>> CHRISTMAS.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
1.1 Product Image Flash
1.2 Standard Banner
1.3 Christmas 2023

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

/** Temp Christmas Basket Message for Vouchers **/

.vouchers_checkout_message {
	padding: 20px;
	background-color: #29572c;
	border-left: 0.6180469716em solid rgba(0,0,0,.1);
}
.vouchers_checkout_message h3,
.vouchers_checkout_message p {
	color: #fff;
}
.vouchers_checkout_message p {
	margin: 0;
}
.price del {
    opacity: 1.0!important;
    color: #a92b32!important;
}

/** END Temp Christmas Basket Message for Vouchers **/

/*--------------------------------------------------------------
1.1 Product Image Flash
--------------------------------------------------------------*/



/*--------------------------------------------------------------
1.2 Standard Banner
--------------------------------------------------------------*/

.special_event_banner {
	background-color: #993333;
	color: #c8a982;
	overflow: hidden;
	text-align: center;
	padding: 0 2% 15px 2%;
}
.special_event_banner img.bell_ring {
	display: inline;
	width: 40px;
	position: relative;
	top: 12px;
	right: -5px;
	margin-left: -10px;
}
.special_event_banner h2 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.special_event_banner p {
	display: inline;
	margin: 0;
	font-size: 18px;
}
.shop_now a {
	border: 1px solid #c8a982;
	padding: 0 10px;
	margin: 0 0 0 10px;
	color: #c8a982;
	text-decoration: none;
	display: inline-block;
}
.shop_now a:hover {
	border: 1px solid #fff;
	color: #fff;
}
p.special_event_sp_flash {
	line-height: 1.2;
	background-color: #993333;
	color: #fff;
	display: block;
}
.woocommerce-LoopProduct-link p.special_event_sp_flash {
	padding: 7px 2% 4px 2%;
	margin-bottom: 10px;
	margin-top: -1.618em;
	margin-bottom: -1.5em;
}
.single-product p.special_event_sp_flash {
	padding: 5px 2% 4px 2%;
	margin-top: -2.617924em;
	margin-bottom: 40px;
}

/** Hide on Vouchers Page **/
.product_cat-vouchers p.special_event_sp_flash {
	display: none;
}

@media screen and (min-width: 768px) { 

	.woocommerce-LoopProduct-link .christmas_banner img.bell_ring {
		width: 50px;
		top: 12px;
		right: -7px;
		margin-left: -10px;
	}
  	.special_event_banner img.bell_ring {
		width: 50px;
		top: 12px;
		right: -7px;
		margin-left: -10px;
	}
	.special_event_banner h2 {
		font-size: 2rem;
	}
	.special_event_banner p {
		font-size: 25px;
	}
	.woocommerce-LoopProduct-link p.special_event_sp_flash {
		padding: 5px 2% 4px 2%;
	}
	.single-product p.special_event_sp_flash {
		padding: 5px 2% 4px 2%;
		margin-top: 0;
		margin-bottom: 20px;
	}
}

/** Banner **/

/** Banner 2 **/

.generic_sale_banner {
	background-color: #993333;
	color: #fff;
	overflow: hidden;
	text-align: center;
	padding: 25px 10% 15px 10%;
}
.generic_sale_banner p {
	display: inline;
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
}
.generic_sale_banner p strong {
	font-weight: 700;
}
.generic_sale_banner .shop_now a {
	border: 1px solid #fff;
	padding: 5px 10px 2px 10px;
	margin: 10px auto;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: 600;
	max-width: 170px;
}
.generic_sale_banner .shop_now a:hover {
	background-color: #862727;
}

@media screen and (min-width: 768px) {
	.generic_sale_banner {
		padding: 15px 4%;
	}
	.generic_sale_banner .shop_now a {
		margin: 0 0 0 10px;
		display: inline-block;
	}
}

/** END Banner 2 **/


/*--------------------------------------------------------------
1.3 Christmas 2023
--------------------------------------------------------------*/

.christmas_banner {
	background-color: #993333;
	color: #c8a982;
	overflow: hidden;
	text-align: center;
	padding: 15px 2%;
}
.christmas_banner img.bell_ring {
	display: inline;
	width: 40px;
	position: relative;
	top: 12px;
	right: -5px;
	margin-left: -10px;
}
.christmas_banner h2 {
	color: #fff!important;
	text-transform: none!important;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.christmas_banner p {
	display: inline;
	margin: 0;
	font-size: 18px;
}
.shop_now a,
a.blk_fri_button {
	border: 1px solid #c8a982;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	color: #c8a982;
	text-decoration: none;
	display: inline-block;
}
.shop_now a:hover,
a.blk_fri_button:hover {
	border: 1px solid #fff;
	color: #fff;
}

p.christmas_sp_flash {
	line-height: 1.2;
	background-color: #993333;
	color: #fff;
	display: block;
}
.woocommerce-LoopProduct-link p.christmas_sp_flash {
	padding: 8px 2% 5px 2%;
	margin-bottom: 10px;
	margin-bottom: -0.5em;
	font-size: 1.15rem;
}
.single-product p.christmas_sp_flash {
	padding: 7px 2% 6px 3%;
	margin-top: -2.0em;
	margin-bottom: 20px;
	font-size: 1.3rem;
}
.woocommerce-LoopProduct-link p.christmas_sp_flash span,
.single-product p.christmas_sp_flash span {
	display: inline-block;
}

@media screen and (min-width: 768px) { /* Everything Bigger than 768px */

	.woocommerce-LoopProduct-link .christmas_banner img.bell_ring {
		width: 50px;
		top: 12px;
		right: -7px;
		margin-left: -10px;
	}
  .christmas_banner img.bell_ring {
		width: 50px;
		top: 12px;
		right: -7px;
		margin-left: -10px;
	}
	.christmas_banner h2 {
		font-size: 2rem;
	}
	.christmas_banner p {
		font-size: 25px;
	}

	.woocommerce-LoopProduct-link p.christmas_sp_flash {
		padding: 5px 2% 4px 2%;
	}
	.single-product p.christmas_sp_flash {
		padding: 5px 2% 4px 2%;
		margin-top: 0;
		margin-bottom: 20px;
	}
}
.animated_bell {
	display: inline;
	position: relative;
	top: 3px;
}

/** Christmas Page **/

.christmas-page>section {
	background-color: #993333;
	position: relative;
}
.christmas-page>section .baubles {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: right 10% bottom 20px;
	opacity: 0.2;
	z-index: 1;
}
.christmas_padding {
	padding: 20px 0;
}
.christmas-page>section .col-full {
	z-index: 2;
	position: relative;
}
.christmas-page>section,
.christmas-page>section p,
.christmas-page>section h1,
.christmas-page>section h2,
.christmas-page>section h3,
.christmas-page>section a {
	color: #fff;
}
.christmas-page>section h1 {
	font-size: 3rem;
	line-height: 1.0;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
}
.christmas-page>section h2 {
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.christmas-page>section .flex-items h2:last-of-type {
	margin-bottom: 0;
}
.christmas_header {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.christmas_header .flex-items:nth-child(1),
.christmas_header .flex-items:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	column-gap: 4%;
}
.christmas_header p {
	margin-bottom: 0;
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
}
.christmas_products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	column-gap: 1%;
	row-gap: 20px;
	padding: 0;
	margin: 0;
}
.christmas_products li {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 49%;
	align-self: auto;
	order: 0;
}
#main .christmas_products img {
	margin-bottom: 20px;
}
#main .christmas_products li {
	text-align: center;
}
#main .christmas_products li a {
	text-decoration: none;
}
#main .christmas_products h2 {
	font-size: 1.4rem;
	font-weight: 400;
}

@media screen and (min-width: 768px) { /* Everything Bigger than 768px */
	.christmas-page>section .baubles {
		background-position: right 10% bottom 20px;
		opacity: 1;
	}
	.christmas_header {
		flex-direction: row;
		column-gap: 4%;
	}
	.christmas_header .flex-items:nth-child(1) {
		flex-basis: 40%;
	}
	.christmas_header .flex-items:nth-child(2) {
		flex-basis: 60%;
  	}
	.christmas-page>section h1 {
		font-size: 3rem;
		margin-bottom: 0;
		text-align: left;
	}
	.christmas-page>section h2 {
		font-size: 1.6rem;
		text-align: left;
	}
	.christmas_header p {
		margin-bottom: 0;
		font-size: 1.2rem;
		text-align: left;
	}
	.christmas_products {
		column-gap: 3.5%;
		row-gap: 30px;
	}
	.christmas_products li {
		flex-basis: 31%;
	}
}

/** Christmas Homepage **/

.homepage_christmas_hero {
	background-image: ('https://threewrensgin.com/wp-content/uploads/2023/12/full-range-christmas-bg.jpg');
	background-color: #29572c;
	text-align: center;
	padding: 30px 10px;
}
.homepage_christmas_hero h1 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 10px;
}
.homepage_christmas_hero a.home-christmas_button {
    border: 1px solid #c8a982;
    padding: 5px 20px 0 20px;
    margin: 0;
    color: #c8a982;
	font-size: 2rem;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .1);
    text-decoration: none;
    display: inline-block;
}
.homepage_christmas_hero a:hover.home-christmas_button {
    border: 1px solid #fff;
    color: #fff;
	background-color: rgba(0, 0, 0, .1);
}



@media screen and (min-width: 768px) { /* Everything Bigger than 768px */
	.homepage_christmas_hero h1 {
		font-size: 5rem;
	}

}

/** Christmas Experiences Banner **/

.christmas_experiences_banner {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 400;
}
@media screen and (min-width: 768px) { /* Everything Bigger than 768px */
	.christmas_experiences_banner {
		font-size: 2rem;
	}
}
