<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.unslider-arrow {
		display:none;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url("../images/loading.gif") no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url("../images/default-bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("../images/default-arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:2px;
}
.theme-default a.nivo-prevNav {
	left:2px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-light.slider-wrapper {
    background: #fff;
    padding: 10px;
}
.theme-light .nivoSlider {
	position:relative;
	background:#fff url("../images/loading.gif") no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-light .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url("../images/light-bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url("../images/light-arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.theme-light a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-dark.slider-wrapper {
    background: #222;
    padding: 10px;
}
.theme-dark .nivoSlider {
	position:relative;
	background:#fff url("../images/loading.gif") no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-dark .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-dark .nivoSlider a {
	border:0;
	display:block;
}

.theme-dark .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-dark .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url("../images/dark-bullets.png") no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-dark .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-dark .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url("../images/dark-arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-dark a.nivo-nextNav {
	background-position:-16px 50%;
	right:0px;
}
.theme-dark a.nivo-prevNav {
    background-position:11px 50%;
    left: auto;
	right: 35px;
}

.theme-dark .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-dark .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-dark .nivo-caption a:hover {
    color:#fff;
}

.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-bar.slider-wrapper {
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}
.theme-bar .nivoSlider {
	position:relative;
	background:#fff url("../images/loading.gif") no-repeat 50% 50%;
}
.theme-bar .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-bar .nivoSlider a {
	border:0;
	display:block;
}

.theme-bar .nivo-controlNav {
    position: absolute;
    left: 0;
    bottom: -41px;
    z-index: 10;
    width: 100%;
    height: 30px;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #333;
	background: #333;
    background: -moz-linear-gradient(top,  #565656 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #565656 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #565656 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #565656 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #565656 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-controlNav {
    bottom: 0;
    opacity: 1;
}
.theme-bar .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url("../images/default-bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 5px 2px 0 2px;
}
.theme-bar .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-bar .nivo-directionNav a {
	display:block;
	border:0;
	color: #fff;
	text-transform: uppercase;
	top: auto;
	bottom: 10px;
	z-index: 11;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar a.nivo-nextNav { right: -50px; }
.theme-bar a.nivo-prevNav { left: -50px; }
.theme-bar:hover a.nivo-nextNav {
    right: 15px;
    opacity: 1;
}
.theme-bar:hover a.nivo-prevNav {
    left: 15px;
    opacity: 1;
}
.theme-bar .nivo-directionNav a:hover { color: #ddd; }

.theme-bar .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-caption {
    bottom: 41px;
}
.theme-bar .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-bar .nivo-caption a:hover {
    color:#fff;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.nivoSlider {
	position:relative;



	float:left;
	width:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	display:none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*previously viewed products*/
.liquid {
	background:#fff scroll 50% 0;
	border:1px solid #ccc;
	/*-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px; */
	padding:2px 0;
	-moz-margin-top:-5px;
	max-height:120px;
	overflow:hidden;

}
/*.liquid:hover {
	border:1px solid #aaa;
	box-shadow: 0 0 5px #888;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
}*/
.liquid .pvprevious {
	display:block;
	height:38px;
	width:19px;
	background-image:url('/images/pvprevious.png');
	float:left;
	margin:30px 5px;
	padding:0;
}
.liquid .pvnext {
	display:block;
	height:38px;
	width:19px;
	background-image:url('/images/pvnext.png');
	float:right;
	margin:30px 5px;
	padding:0;
}
.liquid .pvnext:hover,.liquid .pvprevious:hover  {
	cursor:pointer;
	}
.liquid ul li {
	width:100px;
	padding:0 22px;
	margin:0;
}
.liquid ul li img{
	max-height:100px;
	max-width:100px;
}
.pvalign {
	display:table-cell;
	height:100px;
	vertical-align:middle;
	position:relative;
	}
.pvroll {
	opacity:0;
	top:0;
	filter: alpha(opacity=0);
	position:absolute;
	overflow:hidden;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	}
.pvroll:hover {
	opacity:1.0;
	filter: alpha(opacity=10);

	/*overflow:hidden;*/
}
.pvwrapper ul {
    display:flex;
    list-style:none;
}
	/* Smaller screens */@media handheld, only screen and (max-width:1139px) {
.liquid {margin-top: 10px;}

.liquid ul li {
	padding:0 2px;
	margin:0;
}

}
/*end previously viewed products*/

#waterfall {
    margin-top: 10px;
 }

#waterfall &gt; div {
	width: 276px;
	background:white;
	/*border-radius:5px; */
	border: 1px solid  #CCC ;
	margin:0 7px 7px 0;
	float:left;
}

#waterfall div.whead {
	padding: 4px;
	border-bottom: 1px dashed #ccc;
	border-radius: 4px 4px 0 0 ;
}
#waterfall div.whead:hover {background:#fcfcfc}
#waterfall div.whead img {margin: 0 5px;}
#waterfall &gt; div:hover {
	/*-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
		border: 1px solid #aaa ;*/

}

#waterfall div.wcontent {
	padding: 8px;
    color:gray;
}

#waterfall img.pb {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#waterfall div.wcontent:hover img.pb {
	display: block;
}


