@font-face {
    font-family: 'HelveticaNeueLTStd77BdCn';
    src: url('font-face/helveticaneueltstd-bdcn-webfont.eot');
    src: url('font-face/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('font-face/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('font-face/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLtLightCond';
    src: url('font-face/helveticaneuelt-lightcond-webfont.eot');
    src: url('font-face/helveticaneuelt-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/helveticaneuelt-lightcond-webfont.woff') format('woff'),
         url('font-face/helveticaneuelt-lightcond-webfont.ttf') format('truetype'),
         url('font-face/helveticaneuelt-lightcond-webfont.svg#HelveticaNeueLTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
.button {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 20px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	margin: 2px;
}

	.button:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
		background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
		background-color: #dfdfdf;
	}

a.button {
	text-decoration: none;
}

.call-to-action {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-moz-box-shadow: inset 0 1px 0 0 #49a4d3;
	-webkit-box-shadow: inset 0 1px 0 0 #49a4d3;
	box-shadow: inset 0 1px 0 0 #49a4d3;
	border: 1px solid #25729a;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	text-shadow: 0 1px 0 #49a4d3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
	padding: 8px 20px;
	text-decoration: none;
	margin: 2px;
}
.image-controls
{
display:none;
}

	.call-to-action:hover {
		background-color: #26759e;
		background-image: -webkit-gradient(linear, left bottom, left top, from(#3093c7), to(#1c5a85));
		background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
		background-image: linear-gradient(to top, #3093c7, #1c5a85);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	}

.add-to-cart {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-moz-box-shadow: inset 0 1px 0 0 #fce2c1;
	-webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
	box-shadow: inset 0 1px 0 0 #fce2c1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color: #ffc477;
	border: 1px solid #eeb44f;
	text-shadow: 0px 1px 0 #cc9f52;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
	margin: 2px;
}

	.add-to-cart:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
		background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
		background-color: #fb9e25;
	}


.product-landing-page .add-to-cart {
	padding: 12px 34px;
	font-size: 18px;
}

.button:disabled {
	background: #eee;
	border: 1px solid #ddd;
	color: #bbb;
	text-shadow: none;
	box-shadow: none;
}
.quantity-box{width:50px;}
.cart-title a, .cart-sku,.cart-color,.delete-wrap a
{
color:#363636 !important;
font-weight:normal;
}
.cart-column-description{color:#363636 !important;
font-weight:normal;}
#links a
{
color:#000 !important;
}
.cart-item-image{max-width:45px;}
.grid-item-inner{text-align:left;color:#636363;}
.variant-row {border-top:0px solid #ececec;}
.variant-name-wrap{font-size:12px;font-weight:bold;}

body{font-family: Arial, Helvetica, sans-serif; font-size:12px; background:#f2d412 url(images/body.jpg) repeat-x; line-height: 18px;}
a, .fa{transition: all 300ms linear 0s; -webkit-transition: all 300ms linear 0s;}
a { color: #ff4300; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
img{max-width:100%;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color:#297bc0; font-weight:700;}
.h1, h1{font-size:30px;}
.h2, h2 {font-size: 24px;}
.h3, h3 {font-size: 18px;}
.h4, h4 {font-size: 16px;}
.h5, h5 {font-size: 14px;}
.h6, h6 {font-size: 12px;}

.list-none{margin:0; padding:0;}
.list-none li{list-style:none;}

.row{margin-left:-5px; margin-right:-5px;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-left:5px; padding-right:5px;}

.container{max-width:980px; padding:0 10px;}

.navbar-toggle {background: #333 none repeat scroll 0 0; border-color: #000; margin-top: 32px;}
.navbar-toggle .icon-bar{background:#fff;}

header { background: url(images/header-bg.jpg) no-repeat left top ; height: 167px; }
.navbar-brand{display: inline; height: 106px; padding: 0 0 0 38px; }

.top-bar { height: 31px; }  
.top-nav { float: left; display: inline; font-size: 11px; line-height: 11px; padding: 10px 0 0 140px; }
.top-nav > li { float: left; display: inline; border-right: 1px solid #777; padding: 0 11px; }
.top-nav > li.last { border: 0; }
.top-nav > li > a { color: #777; }
.top-nav > ul > li > a:hover { color: #fff; text-decoration: none; }

#skus table tr td{padding:2px;}

.top-links { float: left; display: inline; font-size: 11px; line-height: 31px; padding-left: 7px; }
.top-links > li { float: left; display: inline; background: url(images/top-links.png) no-repeat 0 0 ;  padding-left: 3px; }
.top-links > li > a { color: #fff; padding: 0 14px 0 37px; position: relative ; }
.top-links > li > a:hover { text-decoration: none; color: #d8d8d8; }
.top-links > li  .icon { position: absolute ; top: -1px; left: 12px; display: block; width: 13px; height: 14px; background: url(images/icons.png) no-repeat  0 0; }
.top-links > li .icon-1 { background-position: 0 0; }
.top-links > li .icon-2 { background-position: -13px 0; }

.user-links { width: 128px; height: 41px; display: block; background: url(images/user-links.png) no-repeat  0 0 ; float: right; display: inline; position: relative ; margin: 0 -5px -10px 0; line-height: 34px; font-size: 11px; padding-left: 3px; }
.user-links > li { float: left; display: inline; background: url(images/user-links-sep.png) no-repeat right 0 ; padding: 0 10px; margin:0px !important; }
.user-links > li > a { color: #fff; }
.user-links > li > a:hover { text-decoration: none; color: #ffc8c3; }
.user-links > li.last { background: transparent; }

.header-text { float: left; display: inline; width: 420px; padding: 18px 0 0 22px; }
.header-text h2, .header-text h3{margin:0;}
.header-text h2 { font-size: 29px; font-weight: bold; color: #da251d; line-height: 30px; padding: 0 0 3px; text-shadow: -1px -1px 0px #fff; }
.header-text h3 { font-size: 15px; font-weight: normal; color: #545454; padding-left: 2px; text-shadow: -1px -1px 0px rgba( 255, 255, 255, 0.6); }
.slogan { float: left; display: inline; width: 200px; font-size: 18px; line-height: 20px; color: #636363; font-weight: normal; padding: 35px 0 0 1px; text-shadow: -1px -1px 0px rgba( 255, 255, 255, 0.6); }

.main-nav .nav > li{}
.main-nav { width: 100%; background: #333; /* Old browsers */
background: -moz-linear-gradient(top,  #606060 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #606060 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #606060 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #606060 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #606060 0%,#000000 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#000000',GradientType=0 );*/ /* IE6-9 */
border: 1px solid #000; font-size: 12px; line-height: 35px; color: #000; font-weight: bold; text-transform: uppercase; text-shadow: -1px -1px 0px #000; margin: 0 0 10px; position: relative ; z-index: 60;  border-radius:10px; padding:0;}
.main-nav .nav { list-style-type: none; float: left; display: inline; position: relative ; background: url(images/nav-sep.png) repeat 0 0 ; }
.main-nav .nav > li { float: left; background: url(images/nav-li.png) no-repeat right 0 ; position: relative ; }
.main-nav .nav > li > a {display: block; color: #fff; padding: 0 24px 0 15px; background: url(images/dd-arrow.png) no-repeat right center ; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; line-height:34px;  }
.main-nav .nav > li a:hover { text-decoration: none; color: #b7b7b7; }

.main-nav .nav .dd { border: 1px solid #000; background: #f2ba1e; position: absolute ; top: 34px;z-index:999;border-bottom: 0; display: none; }
.main-nav .nav > li ul { float: none; display: block; font-size: 12px; font-weight: normal; text-transform: none; font-size: 11px; line-height: 14px; background: transparent; padding:0; margin:0; }
.main-nav .nav > li ul li { float: none; display: block; background: transparent; height: auto; padding: 4px 20px; border-bottom: 1px solid #0f0f0f; }
.main-nav .nav > li ul li a { float: none; display: block; background: transparent; white-space: nowrap; text-shadow: none; color: #000; padding: 0; }
.main-nav .nav > li ul li a:hover { color: #54410c; }

#acc .dd { border: 1px solid #000; background: #f2ba1e; position: absolute ; top: 31px;z-index:999;border-bottom: 0; display: none; margin-left:25px;}

#acc .dd >  ul  {padding:0px;}

#acc .dd >  ul li { float: none; display: block; background: transparent; height: auto; padding: 4px 20px; border-bottom: 1px solid #0f0f0f; font-size: 11px; line-height: 14px; }
#acc .dd >  ul li a { float: none; display: block; background: transparent; white-space: nowrap; text-shadow: none; color: #000; padding: 0; }
#acc .dd >  ul li a:hover { color: #54410c; text-decoration:none; }




#slider { padding: 30px 0 30px; width: 100%; position: relative ; }
#slider .carousel .holder { margin: 0 auto; font-size: 11px; line-height: 14px; padding:10px; text-align: center; width: 225px; height: 236px; background: #fff; border-radius: 10px; overflow: hidden; }
#slider .carousel .holder .image {display:table-cell; border: 1px solid #c2c2c2; margin: 5px auto 7px; width: 200px; vertical-align:middle; height: 170px; background: #fff; }
#slider .carousel .holder .image img { display: block; margin: 0 auto; }
#slider .carousel .holder .price { font-weight: bold; color: #fc4100; }

#slider .carousel,
#slider .carousel .jcarousel-clip,
#slider .carousel ul,
#slider .carousel ul li { width: 960px; height: 246px; overflow: hidden; position: relative ; }
#slider .carousel ul li { width: 240px; float: left; display: inline; background: url(images/slider-li.png) no-repeat center bottom ; }

#slider .nav a { display: block; width: 10px; height: 17px; background: url(images/slider-arrows.png) no-repeat  0 0 ; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute ; top: 123px; }
#slider .nav a.prev { background-position: 0 0; left: -14px; }
#slider .nav a.next { background-position: right 0; right: -14px; }

#wrapper { background: #fff; border-radius: 10px; margin: 0 0 40px;}
#content {padding: 5px 10px 30px;}

.orange-holder{background: #f0b21b; /* Old browsers */
background: -moz-linear-gradient(top,  #f0b21b 0%, #e98a09 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b21b), color-stop(100%,#e98a09)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0b21b 0%,#e98a09 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0b21b 0%,#e98a09 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0b21b 0%,#e98a09 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0b21b 0%,#e98a09 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b21b', endColorstr='#e98a09',GradientType=0 ); /* IE6-9 */
padding:4px; border:1px #dbdbdb solid; border-radius:10px;}

.search{margin-left:216px; position:relative; padding-right:75px;}
.search-field{border-radius:5px; border:1px #dbdbdb solid; background:url(images/search-icon.png) no-repeat 7px center #fff; padding:10px 10px 10px 33px; color:#979797; border:none; font-size:12px; height:32px; width:100%; }
.search-button, .sku-button{position:absolute; right:4px; top:4px; border:none;  font-weight: bold; font-style: italic; font-size: 20px; cursor: pointer; text-shadow: 1px 1px 0px rgba( 255, 255, 255, 0.5); color: #444; height:33px;}
.search-button{background:url(images/search-button.png) no-repeat; width:67px;}

.head-row{padding:0 0 10px;}
.head-row h2{ color: #ff4300; float: left; font-size: 24px; font-weight: bold; line-height: 42px; padding-left: 8px; width: 216px; margin:0;}

.categories { border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; }
.categories-list > li { float: left; display: inline; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; width: 33.33%; height: 224px; overflow: hidden; }
.categories-list > li a { display: block; position: relative ; height: 100%; color: #535353; }
.categories-list > li a:hover { text-decoration: none; color: #000; }
.categories-list > li a span { position: absolute ; top: 4px; left: 7px; }
.categories-list > li a img { display: block; margin: 0 auto; }

.gift-container { position: relative ; width: 100%; padding: 16px  0 0; }
.gift-container .ribbon { display: block; width: 194px; height: 165px; background: url(images/ribbon.png) no-repeat 0 0 ; position: absolute ; top: 7px; left: -11px; font-size: 0; line-height: 0; text-indent: -4000px; }
.gift-container img { display: block; }

.search-form{padding-right:84px; position:relative; margin:0 0 10px;}
.sku-button{background:url(images/search-form-button.png) no-repeat; width:76px;}

.box-container  { border: 1px solid #ccc; }
.box-container .nav li { background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#dedede 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#dedede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=1 ); /* IE6-9 */
height: 100%; }
.box-container .nav li a { font-size: 14px; font-weight: bold; color: #676767; padding-top:17px; padding-left: 17px; padding-right:66px; height:63px; display:inline-block; }
.box-container .nav li a.two-lines{padding-top:8px;}
.box-container .nav li .no-icon a{padding-top:0; height:auto;}
.box-container .nav li a:hover { text-decoration: none; }
.box-container .nav li img { position:absolute; right:7px; margin-top:3px;}
.box-container .nav li.cart { background: #ccc url(images/li-cart.jpg) no-repeat right bottom ; }
.box-container .nav li a span { font-weight: normal; color: #ff5011; display: block; }
.frm-border{padding: 6px 0; background:url(images/box-container-sep.jpg) no-repeat center bottom; }

.contacts a {color: #707070; text-decoration: underline;}
.contacts a:hover{text-decoration:none;}
.contacts > li{padding:10px; background:url(images/box-container-sep.jpg) no-repeat center bottom;}
.top-head{padding-bottom:5px; font-size:14px; font-weight:bold;}
.lt-span{width:46px; float:left;}
.rt-span{margin-left:46px;}
.cwh{color:#fc9a00;}
.hdname{color:#ff4300;}
.addresses > li{line-height:20px;}

.box-info { background: #f4f4f4 url(images/box-info.jpg) no-repeat right bottom ; padding: 0 8px 98px; font-family: 'HelveticaNeueLtLightCond', sans-serif; }
.box-info h4 { font-size: 18px; line-height: 20px; color: #ff7800; font-weight: normal; font-family: 'HelveticaNeueLTStd77BdCn', sans-serif; padding: 6px 4px 12px; }
.box-info ul { border-top: 1px solid #f2dfbb; }
.box-info ul li { border-bottom: 1px solid #f2dfbb; font-size: 20px; line-height: 24px; padding: 5px 4px;  }

.email { font-size: 14px; font-weight: bold; color: #898989; text-align: left; line-height: 33px; border-bottom: 1px solid #ebebeb; margin: 0 0 20px; }
.cards, .ups{text-align:center; margin:0;}

footer { border-top: 1px solid #e1e1e1; font-size: 12px; line-height: 12px; color: #707070; padding: 12px 16px 16px 8px; height: 100%; }
.footer-links li { float: left; border-right: 1px solid #707070; padding: 0 4px; }
.footer-links li.last { border: 0; }
.footer-links li a { color: #707070; }
footer .copy { float: right; margin:0; }

.block-el{display:block;}

/*------Products page--------*/
.main-bar { height: 64px; }
.main-bar .nav { float: right; display: inline; font-size: 12px; line-height: 12px; padding: 11px 0 0; width: 30%; }
.main-bar .nav ul { float: right; display: inline; }
.main-bar .nav ul li { float: left; display: inline; border-right: 1px solid #000; padding: 0 6px; }
.main-bar .nav ul li.last { border: 0; }
.main-bar .nav ul li a { color: #da251d; }
.main-bar .nav ul li a.ico { padding-right: 27px; position: relative ; }
.main-bar .nav ul li a.ico img { position: absolute ; top: -7px; right: 0; }

.breadcrumbs {display: inline;  float: left;  font-size: 11px; padding: 10px 0 0 5px;  width: 60%;}

.box { border: 1px solid #d8d8d8; background: #fff; margin: 0 0 12px; position:relative; }
.box-search { background: #f0f0f0; border-bottom: 1px solid #d9d9d9; padding: 5px 4px;  position:relative; }
.txt-field { border: 1px #d0d0d0 solid;  padding: 8px 0 7px 35px ; border-radius:10px; }
.go-button { border: 1px #d0d0d0 solid; width: 46px; height: 32px; cursor: pointer; background:#fff ; font-size: 16px; font-weight: bold; color: #444; font-style: italic; position:absolute; right:4px; border-radius:10px; top:5px;}
.grid-item-image-wrap {min-height:150px !important;}

.box ul{list-style:none; padding:0; margin:0;}
.box ul { font-size: 13px; width: 100%; }
.box ul li { border-bottom: 1px solid #d3d3d3; padding: 8px 0; width: 100%; }
.box ul li.last { border: 0; }
.box ul li a { color: #636363; background: url(images/box-nav.png) no-repeat 4px 3px; padding: 0 0px 0 20px; word-spacing: 0px; display: block; }
.box ul li a.opened { background-image: url(images/box-nav-2.png); }
.box ul li a:hover { text-decoration: none; }

.box ul ul { border-top: 1px solid #d3d3d3; padding: 4px 0 0; margin-top: 4px;  font-size: 11px; line-height: 16px; font-weight: bold; display: none; }
.box ul ul li { border: 0;  padding: 4px 0; }
.box ul ul li a.opened,
.box ul ul li a { padding: 0; background: transparent; color: #000; background: url(images/box-nav-arrow.png) no-repeat 5px 3px ; padding-left: 14px; display: block; }

.box ul ul ul { font-weight: normal; background: url(images/box-nav-ul.jpg) repeat-y 5px 0 ; border: 0; padding-top: 2px; }
.box ul ul ul li { background: url(images/box-nav-dd-arrow.jpg) no-repeat 5px 3px ; padding: 0; }
.box ul ul ul li.last { background: #fff url(images/box-nav-dd-arrow-last.jpg) no-repeat 5px 0 ; }
.box ul ul ul li a.opened,
.box ul ul ul li a { display: block; padding-left: 25px; }

.box-products { background: #f5f5f5; padding: 0 0 5px; height: 100%; }
.box-products h4 { font-size: 14px; font-weight: bold; color: #707070; text-transform: uppercase; background: url(images/box-product-h3.jpg) no-repeat 0 0 ; height: 43px; line-height: 43px; text-align: center; margin: 0 0 18px; }
.box-products ul li { padding: 10px 30px; height: 100%; text-align: center; }
.box-products ul li a img { display: block; border: 1px solid #dfdfdf; margin: 0 auto 7px; }
.box-products ul li a { color: #636363; font-size: 11px; line-height: 16px; }

.products > li{padding:0 10px; float:left; width:25%; text-align:center;}
.prod-pic{border: 1px solid #dfdfdf; height: 150px; margin: 0 0 10px; width: 150px; display:table;}
.prod-pic a{display:table-cell; vertical-align:middle;}

.prod-info{min-height:110px;}
.prod-name{margin:0;}
.prod-name a{color:#555; }

.tb-toggle { background: #333 none repeat scroll 0 0; border-radius: 10px; color: #fff; display: block; font-size: 18px; margin: 5px; padding: 10px 15px;}
.tb-toggle:hover, .tb-toggle:focus{color:#fff; text-decoration:none;}
.nav-links-wrap{margin:0px;}
.product-page .product-info-wrap{font-size:12px;}
.product-description-wrap{font-size:12px;margin-bottom:10px;color: #363636;}
#stock{font-size:11px;color: #363636;}
.productemail{font-size:11px;font-weight:normal;color: #363636;text-decoration:none;}
#no-more-tables
{
margin-top:50px;
}
#no-more-tables a:link {
    color: #59453a;
    text-decoration: none;
}
#no-more-tables table tbody tr td dl dt {
    color: #496e1d;
    float: left;
	font-weight:normal;
}
#no-more-tables table tbody tr td dl dd {
    float: right;
}
#no-more-tables table thead tr th {
   
    border-bottom: 1px solid #ccc;  
	font-weight:bold;
}
.table-bordered th {
    border: 0px none !important;
}
.table-bordered {
    border: 0px none !important;
    width: 100%;
}
#no-more-tables table tbody tr td {
    background: none repeat scroll 0 0 #fff;
    border:0px !important;
    padding: 4px;
    text-transform: none;
    vertical-align: top;
}
#border {
    border-top: 1px solid #ccc !important;
}
#no-more-tables table tbody tr td dl {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	margin-bottom:0px;
}
.related-item-name-wrap a
{
color:#333;font-size:11px;text-align:center;
}
.related-item-name-wrap 
{
text-align:center;
}
.box-products {
    background: none repeat scroll 0% 0% #F5F5F5;
    padding: 0px 0px 5px;
    height: 100%;
}
.group-header{border:0px;margin:0px; padding:0px;}
h3.title {
    border-bottom: 1px solid #D2D2D2;
    color: #363636;
    font-size: 16px;
    padding: 9px 0px 10px;
    margin: 0px 0px 26px;
    width: 100%;
}
#pPrice .variant-price span{display:none;}
.variant-price{font-weight:normal;font-size:12px;}

.sortByAndNumberPerPage .col-sm-5 {
	display: none;
}
.sortByAndNumberPerPage .col-sm-3 {
	float: right;
}
.sortByAndNumberPerPage .col-sm-5 .pagesize {
	float: right;
}
.sortByAndNumberPerPage .form-control2 {
	font-size: 14px;
}
.sortByAndNumberPerPage .col-sm-3 {
	float: right;
	width: 40%;
}
.sortByAndNumberPerPage .col-sm-4 {
	width: 40%;
	float: left;
}
/*******media********/







@media screen and (max-width:950px){
	.nav-tabs > li > a{padding:10px 5px;}
	.container{width:100%;}
	.navbar-brand img{max-width:100%;}	

.col-sm-3.col-xs-6.sub-entity-grid-item.grid-item {
	width: 50%;
}
.entity-grid-products .col-sm-3.col-xs-6.product-grid-item {
	width: 50%;
}

.col-sm-3.col-xs-6.product-grid-item {
	width: 50%;
}
}

@media screen and (max-width:800px){	
	header{background:none;}
	.top-nav{padding-left:0;}
	.navbar-brand{padding:10px; }
	
	#slider .carousel .holder{width:236px;}
	#slider .carousel .holder .image{width:216px;}
	#slider .carousel,
	#slider .carousel .jcarousel-clip,
	#slider .carousel ul,
	#slider .carousel ul li { width: 775px; height: 246px; }
	#slider .carousel ul li { width: 257px;}
	
	#slider .nav a.prev{left:-5px;}
	#slider .nav a.next {right: -5px;}
	
	.products > li{width:33.33%;}
	.prod-pic{width:100%;}

#no-more-tables table tbody tr td:first-child div .actionelement {
	border: 0;
	padding: 5px;
}


}

@media screen and (max-width:799px){	
	
	#slider .carousel .holder{width:230px;}
	#slider .carousel .holder .image{width:210px;}
	#slider .carousel,
	#slider .carousel .jcarousel-clip,
	#slider .carousel ul,
	#slider .carousel ul li { width: 742px; height: 246px; }
	#slider .carousel ul li { width: 247px;}
	
	#slider .nav a.prev{left:-5px;}
	#slider .nav a.next {right: -5px;}
}


#navbar{display:block;}
@media screen and (min-width:767px){
	#navbar, .tb-toggle{display:none;!important}


}

@media screen and (max-width:767px){	
	header{height:auto; margin-bottom:20px;}
	body{background-image:url(../img/body-m.png);}
	#navbar.main-nav{margin:0;}
	#navbar.main-nav > ul{clear:both; background:#000; text-align:center; font-size:14px; width:100%;}
	#navbar.main-nav .nav > li{width:100%;}
	#navbar.main-nav .nav > li > a{color:#fff; border-bottom:1px rgba(255,255,255,0.3) solid; padding:5px 10px; line-height:24px;}
	
	.main-nav .nav .dd{width:100%; position:static;}
	
	.footer-links li{width:100%; border-right:none; border-bottom: 1px solid #707070; padding:8px; text-align:center;}
	footer .copy{margin-top:15px; text-align:center; width:100%;}
	
	.rt-bar{padding-top:40px;}
	.breadcrumbs, .main-bar .nav{width:100%; margin-bottom:10px; text-align:left;}
	.main-bar .nav ul{padding:0; margin:0; width:100%; display:inline-block; float:none;}
	.main-bar{height:auto;}
	
	.products-list {background: #f0f0f0; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5); left: -300px; padding: 10px; position: absolute; top: 100%;    transition: all 0.5s ease 0s; width: 250px!important; z-index: 99; border:1px solid #d9d9d9;}
.products-list.expand {left: 0;}

.navbar-collapse.main-nav.collapse.in {
	display: block !important;
}

.navbar-collapse.main-nav.collapse {
	display: none !important;
}

.navbar-collapse.main-nav.collapse.in {
	display: block !important;
	position: absolute;
	width: calc(100% - 20px);
	left: 10px;
}

.navbar-toggle .icon-bar:nth-child(4) {
	transform: rotate(-45deg);
	margin: -2px 0 0;
}

.navbar-toggle .icon-bar:nth-child(3) {
	transform: rotate(45deg);
	margin: 2px 0 0;
}

.navbar-toggle {
	height: 34px;
	width: 44px;
}

.navbar-toggle .icon-bar:nth-child(2) {
	display: none;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	display: block;
}


.categories-list .actionelement {
	border: 0px;
}


.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	transform: none;
	margin: 4px 0 0;
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	transform: none;
	margin: 4px 0 0;
}
}

@media screen and (max-width:640px){
		.categories-list > li{width:50%;}

.grid-item-image-wrap {
	min-height: 150px !important;
	height: 150px;
}

	}

@media screen and (max-width:500px){
	.header-text{width:100%;}
	.navbar-toggle{margin-top:40px;}
	.search, .head-row h2{width:100%; margin-left:0; float:none;}
	.categories-list > li{width:100%;}
	.gift-container .ribbon{width:150px; height:128px; background-size:cover; top:9px; left:-9px;}
	.products > li{width:50%;}
	}
	
	@media screen and (max-width:400px){
	.gift-container .ribbon{width:100px; height:85px; top:12px; left:-5px;}
	.products > li{width:100%;}
	}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
.add-button
{

font-family: 'Source Sans Pro', Arial, sans-serif;
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #F2BA1E;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 20px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	margin: 2px;
}
.variantimg
{
border: 1px solid #E7E7E7;
padding:5px;
}
.ProductNavLink{padding-right:5px;}

#expendedcwh .col-sm-4
{
line-height:23px;
color:#636363;
}
#expendedcwh .col-sm-8
{
line-height:23px;color:#636363;
}
#pIMG {
    border: 1px solid #DFDFDF;
    height: 150px;
    width: 150px;
    margin: 0px 0px 10px;
    vertical-align: middle;
}
.disable-link {
    pointer-events: none;
    cursor: default;
	text-decoration:none;
}
@media only screen and (max-device-width: 480px) {
.disable-link {
      pointer-events: auto !important;
      cursor: auto !important;
   }
}


@media screen and (max-width:950px){
	.nav-tabs > li > a{padding:10px 5px;}
	.container{width:100%;}
	.navbar-brand img{max-width:100%;}	

}

@media screen and (max-width:800px){	
	header{background:none;}
	.top-nav{padding-left:0;}
	.navbar-brand{padding:10px; }
	
	#slider .carousel .holder{width:236px;}
	#slider .carousel .holder .image{width:216px;}
	#slider .carousel,
	#slider .carousel .jcarousel-clip,
	#slider .carousel ul,
	#slider .carousel ul li { width: 775px; height: 246px; }
	#slider .carousel ul li { width: 257px;}
	
	#slider .nav a.prev{left:-5px;}
	#slider .nav a.next {right: -5px;}
	
	.products > li{width:33.33%;}
	.prod-pic{width:100%;}
}

@media screen and (max-width:799px){	
	
	#slider .carousel .holder{width:230px;}
	#slider .carousel .holder .image{width:210px;}
	#slider .carousel,
	#slider .carousel .jcarousel-clip,
	#slider .carousel ul,
	#slider .carousel ul li { width: 742px; height: 246px; }
	#slider .carousel ul li { width: 247px;}
	
	#slider .nav a.prev{left:-5px;}
	#slider .nav a.next {right: -5px;}
}


#navbar{display:block;}
@media screen and (min-width:767px){
	#navbar, .tb-toggle{display:block;!important}
}

@media screen and (max-width:767px){
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left; width:100%;}
	.navbar-toggle{display:inline;}	
	header{height:auto; margin-bottom:20px;}
	body{background-image:url(../img/body-m.png);}
	#navbar.main-nav{margin:0;}
	#navbar.main-nav > ul{clear:both; background:#000; text-align:center; font-size:14px; width:100%;}
	#navbar.main-nav .nav > li{width:100%;}
	#navbar.main-nav .nav > li > a{color:#fff; border-bottom:1px rgba(255,255,255,0.3) solid; padding:5px 10px; line-height:24px;}
	
	.main-nav .nav .dd{width:100%; position:static;}
	
	.footer-links li{width:100%; border-right:none; border-bottom: 1px solid #707070; padding:8px; text-align:center;}
	footer .copy{margin-top:15px; text-align:center; width:100%;}
	
	.rt-bar{padding-top:40px;}
	.breadcrumbs, .main-bar .nav{width:100%; margin-bottom:10px; text-align:left;}
	.main-bar .nav ul{padding:0; margin:0; width:100%; display:inline-block; float:none;}
	.main-bar{height:auto;}
	
	.products-list {background: #f0f0f0; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5); left: -300px; padding: 10px; position: absolute; top: 100%;    transition: all 0.5s ease 0s; width: 250px!important; z-index: 99; border:1px solid #d9d9d9;}
.products-list.expand {left: 0;}
}

@media screen and (max-width:640px){
		.categories-list > li{width:50%;}

	}

@media screen and (max-width:500px){
	.header-text{width:100%;}
	.navbar-toggle{margin-top:40px;}
	.search, .head-row h2{width:100%; margin-left:0; float:none;}
	.categories-list > li{width:100%;}
	.gift-container .ribbon{width:150px; height:128px; background-size:cover; top:9px; left:-9px;}
	.products > li{width:50%;}
	}
	
	@media screen and (max-width:400px){
	.gift-container .ribbon{width:100px; height:85px; top:12px; left:-5px;}
	.products > li{width:100%;}
	}

	/********Forr IE8 *********/
	
	.form-control{font-size:12px;}
	.breadcrumb{font-size:normal;padding:0px;font-style:normal !important;}
	.pop-large-link{display:none;}
	.product-description-wrap{line-height:18px;}
	.product-image-wrap {text-align:left;}
	.actionelement{border: 1px solid #E7E7E7;
	padding: 5px;}
	
	
	
	
	 #result {
    background-color: #FFFFFF;
    display: block;
    /*margin-left: 23px;position:absolute;*/
   position:absolute;
     text-align: left;
    width: 400px;
    z-index: 99999;
padding:0px !important;
margin-right:3px;
}
 #result ul {
    border: 1px solid #EFEFEF;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
 #result ul li {
    cursor: pointer;
    float: none;
    font-size: 12px;	
	border:none;  	
    list-style: none outside none;
    padding: 5px 8px;
    z-index: 99999;
	font-weight:normal;
	line-height:16px;
}

 #result ul li a:hover {
white-space:pre-wrap;

	text-decoration:none;}
 #result li a
{
white-space:pre-wrap;
 padding:0px;
	text-decoration:none;
	color: #333;
	background:none;
}

#innersearch #result{width:207px; margin-right:0px;}
#result li a span {
    display: inline;
}
.hover {
background:#f2ba1e  !important;
    
}
.hover a {color:#333 !important;	text-decoration:none;
   
}
.highlight {
    color: #ff4300 !important;
}
.selected
{
border:2px solid #666666;
}

.notice{float: left;
width: 100%;
text-align: center;}

.catimg .actionelement{border:none;padding:0px;}