
/*
Theme Name: Crane Baby
Author: Zealth Digital Marketing.
Author URI: https://zealth.net/
Description:  A custom responsive WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	margin: 0;
	-webkit-font-smoothing: auto;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
	transition: all ease-in-out .25s;
}

a:active, a:hover {
	outline: 0;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 2.5rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background-color: #fff;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
	/* R.Stern, Zealth, masthead background set to white 
    background-color: #563d7c;
	*/
	background-color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
	padding: .74rem 1rem;
}

.navbar-brand > a {
	color: rgba(0, 0, 0, .9);
	font-size: 1.1rem;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.navbar-brand > a:hover {
	text-decoration: none;
}

#page-sub-header {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 0;
	text-align: center;
	font-size: 1.25rem;
	background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
	line-height: 1.6;
	font-size: 4rem;
	color: #563e7c;
	margin: 0 0 1rem;
	border: 0;
	padding: 0;
}

#page-sub-header p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.25rem;
	font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
	color: #212529;
}

a.page-scroller {
	color: #333;
	font-size: 2.6rem;
	display: inline-block;
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size: 3.75rem;
	}
	
	body:not(.theme-preset-active) #page-sub-header {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	#page-sub-header p {
		max-width: 43rem;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
	padding-left: 0;
	padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #cdbfe3;
	padding: .5rem;
	font-weight: 500;
	font-size: .875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #fff;
	font-weight: 600;
}

.navbar-brand {
	height: auto;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	border-top: .3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
	position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
	display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
	border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
	float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: .313rem;
	padding-top: .313rem;
}

.dropdown-menu {
	min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.25em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
	background: transparent;
	line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
	background: transparent;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		border: medium none;
		margin-left: 1.25rem;
		padding: 0;
	}
	
	.dropdown-menu li a {
		padding: 0;
	}
	
	#masthead .navbar-nav > li > a {
		padding-bottom: .625rem;
		padding-top: .313rem;
	}
	
	.navbar-light .navbar-toggler {
		border: medium none;
		outline: none;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-content.card-block {
	padding: 20px;
}

.navigation.post-navigation {
	padding-top: 1.875rem;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: .938rem;
	display: inline-block;
	padding: .313rem .875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " →";
}

.post-navigation .nav-previous a::before {
	content: "←";
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: .313rem;
	line-height: normal;
	padding: .938rem 1.438rem .875rem;
	text-decoration: none;
	top: .313rem;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: .313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	margin: .313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
	float: left;
	margin: .313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: .313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {}

.widget select {
	max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
	display: none;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: #eee;
	text-decoration: none;
}

.half-rule {
	width: 6rem;
	margin: 2.5rem 0;
}

.widget_categories .nav-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky .entry-title::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: .375rem;
	font-weight: 900;
}

.sticky .entry-title {
	position: relative;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
	margin-top: 0;
}

.post.hentry {
	margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
	color: #9a9a9a;
}

.entry-title > a {
	color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-body .pull-left {
	padding-right: .625rem;
}

.comment-list .comment {
	display: block;
}

.comment-list {
	padding-left: 0;
}

.comments-title {
	font-size: 1.125rem;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .563rem 0;
}

.comment-list .pingback:first-child {
	border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: .313rem .313rem 0;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: .688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: .625rem;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item .gallery-columns-2 {
	max-width: 50%;
}

.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
	max-width: 25%;
}

.gallery-item .gallery-columns-5 {
	max-width: 20%;
}

.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 8.313rem !important;
}

.variations_form .variations .value > select {
	margin-bottom: .625rem;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
	display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.elementor-page .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
	display: none;
}

.vc_desktop #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.vc_desktop .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
	color: #99979c;
	background-color: #f7f7f7;
}

.navbar-dark .site-info {
	color: #fff;
}

.copyright {
	font-size: .875rem;
	margin-bottom: 0;
	text-align: center;
}

.copyright a, footer#colophon a {
	color: inherit;
}

