html {}

body {
	font-size: 16px;
	color: #3F3F3F;
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a {
	color: #F39400;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.btn {
	background: #F39400;
	color: #FFFFFF !important;
	padding: 15px 30px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	display: inline-block;
	font-size: 20px;
}

.btn:hover {
	background: #000000;
	color: #FFFFFF !important;
}

.btn i {
	font-size: 12px;
	padding-right: 5px;
}

.register .woocommerce-Button,
.woocommerce-form-login .woocommerce-Button {
	background: #F39400 !important;
	color: #FFFFFF !important;
	padding: 15px 30px !important;
	-webkit-border-radius: 60px !important;
	-moz-border-radius: 60px !important;
	border-radius: 60px !important;
	display: inline-block !important;
	font-size: 20px !important;
	font-family: "veneer", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.register .woocommerce-Button:hover,
.woocommerce-form-login .woocommerce-Button:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

.section-header {
	margin: 0 0 60px 0;
}

.section-header-no-bottom {
	margin: 0;
}

.section-header-less-bottom {
	margin: 0 0 15px 0;
}

.no-right {
	padding-right: 0;
}

.no-left {
	padding-left: 0;
}

.white-text {
	color: #FFFFFF !important;
}

.hashtag:hover {
	color: #F39400 !important;
}

.btn-top {
	margin-top: 30px;
}

.btn-top-large {
	margin-top: 60px;
}

/******** Headings ***********/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.main-title {
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}

.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4 {
	margin: 0;
	padding: 0;
}

h1,
.h1 {
	font-size: 46px;
}

.slide-title {}

h2,
.h2 {
	font-size: 42px;
}


h3,
.h3 {
	font-size: 38px;
}


h4,
.h4 {
	font-size: 34px;
}

.sub-title {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 22px;
}

/******** header ***********/

header .top-wrap {
	padding: 10px 0;
	background: #FEF5E6;
}

header .top-wrap a {
	color: #000000;
}

header .top-wrap a:hover {
	color: #F39400;
}

#menu-secondary {
	margin: 0;
	padding: 0;
	float: left;
}

#menu-secondary li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
}

#menu-secondary li:last-child {
	margin: 0;
}

#menu-secondary li a {
	color: #000000;
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

#menu-secondary li.current-menu-item a,
#menu-secondary li a:hover {
	color: #F39400;
}

header .middle-wrap {
	padding: 30px 0;
}

header .middle-wrap a {
	color: #3F3F3F;
}

header .middle-wrap a:hover {
	color: #F39400;
}

.header-contact {
	margin: 0;
	padding: 0;
	float: right;
}

.header-contact li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	font-size: 14px;
}

.header-contact li:last-child {
	margin: 0;
}

.header-contact li span {
	color: #F39400;
	padding-right: 5px;
}

.header-social {
	float: left;
	margin: 0;
	padding: 0;
}

.header-social li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	font-size: 22px;
}

.header-social li:last-child {
	margin: 0;
}

.header-basket {
	float: right;
	margin: 0;
	padding: 0;
}

.header-basket li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	font-size: 22px;
	position: relative;
}

.header-basket li:last-child {
	margin: 0;
}


.custom-logo {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 180px;
}

.nav-strip {
	padding: 15px 0;
	background: #F39400;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar {
	min-height: 1px;
	margin-bottom: 0;
}

.navbar-nav {
	text-align: center;
	float: none;
}

.navbar-default .navbar-nav>li {
	margin: 0 20px 0 0;
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a {
	padding: 0;
	color: #FFFFFF;
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	color: #000000;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	background: transparent;
	color: #000000;
}


.woocommerce-checkout .input-text {
	height: 50px;
	padding: 8px;
}

.woocommerce-checkout #order_comments {
	height: 160px;
}

