/* ==========================================================================
   THEME STYLE MODIFICATIONS
   ========================================================================== */

/**
 * Set all your THEME styles in this file.
 *
 * Adding a Theme to a design is very straightforward as every component works
 * like an extensible class. This allows you to add theme specific classes
 * and/or override existing classes.
 *
 * NOTE: Any new classes created should follow the established coding
 * standards for the framework. Theme specific classes should be prefixed by
 * `.t-`.
 *
 * Why do it this way?
 * By decoupling the theme styling from the default framework, you get the
 * following benefits:
 *		Keep the framework core library up-to-date
 *		Updates to the core styles of the framework do not get overwritten when
 *		extending the component.
 *
 *		End-user entry points remain untouched
 *		End-users do not need to use any custom name that belongs only to the
 *		theme.
 */


html,
.u-font-primary {
	font-family: 'Fira Sans', Roboto, Helvetica, Arial, sans-serif;
}

button,
input,
html,
select,
textarea {
	letter-spacing: 0.05em;
}


.c-keyline {
	border-color: #eaeaea;
}


.o-site-wrapper {
	max-width: 100vw;
	background-image: url(../images/beige-texture.gif);
	background-size: 50px 50px;
}


.c-form-input:focus {
	border-color: #c0c0c0;
	box-shadow: none;
}


.c-form-input--large {
	height: calc(3.875em - (1px * 2));
	line-height: calc(3.875em - (1px * 2));
}


.c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
	background: none;
	background-color: #0f0f0f;
	border: 1px solid currentColor;
	box-shadow: inset 0 0 0 2px #fff;
}


/**
 * Shadows Specific Font Pack
 */
@font-face {
	font-family: 'ReadyTheme Icons';
	font-style: normal;
	font-weight: normal;
	src: url('ShadowsFontPack.woff') format('woff');
}


.x-messages {
	margin-bottom: 1rem;
	padding: 0.75em 1.25em;
	font-size: 0.875rem;
	border: 0 none;
}

.x-messages--info,
.x-messages--warning {
	background-color: #f2f2f2;
	color: #a3a3a3;
}


/**
 * Shadows Color Overrides
 */
.u-bg-red::before,
.u-bg-red {
	background-color: #f02;
}

.u-bg-yellow::before,
.u-bg-yellow {
	background-color: #deded4;
}

.u-bg-blue::before,
.u-bg-blue {
	background-color: #003b6f;
}

.u-bg-green::before,
.u-bg-green {
	background-color: #13c4a3;
}

.u-bg-black::before,
.u-bg-black {
	background-color: #000;
}

.u-border-red {
	border-color: #f02;
}

.u-border-yellow {
	border-color: #deded4;
}

.u-border-blue {
	border-color: #003b6f;
}

.u-border-green {
	border-color: #13c4a3;
}

.u-border-black {
	border-color: #000;
}

.u-color-red {
	color: #f02;
}

.u-color-yellow {
	color: #deded4;
}

.u-color-blue {
	color: #003b6f;
}

.u-color-green {
	color: #13c4a3;
}

.u-color-black {
	color: #000;
}






/* Site Header
   =========================================== */
.t-site-header {
	background-image:url('../images/green-texture.png');
}

	.t-site-header__top-navigation {
		font-size: 0.8125rem;
		border-bottom:3px solid #fff;
		min-height: 52px;
	}
	.t-site-header__top-navigation:before {
		background-image:url('../images/yellow-texture.png');
	}
	
		.t-site-header__message {
			display: inline-block;
			padding: 1em 0 1em 1em;
		}
		
		.t-site-header__links {}

			.t-site-header__links [class^="u-icon-"] {
				margin-right: 0.25em;
				font-size: 1.25rem;
				vertical-align: text-bottom;
			}
	
			.t-site-header__links a:hover {
				text-decoration: none;
				opacity: 0.75;
				transition: 0.3s;
			}

			.t-site-header__links .o-layout__item {
				padding: 1em 1rem;
			}

				@media (min-width: 48em) {
					.t-site-header__links .o-layout__item:not(:first-of-type) {
						border-left: 1px solid #e6bc62;
					}
				}

				.t-site-header__links .x-transfigure-navigation__footer {
					display: flex;
					justify-content: flex-end;
				}

					.t-site-header__links .x-transfigure-navigation__footer-link {
						margin: 0 .6rem;
						padding: 0;
						font-size: inherit;
						font-weight: 400;
						letter-spacing: inherit;
						color: #eaeaea;
					}


		.t-site-header__basket-link--mobile {
			display: flex;
			font-size: 2rem;
		}
		
			.t-site-header__basket-link-quantity--mobile {
				display: inline-block;
				min-width: 2em;
				height: 2em;
				padding: 0 0.25em;
				font-size: 0.75rem;
				line-height: 2;
				text-align: center;
				border-radius: 50%;
				touch-action: none;
				-webkit-transform: translate(-0.75em, -1em);
				-ms-transform: translate(-0.75em, -1em);
				transform: translate(-0.75em, -1em);				
			}

		.t-site-header__basket-link-quantity {
			margin-left: 1em;
			padding: 0.625em 1.125em;
			background-color: #d2a648;
		}
		
		
		.t-global-account {
			width: 100vw;
			max-width: 22.5rem;
			padding: 1rem;
			position: absolute;
			top: 100%;
			right: 0;
			background-color: #fafafa;
			border: 1px solid #eaeaea;
			box-shadow: 0 2px 1px -2px #707070;
			opacity: 0;
			transition: all ease-in-out 0.15s;
			-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
			transform: scaleY(0);
			transform-origin: top;
		}
		
		.t-global-account.is-open {
			opacity: 1;
			-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
			transform: scaleY(1);
		}
		
			.t-global-account__form {
				margin-bottom: 0;
			}
			
				.t-global-account__form .c-form-list__item:last-of-type {
					margin-bottom: 0;
					padding-top: 0.5em;
				}

		
	.t-site-header__masthead {		
		max-width: 80rem;
		padding-top: 1em;
		padding-bottom: 1em;
		position: relative;
		font-size: 0.875rem;
	}

		.x-fasten-header {
			max-width: none;
			padding: 0.5rem 1rem;
			position: fixed;
			background-color: #fff;
			box-shadow: 0 2px 4px rgba(128, 128, 128, 0.15);
			color: #222;
		}

		.t-site-header__logo {
			margin-bottom: 0;
		}

		.t-site-header__store-name {}

		.t-site-header__store-tagline {}

		.t-site-header__search-form {
			margin-bottom: 0;
			position: relative;
			background-color:#53572f;
		}

		.x-fasten-header--is-active .t-site-header__search-form {
			background-color:#fff;
			border: 1px solid #d2a648;
		}
		
			.t-site-header__search-form .c-form-list__item {
				margin-bottom: 0;
				margin-left: auto;
			}

				.t-site-header__search-form .c-form-input {
					padding-right: calc(2em - 1px);
					padding-left: calc(2em - 1px);
					color:#d2a648;
				}
			
				.t-site-header__search-form .c-button {
				}


		.t-site-header__masthead-links {
			align-items: center;
			justify-content: flex-end;
		}

		.t-site-header__masthead-links > a{
			color:#d2a648;
		}

			.t-site-header__masthead-links [class^="u-icon-"] {
				margin-right: 0.25em;
				font-size: 1.25rem;
				vertical-align: text-bottom;
			}

			.t-site-header__masthead-links a:hover {
				text-decoration: none;
				opacity: 0.75;
				transition: 0.3s;
			}

			.t-site-header__masthead-links a:first-of-type {
				margin-right: 1.5em;
				padding-top: 0.5em;
				padding-right: calc(1.5em + 1px);
				padding-bottom: 0.5em;
				border-right: 1px solid #7e825b;
			}

				
	.t-site-navigation {
		margin-bottom: 1rem;
		background-color: #fff;
	}
	
		.t-site-navigation__wrap {
			max-width: 80rem;
			width: 100%;
			margin-right: auto;
			margin-left: auto;
			position: relative;
			font-size: 0.875rem;
		}

	@media (min-width: 60em) {
		.t-site-navigation {
			border-bottom: 1px solid #eaeaea;
		}
		
		.x-transfigure-navigation:hover .c-navigation__list .c-navigation__link {
			color: #adadad;
			transition: color ease-in 0.1s;
		}

		.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
			color: #adadad;
		}

		.x-transfigure-navigation .c-navigation__list:hover .c-navigation__link {
			color: #0f0f0f;
			transition: color ease-out 0.1s;
		}
	}

	.x-transfigure-navigation__content {
		padding-top: 1em;
		padding-bottom: 1em;
	}

		.x-transfigure-navigation .c-navigation__link {
			font-weight: 600;
			color: #454545;
		}

		.x-transfigure-navigation .c-navigation__link:hover {
			box-shadow: none;
		}

		.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link:hover {
			background-color: #fff;
			color: #0f0f0f;
			transition: color ease-out 0.1s;
		}
	
	
	
	
	.x-search-preview {
		right: 0;
	}
	
	
	
	
	
	.t-breadcrumbs {
		margin-bottom: 1rem;
		text-transform: uppercase;
	}
	
		.x-collapsing-breadcrumbs__group,
		.x-collapsing-breadcrumbs__list {
			max-width: 80rem;
			margin-right: auto;
			margin-bottom: 0;
			margin-left: auto;
			padding-top: 1em;
			padding-right: 1rem;
			font-size: 0.6875rem;
			line-height: inherit;
			border-bottom: 0 none;
		}

		.x-collapsing-breadcrumbs__list {
			padding-bottom: 2em;
		}

		
		
		