@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: .938rem;
		padding-top: .938rem;
	}
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	html {
		font-size: 95%;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-dark .dropdown-item {
		color: #fff;
	}
	
	.navbar-nav .dropdown-menu {
		background: transparent;
		box-shadow: none;
		border: none;
	}
}

::-webkit-scrollbar.OFF {
	display: none !important;
	color: #fff !important;
	height: 0 !important;
	width: 0 !important;
}

.contact_us_page_sections .heading_text {
	text-transform: uppercase;
}

.woocommerce-products-header {
	margin-top: 42px;
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	html {}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	html {}
	
	.woocommerce-products-header {
		margin-top: 22px;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	html {}
	
	.woocommerce-products-header {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	html {}
}

#userwayAccessibilityIcon {
	background-color: #c8a791 !important;
	opacity: 0;
	top: auto !important;
	bottom: 20px;
	left: 20px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row.kl_newsletter_checkbox_field {
	width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row.kl_newsletter_checkbox_field .woocommerce-input-wrapper label {
	display: block;
}

header#masthead .header_top .header_account_dropdown {
	width: 110px !important;
}

.woocommerce .rating_wishlist .yith-wcwl-add-button span.separator, .woocommerce .rating_wishlist .yith-wcwl-add-button .view-wishlist {
	display: none;
}

/* @media (max-width: 991px) {
    #userwayAccessibilityIcon {
        top: 100px !important;
    }
} */
body #olark-wrapper .olark-launch-button svg circle {
	fill: #fff !important;
}

body #olark-wrapper .olark-launch-button svg path {
	stroke: #fff !important;
}

.small_banner h1 {
	font-family: "Scripty_Demo";
	/*	R.Stern, Zealth, 2/21/23, adjusted font size after switching to Scripty font file from base64 encoded font
	font-size: 128px;
*/
	font-size: 64px;
	line-height: 60px;
	font-weight: 400;
	margin-bottom: 40px;
}

.instagram_feed .instagram_feed_list_inner .instagram_list .snptwdgt-container.snpt_widget--carousel .snptslide-next, .instagram_feed .instagram_feed_list_inner .instagram_list .snptwdgt-container.snpt_widget--carousel .snptslide-prev {}

#order_comments {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #c08080 !important;
	border-radius: 0;
	font-size: 17px;
	line-height: 20px;
	color: rgba(13, 13, 13, .5);
	font-family: Montserrat_Light;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

afterpay-placement {
	text-align: center;
	font-size: 12px;
}

afterpay-placement .afterpay-paragraph {
	font-size: 12px;
}

.woocommerce .product.single_product div.summary .price {
	margin-bottom: 20px;
}

body.woocommerce .product.single_product div.summary .sku_text {
	justify-content: left;
	padding-left: 30px;
}

body.woocommerce .product.single_product div.summary .product-law-labels {
	margin-top: 20px;
	padding-left: 30px;
}

body.woocommerce .product.single_product .woocommerce-product_thumbnails__wrapper .slick-slide {
	cursor: pointer;
}

