/*
    Holidy Gift Guide Marketing
*/

/* ======== */

/* ====== Primary Color Override ====== */

section[data-pagebuilder="section"] .text-primary {
	color: #9B4746 !important;
}
section[data-pagebuilder="section"] .btn-primary {
	background-color: #9B4746;
	color: #fff;
	border-color: #9B4746;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
section[data-pagebuilder="section"] .btn-primary:hover, section[data-pagebuilder="section"] .btn-primary:focus {
	background-color: #5d2b2a;
	border-color: #5d2b2a;
}
section[data-pagebuilder="section"] .btn-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(128, 179, 200, 0.5);
}
section[data-pagebuilder="section"] .btn-outline-primary {
	color: #000 !important;
	border-color: #9B4746;
	text-transform: uppercase;
	letter-spacing: 0.05em;
    border-width: 2px !important;
}
section[data-pagebuilder="section"] .btn-outline-primary:hover, section[data-pagebuilder="section"] .btn-outline-primary:focus {
    color: #fff !important;
}
section[data-pagebuilder="section"] .btn-outline-primary:hover, section[data-pagebuilder="section"] .btn-outline-primary:focus {
	color: #fff;
	border-color: #9B4746;
	background-color: #9B4746;
}
section[data-pagebuilder="section"] .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(128, 179, 200, 0.5);
}
/* ====== End Primary Color Override ====== */

section[data-pagebuilder="section"].hero-container > .container-fluid, section[data-pagebuilder="section"].hero-container > .container {
	padding-top: 0 !important;
}

section[data-pagebuilder="section"].owl-slider-flex-align-center .owl-stage {
	display: flex;
	align-items: flex-end;
}

section[data-pagebuilder="section"].ornament-overlays h3, section[data-pagebuilder="section"].ornament-overlays h3 .h3  {
	font-size: 38px;
}

@media (max-width: 768px) {
	section[data-pagebuilder="section"].ornament-overlays h3, section[data-pagebuilder="section"].ornament-overlays h3 .h3  {
		font-size: 30px;
	}
}

section[data-pagebuilder="section"].title-container h2, section[data-pagebuilder="section"].title-container {
	padding-bottom: 0 !important;
}

section[data-pagebuilder="section"].ornament-overlays .ornament {
	position: relative;
	padding-top: 40px;
	max-width: 300px;
    margin: 0 auto 25px;
}

/* ====== Ornament Shape Pseudo ====== */

section[data-pagebuilder="section"].ornament-overlays .ornament::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	background-image: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/ornament-top-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 78px;
	height: 74px;
}

section[data-pagebuilder="section"] .button-pseudo-shape-right,  section[data-pagebuilder="section"] .button-pseudo-shape-left {
	position: relative;
}


/* ====== End Ornament Shape Pseudo ====== */


/* ====== Button Pseudo Shapes w/SVGs ====== */
/*
section[data-pagebuilder="section"] .button-pseudo-shape-wrap {
	z-index: 1;
}

section[data-pagebuilder="section"] .button-pseudo-shape-right::before {
	content: '';
	position: absolute;
	bottom: -58px;
    right: -69px;
	background-image: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/leaves-icon-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 108px;
	width: 114px;
	z-index: -1;
}

section[data-pagebuilder="section"] .button-pseudo-shape-left::before {
	content: '';
	position: absolute;
	bottom: -58px;
    left: -68px;
	background-image: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/leaves-icon-left.svg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 108px;
	width: 114px;
	z-index: -1;
} */

/* ====== End Button Pseudo Shapes w/SVGs ====== */

/* ====== Snow Pseudo Shapes w/SVGs ====== */

section[data-pagebuilder="section"] .snow-shape-right, section[data-pagebuilder="section"] .snow-shape-left {
	position: relative;
}

@media(min-width: 1024px) {
    section[data-pagebuilder="section"] .snow-shape-right {
        left: 40px;
    }
    section[data-pagebuilder="section"] .snow-shape-left {
        right: 40px;
    }
}

section[data-pagebuilder="section"] .snow-shape-right::before {
	content: '';
	position: absolute;
	top: 0;
    right: -70px;
	background-image: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/snow-image-png.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100px;
	background-position: center center;
}

section[data-pagebuilder="section"] .snow-shape-left::before {
	content: '';
	position: absolute;
	top: 0;
   	left: -70px;
	background-image: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/snow-image-png.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100px;
	background-position: center center;
}

@media (max-width: 768px) {
	section[data-pagebuilder="section"] .snow-shape-left::before, section[data-pagebuilder="section"] .snow-shape-right::before {
		/* display: none !important; */
		background-image: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/horizontal-snow-image.png');
		width: 100%;
		height: 100px;
		background-size: contain;
		background-repeat: no-repeat;
		left: 0;
		bottom: -50px;
		right: auto;
		top: auto;
	}
	section[data-pagebuilder="section"] .snow-shape-right::before {
		top: -50px;
		bottom: auto;
	}
}

/* ====== End Snow Pseudo Shapes w/SVGs ====== */

/* ====== Product Slider ====== */