/* Main Element
     =========================================== */
.t-main-content-element {
	max-width: 80rem;
}

		
		

/* Site Footer
    =========================================== */
.t-site-footer {
	padding-top: 1rem;
	background-image: url(../images/green-texture.png);
}

	.t-site-footer .o-wrapper {
		max-width: 80rem;
	}

	.t-site-footer__content,
	.t-site-footer__disclaimer {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
		.t-site-footer .c-menu__title,
		.t-site-footer .c-collapsible-menu__label {
			font-weight: 600;
			color: #D2A648;
		}

		.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
			font-size: 0.875rem;
			font-weight: 500;
			color: #fff;
		}
	
		.t-site-footer__content .c-menu__link:hover {
			text-decoration: none;
			opacity: 0.75;
		}

	.t-site-footer__disclaimer {
		font-size: 0.75rem;
	}
	

	.t-global-footer-social-links .c-menu__link {
		padding: 0 0rem 1rem 0;
	}

	.t-global-footer-social-links .c-menu__link:hover {
		text-decoration: none;
		opacity: 0.75;
	}
	
	.t-newsletter-form__input {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		height: auto;
	}

	@media (max-width: 47.9em) {
		.t-newsletter-form fieldset {
			display: block;
			max-height: 0;
			opacity: 0;
			visibility: hidden;
			transition-delay: 0.15s, 0s, 0s;
		}

		.t-newsletter-form .c-collapsible-menu__trigger:checked ~ fieldset {
			display: block;
			max-height: 10em;
			margin-top: 1em;
			opacity: 1;
			overflow: hidden;
			transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
			transition-delay: 0s;
			visibility: visible;
		}
	}


@media (min-width: 48em) {
	.t-site-footer {
		padding-top: 4rem;
	}
	
		.t-site-footer__content,
		.t-site-footer__disclaimer {
			padding-top: 4em;
			padding-bottom: 4em;
		}
}





/* Storefront
    =========================================== */
.t-storefront-about {}

	.t-storefront-about .c-heading-charlie {
		font-size: 1.875rem;
		letter-spacing: 3px;
	}

	.t-storefront-about .c-heading--subheading {
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 2px;
	}

	.t-storefront-about__brief {
		font-size: 0.9375rem;
		line-height: 1.667;
	}




.t-featured-products {
	margin-bottom: -28px;
	padding: 48px;
	/*margin-left: -165px;
    margin-right: -166px;*/
    background-color: #fff;
}

	.t-featured-products .x-product-list__heading {
		margin-bottom: 3em;
		font-size: 1.5rem;
	}

	.t-featured-products .x-product-list__action {
		max-width: 18em;
		margin: auto;
	}

		.t-featured-products .x-product-list__action .c-button {
			padding-right: calc(1rem * 4.5 - 1px);
			padding-left: calc(1rem * 4.5 - 1px);
		}





/* Category Tree
    =========================================== */
.x-category-tree__label {
	margin-bottom: 1em;
	padding: 1em 0;
	font-size: 0.75rem;
	font-weight: 700;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	color: #222;
}

.x-category-tree__heading {
	font-size: 15px;
}

@media (min-width: 60em) {
	.x-category-tree__heading {
		padding-top: 0.25rem;
	}
}

.x-category-tree__label::after,
.x-category-tree__label::before {
	font-family: 'ReadyTheme Icons', sans-serif;
	font-size: 0.625em;
	font-weight: 400;
}

.x-category-tree__label::after {
	content: "\30";
}

.x-category-tree__label::before {
	content: "\31";
	transform: scale(1);
}

.x-category-tree__trigger:checked ~ .x-category-tree__label::after {
	transform: scale(1);
}

.x-category-tree__link {
	padding: 0 0 1rem;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: #0f0f0f;
	transition: color ease-in-out 0.2s;
}

.x-category-tree__list--level-2 .x-category-tree__link {
	padding-left: 1.75em;
	font-size: 13px;
	color: #9f9f9f;
}

.x-category-tree__list--level-3 .x-category-tree__link {
	padding-left: 2.75em;
	font-size: 12px;
	color: #9f9f9f;
}

.x-category-tree__link--current,
.x-category-tree__list--level-2 .x-category-tree__link--current,
.x-category-tree__list--level-3 .x-category-tree__link--current {
	font-weight: 700;
	color: #0f0f0f;
}

.x-category-tree__link:not(.x-category-tree__link--current):hover {
	text-decoration: underline;
	background-color: inherit;
}


.t-faceting .c-form-checkbox {
	font-size: 14px;
}





/* Category Page
    =========================================== */
.t-display-list-filtering {
	flex-wrap: nowrap;
}

	.t-display-list-filtering .x-display-list-filtering__per-page,
	.t-display-list-filtering .x-display-list-filtering__sort-by,
	.t-display-list-filtering .c-form-list__item,
	.t-display-list-filtering .c-form-label,
	.t-display-list-filtering .c-form-select {
		margin-bottom: 0;
	}

		.t-display-list-filtering .c-form-label {
			font-size: 0.6875rem;
		}

		.t-display-list-filtering .c-form-select__dropdown {
			padding: 0px 0px 0px 10px;
			font-size: 0.75rem;
			background-color: #fff;
			border: 0 none;
			color: initial;
		}


.t-pagination {}

