body, p, a, li, td, div, label, input, textarea, select, button, h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    color: #737373;
}

p {
    line-height: 1.5em;
    color: #737373;
}

.pure-g [class*=pure-u] {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    text-align: left;
}

h1, h2, h3, h1 a, h2 a {
    color: #425b59;
}

h1 {
    font-weight: 600;
}

h1.homepage {
    text-align: center;
}

h4, h5 {
    color: #bd903f;
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h3 {
    font-size: 1.35em;
    text-align: left;
}

h4 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

label {
    font-weight: bold;
    padding-top: 1em;
}

label.not_bold {
    font-weight: normal;
}

a {
    color: #bd903f;
    text-decoration: none;
}

a.plain {
    color: #737373;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

li {
    margin-bottom: 0.7em;
}

.pure-button {
    background-color: #839984;
    color: #fff;
}

.pure-button-primary, a.pure-button-primary {
    background-color: #425b59;
    color: #fff;
}

.pure-button.rounded {
    border-radius: 2em;
    padding: 1.5em;
}

.invert, .invert p, .invert h1, .invert h2, .invert h3, .invert h4 {
    color: #fff;
}

#page-container {
    position: relative;
    height: 100vh;
}

#header {

}

#header h1 {
    color: #fff;
}

#header a {
    text-decoration: none;
}

#banner {
    background-color: #425b59;
    color: #fff;
    padding: 1em;
    position: relative;
}

#banner h1 {
    color: #fff;
}

.slogan {
    color: #fff;
    max-width: 22em;
}

.logo {
    border: none;
    max-height: 100px;
    float: left;
}

.cart_link {
    text-align: right;
}

.cart_link, .cart_link a {
    color: #fff;
}

#subscribe_banner {
    background-color: #bf7258;
    color: #fff;
    text-align: center;
    padding: 1em;
}

#subscribe_banner a {
    color: #fff;
    text-decoration: none;
}

#subscribe_banner .hide {
    float: right;
}

a.payment_button {
    background-color: #425b59;
    color: #fff;
    padding: 0.5em;
    border-radius: 0.5em;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    a.payment_button {
        padding: 1em;
    }
}

#home_menu {
    margin-top: 2em;
    float: right;
    max-width: 60%;
}


#home_menu ul.pure-menu-list {
    float: right;
}

#home_menu .pure-menu-horizontal ul li {
    display: inline-block;
    float: right;
}

#home_menu ul li .pure-menu-link {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}

#home_menu .pure-menu-link:hover {
    background-color: transparent;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

#menu_link {
    display: none;
    position: absolute;
    top: 1em;
    right: 1em;
    color: #fff;
}

@media (max-width: 1100px) {
    #home_menu {
        max-width: 70%;
        white-space: normal;
    }
}

@media (max-width: 568px) {
    #menu_link {
        display: block;
    }

    #home_menu {
        display: none;
    }

    #home_menu ul.pure-menu-list {
        float: none;
        text-align: center;
    }

    .callout {
        margin-bottom: 1em;
    }
}

#main_menu {
    display: block;
    border-top: 1px solid #839984;
    border-bottom: 1px solid #839984;
}

#main_menu ul.pure-menu-list {
    margin: auto;
    width: 850px;
}

#main_menu ul li {
    display: inline-block;
}

#main_menu .pure-menu-link {
    color: #232323;
    text-transform: uppercase;
}

#main_menu .pure-menu-link:hover {
    color: #839984;
    background-color: transparent;
}

.pure-menu-horizontal .pure-menu-list {
    display: block;
}

#body {
    margin-top: 1.5em;

}

#footer {
    text-align: center;
    background-color: #bd903f;
    color: #fff;
}

#footer div {
    color: #fff;
}

#footer h3 {
    color: #fff;
}

#footer div {
    text-align: left;
}

#footer a {
    color: #fff;
}

.footer_links ul {
    list-style: none;
    padding: 0;
}

.footer_links ul li a {
    color: #fff;
}

#footer div.fd-form-feedback {
    color: #000;
    font-weight: bold;
}

.fd-form-captcha {
    width: 90%;
    border-radius: 0.5em;
    background-color: #fff;
}

.fd-form-check {
    padding-bottom: 1em;
}

