@charset "UTF-8";
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-loading .slick-list {
	background: #fff url("https://sep.yimg.com/ay/mobile/i/ajax-loader.gif") center center no-repeat
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 30%;
	margin-top: -10px;
	padding: 0;
	border: 0;
	outline: 0;
	opacity: .5
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: 0;
	color: transparent;
	opacity: 1
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .25
}
.slick-prev {
	left: -25px
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px
}
.slick-prev:before {
	content: "<"
}
[dir="rtl"] .slick-prev:before {
	content: ">"
}
.slick-next {
	right: -25px
}
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto
}
[dir="rtl"] .slick-next:before {
	content: "<"
}
.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: 0
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: .75
}
.slick-slide img {
	display: inline
}
body {
	font-family: 'Droid Sans', sans-serif;
	color: #404040;
	font-size: 13px;
	background-color: white;
	margin: 0
}
header {
	padding-bottom: 8px;
}
header .row{max-height: 48px; background-color: #85806e; float: left; width:100%;}
header .row.border{border-bottom:5px solid #8d0d22;}
header .row > .col{max-height: 48px; padding:10px 0; width:25%; float: left; text-align: center; border-right:3px solid #9e9988; box-sizing: border-box;}
header .row > .col:last-child{ border-right:0;}
header .row > .col.open{background: #9e9988;}
header .row > .col a{ display: inline-block;}
header .row > .col img{ max-width:50%; height:auto;}
header .form-wrap{ border-bottom:5px solid #8d0d22; box-sizing: border-box; display: none; float: left; width: 100%; padding: 10px; background: #9e9988;}
	header .form-wrap form{ background: #fff; border-radius:3px;}
	header .form-wrap form input[type="text"]{width: calc(100% - 35px); height: 35px; border: 0; padding-left: 10px; box-sizing: border-box; outline:0; border-radius:3px;}
	header .form-wrap form input[type="image"]{ float: right;}
a {
	color: #404040;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
#mobileSearch {
	height: 37px
}
#mobileSearch form {
	margin: 0;
	padding: 0
}
#mobileSearch input[type="text"] {
	border: 0 none;
	width: 70%;
	margin: 4px;
	color: #787878;
	font-size: 18px
}
#mobileSearch input[type="image"] {
	float: right;
	border-radius: 0 4px 4px 0;
	display: inline-block;
	max-height: 37px;
	width: auto
}
#topNav {
	display: none
}
#mobileSearch {
	clear: both;
	border: 1px solid #404040;
	border-radius: 6px;
	margin: 0 10px 0 10px
}
#mobileCart {
	/*float: right;
	margin-right: 10px;
	margin-left: 10px*/
}
#hamburger {
	/*float: left;
	margin-left: 10px;
	margin-right: 10px*/
}
#logo {
	text-align: center;
	font-size: 22px;
	font-weight: bold
}
.homeBestsellers .slide {
	background-color: white;
	font-size: 10pt;
	margin: 0 5px;
	padding: 10px 5px 24px 5px;
	text-align: center;
	width: 174px
}
main {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
body.section main{ padding:10px 10px 40px 10px;}
#message,
#caption,
#subCategoryList,
#productList,
.caption {
	padding: 0 10px 20px 10px;
	line-height: 18px
}
#caption.caption {
	padding-bottom: 0;
}
body.section #caption{
	font-size:14px;
}
#subCategoryList{ padding-left:0; padding-right:0;}
.truncate {
	overflow: hidden
}
#heroImage {
	text-align: center;
	margin-top:20px;
}
#heroImage img,
#heroImage picture {
	max-width: 100%;
	height: auto
}
#accessories h2,
h3.ystore-cross-sell-title {
	background-color: #ececec;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	color: #404040;
	font-size: 16px;
	margin: 0 0 16px 0;
	padding: 14px 0;
	text-align: center;
	font-weight: bold;
	clear: both;
}
.slide .txt,
#productList .item .txt {
	margin-top: 10px;
	text-align: left;
}
.slide .txt a,
#productList .item .txt a {
	display: block;
	font-size: 15px;
	margin-bottom: 10px
}
.slide .pr,
#productList .item .pr {
	font-size: 15px;
	font-weight: bold
}
.slide .pr .reg,
.item .pr .reg {
	color: #787878;
	font-weight: normal;
	text-decoration: line-through
}
#bottomNav h5 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
	color: white;
	background-color: #404040
}
footer {
	margin-top: 10px;
	padding-bottom: 25px;
}
.navigation>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.navigation li {
	border: 1px solid #e2e2e2;
	font-size: 18px;
	background-color: white;
	margin-bottom: 7px;
}
.navigation a {
	padding: 3px;
	display: flex;
	align-items: center;
}
.navigation a{
	background: #fff url('https://lib.store.yahoo.net/lib/monticellostore/mobile-cat-right-arrow.png') no-repeat 96% 50%;
	padding-right: 3%;
}
.navigation a span{ padding-left: 10px;}
#mobileContactUsPhone {
	border-top: 1px solid #d9d9d9;
	background-color: white;
	margin-top: 10px;
	text-align: center;
	padding-top: 30px;
	font-size: 24px;
	font-weight: bold
}
#mobileContactUsPhone a {
	text-decoration: none
}
#utilityLinks {
	background-color: white;
	font-size: 15px;
	padding-bottom: 30px;
	padding-top: 15px;
	text-align: center
}
#utilityLinks a {
	font-weight: bold;
	white-space: nowrap
}
#utilityLinks>a::after {
	content: " | ";
	white-space: normal
}
#utilityLinks>a:last-child::after {
	content: ""
}
#copyright {
	background-color: white;
	color: #787878;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px
}
body.other main {
	padding: 10px
}
h1 {
	font-size: 16px;
	text-align: center;
	margin: 24px 0 24px 0;
	padding: 0 20px
}
body.section h1{
	color: #a61a2d;
	font-size: 23px;
	border-bottom:1px solid #bdb9ad;
	padding-bottom:10px;
	margin: 15px 0 15px 0;
}
.slick-slide img {
	max-width: 90%;
	height: auto;
	vertical-align: bottom
}
#productList .item {
	width: 48%;
	background-color: white;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	padding: 10px 10px 24px 10px;
	box-sizing: border-box
}
#productList .item img {
	max-width: 100%;
	height: auto
}
#productList .item:nth-child(even) {
	margin-right: 0
}
#productList .item:nth-child(odd) {
	clear: left
}
body.item h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
	text-transform: uppercase;
}
.itemOrderForm input[type="number"] {
	border: 1px solid black;
	border-radius: 4px;
	font-size: 20px;
	margin-right: 15px;
	text-align: center;
	box-sizing: border-box;
	width: 3em;
	padding: 0;
	float: left
}
.itemOrderForm input[type="submit"],
body.search main form center a {
	font-size: 20px;
	padding: 5px 20px;
	background-color: #1d1d1d;
	color: white;
	border-radius: 5px;
	border: 1px solid #1d1d1d
}
.itemOrderForm input[type="image"] {
    max-width: 100%;
    height: auto;
}
.itemOrderForm {
	padding: 20px
}
.itemOrderForm .option {
	margin: 10px 0 10px
}
.itemOrderForm .option>select {
	font-size: 16px;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid gray
}
.prodImages {
	margin: 0 20px 0 20px;
	background-color: white;
	text-align: center
}
.slick-dots li button {
	background-image: url("https://sep.yimg.com/ay/mobile/i/mobile-scroller-bullet_1.png");
	background-repeat: no-repeat;
	background-position: center middle;
	opacity: .2
}
.slick-active button {
	opacity: 1!important
}
.slick-prev {
	background-image: url("https://sep.yimg.com/ay/mobile/i/mobile-scroll-left_2.png");
	left: 0;
	height: 38px;
	width: 39px;
	color: transparent!important;
	background-size: 39px 38px
}
.slick-next {
	background-image: url("https://sep.yimg.com/ay/mobile/i/mobile-scroll-right_2.png");
	right: 0;
	height: 38px;
	width: 39px;
	background-size: 39px 38px;
	color: transparent!important
}
body.item .slick-prev {
	left: -20px
}
body.item .slick-next {
	right: -20px
}
.code {
	color: #787878;
	font-size: 15px;
	text-align: center;
	margin-top: 10px
}
body.item .itemPrice .pr {
	font-size: 20px;
	text-align: center;
	margin-top: 14px
}
#ys_relatedItems {
	margin: 0 10px 0 10px
}
.ystore-cross-sell-cell {
	background-color: white;
	border: 5px solid #f2f2f2;
	padding: 5px;
	text-align: center;
	width: 30%
}
.ystore-cross-sell-table {
	width: 100%
}
body.search main form {
	margin: 10px
}
body.search form tr {
	background-color: white
}
body.search form tr:nth-child(3n+3) {
	background-color: transparent
}
body.search form tr td {
	padding: 5px
}
.readMore {
	font-size: 13px;
	font-weight: bold;
	margin-top: 18px;
	cursor: pointer;
	text-align:center;
}
.readMore img {
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
}
body.other main {
	background-color: white
}
#mobileScrollToTop {
	cursor: pointer;
	display: none;
	right: 0;
	position: fixed;
	text-align: center;
	bottom: 0;
	z-index: 9999
}
#mobileScrollToTop img {
	max-width: 60px;
	height: auto
}
#pageControls {
	color: #979797;
	font-size: 20px;
	text-align: center
}
#pageControls a {
	text-decoration: underline;
	color: #404040
}
#pageControls>span {
	margin-left: 10px;
	margin-right: 10px
}
#pageInfo {
	padding: 0 20px 20px 20px
}
#mobilePagingAssets {
	display: none
}
.disabled {
	opacity: .4;
	cursor: auto
}
.mobilePageNext,
.mobilePagePrev {
	max-width: 20px;
	height: auto
}
.slider.prodImages .mobileNoImage {
	max-width: 90%;
	height: auto
}