.t-pagination.x-pagination--centered {
	width: 13rem;
	justify-content: center;
}

	.t-pagination .o-list-inline {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

		.t-pagination .c-button {
			width: 2em;
			height: 2em;
			padding: 0;
			line-height: 2;
			border-color: #c0c0c0;
		}

		.t-pagination .c-form-select {
			margin-bottom: 0;
		}

			.t-pagination .c-form-select__dropdown {
				padding: 0;
				border: 0 none;
			}

			
.x-product-list__item {
	margin-bottom: 2rem;
}

.x-product-list__name,
.x-product-list__price {
	font-weight: 600;
}

.x-product-list__price {
	display: inline-block;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #7f7f7f;
}




/* Product Page
    =========================================== */
@media (min-width: 60em) {
	.x-product-layout {
		padding-top: 2rem;
	}
}


	.x-product-layout-purchase__name {
		margin-bottom: 2rem;
	}


	.x-product-layout-purchase__pricing-original,
	.x-product-layout-purchase__pricing-current {
		font-size: 1.125rem;
		font-weight: 500;
	}
	
	
	.x-product-layout-purchase .is-required {
		font-weight: 500;
	}
	
	.x-product-layout-purchase__options {
		display: flex;
		width: auto;
		max-width: none;
	}
	
		.x-product-layout-purchase__options-attribute .c-form-label {
			font-size: 0.75rem;
		}
	
	
	
	.t-quantify .c-control-group__button {
		padding-top: calc(0.5em * 3 + 1px);
		padding-bottom: calc(0.5em * 3 + 1px);
	}
	
	.t-quantify .c-control-group__button,
	.t-quantify .c-control-group__field {
		max-width: calc(100% / 3);
		flex-basis: calc(100% / 3);;
	}


.x-product-description {
	margin-bottom: 6rem;
	padding-top: 6rem;
}

	.x-product-description .x-flex-tabs__tab {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}

	@media (max-width: 47.9em) {
		.x-product-description .x-flex-tabs__tab {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		
			.x-product-description .x-flex-tabs__tab::after {
				display: inline-block;
				font-size: 1rem;
				line-height: 1;
				content: '+';
			}
			
			.x-product-description input[data-flex-tab]:checked + .x-flex-tabs__tab ~ .x-flex-tabs__tab::after {
				content: '-';
			}
	}
	
	
	.x-product-description .x-flex-tabs__content {
		font-size: 0.875rem;
	}





/* Basket Page
    =========================================== */
.t-basket__product-summary .c-table-responsive__row,
.t-basket__order-summary .c-table-simple__row {
	border-color: #eaeaea;
}

.t-basket__product-summary thead {
	border-top: 1px solid #eaeaea;
}

.t-basket__product-summary tbody .c-table-responsive__cell {
	padding-top: 1.5rem;
}


.t-basket__product-details {
	font-size: 0.875rem;
	font-weight: 600;
}


.t-basket-update .x-quantify {
	width: 10em;
	font-size: 0.875rem;
}

	.t-basket-update .x-quantify .c-control-group__button {
		padding-top: calc(0.625em * 2 + 1px);
		padding-bottom: calc(0.625em * 2 + 1px);
		font-size: 0.875em;
	}
	
	.t-basket-update .x-quantify .c-control-group__button,
	.t-basket-update .x-quantify .c-control-group__field {
		max-width: calc(100% / 3);
		flex-basis: calc(100% / 3);;
	}

	
.t-basket__product-remove {
	width: 3em;
	height: 3em;
	padding: 0;
	line-height: 3;
}

.t-basket_basket-coupon-form-toggle:checked ~ label > .u-icon-add::before {
	content: "\3c";
}

.t-basket_basket-coupon-form-toggle:checked ~ .t-basket_coupon-form {
	height: 3rem;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.t-basket_coupon-form {
	height: 0;
	margin-bottom: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: top;
	transition: all ease-in-out 0.2s;
}





/* Checkout Pages
    =========================================== */
.t-ocst-account-message {
	display: inline-block;
	padding: 1em 2em;
	font-size: 0.75rem;
}

	.t-checkout-log-in__form {
		display: block;
		max-height: 0;
		margin-bottom: 0;
		opacity: 0;
		visibility: hidden;
		transition-delay: 0.15s, 0s, 0s;
	}

	.t-checkout-log-in__trigger:checked ~ .t-checkout-log-in__form {
		display: block;
		max-height: 4rem;
		padding-top: 1em;
		opacity: 1;
		overflow: hidden;
		transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
		transition-delay: 0s;
		visibility: visible;
	}





.t-checkout-basket-summary {
	height: calc(100% - 1rem);
	padding: 2rem 2rem 0;
	background-color: #f2f2f2;
}

	.t-checkout-basket-summary__product-summary tbody .c-table-simple__cell {
		padding-top: 1.5rem;
	}

	.t-checkout-basket-summary__image {
		margin-right: 2rem;
	}
	
	.t-checkout-basket-summary__promo-form,
	.t-checkout-basket-summary__promo-form:first-child,
	.t-checkout-basket-summary__promo-form:last-child {
		display: block;
		margin: -1px -2rem;
		padding-right: 2rem;
		padding-left: 2rem;
		background-color: #dedede;
	}

@media (max-width: 59.9em) {
	.t-page-ocst .t-site-header__logo,
	.t-page-osel .t-site-header__logo,
	.t-page-opay .t-site-header__logo {
		flex-basis: calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
	
@media (min-width: 90em) {
	.t-page-ocst .t-main-content-element,
	.t-page-osel .t-main-content-element,
	.t-page-opay .t-main-content-element {
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	
		.t-checkout-basket-summary {
			height: 100%;
		}
		
			.t-checkout-basket-summary .c-table-simple {
				width: 60%;
			}
		
				.t-checkout-basket-summary__promo-form,
				.t-checkout-basket-summary__promo-form:first-child,
				.t-checkout-basket-summary__promo-form:last-child {
					margin: -1px 0;
				}
				
				
	.t-page-ocst .t-site-footer,
	.t-page-osel .t-site-footer,
	.t-page-opay .t-site-footer {
		padding-top: 0;
	}
	
		.t-page-ocst .t-site-footer__disclaimer,
		.t-page-osel .t-site-footer__disclaimer,
		.t-page-opay .t-site-footer__disclaimer {
			padding-top: 1em;
			padding-bottom: 1em;
			text-align: left;
		}
		
			.t-page-ocst .t-site-footer__disclaimer .o-layout__item,
			.t-page-osel .t-site-footer__disclaimer .o-layout__item,
			.t-page-opay .t-site-footer__disclaimer .o-layout__item {
				flex: 0;
				white-space: nowrap;
			}
}

@media (min-width: 48em) {
	.t-payment-cta {
		flex-grow: 0;
	}
	
	.t-payment-form {
		justify-content: center;
	}
		.t-payment-form .o-layout__item {
			display: flex;
			max-width: 75%;
			align-items: center;
		}
		
			.t-payment-form .c-form-label {
				width: 25%;
				margin-right: 1rem;
			}
			
			.t-payment-form .c-form-input {
				max-width: 50%;
			}
			
				.t-payment-form .c-form-input--cvv {
					max-width: 25%;
					margin-right: 0.5rem;
				}
			
			.t-payment-form .c-control-group {
				max-width: 50%;
				flex-grow: 1;
			}
}


.t-checkout-customer-summary {
	margin-bottom: 1rem;
	padding: 1rem 2rem 0;
}

	.t-checkout-customer-summary .c-keyline {
		border-color: #c0c0c0;
	}





/* Account Landing Page
    =========================================== */
.t-account-landing-section {
	margin-bottom: 1rem;
}

	.t-account-landing-section .x-category-tree__label {}

	.t-account-landing-section .c-heading-echo {
		font-size: 14px;
	}

		@media (min-width: 48em) {
			.t-account-landing-section .c-heading-echo {
				font-size: 15px;
			}
		}

	.t-account-landing-section__content {
		padding-top: 1.25rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
	}
	
	.t-account-landing-section__content.x-category-tree__row {
		padding-left: 1rem;
	}
	
	.t-account-landing-section__content.x-category-tree__row span.x-category-tree__link:hover {
		text-decoration: none;
	}





/* Wish List Page
    =========================================== */
.t-wish-list-search .c-control-group {
	border: 1px solid #eaeaea;
}

	.t-wish-list-search__button {
		padding-right: calc(1em - 1px);
		padding-left: calc(1em - 1px);
	}


.t-wish-list__item .c-control-group__button {
	flex: 1 1 50%;
	padding-right: 0;
	padding-left: 0;
}


.u-icon-search::before,.u-icon-user::before,.u-icon-cart-empty::before,.u-icon-menu::before{
	color:#d2a648;
}
.t-site-header__basket-link--mobile,.t-site-header__basket-link--mobile:hover{
	text-decoration:none;
}
.t-site-header__basket-link-quantity--mobile{
	background-color:#d2a648;
}

.t-site-header__masthead > div > div:nth-child(3){
	padding-left:0px;
}
a.t-site-header__basket-link--mobile{
	float:right;position:relative;
	left:11px;
}

.u-icon-menu{
	text-align: left;
}

@media screen and (max-width: 60em){
	.t-site-header__logo {
	    margin-bottom: 15px;
	}
	.t-site-header__basket-link--mobile::before{
		font-size: 3rem;
	}
	.u-icon-menu::before{
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 48em){
	.t-site-header__logo a img{
		display:none;
	}
	.t-site-header__logo > a{
		width:89px; height:89px;
		background-image:url('../images/mobile-logo.png');
		background-size:89px 89px;
		display: inline-block;
	}
}


@media screen and (min-width: 60em){
	.t-site-header__masthead > div > h1{
		flex-basis: calc(100% / 12 * 5);
	    max-width: calc(100% / 12 * 5);
	}
	.t-site-header__masthead > div > div:nth-child(4){
		flex-basis: calc(100% / 12 * 3);
	    max-width: calc(100% / 12 * 3);
	}
}
@media screen and (min-width: 90em){
	.t-site-header__masthead > div > div:nth-child(5){
		flex-basis: calc(100% / 12 * 4);
	    max-width: calc(100% / 12 * 4);
	}
}
input.c-form-input.c-control-group__field.u-bg-transparent.u-border-none::placeholder {
    color: #d2a648;
}
.t-storefront-about .c-heading--subheading.u-color-gray-30{
	color: #D2A648;
}
.c-heading--keyline::after{
	background-color: #D2A648;
}
.t-featured-products .x-product-list__action .c-button.u-bg-gray-50{
	background-color: #D2A648;
}
.o-layout.u-grids-1.u-grids-2--m.u-grids-3--l.u-text-center--m.u-text-uppercase.t-site-footer__disclaimer p:nth-of-type(2){
	position: absolute;
    right: 0px;
    top:5px;
}
.o-layout.u-grids-1.u-grids-2--m.u-grids-3--l.u-text-center--m.u-text-uppercase.t-site-footer__disclaimer p:nth-of-type(1){
	position: absolute;
    right: 200px;
    top:5px;
}
.o-layout.u-grids-1.u-grids-2--m.u-grids-3--l.u-text-center--m.u-text-uppercase.t-site-footer__disclaimer{
	position: relative;
}
.o-layout__item.u-width-12.u-width-4--l.u-width-7--w.u-text-center.u-text-left--l {
	max-width: 30%;
    position: absolute;
}
.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links{
	max-width: 75%;
	position: absolute;
    right: 0px;
}
.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links .o-layout__item.u-color-gray-10.u-text-center{
	max-width: 150px;
	font-weight: bold;
}
.c-form-select__dropdown.u-font-small.u-text-uppercase.u-text-bold,
.o-list-inline__item.o-layout--grow .c-form-select::before{
	background-color: transparent;
	background: transparent;
}
.c-form-select__dropdown.u-font-small.u-text-uppercase.u-text-bold{
	color: #707070;
}
.c-button.c-button--hollow.u-border-rounded.u-color-black,
.c-button.c-button--hollow.u-border-rounded.u-color-gray-40{
	background-color: #D2A648;
	border-color: transparent;
	color:#fff;
}
.c-button.c-button--hollow.u-border-rounded.u-color-gray-40:hover{
	background-color: #e0bf77;
}
.c-button.c-button--hollow.u-border-rounded.u-color-gray-40 .u-icon-chevron-right::before,
.c-button.c-button--hollow.u-border-rounded.u-color-gray-40 .u-icon-chevron-left::before{
	color: #eeeadb;
}



#js-LOGN .o-layout.o-layout--justify-around .o-layout__item.u-width-12.u-width-6--m.u-width-4--l .u-font-small a{
	color: #D2A648;
}
@font-face {
	font-family: 'ReadyTheme Icons';
	font-style: normal;
	font-weight: normal;
	src: url('ReadyTheme.woff') format('woff');
}

#js-LOGN .o-layout.o-layout--justify-around .o-layout__item.u-width-12.u-width-6--m.u-width-4--l .u-font-small a:after{
	content: "\33";
	font-family: "ReadyTheme Icons", sans-serif;
	font-size: 11px;
	margin-left: 3px;
}
.c-heading-echo.u-block.u-text-bold.u-text-center.u-text-right--l.u-text-uppercase.u-color-gray-20,
.c-heading-echo.u-block.u-text-bold.u-text-center.u-text-right--l.u-text-uppercase.u-color-gray-20 .u-icon-secure{
	color: #D2A648;
}
@media screen and (max-width: 1200px){
	.o-layout__item.u-width-12.u-width-4--l.u-width-7--w.u-text-center.u-text-left--l{
		display: none;
	}
	.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links{
		max-width: 100%;
		width: 100%;
	}
	.c-navigation__list{
		font-size: 11px;
	}
}
@media screen and (max-width: 960px){
	.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links .o-layout__item.u-color-gray-10.u-text-center,
	.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links{
		display: block;
		font-size: 18px;
		
	}
	.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links{
		position: relative;
	}
	.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links .o-layout__item.u-color-gray-10.u-text-center{
		max-width: 100%;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.o-layout.o-layout--align-center.o-layout__item.u-text-uppercase.u-hidden.u-flex--l.u-width-8--l.u-width-5--w.t-site-header__links .o-layout__item{
		display: none;
	}
	.t-site-header__top-navigation{
		min-height: 60px;
	}
	.t-site-header .t-site-header__top-navigation {
		padding-right: 0px;
    	padding-left: 0px;
	}
}
  /*********************************************************************************************/
 /*   									Theme changes  										  */
/*********************************************************************************************/

h1{
	font-size: 36px;
	font-weight: ;
}
h2{
	font-size: 31px;
	font-weight: ;
}
h3{
	font-size: 26px;
	font-weight: ;
}
h4{
	font-size: 23px;
	font-weight: ;
}
h5{
	font-size: 21px;
	font-weight: ;
}
a{
	color: #d2a648;
	text-decoration:none;
}
a:hover{
	color: #d2a648;
	text-decoration:underline;
}
table, th, td{
	border: 1px solid #727747;
	border-collapse: collapse;
}

.c-button.u-bg-gray-50{
	background-color: #D2A648;
	border-color: transparent;
	color: #fff;
}
.c-button.u-bg-white{
	background-color: #424242;
	border: 1px solid #fff;
	color: #fff;
}
.c-button.u-bg-gray-50:hover{
	background-color: #edc265;
}
.c-button.u-bg-white:hover{
	background-color: #fff;
	border: 1px solid #424242;
	color: #424242;
}

#page-footer{
	margin: 15px 0px 50px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.free-shipping{
	margin: auto;
   	display: block;
   	margin-bottom: 50px;
}
div#page-header + h1 {
    font-weight: bold;
    border-bottom: 1px solid #d2a648;
    text-transform: uppercase;
    font-size: 24px;
}

.alpha.breeds-container {
    width: 50%;
    display: inline-block;
    margin-top: 15px;
}
.breed-item{
	display: inline-block;
	margin: 3px;
	margin-bottom: 16px;
    text-align: center;
    width: 30%;
}
a.breed-title{
	color: #d2a648;
}
.breed-title-container{
	background-image: url(../images/green-texture.png);
	border-radius: 14px;
    width: 100%;
}
.breed-item:hover a{
	color: #fff;
    text-decoration: none;
}
.omega.subcategory-container{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.omega.subcategory-container .subcategory-thumbnail {
    height: 125px;
}
.omega.subcategory-container .subcategory-thumbnail img {
    height: 125px;
}
.omega.subcategory-container .subcategory.small {
    display: inline-block;
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    font-size: 10px;
    position: relative;
    height: 165px;
}
.omega.subcategory-container .subcategory.small a{
	color: #727747;
	line-height: 25px;
}
.omega.subcategory-container .subcategory.small:hover a{
	color: #fff;
    text-decoration: none;
}
.omega.subcategory-container .subcategory-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #d2a648;
    height: 25px;
    border-radius: 0px 0px 15px 15px;
}
.tabbed_box li{
    width: calc(50% - 3px);
    display: inline-block;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.tabbed_box li#tab_2{
	float: right;
}
.tabbed_box ul.nav.clearfix {
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #bab19b;
    color: #f1ede5;
}
.tabbed_box li.active {
    background-color: #e1dac8;
    color: #797e4d;
}
.hide{
	display: none;
}
.tabbed_box .list-wrap{
	background-color: #e1dac8;
	padding: 20px;
	min-height: 140px;
}
.tabbed_box .list-wrap .product-thumbnail{
	display: inline-block;
}
.tabbed_box .list-wrap .product-thumbnail img{
	width: 95px;
	border-radius: 10px;
	margin-right: 10px;
}
.tabbed_box .list-wrap .specialProduct .text{
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 115px);
}
.brands-box {
    margin: 15px auto;
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

@media only screen and (max-width: 1150px){
	.alpha.breeds-container,
	.omega.subcategory-container{
		width: 100%;
		display: block;
		text-align: center;
	}
	.omega.subcategory-container div:nth-child(2),
	.omega.subcategory-container div:nth-child(4){
		margin-right: 0px;
	}

}

@media only screen and (max-width: 500px){
	.breed-item{
		width: 47%;
	}
	.subcategory.small{
		display: block;
    	width: 200px;
    	margin: 0px auto 15px !important;
	}
	.tabbed_box li{
		width: 100%;
	}
}
@media only screen and (max-width: 475px){
	.tabbed_box .list-wrap .specialProduct .text{
		width: 100%;
	}
	.tabbed_box .list-wrap .product-thumbnail img {
	    display: block;
	}
	.tabbed_box .list-wrap{
		text-align: center;
	}
}
@media only screen and (max-width: 367px){
	.breed-item{
		width: 100%;
	}
	.breed-title-container {
	    max-width: 160px;
	    margin: auto;
	}
}
/*companion page*/

.companion-subcatagories{
	display: block;
	text-align: center;
}

.companion-subcatagories .subcategory{
	display: inline-block;
	width: 30%;
	background-color: #fff;
	margin: 10px;
	height: 240px;
	vertical-align: top;
	border-radius: 15px;
	position: relative;
}
.companion-img{
	width: 100%;
	max-width: 200px;
	position: absolute;
    top: calc(50% - 17.5px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.companion-subcatagories .subcategory-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    background-color: #d2a648;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}
.companion-subcatagories .subcategory a{
	color: #fff;
	line-height: 25px;
}
.companion-subcatagories .subcategory:hover a{
	color: #727747;
    text-decoration: none;
}
.shopperapproved_widget{
	background-image: url(../images/green-texture.png);
    min-height: 255px; 
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 20px;
}
@media only screen and (max-width: 959px){
	.shopperapproved_widget{
		min-height: 248px;	
	}
}
.shopperapproved_widget .sa_review{
	height: 251px;
	    border-radius: 20px;
}
.shopperapproved_widget .sa_table td{
	display: block;
	width: 100%;
}
.shopperapproved_widget .sa_info{
	width: 100%;
    margin: 0px auto !important;
}
.sa_foot_container{
	width: 100%;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1031px){
	.companion-subcatagories .subcategory{
		width: 46%;
	}
}
@media only screen and (max-width: 650px){
	.companion-subcatagories .subcategory{
		display: block;
		width: 225px;
		margin: 15px auto !important;
	}
}

.brand-img{
	margin: 15px auto;
}


.left-col-about{
	display: inline-block;
	width: 80%;
}
.about-img-container{
	text-align: center;
	width: 20%;
	float: right;
	display: inline-block;
}
.about-img-container img{
	border: 5px solid #7d7f59;
	border-radius: 5px 5px 5px 5px;
	width: 100%;
	margin:10px;
}
@media only screen and (max-width: 700px){
	.left-col-about{
		display: block;
		width: 100%;
	}
	.about-img-container{
		width: 100%;
		display: block;
	}
	.about-img-container img{
		max-width: 150px;
	}
}

.alpha.beta.breeds-container{
	width: 100%;
}
.alpha.beta.breeds-container .breed-title-container {
    margin: auto;
    max-width: 162px;
}

.x-category-tree{
	background-image: url(../images/taupe-background.gif);
	background-size: 50px 50px;
	padding: 5px 12px ;
    border-radius: 20px;
}
nav.x-category-tree li.x-category-tree__list--level-1 {
	border-bottom: 1px solid #fff;
}
nav.x-category-tree .x-category-tree__list--level-1 .x-category-tree__link {
    color: #727747;
    text-transform: uppercase;
    padding: 20px 0px;
}
nav.x-category-tree .x-category-tree__list--level-1 .x-category-tree__link:hover{
    color: #d2a648;
    text-decoration: none;
}
nav.x-category-tree li.x-category-tree__list--level-1:last-child{
	border-bottom: none;
}
.x-collapsing-breadcrumbs__list{
	padding-left: 38px;
	padding-bottom: 0px;
}
.x-category-tree__list--level-2 .x-category-tree__link {
    color: #4a4a4a;
}
.x-category-tree__list--level-2 .x-category-tree__link:hover{
    color: #fff;
    text-decoration: none;
}
nav.x-category-tree li.x-category-tree__list--level-2{
	padding-top: 16px;
}

nav.x-category-tree li.x-category-tree__list--level-2 ~ li.x-category-tree__list--level-2{
	padding-top: 0px;
}

nav.x-category-tree li.x-category-tree__list--level-2 + li.x-category-tree__list--level-1{
	border-top: 1px solid #fff;
}
.text a.details{
	text-transform: uppercase;
	color: #7a7f4e;
	font-weight: bold;
}
.text a.details:hover{
	color: #fff;
	text-decoration: none;
}
.x-category-tree__title {
    display: none;
}
.x-category-tree__label{
	background-color: transparent;
	margin-bottom: 0px;
	border-bottom: none;
	font-size: 14px;
	color: #4a4a4a;
}
.x-category-tree__label::before,
.x-category-tree__label::after{
	top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    color: #4a4a4a;
}
h2{
	font-size: 20px;
    margin: 0.83em 0;
    color: #847863;
    font-weight: bold;
}
.dog-quote-container{
	text-align: center;
}
.dog_quote{
	width: 30%;
    color: #d2a648;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px;
    font-weight: bold;
}
@media only screen and (max-width: 650px){
	.dog_quote{
		width: 100%;
	}
}
.tab-left-30{
	margin-left: 30px;
}
.tab-left-30 a{
	color: #d2a648;
}
.tab-left-30 a:hover{
	color: #727747;
	text-decoration: none;
}
#catalog-container{
	display: inline-block;
	color:#fff;
	width: 250px;
	position: relative;
}
#catalog-img{
	width: 100px;
	height: 100px;
	background-image:url(../images/catalog.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -100px;

	-ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Safari */
    transform: rotate(-8deg); /* Standard syntax */
}
#catalog-title{
	font-weight: bold;
	margin-bottom: 16px;
	text-transform: uppercase;
}
#catalog-text{
	margin-bottom: 16px;
}
#catalog-order-now a{
	color: #D2A648;
}
@media only screen and (max-width: 959px){
	#catalog-img{
		right: -45px;
    	top: 75px;
	}
}
@media only screen and (max-width: 764px){
	#catalog-container{
		width: 100%;
	}
	#catalog-title{
		color: #D2A648;
		width: 100%;
		position: relative;
	}
	#catalog-title:before{
		content: "+";
		position: absolute;
		right: 0px;
		top:50%;
		transform: translate(0px, -50%);
	}
	#catalog-container.active-catalog #catalog-title:before{
		content: "-";
	}
	#catalog-text,
	#catalog-order-now,
	#catalog-img{
		display: none;
	}
	#catalog-container.active-catalog #catalog-text,
	#catalog-container.active-catalog #catalog-order-now,
	#catalog-container.active-catalog #catalog-img{
		display: block;
	}

	#catalog-container.active-catalog #catalog-text,
	#catalog-container.active-catalog #catalog-order-now{
		margin-left: 30px;
		margin-bottom: 30px;
		width: calc(100% - 200px);
	}
	#catalog-container.active-catalog #catalog-img{
		height: 100px;
		right: 60px;
    	top: 32px;
	}
}
.store-front{
    background-image: url(../images/beige-texture.gif);
    background-size: 50px 50px;
    width: 100%;
}
.store-front-wrapper{
	width: 100%;
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
.orange-button{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.832em;
	color: #fff;
	padding: 7px 60px;
	display: inline-block;
    margin: 15px 0;
    position: relative;
    vertical-align: middle;
    font-size: 17px;
    text-align: center;
    text-decoration: none;

    background-color: #d2a648;

    border: 1px solid transparent;

    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.orange-button:hover{
    text-decoration: none;
    background-color: #edc265;
    color: #fff;
}
.store-front main{
	max-width: unset;
	padding: 0px;
}
.store-front-featured-products{
	width: 100%;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
}
.featured-products-container .x-product-list__heading,
.featured_products_heading{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 26px;
	color: #424242;
}
.featured_products_heading{
	margin-bottom: 30px;
}
.featured_product-list{
	margin-top:30px;
	margin-bottom: 30px;
}
.promo-large{
	margin-bottom: 30px;
}
.promo-small-1,
.promo-small-2{
	width: calc(50% - 10px);
	display: inline-block;
	height: 350px;
}
.promo-small-1{
	background-color: #d2a648;
}
.promo-small-2{
	float: right;
	background-color: #424242;
}
.specials-wrapper{
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	background-image: url(../images/taupe-background.gif);
    background-size: 50px 50px;
    position: relative;
}
.specials-wrapper::after {
	background-color: #D2A648;
    display: block;
    width: 44.4px;
    height: calc(16px / 8);
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
    content: "";
}
.promo-small-wrapper{
	margin-bottom: 75px;
}
.img_mobile{
 	display: none;
}

.special-item,
.product-item{
	display: inline-block;
	width: calc(25% - 4px);
	vertical-align: top;
}
.special-image{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: auto;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.special-name,
.product-name{
	min-height: 56px;
}

.special-name,
.special-price,
.product-name{
	color: #424242;
	font-weight: bold;
	padding: 0px 10px;
}
.special-sale-price,
.product-sale-price{
	color: #D2A648;
	font-weight: bold;
	margin-bottom: 10px;
}
.shop-now{
	color: #fff;
	font-weight: bold;
}
a.product-link:hover{
	text-decoration:none;
}
.product-image{
	width: 100%;
	max-width: 300px;
	height: 20vw;
	border:1px solid #dcd4c0;
	margin: auto;
	    background-size: contain;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.store-front-featured-products .expanded{
	margin-bottom: 35px;
}
.promo-small-1{
	position: relative;
}
  /***************************/
 /*		dog scroller 		*/
/***************************/
.dog-scroller{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dog-scroller li.unfocused div.dog-headshot {
    height: 225px;
    width: 130px;
    top: 0px;
    left: 0px;

    z-index: 100;
}

    


.dog-scroller div.dog-headshot {
    background-position: center;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: contain;


    height: 285px;
    width: 203px;

    position: relative;
    top: -48px;
    left: -34px;

    z-index: 200;
    
}

.dog-scroller a {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    
   
}
.dog-scroller a .name{
	    display: block;
    width: auto;
    text-align: center;
    position: relative;
    top: 14px;
    right: 0;
    z-index:200;
}


.dog-scroller a:hover {
    text-decoration: none;
}

.dog-scroller {
	margin:0px auto;
	overflow:hidden;
	height: 310px;
}

.dog-scroller .scroll {
  list-style-type: none;
  margin: 0 auto; 
  padding: 0;
  position: relative;
  width: 1200px;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  transition: left 0.5s;

   top: 30px;
}

.dog-scroller .scroll > li {
  display: inline-block;
  width: 100%;
  height: 100%;
  white-space: normal;
  vertical-align: top;
  position: relative;
}
.dog-scroller .scroll > li > a {
  display: block;
  width: 100%;    
  text-decoration: none;
}

#scroll-left,
#scroll-right,
.scroll-left,
.scroll-right {
  position: absolute;
  top: 50%;
  display: none;
}

#scroll-left,
#scroll-right,
.scroll-left,
.scroll-right {
  display: block;
}

#scroll-left,
.scroll-left,
#scroll-right,
.scroll-right{
	border-color:#d2a648;
  	border-style: solid;
    border-width: 5px 5px 0 0;
    content: '';
    display: inline-block;
    height: 25px;
    position: absolute;
    vertical-align: top;
    width: 25px;
    z-index:500;
}

#scroll-left,
.scroll-left {
    left: 20.5%;
    top: 40%;
    transform: rotate(-135deg)  translate(-50%, -50%);
}

#scroll-right,
.scroll-right {  
    right: 19.5%;
    top: 51.5%;
    transform: rotate(45deg) translate(-50%, -50%);
}
#scroll-right:hover,
.scroll-right:hover,
#scroll-left:hover,
.scroll-left:hover{
	border-color:#b67420;
}
.spinner-controls:before,
.spinner-controls:after {
    content: "";
    width: 45px;
    height: 45px;
    background-color: #424242;
        display: block;
        position: relative;
        z-index: 400;
}
.spinner-controls:before{
	top: 0px;
    right: 40px;
}
.spinner-controls:after{
	top: -45px;
    right: calc(-100% + 1px);;
}

.dog-scroller *{
	box-sizing: border-box;
}
.dog-scroller .scroll li {
    width: 135px;
    transition: opacity 0.4s;
    float: left;
}

.dog-scroller.dog-static {
    width: 100%;
    height: auto;
    background: none;
    border: none;
}

.dog-wrapper.dog-static {
    padding-top: 0px;
    background: none;
}

#content .dog-scroller.dog-static>ul {
    padding-left: 0px;
}

.dog-scroller.dog-static li {
    vertical-align: top;
    height: 360px;
    list-style: none;
    width: 300px;
    display: inline-block;
    margin-bottom: 35px;
}

.dog-scroller.dog-static li span.name {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.dog-scroller .scroll li.unfocused {
    filter: blur(2px);
}

.dog-scroller .scroll li.unfocused .title {
    /*display: none;*/
    opacity: 0;
    height: 0px;
}

.dog-scroller .scroll .title{
	position: relative;
    top: 45%;
    transform: translate(0%, -50%);
    z-index: 300;
     opacity: 1;
     transition: opacity .5s, height .5s;
}
.spinner-controls{
	width: 50%;
    height: 45px;
    background-color: #53572f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

/*Promo small 2*/
.promo-small-header{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.promo-small-header.header-2{
	display: none;
}
.promo-small-2,
.promo-small-1{
	padding: 20px 30px;
}
.promo-small-2-img{
	height: 190px;
	width: 190px;
	background-size: 190px 190px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-top: 30px;
}
.promo-small-2-content-container{
	color: #fff;
	width:calc(100% - 206px);
	float: right;
	margin-top: 30px;
	padding-left: 10px;
}
.promo-small-2-text{
	font-size: 16px;
	margin: 10px 0px 15px; 
}
@media only screen and (max-width: 1116px){
	.promo-small-2-text{
		font-size: 14px;
		margin: -15px 0px 0px;
	}
	.promo-small-2-img{
		height: 165px;
		width: 165px;
		background-size: 165px 165px;
	}
	.promo-small-2-content-container{		
		width:calc(100% - 181px);
	}
}
@media only screen and (max-width: 959px){
	.promo-small-1,
	.promo-small-2{
		width: 100%;
		float: initial;
		text-align: center;
		display: block;
	}
	.promo-small-1,
	.promo-small-wrapper{
		margin-bottom: 30px;
	}
	#scroll-left, .scroll-left{
		left: 22%;
	}
	#scroll-right, .scroll-right{
		right: 21.5%
	}
	.promo-small-2-text{
		font-size: 16px;
		margin: 10px 0px 30px; 
	}
	.promo-small-2 .orange-button{
		padding: 7px 60px;
		width: auto;
	}
	.promo-small-2-content-container{
		text-align: left;
	}
	.dog-scroller {
	    top: 55%;
	}
	.promo-small-2-img{
		height: 190px;
		width: 190px;
		background-size: 190px 190px;
	}
	.promo-small-2-content-container{		
		width:calc(100% - 206px);
	}
}
@media only screen and (max-width: 800px){
	.special-item, .product-item{
		    width: calc(50% - 4px);
    		margin: 25px 0px;
	}
	.product-image{
		height: 35vw;
		width: calc(100% - 10px);
	}
	.store-front-featured-products .expanded {
	    margin-bottom: 0px;
	}
	.featured_products_heading{
		margin-bottom: 0px;
	}
	.store-front-featured-products {
	     background-color: transparent;
	}
}
@media only screen and (max-width: 600px){
	.promo-small-header.header-1{
		display: none;
	}
	.promo-small-header.header-2{
		display: block;
		margin-bottom: 10px;
	}
	.promo-small-2-content-container{
		text-align: center;
		width: 100%;
		float: inherit;
		padding-left: 0px;
	}
	.promo-small-2-img{
		margin-top: 20px;
		width: 100%;
	}
	.promo-small-2{
		height: auto;
	}
	.store-front .o-wrapper.o-wrapper--full.o-wrapper--flush.t-site-navigation,
	.promo-large,
	.promo-small-1, .promo-small-wrapper{
		margin:0px;
	}

	.img_full{
	 	display: none;
	}
	.img_mobile{
	 	display: block;
	 	width: 100%;
	}
	.store-front-wrapper {
	    padding: 0px;
	}
	.store-front-wrapper{
		padding: 0px;
	}
	.promo-small-1, .promo-small-2{
		padding-bottom: 50px
	}
	#scroll-left,
	.scroll-left {
	    left: 20.5%;
	}

	#scroll-right,
	.scroll-right {  
	    right: 19.5%;
	}
}
@media only screen and (max-width: 400px){
	.special-item{
		width: 100%;
	}
	#scroll-left,
	.scroll-left {
	    left: 17.5%;
	}

	#scroll-right,
	.scroll-right {  
	    right: 16.5%;
	}
}


.promo-large{
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.promo-large a{
	text-decoration:none;
}
.promo-large a:hover{
	text-decoration:none;
}
.promo-large-img{
	width: calc(19% - 20px);
	display:inline-block;
	height: 7vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px 10px;
}
@media only screen and (max-width: 600px){
	.promo-large-img{
		width: calc(32% - 20px);
		    height: 15vw;
	}
}
@media only screen and (max-width: 450px){
	.promo-large-img{
		width: calc(49% - 20px);
		    height: 18vw;
	}
}

.legal-logo{
	width: 52px;
}
.legal{
	display: inline-block;
    font-size: 14px;
    color: #fff;
    width: calc(100% - 60px);
    vertical-align: middle;
}
.legal-container{
	width: 67%;
	position: relative;
    bottom: -41px;
}
@media only screen and (max-width: 1015px){
	.o-layout.u-grids-1.u-grids-2--m.u-grids-3--l.u-text-center--m.u-text-uppercase.t-site-footer__disclaimer p:nth-of-type(1),
	.o-layout.u-grids-1.u-grids-2--m.u-grids-3--l.u-text-center--m.u-text-uppercase.t-site-footer__disclaimer p:nth-of-type(2){
	    width: 50%;
	    position: relative;
	    top: 10px;
	    right: 0px;
	    flex-basis: inherit;;
	}
	.o-layout.u-grids-1.u-grids-2--m.u-grids-3--l.u-text-center--m.u-text-uppercase.t-site-footer__disclaimer p:nth-of-type(1){
		text-align: left;
	}
	.o-layout.u-grids-1.u-grids-2--m.u-grids-3--l.u-text-center--m.u-text-uppercase.t-site-footer__disclaimer p:nth-of-type(2){
		text-align: right;
	}
	.legal-container {
     	width: 100%;
	}
	.legal{
		display: block;
    	margin-top: 15px;
	}
}
@media only screen and (max-width: 764px){
	.legal-container {
   		bottom: -21px;
	}
}
#catalogform input{
	width: 100%;
	    padding: 10px 7px;
}
#catalogform .address{
	width: calc(33% - 3px);
	display: inline-block;
}
#catalogform .orange-button{
	margin: 30px 0px;
	width: auto;
	padding: 7px 60px;
	float:left;
}
#catalogform {
	text-align: center;
}
#catalogform label{
	margin-top: 15px;
	font-weight: bold;
	float: left;
}
@media only screen and (max-width: 500px){
	#catalogform .address{
		width: 100%;
	}
}