h2 .pure-button {
    float: right;
    font-size: 0.66em;
    font-weight: normal;
    color: #fff;
}

.dashboard_tile {
    border: 0.5em solid #fff;
    background-color: #b3c5b4;
    padding: 0.5em;
    text-align: center;
	font-size: 0.7em;
}

.dashboard_tile p i {
    color: #fff;
    font-size: 2.5em;
}

.dashboard_tile p {
	color: #fff;
}

#parts_to_make td {
	height: 5.3em;
}

tr.overdue td {
	background-color: #ffd2d2 !important;
}

tr.due_soon td {
	background-color: #fff29d !important;
}

tr.complete td {
	background-color: #d8ffc8 !important;
}

.pure-g div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.centred-form {
    margin: auto;
    max-width: 13.5em;
    border: 1px solid #ddd;
    border-radius: 0.2em;
    padding: 1em 2em 1em 2em;
    box-shadow: 0 0 0.5em #ddd;
}

.error input, .error select, input.error, select.error, .pure-form input[type=password].error, .pure-form input[type=email].error, .pure-form input[type=text].error, .pure-form select.error, .pure-form textarea.error {
    border: 1px solid #f00;
}

.error label {
    color: #f00;
}

.form_error, #form_errors, .form_error li, .form_error i {
    color: #f00;
}

.form_confirm {
    color: #20a500;
}

.pure-control-group {
    padding-bottom: 0.5em;
}

.pure-form-stacked input {
    width: 100%;
}

.checkbox_list {
    list-style: none;
    padding-left: 1em;
}

.pure-form-aligned .pure-control-group .checkbox_list li label {
    text-align: left;
}

#show_password {
    position: absolute;
    top: 0.5em;
    left: calc(25% - 2em);
    color: #797979;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="checkbox"], input[type="radio"] {
    width: 1em;
}

input[type="checkbox"]:checked {
    accent-color: #425b59;
}

.confirmation_message {
    background-color: #d8eacf;
    padding: 1.3em;
    border-radius: 0.5em;
    margin-bottom: 0.5em;
}

.shaded-dark {
    background-color: #839984;
    color: #fff;
    padding: 1.3em;
}

.shaded-light {
    background-color: #b3c5b4;
    padding: 1.3em;
}

.info_box {
    background-color: #d3d3d3;
    padding: 1.3em;
    padding-left: 4.5em;
    border-radius: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;

    background-image: url('/images/info-icon.png');
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: 1em;
}

.alert_box {
    background-color: #bd903f;
    padding: 1.3em;
    padding-left: 4.5em;
    border-radius: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;

    background-image: url('/images/alert-icon.png');
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: 1em;

    color: #fff;
}

.alert_box a {
    color: #fff;
}

.help_box {
    background-color: #b3c5b4;
    padding: 1.3em;
    padding-left: 4.5em;
    border-radius: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;

    background-image: url('/images/help-icon.png');
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: 1em;

}

.on_sale {
	background-color: #ed0800;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-size: 0.75em;
	border-radius: 0.8em;
}

.image_radio .on_sale {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3.4em;
	text-align: center;
}

.popup {
    position: absolute;
    display: none;
    border: none;
    border-radius: 1em;
    box-shadow: 0 0 0.5em #737373;

    width: 80%;
    max-width: 600px;
    min-height: 100px;

    padding: 1em;
    overflow: auto;
    z-index: 9999;
    background-color: #fff;
}

#popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
}

.register {
    background-color: #B23DED;
}

div.action_icons {
    float: right;
}

td.action_icons {
	text-align: right;
	border-left: none;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  color: #b3c5b4;
}

.tooltip.alert {
    color: #fbb12c;
}

.tooltip.text {
	color: #737373;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 0.5em;
  font-weight: normal;
  font-size: 0.8em;

  width: 150px;
  position: absolute;
  z-index: 1;
}

.tooltip.text .tooltiptext {
	left: -75px;
}

.tooltip a {
    color: #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.pure-form-stacked .pure-horizontal-group input, .pure-form-stacked .pure-horizontal-group textarea, .pure-form-stacked .pure-horizontal-group select, .pure-form-stacked .pure-horizontal-group label {
    display: inline-block;
    position: relative;
}