.support-head {
    color: #85806e;
    font-size: 13px;
    background: #e9e8e4;
    line-height: 23px;
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
}
.support-head span{
	color: #a61a2d;
	font-family: 'Droid Serif', serif;
	padding-left:2px;
}
.logo-parent{ padding:20px 0; text-align: center;}
	.logo-parent #logo img{ max-width:90% !important;}

.sprite {
	background-image: url(//lib.store.yahoo.net/lib/monticellostore/yt-mobile-spritesheet.png);
	background-repeat: no-repeat;
	display: block;
}

.sprite-yt-mobile-arrow-down {
	width: 15px;
	height: 9px;
	background-position: -5px -5px;
}

.sprite-yt-mobile-arrow-up {
	width: 15px;
	height: 9px;
	background-position: -30px -5px;
}

.sprite-yt-mobile-cart {
	width: 28px;
	height: 22px;
	background-position: -5px -24px;
}

.sprite-yt-mobile-mail {
	width: 20px;
	height: 15px;
	background-position: -55px -5px;
}

.sprite-yt-mobile-menu {
	width: 26px;
	height: 18px;
	background-position: -43px -30px;
}

.sprite-yt-mobile-phone {
	width: 21px;
	height: 21px;
	background-position: -85px -5px;
}

.sprite-yt-mobile-search-white {
	width: 21px;
	height: 21px;
	background-position: -79px -36px;
}

.sprite-yt-search-brown {
	width: 17px;
	height: 17px;
	background-position: -5px -67px;
}
body.home main{ padding-top:0;}
.homeslider{margin-bottom: 15px;}
.homeslider .slick-slide img,
.homeBestsellers .slick-slide img{
	max-width: 100%;
}
.homeslider .slick-dots li button,
.homeBestsellers .slick-dots li button{
	background-image: url(https://lib.store.yahoo.net/lib/monticellostore/homeslider-dot.png);
	opacity: 1;
}
.homeslider .slick-dots li.slick-active button,
.homeBestsellers .slick-dots li.slick-active button{
	background-image: url(https://lib.store.yahoo.net/lib/monticellostore/homeslider-dot-active.png);
}
.homeBestsellers .slick-prev{
	background-image: url(https://lib.store.yahoo.net/lib/monticellostore/mobile-slider-left.png);
}
.homeBestsellers .slick-next{
	background-image: url(https://lib.store.yahoo.net/lib/monticellostore/mobile-slider-right.png);
}
.under-slider{padding: 0 10px 10px 10px;}
.under-slider h5,body.home main h2{
	color: #a61a2d;
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	font-weight:700;
	padding:10px 0;
	border-top:1px solid #bdb9ad;
	border-bottom:1px solid #bdb9ad;
	text-align: center;
	margin-top:0;
}
.homeBestsellers .slick-slide .txt,
.featured-products-text{
	font-family: 'Droid Sans', sans-serif;
}
.homeBestsellers .slide .txt a{
	margin-bottom:2px;
	font-size: 13px;
}
.homeBestsellers .slick-prev, .homeBestsellers .slick-next{opacity: 1;}
.homeBestsellers .slide .pr{ font-weight:normal;}
.under-slider ul{list-style: none; padding-left: 0;}
	.under-slider ul li{text-align: center; float: left; width:50%; box-sizing: border-box; margin-bottom:10px;}
	.under-slider ul li:nth-child(even){ padding-left:5px;}
	.under-slider ul li:nth-child(odd){ padding-right:5px;}
		.under-slider ul li img{ max-width:100%; height:auto;}
		.under-slider ul li span a{
			font-family: 'Droid Sans', sans-serif;
			height:40px;
			line-height:40px;
			color: #a61a2d;
			width:100%;
			display: block;
			background: #f2f1ec;
		}
.home-featured-products{clear: both; padding:10px;}
	.featured-products-text{ padding:0 10px;}

.support-footer{
	color: #fff;
	font-size:16px;
	background: #85806e;
	line-height:47px;
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
}
.support-footer span{
	color: #a61a2d;
	font-family: 'Droid Serif', serif;
	padding-left:5px;
}
.footer-newsletter{
	padding:15px 10px;
	background: #e9e8e4;
}
.footer-newsletter div{font-size: 12px; padding:0 10px 15px 10px; text-align: center; font-family: 'Droid Sans', sans-serif; }
.footer-newsletter input[type="text"]{ color: #85806e; font-family: 'Droid Sans', sans-serif; padding-left:40px; border:0; width:71%; background: #fff url(https://lib.store.yahoo.net/lib/monticellostore/yt-mobile-mail-dark.png) no-repeat 10px center; border-radius:4px; height:35px; line-height: 35px; box-sizing: border-box; margin-right: 1%;}
.footer-newsletter button{font-family: 'Droid Sans', sans-serif; font-weight:700; cursor: pointer; width:26%; border-radius:4px; height:35px; line-height: 35px; border:0; background: #a61a2d; color: #fff; text-align: center; text-transform: uppercase; box-sizing: border-box;}
.footer-links{ padding:15px 10px 5px 10px;}
.footer-links h5{
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #fff;
	background: #444135;
	border-radius: 4px;
	width:100%;
	margin-top: 0;
	box-sizing: border-box;
	cursor: pointer;
}
.footer-links h5:after {
	content: "";
	background:url(https://lib.store.yahoo.net/lib/monticellostore/yt-mobile-arrow-down.png) no-repeat center center;
	float: right;
	width:15px;
	height:18px;
}
.footer-links h5.open:after {
	content: "";
	background:url(https://lib.store.yahoo.net/lib/monticellostore/yt-mobile-arrow-up.png) no-repeat center center;
}
.footer-links ul {
	list-style: none;
	padding-left:0;
	display: none;
	margin-top: 0;
	padding: 0 10px;
}
.footer-links ul li{
	width:50%;
	color: #57544a;
	font-family: 'Droid Sans', sans-serif;
	line-height:24px;
	display: inline-block;
}
.footer-links ul li a{ color: inherit;}
.footer-logo{text-align: center; margin-bottom: 15px;}
.footer-logo img{ max-width:70%; height:auto;}
.footer-phone{ padding:10px;}
.footer-phone a{
	color: #58554b;
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	padding: 10px 0;
	border-top: 1px solid #bdb9ad;
	border-bottom: 1px solid #bdb9ad;
	text-align: center;
	margin-top: 0;
	margin-bottom:5px;
	text-transform: uppercase;
	width:100%;
	display: block;
}
a[href="?viewfullsite=1"]{
	color: #85806e;
	font-size:15px;
	text-align: center;
	display: block;
	text-decoration: underline;
}
#topNav a{ color: #57544a;}
#topNav li.brown,
#topNav.mm-menu .mm-list>li>a.mm-subclose{ background: #e9e8e4;}
#topNav li.dk-brown{ background: #444135; color: #fff;}
#topNav li.dk-brown a{ color: #fff;}
#topNav .mm-list a, #topNav .mm-list a:hover{ font-weight:normal;}
#topNav.mm-menu .mm-list>li>a.mm-subopen:before{ border-color: transparent;}
#topNav li.brown:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after,
#topNav li.dk-brown:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{
	border-width:0;
}
#topNav.mm-menu .mm-list>li>a.mm-subclose:before{
	border-color: #57544a;
}
html.mm-opening .mm-slideout:before {
	content: ' ';
	display: block;
	height: 100%;
	background: rgba(41, 33, 26, 0.85);
}
a.morelink{text-decoration: none; color: #a61a2d; font-weight:700; background: #fff url(https://lib.store.yahoo.net/lib/monticellostore/mobile-read-more-down.png) no-repeat right center; padding-right:15px;}
a.morelink.less{
	background: #fff url(https://lib.store.yahoo.net/lib/monticellostore/mobile-read-more-up.png) no-repeat right center;
}

/* subsection */
.fpContsWrap {
	float: left;
	width: 100%;
}

.fpContsItem {
	float: left;
	width: 50%;
	height: 235px;
}

.fpContsItem .fpContsImg {
	text-align: left;
}

.fpContsItem .fpContsImg img {
	border-radius: 5px;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.fpContsItem .fpContsName {
	width: 174px;
	font-family: 'Trebuchet MS', 'Cabin';
	font-size: 17px;
}

.fpContsItem .fpContsName a {
	color: #A61A2D;
	text-decoration: none;
}
#subSectionPage .fpContsItem {
	float: left;
	width: calc(50% - 15px);
	height: auto;
	margin-right: 27px;
	margin-bottom: 30px;
}

#subSectionPage div.fpContsItemBreak {
	margin-right: 0;
}

#subSectionPage .fpContsWrap {
	padding-top: 20px;
}

#subSectionPage .fpContsItem .fpContsImg {
	text-align: left;
	padding-bottom: 10px;
}

#subSectionPage .fpContsItem .fpContsImg img {
	border-radius: 0;
	display: block;
}

#subSectionPage .fpContsItem .fpContsName {
    width: auto;
	padding-bottom: 3px;
}

#subSectionPage .fpContsItem .fpContsName a {
	text-decoration: none;
	color: #57544a;
	font-family: 'Droid Sans';
	font-size: 13px;
}

#subSectionPage .fpContsItem .fpContsPrice {
	font-family: 'Droid Sans';
	font-size: 13px;
	width: auto;
}

#subSectionPage .fpContsItem .fpPriceNorm {
	color: #57544a;
	padding-bottom: 3px;
}

