@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body, p, h1, h2, h3, h4, h5, h6, img, p, ul, ol, li, table, td, a, fieldset {
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	color:#000000;
	border:none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
}
a:focus, img:focus, input:focus, button:focus, select:focus {
	outline:none;
}
/*input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #000000 ;
}
.order-list-page .buttons input[type="button"]:hover{ background-color:transparent !important;}*/
img {
	border:none;
	max-width:100%;
}
/*common classes*/
.container {
	width:1280px;
	margin:0 auto;
	position:relative;
}
.full-width {
	float:left;
	width:100%;
}
.input-field {
	width:100%;
	border:none;
	background:#FFFFFF;
	width:100%;
	padding:0 10px;
	font-size:15px;
	color:#949494;
	font-family: 'Open Sans', sans-serif;
}
.button {
	display:inline-block;
	border:none;
	font-size:16px;
	width:137px;
	height:43px;
	background:#b30930;
	text-align:center;
	color:#FFFFFF;
	line-height:43px;
	cursor:pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	/* background: #e1e1e1;*/
  -webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.button:hover {
	color: white;
}
.button:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.mr {
	margin-right:1%;
}
.ml {
	margin-left:1%;
}
.icon {
	background:url(../images/sprite.png) no-repeat;
	display:inline-block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.select-dropdown {
	background:url(../images/arrow-down.png) no-repeat right center #FFFFFF;
	height:20px;
	border:#e8e8e8 solid 1px;
	padding:0 5px;
	margin-left:25px;
	-webkit-appearance:none;
	-moz-appearance:none;
	color:#686868;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	position:relative;
}
select::-ms-expand {
display:none;
}/*for ie browser*/
.link {
	color:#b30930;
	text-decoration:underline;
}
.link:hover {
	color:#000000;
}
.clear {
	clear:both;
}
/*common classes*/

/*headings*/
h1 {
	font-size:40px;
	color:#FFFFFF;
	line-height:31px;
}
h2 {
	font-size:20px;
	color:#FFFFFF;
	font-weight:300;
	line-height:17px;
}
h3 {
	font-size:20px;
	color:#FFFFFF;
	font-weight:600;
	text-transform:uppercase;
	line-height:16px;
	display:inline-block;
	padding:10px 0;
}
h4 {
	font-size:18px;
	color:#738807;
	font-weight:600;
	line-height:23px;
}
h5 {
	font-size:30px;
	font-weight:300;
	position:relative;
	padding:0 70px 20px 70px;
	border-bottom:#cecece solid 1px;
	display:inline-block;
}
/*headings*/

/*header*/
.header_top {
	width:100%;
	float:left;
	background:#222222;
	height:40px;
}
.logo {
	position:absolute;
	top:0;
	left:0;
}
.header_right {
	float:right;
}
.user_menu {
	float:left;
	background:#b30930;
}
.user_menu ul li {
	display:inline-block;
	padding:0px 15px;
	line-height:14px;
	margin:13px 0;
    border-right:#fff solid 1px;
}
.user_menu ul li:last-child {
	border-right:none;
}
.user_menu ul li a {
	color:#FFFFFF;
}
.menu {
	float:right;
	position:relative;
}
.menu > ul > li {
	float:left;
	padding:20px 25px;
}
.menu > ul > li:last-child {
	padding-right:0;
}
.dropdown {
	position:absolute;
	top:80px;
	right:0;
	background:#FFFFFF;
	width:110%;
	padding:15px 10px;
	border:#869829 solid 1px;

	
-webkit-transition: all .3s ease .15s;
-moz-transition: all .3s ease .15s;
-o-transition: all .3s ease .15s;
-ms-transition: all .3s ease .15s;
transition: all .3s ease .15s;
	z-index:99; visibility:hidden;opacity: 0;
}
.menu > ul > li .dropdown > ul {
	float:left;
	width:25%;
}
.menu > ul > li .dropdown > ul > li:hover {
	background:#869829;
}
.menu > ul > li .dropdown > ul > li:hover a {
	color:#fff;
}
.menu > ul > li .dropdown > ul > li > a {
	color:#737373;
	padding:6px 10px;
	margin:3px 0;
	display:block;
}
.menu > ul > li:hover > .dropdown {
visibility:visible;
	top:59px;opacity:1;
	
}
.menu > ul > li > a:hover, .user-action ul li a:hover, ul.sidebar_menu li a:hover, ul.social-icon li a:hover, .category-content ul li a:hover, .footer-nav ul li a:hover, .breadcum ul li a:hover {
	color:#b30930;
}
/*header*/


/*banner*/
.top-banner {
	background:url(../images/banner.jpg) no-repeat top center;
	width:100%;
	float:left;
	height:494px;
	text-align:center;
	background-size:cover;
}
.top-banner.inner {
	background:url(../images/banner.jpg) no-repeat top center;
	width:100%;
	float:left;
	height:310px;
	text-align:center;
	background-size:cover;
}
.top-banner.inner .serach-box {
	margin-top:60px;
}
.serach-box {
	width:50%;
	background:rgba(0, 0, 0, .7);
	padding:20px 25px;
	display:inline-block;
	margin-top:220px;
}
.serach-box h1 {
	padding:10px 0;
}
.serach-box fieldset {
	width:100%;
	float:left;
	position:relative;
	margin:10px 0;
}
.serach-box .input-field {
	height:58px;
	border:#b30930 solid 1px;
	padding-right:100px;
}
.serach-box button {
	width:80px;
	height:58px;
	z-index:9;
	cursor:pointer;
	background:#b30930;
	border:none;
	color:#FFFFFF;
	font-size:25px;
	position:absolute;
	top:0;
	right:0;
}
/*banner*/

/*-----------------------------------------------------------------middle part------------------------------------------------------------*/
.middle-container, .product-section {
	margin:40px 0;
}
/*left sidebar*/
.left_sidebar {
	width:20%;
	float:left;
	border:#f1f1f1 solid 1px;
}
.left_sidebar h4 {
	background:#f6f6f6;
	padding:12px;
}
ul.sidebar_menu > li {
	border-bottom:#f1f1f1 solid 1px;
	position:relative;
	font-size:13px;
	color:#000000;
}
ul.sidebar_menu > li:last-child {
	border:none;
}
ul.sidebar_menu > li > a {
	font-size:13px;
	color:#737373;
	padding:12px;
	display:block;
}
ul.submenu li {
	padding:10px 20px;
	border-bottom:#f1f1f1 solid 1px;
}
ul.submenu li a {
	color:#737373;
	font-size:13px;
}
/*left sidebar*/


/*middle section*/
.middle-section {
	float:left;
	width:58%;
	text-align:center;
}
.middle-section h5:after {
	content:"\f02d";
	font-family:fontawesome;
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	bottom:-12px;
	font-size:25px;
	background:#FFFFFF;
	width:50px;
}
.middle-section .product-section .box {
margin:0 1% 0 0;
}
.middle-section .product-section .box:nth-child(3n) {
margin:0;
}
.box {
	display:inline-block;
	width:32%;
	padding:10px;
	background:#fafafa;
	border-radius:5px;
	border:#f6f6f6 solid 1px;
 transition:.4s;
-webkit-transition:.4s;
-moz-transition:.4s;
-o-transition:.4s;
-ms-transition:.4s;
vertical-align:top;
}
.box:hover, .modal:hover {
	background:#e0e9b2;
}
.box:hover .wishlist {
	display:block;
}
.image {
	float:left;
	width:100%;
	text-align:center;
	position:relative;
   /* height:276px;*/
    overflow:hidden;
}
.box .image {
/*height:299px;
	overflow:hidden;*/
}
.fixed {
/*position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;*/
}
.detail {
	padding:10px 0 0 0;
	position:relative;
}
.share {
	position:absolute;
	top:10px;
	display:none;
}
.wishlist{
	position:absolute;
	top:-160px;
	display:none;
    left:0;
    right:0; margin:auto;  background:rgba(179,9,48,.7); height:54px; width:54px; border-radius:35px; line-height:53px; color:#fff; font-size:26px;
}
 .wishlist:hover{ background:#000;}
.wishlist input[type=button], .share input[type=button]{ position:absolute; top:0; left:0; opacity:0; height:54px; width:54px; }
.wishlist a, .share a {
	color:#b30930;
	font-size:20px;
}

.detail h2 {
	font-size:15px;
	color:#272727;
	font-weight:300;
	line-height:24px;
}
.detail h3 {
	color:#222222;
	padding:0px;
}
.detail h4 {
font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    height:32px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;     line-height: 28px;
}
.detail img {
	vertical-align:top;
}
.user-action {
	width:100%;
	float:left;
	background:#ffffff;
	border:rgba(115, 115, 115, .2) solid 1px;
	margin-top:15px;
	border-radius:3px;
}
.user-action ul li {
	line-height:15px;
	float:left;
	margin:5px 0;
	width:49% !important;
	text-align:center;
}
.user-action ul li:first-child {
	border-right:rgba(115, 115, 115, .2) solid 1px;
}
.user-action ul li a {
	font-size:11px;
	color:#737373;
	font-weight:600;
	margin-top:13px; display:inline-block;
}
ul.social-icon li {
	display:inline-block;
	padding:2px 0px 0 10px;
}
ul.social-icon li a {
	color:#737373;
	font-size:35px;
}
.product-section .button {
	font-weight:400;
	margin:30px 0;
}
.testimonial {
	text-align:center;
	float:left;
	width:100%;
	position:relative;
}
.testimonial h5:after {
	content:"\f10d";
	font-family:fontawesome;
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	bottom:-14px;
	font-size:27px;
	background:#FFFFFF;
	width:50px;
}
.book-category {
	background:#f6f8f0;
	float:left;
	width:100%;
	padding:40px 0;
	margin:50px 0;
}
.graph {
	text-align:center;
	margin-bottom:10px;
}
.graph ul li {
	display:inline-block;
	width:103px;
	height:101px;
	border-radius:50px;
	background:#f6f6f6;
	border:#e7e7e7 solid 1px;
	text-align:center;
	vertical-align:top;
	position:relative;
	margin:0 60px;
}
.graph ul li:after {
	content:"";
	background:#d3d3d3;
	width:110px;
	height:9px;
	display:inline-block;
	border-radius:50px;
	position:absolute;
	top:46px;
	left:109px;
}
.graph ul li:last-child:after {
	display:none;
}
.ecde-icon {
	width:45px;
	height:45px;
}
.graph ul li.active, .graph ul li.active:after {
	background:#7b892e;
}
.graph ul li.active .ecde-icon {
	background-position:-357px 0;
}
.primary-icon {
	width:46px;
	height:45px;
	background-position:-60px 0;
}
.secondry-icon {
	background-position:-118px 0;
	width:60px;
	height:47px;
}
.tertiary-icon {
	background-position:-192px 0;
	width:66px;
	height:47px;
}
.university-icon {
	background-position:-275px 0;
	width:55px;
	height:56px;
}
.category-tab-section {
	background:#FFFFFF;
	padding:15px;
	float:left;
	width:100%;
	border:#e7e7e7 solid 1px;
}
ul.tab {
	width:100%;
	float:left;
	border:#e7e7e7 solid 1px;
}
ul.tab li {
	float:left;
	width:20%;
	background:#f6f6f6;
	text-align:center;
	line-height:15px;
	padding:10px 0;
	border-right:#e7e7e7 solid 1px;
}
ul.tab li.active, ul.tab li:hover {
	background:#7b892e;
}
ul.tab li.active a, ul.tab li:hover a {
	color:#FFFFFF;
}
ul.tab li:last-child {
	border:none;
}
ul.tab li a {
	display:block;
	font-size:18px;
	color:#535353;
	font-weight:600;
}
.category-content {
	padding:10px 0 0 0;
	float:left;
	width:100%;
	max-height:200px;
	min-height:117px;
	overflow:auto !important;
}
.category-content h3 {
	position:relative;
	margin-bottom:10px;
}
.category-content h3 span {
	display:inline-block;
	background:#b30930;
	padding:10px 25px;
}
.category-content h3:after {
	content:"";
	border-bottom:#e7e7e7 solid 1px;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
}
.category-content ul {
	float:left;
	width:100%;
	border-right:#e7e7e7 solid 1px;
	
}
.category-content ul:last-child {
	border:none;
}
.category-content ul li {
	line-height:16px;
	padding:5px 0;
   float:left;
    width:25%;
}
.category-content ul li a {
	color:#a1a1a1;
}
.subscribe {
	text-align:center;
	margin:10px 0 35px 0;
}
.subscribe h5:after {
	content:"\f0e0";
	font-family:fontawesome;
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	bottom:-14px;
	font-size:27px;
	background:#FFFFFF;
	width:50px;
}
.subscribe fieldset {
	width:550px;
	margin:50px auto 0;
}
.subscribe .input-field {
	width:68%;
	border:#cecece solid 1px;
	height:40px;
}
.subscribe button {
	border:none;
	color:#fefefe;
	height:40px;
	font-size:18px;
	font-weight:400;
	width:32%;
	cursor:pointer;
	line-height:30px;
}
.subscribe .input-field, .subscribe button {
	float:left;
}
.subscribe button:hover, .filter-search button:hover {
	background:#b30930;
}
/*middle section*/

/*----------------------------------------------------------------middle part------------------------------------------------------------*/


/*footer*/
footer {
	background:url(../images/footer-bg.png) no-repeat;
	height:122px;
	background-size:cover;
	text-align:center;
	padding:30px 0;
}
.footer-nav ul {
	border-bottom:#687721 solid 1px;
	display:inline-block;
	padding-bottom:20px;
	margin-bottom:15px;
}
.footer-nav ul li {
	display:inline-block;
	padding:0 15px;
	border-right:#b9b9b9 solid 1px;
	line-height:15px;
}
.footer-nav ul li:last-child {
	border:none;
}
.footer-nav ul li a {
	font-size:13px;
	color:#b9b9b9;
}
footer p {
	font-size:12px;
	color:#b9b9b9;
}
/*footer*/


/*----------------------------------------------------------------listing page------------------------------------------------------------*/
.sidebar_menu.inner-menu > li > a {
	color:#000000;
	pointer-events: none; cursor:pointer;
}

.listing_section {
	width: 79%;
	float: left;
	text-align: center;
}
.html-home-page .listing_section {
	width: 99%;
}
.panel-default {
	float:left;
	width:100%;
	background:#fbfdf6;
	border:#f6f6f6 solid 1px;
	padding:5px 10px;
	margin-top:15px;
}
.no {
	float:left;
	color:#686868;
	font-size:12px;
}
.page-limit {
	float:right;
}
.dropdown-width {
	width:45px;
}
.dropdown-width2 {
	width:140px;
}
.listing_section h5 {
	padding:0;
	border:none;
	float:left;
}
.listing_section .box {
	width:24%;
	margin:15px 1.3% 0px 0;
    display:inline-block;
	
}
.listing_section .box:nth-child(4n) {
margin-right:0px;
}
.listing_section .product-section {
	margin:0;
}
.toogle, .review-toogle {
	display:none;
}
.left_sidebar .button {
	width:57px;
	height:28px;
	border-radius:3px;
	border:#a1082b solid 1px;
	line-height:27px;
	position:relative;
	float:right;
	margin:-37px 10px 0 0;
}
.filter-search {
	padding:10px;
	float:left;
	width:100%;
}
.filter-search ul li {
	float:left;
	font-size:12px;
	color:#737373;
}
.filter-search ul li:first-child, .filter-search ul li:first-child+li {
	width:40%;
}
.filter-search ul li:first-child {
	padding-right:4%;
}
.filter-search .input-field {
	border:#f1f1f1 solid 1px;
	font-size:12px;
	color:#737373;
	font-weight:300;
	height:26px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:5px;
}
.filter-search button {
	background:#728806;
	border:none;
	color:#FFFFFF;
	height:26px;
	width:26px;
	border-radius:50px;
	text-align:center;
	line-height:1px;
	font-size:16px;
	margin:0 0px 0 10px;
	cursor:pointer;
}
.filter-search button .fa.fa-play {
	margin-left:5px;
}
/*----------------------------------------------------------------listing page------------------------------------------------------------*/

/*----------------------------------------------------------------procuct detail page------------------------------------------------------------*/
.product-detail-section h5 {
	float:left;
	border:none;
	padding:0;
	line-height:38px;
}
.product-detail-section h5 span {
	color:#b30930;
	font-size:12px;
	font-weight:600;
}
.product-detail-section .panel-default {
	margin-bottom:20px;
}
.breadcum ul li {
	float:left;
	font-size:13px;
	color:#728806;
	padding:0 5px;
}
.breadcum ul li.active {
	color:#000000;
	font-weight:600;
}
.breadcum ul li a {
	font-size:13px;
	color:#728806;
}
.product-gallery {
	float:left;
	width:35%;
}
.image-bg {
	background:#fbfdf6;
	padding:10px;
	border:#f6f6f6 solid 1px;
	border-radius:10px;
	float:left;
	width:100%;
	text-align:center;
}
.product-des {
	width:62%;
	float:right;
}
.rating ul, .rating p {
	display:inline-block;
	vertical-align:middle;
}
.rating ul li {
	display:inline-block;
	color:#b30930;
	vertical-align:top;
	font-size:16px;
}
.rating p {
	color:#222222;
	font-size:13px;
	padding-left:10px;
}
.content-inner {
	float:left;
	width:70%;
}
.content {
	border-top:#ededed solid 1px;
	border-bottom:#ededed solid 1px;
	padding:15px 0;
	margin:15px 0;
}
.content p {
	color:#737373;
	line-height:24px;
}
.price {
	color:#737373;
	float:left;
}
.price span {
	font-weight:600;
	font-size:20px;
	color:#728806;
}
.price .button {
	margin-left:50px;
}
.detail-table {
	background:#fbfdf6;
	border:#f6f6f6 solid 1px;
	margin:25px 0;
}
.detail-table ul li {
	padding:5px 10px;
	border-bottom:#eaebe7 solid 1px;
	float:left;
	width:100%;
}
.detail-table ul li:last-child {
	border:none;
}
.detail-table ul li span.left-text {
	float:left;
	width:35%;
	color:#737373;
}
.detail-table ul li span.right-text {
	float:left;
	width:65%;
}
.review, .other-product {
	margin-top:35px;
}
.review .panel-default {
	border-radius:3px;
	padding:15px;
	margin:10px 0;
}
.review-image, .text, .form ul li span.left-text, .form ul li span.right-text {
	display:inline-block;
	vertical-align:middle;
}
.review-image {
	width:6%;
	margin-right:3%;
}
.review-image span {
	font-size:10px;
	text-align:center;
	line-height:12px;
	padding-top:5px;
	float:left;
}
.review-image img {
	float:left;
}
.text {
	width:90%;
}
.text p {
	color:#737373;
	line-height:24px;
}
.add-review button {
	margin-top:10px;
}
.half_width {
	width:48%;
}
.form ul li {
	float:left;
	width:100%;
	color:#737372;
	margin-bottom:10px;
}
.form ul li a {
	margin-right:5px;
	color:#8c8c8a;
	font-weight:600;
}
.form ul li:last-child {
	margin:0;
}
.form ul li span.left-text {
	width:25%;
	text-transform:uppercase;
}
.form ul li span.right-text {
	width:75%;
}
.form .input-field {
	border:#f6f6f6 solid 1px;
	height:35px;
}
.form textarea {
	max-width:100%;
	min-width:100%;
	min-height:115px;
	max-height:115px;
	padding:10px;
	border:1px solid #f6f6f6;
	font-size:14px;
	color:#737373;
	font-family: 'Open Sans', sans-serif;
}
.star:after {
	content:"\f006";
	font-family:fontawesome;
	cursor:pointer;
}
.star:hover:after {
	content:"\f005";
	color:#b30930;
}
.modal {
	width:100%;
	padding:10px;
	background:#fbfdf6;
	border:#f6f6f6 solid 1px;
	display:inline-block;
	border-radius:5px;
}
.modal .image {
/*height:360px;
	overflow:hidden;*/
}
.modal h2, .modal h3 {
	color:#000;
	padding:10px 0;
}

/*Anil*/
.bar-notification {
    display: none;
}

.admin-header-links {
    background: #000000 none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.admin-header-links a.administration {
    color: #ffffff;
	display: inline-block;
    line-height: 35px;
    margin: 0 10px;
}

.user-action ul li {
    position: relative;
    text-align: center;
    
}
.user-action ul li input{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 11px;
    font-weight: 600;
	height:20px;
    width: 100%;
	color:#737373;
	margin-top:10px;
}
.user-action ul li:hover input, .user-action ul li:hover i {color:#b30930; cursor: pointer;}
.user-action ul li i {
    left: 50%;
    position: absolute;
	color:#737373;
	font-size: 11px;
}

/*breadcrumb*/
.breadcrumb-sec {
    display: inline-block;
    width: 100%;
}
.breadcrumb-sec li {
    display: inline-block;
	font-size:13px;
}
.breadcrumb-sec li a {color:#738807;}
.breadcrumb-sec li a:hover {color:#b30930;}
.breadcrumb-sec li .current-item {color: #000000; font-weight:normal;}
.breadcrumb-sec li .delimiter i {padding:0 10px;color:#738807;}
/*sidebar*/

.sidebar_menu .sublist {
    margin-top: -8px;
    padding-left: 27px;
}
ul.sidebar_menu .sublist > li > a {
    color: #737373;
    display: block;
    font-size: 13px;
    padding: 12px;
}
ul.sidebar_menu .sublist > li > a:hover{color:#b30930;}
ul.sidebar_menu .sublist > li {
    border-bottom: 1px solid #f1f1f1;
    color: #000000;
    font-size: 13px;
    position: relative;
}
/*product category*/
.product-section .category-grid.sub-category-grid {
    display: inline-block;
}
.product-section .category-grid.sub-category-grid .box {
    width: 32%;
}
.product-section .category-grid.sub-category-grid .box .title {
    display: block;
    line-height: 35px;
}


/*.category-content{overflow: hidden !important;}*/
.panel-default > div {
    display: inline-block;
}
.panel-default .product-viewmode {
    float: left;
    display:none;
}


.panel-default .sorting-display {
    float: right;
    text-align: right;
    width:100%;
}
.sorting-display > div {
    display: inline-block;
}
.sorting-display .product-sorting {
    padding-right: 30px;
}
.sorting-display select {scroll right center;
    border: 1px solid #e8e8e8;
    color: #686868;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    height: 20px;
    margin-left: 25px;
    padding: 0 5px;
    position: relative;}
.sp-no {
    color: #686868;
    font-size: 12px;
}
.product-viewmode .viewmode-icon {
    padding: 0 15px;
}
.pager.panel-default {
    text-align: right;
}

.pager.panel-default ul li {
    background: #ededed none repeat scroll 0 0;
    display: inline-block;
    padding: 6px 14px;
	margin: 0 1px;
}
.pager.panel-default .current-page {
    background: #738807 none repeat scroll 0 0;
    color: #ffffff;
}
.listing_section .product-grid .box {
    width: 23.7%;
}

.product-gallery .picture-thumbs .thumb-popup-link {
    display: inline-block;
    padding: 7px 10px 0 0;
}
.product-full-desc.full-width {
    margin-top: 35px;
}
.product-no-reviews, .product-review-links {
    padding: 10px 0;
}

.product-no-reviews > a, .product-review-links a {
    color: #738807;
}

.header .book-category {
    display: none !important;
}
.product-review-item .review-item-head {
    /*background-color: #f6f6f6;
    border-top: 1px solid #ddd;*/
    overflow: hidden;
    padding: 10px 0;
}

.product-reviews-page .product-review-item .product-review-box {
    float: left;
    margin: 3px 0 0 35px;
}
.product-review-item .review-title {
    color: #444;
    font-size: 15px;
    line-height: 20px;
}
.product-reviews-page .product-reviews-page .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
}
.product-reviews-page .product-review-list {
    margin-top: 40px;
    overflow: hidden;
}
.product-review-item .review-title {
    display: inline-block;
    float: left;
    max-width: 600px;
}
.product-reviews-page .product-review-item .review-title {
    max-width: 850px;
}

.product-reviews-page .vote {
    color: #738807;
    cursor: pointer;
    padding: 0 7px;
}
.product-reviews-page .title > h2 {
    color: #000000;
    display: inline-block;
    margin: 0 0 17px;
}
.product-reviews-page .write-review .review-rating li.first {
    color: #e4444c;
}
.product-reviews-page .write-review .review-rating li {
    cursor: default;
    display: inline-block;
    font-size: 14px;
    height: 17px;
    margin: 0 5px;
    vertical-align: middle;
}
.product-reviews-page .review-rating {
    text-align: center;
}

.product-reviews-page .write-review .review-rating li.last {
    color: #4cb17c;
}
.shopping-cart-page .cart-footer .shipping {
    display: none;
}
.cart-total .earn-reward-points {
    display: none;
}


.shopping-cart-page .checkout-attributes {
    display: none;
}

.content-inner > div.price, .content-inner > div.add-to-cart, .content-inner > div.product-share-button, .content-inner > div.product-reviews-overview {
    display: inline-block;
    width: 100%;
}
.content-inner .price .old-product-price, .content-inner .price .product-price {
    width: 50%;
	float:left;
}
.content-inner .overview-buttons.product-user-action li {
    border-right: 1px solid rgba(115, 115, 115, 0.2);
    width: 50% !important;
	margin-left:0;	
}
.content-inner .product-reviews-overview {
    border-bottom: 1px solid #ededed;
}

.overview-buttons.product-user-action ul li:last-child {
    border-right: none;
}
.content-inner .product-share-button {
    padding: 15px 0;
}
.content-inner .product-share-button a span, .content-inner .product-share-button a span svg {
    height: 25px !important;
    width: 25px !important;
}

.content-inner .prices.price.full-width {
    padding: 9px 0 0;
}

.content-inner  .add-to-cart-panel .qty-input {
    color: #738807;
    font-weight: 600;
    height: 43px;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: 43px;
}

.content-inner  .add-to-cart-panel .qty-label {
    color: #737373;
}
.product-review-box .rating {
    background: rgba(0, 0, 0, 0) url("../images/rating1.svg") repeat-x scroll 0 0;
    height: 14px;
    width: 95px;

}
.product-review-box .rating div {
    background: rgba(0, 0, 0, 0) url("../images/rating2.svg") repeat-x scroll 0 0;
    height: 14px;
}
.box .rating {
    background: rgba(0, 0, 0, 0) url("../images/rating1.svg") repeat-x scroll 0 0;
    height: 14px;
    width: 95px;
	margin: 4px auto 9px;
}
.rating div {
    background: rgba(0, 0, 0, 0) url("../images/rating2.svg") repeat-x scroll 0 0;
    height: 14px;
}
/*login page*/
.container .login-page .new-wrapper {
    float: left;
    margin: 0;
    width: 49%;
}
.container .login-page .returning-wrapper {
    float: right;
    width: 49%;
}

.container .login-page .page-title {
    border-bottom: 1px solid #f4eeee;
    display: inline-block;
    padding: 12px 0;
    width: 100%;
}

.container .login-page .new-wrapper .text {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    line-height: 22px;
    margin: 0 0 30px;
    padding: 30px;
	min-height: 200px;
	color: #737373;
    line-height: 24px;
}
.container  .login-page .form-fields {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px;
    position: relative;
	min-height: 200px;
	color: #737373;
    line-height: 24px;
	margin:0 0 30px;
}
.container  .login-page .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 15px;
	text-align: center;
	margin-top:30px;
}

.container  .login-page strong {
    font-weight: 400;
}
.container  .login-page .inputs {
    text-align: left;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
}
.login-page .returning-wrapper .inputs label {
    width: 110px;
}
.container  .login-page .inputs label {
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: right;
    width:20%;
}
.login-page .returning-wrapper input[type="text"], .login-page .returning-wrapper input[type="password"] {
    width:60%;
}
.container  .login-page .inputs input[type="text"], .container  .login-page .inputs input[type="password"], .container  .login-page .inputs select {
    min-height: 40px;
}
.container  .login-page .inputs input[type="text"], .container  .login-page .inputs input[type="password"], .container  .login-page .inputs select, .container  .login-page .inputs textarea {
    background-color: #fff;
    max-width: 100%;
}
.container  .login-page input[type="text"], .container  .login-page input[type="password"], .container  .login-page textarea, .container  .login-page select {
    border: 1px solid #ddd;
    height: 36px;
    padding: 8px;
    vertical-align: middle;
}
.container  .login-page input[type="button"], .container  .login-page input[type="submit"], .container  .login-page input[type="reset"], .container  .login-page input[type="text"], .container  .login-page input[type="password"], .container  .login-page textarea {
    border-radius: 0;
}

.container  .login-page .forgot-password a {
    color: #738807;
}
.container  .login-page  .message-error, .container  .login-page .field-validation-error, .container  .login-page .username-not-available-status, .container  .login-page .poll-vote-error, .container  .login-page .password-error {
    color: #f00;
    font-size: 13px;
    text-align: center;
}
.container  .login-page   .validation-summary-errors ul li {color: #f00;}
.container  .login-page .registration-page .message-error, .container  .login-page .message-error, .container  .login-page .account-page .message-error {
    margin: 0 0 10px;
}
.container  .login-page .message-error, .container  .login-page .field-validation-error, .container  .login-page .username-not-available-status, .container  .login-page .poll-vote-error, .password-error {
    color: #f00;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
}

.procuct-description-part {
    border-bottom: 1px solid #ededed;
    padding: 10px 0 15px;
}

.procuct-description-part p {
    color: #737373;
    line-height: 21px;
}
.other-product.full-width .title{display: inline-block;}
.related-products-grid.product-grid .jcarousel .box, .also-purchased-products-grid.product-grid .jcarousel .box  {
    width: 100%;
}
.jcarousel .jcarousel-ul .user-action ul {
    display: inline-block;
    width: 100%;
}
/*.jcarousel .jcarousel-ul .user-action li {
    width: 76px !important;
}*/

/*cart header show*/
.full-width.header {
    position: relative;
}
.user_menu ul li {
    display: inline-block;
    line-height: 40px;
    margin: auto;
    padding: 0 15px;
}
#topcartlink {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0 18px;
}
.flyout-cart {
	display: none;
}
.flyout-cart {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 100;
	width: 300px;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	background-color: #fff;
}
.admin-header-links-added .flyout-cart {top: 76px!important;}
.flyout-cart .price {
    display: inline-block;
    width: 100%;
}

.flyout-cart .price span {
    color: #737373;
    font-size: small;
    font-weight: 500;
}

.flyout-cart .quantity, .flyout-cart .totals {
    color: #737373;
}
.mini-shopping-cart {
	padding: 12px;
	text-align: left;
	font-size: 12px;
}
.mini-shopping-cart .count {
	padding: 5px 0 15px;
	color: #444;
}
.mini-shopping-cart .count a {
	margin: 0 2px;
	font-weight: bold;
	color: #444;
}
.mini-shopping-cart .items {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
}
.mini-shopping-cart .item {
	overflow: hidden;
	padding: 10px 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 70px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 80px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 14px;
}
.mini-shopping-cart .name a {
	color: #b30930;
}
.mini-shopping-cart .name a:hover {
	color: #248ece;
}
.mini-shopping-cart .attributes {
	margin: 5px 0;
	color: #444;
}
.mini-shopping-cart .totals {
	margin: 0 0 12px;
	font-size: 14px;
}
.mini-shopping-cart .totals strong {
	font-size: 16px;
	color: #444;
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
}

/*bar notification*/
.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 0 25px 0 10px;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification p {color:#ffffff; border:none;}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification .content {
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
	background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	width: 350px !important;
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}
.ui-dialog-titlebar > span {
	float: left;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url('../images/close.png') center no-repeat;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	right: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	background: url('../images/close.png') center no-repeat !important;
	padding: 0 !important;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	height: auto !important;
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px !important;
	color: #777;
}
.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #b30930;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	background-color: #248ece;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #b30930;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}

/*table & forms*/
/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 40px;
}
.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}
.form-fields {
	position: relative;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
	padding:15px;
	width:100%;
}
.inputs {
	position: relative;
	margin: 0 0 15px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
}
.registration-page .inputs{ text-align:left;}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display:inline-block;
width: 25%;
	margin: 0 0 10px;
	text-align: left;
    font-size: 14px; /*reset zeroing*/
	color: #444;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width:60%;
	max-width: 100%;
	background-color: #fff;
}

.inputs.custom-attributes {
	white-space: normal;
}
.inputs .option-list {
    display: inline-block;
	max-width: 95%;
    vertical-align: middle;
}
.inputs .option-list li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
}
.inputs .option-list label {
	display: inline-block;
	width: auto !important;
	margin: 0 0 0 5px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 -8px 0 3px; /*siblings offset*/
	vertical-align: top;
	font-size: 20px;
	font-weight: normal;
	color: #f00;
}
.message-error,.message-error li,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #f00;
    margin-top: 5px;
}
.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #f00;
}

.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
	max-width: 100%;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.cart th,
.data-table th,
.forum-table th {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
	font-weight: normal;
}
.cart td,
.data-table td,
.forum-table td {
	min-width: 50px;
	border-width: 1px;
	border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
	color: #444;
}
.forum-table td {
	min-width: 90px;
}
.cart a,
.data-table a,
.forum-table a {
	font-weight: normal;
	color: #b30930;
}
.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
	text-decoration: underline;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	min-width: 225px;
	text-align: left;
}
.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
	color: #444;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
	color: #b30930;
	text-decoration: none;
}