.scroll-div {
    overflow: auto;
    max-height: 300px;
    padding: 0.5em 0.75em 0.5em 0.5em;
    /* border: 1px solid #b3c5b4;
    border-radius: 0.25em; */
}

.scroll-div::-webkit-scrollbar {
  width: 7px;
}
.scroll-div::-webkit-scrollbar-track {
  background: none;
}
.scroll-div::-webkit-scrollbar-thumb {
  background-color: #839984;
  border-radius: 20px;
  border: 3px solid #839984;
}

.table-header {
    font-weight: bold;
    border-bottom: 1px solid #b3c5b4;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.category_product_tile {
    text-align: center;
    margin-bottom: 6em;
}

.category_product_tile .product_thumbnail {
    position: relative;
}

.category_product_tile .product_thumbnail a img {
    border: none;
    width: 95%;
}

.category_product_tile .product_thumbnail .out_of_stock {
    position: absolute;
    bottom: 50%;
    background-color: #fff;
    padding: 1em;
    margin: 0;
    text-align: center;
    width: 100%;
}

.category_product_tile .product_name {
    text-align: center;
    padding-bottom: 1.5em;
}

.category_product_tile .product_name a {
    color: #425b59;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}

.product_info_wrapper {
	border-top: 1px solid #c8c8c8;
	margin-bottom: 1em;
}

.product_info {
	border-bottom: 1px solid #c8c8c8;
}

.product_info h2 a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.product_info_heading_image {
	background-position: left;
	background-repeat: no-repeat;
	background-size: 2em;
	padding-left: 2.5em;
}

.expand_icon {
	float: right;
}

input.full_width, textarea.full_width {
    width: 100%;
}

.product_information h1 {
    color: #bd903f;
    text-align: left;
}

.product_information .product_price {
    font-size: 2em;
    color: #999e8b;
}

.product_information hr {
    color: #999e8b;
}

.product_information .product_property h3 {
    color: #bd903f;
    text-align: left;
}

.product_page_aus_made, .home_page_aus_made {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    aspect-ratio: 1;

    font-size: 1.5em;

    margin: auto;

	padding-left: 1em;
    padding-right: 1em;

    max-height: 350px;
}

.product_page_aus_made {
	padding-top: 40%;
}

.home_page_aus_made {
	padding-top: 48%;
}

.size_guide_size_name {
    text-align: center;
    font-size: 1.25em;
    color: #425b59;
    text-transform: uppercase;
    font-weight: bold;
}



#nameplate_popup {
    position: fixed;
    top: 20%;
    left: 20%;
    display: none;
    border: none;
    border-radius: 1em;
    background-color: #3D5B59;
    box-shadow: 0 0 0.5em #737373;

    text-align: left;

    width: 60%;
    height: 60%;

    padding: 1em;
    overflow: auto;
    z-index: 9999;
}

#nameplate_popup h3 {
    color: #fff;
    text-align: center;
}

#nameplate_popup .product_property h3 {
    text-align: left;
}

@media(max-width: 1050px)
{
    #nameplate_popup {
        width: 80%;
        top: 10%;
        left: 10%;
        height: auto;
    }
}

@media(max-width: 568px)
{
    #nameplate_popup {
        width: 100%;
        top: 0;
        left: 0;
        height: auto;
    }
}

.aus_made_heading {
    color: #bd903f;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5em;
    max-width: 90%;
    margin: auto;
    font-size: 0.8em;
}

.aus_made_content {
    max-width: 80%;
    margin: auto;
    font-size: 0.8em;
}

@media (max-width: 1800px)
{
    .product_page_aus_made {
        padding-top: 45%;
    }
	
	.home_page_aus_made {
		padding-top: 53%;
		font-size: 1.3em;
	}

}

@media (max-width: 1600px)
{
    .product_page_aus_made {
        padding-top: 50%;
    }
	
	.home_page_aus_made {
		padding-top: 56%;
	}
}

@media (max-width: 1400px)
{
    .product_page_aus_made {
        font-size: 1.2em;
        padding-top: 55%;
    }
	
	.home_page_aus_made {
		font-size: 1.1em;
	}
}

@media (max-width: 1100px)
{
    .product_page_aus_made {
        font-size: 0.85em;
    }
	
	.home_page_aus_made {
		font-size: 0.9em;
	}
}