#subSectionPage .fpContsItem .fpPriceReg {
	color: #57544a;
	text-decoration: line-through;
	padding-bottom: 3px;
}

#subSectionPage .fpContsItem .fpSalePrice {
	color: #a61a2d;
	font-weight: bold;
	padding-bottom: 3px;
}

.fpContsItem .pr_snippet_category {
	clear: both;
	
}

.fpContsItem .pr-snippet-wrapper {
    padding: 0;
}

.fpContsItem .pr-snippet-stars {
    padding: 0;
}

.fpContsItem .pr-snippet-review-count {
    color: #57544a;
    font-size: 11px;
    line-height: 17px;
    vertical-align: top;
}

.sortLinks {
    font-size: 12px;
    color: #58554b;
    background-color: #e9e8e4;
    padding: 10px 0 10px 5px;
    font-weight: bold;
}

.sortLinks a, .sortLinks .sortSep {
	font-weight: normal;
}
.pageLinks {
    text-align: center;
}
.rowSep {
    border-top: 1px solid #d3d0c8;
    height: 0px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
}
/* ratings */
.pr-snippet-stars .pr-snippet-rating-decimal {
	background-color: white !important;
	color: #67645c !important;
}

/* item page */
body.item a {
	color: #58554b;
}
a.backToParent {
    font-size: 10pt;
    padding-left: 20px;
}
body.item h1 {
	margin: 15px 0 10px;
	text-align: left;
	font-size: 21px;
	color: #57544a;
}
body.item main {
	color: #57544a;
}