/*Hero Styles*/


#hero .slide {
	position: absolute;
	background-position: center;
	background-repeat:no-repeat;
	width: calc(100%); 
	max-width: calc(80rem);
	background-size:cover;
	height: 592px;
}

.hero-wrapper {
	padding-left: 16px;
	padding-right: 16px;
	/*height: 592px;*/
	height: 640px;
}
#hero-controls{
	max-width:100%;	
	margin:0 auto;
}

#hero-slide-selector > a {
	background-color: #c0c0c0;
	display: inline-block;	
  	margin: 2px;
  	border-radius: 50%;
  	padding: 8px;
}
#hero-slide-selector > a.on {
	background-color: #d2a648;
}
#hero-current-slide{
	display:none;
}
#hero-slide-selector {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    opacity: 0.9;
}
#hero-overlay {
	position: relative;
    max-width: 100%;
    z-index: 1000;    
    left: 0px;
    top: 0px; 
}
#hero-prev-slide{
	display: none;

	float:left;
	cursor:pointer;
	cursor:hand;
	opacity:0.8;
	width:50px;
  	height: 50px;
  	background-color: #fff;
}
#hero-next-slide{
	display: none;

	float:right;
	cursor:pointer;cursor:hand;
	opacity:0.8;
	width:50px;
  	height: 50px;
  	background-color: #fff;
}
#hero-prev-slide:before{
	content: '<';
	position: relative;
}
#hero-next-slide:before{
	content: '>';
	position: relative;
}