@media (max-width: 950px)
{
    .product_page_aus_made {
        font-size: 0.75em;
    }
	
	.home_page_aus_made {
		font-size: 0.65em;
	}
}

@media (max-width: 568px)
{
    .product_page_aus_made {
        padding-top: 45%;
		font-size: 1.2em;
    }
	
	.home_page_aus_made {
		padding-top: 45%;
		font-size: 1.2em;
	}
}

#product_image {
    align: center;
}

#product_image img {
    max-width: 85%;
    max-height: 700px;
    align-self: center;
}

#product_image_thumbnails {
    height: 100px;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 85%;
    margin: auto;
}
#product_image_thumbnails::-webkit-scrollbar {
  height: 5px;
}
#product_image_thumbnails::-webkit-scrollbar-track {
  background: none;
}
#product_image_thumbnails::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #999e8b;
}

#size-guide::-webkit-scrollbar {
  width: 0px;
}
#size-guide::-webkit-scrollbar-track {
  background: none;
}
#size-guide::-webkit-scrollbar-thumb {
  background:  none;
}

.product_designed_for_dogs {
    background-image: url('/images/product-designed-for-dogs.jpg');
    background-position: center;
    background-size: cover;

    height: 450px;

    text-align: left;

    margin-top: 3em;
    margin-bottom: 3em;
    padding-top: 1.5em;
    padding-left: 1.5em;
}

.designed_for_heading {
    font-weight: bold;
    font-size: 2em;
    color: #ffffff;
	text-shadow: 0 0 5px #7c7c7c;
}

.designed_for_text {
    color: #ffffff;
	text-shadow: 0 0 5px #7c7c7c;
}

.checkout_wrapper {
    max-width: 750px;
    margin: auto;
    clear: both;
}

ul.checkout_progress {
    width: 100%;
    list-style: none;
    overflow: auto;
    padding: 0;
}

ul.checkout_progress li {
    float: left;
    width: 25%;
}

ul.checkout_progress li a {
    display: inline-block;

    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 95,0 100,50 95,100, 0,100 5,50' fill='%23c8c8c8' stroke='%23c8c8c8' /%3E%3C/svg%3E");

    width: 95%;
}

ul.checkout_progress li a.complete {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 95,0 100,50 95,100, 0,100 5,50' fill='%23425b59' stroke='%23425b59' /%3E%3C/svg%3E");
}

ul.checkout_progress li a.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 95,0 100,50 95,100, 0,100 5,50' fill='%23bd903f' stroke='%23bd903f' /%3E%3C/svg%3E");
}

.cart_row {
    width: 100%;
    margin-bottom: 1em;
    overflow: auto;
}

.cart_thumbnail {
    float: left;
    display: inline-block;
}

.cart_product_details {
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    max-width: 475px;
}

.cart_product_details h3 {
    text-align: left;
}

.cart_product_price {
    float: right;
    min-width: 100px;
    text-align: right;
}

.good_for_heading {
    color: #999e8b;
    font-size: 1.2em;
}

.good_for_image, .good_for_image img {
    max-height: 250px;
}

.good_for_content {
    color: #999e8b;
}

.admin_area h3 {
    font-weight: bold;
}

.image_radio, .image_radio:hover {
    background-color: #fff;
    border: none;
    padding: 0;
}

#nameplate_popup .image_radio, #nameplate_popup .image_radio.ui-checkbox-checked, #nameplate_popup .image_radio.ui-checkbox-checked:hover, #nameplate_popup .image_radio.ui-state-active, #nameplate_popup .image_radio.ui-button.ui-state-active:hover {
    background-color: unset;
}

.image_radio.ui-checkbox-checked, .image_radio.ui-checkbox-checked:hover, .image_radio.ui-state-active, .image_radio.ui-button.ui-state-active:hover {
    background-color: #fff;
    border: none;
}

.image_radio.ui-checkboxradio-label:hover, .ui-checkboxradio:hover, .image_radio.ui-corner-all:hover, .image_radio.ui-button:hover, .image_radio.ui-widget:hover, .image_radio.ui-checkboxradio-radio-label:hover, .image_radio.ui-checkboxradio-checked:hover, .image_radio.ui-state-active:hover {
    background-color: #fff;
    border: none;
}