/* item page image slider */
.prodImages .slick-dots li, .prodImages .slick-dots li button:before {
   /* width: 100px;
    height:100px; */
    margin:0;
    padding:0;
}
.prodImages .slick-dots li {
    margin: 5px; border:1px solid #ccc; display:inline-block; width:auto;height:auto;
}
.prodImages .slick-dots li button {
    margin:0;
    height:auto;
    width:100%;
    padding:0;

}

.prodImages .slick-dots li button.tab { clear:both;   display:block;}
.prodImages .slick-dots li button img { width:100%; max-width:80px; height:auto;   }
.prodImages .slick-dots li button:before {
    content:''; border:1px solid #f00;display:block; width:100%;  max-width:150px; overflow:hidden; float:none;  position:absolute;
    width:100%;
    height:100%
}
.slick-thumbs {
    position:absolute;
    left: -9999px;
}

/* item page average rating */
body.item .pr-snippet-wrapper {
	padding: 0;
	margin-left: 20px;
	margin-bottom: 16px;
}
body.item .pr-snippet-stars .pr-snippet-rating-decimal {
    background-color: #414142 !important;
    color: white !important;
}
.pr_snippet_product .pr-snippet-stars, .pr_snippet_product .pr-snippet-read-write {
	display: inline-block;
}
.pr_snippet_product .pr-snippet-read-write div {
	display: inline-block;
}
.pr-snippet-read-write a.pr-snippet-link {
	font-size: 10px;
	color: #57544a !important;
}