#waterfall div.wcontent div.i1 {
	text-align: center;
	position: relative;
	margin-bottom:10px;
}

#waterfall div.wcontent div.s1 {
	/*text-decoration:line-through;*/
	font-size: 1.2em;
	color: #7F7F7F;
}

#waterfall div.wcontent div.s2 {
	color:#262a40;
	font-size: 1.2em;
	font-weight:bold;
}
#waterfall div.wcontent div.s2 img {
	vertical-align:middle;
	}

#startimages {
	text-align:center;
	min-height: 100px;
	background-image: url(/images/home_loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
/* pins 'load more' css 2020 */
    #waterfall {
        width: calc(100% - 1px);
    }

  #pinsDefault {
        position: relative;
        overflow: hidden;
        width: calc(100% + 1px);
        background: url(/images/bgpin.png) no-repeat calc(50% - 1px) bottom;
    }
	.pr {
      /* background-color: #4CAF50; /* Green */
        background: transparent;
        background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 100%));
        height: 200px;
        border: none;
        color: slategray;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        width: calc(100% - 0px)!important;
        position: absolute!important;
        bottom: 0px;
        margin: auto 0;
        transform: none!important;
}
    .pr i {
        font-size: 10px;
        margin: 0 10px;
}
    .pr:focus {
       /* background: white; */
        outline: none;
        box-shadow: none;
}
    .pr:before {
        content: "Load More";
        font-size: 1.5em;
        padding:17px;
        width: 25%;
        margin: auto;
        /*border:2px #ccc solid;*/
        border-radius: 3px;
        background: #ccc;
        display: block;
        cursor: pointer;
        color: #fff;
        z-index: -1;
}
.pr:hover:before {
    background: #ccc;
    /*border-color: slategray;*/
    background-color:#9ea1a7;
    color: #eee;
}
.pr:active:before {
    /*border-color: black;*/
    background-color: slategray;
    color:#ddd;
}

 @media only all and (max-width: 800px)  {
     #pinsDefault {
        margin: auto;
        width:97vw;
     }
    .pr:before {
        width: 85%;
        font-size: 1.5em;
    }
/* eo load more pins css 2020 starts line 640 */
     .colcontainer h2 {padding:1vh 2vw;font-weight: bold;}
.nivoSlider {
	position:relative;
	float:left;
	width:100%;
}
}
/*JUICYCONTENT*/

.eflbanner { position: relative; overflow: auto; }
.eflbanner li { list-style: none; }
.eflbanner ul li { float: left; }
.eflbanner .prev		{
	display: inline-block;
	height: 38px;
  	width: 19px;
 	/* background-image: url('/images/pvprevious.png');*/
  	float: left;
  	position: relative;
 	top: 130px;
	margin:3px;
	}
.eflbanner .next		{
	display: inline-block;
	height: 38px;
	width: 19px;
	/*background-image: url('/images/pvnext.png');*/
 	float: right;
	position: relative;
	top: 130px;
	margin:3px;
}
#indexDefaultMainContent {margin-bottom:-15px;overflow:hidden;}
#juicyMain {
height:314px;}
.juicyRounded {
	border: 1px solid #ccc;
	/*border-radius: 5px;*/
 }
/*.juicyRounded:hover {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
border: 1px solid #aaa;
}*/
 #juicyMain hr {
	 height: 1px;
	 margin:0;
	 border: none;
	 border-bottom: 1px dashed #dddddd;
}
.juicysellers{float:left; height:314px; width:100px; margin-right:7px; position:relative; background: white;}


a.juicysellertip span { z-index:10;display:none; padding:5px 10px 10px; margin-top:5px; margin-left:90px; width:240px; line-height:16px;border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
 }