@media (max-width: 1599px) {
	.woocommerce .product.single_product div.summary .price {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 1767px) {
	.woocommerce .product.single_product div.summary .price {
		margin-bottom: 20px !important;
	}
}

.woocommerce .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon {
	display: block !important;
	margin: 0 0 20px;
	padding: 0;
	border: medium none;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon p {
	margin-bottom: 10px;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-first {
	max-width: 300px;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon input[type=text] {
	display: block;
	width: 100%;
	height: 49px;
	padding: 10px 15px;
	border: 1px solid #c08080 !important;
	border-radius: 0;
	font-size: 17px;
	line-height: 20px;
	color: rgba(13, 13, 13, .5);
	font-family: Montserrat_Light;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon button[type=submit] {
	padding: 15px 25px;
	border: 1px solid #4a4a4a;
	font-family: Montserrat_Regular;
	font-size: 13px;
	line-height: 16px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2.6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border-radius: 15px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all ease .3s;
	transition: all .3s ease;
	background: 0 0;
	margin-left: 15px;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon button[type=submit]:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	text-decoration: none;
	border: 1px solid #95552b;
	color: #95552b;
	background: 0 0;
}

@media (max-width: 767px) {
	.woocommerce .checkout_coupon.woocommerce-form-coupon button[type=submit] {
		margin-left: 0;
	}
}

/**************** Home - Spring Sale Banner Style Start *****************/
.spring_sale_hero_banner .image_section .banner_div {
	display: flex;
	flex-wrap: wrap;
}

.spring_sale_hero_banner .image_section .banner_div img {
	width: 100%;
}

.spring_sale_hero_banner .image_section .banner_div img.mobile_img {
	display: none;
}

@media (max-width: 767px) {
	.spring_sale_hero_banner .image_section .banner_div img.desktop_img {
		display: none;
	}
	
	.spring_sale_hero_banner .image_section .banner_div img.mobile_img {
		display: block;
	}
}

/**************** Home - Spring Sale Banner Style End *****************/
body input[type="number"] {
	-moz-appearance: auto;
	appearance: auto;
}

body input[type="number"]::-webkit-inner-spin-button, body input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: auto;
	appearance: auto;
}

body .woocommerce :is(.cart_totals, .woocommerce-checkout-review-order) .shop_table .woocommerce-Price-amount {
	font-weight: 400;
}

body .woocommerce :is(.cart_totals, .woocommerce-checkout-review-order) .shop_table .cart-discount ul.acfw-bogo-summary {
	margin: 0 !important;
}

body .woocommerce :is(.cart_totals, .woocommerce-checkout-review-order) .shop_table .cart-discount ul.acfw-bogo-summary li::marker {
	display: none;
	content: "";
}

body .woocommerce :is(.cart_totals, .woocommerce-checkout-review-order) .shop_table .cart-discount ul.acfw-bogo-summary li span.label {
	display: none;
}

/*
body .woocommerce :is(.cart_totals, .woocommerce-checkout-review-order) .shop_table .cart-discount ul.acfw-bogo-summary .woocommerce-Price-amount::before
{
	content: "-";
}
*/
body .crnbb-checkout-order-review-container .order-review-heading-container {
	display: flex;
	justify-content: space-between;
}

body .crnbb-checkout-order-review-container .order-review-heading-container .return-to-cart-page-button {
	padding: 15px 25px;
	border: 1px solid #4a4a4a;
	font-family: Montserrat_Regular;
	font-size: 13px;
	line-height: 16px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2.6px;
	box-shadow: none;
	outline: 0;
	border-radius: 15px;
	text-decoration: none;
	transition: all .3s ease;
	background: 0 0;
	margin-left: 15px;
	height: fit-content;
}

body .woocommerce-checkout-review-order .order-review-heading-container .return-to-cart-page-button:hover {
	box-shadow: none !important;
	outline: 0 !important;
	text-decoration: none;
	border: 1px solid #95552b;
	color: #95552b;
	background: 0 0;
}

#order_review:has(.woocommerce-shipping-totals.shipping) .shipping-cost-calculation-notice-row {
	display: none;
}

#order_review .shipping-cost-calculation-notice-row .shipping-cost-calculation-notice-cell {
	padding: 0;
}

#order_review .shipping-cost-calculation-notice-row .shipping-cost-calculation-notice-cell .shipping-cost-calculation-notice {
	background-color: #f2eddf;
	padding: 20px;
	margin: 10px 0 20px 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	font-family: Montserrat_Light, sans-serif;
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
	width: 100%;
}

.woocommerce-cart .woocommerce-cart-form .original-product-price, .woocommerce-checkout .woocommerce-checkout-review-order .original-product-price {
	text-decoration: line-through;
}

.blog .custom_pagination_section .pagination .page-item.disable .page-link {
	cursor: not-allowed;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal, body.woocommerce-cart .cart_totals .cart-subtotal {
	display: none;
}

body.single-product .product .as_seen_gallery {
	margin: 50px 0 50px 0;
}

body.single-product .product .as_seen_gallery:not(:has(.snpt-wdgt--ppg)) {
	display: none;
}

body.single-product .product-page-collection-promo-button {
	text-decoration: none;
	padding: 12px 24px;
	border: 1px solid #707070;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	color: #4a4a4a;
	letter-spacing: .2em;
}

body.single-product .product-page-collection-promo-button:hover {
	color: #c6a992 !important;
	border-color: #c6a992 !important;
}

body.single-product .product-page-collection-promo-button .promo-text-icon {
	margin-top: -4px;
}

.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-top .xoo-wsch-text {
	font-weight: bold;
}

.xoo-wsc-modal .xoo-wsc-body {
	display: flex;
	flex-direction: column;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-bar-cont {
	display: flex;
	flex-direction: column;
	margin: 10px 10px 10px 10px;
	background-color: white;
	padding: 15px 20px 15px 20px;
	border: 1px solid #e6dad0;
	order: 2;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products {
	order: 1;
	flex-grow: 1;
	overflow-y: auto;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-pname {
	line-height: 16px;
	max-width: 250px;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-bar-remtext {
	text-align: left;
	margin-bottom: -25px;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-pprice {
	display: none;
}

.xoo-wsc-modal .xoo-wsc-body .amount {
	font-weight: bold;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-empty-cart .xoo-wsc-btn {
	border-radius: 20px;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt {
	padding: 0px;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-icon-pencil {
	display: none;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
	border-radius: 20px;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-bar-cont .xoo-wsc-bar .xoo-wsc-bar-filled {
	background-color: #95552b;
}

.xoo-wsc-modal .xoo-wsc-body input[type="number"].xoo-wsc-qty {
	padding: 8px 0 4px 0;
	-moz-appearance: textfield;
}

.xoo-wsc-modal .xoo-wsc-body input[type="number"].xoo-wsc-qty::-webkit-outer-spin-button, .xoo-wsc-modal .xoo-wsc-body input[type="number"].xoo-wsc-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-product {
	border-bottom-color: #ccc;
	border-radius: 0;
	margin: 0 10px 0 10px;
	border: 1px solid #e6dad0;
}

.xoo-wsc-modal .xoo-wsc-body div.xoo-wsc-product:not(:last-of-type) {
	border-bottom: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	display: none !important;
}

/* Workaround for a weird bug where the side cart's product image sometimes appears a second time inside the product name tag */
.xoo-wsc-modal .xoo-wsc-pname .ts-product-image, .xoo-wsc-modal .xoo-wsc-pname .ts-product-image img {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	user-select: none !important;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

.xoo-wsc-modal .xoo-wsc-sm-info .variation dd p {
	line-height: unset;
}

/* These styles were for the WP1 WooCommerce Smart Cart plugin, which is no longer being used */

/*
.extra-smart-cart-data .smart-cart-shipping-line
{
	display: flex;
	justify-content: space-between;
}

.extra-smart-cart-data .smart-cart-tax-line
{
	display: flex;
	justify-content: space-between;
}

.extra-smart-cart-data .free-shipping-progress-section
{
	display: flex;
	flex-direction: column;
	margin: 20px 0 20px 0;
	background-color: white;
	padding: 15px 20px 15px 20px;
	border: 1px solid #e6dad0;
}
*/

/*
@keyframes smart-cart-animated-shipping-border
{
	0%
	{
		accent-color: #95552b;
	}
	
	50%
	{
		accent-color: #cc7338;
	}
	
	100%
	{
		accent-color: #95552b;
	}
}
*/

/* These styles were for the WP1 WooCommerce Smart Cart plugin, which is no longer being used */

/*
.extra-smart-cart-data .free-shipping-progress-section .free-shipping-progress-text
{
	font-style: italic;
}

.extra-smart-cart-data .free-shipping-progress-section .free-shipping-progress-amount
{
	color: #000000;
	font-family: Montserrat_Bold, sans-serif;
	font-weight: 900;
}

.extra-smart-cart-data .free-shipping-progress-section .free-shipping-progress-bar
{
	width: 100%;
	accent-color: #95552b;
}
*/

/* Hide the "Return to Shop" button from the empty smart cart */

/*
#woocommerce-smart-cart-data:not(:has(#popup-cart-info > .cart-prd-row)) #popup-cart-info p.text-center a.woocommerce-smart-cart-button
{
	display: none;
}
*/
.site-content .yith_wcwl_wishlist_footer .yith-wcwl-share {
	width: 100% !important;
	display: block;
	max-width: 550px;
	border: 1px solid #fafafa;
	margin: 50px 0 30px 0;
	padding: 20px 30px;
	background-color: #bd967e;
}

.site-content .yith_wcwl_wishlist_footer .yith-wcwl-share .copy-target {
	width: 100% !important;
	margin-bottom: 5px;
}

.site-content .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
	margin: 0px 0px 0px 0px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	visibility: hidden;
	position: relative;
}

.site-content .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title:after {
	content: "Share your wishlist";
	visibility: visible;
	position: absolute;
	left: 0;
}

.site-content .yith_wcwl_wishlist_footer .yith-wcwl-share small {
	margin-top: 5px;
	color: #fff;
}

@media (max-width: 1199px) {
	.woocommerce-cart .woocommerce .my_cart .cart-collaterals {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 50px 0;
	}
	
	.woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
		order: 2;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce .my_cart .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item {
		border: 1px solid #cfcfcf;
		padding: 0 20px 0 20px;
		margin: 30px 0 30px 0;
	}
	
	body.woocommerce-cart .woocommerce .my_cart .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove {
		border-top: none;
	}
	
	body.woocommerce-cart .woocommerce .my_cart .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
		border-bottom: none;
		display: none;
	}
	
	body.woocommerce-cart .woocommerce .my_cart .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-name {
		border: none;
	}
	
	/* Hide the chat icon on mobile */
	div div:has(> #launcher) * {
		display: none;
	}
	
	/* Move the accessibility button downward on mobile to account for the lack of chat icon underneath it */
	div#userwayAccessibilityIcon {
		margin-bottom: -65px;
	}
}

body.woocommerce .product.single_product div.summary form .bundle_sells_title {
	background-color: #f2eddf;
	border-top: 1px solid #c8a791;
	border-left: 1px solid #c8a791;
	border-right: 1px solid #c8a791;
	border-radius: 20px 20px 0 0;
	padding: 20px 0 20px 20px;
	margin: 30px 0 0 0;
}

body.woocommerce .product.single_product div.summary form .bundle_sells_title h3 {
	text-transform: none;
	color: #000;
	text-align: left;
	margin: 0;
}

body.woocommerce .product.single_product div.summary form .bundle_form.bundle_sells_form {
	background-color: #f2eddf;
	border-left: 1px solid #c8a791;
	border-right: 1px solid #c8a791;
	border-bottom: 1px solid #c8a791;
	border-radius: 0 0 20px 20px;
}

.landing-page-newsletter-form-1 {
	display: flex;
	background-color: #eee6da;
	max-width: 1000px;
	margin: auto;
}

.landing-page-newsletter-form-1 p:empty {
	display: none;
}

.landing-page-newsletter-form-1 .right-side {
	padding: 20px 40px;
}

.landing-page-newsletter-form-1 .left-side-mobile-image, .landing-page-newsletter-form-1 .left-side-desktop-image {
	object-fit: cover;
}

.landing-page-newsletter-form-1 .left-side-mobile-image {
	display: none;
}

@media (max-width: 767px) {
	.landing-page-newsletter-form-1 .right-side {
		padding: 10px;
	}
}

@media (max-width: 500px) {
	.landing-page-newsletter-form-1 {
		flex-direction: column;
	}
	
	.landing-page-newsletter-form-1 .left-side-desktop-image {
		display: none;
	}
	
	.landing-page-newsletter-form-1 .left-side-mobile-image {
		display: block;
	}
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #wc-stripe-express-checkout-element {
	width: 100%;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #wc-stripe-express-checkout__order-attribution-inputs {
	width: 100%;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #wc-stripe-express-checkout-button-separator {
	width: 100%;
	margin-top: 10px;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-12 {
	border: 1px solid #c08080;
	padding: 20px;
	margin-bottom: 30px;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout .crnbb-checkout-order-review-container {
	width: 50%;
	border: 1px solid #c08080;
	padding: 20px;
	height: fit-content;
}

@media (max-width: 500px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout #order_review #order_review_heading {
		font-size: 14px;
		margin: 10px 0 20px 0;
		letter-spacing: 2.5px;
	}
	
	body.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-shipping-fields {
		margin-top: 0;
	}
	
	body.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-shipping-fields h3:first-of-type, body.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-billing-fields h3:first-of-type, body.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-additional-fields h3:first-of-type {
		letter-spacing: 2.5px;
	}
	
	body.woocommerce-checkout form.checkout.woocommerce-checkout .order-review-heading-container {
		margin-bottom: 15px;
	}
	
	body.woocommerce-checkout form.checkout.woocommerce-checkout .order-review-heading-container .return-to-cart-page-button {
		padding: 12px 18px 9px 18px;
		font-size: 11px;
		line-height: 11px;
	}
	
	body.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-additional-fields h3:after {
		margin-left: 5px;
	}
}

body.woocommerce-page.single-product .product.single_product .summary form {
	display: flex;
	flex-direction: column;
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_ppcp-gateway label[for="payment_method_ppcp-gateway"] img {
	display: none;
}

/* Begin: Rearranged product page details */

/* Order of elements within the form element */
body.woocommerce .product.single_product div.summary form .woocommerce-variation-add-to-cart {
	order: 1;
}

body.woocommerce .product.single_product div.summary form .bundle_sells_title {
	order: 2;
}

body.woocommerce .product.single_product div.summary form .bundle_form.bundle_sells_form {
	order: 3;
}

@media (min-width: 992px) {
	body.woocommerce .product.single_product div.summary square-placement {
		order: 2;
	}
}

@media (max-width: 991px) {
	body.woocommerce .product.single_product div.summary .rating_wishlist {
		order: 1;
	}
	
	body.woocommerce .product.single_product div.summary .price {
		order: 2;
	}
	
	body.woocommerce .product.single_product div.summary form.cart {
		order: 3;
	}
	
	body.woocommerce .product.single_product div.summary square-placement {
		order: 4;
	}
}

@media (max-width: 500px) {
	body.woocommerce .product.single_product form.cart .quantity {
		margin: 0 10px 0 0;
	}
	
	body.woocommerce .product.single_product form.cart .quantity .qty {
		width: 30px;
		border: 0;
		font-family: Montserrat_Light;
		font-size: 24px;
		line-height: 24px;
		outline: none;
	}
	
	body.woocommerce .product.single_product form.cart .single_add_to_cart_button {
		min-height: 42px;
		font-size: 14px;
		line-height: 14px;
		padding: 0 15px;
	}
}

/* End: Rearranged product page details */
body.woocommerce ul.product_list li.product .btn_add_to_cart {
	margin-top: 20px !important;
}

body.woocommerce ul.product_list li.product .add-product-to-babylist-button-container {}

body.woocommerce ul.product_list li.product .add-product-to-babylist-button-container .add-product-to-babylist-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

body.woocommerce ul.product_list li.product .add-product-to-babylist-button-container .add-product-to-babylist-button img {
	max-width: 100px;
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout .crnbb-checkout-order-review-container {
		width: 100% !important;
	}
}

body.woocommerce.woocommerce-page .frequently-bought-together-section {}

body.woocommerce.woocommerce-page .frequently-bought-together-section .section-title {
	text-align: center;
	font-family: Scripty_Demo;
	font-size: 32px;
	line-height: 48px;
}

body.woocommerce.woocommerce-page .frequently-bought-together-section .product-list {
	display: flex;
	justify-content: center;
	align-items: start;
}

body.woocommerce.woocommerce-page .frequently-bought-together-section .product-list .product {
	max-width: 400px;
}

@media (max-width: 500px) {
	body.woocommerce.woocommerce-page .frequently-bought-together-section .product-list {
		flex-direction: column;
		align-items: center;
	}
}

.product-faq-section {
	background-color: #fff;
	padding: 40px 0;
}

.product-faq-section .section-title {
	text-align: center;
	font-family: Scripty_Demo;
	font-size: 28px;
	line-height: 48px;
	margin: 0 0 10px 0;
}

.product-faq-section .inner-container {
	margin: auto;
	width: 100%;
	max-width: 1290px;
	padding: 0 20px;
}

.product-faq-section .inner-container .faq-items .faq-item .item-title {
	padding: 10px 30px 10px 0px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.product-faq-section .inner-container .faq-items .faq-item .item-title .item-title-text {
	display: flex;
	align-items: center;
	min-height: 54px;
	letter-spacing: 1px;
	font-family: Montserrat_Semibold;
}

.product-faq-section .inner-container .faq-items .faq-item .item-title .item-title-toggle-button {
	background-image: url("https://cranehomestg.wpenginepowered.com/wp-content/themes/cranehome/assets/images/faq-accordion-collapse-button-optimized.svg");
	width: 13px;
	height: 13px;
	position: absolute;
	right: 9px;
	top: calc(50% - ( 13px / 2 ));
}

.product-faq-section .inner-container .faq-items .faq-item .item-title .item-title-toggle-button.nitro-lazy {
	background-image: none !important;
}

.product-faq-section .inner-container .faq-items .faq-item[data-is-collapsed="yes"] .item-title .item-title-toggle-button {
	background-image: url("https://cranehomestg.wpenginepowered.com/wp-content/themes/cranehome/assets/images/faq-accordion-expand-button-optimized.svg");
}

.product-faq-section .inner-container .faq-items .faq-item[data-is-collapsed="yes"] .item-title .item-title-toggle-button.nitro-lazy {
	background-image: none !important;
}

.product-faq-section .inner-container .faq-items .faq-item .item-text {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.product-faq-section .inner-container .faq-items .faq-item[data-is-collapsed="no"] .item-text {
	border-top: none;
	padding-top: 0;
}

.product-faq-section .inner-container .faq-items .faq-item[data-is-collapsed="yes"] .item-text {
	height: 1px;
	overflow: hidden;
	padding: 0;
}

/* Make the side cart (default z-index: 999999) appear on top of the Sauce highlight video (z-index: 2147483641) */
.xoo-wsc-cart-active .xoo-wsc-container {
	z-index: 2147483650;
}

.product_filter_data__content > section.widget:first-child .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item {
	width: 100%;
}

/* Kill ALL hover effects on images for touch devices only */
@media (hover: none) and (pointer: coarse) {
	/* Stop animations/transitions on images */
	img, a img, figure img, .wp-block-image img, .woocommerce-product-gallery__image img {
		transition: none !important;
	}
	
	/* Neutralize common hover styles that themes/plugins add */
	img:hover, a:hover img, figure:hover img, .wp-block-image:hover img, .woocommerce-product-gallery__image:hover img {
		transform: none !important;
		filter: none !important;
		opacity: 1 !important;
		box-shadow: none !important;
	}
	
	.product_list .product .woocommerce-LoopProduct-link .image .woo_hover_image {
		opacity: 0 !important;
		display: none !important;
	}
	
	.woocommerce ul.product_list li.product .image.hover .woo_main_image {
		opacity: 1 !important;
	}
	
	.woocommerce ul.product_list li.product .image img {
		transform: translate(-50%, -50%) !important;
	}
}