#hero-prev-slide:hover,#hero-next-slide:hover{
	opacity:1;
	cursor:pointer;
	cursor:hand;
}


.hero-content{
	width: 30%;
	position: absolute;
    top: 50%;
    left: 0px;
    transform: translate( 0%, -50%);
    padding: 30px 60px 30px 30px;
    background-color: rgba(0, 0, 0, 0.7);
}
.hero-content img{
	max-height: 65px;
    max-width: 150px;
}
.hero-content sup{
	font-size: 21px;
	position: relative;
    top: -17px;
}
.hero-white-header{
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}
.hero-orange-header{
	font-size: 42px;
	font-weight: 400;
	color: #d2a648;
	margin-top: -10px;
}
.hero-white-paragraph{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.hero-product{
	width: 30%;
	min-width: 333px;
	position: absolute;
	top: 50%;
    right: 45px;
    transform: translate( 0%, -50%);
}
.orange-button.more-details{
	padding: 7px;
	display: block;
	width: 100%;
	max-width: 200px;
	text-transform: capitalize;
}
@media only screen and (max-width: 959px){
	.hero-content{
		position: relative;
	    width: 100%;
	    top: 350px;
	    transform: translate(0%, 0%);
	    text-align: center;
	    background-color: #666666;
	     padding: 25px 15px 80px;
	}
	.orange-button.more-details {
	    float: inherit;
	    margin: 15px auto;
	}
	.hero-content img {
	    position: absolute;
	    top: -81px;
	    left: 10px;
	}
	.hero-product{
		width: 158px;
		min-width: 158px;
	    top: 246px;
	    right: 10px;
	}
	#hero div.hero-content::before {
	    content: '';
	    display: block;
	    width: 100%;
	    height: 95px;
	    position: absolute;
	    top: -95px;
	    background-color: rgba(0, 0, 0, 0.7);
	    left: 0px;
	}
	#hero .slide{
		height: 350px;
		background-position: right;
	}
	.hero-wrapper{
		/*height: 623px;*/
		height: 635px;

	}
	#hero-slide-selector{
		bottom: 10px;
	}
	#hero-slide-selector > a {
	    background-color: #fff;
	}
}
@media only screen and (max-width:600px){
	#hero .slide{
		height: 260px;
	}
	.hero-wrapper{
		/*height: 533px;*/
		height: 555px;

		padding-left: 0px;
    	padding-right: 0px; 
	}
	.hero-product{
	    top: 155px;
	}
	.hero-content{
		top:260px;
	}
}
@media only screen and (max-width:415px){
	#hero .slide{
		height: 200px;
	}
	.hero-wrapper{
		/*height: 495px;*/
		height: 522px;
	}
	.hero-product{
	    top: 100px;
	}.hero-content{
		top:200px;
	}
}