table.itemPrice {
    margin: 10px 20px 0;
    width: calc(100% - 40px);
}
.itemPrice .regPr {
    text-decoration: line-through;
    color: #57544a;
}
.itemPrice .prodCode {
    color: #57544a;
	font-size: 12px;
}
.itemPrice .salePr {
    color: #8d0d22;
    font-size: 16px;
}

.itemOrderForm label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}
input#inp-vwquantity {
    display: inline-block;
    margin-bottom: 14px;
}


/* popin style */
#m-popin-link img {
	margin-left: 3px;
}

#m-popin {
    border: 3px solid #8d0d22;
    width: 90%;
	border-radius: 8px;
	position: absolute;
	z-index: 500;
	display: none;
	background: #fff;
}

#m-popin-fade {
	background: #000;
	z-index: 499;
	opacity:0.6;
	filter:alpha(opacity=60);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#m-popin h6 {
    background: url(https://lib.store.yahoo.net/lib/monticellastore/gift-wrap-header.gif) 0 bottom repeat-x;
    color: #A5192D;
    font-family: 'Droid Sans',sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 20px 20px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 2px solid #edece9;
}

#m-popin-close {
    background: url(https://lib.store.yahoo.net/lib/monticellostore/mobile-popin-close.png) 0 0 no-repeat;
    height: 22px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 22px;
	cursor: pointer;
}