.product-slider .product-title, .product-slider .product-price {
	text-align: center !important;
}

.product-slider a.widget-inner {
	border: none !important;
}

.product-slider .owl-nav button.owl-next, .product-slider .owl-nav button.owl-prev {
	background: white !important;
}
/* ====== End Product Slider ====== */

section[data-pagebuilder="section"].custom-links .btn-link:after {
    display: none !important;
}

section[data-pagebuilder="section"].custom-links .btn-link {
    color: #9B4746 !important;
}

section[data-pagebuilder="section"].custom-links .btn-link:hover, section[data-pagebuilder="section"].custom-links .btn-link:focus {
    color: #5d2b2a !important;
}
section[data-pagebuilder="section"].beige-bg {
    position: relative;
}

section[data-pagebuilder="section"].beige-bg:after {
    content: '';
    position: absolute;
    height: calc(100% - 280px);
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    background: #F8F4EF;
    z-index: 1;
}
@media (max-width: 768px) {
    section[data-pagebuilder="section"].beige-bg:after {
        height: 100%;
    }
}

section[data-pagebuilder="section"].beige-bg .row {
    z-index: 2;
    position: relative;
}

section[data-pagebuilder="section"] .custom-gift-pseudo {
    position: relative;
    padding-top: 80px !important;
}

section[data-pagebuilder="section"] .custom-gift-pseudo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/gift-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
}

@media(max-width: 767px) {
    section[data-pagebuilder="section"] .custom-gift-pseudo:after {
        width: 48px;
        height: 48px;
    }
}

/* ========= Large Square Button Section ========= */

section[data-pagebuilder="section"].square-buttons-section .btn {
	padding: 17.5vw 30px !important;
	font-size: 3rem !important;
	background-color: #9B4746 !important;
	color: #fff !important;
	border: none !important;
	display: inline-block !important;
	position: relative;
}

section[data-pagebuilder="section"].square-buttons-section .btn.beige-block {
	padding: 8vw 30px !important;
}

section[data-pagebuilder="section"].square-buttons-section .btn span {
	position: relative;
	z-index: 2;
}

section[data-pagebuilder="section"].square-buttons-section strong {
	display: block !important;
	text-align: center !important;
	font-size: 85px !important;
	margin-top: 10px;
	position: relative;
	z-index: 2;
	margin-left: 12px;
}

section[data-pagebuilder="section"].square-buttons-section .btn:hover, section[data-pagebuilder="section"].square-buttons-section .btn:focus {
	background-color: #5d2b2a !important;
	color: #fff !important;
}

section[data-pagebuilder="section"].square-buttons-section .btn:hover, section[data-pagebuilder="section"].square-buttons-section .btn:focus {
	background-color: #5d2b2a !important;
	color: #fff !important;
}

section[data-pagebuilder="section"].square-buttons-section .btn.green-block {
	background-color: #799181 !important;
}

section[data-pagebuilder="section"].square-buttons-section .btn.green-block:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/green-block.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 1;
	transition: opacity 0.3s linear;
}
section[data-pagebuilder="section"].square-buttons-section .btn.red-block:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/red-block.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 1;
	transition: opacity 0.3s linear;
}
section[data-pagebuilder="section"].square-buttons-section .btn.beige-block:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	/* background: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/beige-block.png'); */
	background: url('https://cdn.jewelryimages.net/static/domains/tomsfinejewelrydemo/images/store-pics/IMG_3504.PNG');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 1;
	transition: opacity 0.3s linear;
}

section[data-pagebuilder="section"].square-buttons-section .btn:hover:after, section[data-pagebuilder="section"].square-buttons-section .btn:focus:after {
	opacity: 0.7 !important;
}


section[data-pagebuilder="section"].square-buttons-section .btn.green-block:hover, section[data-pagebuilder="section"].square-buttons-section .btn.green-block:focus {
	background-color: #48584d !important;
	color: #fff !important;
}

section[data-pagebuilder="section"].square-buttons-section .btn.beige-block {
	background-color: #F8F4EF !important;
	color: #B99E67 !important;
}

section[data-pagebuilder="section"].square-buttons-section .btn.beige-block:hover, section[data-pagebuilder="section"].square-buttons-section .btn.beige-block:focus {
	/* background-color: #ccae89 !important; */
	background-color: #eee4d7 !important;
	color: #B99E67 !important;
}

section[data-pagebuilder="section"].square-buttons-section .btn.beige-block strong {
	display: inline !important;
	margin-top: 0 !important;
	/* top: 14px; */
	position: relative;
}

section[data-pagebuilder="section"].square-buttons-section .btn.beige-block > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	section[data-pagebuilder="section"].square-buttons-section strong {
		display: block !important;
		text-align: center !important;
		font-size: 55px !important;
		margin-top: 10px;
		position: relative;
		z-index: 2;
	}
	section[data-pagebuilder="section"].square-buttons-section .btn {
		padding: 25vw 30px !important;
	}
	section[data-pagebuilder="section"].square-buttons-section .btn.beige-block {
		padding: 14vw 30px !important;
	}

}