/******** content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip-orange {
	background: #F39400;
}

.content-strip-orange-light {
	background: #FEF5E6;
}

.content-strip-bg {
	background: url("../images/bg-party.png") center bottom repeat-x #F39400;
	color: #FFFFFF;
}

.content-strip-large-bottom {
	padding: 60px 0 180px 0;
}

.no-padding-right {
	padding-right: 0px;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding {
	padding: 0;
}

.slide-overlay {
	width: 100%;
	height: 100%;
	z-index: 9000;
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

.slide-title {
	padding: 0px;
	margin: 0px;
}

div#mt-slider {
	height: 100%;
}

div#mt-slider .owl-stage-outer {
	height: 100%;
}

div#mt-slider img,
div#mt-slider .owl-item,
div#mt-slider .owl-stage,
div#mt-slider .slide-strip {
	height: 100%;
}

div#mt-slider .owl-dot {
	background-color: #fff;
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	display: inline-block;
	margin: 0 5px;
}

div#mt-slider .owl-dot.active {
	background-color: #F39400;
	width: 14px;
	border-radius: 50px;
	height: 14px;
	border: 1px solid #F39400;
}

div#mt-slider .owl-dots {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 9999999999999999999;
	bottom: 35px;
	position: absolute;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	height: 50px;
	border: 1px solid #000;
	border-radius: 60px !important;
}

.single_add_to_cart_button,
.checkout-button,
button.update-cart-button,
#place_order,
.woocommerce-form-login__submit,
.lost_reset_password .button {
	background: #F39400 !important;
	color: #FFFFFF !important;
	padding: 15px 30px !important;
	border-radius: 60px !important;
	display: inline-block !important;
	font-size: 20px !important;
	-webkit-border-radius: 60px !important;
	-moz-border-radius: 60px !important;
	-ms-border-radius: 60px !important;
	-o-border-radius: 60px !important;
	font-family: "veneer", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.single_add_to_cart_button:hover,
.checkout-button:hover,
button.update-cart-button:hover,
#place_order:hover,
.woocommerce-form-login__submit:hover,
.lost_reset_password .button:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

.woocommerce div.product form.cart .reset_variations {
	display: none;
}

.stock.in-stock {
	margin: 15px 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	display: none;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 700;
	text-align: left;
	display: block;
	width: 100%;
	color: #000000;
	float: left;
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 100%;
	display: inline-block;
	margin-right: 1em;
	height: 45px;
	border: 1px solid #eaeaea;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%;
	background: #f7f7f7;
	margin: 15px 0;
	padding: 15px;
}

.woocommerce div.product form.cart .variations tr {
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}

.woocommerce div.product form.cart .variations tbody {
	padding: 15px;
	display: block;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	border: 0;
	line-height: 2em;
	vertical-align: top;
	width: 100;
	width: 100%;
	padding: 0;
	float: left;
}

.full-height {
	height: 100%;
	position: relative;
	padding: 60px 0;
}

.slider_margin {
	margin-top: 60px;
}

.product_meta {
	display: none;
}

.full-height-img img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.container_wrap {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.slide-content {
	margin: 30px 0;
}

.full-height-fishing {
	background: #628F39;
	color: #FFFFFF;
}

.cta-table {
	display: table;
	width: 100%;
	height: 100%;
}

.cta-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.testi-contain {
	background: #F0F0F1;
	padding: 30px;
	height: 100%;
	margin: 0 0 30px 0;
}

.page-template-template-reviews .testi-contain {
	margin: 30px 0 0 0;
}

.testi-title {
	display: block;
	margin: 0 0 15px 0;
	font-size: 22px;
}

.testi-content {
	font-style: italic;
}

.testi-details {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}

span.totalAmount {
	position: absolute;
	font-size: 10px;
	background: #F39400;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	right: -5px;
	text-align: center;
}

.testi-details li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}

.header-basket {
	position: relative;
}

.testi-details li:last-child {
	margin: 0;
}

.testi-details li span {
	display: block;
}

.testi-details li i {
	color: #F39400;
	margin: 0 5px 0 0;
	font-size: 14px;
}

.cta-block {
	display: block;
	margin: 30px 0 0 0;
}


.cta-block-title {
	display: block;
	margin: 30px 0 0 0;
	font-size: 26px;
}

.cta-block:hover .cta-block-title {
	color: #F39400;
}

.cta-block-price,
.cta-block-sold {
	display: block;
	font-weight: 700;
	color: #27ae60;
}

.cta-block-sold {
	color: #e74c3c;
}

.page-template-template-events .table {
	margin-top: 30px;
}

.event-table img {
	max-height: 70px;
	width: auto;
}

.table>thead>tr>th,
.woocommerce-checkout-review-order-table thead tr th,
.woocommerce-orders-table thead tr th {
	border: 0;
	background: #F39400;
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	font-size: 22px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.woocommerce-checkout-review-order-table thead tr th,
,
.woocommerce-checkout-review-order-table thead tr td,
.woocommerce-checkout-review-order-table tbody tr th,
,
.woocommerce-checkout-review-order-table tbody tr td,
.woocommerce-orders-table thead tr th,
{
padding: 15px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 15px !important;
}

.bring-back-cheesecake {
	margin-top: -220px;
}

.product-icons {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}

.product-icons li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}

.product-icons li:last-child {
	margin: 0;
}

.product-icons li img {
	height: 40px;
	width: auto;
}

.woocommerce table.shop_table {
	border: 0px solid rgba(0, 0, 0, .1);
	margin: 0 0px 0px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
	border-radius: 5px;
}

.bottom_cart_totals {
	padding: 15px;
	border: 1px solid #eaeaea;
	margin-bottom: 0px !important;
	border-radius: 4px;
}

.coupon #coupon_code {
	height: 55px;
	width: 100%;
	border: 1px solid #514f4f;
	padding: 0 0 0 10px;
}



.coupon button {
	color: #282727 !important;
	background: #f5eee4 !important;
	padding: 15px 30px !important;
	border: 0 !important;
	font-weight: 700 !important;
	font-style: normal;
	-webkit-border-radius: 60px !important;
	-moz-border-radius: 60px !important;
	border-radius: 60px !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
	display: block !important;
	margin: 15px 0 0 0 !important;
}

.bottom_cart_totals {
	padding: 15px;
	border: 1px solid #eaeaea;
	margin-top: 30px;
	border-radius: 4px;
}

.woocommerce-cart .woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	height: 40px;
	border: 1px solid #000;
	border-radius: 60px !important;
	margin: 5px 0;
}

.gallery-photo {
	display: block;
	margin: 0 0 30px 0;
}

.page-template-template-gallery footer .container-fluid .section-header {
	margin-top: 60px;
}

#wpcf7-f5-o1 {
	margin: 60px 0;
}

.wpcf7 label {
	display: block;
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	font-size: 18px;
}

.wpcf7-text {
	color: #3F3F3F;
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 55px;
	padding: 8px;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
}

.wpcf7-textarea {
	color: #3F3F3F;
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 180px;
	padding: 8px;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
}

.contact-contact {
	margin: 0;
	padding: 0;
	text-align: center;
}

.contact-contact li {
	display: block;
	list-style: none;
	margin: 0 0 10px 0;
}

.contact-contact li:last-child {
	margin: 0;
}

.contact-contact li span {
	display: block;
	font-size: 18px;
}

.contact-contact li div {
	display: inline;
}

.contact-contact li div span {
	display: inline;
	font-size: 16px;
}

.woocommerce-cart .top-main-button {
	display: none;
}

.woocommerce-cart .woocommerce {
	margin-top: 30px;
}

.woocommerce-cart .woocommerce.shop_table {
	margin-top: 0;
}


.woocommerce-form-row label {
	display: block;
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	font-size: 18px;
}

.woocommerce-Input--text {
	color: #3F3F3F;
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 55px;
	padding: 8px;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
}

.woocommerce-form-register,
.woocommerce-form-login {
	background: #f7f7f7;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	background: #f7f7f7;
	padding: 15px;
	border-bottom: 2px solid #ffffff;
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	font-size: 18px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #F39400;
	color: #FFFFFF;
}

/******** footer ***********/