.cart .product .edit-item {
	margin: 10px 0 0;
}
.cart .product .edit-item a {
	font-weight: normal;
	color: #b30930;
}
.cart .product .edit-item a:hover {
	text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}
.cart td.quantity input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal,
.data-table td.total {
	white-space: nowrap;
    color: #444;
}
.cart td.subtotal .discount {
    font-style: italic;
    color: #b30930;
}

.data-table em a {
	font-weight: bold;
	color: #444;
}
.data-table div.download {
	margin: 10px 0 0;
}
.cart label {
    display: none;
}
label, label + * {
    vertical-align: middle;
}
.page-body table {
    border-collapse: collapse;
    width: 100%;
}



/*====================*/
.normal-heading h5{
	border: medium none;
    float: left;
    padding: 0;
}

/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 15px 0;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
}
.order-progress a {
	display: block;
	min-width: 70px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.order-progress a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	border: 1px solid #bbb;
	background: #fff url('../images/pointer.png') center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}

.shopping-cart-page .page-title {
	margin: 0 0 -1px;
	padding: 10px;
}
.shopping-cart-page .message-error {
	margin: 20px 0;
}
.shopping-cart-page td .message-error {
	margin: 10px 0 0;
	text-align: left;
}
.shopping-cart-page .checkout-attributes a {
	color: #4ab3f1;
}
.shopping-cart-page .checkout-attributes a:hover {
	text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info {
	margin: 20px 0;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
	color: #4ab3f1;
}
.shopping-cart-page .tax-shipping-info a:hover {
	text-decoration: underline;
}
.shopping-cart-page .common-buttons {
	margin: 0 0 60px;
	background-color: #f6f6f6;
	padding: 20px;
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.shopping-cart-page .common-buttons input:hover {
	background-color: #999;
}
.shopping-cart-page .common-buttons input:first-child {
	background-color: #b30930;
}
.shopping-cart-page .common-buttons input:first-child:hover {
	background-color: #000;
}

.checkout-attributes {
	margin: -30px 0 30px;
	color: #444;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
	min-width: 200px;
}
.checkout-attributes ul {
	font-size: 0;
}
.checkout-attributes li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 14px; /*reset zeroing*/
}
.checkout-attributes .color-squares li {
     border: none;
     padding: 0;
     line-height: 0;
}
.checkout-attributes li label {
	display: inline-block;
	margin: 0 0 0 5px;
}

.selected-checkout-attributes {
	margin: 30px 0;
	color: #444;
}
.selected-checkout-attributes br {
	content: "";
	display: block;
	margin: 3px;
}

.cart-footer {
	margin: 0 0 50px;
	border-top: 1px solid #ddd;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	background-color: #f9f9f9;
	padding: 10px;
	color: #444;
}
.cart-footer .total-info {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px 15px;
}

.cart-total td {
	width: 50%;
	padding: 5px 0;
	text-align: right;
}
.cart-total td:first-child {
	text-align: left;
}
.cart-total .giftcard-remaining {
	display: block;
	font-style: italic;
}
.cart-total .order-total {
	font-size: 20px;
	color: #b30930;
}
.cart-total .order-total strong {
	font-weight: normal;
}
.cart-total .earn-reward-points {
	font-style: italic;
}

.min-amount-warning {
	margin: 0 0 20px;
	padding: 0 30px;
	color: #e4434b;
}

.terms-of-service {
	margin: 0 0 20px;
	padding: 0 30px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	color: #b30930;
}

.cart-footer .checkout-buttons {
	padding: 0 10px;
}
.cart-footer .checkout-button {
	display: inline-block;
	min-width: 160px;
	border: none;
	background-color: #b30930;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.cart-footer .checkout-button:hover {
	background-color: #248ece;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
	padding: 0 10px;
}

.cart-collaterals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 25px 0 0;
}
.cart-collaterals > div {
	max-width: 400px;
	margin: 0 0 50px;
}
.cart-collaterals .button-2 {
	display: inline-block;
	border: none;
	background-color: #aaa;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
.cart-collaterals .button-2:hover {
	background-color: #999;
}

.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 18px;
	color: #444;
}
.cart-collaterals .title strong {
	font-weight: normal;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
}
.cart-collaterals .deals > div {
	margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 60%;
	height: 36px; /*safari padding fix*/
	margin: 0 -1px 0 0;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 40%;
	height: 36px; /*safari padding fix*/
	padding: 0;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	font-size: 12px;
	color: #e4434b;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 12px;
	color: #4cb17c;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #4cb17c;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}

.cart-collaterals .shipping select {
	height: 36px;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
	color: #444;
}
.shopping-cart-page .no-data {
	margin: 25px 0 0;
}


/********** CHECKOUT **********/



.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section.order-summary {
	/*margin: 100px 0 30px;*/
}

.checkout-page .cart-options {
	min-height: 60px;
	overflow: hidden;
}
.checkout-page .cart-footer {
	border-top: none;
}
.checkout-page .total-info {
	margin: 0;
	border-bottom: none;
	padding: 5px 20px 10px;
}

.checkout-page .button-1 {
	display: inline-block;
	min-width: 140px;
	border: none;
	background-color: #b30930;
	padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.checkout-page .button-1:hover {
	background-color: #248ece;
}

.checkout-page .address-item {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.checkout-page .address-item ul {
	margin: 0 0 15px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.checkout-page .address-item li.name {
	font-size: 16px;
	font-weight: bold;
}

.enter-address .message-error {
	margin: 20px 0;
}
.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .pickup-in-store {
	padding: 30px 0;
	text-align: center;
}
.checkout-page .pickup-in-store .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 0;
	font-size: 14px; /*reset zeroing*/
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.payment-description {
    margin-top: 7px;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.payment-method .use-reward-points {
	margin: 0 0 30px;
	text-align: center;
	color: #444;
}
.payment-method .payment-logo {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo label {
	display: block;
	font-size: 0 !important;
}
.payment-method .payment-details {
	min-width: 180px;
	display: inline-block;
	margin: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
}

.payment-info .info {
	padding: 30px 15px;
	color: #444;
}
.payment-info .info tr {
	display: block;
	margin: 0 0 15px;
	font-size: 0;
}
.payment-info .info td {
	display: inline-block;
	width: 100% !important;
	max-width: 400px !important;
	font-size: 14px; /*reset zeroing*/
}
.payment-info .info td:only-child {
	width: 100% !important;
	max-width: 100% !important;
}
.payment-info .info td input[type="text"] {
	width: 100% !important;
}
.payment-info .info td input[name="CardCode"] {
	width: 65px !important;
}
.payment-info .info td select {
	min-width: 70px;
}
.payment-info .info td:first-child {
	margin: 0 0 10px;
}
.payment-info .info p {
	text-align: center;
}

.confirm-order .buttons {
	padding: 10px 0;
}
.confirm-order .button-1 {
	font-size: 16px;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 3px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin: 0 0 30px;
	padding: 30px 15px;
	text-align: center;
	color: #444;
}
.order-completed .details div {
	margin: 5px 0;
}
.order-completed .details strong {
	font-weight: normal;
	text-transform: uppercase;
}
.order-completed .details a {
	color: #b30930;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc .step-title {
	margin: 0 0 1px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.opc .allow .step-title {
	background-color: #b30930;
	cursor: pointer;
}
.opc .step-title .number,
.opc .step-title .title {
	float: left;
	min-height: 40px;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
	color: #fff;
	cursor: pointer;
}
.opc .step-title .number {
	width: 42px;
	border-right: 1px solid #fff;
	text-align: center;
}
.opc .allow .step-title .number {
	background-color: #738807;
}
.opc .step {
	margin: 10px 0;
	padding: 30px 15px;
	text-align: center;
}
.opc .section {
	margin: 0 0 30px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: inline-block;
	margin: 0 0 0 -15px;
	background: url('../images/back-button.png') left center no-repeat;
	padding: 0 0 0 18px;
	color: #444;
}
.opc .back-link a:hover {
	color: #b30930;
}
.opc .buttons .please-wait {
	display: block;
	margin: 10px 0 0;
    background: none;
}
.opc .section.pickup-in-store {
	margin: 0 0 30px;
	padding: 0;
}
.opc .payment-info .info tr {
	text-align: left;
}
.opc .section.order-summary {
	margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
	border-bottom: none;
}
.order-details-page .page-title h5 {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.order-details-page .page-title a {
	display: inline-block;
	min-width: 180px;
	margin: 5px 0;
	border: none;
	background-color: #aaa;
	background-image: none;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.order-details-page .price {float: none;}
.order-details-page .page-title {margin: 0 0 25px;}
.order-details-page .page-title a:hover {
	background-color: #999;
}
.order-details-page .page-title a.print-order-button {
	background-color: #b30930;
}
.order-details-page .page-title a.print-order-button:hover {
	background-color: #000;
}

.order-details-page .order-overview {
	margin: 0 0 50px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #444;
}
.order-details-page .order-overview .order-number {
	margin: 0 0 10px;
	text-transform: uppercase;
}
.order-details-page .order-overview .order-total strong {
	font-weight: normal;
	color: #b30930;
}

.order-details-page .repost .button-2 {
	display: inline-block;
	margin: 10px 0;
	border: none;
	background-color: #b30930;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.order-details-page .repost .button-2:hover {
	background-color: #248ece;
}

.order-details-page .download a {
	font-weight: normal;
	color: #b30930;
}
.order-details-page .download a:hover {
	text-decoration: underline;
}
.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.user-agreement-page .button-1 {
	min-width: 140px;
    border: none;
    background-color: #b30930;
    padding: 10px 30px;
    text-align: center;
	font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover {
	background-color: #248ece;
}

.order-details-page .tax-shipping-info {
	margin: 30px 0;
}
.order-details-page .tax-shipping-info a {
	color: #b30930;
}
.order-details-page .tax-shipping-info a:hover {
	text-decoration: underline;
}

.order-details-page .actions {
	margin: 30px 0 0;
	font-size: 0;
}
.order-details-page .actions input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
	border: none;
	background-color: #aaa;
	background-image: none;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.order-details-page .actions input:hover {
	background-color: #999;
}
.order-details-page .actions input:first-child {
	background-color: #b30930;
}
.order-details-page .actions input:first-child:hover {
	background-color: #248ece;
}

.order-details-page .total-info {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	background-color: #f9f9f9;
	padding: 15px 20px;
	color: #444;
}
.cart-collaterals {
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 25px 0 0;
    width: 350px;
}
.cart-footer .cart-collaterals {
    float: left;
    margin: 0 2.5%;
    width: 45%;
}
.cart-footer .totals {
    background-color: #f9f9f9;
    color: #444;
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 10px;
    width: 350px;
}
.cart-footer .totals {
    float: right;
    margin: 0 2.5%;
    width: 45%;
}
.cart-total-right {
    color: #738807;
}
input[type="text"],
input[type="password"],
input[type="tel"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
}
input, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
	color: #444;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
	margin: 0 0 -1px;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 20px 0;
}
.wishlist-content .table-wrapper {
	margin: 0 0 30px;
}
.wishlist-content .product-content {
	min-width: 300px;
	text-align: left;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .tax-shipping-info a {
	color: #4ab3f1;
}
.wishlist-content .tax-shipping-info a:hover {
	text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	border: none;
    padding: 10px 25px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}
.wishlist-content .button-2 {
    display: inline-block;
    margin: 0 1px 5px;
    min-width: 140px;
    width: auto;
}
.wishlist-content .buttons{text-align: center;}
.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
	background-color: #b30930;
	text-transform: uppercase;
}
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
	background-color: #000;
}
.wishlist-content .email-a-friend-wishlist-button {
	background-color: #aaa;
}
.wishlist-content .email-a-friend-wishlist-button:hover {
	background-color: #999;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info span {
	display: block;
	margin: 0 0 5px;
}
.wishlist-page .share-info a {
	font-weight: bold;
	color: #444;
}
.wishlist-page .share-info a:hover {
	color: #b30930;
}
.wishlist-page .no-data {
	margin: 25px 0 0;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	background-color: #b30930;
    padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.compare-products-page .clear-list:hover {
	background-color: #248ece;
}
.compare-products-page .table-wrapper {
	margin: 0 0 30px;
	padding: 0 0 1px; /*IE mobile table border fix*/
}
.compare-products-table td {
	min-width: 150px;
	border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
	text-align: left;
	vertical-align: top;
	color: #444;
}
.compare-products-table td:first-child {
	min-width: 0;
}
.compare-products-table td label {
	font-weight: normal;
    color: #777;
}
.compare-products-table .remove-button {
	display: inline-block;
	border: none;
	background: url('../images/remove.png') left center no-repeat;
	padding: 0 0 0 18px;
	font-size: 12px;
	color: #666;
}
.compare-products-table .remove-button:hover {
	color: #b30930;
}
.compare-products-table .picture {
	display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
	font-weight: bold;
}
.compare-products-table .product-name td a:hover {
    color: #b30930;
}
.compare-products-table .short-description td {
	line-height: 22px;
}
.compare-products-table .full-description td {
	display: none;
}
.compare-products-page .no-data {
	margin: 25px 0 0;
}
.wishlist-page .share-info span, .cart .product a, .data-table .product a, .data-table .info a {color: #737373;}
.wishlist-page .share-info a {
    color: #738807;
    font-weight: bold;
}
.middle-container h2.title{color: #737373;}
.shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px;
}
.payment-method .payment-logo {
    background-color: #f6f6f6;
    display: block;
    padding: 10px;
}
.normal-heading-center h5, .section.order-completed .title, .normal-heading-center{
    text-align: center;
    width: 100%;
}

.title.normal-heading-center h2, .title.normal-heading h2 {
    margin-bottom: 18px;
	color:#000000;
	padding: 18px 0 5px;
}
.title.normal-heading h2 {
    text-align: left;
	display: inline-block;
	width: 100%;
}
.date-of-birth select {
	width:19%; /*always single line*/
	max-width:19%;
}
.date-of-birth select + select {
    margin: 0 0 0 1.7%;
}
.gender {
    display: inline-block;
}
.gender span {
    margin: 0 10px 0 0;
	display: inline-block;
}
.gender span > * {
    display: inline !important;
    line-height: 32px;
}
.gender span > * {
    margin: 0 5px 0 0;
}
.address-list-page .info, .order-list-page .info {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    color:#212121;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 20px;
	text-align: left;
}
.address-list-page .info .name, .order-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
}
.address-list-page .button-2, .order-list-page .button-2 {
    border: medium none;
    color: #444;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
}
.address-list-page .info li , .order-list-page .info li{
    color: #212121;
}
.address-list-page .buttons, .order-list-page .buttons {
    position: absolute;
    right: 10px;
    top: 5px;
}
.edit-address-button {
    background: rgba(0, 0, 0, 0) url("../images/edit.png") no-repeat scroll left center;
}
.delete-address-button, .cancel-recurring-order-button {
    background: rgba(0, 0, 0, 0) url("../images/remove.png") no-repeat scroll left center;
}

.address-edit-page.listing_section .edit-address {
    margin-top: 30px;
}
.order-details-button {
    background: rgba(0, 0, 0, 0) url("../images/details.png") no-repeat scroll left center;
}
.no-data, .current-balance{color: #737373; float:left;padding: 17px 0;}

.page-title.normal-heading {
    display: inline-block;
    width: 100%;
}
.change-password-page h5 {/*margin-bottom:30px;*/}

.cart-footer .estimate-shipping label {
    display: block;
    margin: 0 0 10px;
}
.cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
    text-align: left;
}
.search-results .warning, .search-results .no-result {
    color: #e4434b;
    margin: 10px 0;
	text-align:left;
}

.ui-autocomplete {
    width: 280px !important;
}
.ui-autocomplete {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-radius: 0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font: 14px Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 500px !important;
}
.ui-autocomplete li:first-child {
    border-top: medium none;
}
.ui-menu .ui-menu-item {
    list-style-image: url("/Content/jquery-ui-themes/smoothness/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-widget-content a {
    color: #222;
}
.ui-autocomplete a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #777 !important;
    display: block;
    font-size: 14px;
    line-height: normal !important;
    margin: 0 !important;
    padding: 15px !important;
}
.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 2px 0.4em;
    text-decoration: none;
}
.ui-autocomplete a:hover, .ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
}

/*menu*/
.menu > ul > li .dropdown > ul {width: 100%;padding-bottom: 15px;}
.menu > ul > li .dropdown > ul li {
    float: left;
    width: 25%;
}

.tp-block {
    display: inline-block;
}
.tp-block h5 {margin-bottom:30px;}
.center-1 .buttons {
	text-align: center;
}
.trigger{ display:none;}
.page-body  .product-filters {display:none;}
.product-filters {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.product-filters .filter-title {
    border-bottom: 1px solid #eaeaea;
    color: #686868;
    display: block !important;
    margin-bottom: 10px;
    padding: 8px 0;
}
.product-filters .filter-content li a {
    color: #686868;
}

.product-filters .filter-content li {
    padding: 5px 0;
}

.product-filters .remove-filter.button {
    position: absolute;
    right: 0;
}

span.link {
    cursor: pointer;
}
.product-filters .remove-filter.button a {color:#ffffff;}
.product-filters .filtered-items {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
}

.filtered-items .item {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.product-filters .PriceRange, .filtered-items {
    border: 1px solid #ebebeb;
    display: inline-block;
    padding: 3px 4px;
    text-align: center;
    width: 72px;
}
.PriceRange.from-to {
    border: none;
}

.product-filters.cat-lft {
    position: relative;
}

.product-filters .group.price-range-group.filter-search button {
    vertical-align: sub;
}
.product-filters .group.price-range-group.filter-search li.fromto span {
    padding: 0 47px 0 0;
}
.newsletter-result {
    color: #737373;
    float: left;
}
.mainmenubar .active a {
    display: none;
}
.mainmenubar .clsShowLvl li {
    display: block !important;
}
.mainmenubar li.inactive {
    display: none;
}

.mainmenubar  .sublist {
    padding-left: 0;
}
.sublist.clsShowLvl .sublist.clsShowLvl {
    padding-left: 20px;
}
.product-section .category-grid.sub-category-grid {
    display: inline-block;
    width: 100%;
}

.dropdown {min-width: 600px;}

.page .page-title h1 {
    color: #000000;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
}

.prices.price .tax-shipping-info {
    display: none;
}




/*media 1001*/
@media all and (min-width: 1001px) {
.header .flyout-cart:hover {
	display: block;
}
.flyout-cart.active {
	display: block;
}
.order-details-page .data-table label {
    display: block;
}
.inputs {
	text-align: left;
}
.inputs label {
	display: inline-block;
	width:20%;
	margin: 0 10px 0 0;
	text-align: right;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
	min-height: 40px;
}
.inputs .option-list li {
	margin: 0 10px 0 0;
}

.center-2 .inputs label {
	width:20%;
}
.page-title a + h1 {
	float: left;
}
.link-rss {
	display: block;
	float: right;
	margin: 6px 0 0;
}
.shipping-method .method-list li, .payment-method .method-list li {
    display: inline-block;
    margin: 20px 2%;
    vertical-align: top;
    width: 25%;
}
.opc .order-review-data ul {
    text-align: left;
}
.order-review-data ul, .order-details-area ul, .shipment-details-area ul {
    float: left;
    margin: 0 1% 40px;
    width: 48%;
}
.table-wrapper {
    overflow-x: visible;
}
.order-details-page .section.options {
	text-align: right;
}
.order-details-page .selected-checkout-attributes {
	padding: 0 10px;
}
.order-details-page .totals {
	overflow: hidden;
}
.order-details-page .total-info {
	float: right;
	margin: 0 5px;
}
.compare-products-page .clear-list {
    position: absolute;
    right: 0;
    top: 7px;
}
}
 @media ( min-width:768px) and (max-width:992px) {
 .inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea { width:100%;
    }
.account-page.listing_section { text-align:left !important;}
.account-page.listing_section .inputs{ text-align:left !important;}
.inputs label {
	display:inline-block;
	width:100%;
	margin: 0 0 10px;
	text-align: left;
    font-size: 14px; /*reset zeroing*/
	color: #444;
}
    .inputs { white-space:inherit;
    }
	}

  @media ( max-width:767px) {
 .inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea { width:100%;
    }
.account-page.listing_section { text-align:left !important;}
.account-page.listing_section .inputs{ text-align:left !important;}
 .inputs, .container .login-page .inputs { white-space:inherit;
    }
 .container .login-page .inputs { text-align:left;}
	
	}




/*media 320px - 479px*/
@media all and (min-width: 360px) and (max-width: 479px) {
.product-section .category-grid.sub-category-grid .box, .listing_section .product-grid .box {
    width: 47%;
}
.product-section .category-grid.sub-category-grid {
    display: block;
}
}

@media all and (max-width:359px) {
    .product-section .category-grid.sub-category-grid .box{ width:100%; box-sizing:border-box;}
    .listing_section .product-grid .box {
        width: 87%;
        float:none;
    }
}

/*media 480px - 458px*/
@media all and (min-width: 480px) and (max-width: 580px) {
.product-section .category-grid.sub-category-grid .box, .listing_section .product-grid .box {    width: 31%;}
 }
.sub-category-item .picture img {    width: 100% !important;}
.product-box-heading {    /*min-height:50px;    max-height:50px;    overflow:hidden;*/}

.product-box-heading h2{white-space: nowrap; 	width: 100%;	overflow: hidden;	text-overflow: ellipsis;	position: relative;
	height:24px; 	overflow: hidden;} 


.newsletter-subscribe .button{ float:left; height:40px; line-height:40px; width:30%;}
.product-name .product-reviews-overview { margin-top:5px;
}
.product-name  .product-review-box, .product-name .product-review-links{ display:inline-block;}
.product-name  .product-review-box{ margin-right:15px;}
.review-content .review-info{ padding:10px 0;}
#advanced-search-block input.price-from, #advanced-search-block input.price-to {
    width: 213px; margin:0 15px;
}
.search-input .inputs.reversed > label {
    text-align: left;
}
.search-input .form-fields .inputs.reversed input[type=checkbox]{ margin:0 5px;}

.avatar-page .info {
    padding: 30px 0;
}
.avatar-page .fieldset > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    padding: 11px 6px;
}
.avatar-page .image{height:auto;padding-bottom:30px;}

#OtherCountry ul li {
    cursor: pointer;
    float: left;
    margin: 0 0 15px;
    width: 50%;
}
.order-details-page .data-table label {
    display: none;
}
.cart-product-header {
    display: inline-block;
    margin: 13px 0;
    width: 100%;
}
.box h2 a {
color:#6c0b0b;
font-weight:600;
}
.other-side-menu .other-side-menu {
    padding-left: 0 !important;
}
.other-side-menu a {
    display: none !important;
}
.other-side-menu .other-side-menu a {
    display: block !important;
}
.other-side-menu .other-side-menu .other-side-menu {
    padding-left: 20px !important;
}

.topic-page .page-title.normal-heading {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
	padding-bottom: 10px;
}
.topic-page .page-body  p {
    color: #516c78;
    line-height: 26px;
}

.topic-page .page-body h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}
.topic-page .page-body ul li, .topic-page .page-body ol li {
    color: #737373;
    line-height: 26px;
	list-style:disc;
}
.topic-page .page-body ul li a, .topic-page .page-body ol li a, .topic-page .page-body p a {
color: #737373;
}
.topic-page .page-body ul li a:hover, .topic-page .page-body ol li a:hover, .topic-page .page-body p a:hover {
    color: #b30930;
}

.topic-page .page-body ul, .topic-page .page-body ol {
    padding-left: 15px;
}
/*----------------------------------------------------------------procuct detail page------------------------------------------------------------*/
/*add by vikas*/

#removiebtn{
    /*background-image:~Themes\Longhorn\Content\images\remove.png.;*/
    background: url('../images/remove.png') right center no-repeat;
    font-size:0;
    width:20px;
    height:20px;
}
.cart .ordersummarygiftrow td {
background-color:#d9edf7;
}
.alert-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    display:none;
    width:113%;
}
.email-message-area{
    padding-top: 40px;
}
.email-message-area textarea{
    width:500px;
}

.votted { font-weight:900;}
div.desclbl {
    width: 17%;
    float: left;
    position: relative;
 }
 .descrp{
    position: relative;
    padding-top: -3px;
    top: -2px;
 }
 
 /*10102017*/
 .account-activation-alignment .page-title {text-align: center;}
 .account-activation-alignment .result {text-align: center;padding-top: 10px;}
 
 .page.account-page.change-password-page.listing_section.create-password-alignment {width: 40%;float: none;text-align: center;margin: auto;}
 .page.account-page.change-password-page.listing_section.create-password-alignment .fieldset {margin:0;}
 .page.account-page.change-password-page.listing_section.create-password-alignment .fieldset .form-fields {padding-bottom:0;}
.page.account-page.change-password-page.listing_section.create-password-alignment label {width: 140px;}
.page.account-page.change-password-page.listing_section.create-password-alignment .buttons {text-align:left;padding-left: 153px;}
  
@media all and (max-width:850px) {
.page.account-page.change-password-page.listing_section.create-password-alignment span.required{top: 11px;}
}

@media all and (max-width:767px) {
.page.account-page.change-password-page.listing_section.create-password-alignment{width: 70%;}
.page.account-page.change-password-page.listing_section.create-password-alignment .fieldset{width: auto;}
.page.account-page.change-password-page.listing_section.create-password-alignment .buttons {text-align: left;padding-left: 0;}

}

@media all and (max-width:580px) {
.page.account-page.change-password-page.listing_section.create-password-alignment{width:90%;}

}