a.juicysellertip .juicysellermargin { margin-top:-90px; margin-left:-5px;!important }
a.juicysellertip:hover span{ display:inline; position:absolute;border:1px solid #aaa; background:#fff;
opacity: .95;filter: alpha(opacity=95);
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
a.juicysellertip:hover span:hover {opacity:1.0; filter: alpha(opacity=100); }

.juicysellercallout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

.juicycontent{float:left; height:314px; width:605px; margin-right:7px;text-align: left; background:url('/images/slider/juicy_bg.gif')bottom right no-repeat;}
.juicycontentslider{float:left; height:314px; width:705px; margin-right:7px;}
.juicycontentslider ul{}
.juicycontentslider li{height: 314px; width: 605px;background-repeat:no-repeat; background-position:center; }
.juicybanner {
	float:right;
	width:415px;
	height:142px;
	margin-bottom: 10px;
	border-color:#aaa;
	background:#000 url('/images/slider/juicyVDaHBanner.gif') top no-repeat;
	text-align:left;
}
.juicybanner.kitchen {
	background:#000 url('/images/banners/brev_bnr_index.png') top no-repeat;
	}
.juicybanner img {opacity: 0.0;
    filter: alpha(opacity=0);
	 /* For IE8 and earlier */
	 margin:5px;
}
a:hover .juicybanner img {opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.juicysignup {
/*	border-radius: 5px; */
	border:solid 1px #000b53;
	text-align:left;
	padding:20px;
	float:right;
	width:375px;
	height:120px;
	background:url('/images/slider/juicySignUpBG.jpg') repeat-x;
	}
.kitchen {
 background:url('/images/slider/juicySignUpBG_BLACK.jpg') repeat-x;
	}
.juicyContentProduct {text-align:right;padding:10px;border:0;height:92%; overflow:hidden;}
.juicyContentProduct span {display:block;}
.juicyContentProduct img {float:left; }
.jreg {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #999;
	font-size:14px;
	margin-bottom:10px
	}
.juicysellertip p {line-height:14px}
.juicysellertip strong,.jsale {
	font-family: 'Archivo Black', sans-serif;
	color:#d41a1f;
	font-size:50px;
	line-height:50px;
	margin: -15px 0 0 0; padding:0;
}
.juicysellertip strong sup, .jsale  sup {
	font-size: 30px; position: relative;
	/*vertical-align: top;top: -7px;*/
	}
.juicyInput{ -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; border:1px solid #fff ; height:29px; width:270px; padding-left: 20px; margin:0; color: #999999;outline: 0;}
.juicywhead{
	padding: 4px;
	border:0;
	border-bottom: 1px dashed #ccc;
 	border-radius: 4px 4px 0 0;
	text-align: left;
}
/*.juicywhead:hover {background:#fcfcfc}*/
.juicywhead img  {margin:0 5px;!important;}

/* Smaller screens */@media only screen and (max-width: 1139px) {
#maincontent {width:1500px; width:100%;}
.juicysellers {width:15%; margin:0}
.juicycontent {display: block;width:84%;float:right; margin:0 0 10px 0;}
.juicycontentslider {display: block;width:100%;float:right; margin:0 0 10px 0;}
.juicycontentslider li{max-height:300px; max-width: 100%;  background-repeat: no-repeat;
    background-position: 50% 50%;}

.juicybanner {
	width:44%; height:160px; float:left;background-size:contain;background-position:center top;
}
.juicysignup {width:49%; float:right}
}
/* Smaller screens */@media handheld, only screen and (max-width: 800px) {

.eflbanner .prev, .eflbanner .next {top: 15vw;}
#maincontent,.juicycontent,.juicycontentslider{width:100%; height:auto;/*height:46vw;*/margin:0;}
.juicycontentslider li{/*max-height:180px; height:auto;*/ max-width: 100%;  background-repeat: no-repeat;
    background-position: 50% 50%;height:46vw;}

.juicysellers {width:100%; height:100px; margin-bottom:10px;}
.juicysellers a {width:110px; float:right;}
.juicysellers  hr {display:none;}
 img.juicyImage {
	height:auto;
	width:100%;
	max-width:357px;}
.juicybanner{
	width:100%;
	height:160px;
	background-size:contain;
	background-position:center top;
}
.juicyRounded {border:0;border-radius:0;}
.juicysignup,a.juicysellertip:hover span, .juicysmallbanner {display:no ne;}
a.juicysmallbanner div {
    margin-top: 4px;
    display: block;
}


.juicysignup {
	text-align: center;
    margin: 0;
    padding: 20px 0 0;
	width: 100%;
	display:block;
	border-radius:0;
	border:0;
	height: auto;
    background: #081425;
	border-top: 5px #cccccc solid;
	border-bottom: 5px #cccccc solid;
	}
	.juicysignup img {display:block;margin:0 auto;max-width: 80%;}
}
/* Smaller screens */@media handheld, only screen and (max-width: 480px) {.juicysellers a {width:30%; float:right;}
}

/*CLUSTERS*/
.heartProduct {
	top:-10px;
	right:-10px;
}

.colcontainer {
  margin-right: auto;
  margin-left: auto;
  margin-top:32px;
}

.clearfix:before,
.clearfix:after,
.colcontainer:before,
.colcontainer:after,
.colcontainer-fluid:before,
.colcontainer-fluid:after,
.bsrow:before,
.bsrow:after {
  content: " ";
  display: table;
}
.clearfix:after,
.colcontainer:after,
.colcontainer-fluid:after,
.bsrow:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.img-responsive {
    width: 100%;
}
.new .main_image {
    height: 390px;
	vertical-align: middle;
    display: table-cell;
}
.new .pic_left_main {
    background: white none repeat scroll 0 0;
	border: 1px solid #bbbbbb;
	height: 390px;
    overflow: hidden;
    padding: 0;
    text-align: center;
	position:relative;
}
.new .pic_left_small {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: #bbbbbb #bbbbbb -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
	border-color: #bbbbbb;
	border-width: 1px 1px medium medium;
   /* height: 130px; */
    height: 129.33333333333px;
    overflow: hidden;
    padding: 0;
    text-align: center;
	position:relative;
}
.new .pic_left_main .logo, .pic_left_small .logo {
    margin: 10px;
    position: absolute;
}
.new .icon_right {
    color: #dadada;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.new .logo &gt; img {
    margin-right: 20px;
	vertical-align: middle;
}
.new .details {
    margin-bottom: 30px;
	font-size: 1.2em;
}
.new .details p {
    font-size: 15px;
}
.new .details h3 {
    font-size: 24px;
    margin-top: 10px;
}
.new .pic_left_main .des {
    background: gray none repeat scroll 0 0;
    bottom: 0;
    color: white;
    opacity: 0.6;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
}
.new .des {
    display: none;
}
.new .pic_left_main:hover .des {
    display: block;
}
.border_btm {
    border-bottom: 1px solid #bbbbbb !important;
}
.fa-star {
    color: orange;
}
.col-md-12.details a{
		max-width: 652px;
}
.col-md-12.details a, .col-md-12.details {
    color: #08346e;
    line-height: 2em;
    display: block;
}
.col-md-12.details a:hover {
    color: #177dd5;
}
.col-md-12.details h3 {
    padding: 9px 0;
		font-weight: bold;
}
.newproductsHeadiing {
	font-size: 24px; color: #08346e;margin-bottom:20px;font-weight: bold;
}
@media (min-width: 1200px) {
  .colcontainer {
    width: 1140px;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
   /* width: 76%; */
   width: 75.5%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 59%;
	    padding-right: .3%;

  }
  .col-md-6 {
    width: 46%;
  }
  .col-md-5 {
    /*width: 41.66666667%; */
	width: 40.6%;

  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    /*width: 25%; */
	width: 24%;

  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
 }
@media (min-width: 768px) and (max-width: 991px) {
        .bsrow .col-md-12 {
        width:97vw!important;
        margin:auto;
    }

	  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
   /* width: 76%; */
   width: 75.5%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 55%;
	    padding-right: .3%;

  }
  .col-md-6 {
    width: 46%;

  }
  .col-md-5 {
    /*width: 41.66666667%; */
	width: 40.6%;

  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    /*width: 25%; */
	width: 23%;

  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
   .new .main_image, .new .pic_left_main { height:220px;}
  .pic_left_small { height:72.5px!important;}
  .pull-left.logo {
    width: 70px!important;
}
.colcontainer {font-size:.5em!important}
 }

@media (min-width: 320px) and (max-width: 767px) {
            .bsrow .col-md-12 {
        width:97vw!important;
        margin:auto;
    }
.colcontainer {
    width: 100%;
}
.new .pic_left_main {
    height: auto;
	border: 1px 0 1px 0;
	border-top-style:solid;
	border-bottom-style:dotted;
}
.new .main_image {
    height: auto;
    display: block
	}

.pic_left_small {
    float: left;
    height: 145px;
    width: 50%;
}
.thumbrow {
    display: inline-flex;
}
.col-md-5 .thumbrow {
    width: calc(35% * 6);
}
.col-md-3 .thumbrow {
    width: calc(35% * 3);
}
.col-md-5, .col-md-3 {
    overflow: scroll;
    width: 100%;
}
.pic_left_small {
    border: medium none !important;
}
.img-responsive {
	width:inherit;
	}
.new .details {font-size:1em}
 }

 .pinSocial {
 	float: right;
 	position: relative;
 	padding: 0 20px;
 top: -7px;
 }
 .pinSocial i.fa.topicons, .pinSocial i.fa.topicons:visited {
 	color:#08346e;

 }
 .pinSocial i.fa.topicons:hover {
 	color:gray;

 }
 .pinHeader {
 	font-size: 24px;
	color: #08346e;
	font-weight:
	bold;float:left;
 }
</pre></body></html>