#giftwrapinner img {
    /* float: left; */
    margin: auto;
    width: 104px;
    height: 104px;
    display: inherit;
}

#giftwrapinner p {
    color: #464546;
    font-family: 'Droid Sans',sans-serif;
    font-size: 12px;
    margin: 20px;
}

#fp-popin-close {
    cursor: pointer;
    position: absolute;
    right: -7px;
    top: -7px; 
    font-size: 14px;
    border: 1px solid #000; 
    padding: 5px 7px; 
    text-align: center;
    background: #A51A31;
    color: #fff;
}

#screenFilter {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 9998;
    display: none;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    top: 0;
    left: 0;
}

#fp-popin {
  width: 640px;
  height: 340px;
  position: absolute;
  z-index: 9999;
  background: #fff;
}

#fp-popin iframe {
    width: 100%;
    height: 100%;
    overflow: none;
}

.piAvail.itemLine {
    margin-top: 10px;
    text-align: center;
	font-size: 12px;
}

body.item main > .caption {
    border-bottom: 1px solid #cfccc3;
	padding-bottom: 0;
}
body.item main > .caption.open {
	background-color: #f6f5f0;
}

.pr-header, .pr-pagination-top, .pr-review-points, .pr-review-author-date, .pr-review-tools, .pr-review-bottom-line-wrapper, 
.pr-review-author-location, .pr-review-author-affinity-wrapper, .pr-review-author-badge-wrapper, .pr-comments-header, .pr-pagination-bottom {
    display: none;
}