.text_radio.ui-state-active, .text_radio.ui-state-focus, .text_radio.ui-state-active:hover, .text_radio.ui-state-focus:hover {
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
}

.image_radio.ui-state-focus, .text_radio.ui-state-focus {
    box-shadow: none;
}

.image_radio.ui-checkboxradio-checked img {
    border: 3px solid #bf7258;
}

.image_radio img {
    height: 3em;
    width: 3em;
    border: double #999e8b;
    border-radius: 1.6em;
}

.image_radio img:hover {
    border-color: #bf7258;
}

.text_radio {
    border-radius: 1em;
}

@media (max-width: 567px)
{
    label.image-radio.ui-checkboxradio-label.ui-button.ui-widget.ui-checkboxradio-radio-label {
        float: left;
        padding-right: 0.5em;
    }
}

/* journal styles */


.blog_post_summary h1 a {
    text-decoration: none;
}

.blog_featured_image {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 5 / 4;
}

.post_date {
    font-size: 0.8em;
    color: #949494;
    margin-top: -1.2em;
    margin-bottom: 1em;
}

.post_content h1, .post_content h2, .note-editable h1, .note-editable h2 {
    color: #bf7258;
}

.post_content p {
    line-height: 1.5em;
}

.post_content img {
    border: 1px solid #ddd;
}

.post_tags {
    color: #425b59;
    margin: 1em;
}

.post_tags a {
    color: #425b59;
    text-decoration: underline;
    display: inline-block;
}

.blog_comment {
    border: 1px solid #ddd;
    padding: 0 1em 0.5em 1em;
    position: relative;
    margin-bottom: 1em;
    border-radius: 0.2em;
}

.comment_deleted {
    background-color: #c7c7c7;
}

.comment_pending_approval {
    background-color: #ffebb0;
}

.comment_footer {
    padding: 0.5em;
}

.comment_author {
    font-size: 0.8em;
    color: #949494;
}

.blog_search_result {
    border: 1px solid #ddd;
    padding: 0.75em;
    margin-top: 1em;
    border-radius: 0.2em;
}

.blog_search_title {
    font-size: 1.25em;
}

.blog_search_title a {
    text-decoration: none;
}

.blog_search_title a:hover {
    text-decoration: underline;
}

.blog_search_title i {
    color: #E2CFEA;
}

.blog_post_author {
    font-size: 0.8em;
    color: #949494;
}

.home_page_image {
	background-image: url('/images/home-page-image-2.jpg');
    background-size: cover;
    background-position: bottom center;
	background-repeat: no-repeat;
    text-align: center;
	
	min-height: 1050px;
}

.home_page_image .image_text {
	text-align: center;
	margin-top: 2em;
}