.catalog-table tr:nth-child(odd){
	background: #FFFFCE;
}
.catalog-table tr:nth-child(1){
	background: transparent;
	background-image: url(../images/green-texture.png);
	color: #fff;
}

.catalog-table img{
	width: 100px;
}
.catalog-table td{
	padding: 15px;
}
table.catalog-table{
	max-width: 260px;
	text-align: center;
	margin: auto;
}

#hero{	
	max-width: 80rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.o-layout.o-layout--column-reverse.o-layout--row-reverse--l.o-layout--wide .o-layout__item.u-width-12.u-width-9--l .u-hidden.u-flex--l.o-layout--align-center.o-layout--justify-between.o-layout--wrap h1{
	    font-weight: bold;
    border-bottom: 1px solid #d2a648;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    width: 100%;
}

.o-layout.o-layout--column-reverse.o-layout--row-reverse--l.o-layout--wide .o-layout__item.u-width-12.u-width-9--l .u-hidden.u-flex--l.o-layout--align-center.o-layout--justify-between.o-layout--wrap .x-display-list-filtering{
	margin-bottom: 50px;
}
.t-faceting{
	display: none;
}



.manual-table tr:nth-child(odd){
	background: #FFFFCE;
}
.manual-table tr:nth-child(1){
	background: transparent;
	background-image: url(../images/green-texture.png);
	color: #fff;
}
.manual-table tr td:first-child{
	width: 40px;
	padding: 5px;
}
.manual-table tr td:last-child{
	width: calc(100% - 40px);
	padding: 5px 10px;
}
.manual-table th{
	padding: 15px;
	font-size: 20px;
}
.manual-table .u-icon-youtube::before,
.manual-table .u-icon-info::before {
    font-size: 28px;
    color: #dd0000;
    position: relative;
    top: 3px;
}
.manual-table .u-icon-info:hover,
.manual-table .u-icon-youtube:hover {
    text-decoration: none;
}