footer .top-wrap {
	padding: 60px 0;
}

.newsletter-contain {
	background: #F0F0F1;
	padding: 30px;
}

#mce-EMAIL {
	width: 100%;
	height: 55px;
	padding: 8px;
	border: 0;
}

#mc-embedded-subscribe {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	height: 55px;
	display: block;
	width: 100%;
	border: 0;
}

#mc-embedded-subscribe:hover {
	background: #F39400;
	color: #FFFFFF;
}

footer .middle-wrap {
	padding: 60px 0;
	background: #F39400;
	color: #FFFFFF;
	font-size: 15px;
}

footer .middle-wrap a {
	color: #FFFFFF;
}

footer .middle-wrap a:hover {
	color: #000000;
}

.footer-logo {
	height: 200px;
	width: auto;
	margin-top: -212px;
}

.footer-line {
	border-right: 5px solid #FFFFFF;
	padding-right: 30px;
}

.footer-stars {
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}

.footer-stars li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 24px;
	list-style: none;
}

.footer-stars li:last-child {
	margin: 0;
}

.footer-5-star {
	display: block;
	font-size: 30px;
	margin: 0 0 15px 0;
}

.footer-social {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

.footer-social li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	font-size: 22px;
}

.footer-social li:last-child {
	margin: 0;
}

.footer-contact {
	margin: 0;
	padding: 0;
}

.footer-contact li {
	list-style: none;
	display: block;
	margin: 0 0 10px 0;
}

.footer-contact li:last-child {
	margin: 0;
}

.footer-contact li span {
	display: block;
	font-size: 18px;
	margin-bottom: -5px;
}

