/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
.simple-list .children {
    margin-left: 20px;
}
#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
.navbar-brand a span, .rd-mobilepanel_title img{
	display: none;
	visibility: hidden;
}
.wpcf7-ctct input {
	display: inline !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}
#listing-container .ui-tabs-panel{
	overflow: hidden;
}
#listing-container .row {
    margin: 0;
}
.prod-cat{
	margin-bottom: 50px;
	text-align: center;
	border: solid 1px transparent;
	padding-top: 20px;
	padding-bottom: 20px;
}
.prod-cat:hover{
	border: solid 1px #714b10;
}
.col-sm-9 ul:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group),
.col-sm-8 ul:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group),
.col-md-8 ul:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group){
	padding-left: 15px;
}
.col-sm-9 ul:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group) li,
.col-sm-8 ul:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group) li,
.col-md-8 ul:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group) li{
	list-style: disc outside;
}
.col-sm-9 ol:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group) li,
.col-sm-8 ol:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group) li,
.col-md-8 ol:not(.ui-tabs-nav):not(.thumbnails):not(.list-unstyled):not(.list-group) li{
	list-style: decimal outside;
}
.product-thumb .caption{
	min-height: 280px !important;
	position: relative;
}
.product-thumb .caption .price {
    position: absolute;
    bottom: 10px;
}
@media (min-width:992px) and (max-width:1199px) {
	.product-thumb .caption{
		min-height: 120px !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.product-thumb .caption{
		min-height: 100px !important;
	}
}
.product-thumb h4, .product-thumb .h4 {
    font-size: 19px;
}
#product-product h1{
    font-size: 35px;
    font-weight: normal;
    margin: 15px 0;
}
#product-product h2{
    font-size: 32px;
}
.navbar-nav .dropdown-menu{
	background-color: #ffffff;
	border: solid 1px #f1efeb;
}
.navbar-nav .dropdown-menu > li > a{
	color: #000000;
}
.navbar-nav .dropdown-menu > li > a:hover{
	color: #714b10;
}
.btn-group.ywg-flex, .product-thumb .caption + .btn-group{
	display: flex;
}
.btn-group.ywg-flex button, .product-thumb .caption + .btn-group button{
	flex-grow: 1;
}
#cart-total {
  position: absolute;
  top: 5px;
  right: 2px;
  display: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}
.col-sm-4.side_bar {
    float: right;
}
@media only screen and (max-width: 767px) {
	.col-sm-4.side_bar {
	    float: none;
	}
}
/*customize*/
header {
    background: #ffffff url("/~johnsonf/wp-content/uploads/2023/08/headerback.png") repeat-x right top;
    text-align: left;
}

.well {
    padding-bottom: 20px;
    padding-top: 0px;
}
form#searchform {
    float: right;
    margin-right: 40px;
    padding-left: 20px;
}

body {
    line-height: 1.61111111;
    margin: 0;
    color: #000;
}

main .container a:not(.btn), p a, .p1 a, .tab-content a {
    font: inherit;
    color: #714b10!important;
    text-decoration: underline;
    font-weight: bold;
}
* + ul, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 16px;
}

footer a {
    font: inherit;
    color: #714b10!important;
    text-decoration: underline;
    font-weight: bold;
}
/*store*/
#product-product #product,
#product-product .btn-group,
.product-button button,
.product-thumb .btn-group,
.product-thumb button,
#product .form-group:not(.ywg),
#compare-total {
    display: none;
}