.home_page_image .slogan1 {
	color: #425b59;
    font-size: 2.5em;
    font-weight: bold;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

.home_page_image .slogan2 {
	color: #425b59;
    font-size: 1.8em;
    margin: auto;
    margin-top: 0.5em;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

.home_page_image .view_range {
	margin: 1.5em;
}

@media (max-width: 1440px)
{
	.home_page_image {
		min-height: 900px;
	}
	
	.home_page_image .image_text {
		padding-top: 4em;
	}
	
	.home_page_image .slogan2 {
	    font-size: 1.5em;
	}
}

@media (max-width: 567px)
{
	.home_page_image {	
		/* background-position: bottom left; */
		min-height: 400px;
		max-height: 400px;
	}
	
	.home_page_image .image_text {
		padding-top: 0.5em;
	}
		
	.home_page_image .slogan1 {
		font-size: 1.5em;
		margin-top: 0.5em;
	}
	
	.home_page_image .slogan2 {
		font-size: 1em;
		margin-top: 0.5em;
	}
	
	.home_page_image .view_range {
	    margin-top: -2em;
	    margin-right: 2em;
		text-align: right;
		font-size: 0.8em;
		padding: 0.1em;
	}
}

.home_page_fireplace {
    background-image: url('/images/fireplace.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    min-height: 800px;
}

.home_page_fireplace .slogan1 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-top: 3em;
}

.home_page_fireplace .slogan2 {
    color: #fff;
    font-size: 1.25em;
    max-width: 25%;
    margin: auto;
    margin-top: 0.5em;
}

.home_page_fireplace .view_range {
    margin: 6em;
}

@media (max-width: 1135px)
{
    .home_page_fireplace {
        min-height: 650px;
    }

    .home_page_fireplace .slogan1 {
        margin-top: 2em;
    }

    .home_page_fireplace .slogan2 {
        font-size: 1.2em;
        max-width: 30%;
    }
}

@media (max-width: 1090px)
{
    .home_page_fireplace .slogan2 {
        font-size: 1.1em;
    }

    .home_page_fireplace .view_range {
        margin: 3.8em;
    }
}

@media (max-width: 1090px)
{
    .home_page_fireplace .slogan2 {
        font-size: 1em;
        margin-top: 0.3em;
    }
}

@media (max-width: 911px)
{
    .home_page_fireplace .slogan1 {
        font-size: 1.7em;
        margin-top: 2.7em;
    }

    .home_page_fireplace .slogan2 {
        font-size: 0.9em;
        margin-top: 0.3em;
    }

    .home_page_fireplace .view_range {
        margin: 4em;
    }
}

@media (max-width: 820px)
{
    .home_page_fireplace .slogan2 {
        max-width: 40%;
    }

}

@media (max-width: 620px)
{
    .home_page_fireplace .slogan2 {
        max-width: 50%;
    }

}

@media (max-width: 567px)
{
    .home_page_fireplace {
        background-image: url('/images/fireplace-mob.jpg');
        min-height: auto;
        height: 500px;
        background-size: cover;
    }

    .home_page_fireplace .slogan1 {
        margin-top: 1.6em;
    }
	

    .home_page_fireplace .view_range {
        margin-top: 1.8em;
    }

    .home_page_fireplace .view_range a {
        padding: 0.9em;
    }
}

.homepage_creating_quality {
    background-image: url('/images/homepage-creating-quality.jpg');
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    min-height: 650px;
}

.homepage_creating_quality div div h1 {
    color: #fff;
    text-align: right;
    font-size: 2.5em;
	margin-top: 0;
    
    text-shadow: 0 0 5px #7c7c7c;
}

@media (max-width: 1440px)
{
    .homepage_creating_quality {
        min-height: 500px;
    }
}

@media (max-width: 567px)
{
    .homepage_creating_quality {
        
        background-size: cover;
        min-height: 400px;
        width: 100%;
    }

    .homepage_creating_quality div div h1 {
        padding-top: 1em;
        margin-right: 1em;
        font-size: 1.3em;
    }
}

.homepage_raised_bowl_stands {
	background-image: url('/images/homepage-raised-bowl-stands2.jpg');
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    min-height: 800px;
}

.homepage_raised_bowl_stands h1, .homepage_raised_bowl_stands p {
	color: #fff;
	text-shadow: 0 0 5px #7c7c7c;
	text-align: right;
}

.homepage_raised_bowl_stands h1 {
	font-size: 3em;
	line-height: 1em;
}

.homepage_raised_bowl_stands p {
	font-size: 1.5em;
}

@media (max-width: 568px)
{
    .homepage_raised_bowl_stands {
        background-image: url('/images/homepage-raised-bowl-stands-mobile.jpg');
    }
    
    .homepage_raised_bowl_stands h1, .homepage_raised_bowl_stands p {
    	text-align: center;
    }
	
	.homepage_raised_bowl_stands h1 {
		font-size: 2em;
	}
}



.instagram_video_play {
    position: relative;
    top: -65%;
    height: 0;
    text-align: center;
    font-size: 8em;
    color: #fff;
    opacity: 0.9;
}

@media (max-width: 1600px)
{
    .instagram_video_play {
        font-size: 7em;
    }
}

@media (max-width: 1400px)
{
    .instagram_video_play {
        font-size: 6em;
    }
}

@media (max-width: 1200px)
{
    .instagram_video_play {
        font-size: 5em;
    }
}

@media (max-width: 1000px)
{
    .instagram_video_play {
        font-size: 4em;
    }
}

@media (max-width: 800px)
{
    .instagram_video_play {
        top: -70%;
    }
}

@media (max-width: 767px)
{
    .instagram_video_play {
        font-size: 8em;
    }
}

.homepage_featured_product {
	width: 100%;
	max-width: 400px;
	height: 400px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.homepage_featured_product a {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 400px;
	border: none;
	text-decoration: none;
}

.sidebar,
.sidebar a {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}

.slick-next {
	right: 30px;
}

.slick-prev {
	left: 10px;
	z-index: 99;
}

.blog_sidebar .slick-prev, .blog_sidebar .slick-next {
	bottom: 0px;
	top: 105%;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 40px;
	color: #c8c8c8;
}

@media (max-width: 400px) {
    input {
        width: 100%;
    }
}

@media (max-width: 568px)
{
    .hide_on_mobile {
        display: none;
    }
}

@media screen and (min-width:18.75em){.pure-u-xs-1,.pure-u-xs-1-1,.pure-u-xs-1-12,.pure-u-xs-1-2,.pure-u-xs-1-24,.pure-u-xs-1-3,.pure-u-xs-1-4,.pure-u-xs-1-5,.pure-u-xs-1-6,.pure-u-xs-1-8,.pure-u-xs-10-24,.pure-u-xs-11-12,.pure-u-xs-11-24,.pure-u-xs-12-24,.pure-u-xs-13-24,.pure-u-xs-14-24,.pure-u-xs-15-24,.pure-u-xs-16-24,.pure-u-xs-17-24,.pure-u-xs-18-24,.pure-u-xs-19-24,.pure-u-xs-2-24,.pure-u-xs-2-3,.pure-u-xs-2-5,.pure-u-xs-20-24,.pure-u-xs-21-24,.pure-u-xs-22-24,.pure-u-xs-23-24,.pure-u-xs-24-24,.pure-u-xs-3-24,.pure-u-xs-3-4,.pure-u-xs-3-5,.pure-u-xs-3-8,.pure-u-xs-4-24,.pure-u-xs-4-5,.pure-u-xs-5-12,.pure-u-xs-5-24,.pure-u-xs-5-5,.pure-u-xs-5-6,.pure-u-xs-5-8,.pure-u-xs-6-24,.pure-u-xs-7-12,.pure-u-xs-7-24,.pure-u-xs-7-8,.pure-u-xs-8-24,.pure-u-xs-9-24{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-xs-1-24{width:4.1667%}.pure-u-xs-1-12,.pure-u-xs-2-24{width:8.3333%}.pure-u-xs-1-8,.pure-u-xs-3-24{width:12.5%}.pure-u-xs-1-6,.pure-u-xs-4-24{width:16.6667%}.pure-u-xs-1-5{width:20%}.pure-u-xs-5-24{width:20.8333%}.pure-u-xs-1-4,.pure-u-xs-6-24{width:25%}.pure-u-xs-7-24{width:29.1667%}.pure-u-xs-1-3,.pure-u-xs-8-24{width:33.3333%}.pure-u-xs-3-8,.pure-u-xs-9-24{width:37.5%}.pure-u-xs-2-5{width:40%}.pure-u-xs-10-24,.pure-u-xs-5-12{width:41.6667%}.pure-u-xs-11-24{width:45.8333%}.pure-u-xs-1-2,.pure-u-xs-12-24{width:50%}.pure-u-xs-13-24{width:54.1667%}.pure-u-xs-14-24,.pure-u-xs-7-12{width:58.3333%}.pure-u-xs-3-5{width:60%}.pure-u-xs-15-24,.pure-u-xs-5-8{width:62.5%}.pure-u-xs-16-24,.pure-u-xs-2-3{width:66.6667%}.pure-u-xs-17-24{width:70.8333%}.pure-u-xs-18-24,.pure-u-xs-3-4{width:75%}.pure-u-xs-19-24{width:79.1667%}.pure-u-xs-4-5{width:80%}.pure-u-xs-20-24,.pure-u-xs-5-6{width:83.3333%}.pure-u-xs-21-24,.pure-u-xs-7-8{width:87.5%}.pure-u-xs-11-12,.pure-u-xs-22-24{width:91.6667%}.pure-u-xs-23-24{width:95.8333%}.pure-u-xs-1,.pure-u-xs-1-1,.pure-u-xs-24-24,.pure-u-xs-5-5{width:100%}}

#alert {
    background-color: #ffeb3b;
    margin: -0.5em;
    padding: 1em;
}

.ui-widget-header {
    background-color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #839984;
}

.ui-widget-content .pure-button {
    color: #fff;
}