.footer-contact li div {
	display: inline-block;
}

.footer-contact li div span {
	display: inline;
	font-size: 15px;
}

footer .middle-wrap .menu {
	margin: 0;
	padding: 0;
}

footer .middle-wrap .menu li {
	list-style: none;
	display: block;
	margin: 0 0 10px 0;
}

footer .middle-wrap .menu li:last-child {
	margin: 0;
}

.credits-wrap {
	padding: 60px 0;
	font-size: 14px;
}

.acred {
	margin: 0;
	padding: 0;
	text-align: center;
}

.acred li {
	display: inline-block;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #3F3F3F;
}

.acred li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

ul.owl-slider {
	list-style: none;
	padding: 0px;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 22px;
}

ul.owl-slider li {
	margin: 0 5px;
	cursor: pointer;
}

.woocommerce-result-count,
.woocommerce-ordering,
.page-title {
	display: none;
}

.acred li a {
	font-weight: 700;
}










label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: flex !important;
	flex-direction: row;
	align-items: center;

	.input-checkbox {
		display: block;
		margin: 0 5px 0px 0;
		text-align: center;
		position: relative;
	}

}





@media (max-width: 1199px) {}

@media (max-width: 991px) {

	.footer-logo {
		height: 160px;
		margin-top: -182px;
	}

	#mc_embed_signup {
		margin-top: 10px;
	}

	.cta-block-title {
		font-size: 24px;
	}


	.navbar-default .navbar-nav>li {
		margin: 0 10px 0 0;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 17px;
	}

}

@media (max-width: 767px) {

	.custom-logo {
		height: 120px;
	}

	.xs-menu-wrap {
		position: absolute;
		z-index: 99;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 0px;
		height: 100%;
		background: #FEF5E6;
		opacity: 0;
		overflow: hidden;
	}

	.navbar-nav {
		display: flex;
		text-align: center;
		float: none;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		flex-direction: column;
	}

	#xs-menu-inner-wrap {
		display: flex;
		padding: 0px;
		margin: 0px;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		height: 100%;
	}

	.navbar-nav>li>a {
		padding-top: 6px;
		padding-bottom: 6px;
		color: #2B2B2B;
		font-size: 18px;
		font-weight: 800;
		width: 100%;
		float: left;
		text-align: center;
	}

	.nav>li {
		position: relative;
		display: block;
		z-index: 9;
		width: 100%;
		float: left;
		text-align: center;
		text-transform: uppercase;
	}

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

	.xs-menu-wrap.open {
		width: 100%;
		opacity: 1;
	}

	.xs-menu-wrap.fade {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
		width: 100%;
	}

	.xs-menu-wrap.slide {
		-webkit-transition: width 0.3s ease-in-out;
		-moz-transition: width 0.3s ease-in-out;
		-ms-transition: width 0.3s ease-in-out;
		-o-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
		opacity: 1;
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 35px;
		height: 3.1px;
		background-color: #001E50;
		margin: 3px auto;
		transition: 0.4s;
	}

	.bar1.change {
		-webkit-transform: rotate(-45deg) translate(-5px, 5px);
		transform: rotate(-45deg) translate(-5px, 5px);
		background: #001E50;
	}

	.bar2.change {
		opacity: 0;
	}

	.bar3.change {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
		background: #001E50;
	}


	.basket_wrap {
		position: relative;
		margin-left: 15px;
		float: right;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.header-xs-icons {
		text-align: right;
	}

	#header-bars-wrap {
		cursor: pointer;
	}

	.no-scroll {
		overflow: hidden;
	}

	.fa-xs-phone {
		margin: 0 5px;
	}

	.menu-row {
		display: flex;
		flex-wrap: wrap;
	}

	.menu-col {
		align-items: center;
		display: flex;
	}

	.menu-col-end {
		justify-content: flex-end;
	}

	form#searchform {
		margin-top: 30px;
	}

	.header-xs-icons .fa {
		font-size: 26px;
	}

	.header-xs-icons a {
		color: #001E50;
	}

	header#header {
		position: relative;
		z-index: 99;
	}

	#header-bars-wrap {
		cursor: pointer;
		position: relative;
		z-index: 99;
		float: left;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.header-contact {
		float: none;
		text-align: center;
	}

	.header-contact li {
		float: none;
		display: inline-block;
	}

	.woocommerce-cart .woocommerce.shop_table {
		margin-top: 30px;
	}

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #27ae60;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/** KS additions **/

.woocommerce ul#shipping_method {
	margin-bottom: 0 !important;
}