.alpha.beta.breeds-container.by-breed .breed-item img{
	max-height: 234px;
}
.alpha.beta.breeds-container.by-breed{
	text-align:center;
}
nav.x-category-tree .x-category-tree__list--level-1 .x-category-tree__link.x-category-tree__link--current{
	color: #d2a648;
}
.fasten_logo_container{
	max-width: 53px;
}
.x-transfigure-navigation.is-open{
	z-index: 2000;
}
.u-block.x-product-list__link .x-product-list__figure .x-product-list__image{
	margin: 0px auto 16px;
	max-height: 150px;
}
#fasten_header .o-layout.o-layout--align-center.x-fasten-header.t-site-header__masthead .o-layout__item.u-flex.u-width-4.u-width-3--w.t-site-header__masthead-links,
#fasten_header .o-layout.o-layout--align-center.x-fasten-header.t-site-header__masthead .o-layout__item.u-width-2.u-width-4--w{
	max-width: max-content;
}



#fasten_header .o-layout.o-layout--align-center.x-fasten-header.t-site-header__masthead .o-layout__item.u-width-4{
	max-width: inherit;
	padding-left: 20px;
    padding-right: 10px;

}

.align-left{
	width: 30%;
	display: inline-block;
}
.align-right{
	width: calc(70% - 10px);
	display: inline-block;
}
@media only screen and (max-width: 800px){
	.align-left,
	.align-right{
		width: 100%;
	}
}
  /**********************************************************************************/
 /*****************************Synthetic table styles*******************************/