.pr-contents, .pr-contents-wrapper {
	border: 0 none !important;
	padding: 0 !important;
}
.pr-review-rating-wrapper, .pr-review-main-wrapper, .pr-review-author {
	float: none !important;
	width: 100% !important;
}
p.pr-review-rating-headline {
    display: block;
    clear: both;
    font-size: 16px;
    padding-top: 10px;
}
.open .pr-contents-wrapper {
	background-color: #f6f5f0;
}

body.item .caption > h2:after {
	content: "";
	background:url(https://lib.store.yahoo.net/lib/monticellostore/mobile-caption-down-arrow.png) no-repeat center center;
	float: right;
	width:15px;
	height:9px;
}
body.item .caption > h2.open:after {
	content: "";
	background:url(https://lib.store.yahoo.net/lib/monticellostore/mobile-caption-up-arrow.png) no-repeat center center;
}

.caption iframe {
    max-width: 100%;
    height: auto;
}
#crossSell h2 {
    text-align: center;
    color: #a61a2d;
    border-bottom: 1px solid #e0ded9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
div#socialShare {
    background-color: #e9e8e4;
    text-align: center;
    padding: 18px 0;
}
.slick-slide iframe {
    max-width: 100%;
	height:auto;
}
/*Fancybox 3 CSS for thumbs*/
.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}
.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	background: transparent;
	position: absolute;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}
.fancybox-thumbs>ul {
	text-align: center;
	padding: 0;
}
.fancybox-thumbs>ul>li {
	float: none;
	display: inline-block;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid transparent;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}
.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1;
}
.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-caption-wrap{
	text-align: center;
	background: transparent;
}
.fancybox-caption {
	border: 0;
	padding: 5px 0;
	color: #222;
}
.fancybox-container:not(.fancybox-can-zoomIn) .fancybox-caption{
	color: #fff;
}
.fancybox-caption-wrap{
	opacity: 1;
	visibility: visible;
	transition: opacity .25s,visibility 0s;
}
.fancybox-bg{
	background: #fff;
}
.fancybox-is-open .fancybox-bg {
	opacity: .94;
}
/*Fancybox 3 Custom Modal Buttons*/
.fancybox-arrow{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	color: #222;
	width:30px;
	height:30px;
	margin-top:-22px;
	border-radius: 0;
	border:0;
	font-size: 34px;
}
.fancybox-show-nav .fancybox-arrow{
	opacity: 1;
}
.fancybox-arrow--left{
	left:5px;
}
.fancybox-arrow--right{
	right:5px;
}
.fancybox-arrow:after{
	background: none;
	left: 14px;
	top:15px;
	content:"\f105";
	width: 14px;
	height: 20px;
}
.fancybox-arrow--right:after{
	left:auto;
	right:2px;
}
.fancybox-button--close:before,
.fancybox-button--close:after{
	-webkit-transform: none;
	transform: none;
	height:auto;
	width:auto;
	background: transparent;
}
.fancybox-button--close{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	color: #222;
	width:34px;
	height:30px;
	margin-top:-10px;
	font-size: 24px;
}
.fancybox-button--close:before{
	content: "\f00d";
}
.fancybox-button--close:hover:not([disabled]){ background: transparent;}
.fancybox-show-toolbar .fancybox-button--close:before{
	opacity:1;
}
.productImages .slick-dots li {
	width: 40px;
	height: 40px;
	margin: 0px 3px;
}
.productImages .slick-dots li.slick-active:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 1;
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
}
.productImages .slick-dots img {
	max-height: 40px;
}
.productImages .slick-dots button {
	display: none;
}
.productImages{
	margin-left:25px;
	margin-right:25px;
}
.productImages .slick-slide img{
	max-width:100%;
}
.productImages .fa-angle-left, .productImages .fa-angle-right {
	position: absolute;
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 40%;
	margin-top: -15px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:34px;
	color: #4c493f;
}
.productImages .fa-angle-left{
	left:-18px;
}
.productImages .fa-angle-right{
	right:-18px;
}
.fancybox-stage{
	margin:0 30px;
}
.productImages .slick-disabled{opacity: .3}
.productImages .slick-track{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items:center;
}
.fancybox-slide--iframe .fancybox-content{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: calc(100% - 88px);
}