/**********************************************************************************/

.synthetic-table{
	width: 100%;
	border-left: 1px solid #727747;
	text-align: center;
	overflow: auto;
}
.synthetic-table::after {
    content: "";
    clear: both;
    display: table;
}
.synthetic-table.one-cols .synthetic-tcol{width: 100%;}
.synthetic-table.two-cols .synthetic-tcol{width: 50%;}
.synthetic-table.three-cols .synthetic-tcol{width: 33.3333%;}
.synthetic-table.four-cols .synthetic-tcol{width: 25%;}
.synthetic-table.five-cols .synthetic-tcol{width: 20%;}
.synthetic-table.six-cols .synthetic-tcol{width: 16.66666%;}
.synthetic-table div{
	border-bottom: 1px solid #727747;
}
div.synthetic-caption{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 30px 10px;
	color: #fff;
	background-image: url(../images/green-texture.png);
	border-right: 1px solid #727747;
	border-top: 1px solid #727747;
	clear: both;
}
.pale-yellow-background{
	background-image: url(../images/pale-yellow-texture.png) !important;
	color: #4a4a4a;
}
.green-background{
	background-image: url(../images/green-texture.png) !important;
	color: #fff;
}
div.synthetic-tcol{
 	display: inline-block;
 	border: none;
 	padding:0px;
 	float: left;
 	border-right: 1px solid #727747;
 	height: 100%;
}
.synthetic-tcol div:nth-child(odd){
	background-image: url(../images/pale-yellow-texture.png);
}
div.synthetic-th{
	font-weight: bold;
}
.synthetic-tfoot{
	clear: both;
	border-right: 1px solid #727747;
	padding: 20px 10px;
}
.synthetic-tcol.hidden-tcol,
.synthetic-tfoot.hidden-tfoot{
	display: none;
}
@media only screen and (max-width: 800px){
	.synthetic-tcol.hidden-tcol{
		display: table-cell;
	}
	.synthetic-tfoot.hidden-tfoot{
		display: block;
	}
	.synthetic-table.three-cols .synthetic-tcol{width: 50%;}
	.synthetic-table.four-cols .synthetic-tcol{width: 50%;}
	.synthetic-table.five-cols .synthetic-tcol{width: 50%;}
	.synthetic-table.six-cols .synthetic-tcol{width: 50%;}
}
.side-nav-header-message{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 26px;
	color:#d2a648;
	text-shadow: 0px 0px 8px #fff;
}

.x-messages.x-messages--info{
	background-color: #fff;
    color: #4a4a4a;
}
.x-messages.x-messages--warning{
	background-color: #fff;
    color: #ce0002;
}
.faq-container,
.question-index-container{
	padding-top:50px;
}

.question-index-container .q{
	font-weight: bold;
	font-size: 18px;
}
.faq-container .q{
	font-size: 20px;
	color: #000;
}
.top-link{
	font-weight: bold;
	display: inline-block;
	padding: 7px 30px;
    font-size: 16px;
    background-color: #d2a648;
    color: #727747;
    border-radius: 10px;
}
.top-link:hover{
	text-decoration: none;
    background-color: #727747;
    color: #d2a648;
}

.orange-text{
	color: #D2A648;
}
.background-white{
	background-color: #fff;
}
.special-details{
	color: #424242;
	font-style: italic;
	margin-bottom: 15px;
}
.c-table-simple__row.u-font-small .c-table-simple__cell.c-table-simple__cell--standard.t-checkout-basket-summary__promo-form{
	margin: 0px;
	padding-left: 16px;
}
.phone-link,
.phone-link:hover{
	color:#fff !important;
	text-decoration: none !important;
	opacity: 1 !important;
}