@charset "utf-8";
/*
AbanteCart storefront main CSS style.css

Developers: Pavel Rojkov (projkov@abantecart.com)

AbanteCart brand color styles: #064770 (dark blue) #F19013 (Orange)

*/

/* CSS Document */
/* ------------ Reset ------------ */


@font-face {
	font-family: DINWebPro;
	src: url(/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/DINWebPro.ttf);
	font-weight: normal;
}

@font-face {
	font-family: DINWebPro;
	src: url(/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/DINPro-Bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: DINWebPro;
	src: url(/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/DINPro-Bold.ttf);
	font-weight: 900;
}

@font-face {
	font-family: DINWebPro;
	src: url(/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/DINPro-Italic.ttf);
	font-style: italic;
}

@font-face {
	font-family: DINWebPro;
	src: url(/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/DINPro-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'mpr_icon';
	src: url('/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/mpr_icon.eot');
	src: url('/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/mpr_icon.eot') format('embedded-opentype'),
	url('/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/mpr_icon.woff') format('woff'),
	url('/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts//mpr_icon.ttf') format('truetype'),
	url('/extensions/ufs_rio/templates/ufs_rio/storefront/assets/fonts/mpr_icon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: 'DINWebPro', sans-serif;

}

img {
	width: 100%;
	height: auto;
}

a {
	color: #ef5739;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #d8420e
}

h1, h2, h3, h4, h5 {
	font-weight: normal
}

ul, ul li {
	list-style: none
}

ul {
	padding: 0;
}

label {
	font-weight: normal;
}

.heading1 {
	margin: 10px 0 20px 0;
	font-size: 34px;
	color: #ef5739;
}

.heading2 {
	font-size: 22px;
	color: #ef5739;
	font-weight: normal;
	padding: 0;
	font-family: inherit;
}

.heading1 .subtext {
	font-size: 16px;
	color: #96979d;
	text-transform: none;
	font-weight: normal;
	padding: 0;
}

.heading1 .maintext {
	font-size: 24px;
	padding: 0 14px 4px 0;
	font-family: inherit;
}

.hidden {
	display: none;
}

.heading1 .subtext img {
	padding-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal
}

h2 {
	font-size: 24px
}

form {
	margin: 0;
}

.mt0 {
	margin-top: 0 !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt40 {
	margin-top: 40px !important
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt20 {
	margin-top: 20px
}

.mt60 {
	margin-top: 60px !important
}

.mr10 {
	margin-right: 10px
}

.mr20 {
	margin-right: 20px
}

.ml10 {
	margin-left: 10px
}

.ml20 {
	margin-left: 20px
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb40 {
	margin-bottom: 40px
}

.ct_padding_right {
	padding-right: 20px;
}

.ct_padding_left {
	padding-left: 20px;
}

.margin-none {
	margin: 0
}

.clear {
	clear: both
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.displayblock {
	display: block
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.valign_middle {
	vertical-align: middle;
}

.valign_top {
	vertical-align: top;
}

.valign_bottom {
	vertical-align: bottom;
}

.red {
	color: #F00
}

.required {
	color: #8f1212;
	text-decoration: dashed;
	cursor: help;
	margin-left: 5px;
}

.orange {
	color: #ef5739
}

.gray_separator {
	border-bottom: 1px solid #dedede;
	height: 0;
	margin: 10px 0;
}

.footerlinks ul li a, .footerlinks ul li a:hover, .thumbnail .shortlinks a, .thumbnail .shortlinks a:hover, .flex-control-paging li a, .flex-control-paging li a:hover, ul.categorymenu > li > a, ul.categorymenu > li > a:hover, .dropdown-menu li > a, .dropdown-menu li > a:hover, ul.categorymenu > li > div > ul > li > a, ul.categorymenu > li > div > ul > li > a:hover, #topnav ul li a, #topnav ul li a:hover, #customernav ul li a, #customernav ul li a:hover, .thumbnail a.productcart, .thumbnail a:hover.productcart, input, input:focus, select, select:focus, textarea, textarea:focus {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}

.container-fixed {
	margin: 0 auto;
}

.container-fixed > hr {
	margin: 30px 0;
}

#maincontainer {
	padding: 0;
	margin: 0;
}

#maincontainer .container {
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 0;
}

#maincontainer.container-fluid {
	padding: 0;
	margin: 0;
}

.contentpanel {
	padding: 10px;
}

#related, #newslettersignup {
	margin: 0 auto 0 auto;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
	color: #e41918;
}

section.row {
	margin: 0;
}

#shippings > option {
	width: inherit;
}

/* ------------ Header ------------ */
.headerstrip {

	background: none;
}

.headerstrip1 {
	padding-left: 0;
	padding-right: 0;
}

.nav_expand {
	position: absolute;
	top: 10px;
	right: 10px
}

#topnav select {
	display: none
}

#topnav .navbar-inner, #customernav .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}

#topnav ul, #customernav ul {
	padding: 0px;
}

#topnav ul {
	float: right;
}

#topnav ul li, #customernav ul li {
	/*	padding: 4px 0; */
}

#topnav ul li a {
	box-shadow: none;
	text-shadow: none;
	color: #747474;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0 20px;
	margin-right: 0;
	background: none;
	font-weight: bold;
}

#topnav ul li a:hover {
	background: none;
}

#topnav ul.dropdown-menu li a {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

#topnav ul li i {
	display: none;
}

#customernav .dropdown-menu {
	min-width: 225px;
	border: 1px solid #D8D8D8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: white;
	padding: 4px 0;

}

#customernav ul li a {
	box-shadow: none;
	text-shadow: none;
	padding: 0 20px;
	margin-right: 0;
	background: none;
}

#customernav ul li a:hover, #topnav ul li a:hover {
	color: #ea5906;
}

#topnav ul.dropdown-menu li a span, #customernav ul.dropdown-menu li a span {
	padding: 0 10px 0 10px;
}

.menu_image {
	padding-right: 6px;
}

#topnav ul li a.menu_home, #topnav .nobackground {
	background-position: 0 0;
	background: none;
}

#topnav .nobackground, #main_menu_bottom .nobackground {
	padding: 0 0 0 10px;
	margin-right: 10px;
}

#topnav ul li a:hover.menu_home, #topnav ul li a.active.menu_home {
	background-position: 0 -31px
}

.search-bar {
	width: 300px;
	border: 1px solid #e3e3e3;
	background: #e3e3e3;
	border-radius: 50px;
}

.top-search input {
	width: 85%;
	border: none;
	border-radius: 50px;
	padding: 5px 9px;
	float: left;
	vertical-align: middle;
	background: #e3e3e3;
}

.block_1 {
	display: none;
}

ul#search-category {
	margin: 0;
	top: 38px;
	left: -2px;
}

.search-bar .button-in-search i {
    color: #ef5739;
    padding: 8px;
}

.button-in-search {
	cursor: pointer;
	float: right;
}

.top-search .submenu.dropdown-menu {
    left: 0;
    top: 50px;
}

.headerdetails ul.nav {
	margin-bottom: 0;
}

li.dropdown {
	list-style: none
}

/* Top block positioning */
.headerstrip_blocks .block_1 {
	float: left;
	margin-left: 10px;
}

.headerstrip_blocks .block_2 {

}

.headerstrip_blocks .block_3 {
	float: left;
}

.headerstrip_blocks .block_4 {
	float: right;
}

.headerdetails .block_5 {
	float: left;
}

.headerdetails .block_6 {
	float: left;
	background: #e3bd00;
	display: none;
	color: #fff;
}

.header-logo img {
	width: 100%;
	height: auto;
}

.hed-left .nav > li > a {
	padding: 14px 15px;
}

.hed-left span {
	color: #ef5739;
	font-size: 14px;
	font-weight: bold;
}

.hed-left .label-orange {
	color: #fff;
}

.hed-left .headerdetails li.dropdown {
	width: 100%;
}

.head-right {
	display: flex;
}

.block_two {
	background: #8f1212;
	display: block;
	clear: both;
	border-radius: 5px;
}

#customernav ul li a {
	max-width: none !important;
	padding: 0;
}

.block_2 #customernav ul li a {
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
}

.block_two #customernav ul li a {
	font-weight: bold;
	font-size: 20px;
	padding: 0 10px;
	line-height: 22px;
}

.headerdetails .block_7 {
	float: left;
}

.headerdetails .block_8 {
	float: right;
	display: none;
}

/* ------------  Top Cart ------------ */
.headerdetails #main-nav ul > li.topcart {
	background: #fff;
	height: 45px
}

.headerdetails #main-nav ul > li.topcart a {
	color: #999;
	font-size: 14px
}

.headerdetails .navbar .nav li.topcart .dropdown-toggle .caret, .navbar .nav li.dropdown.open.topcart .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}

.headerdetails ul.topcartopen {
	font-size: 11px;
	width: 270px;
}

.headerdetails ul.topcartopen li > table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px
}

.headerdetails ul.topcartopen li > table td {
	vertical-align: top;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px dashed #E7E7E7;
}

.headerdetails ul.topcartopen li > table .image {
	width: 1px;
}

.headerdetails ul.topcartopen li > table .image img {
	text-align: left;
}

.headerdetails ul.topcartopen li > table .name small {
	color: #999;
}

.headerdetails ul.topcartopen li > table .quantity {
	text-align: right;
}

.headerdetails ul.topcartopen li > table td.total {
	text-align: right;
}

.headerdetails ul.topcartopen li > table .remove {
	text-align: right;
}

.headerdetails ul.topcartopen li > table .remove img {
	cursor: pointer;
}

.headerdetails #header #cart .mini-cart-total > table {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}

.headerdetails ul.topcartopen li > table a {
	padding: 0;
}

.headerdetails .shoppingcarttop {
	position: absolute;
	top: 0;
	right: 250px
}

.headerdetails nav.subnav select {
	display: none;
}

.headerdetails ul.nav.language li.dropdown, .headerstrip ul.nav.language li.dropdown {

	display: inline-block;
	margin-right: 15px;


}

.headerdetails ul.nav.topcart li.dropdown, .headerstrip ul.nav.topcart li.dropdown {

	display: inline-block;
	margin-right: 15px;

}

.headerstrip ul.nav.topcart li.dropdown {
	margin-right: 0;
}

.headerdetails .topcart .icon-shopping-cart {
	font-size: 16px;
}

#top_cart_product_list .empty_cart {
	padding: 15px;
	font-size: 36px;
	color: #ccc;
}

#top_cart_product_list table td.image, #top_cart_product_list table td.image img {
	width: 50px;
	padding: 3px;
}

#top_cart_product_list table td.name {
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 115px;
}

#top_cart_product_list table td.total {
	color: #ef5739;
}

#top_cart_product_list .totals {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#top_cart_product_list .totals td {
	text-align: right;
	width: 50%;
}

.topnavbar {
	margin-bottom: 0;
}

/* Uncoment if you want to set view limit wiht scroll to products in the cart dropdown
#top_cart_product_list .products {
	overflow: auto;
	height: 300px;
}
*/

/* ------------ Main Menu ------------ */
.main_menu .dropdown .menu_text {
}

.main_menu .dropdown.open a, .main_menu .dropdown.current a,
#main_menu .dropdown a:hover, #main_menu .dropdown.current a,
#customernav .dropdown a:hover, #customernav .dropdown.current a {
}

#customernav div.menu_text, #customernav ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 250px;
}

.main_menu .dropdown-menu {
	white-space: normal;
	padding: 10px;
	position: absolute;
	top: 97%;
}

#categorymenu:after {
	clear: both;
	content: ""
}

#categorymenu select {
	display: none
}

ul.categorymenu {
	display: table;
	table-layout: fixed;
	margin-bottom: 0;
}

ul.categorymenu > li {
	position: relative;
	margin: 0;
	display: table-cell;
}

ul.categorymenu > li > a {
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
	color: #000 !important;
	text-transform: capitalize;
	padding: 0px 10px 0px 0px;
}

ul.categorymenu > li:hover > a,
ul.categorymenu > li > a.active,
ul.categorymenu > li.current > a {
	color: #000 !important;
	text-shadow: none;
}

ul.categorymenu > li > div {
	display: none;
	padding: 15px;
	position: absolute;
	top: 97%;
	left: 7px;
	z-index: 99999;
	display: none;
	float: left;
	min-width: 180px;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #d7d8da;
	border-bottom: 4px solid #f6f6f6;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.categorymenu li a.menu_home {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	/*	text-transform: uppercase;
		background: transparent url(../images/sprite.png) no-repeat;
		padding-left: 30px !important;
		margin-right: 22px*/
}

.categorymenu li a.menu_home {
	background-position: 5px 4px;
}

.categorymenu li a:hover.menu_home {
	background-position: 5px -27px;
}

.dropdown-menu {
	white-space: normal;
	padding: 10px;
	position: absolute;
	top: 97%;
	left: 7px;
	z-index: 99999;
	display: none;
	float: left;
	min-width: 230px;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #d7d8da;
	border-bottom: 4px solid #ef5739;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.dropdown-menu > li > a {
	white-space: normal;
}

ul.categorymenu > li:hover > div {
	display: table;
	width: 100%;
	vertical-align: top;
	left: 0;
	border-bottom-color: #ef5739;
}

ul.categorymenu > li > div > ul {
	display: table-cell;
	vertical-align: top;
}

ul.categorymenu > li ul + ul {
	padding-left: 10px;
}

ul.categorymenu > li ul > li {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #d7d8da;
}

ul.categorymenu > li > div > ul.arrow li a {
	padding: 8px 8px 8px 8px;
	display: block;
}

ul.categorymenu > li ul > li > a {
	text-decoration: none;
	display: block;
	white-space: normal;
	min-width: 180px;
	padding: 8px 8px 8px 5px;
	color: #000;
}

ul.categorymenu > li > div > ul li:hover a,
ul.categorymenu > li > div > ul li.current > a {
	background-color: #f6f6f6;
	color: #000;
	text-shadow: none;
}

ul.categorymenu > li ul > li img {
	margin: 3px;
	max-width: none
}

.breadcrumb {
	margin-bottom: 0px
}

.breadcrumb-separator {
	padding: 0 5px 0 5px;
}

.breadcrumb > li + li::before {
	color: #ccc;
	font-family: FontAwesome;
	content: "\f101";
	padding: 0 5px;
}

/* ------------ Promo Section ------------ */
.promo_section {
	padding: 10px 0 25px 0;
	border: 1px solid #d7d8da;
	margin: 0 auto 10px auto;
	width: auto;
	color: #4b5b58;
}

.promo_block {
	overflow: hidden;
}

.promo_block .promo_icon {
	float: left;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	font-size: 60px;
	padding: 10px 10px 0 0;
}

.promo_block .promo_text {
}

/* ------------ banners ------------ */
.banner_fallback {
	display: none;
}

.smbanner {
	margin: 20px auto 0 auto;
	width: auto;
}

.smbanner .span3 a {
	display: block;
	border: 1px solid #d7d8da;
	margin-bottom: 10px;
	overflow: hidden;
}

.block_frame_banner_block {
	clear: both;
}

.banner_block_23_11 .container-fluid {
	text-align: center;
}

/* ------------ newsletter ------------ */
#newslettersignup .pull-right {
	margin-top: 15px
}

#newslettersignup .newsletter {
	padding: 0 0 0 80px;
	height: 100px;
}

#newslettersignup .newsletter {
	position: relative;
}

#newslettersignup .newsletter:before {
	position: absolute;
	font-family: FontAwesome;
	top: -15px;
	left: 5px;
	font-size: 60px;
	content: "\f003";
}

#newslettersignup .newsletter h2 {
	font-size: 20px;
	color: #5e626b;
	line-height: normal;
	margin: 0
}

.addresses > section {
	display: inline-block;
}


/* ------------ Featured Products ------------ */
#categorymenu {
	margin: 0px 0 0px 0;
	clear: both;
	border: none;
}

#featured:after, #latest:after, #related:after, #category:after, #popularbrands:after, #newslettersignup .container-fluid:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

#right_column.row {
	clear: none !important;
}

.fixed_wrapper {
}

.fixed {
	height: 90px;
	overflow: hidden;
}

.list-inline > div {
	padding-right: 5px;
	padding-left: 5px;
}

.thumbnails .prdocutname {
	margin: 15px 0;
	display: block;
	padding-right: 0;
	text-align: left;
	color: #000;
	font-size: 17px;
	min-height: 75px;
}

.Pro-Block {
	width: 100%;
}

.thumbnails.list .thumbnail .prdocutname {
	font-size: 16px;
	color: #5e626b;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	display: block
}

.thumbnail .blurb {
	max-height: 60px;
	overflow: auto;
	text-overflow: ellipsis;
}

.thumbnails.list > li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc
}

.thumbnails.list .productdiscrption {
	margin: 10px 0 25px 0;
	text-align: left;
}

.thumbnails.list .thumbnail .shortlinks {
	display: block;
	width: auto;
	position: static;
	text-align: left;
}

.thumbnails.list .thumbnail div.row {
	padding-left: 30px;
}

.thumbnails.list .pricetag {
	margin-left: -15px
}

.thumbnail .offer {
	position: absolute;
	top: 10px;
	left: -2px;
	background: url(../images/offer.png) no-repeat 0 0;
	height: 45px;
	width: 68px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: 9999px
}

.thumbnail .sale {
	position: absolute;
	top: 10px;
	left: -2px;
	background: url(../images/sale.png) no-repeat 0 0;
	height: 45px;
	width: 68px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: 9999px
}

.thumbnail .new {
	position: absolute;
	top: 10px;
	left: -2px;
	background: url(../images/new.png) no-repeat 0 0;
	height: 45px;
	width: 68px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: 9999px
}

.thumbnail .pricetag {
	margin: 0px 0 0px 0;
	position: relative;
	padding: 0 0px;
	height: unset;
}

.list .thumbnail .pricetag {
	width: 255px;
}

.list .thumbnail .pricetag_wide {
	width: 350px;
}

.added_to_cart {
	background-color: #dff0d8 !important;
	border-color: #37891b !important;
	border-radius: 1px !important;
	color: #3c763d !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025) inset !important;
}

.added_to_cart .quick_basket {
	color: #37891b;
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 8px;
}

.thumbnail a.productcart {
	background: #01acb5;
	color: #fff;
	float: left;
	display: none;
	padding: 5px;
	font-size: 13px;
	position: relative;
	border-radius: 100%;
}

.thumbnail .price {
	float: left;
	margin: 5px 0 0 0px;
}

.thumbnail a.productcart i {
	font-size: 18px;
	padding: 2px 3px 0 2px;
}

.thumbnail .nostock {
	background: #ccc;
	color: #fff;
	float: right;
	padding: 8px;
	font-size: 13px;
	text-transform: uppercase;
}

.thumbnail a.productcart:hover {
	background: #ef5739;
}

.thumbnail a.call_to_order, .productpageprice a.call_to_order {
	background: #ef5739;
	color: #fff;
	padding: 8px;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	text-shadow: none;
	float: right;
	margin: 5px 10px;
}

.thumbnail a.call_to_order {
	text-align: right;
	margin: 0;
}

.thumbnail a.call_to_order i {
	font-size: 18px;
}

ul.productpagecart a.call_to_order {
	background-image: none;
	padding: 15px;
	text-decoration: none;
}

ul.productpagecart .nostock {
	background: #ccc;
	color: #fff;
	padding: 8px;
	font-size: 16px;
}

.thumbnails > li.span3 {
	min-width: 270px;
}

.thumbnail .shortlinks {
	background: #fff;
	position: absolute;
	left: 0;
	top: 40%;
	width: 95%;
	text-align: center;
	padding: 5px 0;
	display: none;
	/* right: 0; */
	margin: 0px 6px;
}

.thumbnail .shortlinks a {
	padding: 5px 5px 0 25px;
	background: url(../images/sprite.png) 0 0 no-repeat;
	color: #969ba4;
}

.thumbnail .shortlinks a:hover {
	color: #ef5739;
}

.thumbnail .shortlinks a.details {
	background-position: 0 -384px
}

.thumbnail .shortlinks a.compare {
	background-position: 0 -462px;
}

a.compare > img {
	display: inline;
}

.thumbnail .price .oneprice {
	/*line-height: 35px;*/
	vertical-align: middle;
	color: #ef5739;
	font-size: 15px;
}

.thumbnail .price .pricenew {
	font-size: 18px;
	color: #01acb5;
	font-weight: bold;
	display: inline-block;
}

.thumbnail .price .priceold {
	font-size: 10px;
	text-decoration: line-through;
	color: #96979d;
	display: inline-block;
}

.side_prd_list .price .priceold {
	font-size: 12px;
	text-decoration: line-through;
	color: #96979d;
}

.side_prd_list.category > li {
	clear: both;
	overflow: hidden !important;
	font-size: 12px;
}

.side_prd_list.manufacturer > li {
	clear: both;
	display: block;
	overflow: hidden !important;
	font-size: 12px;
}

.thumbnail_small {
	width: 60px;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0;
	background: none;
}

#featured .thumbnails li:hover .thumbnail img,
#latest .thumbnails li:hover .thumbnail img,
#bestseller .thumbnails li:hover .thumbnail img,
#special .thumbnails li:hover .thumbnail img,
#related .thumbnails li:hover .thumbnail img,
#category .thumbnails li:hover .thumbnail img,
.thumbnails.list li:hover .thumbnail img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
	-o-transform: scale(1.2, 1.2); /* Opera */
	-moz-transform: scale(1.2, 1.2); /* Firefox */
	transition: all 0.8s;
	-ms-transition: all 0.8s; /* IE 9 */
	-moz-transition: all 0.8s; /* Firefox 4 */
	-webkit-transition: all 0.8s; /* Safari and Chrome */
	-o-transition: all 0.8s; /* Opera */
}

#featured .thumbnails li .thumbnail,
#latest .thumbnails li .thumbnail,
#special .thumbnails li .thumbnail,
#bestseller .thumbnails li .thumbnail,
#related .thumbnails li .thumbnail,
#category .thumbnails li .thumbnail,
.thumbnails.list li .thumbnail {
	overflow: hidden;
}

#featured .thumbnails li .thumbnail img,
#latest .thumbnails li .thumbnail img,
#special .thumbnails li .thumbnail img,
#bestseller .thumbnails li .thumbnail img,
#related .thumbnails li .thumbnail img,
#category .thumbnails li .thumbnail img,
.thumbnails.list li .thumbnail img {
	transition: all 0.8s;
	-ms-transition: all 0.8s; /* IE 9 */
	-moz-transition: all 0.8s; /* Firefox 4 */
	-webkit-transition: all 0.8s; /* Safari and Chrome */
	-o-transition: all 0.8s; /* Opera */
}

.thumbnails.list li:hover .thumbnail img {
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important; /* Opera */
	-moz-transform: none !important;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

/*Brand*/
#popularbrands {
	position: relative;
	padding: 0 0 20px 0;
	width: auto;
}

#popularbrands .container-fluid {
	position: relative;
	width: auto;
}

.brandcarousalrelative {
	position: relative;
}

#popularbrands ul#brandcarousal {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: auto;
}

#popularbrands ul#brandcarousal li {
	text-align: center;
	border: 1px solid #d7d8da;
	padding: 10px 5px;
	margin: 6px;
	display: block;
	float: left;
}

#popularbrands.responsive {
	width: auto;
	margin-left: 0;
}

#popularbrands img.internal {
	height: 56px;
}

#popularbrands .image > a {
	height: 56px;
	display: block;
}

.clearfix, .clr_both {
	float: none;
	clear: both;
}

#popularbrands ul#brandcarousal .prev {
	float: left;
	margin-left: 10px;
}

#popularbrands ul#brandcarousal .next {
	float: right;
	margin-right: 10px;
}

#popularbrands ul#brandcarousal .pager {
	float: left;
	width: 300px;
	text-align: center;
}

#popularbrands ul#brandcarousal .pager a {
	margin: 0 5px;
	text-decoration: none;
}

#popularbrands ul#brandcarousal .pager a.selected {
	text-decoration: underline;
}

#popularbrands ul#brandcarousal .timer {
	background-color: #999;
	height: 6px;
	width: 0;
}

#popularbrands #prev {
	background: url(../images/carousalarrow.png) no-repeat scroll 8px center #ef5739;
	position: absolute;
	font-size: 24px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 25px;
	width: 25px;
	left: 0;
	top: 30px
}

#popularbrands #next {
	background: url(../images/carousalarrow.png) no-repeat scroll -18px center #ef5739;
	position: absolute;
	font-size: 24px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 25px;
	width: 25px;
	right: 0;
	top: 30px
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0;
}

#musthave {
	width: 300px !important;
}

/*Producct page*/
h1.pagetitle {
	background: #f9f9f9;
	padding: 10px;
	font-size: 24px;
	margin: 0 0 40px 0;
	color: #ef5739;
}

.mainimage.bigimage .fa {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	color: #96979d;
	font-size: 16px;
}

.thumbnails.mainimage.smallimage {
	padding-top: 0px;
}

.thumbnails.mainimage.smallimage .thumbnail {
	margin-bottom: 5px;
	cursor: pointer;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;
	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

a.local_image {
	min-width: 340px;
	display: inline-block;
	min-height: 340px;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
	border: 2px solid #ccc;
}

.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/**
 * EasyZoom end
 */

ul.productinfo {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.productinfo li {
	padding: 5px 0;
	list-style: none;
	display: block
}

ul.productinfo li .productinfoleft {
	width: 160px;
	float: left;
	font-weight: bold
}

.productformbutton {
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 25px
}

.form-horizontal.productform .control-label {
	text-align: left !important;
}

.form-horizontal .align_left .control-label {
	text-align: left;
}

.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #ccc;
}

.form-control::-webkit-input-placeholder {
	color: #ccc;
}

.productaddtocart {
	margin: 10px 10px 10px 160px;
	float: left !important
}

.rating {
	margin: 25px 30px 40px 0;
	border-top: 1px solid #E7E7E7;
	border-radius: 4px 4px 4px 4px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #E7E7E7;
}

.options {
	margin: 5px 0 12px 0
}

ul.rate {
	margin: 0
}

ul.rate li {
	height: 20px;
	width: 20px;
	background: url(../images/rate.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	margin-right: 5px
}

ul.rate li.on {
	background-position: left top
}

ul.rate li.off {
	background-position: left -24px
}

.mainimage li.producthtumb {
	display: inline-block;
	margin-left: 25px;
}

.mainimage li.producthtumb img {
	cursor: pointer;
}

.total-price-holder {
	display: none;
	visibility: hidden;
}

.total-price {
	font-size: 18px;
	color: #ef5739;
}

.productprice .price {
	height: 28px;
	line-height: 28px;
	margin: 11px auto 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #ef5739;
	width: 80px
}

.productprice .rate {
	margin: 0px 0 0 0
}

.productprice {
	margin: 0 0 0 0;
	clear: both
}

.productpageprice {
	position: relative;
	padding: 0px !important;
	margin: 0;
	font-size: 28px;
	line-height: 44px;
	color: #333;
}

.productfilneprice {
	display: inline-block;
}

.productpageoldprice {
	font-size: 16px;
	text-decoration: line-through;;
	margin-left: 0
}

.productpricesmall {
	font-size: 16px;
	margin-left: 0
}

ul.productpagecart {
	margin-top: 20px;
	margin-left: 0;
	display: inline-block;
}

ul.productpagecart li {
	display: inline-block;
	margin-right: 10px;
	height: 45px
}

.productpagecart a {
	background: #ef5739;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	position: relative;
}

.productpagecart li a.cart {
	background-position: 10px 12px;
}

.productpagecart li a.wish {
	background-position: 10px -51px;
}

.productpagecart li a.comare {
	background-position: 10px -126px;
}

.productpagecart li a:hover {
	background-color: #01acb5;
}

.selectsize {
	width: 170px;
	float: left;
	margin-right: 10px
}

.selectqty {
	width: 100px;
	float: left;
	margin-right: 10px
}

.quantitybox {
	display: block;
	margin: 10px 0 10px 0;
}

.pro-right > .row {
	margin-left: 0;
	margin-right: 0;
}

.quantitybox .form-group {
	text-align: left;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
}

.quantitybox .form-group label {
	float: left;
	margin: 10px 15px 0 0;
}

.quantitybox .form-group .input-group {
	float: left;
}

.quantitybox .total-price-holder {
	display: none !important;
}

.quantitybox .form-group.gty-blk {
}

.quantitybox .form-group input {
	min-width: 50px;
}

.wishlist {
	text-align: left;
	display: inline-block;
	margin-top: 17px;
	margin-bottom: 0;
}

.addtocart-btn {
	float: left;
	margin-top: 0;
}

.quantitybox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h1.productname {
	color: #ef5739;
	font-size: 30px;
	margin: 0 0 15px 0;
	background: none;
}

.nav-tabs {
	margin: 0;
}

.productdesc {
	margin: 22px 0 0 0
}

.productdesc .nav-tabs li a {
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	color: #999;
	padding: 10px;
}

.productdesc .nav-tabs li a:hover {
	color: #333;
}

.productdesc .nav-tabs li.active a {
	color: #000;
}

.productdesc #myTab.nav-tabs li a {
	margin: 0 !important;
}

#product_details, .productdesc {
	clear: both;
}

#product_details > .container-fluid {
	width: auto;
}

#product_details fieldset .checkbox > input {
	margin-left: 0;
	position: relative;
}

#description ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#description ul li {
	list-style: inside;
}

#description .marker {
	background-color: Yellow;
}

.tab-content {
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-radius: 3px 3px 3px 3px;
	border-top: none;
	padding: 15px
}

.tab-content div.content div.form-group {
	clear: both;
}

ul.reveiw {
	margin: 0;
	padding: 0
}

ul.reveiw > li {
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 22px;
	padding: 5px 0 10px 0
}

ul.reveiw li {
	list-style: none
}

ul.reveiw li .title {
	font-size: 20px;
}

ul.reveiw li .date {
	float: right;
	font-size: 14px;
}

ul.reveiw ul.rate {
	margin: 10px 0
}

#ContactUsFrm button {
	margin-top: 10px;
}

#musthave {
	margin: 0;
}

/* cart */
.cart-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	background-color: #fff;
	margin-bottom: 0;
}

.cart-info.product-list > table {
	margin-bottom: 20px;
}

.cart-info.totals > table {
	margin-bottom: 20px;
}

.cart-info table tr {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.cart-info table tr:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.cart-info td, .cart-info th {
	padding: 15px;
	vertical-align: middle;
}

.cart-info th {
	padding: 10px
}

.cart-info th {
	font-weight: bold;
	background-color: #eeeeee;
	border-bottom: 1px solid #E7E7E7;
}

.cart-info th.quantity, .cart-info td.quantity {
	text-align: left;
}

.cart-info th .price, .cart-info th .total, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}

.cart-info th .quantity a {
	margin-top: -5px
}

.cart-info tbody td {
	vertical-align: middle !important;
	border-bottom: 1px solid #E7E7E7;
}

.cart-info tbody .remove {
	vertical-align: middle;
}

.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

/* cart block */
.block_frame_cart .image img {
	width: 50px;
}

.block_frame_cart .total {
	color: #ef5739;
}

.block_frame_cart .totals.pull-right td:nth-child(2) {
	text-align: right;
}

.block_frame_cart td.total {
	width: 13%;
}

div.cart-info.coupon-estimate {
	margin-bottom: 20px;
	border: none;
	margin-top: 30px;
	clear: both;
	display: inline-block;
}

.cart-info .coupon {
	width: 64%;
	min-width: 27px;
	border: 1px solid #E7E7E7;
	margin-right: -1px;
}

.cart-info .coupon > table,
.cart-info .coupon > table th,
.cart-info .estimate > table,
.cart-info .estimate > table th {
	border: none !important;
}

.cart-info .coupon tbody td, .cart-info .estimate tbody td {
	vertical-align: top;
	border-bottom: none;
}

.cart-info .estimate {
	width: 35%;
	min-width: 276px;
	border: 1px solid #E7E7E7;
	float: left;
}

.container-fluid.cart_total {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

.cart-total {
	border-top: 1px solid #E7E7E7;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}

.cart-total table {
	float: right;
}

.cart-total td {
	padding: 3px;
	text-align: right;
}

.cartoptionbox {
	background: #fff;
	padding: 15px;
	border: 1px solid #d7d8da;
	margin-bottom: 40px
}

ul.total {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 10px
}

ul.total li {
	padding: 10px 0
}

ul.total li span.extra {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 20px
}

.totalamout {
	font-size: 22px;
	color: #ef5739
}


/* generic div block */
.genericbox {
	padding: 10px 15px 15px 15px;
	margin-bottom: 10px
}

.border-bottom {
	border-bottom: 1px solid #E5E5E5;
}

/* register */
.registerbox {
	padding: 15px 15px 0 15px;
	margin-bottom: 15px
}

.account-edit .form-horizontal .control-label {
	text-align: left;
}
#Address2Frm .form-horizontal .control-label {
	min-width: 75px;
	width: auto;
	text-align: left;
}

#Address2Frm .registerbox .controls {
	width: auto;
	margin-left: 29%;

}

.myaccountbox {
	padding: 10px 15px 15px 5px;
	margin-bottom: 10px
}

.myaccountbox ul {
	padding: 0;
	margin: 0
}

.myaccountbox ul li {
	display: block;
	border-bottom: 1px dashed #E7E7E7;
}

.myaccountbox ul li:last-child {
	border: none;
}

.myaccountbox ul li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background: none;
	color: #999;
}

.myaccountbox ul li.selected, .myaccountbox ul li.selected a {
	display: block;
	background: none;
	color: #ef5739;
}

.myaccountbox ul li a:hover {
	color: #ef5739;
	padding: 5px 5px 5px 5px;
}

.newcustomer {
	float: left;
}

.newcustomer input {
	margin-top: 0;
}

.privacy {
	float: right;
	margin: 10px 10px 0 0
}

ul.tags {
	margin: 20px 0 0;
}

.tags li {
	display: inline-block;
	margin: 5px 3px
}

ul.tags li a {
	display: inline-block;
	padding: 3px 10px;
	background: #E7E7E7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #999;
}

ul.tags li a:hover {
	background: #f25c27;
	color: #fff
}

.checkout_details {
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	padding: 10px;
	margin-bottom: 10px;
}

/* Sidebar */
.sidewidt {
	margin-bottom: 40px;
}

/*Sidebar Nav*/
#sidenav .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}

#sidenav ul {
	padding: 0;
}

#sidenav ul li {
	padding: 5px 0;
}

#sidenav ul li a {
	box-shadow: none;
	text-shadow: none;
	color: #ef5739;
	font-size: 14px;
	padding: 0 0 0 10px;
	margin-right: 22px
}

#sidenav ul.dropdown-menu li a {
	color: #ef5739;
}

#sidenav ul.dropdown-menu li a span {
	padding: 0 10px 0 1px;
}

.categorytitle {
	margin: 0 0 35px 0
}

ul.side_list {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	padding-top: 10px;
	padding-bottom: 10px
}

ul.side_list li {
	display: block;
	border-bottom: 1px dashed #E7E7E7
}

ul.side_list li:last-child {
	border: none
}

ul.side_list li a {
	display: block;
	padding: 6px 5px 6px 30px;
	background: url("../images/arrowcategory.png") no-repeat scroll 10px center transparent;
	color: #999;
	font-size: 15px
}

ul.side_list li a.active {
	color: #ef5739;
	font-size: 15px
}

ul.side_list li a:hover {
	background: url("../images/arrowcategory.png") no-repeat scroll 10px center transparent;
	color: #333;
	font-size: 15px;
}

/* Bestseller */
ul.side_prd_list {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0
}

ul.side_prd_list li a.productname {
	display: block;
	color: #444;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.side_prd_list li a:Hover.productname {
	color: #ef5739;
}

ul.side_prd_list li img {
	float: left;
	margin: 0 5px 10px 0;
	padding: 5px;
	background: #fff
}

ul.side_prd_list li span.price {
	display: block;
	font-size: 16px;
}

ul.side_prd_list li span.procategory {
	display: block;
	color: #333;
}

ul.side_prd_list li {
	display: block;
	border-bottom: 1px dashed #E7E7E7;
	padding: 16px 10px 16px 10px;
	height: auto;
	min-height: 63px;
}

ul.side_prd_list li:last-child {
	border: none
}

ul.side_prd_list li:hover {
}

ul.side_prd_list li.related_product {
	display: inline-block;
	font-size: 15px;
	border: none;
	min-height: 150px;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	overflow: hidden;
}

ul.side_prd_list li.related_product img {
	width: 100%;
	height: auto;
}

ul.side_prd_list li.related_product a {
	display: inline-block;
}

ul.side_prd_list li.related_product .productname {
	white-space: pre-wrap;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.side_prd_list li img {
	float: left;
	margin: -5px 5px 10px 0;
	padding: 5px;
	background: #fff;
}

ul.side_prd_list li img.rating {
	padding: 0;
	margin: 5px 5px 0 0;
}

img.rating {
	border: none !important;
	padding: 0;
}

a.compare img.rating {
	margin-bottom: 3px;
}

.sidebanner {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	display: block;
	line-height: 1;
	position: relative;
	margin-top: 40px
}

.sidebanner img {
	display: block;
	margin: 0 auto
}

/* Latest Blog */
.thumbnail .newprice {
	background: #6A7274;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding: 2px 5px
}

#latestblog p {
	line-height: 20px
}

#latestblog .blogtitle {
	font-size: 22px;
	color: #ef5739;
	line-height: 30px;
	margin-bottom: 5px;
	display: block
}

#latestblog .blogtitle:hover {
	color: #ef5739
}

.latestblogbutton {
	display: block;
	clear: both
}

.listblcok {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E7E7E7
}

/* Pagination*/
.pagination {
	margin: 0;
	width: 100%;
}

.pagination ul {
	background: #fff
}

.pagination a:hover, .pagination .active a {
	background-color: #fff;
	color: #ef5739;
}

/* sorting*/
.sorting {
	overflow: auto;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
	margin-top: 10px
}

.sorting form {
	margin: 0
}

/* listview*/
.list {
	display: none
}

.list .thumbnail .links {
	float: right;
	margin-top: 78px
}

.list .details {
	margin: 10px;
	line-height: 18px
}

/* Contact */
label.error {
	color: #ef5739;
	float: none;
	display: inline-block
}

.element_error {
	color: #e14529;
}

/* Footer */
#footer {
	margin-top: 230px;
	background: #f6f6f6;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#footer ul li {
	list-style: none
}

#footer .info ul li:last-child {
	background: none
}

.contact li {
	padding: 0;
	height: 40px;
}

.contact li > span {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.contact li > span.phone {
	position: relative;
}

.contact li > span.phone:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f095";
}

.contact li > span.mobile {
	position: relative;
}

.contact li > span.mobile:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f10b";
}

.contact li > span.email {
	position: relative;
}

.contact li > span.email:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f0e0";
}

.footerlinks {
	padding: 5px 0 18px;
}

.footerlinks ul li a {
	color: #000000;
	padding: 0px 5px 0px;
}

#footer ul li:last-child a {
	border: none;
}

.footerlinks ul li a:hover {
	color: #ef5739
}

.footerlinks .info {
	display: flex;
	justify-content: space-between;
}

.footerlinks ul li {
	display: inline-block
}

.footerlinks ul li:first-child a {
	padding-left: 0
}

.headerlinks {
	padding: 7px 0 0;
	background: #ffffff;
	color: #969ba4
}

.headerlinks ul li a {
	color: #969ba4;
	padding: 5px 10px 5px 10px;
}

.headerlinks ul li a:hover {
	color: #000000;
}

.headerlinks .info {
	float: left;
	margin-top: 5px
}

.headerlinks ul li {
	display: inline-block
}

.footerlinks ul li:first-child a {
	padding-left: 0
}

/* footersocial  */
.footersocial {
	padding: 0px;
	color: #5E626B;
}

.footersocial h2 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #5e626b;
	text-transform: uppercase;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0
}

#social_icons, .social_icons {
	float: right;
	margin-right: -12px
}

#social_icons a, .social_icons a {
	background: url(../images/footericon.png) no-repeat;
	height: 30px;
	width: 30px;
	margin-right: 11px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}

#social_icons a:hover, .social_icons a:hover {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}

#social_icons a.facebook, .social_icons a.facebook {
	background-position: 0 -6px;
}

#social_icons a.facebook:hover, .social_icons a.facebook:hover {
	background-position: 0 -47px;
}

#social_icons a.twitter, .social_icons a.twitter {
	background-position: -40px -6px
}

#social_icons a.twitter:hover, .social_icons a.twitter:hover {
	background-position: -40px -47px
}

#social_icons a.linkedin, .social_icons a.linkedin {
	background-position: -80px -6px
}

#social_icons a.linkedin:hover, .social_icons a.linkedin:hover {
	background-position: -80px -47px
}

#social_icons a.blooger, .social_icons a.blooger {
	background-position: -118px -6px
}

#social_icons a.blooger:hover, .social_icons a.blooger:hover {
	background-position: -118px -47px
}

#social_icons a.rss, .social_icons a.rss {
	background-position: -155px -6px
}

#social_icons a.rss:hover, .social_icons a.rss:hover {
	background-position: -155px -47px
}

#social_icons a.dig, .social_icons a.dig {
	background-position: -194px -6px
}

#social_icons a.dig:hover, .social_icons a.dig:hover {
	background-position: -194px -47px
}

#social_icons a.googleplus, .social_icons a.googleplus {
	background-position: -234px -6px
}

#social_icons a.googleplus:hover, .social_icons a.googleplus:hover {
	background-position: -234px -47px
}

#social_icons a.skype, .social_icons a.skype {
	background-position: -271px -6px
}

#social_icons a.skype:hover, .social_icons a.skype:hover {
	background-position: -271px -47px
}

#social_icons a.flickr, .social_icons a.flickr {
	background-position: -309px -6px
}

#social_icons a.flickr:hover, .social_icons a.flickr:hover {
	background-position: -309px -47px
}

/* oneByOne slider*/
#banner_slides {
	display: none;
}

/*Copyright Bottom*/
.copyrightbottom {
	padding: 0 0 15px;
	color: #969ba4
}

#gotop {
	position: fixed;
	bottom: 2px;
	right: 5px;
	height: 58px;
	width: 58px;
	background: url(../images/gotop.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 100;
}

.the-icons li {
	display: inline-block;
	width: 22%;
	padding: 10px 0
}

/*Footer Nav*/
#footernav .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}

#footernav ul {
	padding: 0;
}

#footernav ul li {
	padding: 5px 0;
}

#footernav ul li a {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 25px;
	margin-right: 22px
}

#footernav ul.dropdown-menu li a {
	color: #999;
}

#footernav ul.dropdown-menu li a span {
	padding: 0 10px 0 10px;
}

.thumbnail img {
	margin: 0;
}

#newslettersignup .input-prepend {
	text-align: right;
	float: right;
}

.form-inline .checkbox.pull-right.mr10 {
	width: auto;
	min-width: 310px;
	text-align: right;
}


/* ------------ bootstrap overwrite ------------ */
/* fix for lable inside of input-group */
.input-group label {
	padding-top: 7px;
	margin-right: 5px;
}

.input-group label > input[type="checkbox"] {
	/*	vertical-align: sub; */
}

form .help-block {
	text-align: center;
}

.form-control, .alert {
	border-radius: 0;
}

/* -- disable round corners for buttons -- */
.btn, .label, .badge, .nav-pills > li > a, select,
.btn-group > .btn:first-child, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .well, .breadcrumb, .navbar, .navbar-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar-inverse {
	border: none;
}

.list-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.input-group-addon, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.dropdown-menu li > a {
	color: #96979d;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}


.nav > li > a:hover {
	background-color: transparent;
}

.nav .dropdown-toggle .caret {
	border-bottom-color: #ef5739;
	border-top-color: #ef5739;
}

.dropdown-menu li > a {
	padding: 5px 10px;
	display: block;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background: #ef5739;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #ef5739;
	outline: 0;
}

/*.btn { padding: 6px 12px;} */
.btn-orange, .btn-primary {
	color: #ffffff;
	text-shadow: none;
	background: #F25C27;
	*background: #F25C27;
	box-shadow: none;
	border-color: #d8420e;
	border-radius: 8px;
}

.btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled],
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #d8420e;
	border-color: #d8420e;
}

.btn-orange:active, .btn-orange.active,
.btn-primary:active, .btn-primary.active {
	background-color: #d8420e \9;
	border-color: #d8420e;
}

.btn-wht {
	color: #ef5739;
	text-shadow: none;
	background-color: #ffffff;
	*background-color: #ffffff;
	box-shadow: none;
}

.btn-wht:hover, .btn-wht:active, .btn-wht.active, .btn-wht.disabled, .btn-wht[disabled] {
	color: #0e5f86;
	background-color: #ffffff;
	*background-color: #ffffff;
}

.btn-wht:active, .btn-wht.active {
	background-color: #ffffff \9;
}

.badge-orange {
	background-color: #ef5739;
}

.label-orange[href], .badge-orange[href] {
	background-color: #ef5739;
}

.nav-tabs > li > a, .nav-pills > li > a {
	border-radius: 1px 1px 0 0;
}

.thumbnail {
	position: relative;
	padding: 0 0 0px 0;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-align: left;
	/*min-width: 200px;*/
	background: none;
	text-align: center;
}

.smallimage .thumbnail {
	min-width: 60px !important;
}

table th {
	color: #333;
}

.nav li.dropdown.open a:hover .caret {
	border-top-color: #ef5739 !important;
	border-bottom-color: #ef5739 !important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.input-group-addon.captcha-addon {
	padding: 0;
}

.input-group-addon.captcha-addon img {
	height: 32px;
}

/*--- Specific CSS --*/
.welcome_msg {

}

#current_reviews .pagination .limits {
	display: none;
}

#current_reviews .results {
	float: right;
}

.separator, #current_reviews .content {
	margin-bottom: 10px;
	color: #5e626b;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0
}

.ws_nowrap {
	white-space: nowrap;
}

/*information block (content) and bottom menu */
.headerdetails ul.nav.info_links_header li.dropdown {
	border: 1px solid #d7d8da;
	padding: 7px 20px;
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	background-color: #ffffff;
}

.info_links_footer .dropup-menu, #main_menu_bottom .dropdown-menu {
	bottom: 100%;
	top: auto !important;
}

.info_links_footer ul li a:hover, #main_menu_bottom ul li a:hover {
	color: #3A3A3A;
	background-color: #969BA4;
}

.info_links_footer ul, #main_menu_bottom ul {
	background: none repeat scroll 0 0 #3A3A3A;
	border-color: #969BA4;
}

/* position the arrow downwards, pointing to the menu */
.info_links_footer .dropdown-menu, #main_menu_bottom .dropdown-menu {
	border: 1px solid #ccc;
}

.info_links_footer .dropup-menu:before, #main_menu_bottom .dropdown-menu:before {
	border-bottom: none !important;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid rgba(0, 0, 0, 0.2);
	left: 7px;
	top: 100%;

}

.info_links_footer .dropup-menu:after, #main_menu_bottom .dropdown-menu:after {
	border-bottom: none !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: none !important;
	top: 100%;
	left: 6px;
}

.info_links_footer .dropdown-menu > li > a, #main_menu_bottom .dropdown-menu > li > a {
	white-space: nowrap;
}


/*
paypal pro styles
*/
#paypal #paypal_button {
	display: inline-block;
}

.table.confirm_payment_options, .table.confirm_shippment_options {
	table-layout: fixed;
}


/* account dashboard */

.tooltip {
	z-index: 1052;
}

.tooltip.in {
	opacity: 1;
}

.tooltip-inner {
	background-color: #ef5739;
	padding: 6px;
	margin-bottom: 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #ef5739;
	margin-bottom: 8px;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #ef5739;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #ef5739;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ef5739;
}

#primary-nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 15px 0;
}

#primary-nav li a {
	background-color: #E9E9E9;
	color: #999;
	display: block;
	margin: 5px 0 0;
	padding: 9px 10px 6px 40px;
}

#primary-nav li a:hover {
	background-color: #F6F6F6;
	color: #777777;
	text-decoration: none;
}

#primary-nav li a.active {
	background-color: #FFFFFF;
	border-left: 5px solid #DB4A39;
	color: #333;
	margin: 5px 0 0;
	padding-left: 35px;
}

#primary-nav li i {
	color: #999;
	display: inline-block;
	margin: 0 10px 0 -30px;
	text-align: center;
	width: 20px;
}

#primary-nav li span {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	display: block;
	float: right;
	font-size: 12px;
	height: 20px;
	text-align: center;
	width: 20px;
}

#primary-nav li.active > ul {
	display: block;
}

#primary-nav li > ul {
	display: none;
	margin: 0;
	padding: 0;
}

#primary-nav li > ul a {
	background: none repeat scroll 0 0 #EEEEEE;
	font-size: 13px;
	margin: 0;
}

#primary-nav li > ul a.active {
	margin: 0;
}

#nav-info {
	background-color: #F6F6F6;
	border-bottom: 1px solid #d7d8da;
	list-style: none outside none;
	margin: -20px -20px 20px;
	padding: 0;
}

#nav-info > li:first-child {
	background: none repeat scroll 0 center transparent;
	padding: 0 15px;
}

#nav-info > li {
	background: no-repeat left top;
	background-size: 5px 30px;
	color: #999;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 33px;
	padding: 0 15px 0 20px;
}

#nav-info > li > a {
	color: #555;
}

#nav-info > li.active {
	color: #555;
}

#nav-info > li.active a {
	color: #DB4A39;
}

/* Override Bootstrap setting */
.nav-dash * {
	box-sizing: initial;
}

.nav-dash {
	list-style: none outside none;
	padding: 10px 0;
	text-align: center;
}

.nav-dash > li {
	display: inline-block;
	margin-right: 1px;
}

.nav-dash > li:last-child {
	margin-right: 0;
}

.nav-dash > li > a {
	background-color: #eee;
	border: 0;
	color: #ff5500;
	display: block;
	font-size: 50px;
	min-height: 90px;
	max-height: 75px;
	min-width: 90px;
	line-height: 22px;
	margin: 0 0 5px;
	padding: 18px 10px 10px;
	position: relative;
	text-align: center;

}

.nav-dash > li > a:hover, .nav-dash > li.active > a {
	background-color: #F25C27;
	color: #FFFFFF;
	text-decoration: none;
}

.nav-dash > li > a > .badge, .nav-dash > li > a > .label {
	margin: 0 0 0 3px;
	padding: 3px 7px;
	position: absolute;
	right: 0;
	top: 0;
}

.dash-tiles {
	color: #333;
	font-family: inherit;
}

.dash-tile {
	background-color: #E9E9E9;
	margin: 0 0 20px;
	min-height: 170px;
	padding: 0 20px;
}

.dash-tile-2x {
	min-height: 400px;
}

.dash-tile-header {
	font-weight: bold;
	line-height: 45px;
/*	margin: 0 -20px; */
	min-height: 38px;
	padding: 0 4px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #ff5500;
	font-size: 20px;
}

.dash-tile-options {
	float: right;
	height: 38px;
	line-height: 41px;
}

.dash-tile-options a:hover {
	color: #333;
	text-decoration: none;
}

.dash-tile-content {
	margin: 0 -20px;
	padding: 10px;
}

.dash-tile-2x .dash-tile-content {
	padding: 15px;
}

.dash-tile-content-inner {
	height: 130px;
}

.dash-tile-2x .dash-tile-content-inner {
	height: 330px;
}

.dash-tile-content-inner-fluid {
	min-height: 130px;
}

.dash-tile-2x .dash-tile-content-inner-fluid {
	min-height: 330px;
}

.dash-tile-content-light {
	background-color: #F9F9F9;
	padding: 10px;
}

.dash-tile-content .alert {
	margin: 5px 0;
}

.dash-tile-icon, .dash-tile-text {
	color: #FFFFFF;
	line-height: normal;
}

.dash-tile-icon {
	float: left;
	font-size: 40px;
	padding: 30px 0 0;
	text-align: left;
}

.dash-tile-text {
	color: #ff5500;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 0;
	text-align: left;
/*	width: calc(100% - 60px); */
}

.dash-tile-leaf .dash-tile-header, .dash-tile-dark .dash-tile-header, .dash-tile-ocean .dash-tile-header, .dash-tile-flower .dash-tile-header, .dash-tile-fruit .dash-tile-header, .dash-tile-oil .dash-tile-header, .dash-tile-balloon .dash-tile-header, .dash-tile-doll .dash-tile-header {
	border-bottom: 2px solid #ff5500;
}

.dash-tile-leaf.no-opacity .dash-tile-header, .dash-tile-dark.no-opacity .dash-tile-header, .dash-tile-ocean.no-opacity .dash-tile-header, .dash-tile-flower.no-opacity .dash-tile-header, .dash-tile-fruit.no-opacity .dash-tile-header, .dash-tile-oil.no-opacity .dash-tile-header, .dash-tile-balloon.no-opacity .dash-tile-header, .dash-tile-doll.no-opacity .dash-tile-header {
	opacity: 1;
}

.dash-tile-leaf:hover, .dash-tile-dark:hover, .dash-tile-ocean:hover, .dash-tile-flower:hover, .dash-tile-fruit:hover, .dash-tile-oil:hover, .dash-tile-balloon:hover, .dash-tile-doll:hover {
	opacity: 0.9;
}

.dash-tile-leaf.no-opacity:hover, .dash-tile-dark.no-opacity:hover, .dash-tile-ocean.no-opacity:hover, .dash-tile-flower.no-opacity:hover, .dash-tile-fruit.no-opacity:hover, .dash-tile-oil.no-opacity:hover, .dash-tile-balloon.no-opacity:hover, .dash-tile-doll.no-opacity:hover {
	opacity: 1;
}

.dash-tile-leaf {
	background-color: #C2DB39;
}

.dash-tile-dark {
	background-color: #555555;
}

.dash-tile-ocean {
	background-color: #3991DB;
}

.dash-tile-fruit {
	background-color: #DB9839;
}

.dash-tile-oil {
	background-color: #D9DB39;
}

.dash-tile-doll {
	background-color: #DB39BB;
}

/* ENDOF account dashboard */

/* product downloads */

.downloads > li img {
	width: 40px;
	vertical-align: top;
	display: inline-block;
}

.downloads > li > div {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}

.downloads > li:hover {
	background-color: #f0f0f0;
}

.download-list-attributes {
	line-height: 14px;
	margin-left: 20px;
}

.download-list-attributes small {
	display: block;
}

.download-list {
	width: 100%;
}

.download-list > tbody > tr > td:first-child div {
	display: inline-block;
}

.download-list > tbody > tr > td:last-child {
	vertical-align: middle;
	text-align: right;
}

#productdownloads .list-group-item {
	min-height: 54px;
}

.payment_icon img {
	max-width: 100%;
}

.product_option_label {
	background-color: #f5f5f5;
	color: black;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #d7d8da;
	font-weight: 400;
	width: 100%;
}

/* Edited by Templatemaniacs.com Starts */
.contentpanel .content .row {
	margin-left: 0;
	margin-right: 0;
}

.header-top .topnavbar {
	border: none;
	min-height: initial;
}

.header-top-left #customernav {
	min-height: initial;
	border: 0;
	margin-bottom: 0;
}

.header-top #customernav ul li {
	padding: 11px 13px;
}

.main-img {
	display: none;
}

.main-cms-blk {
	margin-top: 652px;
	background: #8f1212;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	width: 100%;
}

.login-btn {
	background: #fff;
	padding: 25px 30px;
	border-radius: 10px;
	margin: 26% 0% 0;
	font-size: 22px;
	font-weight: bold;
	color: #ea5906;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.mcms-right {
	color: #fff;
	padding: 15px 65px;
	text-align: center;
}

.mcms-right h2 {
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
}

.mcms-right ul li {
	list-style: decimal;
	padding: 0 10px;
	margin: 5px 0;
	font-size: 21px;
	text-align: left;
}

.mcms-right .easy {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.main-cms {
	float: left;
	width: 50%;
	padding: 15px;
}

.mcms-left {
	text-align: center;
}

.video-blk-inner {
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
}

.video-blk-inner iframe {
	display: inline-block;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 65px auto 0;
	border: 1px solid #000;
}

.content-block {
}

.Pro-Block h1 {
	font-size: 33px;
	line-height: 37px;
	color: white;
	font-weight: bold;
	padding-top: 20px;
}

.head-under {
	color: #fec509;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
}

.head-under ul {
	text-align: center;
}

.head-under li {
	display: inline;
}

.head-under i {
	font-size: 9px;
	margin: 0 5px;
	vertical-align: middle;
}

.block_frame_latest .heading1 {
	display: none;
}

.headerstrip1 .navbar {
	min-height: unset;
	margin-bottom: 0;
	padding: 0 15px 0 0;
	border: none;
}

/*.headerstrip2 .block_left { width: 190px;margin-right:50px;float:left;}*/
.headerstrip2 #search_form {
	background: #e5e5e5;
	margin: 20px 0 0 0;
	width: 404px;
	float: left;
	padding: 2px;
}

.footerlinks .container {
	padding-top: 10px;
}

.fw-block, #maincontainer .container .row .col-md-12, .contentpanel, .Pro-Block .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.header-top-right #topnav ul li, .header-top-left #customernav ul li {
	border-left: solid 1px rgba(255, 255, 255, 0.8);
	border-right: solid 1px rgba(0, 0, 0, 0.15);
}

#main_menu_top li:last-child {
	border-right: none !important;
}

#topnav .main_menu .dropdown .menu_text {
	padding: 0;
}

#topnav ul li:last-child a {
	border: none;
}

.banner_container .oneByOneSlide {
	background: #ef5739;
}

#banner_slides .oneByOne_item span.txt4 a {
	color: #B22222;
}

.banner_container #banner_slides .oneByOne_item span.blue {
	background: #ef5739;
	color: #fff;
}

.safari-banner-block {
    float: left;
}

.safari-banner-block {
	margin: 30px 0;
}

.thumbnails .thumbnail > a {
/*	border: 1px solid #dedede; */
/*	border-radius: 6px; */
	display: inline-block;
	width: 100%;
}

div.thumbnails img {
	border: none;
	background: none;
	border-radius: 6px
}

.thumbnail .fixed {
	margin: 0;
}

.safari-banner-block .safariimg {
	float: left;
}

.safari-banner-block .img1 {
	margin-right: 17px;
}

.head-right .block_7 {
	display: flex;
}

.head-right .block_7 .fa-shopping-cart {
	background: transparent url("../images/nilkanthinfo/cart.png") no-repeat scroll 0px;
	padding: 7px 14px;
	color: transparent;
}

.head-right .nbsp, .head-right .text_items, .head-right .text_coma, .head-right .cart_total, .caret {
	display: none;
}

.nav.topcart > li > a {
	position: relative;
	padding-left: 0;
}

.nav.topcart .open > a, .nav.topcart .open > a:focus, .nav.topcart .open > a:hover {
	background: none;
	border: none;
}

.topcartopen .btn-primary {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #ef5739;
}

.topcartopen .btn-primary:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.topcartopen .btn-primary .fa-money {
	font-size: 24px;
}

.topcart .label-orange {
	position: absolute;
	top: 20%;
	left: 10%;
	font-size: 14px;
	color: #ef5739;
	font-weight: bold;
}

.hed-left .nav .open > a, .hed-left .nav .open > a:hover {
	background: transparent;
}

.dropdown-menu.currency {
	left: 0;
	border-bottom-color: #e3bd00;
}

.dropdown-menu.currency li > a:hover, .dropdown-menu.currency li > a:focus {
	background: #e3bd00;
}

.copyrightbottom .lable-name, .copyrightbottom .lable-name a {
	color: #000;
}

.copyrightbottom .lable-name a:hover {
	color: #ef5739;
}

.block_center1 {
	float: left;
	width: calc(100% - 300px);
	border-left: solid 1px rgba(255, 255, 255, 0.8);
}

.header-top #customernav ul li a {
	color: #747474;
}

.search_cat .search_content {
	position: relative
}

.block_right {
	float: left;
	width: 31%;
	text-align: center;
}

.block_right .block_center {
	margin-top: 5px;
}

.search_content span {
	padding: 9px 25px 9px 10px;
	float: left;
	width: 15%;
	text-align: center;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.search_content span:after {
	content: "0";
	position: absolute;
	background: transparent url(../images/nilkanthinfo/se-arrow.png) no-repeat center right;
	top: 18%;
	right: 15%;
	color: transparent;
	width: 12px;
}

.cart-info .head-row {
	display: none;
}

.cart-info table, .cart-info tr, .cart-info td {
	border: none !important;
}

.cart-info tr {
	background: #e5e5e5 !important;
	float: left;
	width: 100%;
}

.cart-info-tbl .pro-img {
	width: 15%;
}

.cart-info-tbl .pro-nm {
	width: 40%;
}

.cart-info-tbl .pro-nm a {
	color: #575756;
	font-size: 16px;
	font-weight: bold;
}

.cart-info-tbl .pro-nm a:hover {
	color: #ef5739;
}

.cart-info-tbl .pro-model {
	width: 15%;
	display: none;
}

.cart-info-tbl .pro-price {
	width: 10%;
	display: none;
}

.cart-info-tbl .pro-qty {
	width: 10%;
}

.cart-info-tbl .pro-total {
	width: 10%;
	font-size: 18px;
	font-weight: bold;
	color: #ef5739;
}

.cart-info-tbl .pro-del {
	width: 7%;
	display: none;
}

.cart-info-tbl .removetag i {
	display: none;
}

.cart-info-tbl .removetag {
	background: none;
	border: none;
	padding: 5px 0 0;
	text-decoration: underline;
	font-size: 12px !important;
}

.cart-info-tbl .removetag:active, .cart-info-tbl .removetag:focus {
	border: none;
	background: no-repeat;
	box-shadow: none;
}

.safari-banner2 {
	margin-bottom: 0;
}

.cart-page .cart-info.product-list {
	width: 70%;
	float: left;
}

.cart-page .cart-info.totals {
	background: #e5e5e5;
	width: 24%;
	float: left !important;
	margin-left: 54px;
}

.cart-page .cart_total {
	clear: both;
}

.order-sum {
	background: #ef5739;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}

.cart-info-inner {
	padding: 20px;
	text-align: center;
}

.cart-info-inner tr {
	margin-bottom: 0;
}

#cart_checkout2 {
	display: inline-block;
	float: none !important;
	background: #ef5739;
	border: none;
	font-size: 15px;
	font-weight: bold;
}

#cart_checkout2:hover {
	background: #01acb5;
}

#cart_checkout2 i {
	display: none;
}

.cart-info #totals_table tr:last-child {
	border-top: 1px solid #b5b5b5 !important;
	padding: 23px 0;
}

.cart-info #totals_table tr, .cart-info #totals_table tr td {
	padding: 0;
	margin: 0;
}

.cart-info #totals_table tr:first-child {
	padding-bottom: 15px;
}

.cart-info #totals_table tr td span {
	font-size: 15px;
	font-weight: bold;
}

.cart-info #totals_table tr td:first-child {
	float: left;
}

.cart-info #totals_table tr td:last-child {
	float: right;
}

.cart-info #totals_table tr td:first-child span {
	color: #575756;
}

.cart-info #totals_table tr td:last-child span {
	color: #ef5739
}

.bot-sort .form-inline.pull-left, .cart-info.product-list .refresh-btn, .category-page .top-sort {
	display: none;
}

.cat-head .maintext {
	color: #000;
	font-size: 24px;
	font-weight: normal !important;
}

.category-page .list-inline > div {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.bot-sort {
	text-align: center;
	border: none;
	background: none;
	box-shadow: none;
}

.breadcrumb a {
	color: #666;
}

.breadcrumb a:hover, .thumbnail:hover .prdocutname {
	color: #ef5739;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #fff;
	background-color: #a63766;
	border-color: #a63766;
}

.column_left .heading2 {
	font-size: 19px;
	color: #444;
}

#customernav ul li ul li a {
	border-right: none;
}

.sorting.well .form-control {
	width: 60px;
	display: inline-block;
}

.sorting.well {
	text-align: center;
}

.sorting.well.bottom .pull-right {
	margin-top: 0px;
	margin-left: 15px;
}

.sorting.well form {
}

.sorting.well.top {
	display: none;
}

.pagi {
	display: inline-block;
}

.sorting.well .pull-left {
	float: left !important;
}

.sorting.well .pagination > li {
	display: inline-block;
}

.pagination > li > a, .pagination > li > span {
	color: #ef5739;
}

.main-cms-blk2 {
	background-color: #8f1211;
	border: none;
	border-radius: 8px;
	padding: 10px 0;
	margin-bottom: 60px;
	display: inline-block;
}

.main-cms-blk2 .login-btn {
	margin: 14% 20% 0;
	font-size: 20px;
	line-height: 22px;
	padding: 15px 30px;
}

.main-cms-blk2 span {
	font-size: 16px;
	line-height: 18px;
	padding-top: 35px;
	padding-bottom: 4px;
	margin: 20px 0 0;
	display: inline-block;
	text-align: left;
	padding: 0 40px;
}

.main-cms-blk2 .img-two {
	background: url('../images/nilkanthinfo/products.jpg') no-repeat top center;
	width: 300px;
	height: 113px;
	display: inline-block;
	padding: 0;
	line-height: 0;
	margin: 20px 0 0;
}

.paymentblk, .contriblk {
	display: none;
}

.pagination > li.disabled > span {
	background: none !important;
	color: #b2b2b2 !important;
	font-weight: normal;
}

.pagination > li > a.pagination_number {
	background: none !important;
	color: #000 !important;
	font-weight: normal;
}

.pagination > li > a, .pagination > li > span {
	padding: 6px 14px;
	border-radius: 50% !important;
	background: #ff5500;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7e00), to(#ff5c00));
	background: -webkit-linear-gradient(top, #ff7e00, #ff5c00);
	background: -moz-linear-gradient(top, #ff7e00, #ff5c00);
	background: -ms-linear-gradient(top, #ff7e00, #ff5c00);
	background: -o-linear-gradient(top, #ff7e00, #ff5c00);
	background: linear-gradient(top, #ff7e00, #ff5c00);
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
}

.login-btn i {
	font-size: 27px;
	top: 2px;
	margin: 0 0 0 5px;
	padding: 0 0 0;
	position: absolute;
}

.main-cms-blk .login-btn {
	padding: 25px 50px;
}

.main-cms-blk i {
	top: 32%;
	right: 15px;
}

.main-cms-blk2 i {
	top: 40%;
	right: 20px;
}

.head-logo2 {
	float: right;
}

.head-logo2 span {
	background: url(../images/nilkanthinfo/ufs.png) no-repeat top;
	height: 67px;
	width: 178px;
	float: left;
}

span.center-inner {
	display: inline-block;
	vertical-align: middle;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	text-align: left;
	border: 1px solid #dadada;
	background-color: white;
	padding: 11px 10px;
	margin-top: 29px;
}

.center-inner .top-name {
	display: block;
	font-weight: bold;
	color: #470709;
	letter-spacing: 2px;
	font-size: 16px;
}

.center-inner .points-blk {
	display: block;
	font-weight: bold;
	color: #ff5500;
	font-size: 16px;
	letter-spacing: 1px;
}

.msg-tag {
	position: relative;
}

.msg-tag .msg-count {
	position: absolute;
	border-radius: 5px;

	border: 1px solid #E91D20;

	padding: 0px 4px;

	left: 12px;
	top: -4px;

	font-size: 8px;
	font-weight: bold;
	color: #fff;
	background-color: #E91D20;
}

.points-blk .logout-text {
	display: none;
}

.points-blk i {
	color: #ff5500;
}

.points-blk a {
	margin: 0 5px;
}

.productdesc-row {
	margin: 0;
}

.pro-top-name {
	padding: 20px 20px 0;

}

.pro-left-inner {
	border-radius: 6px;
	border: 1px solid #dedede;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
	background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
	background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
	background-image: linear-gradient(#ffffff, #fbfbfb);
	padding: 0 20px;
}

.block_frame .clearfix {
	display: none;
}

.quantitybox .form-group.gty-blk {
}

.quantitybox .gty-blk .input-group-bx {
	float: none;
	display: inline-block;
	margin: 10px 5px 0;
}

/* Edited by Templatemaniacs.com Ends */
/* Responsive Section */
@media (min-width: 1200px) {
	.cart-info .estimate {
		float: right;
	}
}

@media (max-width: 1200px) {
	#topnav ul li a {
		font-size: 12px;
		margin-right: 8px
	}

	.thumbnails li:hover .thumbnail img {
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		-o-transform: none; /* Opera */
		-moz-transform: none;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}

	.thumbnail {
		text-align: center;
	}

	.top-search input {
		margin-left: auto;
		margin-right: auto;
		float: left;
	}

	.form-inline .checkbox.pull-right.mr10 {
		width: auto;
		min-width: 310px;
		text-align: right;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.addresses > section {
		display: inline-block;
		width: 45% !important;
	}

	.cart-info .estimate {
		float: right;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.container {
	}

	#customernav div.menu_text, #customernav ul li a { /*width: 180px;*/
	}
}

/* iPads (portrait and landscape) ----------- */
@media (min-width: 768px) and (max-width: 1200px) {
	.headerstrip_blocks .block_3 {
		margin: 2px 15px 0 0;
	}

	.headerstrip2 .block_left {
		width: 23%;
		margin-right: 30px;
	}

	.block_right {
		width: 23%;
	}

	.block_center1 {
		width: 63%;
	}

	.top-search input {
		width: 79%;
	}

	.headerstrip2 #search_form {
		width: 100%;
	}

	header .headerstrip .container-fluid .span12 {
		width: 100%;
	}

	.form-inline .checkbox.pull-right.mr10 {
		width: auto;
		min-width: 310px;
		text-align: right;
	}

	.top-search input {
		float: left;
	}

	#newslettersignup .input-prepend input {
		/*white-space: pre-wrap;*/
		text-align: right;
		float: right;
		clear: both;
	}

	#footer .footersocial .span3 {
		min-width: 270px;
		min-height: 310px;
		display: inline-block;
		zoom: 1;
	}

	.cart-info td, .cart-info th {
		padding: 5px;
	}

	.cart-info .estimate, .cart-info .coupon {
		width: 100%;
	}

	.cart-info .estimate table {
		border-left: none;
	}

	.cart-info .coupon table {
		border-right: 1px solid #E7E7E7 !important;
	}

	.cart-info.totals a {
		float: none;
		text-align: center !important;
		margin-bottom: 10px;
	}

	.headerdetails ul.topcartopen {
		width: 250px;
	}

	.headerdetails ul.topcartopen .btn-orange {
		text-transform: none;
		display: inline-block;
	}

	.headerdetails ul.topcartopen .well {
		width: 92%;
	}

	#product_details .thumbnail img {
		max-width: 235px !important;
	}

	.promo_block .promo_icon {
		font-size: 40px;
	}

	#banner_slides img.wp1_3 {
		left: auto !important;
	}

	#banner_slides .wp1_left.slide2_bot {
		left: 0 !important;
	}

	.returncustomer, .newcustomer {
		width: 46%;
		padding: 10px 10px;
		float: none;
		height: 100%;
	}

	.returncustomer {
		margin-left: 25px;
	}

	.banner_block_23_11 .container-fluid {
		text-align: center;
	}

	.banner_block_23_11.container-fluid.mt20 .pull-left {
		display: inline-block;
		float: none;
		margin-left: 50px;
		margin-top: 10px;
		text-align: center;
	}

	.addresses > section {
		display: inline-block;
		width: 95%;
		float: left !important;
	}

	#banner_slides img.wp1_1 {
		left: 250px;
		right: 0;
	}

	#banner_slides img.wp1_2 {
		left: 250px;
		right: 0;
	}

	#banner_slides img.wp1_3 {
		left: 250px;
		right: 0;
	}

	/* Top menu small resolution */
	#topnav {
		width: 110px;
		margin: 5px 0 0 10px;
	}

	#topnav select {
		display: inline-block;
		height: auto;
		width: 100%;
		float: none;
	}

	#topnav ul {
		display: none
	}

	.payment_confirmation {
		margin-top: 20px;
	}

}

/* END @media FULL */

@media (max-width: 850px) {
	#customernav {
		/*display: none;*/
	}
}


@media (max-width: 991px) {
	#categorymenu {
		margin: 20px 0 0px 0;
		padding: 0;

	}

	.thumbnails > li.span3 {
		min-width: 273px;
	}

	.smbanner {
		width: 724px;
	}

	/* Categories small resolution */
	#categorymenu select {
		display: block;
		background: #ff5500;
		border: none;
		padding: 15px;
		color: #fff;
	}

	#categorymenu {

	}

	nav.subnav {
		width: auto;
		float: none
	}

	nav.subnav select {
		display: inline-block;
		height: auto;
		width: 100%;
		float: none
	}

	nav.subnav {
		background: none;
		border: none
	}

	nav.subnav ul {
		display: none
	}

	#categorymenu, .breadcrumb, .jumbotron, .well {
		border: 0px;
		box-shadow: none;
	}

	/* Top menu small resolution */
	#topnav {
		width: 200px;
	}

	#topnav select {
		display: inline-block;
		height: auto;
		width: 200px;
		float: none;
	}

	#topnav ul {
		display: none
	}

	.headerstrip .pull-right {
		margin-right: 20px;
	}

	.headerstrip .pull-right #search_form {
		margin-top: 10px;
	}

	.headerdetails .nav.pull-left {
		float: none;
		/*margin: 0 0 10px 0;*/
	}

	.headerstrip {
		height: auto;
	}

	.thumbnail .pricetag {
		margin: 0 auto;
	}

	.otherddetails .otherddetailspart .innerclass h2 {
		font-size: 18px;
	}

	#featured .thumbnails li:hover .thumbnail img,
	#latest .thumbnails li:hover .thumbnail img,
	#bestseller .thumbnails li:hover .thumbnail img,
	#related .thumbnails li:hover .thumbnail img,
	#category .thumbnails li:hover .thumbnail img,
	.thumbnails.list li:hover .thumbnail img {
		transform: none;
		-ms-transform: none; /* IE 9 */
		-webkit-transform: none; /* Safari and Chrome */
		-o-transform: none; /* Opera */
		-moz-transform: none; /* Firefox */
		transition: all 0.8s;
		-ms-transition: all 0.8s; /* IE 9 */
		-moz-transition: all 0.8s; /* Firefox 4 */
		-webkit-transition: all 0.8s; /* Safari and Chrome */
		-o-transition: all 0.8s; /* Opera */
	}

	.newcustomer, .returncustomer {
		width: 97%;
		margin-bottom: 10px;
		margin-left: 0;
	}

	#banner_slides {
		width: 770px;
	}

	#banner_slides .oneByOne_item {
		width: 770px;
	}

	#banner_slides .oneByOne_item span.txt1 {
		font-size: 20px;
	}

	#banner_slides .oneByOne_item span.txt2 {
		font-size: 36px;
	}

	#banner_slides .oneByOne_item span.txt3, body #banner_slides .oneByOne_item span.txt4 {
		width: 200px;
	}

	#banner_slides .oneByOne_item span.txt_right {
		padding-left: 510px;
	}

	#banner_slides .oneByOne_item span.txt4.txt_right {
		padding-left: 510px;
	}

	#banner_slides .oneByOne_item span.txt_right2 {
		margin-left: 405px;
	}

	#banner_slides {
		width: 800px;
	}

	#banner_slides img.wp1_3 {
		right: auto !important;
	}

	#banner_slides img.wp1_3.wp1_left.slide2_bot {
		left: -76px;
	}

	#banner_slides .oneByOne_item.banner:nth-child(2) span {
		margin-left: 473px;
	}

	#banner_slides .oneByOne_item span.txt3 {
		width: 240px !important;
	}

	.oneByOne_item.banner .animate0 img {
		width: auto;
	}

	.oneByOne_item.banner .animate0 span {
		font-size: 99% !important;
	}

	.top-search input {

		float: left !important;
	}

	#social_icons, .social_icons {
	}

	#newslettersignup .input-prepend {
		white-space: pre-wrap;
		text-align: right;
	}

	.container-fluid .otherddetailspart:last-child {
		border-bottom: none;
	}

	.cart-info .coupon table {
		border-right: 1px solid #E7E7E7 !important;
	}

	.block_frame_cart .btn-orange {
		float: none !important;
	}

	.block_frame_cart .btn-orange:last-child {
		margin-top: 10px;
	}

	.block_frame_cart td.image {
		display: none;
	}

	.banner_block_23_11 {
		padding-left: 0;
	}

	.banner_block_23_11 .container-fluid {
		text-align: center;
		padding-left: 0;
		max-width: 700px;
	}

	.banner_block_23_11.container-fluid.mt20 .pull-left {
		display: inline-block;
		float: none;
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}

	.addresses > section {
		display: inline-block;
		width: 95%;
		float: left !important;
	}

	.confirm_payment_options .btn {
		margin-bottom: 3px;
	}

	.safari-banner-block .safariimg img {
		width: 100%;
	}

	.safari-banner-block .safariimg {
		width: 48.4%;
	}
}

/* END @media (max-width: 979px) */

@media (max-width: 768px) {
	.smbanner {
		width: auto;
	}

	.headerstrip #topnav {
		/*background: #ef5739;*/
		padding-bottom: 10px
	}

	.headerstrip .pull-left {
		float: none;
	}

	.headerstrip .pull-right #search_form {
		margin-top: 0;
	}

	.headerdetails .nav.pull-left {
		float: none;
	}

	.headerdetails > div.pull-left {
	}

	.headerdetails > div.pull-left div.well {
		padding-top: 20px;
	}

	.headerdetails ul.topcartopen .btn-orange {
		text-transform: none;
	}

	#topnav {
		width: auto;
		text-align: center;
	}

	#topnav ul {
		text-align: center;
		margin: 0 auto;
		float: none
	}

	#topnav ul li {
		display: inline-block;
		float: none
	}

	.headerstrip .pull-right .search-query {
		margin-top: 0
	}

	.footerlinks {
		text-align: center;
	}

	.footerlinks .info, #social_icons, .social_icons {
		float: none;
		margin: 10px 0
	}

	.footerlinks {
		padding: 10px 0
	}

	.otherddetails .otherddetailspart {
		width: 100%;
		background: none;
		border-bottom: 1px solid #d7d8da;
	}

	#newslettersignup input[type=submit] {
		height: 42px;
	}

	#newslettersignup .input-prepend {
		white-space: nowrap;
	}

	.the-icons li {
		display: block;
		width: 90%;
		padding: 10px 0;
	}

	.smbanner .span3 a {
		margin: 10px 0;
	}

	.heading1 .subtext {
		display: none;
	}

	.productdesc #myTab.nav-tabs li a {
		padding: 8px;
	}

	th.image, th.model, td.image, td.model {
		display: none !important
	}

	.cart-info td, .cart-info th {
		padding: 5px;
	}

	.cart-info .estimate, .cart-info .coupon {
		width: 99%;
	}

	.cart-info .estimate table {
		border-left: none;
	}

	.cart-info .coupon button {
		margin-top: 10px;
	}

	.cart-info .coupon table {
		border-right: 1px solid #E7E7E7 !important;
	}

	.cart-info.totals a {
		float: none;
		text-align: center !important;
		margin-bottom: 10px;
	}

	.cart-info.product-list table tr td:nth-child(3), .cart-info.product-list table tr th:nth-child(3),
	.cart-info.product-list table tr td:nth-child(6), .cart-info.product-list table tr th:nth-child(6) {
		display: none !important;
		visibility: hidden !important;
	}

	#banner_slides {
		width: 480px;
	}

	#banner_slides .oneByOne_item {
		width: 480px;
	}

	#banner_slides .oneByOne_item img.wp1_3 {
		visibility: hidden;
	}

	#banner_slides .oneByOne_item span.txt1 {
		font-size: 20px;
	}

	#banner_slides .oneByOne_item span.txt2 {
		font-size: 36px;
	}

	#banner_slides .oneByOne_item span.txt3, body #banner_slides .oneByOne_item span.txt4 {
		width: 200px;
	}

	#banner_slides .oneByOne_item span.txt_right {
		padding-left: 10px;
	}

	#banner_slides .oneByOne_item span.txt4.txt_right {
		padding-left: 10px;
	}

	#banner_slides .oneByOne_item span.txt_right2 {
		margin-left: 10px;
	}

	.oneByOneSlide {
		display: none;
		visibility: hidden;
	}

	.banner_fallback {
		display: block;
	}

	.banner_fallback img {
		width: 100%;
		height: auto;
	}

	.top-search input {
		float: left !important;
	}

	.thumbnails > li.span2 {
		float: left;
		width: auto;
	}

	.navbar-toggle .icon-bar {
		background: #ef5739;
	}

	.thumbnails > li.span2 div.span2 {
		text-align: center;
	}

	.newcustomer, .returncustomer {
		width: 97%;
		margin-bottom: 10px;
		margin-left: 0;
	}

	.addresses > section {
		display: inline-block;
		width: 88%;
		float: left !important;
	}

}

/* END @media (max-width: 760px) */

@media only screen and (min-width: 480px) and (max-width: 991px) {

	.header-logo {
		background: none;
		width: auto;
		height: auto;
		line-height: normal;
		text-align: left;
	}

	.headerstrip_blocks {
		margin-top: 0px;
	}

	.headerstrip_blocks .block_4 {
		float: left;
	}

	.headerdetails {
		/*padding-top: 10px;*/
	}

	.header-top-left #customernav {
		width: 100%;
	}

	.block_center1 {
		width: 63%;
		margin: 0px 10px 20px;
	}

	.headerstrip2 #search_form {
		width: 100%;
		margin: 0;
	}

	.headerstrip2 .block_left {
		margin: 30px 0 0 30px;
	}

	.headerstrip2 {
		position: relative;
	}

	.block_right {
		position: absolute;
		right: 5%;
		margin-top: 30px;
	}

	#categorymenu {
		margin: 0px 30px 25px;
	}

	.block_right .block_center {
		margin: 0;
	}

	.block_right img {
		width: 100%;
		height: auto;
	}

	.head-right .navbar-collapse {
		overflow-y: auto;
		position: absolute;
		right: 16px;
		top: 42px;
		width: 30%;
		box-shadow: none;
		border: none;
		z-index: 9999;
	}

	.main-cms-blk {
		width: 97%;
		margin-top: 232px;
	}

	.main-cms {
		width: 97%;
	}

	.login-btn {
		margin-top: 0;
	}

	.main-cms-blk2 {
		width: 90%;
	}

	.main-cms-blk2 .login-btn {
		margin: 0 36%;
	}

	.navbar-inverse .navbar-toggle {
		border: none;
		display: none;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	#customernav ul li a, #topnav ul li a {
		border: none;
	}

	.headerdetails .block_8 {
		float: left;
	}

	.heading1 .maintext, .heading2 {
		font-size: 20px;
	}

	#product_details .thumbnail img {
		max-width: 300px !important;
	}

	.payment_icon img {
		max-width: 350px;
	}

	.container-fluid.otherddetails {
		width: auto;
	}

	.container-fluid .otherddetailspart:last-child {
		border-bottom: none;
	}

	.thumbnail .offer, .thumbnail .sale, .thumbnail .new {
		left: 70px
	}

	#topnav ul li a {
		font-size: 11px;
		margin-right: 5px;
	}

	.heading1 .subtext {
		color: #575656;
		font-weight: bold;
		font-size: 20px;
	}

	.heading1 .maintext, .heading1 .subtext {
		display: block;
	}

	.headerstrip #topnav {
		margin-bottom: 0;
	}

	.sorting.well .pull-right {
		margin-top: 0;
	}

	.returncustomer, .newcustomer {
		width: 92%;
	}

	.returncustomer {
		margin: auto;
	}

	.newcustomer {
		margin: auto auto 10px;
		float: left;
	}

	.pagination.pull-right {
		margin-top: 50px !important;
	}

	.headerdetails ul.topcartopen {
		width: 250px;
	}

	.headerdetails ul.topcartopen .btn-orange {
		text-transform: none;
	}

	.cart-info .coupon button {
		margin-top: 0;
	}

	.banner_block_23_11 .container-fluid {
		text-align: center;
	}

	.banner_block_23_11.container-fluid.mt20 .pull-left {
		display: inline-block;
		float: none;
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}

	.addresses > section {
		display: inline-block;
		width: 88%;
		float: left !important;
	}

	.cart-info .estimate table {
		border-left: none;
	}

	.cart-info #coupon_coupon {
		display: block;
	}

	.cart-info .coupon table {
		border-right: 1px solid #E7E7E7 !important;
	}

	.cart-info .coupon button, .cart-info {
		margin-top: 10px;
	}

	.cart-info.totals a {
		float: none;
		text-align: center !important;
		margin-bottom: 10px;
	}

	.safari-banner-block {
		width: 88% !important;
		margin: 0 30px !important;
	}

	.thumbnails .prdocutname, .thumbnail .price {
		text-align: left;
	}

	footer {
		padding: 0 30px;
	}

	#apply_coupon_btn {
		margin-top: 10px;
	}

	.search-bar {
        z-index: 1000;
    }

	.header-top .container {
		display: block;
	}

	#customernav {
		display: block;
		width: 200px;
	}

	#customernav.navbar {
		margin-bottom: 5px;
	}

	#customernav .navbar-nav {
		margin: 0;
	}

	section#banner_banner_block_2374 {

		clear: both;
	}

	.Pro-Block, .safari-banner-block, .safari-banner-block .safariimg {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.cart-page .cart-info.product-list {
		width: 100%;
	}

	.cart-page .cart-info.totals {
		width: 100%;
		margin: 0;
	}

	.heading1 .subtext {
		margin: 0 20px;
	}

	#footer ul {
		text-align: left;
	}

	#topnav select {
		width: 100%;
	}

	.header-top-left {
		width: 80%;
	}

	.header-top-left .block_2 {
		width: 31%;
	}

	.header-top-right {
		width: 20%;
	}

	.category-page .list-inline .col-xs-12 {
		width: 50%;
	}

	.thumbnails .prdocutname {
		margin-bottom: 0;
		min-height: 96px;
	}

	.header-top #customernav ul li.open {
		position: absolute;
		z-index: 1;
	}

	.registerbox {
		padding-left: 0;
		padding-right: 0;
	}

	.registerbox tr td {
		width: 50%;
	}

	.order-history .pagination-blk .pull-right {
		margin: 16px 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.header-logo {
		background: none;
		width: auto;
		height: auto;
		line-height: normal;
		text-align: left;
	}

	.header-top-left .block_2 {
		width: 28%;
	}

	.block_center1 {
		width: 66%;
		margin-bottom: 0;
	}

	.top-search input {
		width: 81%;
	}

	.logo img {
	}

	.header-logo {
		margin-left: 30px;
	}

	.logo {
		padding: 0px;
	}

	.payment_icon img {
		max-width: 200px;
	}

	.headerstrip_blocks .block_4 {
		float: left;
	}

	.headerdetails {
		padding-top: 0px;
	}

	.headerdetails .block_8 {
		float: left;
	}

	.heading1 .maintext, .heading2 {
		font-size: 20px;
	}

	#product_details .thumbnail img {
		max-width: 300px !important;
	}

	.form-inline .checkbox.pull-right.mr10 {
		width: 210px;
		min-width: 10px;
		text-align: right;
	}

	.newcustomer {
		margin: auto auto 10px;
		float: left;
	}

	.inlinelables, .badges, .description {
		display: none
	}

	.modify {
		text-indent: -9999px;
		overflow: hidden
	}

	.ct_padding_left {
		padding-left: 0;
	}

	.ct_padding_right {
		padding-right: 0;
	}

	.nav-dash {
		margin: 0 -10px 10px;
	}

	.nav-tabs > li, .nav-pills > li {
		display: inline-block;
		float: none;
	}

	.thumbnails .prdocutname {
		padding: 0 0;
		min-height: 75px;
	}

	.thumbnail .price {
		padding: 0;
		margin: 0;
	}

	span.center-inner {
		padding: 11px 20px;
	}

	.headerdetails .nav.pull-left {
		float: none;
	}

	.headerdetails > div.pull-left {
		margin-bottom: 10px;
	}

	.headerdetails > div.pull-left a.btn {
		margin-top: 10px;
		float: none !important;
	}

	.headerdetails > div.pull-left div.well {
		padding-top: 20px;
	}

	.topcartopen .well {
		border: none;
		box-shadow: none;
	}

	.headerdetails ul.topcart {
		width: 250px;
	}

	.headerdetails ul.topcartopen {
		width: 250px;
	}

	.headerdetails ul.topcartopen .btn-orange {
		text-transform: none;
	}

	.nav.topcart.pull-left > li.dropdown.hover.carticon {
		width: 233px;
	}

	.headerstrip #topnav {
		padding-bottom: 0;
	}

	#social_icons a, .social_icons a {
		margin-right: 4px;
	}

	.productprint {
		display: none;
	}

	#banner_slides {
		width: 300px;
	}

	#banner_slides .oneByOne_item {
		width: 300px;
	}

	#banner_slides .oneByOne_item img.wp1_3 {
		visibility: hidden;
	}

	#banner_slides .oneByOne_item span.txt1 {
		font-size: 20px;
	}

	#banner_slides .oneByOne_item span.txt2 {
		font-size: 36px;
	}

	#banner_slides .oneByOne_item span.txt3, body #banner_slides .oneByOne_item span.txt4 {
		width: 200px;
	}

	#banner_slides .oneByOne_item span.txt_right {
		padding-left: 10px;
	}

	#banner_slides .oneByOne_item span.txt4.txt_right {
		padding-left: 10px;
	}

	#banner_slides .oneByOne_item span.txt_right2 {
		margin-left: 10px;
	}

	.oneByOneSlide {
		display: none;
		visibility: hidden;
	}

	.banner_fallback {
		display: block;
	}

	.banner_fallback img {
		width: 100%;
		height: auto;
	}

	.top-search input {
		/*width: 250px;
		margin: 0 auto 10px auto;*/
		float: left !important;
	}

	#newslettersignup .input-prepend input {
		/*white-space: pre-wrap;*/
		text-align: right;
		float: right;
		clear: both;
	}

	.side_prd_list .price .pricenew,
	.side_prd_list .price .priceold {
		display: inline-block;
	}

	.cart-info .estimate table {
		border-left: none;
	}

	.cart-info .coupon table {
		border-right: 1px solid #E7E7E7 !important;
	}

	.cart-info.totals a {
		float: none;
		text-align: center !important;
		margin-bottom: 10px;
	}

	.table-responsive {
		border: none;
	}

	.cart-info.product-list table tr td:nth-child(1), .cart-info.product-list table tr th:nth-child(1),
	.cart-info.product-list table tr td:nth-child(3), .cart-info.product-list table tr th:nth-child(3),
	.cart-info.product-list table tr td:nth-child(6), .cart-info.product-list table tr th:nth-child(6),
	.invoice_products.table tr td:nth-child(2), .invoice_products.table tr th:nth-child(2),
	.invoice_products.table tr td:nth-child(3), .invoice_products.table tr th:nth-child(3) {
		display: none !important;
		visibility: hidden !important;
	}

	.sorting.well .pull-right {
		float: none;
		margin-top: 10px;
	}

	#Address2Frm .form-horizontal {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	#Address2Frm .form-horizontal .control-label {
		min-width: 75px;
		width: auto;
		text-align: left;
	}

	#Address2Frm .form-horizontal .form-group {
		min-width: 75px;
		width: auto;
		text-align: left;
	}

	#Address2Frm .form-horizontal input, #Address2Frm .form-horizontal select {
		max-width: 150px;
		width: auto;
		text-align: left;
	}

	#Address2Frm .registerbox .controls {
		width: auto;
		margin-left: 27%;
	}

	#Address2Frm .form-horizontal .control-label {
		min-width: 75px;
		width: auto;
		text-align: left;
	}

	#Address2Frm .registerbox .controls {
		width: auto;
		margin-left: 37%;
	}

	.newcustomer, .returncustomer {
		width: 100%;
	}

	.pagination.pull-right {
		margin-top: 50px !important;
	}

	.addresses > section {
		display: inline-block;
		width: 93%;
		float: none;
	}

	.block_frame_cart .btn-orange:last-child {
		margin-top: 0;
	}

	#apply_coupon_btn {
		margin-top: 10px;
	}

	/* Hide some columns in tables for small screen */
	.confirm_shippment_options td:nth-child(2), .confirm_shippment_options th:nth-child(2) {
		display: none;
	}

	.confirm_payment_options td:nth-child(2), .confirm_payment_options th:nth-child(2) {
		display: none;
	}

	.confirm_products td:nth-child(2), .confirm_products th:nth-child(2) {
		display: none;
	}

	#popularbrands #prev {
		left: -20px;
		top: 30px
	}

	#popularbrands #next {
		right: -20px;
		top: 30px
	}

	.info_links_footer li {
		padding: 5px;
	}

	.contentpanel {
		padding: 5px;
	}

	.container-fluid .col-xs-12 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mainimage.bigimage img {
		max-width: 300px;
		max-height: 300px;
	}

	.Pro-Block, .safari-banner-block, .safari-banner-block .safariimg {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.cart-page .cart-info.product-list {
		width: 100%;
	}

	.cart-page .cart-info.totals {
		width: 100%;
		margin: 0;
	}

	.main-cms-blk2 .login-btn {
		margin: 0 24%;
	}

	.heading1 .subtext {
		margin: 0 20px;
	}

	.main-cms-blk {
		margin-top: 262px;
	}

	.header-top #customernav ul li.open {
		position: absolute;
		z-index: 1;
	}

	.registerbox {
		padding-left: 0;
		padding-right: 0;
	}

	.registerbox tr td {
		width: 50%;
	}

	.order-history .pagination-blk .pull-right {
		margin: 16px 0 0;
	}
}

/* END @media (max-width: 480px) */
@media (max-width: 478px) {
	.main-cms {
		width: 100%;
	}

	.block_left img {
		width: 100%;
		height: auto;
	}

	span.center-inner {
		padding: 11px 10px;
	}

	.center-inner .points-blk {
		font-size: 14px;
		letter-spacing: 0px;
	}

	.points-blk a {
		margin: 0 0;
	}

	.thumbnails .prdocutname, .thumbnail .price {
		text-align: left;
	}

	.block_center1 {
		width: 100%;
		margin: 0px 0px 10px;
		border: none;
	}

	.top-search input {
		width: 79%;
	}

	.headerstrip2 #search_form {
		width: 100%;
		margin: 0;
	}

	.headerstrip2 .block_left {
		width: 30%;
		margin: 30px 0 0 30px;
	}

	.headerstrip2 {
		position: relative;
	}

	.block_right {
		position: absolute;
		right: 5%;
		margin-top: 30px;
	}

	nav.subnav {
		position: relative;
	}

	#categorymenu {
		margin: 0px 30px 25px;
	}

	#categorymenu select {
		-webkit-appearance: none;
		border: 0;
		border-radius: 0;
	}

	.block_right .block_center {
		margin: 0;
	}

	.block_right img {
		width: 100%;
		height: auto;
	}

	.head-right .navbar-collapse {
		overflow-y: auto;
		position: absolute;
		right: 10px;
		top: 60px;
		width: 35%;
		box-shadow: none;
		border: none;
		z-index: 9999;
		padding: 0 15px 15px;
	}

	.main-cms-blk2 .login-btn {
		margin: 0 14%;
	}

	.main-cms-blk2 .img-two {
		width: 100%;
	}

	#footer ul {
		text-align: left;
	}

	.main-cms-blk2 {
		width: 90%;
	}

	.main-cms-blk {
		width: 97%;
		margin-top: 262px;
	}

	.head-right .navbar-collapse {
		width: 70%;
	}

	.login-btn {
		margin-top: 0;
	}

	.headerstrip_blocks {
		margin-top: 0;
	}

	.block_two #customernav ul li a {
		text-align: center;
	}

	#customernav ul li a, #topnav ul li a, .navbar-inverse .navbar-toggle {
		border: none;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.heading1 .subtext {
		color: #575656;
		font-weight: bold;
		font-size: 15px;
		text-decoration: underline;
	}

	.heading1 .maintext, .heading1 .subtext {
		display: block;
	}

	.safari-banner-block {
		width: 82% !important;
		margin: 0 30px !important;
	}

	.safari-banner-block .safariimg {
		margin-left: 0;
		margin-right: 0;
	}

	footer {
		padding: 0 30px;
	}

	.topcart .open > .dropdown-menu {
		right: 0;
		left: auto;
	}

	.dropdown-menu:after {
		left: auto;
		right: 10px;
	}

	.dropdown-menu:before {
		left: auto;
		right: 9px;
	}

	.added_to_cart .quick_basket {
		display: none;
	}

	.thumbnailc .added_to_cart {
		background: none !important;
		border: none !important;
	}

	.search_content span {
		padding: 9px 25px 9px 3px;
	}

	.search_content span:after {
		right: 10%;
	}

	.cart-page .cart-info.product-list {
		width: 100%;
	}

	.cart-page .cart-info.totals {
		width: 100%;
		margin: 0;
	}

	#product_details .row {
		margin: 0;
	}

	#product_details a.local_image {
		min-width: unset !important;
		min-height: unset !important;
		width: 100%;
		height: auto;
	}

	.mainimage.bigimage img {
		max-width: unset !important;
		max-height: unset !important;
		width: 100% !important;
		height: auto !important;
	}

	.heading1 .subtext {
		margin: 0 20px;
	}

	.sorting.well .pull-left, .sorting.well .pull-right {
		float: none !important;
	}

	.sorting.well.bottom form {
		margin: 0;
		width: 100%;
	}

	.sorting.well.bottom .pull-right {
		margin-top: 10px;
	}

	.main-cms-blk2 span {
		padding: 0 15px;
	}

	.header-top-left .block_2 {
		width: 100%;
		text-align: center;
	}

	#customernav ul {
		margin-left: 0;
		margin-right: 0;
	}

	.header-top #customernav ul li {
		padding: 0;
	}

	#topnav select {
		width: 100%;
	}


	.header-logo {
		margin-left: 0px;
		text-align: center;
	}

	#customernav div.menu_text, #customernav ul li a {
		max-width: unset;
	}

	#customer_menu_top .sub_menu li a {
		text-align: left !important;
	}

	.head-logo2 {
		margin-right: 10px;
	}

	#shipping {
		width: 100%;
	}

	.registerbox {
		padding-left: 0;
		padding-right: 0;
	}

	.registerbox tr td {
		width: 50%;
	}

	.header-top #customernav ul li.open {
		position: absolute;
		z-index: 1;
	}

	.pagination-blk .pull-left select {
		width: 30%;
	}

	.order-history .pagination-blk .pull-right {
		margin: 16px 0 0;
	}
}

@media print {
	body {
		margin: 0;
		padding: 0;
		line-height: 1.4em;
		word-spacing: 1px;
		letter-spacing: 0.2px;
		font: 13px Arial;
		color: #000;
	}

	.heading1 .maintext {
		font-size: 18px;
	}

	.heading1 {
		margin-bottom: 0;
	}

	.contentpanel {
		margin-top: 0;
	}

	header .container-fluid {
		display: none;
	}

	#categorymenu {
		display: none;
	}

	.column_left, .column_right {
		display: none;
	}

	#footer {
		display: none;
	}
}

/* phone input css*/
.intl-tel-input .country-list {
	z-index: 4 !important;
}


.close {
	float: right;
	font-size: 37px;
	font-weight: normal;
	line-height: 1;
	color: #b2b2b2;
	opacity: initial;
	margin-right: 10px;
}

.modal-header {
	border: none;
	padding: 36px 15px 0;
}

.modal-body, .registerbox, .contentpanel {
	padding: 0;
}

.registerbox {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.modal-header, .modal-body, .modal-footer {
		padding-right: 74px;
		padding-left: 74px;
		padding-bottom: 10px;
	}

	.modal-body {
		padding-bottom: 36px;
	}

	#registerForm .modal-dialog, #loginModal .modal-dialog {
		width: 453px;
	}
}

.heading1 .maintext {
	font-size: 25px;
	font-weight: bold;
}

.heading1 .subtext {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
}

.heading1 {
	margin: 0;
}

.submit-container {
	text-align: right;
	margin-bottom: 10px;
}

.btn-login {
	background-color: #8f1212;
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 8px 44px 8px;
}

.btn-login:hover {
	background-color: #8f1212;
	opacity: 0.5;
}

.forgottenLink {
	color: #8f1212;
	text-decoration: underline;
	font-size: 15px;
	line-height: 18px;
	border: none;
}

.forgottenLink:hover {
	color: #8f1212;
	text-decoration: none;
}

div.alert.alert-error.alert-danger > button.close {
	margin-top: -10px;
}

.form-group > label.control-label {
	color: #8f1212;
	padding-bottom: 5px;
}

h4.heading4 {
	color: #8f1212;
	font-weight: 900;
}


.already-member {
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

.already-member:hover {
	text-decoration: underline;
}

.block_two #customernav ul li a.homeLoginBtn {
	text-align: center;
	padding-left: 47px;
	display: inline;
}

.homeLoginBtn i {
	margin-left: 18px;
	margin-right: 10px;
}

#eligibleModal .prdocutname {
	color: #8f1212;
	margin-bottom: 0;
	height: 50px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

#eligibleModal .fixed_wrapper {
	padding: 0;
}

#eligibleModal .blurb {
	text-align: left;
	padding-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #8f1212;
}

#eligibleModal .thumbnail {
	background-image: linear-gradient(#ffffff, #fbfbfb);
	background-size: 100% auto;
	border: 1px solid #dedede;
	border-radius: 6px;
	display: block;
	padding: 10px 5px;
	position: relative;
	text-align: center;
}

#eligibleModal h2 {
	font-size: 25px;
	font-weight: bold;
}

#eligibleModal {
	color: #8f1212;
	font-size: 15px;
}

a.underlined-link {
	text-decoration: underline;
}

.modal-content {
	border: 2px solid #d2d2d2;
	border-radius: 10px;
}

#loginModal #loginFrm_loginname, #loginModal #loginFrm_password, #forgotModal #forgottenFrm_loginname, #forgotModal #forgottenFrm_email {
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	width: 95%;
	padding: 11px 12px 6px;
	font-size: 14px;
}

.form-group .ufs-control-label {
	text-align: left;
	font-size: 15px;
	padding-left: 0;
}

#regModalStep1 .modal-header h2 {
	color: #8f1212;
	font-size: 25px;
	font-weight: bold;
	margin-top: 0;
}

#regModalStep1 p.modal-subtitle {
	color: #8f1212;
	font-size: 15px;
	line-height: 18px;
}

#regModalStep1 .btn-ufs-register {
	margin-top: 20px;
	padding: 7px 29px 7px 10px;
	padding-left: 29px;
	font-size: 17px;
	line-height: 26px;
	background-color: #8f1212;
	color: white;
	word-wrap: break-word;
	width: 100%;
	text-decoration: underline;
	border-radius: 7px;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/arrow-white.png);
	background-position: center right;
	background-repeat: no-repeat;

}

#regModalStep1 .btn-ufs-register-first {
	margin-top: 0px;
}

#regModalStep1 .btn-ufs-register:hover {
	opacity: 0.5;
	text-decoration: none;
	transition: opacity 0.3s;
}

#regModalStep1 .modal-description {
	color: #8f1212;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px;
}

.modal-content {
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.modal-content::-webkit-scrollbar {
	width: 0;
}

#regModal .heading4 {
	display: none;
}

#regModal .input-group .form-control {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	padding: 11px 12px 6px;
}

#regModal .input-group .input-group-addon {
	border: none;
}

.no-border {
	border: none !important;
	padding-left: 3px !important;
}

#regModal .fa.fa-check {
	display: none;
}

.all_cat_btn {
	display: none;
}

.search-bar {
    margin-top: 0;
}

.flt_none {
	width: unset;
}

#AccountFrm .registerbox .input-group-addon {
	display: none;
}
.account-edit #AccountFrm .registerbox .input-group-addon {
	display: table-cell;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

#regModal h1.heading1 .maintext {
	text-align: left;
	font-size: 15px;
	padding-left: 0;
}

#regModal h1.heading1 p.subtext {
	padding: 0;
	margin: 0;
}

#regModal label.checkbox {
	display: table;
}

#regModal label.checkbox input, #regModal label.checkbox span {
	display: table-cell;
}

#regModal label.checkbox span {
	padding-left: 10px;
	font-weight: normal;
}

#regModal .form-group {
	margin-bottom: 0;
	color: #8f1212;
}

#regModal {
	color: #8f1212;
	font-size: 15px;
}

#regModal .btn-login {
	margin-top: 20px;
}

#regModal .term-and-conditions, #regModal #loginLink {
	color: #8f1212;
	text-decoration: underline !important;
}

#regModal .term-and-conditions:hover, #regModal #loginLink:hover {
	color: #8f1212;
	text-decoration: none !important;
}

.product_filter .heading4 {
	background: #ff5500;
	font-size: 18px;
	font-weight: bold;
	font-family: 'DINWebPro';
	margin-top: 10px;
	padding: 15px 12px;
	color: white;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size: 100%;
	margin-bottom: 0;
}

.product_filter_body {
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-top: 0 none;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0;
	border-radius: 0 0 6px 6px;
}

.product_filter_body ul.side_prd_list li {
	padding: 0;
	border-bottom: unset;
	min-height: unset;
}

.product_filter_body ul.side_prd_list li a {
	color: #000000;
}

.product_filter_body ul.side_prd_list li a:hover {
	color: #ff5500;
}

.product_filter_body .heading5 {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #666;
}

.product_filter_body .input-group .form-control {
	border-radius: 0;
}

.product_filter_body .input-group {
	width: 100%;
}

.product_filter_body .btn-primary {
	width: 100%;
	border-radius: 0;
	font-size: 15px;
	font-weight: bolder;
}

.pt20 {
	padding-top: 20px;
}

.pt10 {
	padding-top: 10px;
}

.eligeble_block_menu {
	background-color: #900f06;
	border-top-right-radius: 8px;
}

#termsModal {
	color: #8f1212;
	font-size: 15px;
}

#termsModal a {
	color: #8f1212;
	text-decoration: underline;
}

#termsModal a:hover {
	color: #8f1212;
	text-decoration: none;
}

#termsModal h3 {
	color: #8f1212;
	font-weight: bolder;
	border-bottom: unset;
}

#registerCompleteModal, #registerCompleteModal a, #eligibleModal a {
	color: #8f1212;
	font-size: 15px;
}

p.registrationCompleteText {
	font-weight: bolder;
}

#registerCompleteModal a {
	text-decoration: underline;
}

#registerCompleteModal a:hover, #eligibleModal a:hover {
	color: #8f1212;
	text-decoration: none;
}

.moveHomeBtn {
	color: #8f1212;
	font-size: 15px;
	text-decoration: underline;
}

.moveHomeBtn:hover {
	color: #8f1212;
	text-decoration: none;
}

.main-row {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 20px;
}

textarea {
	max-width: 100% !important;
}

#eligibleModal .price {
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
}

#eligibleModal .blurb {
	padding-bottom: 5px;
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
}

.modal-list-item {
	margin-bottom: 20px;
}

#ContactUsFrm h3.heading3 {
	padding-left: 20px;
	padding-right: 20px;
}

.eligible-products .thumbnail {
	text-align: center;
	margin: 0 auto;
	height: 140px;
	padding: 10px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
	background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
	background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
	background-image: linear-gradient(#ffffff, #fbfbfb);
	border: 1px solid #dedede;
	text-align: center;
}

.eligible-products .thumbnail img {
	margin: auto;
	max-height: 120px;
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.eligible-products .fixed {
	color: #000;
	display: block;
	padding: 5px 0 4px;
	font-size: 14px;
	height: 80px;
	overflow: hidden;
	font-weight: bolder;
}

.eligible-products .oneprice {
	font-weight: bold;
	font-size: 15px;
	color: #ff5500;
}

@media (min-width: 992px) {
	#eligibleModal .eligible-products .col-md-3 {
		width: 50%;
	}
}

#eligibleModal .fixed {
	font-size: 18px;
	color: #8f1212;
}

#eligibleModal .eligible-products .oneprice {
	color: #8f1212;
}

#eligibleModal a {
	text-decoration: underline;
}

#eligibleModal .pull-left {
	padding-right: 0;
	padding-left: 0;
}

div[class*="eligible-products-"] h1.heading1 {
	display: none;
}

div[class*="eligible-products-"] h4.heading4 {
	display: none;
}

div[class*="eligible-products-"] h2 {
	color: #ff5500;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.1;
}

div[class*="eligible-products-"] {
	font-size: 14px;
}

#regModal .registerbox.form-horizontal.login-pass-form {
	display: none;
}

.home .heading1 .maintext, .home .heading1 .subtext {
	color: #ff5500;
}

.back-container {
	text-align: left;
}

.back-container a, .back-container a:hover {
	cursor: pointer;
	font-size: 15px;
}

.back-container a:hover {
	color: #000;
}

ul.main_menu_top {
	border-left: solid 1px rgba(0, 0, 0, 0.15);
}

.easyzoom-flyout img {
	width: auto;
}

.pull-center {
	text-align: center;
}

.class-loginname .input-group {
	padding-top: 7px;
}

.landing-page-login-conatiner {
	margin-top: 30px;
	display: none;
}

.landing-page-login-conatiner a.homeLoginBtn {
	text-align: center;
	padding-left: 47px;
	font-weight: bold;
	font-size: 20px;
	padding: 0 10px;
	line-height: 22px;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	margin-right: 0;
	background: none;
}

.login-btn-wrapper {
	background: #8f1212;
	clear: both;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0px 10px 15px;
}

.login-btn-wrapper:hover {
	opacity: 0.7;
}

li[data-id="menu_mobile_menu"] {
	display: none;
}

.regModalStep1 .modal-body {
	padding: 0 15px 0;
}

.head-center .label-orange {
	color: #ff5500;
	font-size: 13px;
}

.returncustomer, .forgotten_password {
	width: 85%;
	margin: 0 auto;
}

/* Mobile View */
@media only screen and (max-width: 991px) {
	.account .tile {
		width: 100%;
	}

	.head-logo2, .headerstrip2 {
		display: none;
	}

	.block_frame_featured .col-xs-6 {
		padding-bottom: 20px;
	}

	.headerdetails .block_8 {
		display: block;
	}

	.navbar-inverse .navbar-toggle {
		display: block;
	}

	#bs-navbar-collapse-mobile {
		right: unset;
		left: 0px;
		top: 0px;
		position: absolute;
		width: 100%;
		background: #FFFFFF;
		padding-right: 0;
		padding-left: 0;
		border: solid 1px #b2b2b2;
		z-index: 10000;
		overflow: auto !important;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background: #b2b2b2;
		border-radius: 4px;
		width: 40px;
		height: 4px;
		margin-top: 7px;
	}

	.navbar-inverse, .navbar-inverse:hover, .navbar-inverse:active, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: unset;
	}

	.navbar-collapse.collapse.in {
		background: unset;
	}

	#categorymenu {
		display: none;
	}

	.social_icons {
		display: none;
	}

	.customer-profile-information {
		padding: 20px 15px 10px 15px;
		border-bottom: solid 1px #b2b2b2;
	}

	.customer-profile-information p {
		margin: 0;
	}

	.nav-bar-mobile > li {
		border-bottom: 1px solid #b2b2b2;
		font-size: 16px;
		color: #000000;
	}

	.nav-bar-mobile > li a {
		color: #000000;
	}

	.nav-bar-mobile #main_menu > li a {
		color: #b2b2b2;
	}

	.header-logo {
		text-align: left;
	}

	p.top-name {
		color: #b2b2b2;
		text-decoration: underline;
		font-weight: bolder;
	}

	p.points {
		color: #ff5500;
	}

	.nav-bar-mobile i.fa-chevron-right {
		position: absolute;
		right: 10px;
		padding-top: 3px;
	}

	.top-category .thumbnails.row li {
		margin-bottom: 15px;
		padding-right: 5px;
		padding-left: 5px;
	}

	.top-category .thumbnails.row div.mt10.align_center {
		height: 100% !important;
		position: absolute;
		top: calc(50% - 15px);
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		word-break: break-word;
		margin: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.top-category .thumbnails.row div.mt10.align_center a {
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bolder;
	}

	.input-group {
		width: 100%;
	}

	.landing-page-login-conatiner {
		margin-top: 0;
		padding-right: 10px;
		text-align: center;
	}

	.already-member {
		font-size: 12px;
	}

	.landing-page-login-conatiner a.homeLoginBtn {
		font-size: 14px;
	}

	.login-btn-wrapper {
		padding: 5px 0px 5px 10px;
	}

	.modal-body {
		padding: 0 15px 0 15px;
	}

	.main-row {
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}

	.home .main-row, .account-logout .main-row {
		padding-top: 15px;
		width: 85%;
		margin: 0 auto;
	}

	.home .header_bottom_4 {
		padding-top: 15px;
		background: #fff;
	}

	.account-login .main-row > div, .account-forgotten-password .main-row > div, .index-landing_page .main-row > div,
	.account-create .main-row > div {
		padding: 0;
	}
}

ul.nav-dash {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
	text-justify: newspaper;
	zoom: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.nav-dash li {
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	margin-right: 15px;
}

span.dash-tile-icon-title {
	font-size: 11px;
	line-height: normal;
	display: block;
	width: 115px;
	margin-left: -23px;
	padding-top: 7px;
}

p.dash-tile-icon-title {
	font-size: 12px;
	line-height: normal;
	display: block;
	min-width: 79px;
	padding-top: 7px;
}

.account .tile {
	padding-left: 0;
	/* padding-right: 0; */
	/* width: 420px; */
	display: inline-block;
}

.dash-tile-icon {
	color: #ff5500;
	float: left;
	font-size: 60px;
	padding: 30px 0 50px;
	text-align: left;
}

.dash-tile-text .view-history a {
	color: #787878;
	line-height: normal;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 0 5px;
}

.account.dash-tiles {
	margin-left: 0;
}

.container-fluid.cart_total {
	padding-top: 20px;
}

.order-search {
	padding-bottom: 20px;
}

.transaction-search, .order-search {
	width: 50%;
}

.transaction-table thead tr, .table-orders thead tr {
	background: #ff5500;
	color: #fff;
}

.table-orders thead tr th, .transaction-table thead tr th {
	border-right: 1px solid #eeeeee;
	text-align: center;
	color: #fff;
}

.table-orders tbody tr td, .transaction-table tbody tr td {
	border-right: 1px solid #eeeeee;
}

.table-orders thead tr th:last-child, .table-orders tbody tr td:last-child,
.transaction-table thead tr th:last-child, .transaction-table tbody tr td:last-child {
	border-right: none;
}

.lp-registerBtn:hover {
	color: #f6f6f6;
}

.lp-registerBtn {
	font-size: 14px;
	padding: 6px 24px 10px 24px;
	border-radius: 20px;
	font-weight: bolder;
}

.lp-registerBtnContainer {
	margin-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	border-left: 1px solid #878787;
	align-self: start;
}

#customernav a {
	color: #000;
}

a.homeLoginBtn {
	color: #b2b2b2 !important;
}

a.homeLoginBtn:hover {
	color: #ef5739 !important;
}

ul.categorymenu > li {
	border-right: 1px solid #878787;
	margin-right: 10px;
}

ul.categorymenu > li:last-child {
	border-right: none;
}

.header_bottom_other {
	flex-grow: 2;
	-webkit-flex-grow: 2;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.landing-ready-to-join {
	text-align: center;
	margin-top: 50px;
	width: 85%;
	margin: 0 auto;
}

.landing-ready-to-join h2 {
	color: #ef5739;
	font-weight: bolder;
}

.landing-ready-to-join div.row {
	margin-top: 50px;
}

.landing-ready-to-join div.row div:first-child {
	border-right: 1px solid;
}

.btn.langing-button {
	padding: 12px 6px;
	border-radius: 8px;
	min-width: 250px;
	font-size: 16px;
}

.landing-eligible-products {
	margin-top: 50px;
	border: 3px solid #fec700;
}

.landing-eligible-products .row {
	padding: 25px;
	margin: 0;
}

.landing-eligible-products .row .col-md-5 {
	text-align: center;
}

.landing-eligible-products .row .col-md-5 .langing-button {
	margin-top: 15px;
	font-weight: bolder;
}

.landing-number {
	background: #ef5739;
	color: #fff !important;
	border-radius: 50%;
	font-size: 24px;
	padding: 7px 17px 5px 17px
}

.landing-nummered {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 18px;
}

.landing-text {
	margin-left: 10px;
	font-weight: bold;
}

.registe-options {
	margin-left: 10%;
	margin-right: 10%;
}

.registe-options .options-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}

.landing-eligible-products h2, .registe-options h2 {
	color: #ef5739;
	font-weight: bolder;
	margin-bottom: 20px;
}

.landing-eligible-products h4 {
	color: #ef5739;
	font-weight: bolder;
	margin-top: 20px;
	margin-left: 30px;
}

.footerlinks .pull-left {
	float: initial !important;
}

.index-landing_page, .registe-options {
	font-size: 16px;
}

.returncustomer .heading2, .account-forgotten-password .heading2 {
	font-weight: bold;
}

.returncustomer .heading4, .account-forgotten-password .heading4 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 40px;
}

a.register-here, a.forgotten-pass {
	color: #000 !important;
	text-decoration: underline;
	font-size: 16px;
}

.account-login #loginFrm_loginname, .account-login #loginFrm_password, .account-forgotten-password #forgottenFrm_email {
	border: 2px solid #ef5739;
	border-radius: 8px;
	margin-bottom: 20px;
	height: 45px;
}

.returncustomer .btn.btn-orange {
	border-radius: 8px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

p.ufs_reg_form_info {
	clear: both;
}

.registerbox.row .col-md-12 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.account-create .registerbox input[type="text"], .account-create .registerbox input[type="password"], .account-create .registerbox select {
    height: 45px;
}

.account-create .registerbox input, .account-create .registerbox select {
	border: 2px solid #ef5739;
	border-radius: 8px !important;
	font-size: 16px;
}
.account-create .input-group-wrapper {
	margin-bottom: 20px !important;
}
#bizSearchWrp .input-group-addon {
	margin-top:7px;
	margin-left: -42px;
	z-index: 3;
	position: relative;
	background: none;
	border: none;
}

.registerbox .input-group label > input[type="checkbox"] {
	margin-bottom: 0px !important;
	border: 2px solid #ef5739;
}

.registerbox .checkbox, .registerbox .radio {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.account-create #maincontainer > div > div > div > div {
	width: 85%;
	margin: 0 auto;
	padding-top: 30px;
}

.account-create #AccountFrm_register_on_behalf {
	margin-bottom: 0px !important;
}

.flex-control-paging li a.flex-active {
	background: #cccccc;
	border-radius: 50%;
}

.flex-control-paging li a {
	background: #fff;
	border-radius: 50%;
}

.flex-control-paging li a:hover {
	background: #CCCCCC;
}

.flex-control-nav {
	text-align: center;
}

.flexslider {
	overflow: hidden;
}

.carousel li {
	margin-right: 0px;
}

.customer-balance-menu {
	min-width: 120px;
	display: none;
}

.product-category .content-area {
	margin-top: 50px;
}

.product-category .header_bottom_4 {
	background: #fff;
	color: #ef5739;
}

.product-category .header_bottom_4 h1 {
	font-weight: bold !important;
}

.product-category .main-row {
	padding-top: 0;
}
.header-bottom-container {
	display: flex;
	align-items: center;
	flex-grow: 1;
	height: 80px;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 991px) {

	.account-create #footer {
		margin-top: 30px;
	}

	.account-create .btn-orange {
		border-radius: 0;
		padding: 10px 35px 10px 35px;
	}

	.header-bottom-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#customernav, .block_7 {
		display: none !important;
	}

	.cart-block-menu {
		margin-right: 15px;
	}

	.customer-balance-menu {
		display: block;
	}


	.headerdetails {
		width: 0;
	}

	.navbar-toggle {
		float: none;
		padding: 0 0 15px 0;
		margin: 0 auto;
	}

	.hed-left {
		padding-right: 10px;
	}
	.head-center {
		text-align: center;
		padding-left: 35px;
		padding-right: 35px;
	}

	.head-right {
		justify-content: center;
	}

	.hed-left, .head-center, .head-right {
		flex-basis: 100%;
	}

	.head-right {
		padding-right: 15px;
	}

	.account-register .btn.langing-button {
		font-weight: bold;
	}
	.btn.langing-button {
		min-width: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		margin-top: 10px;
	}

	.landing-ready-to-join div.row div:first-child {
		border-right: none;
	}

	h1 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.3em;
	}

	.copyright {
		margin: 0 auto;
	}

	.account-login .landing-eligible-products, .account-login .head-bot, .account-register .landing-eligible-products, .account-register .head-bot,
	.account-create .head-bot, .index-landing_page .head-bot, .account-forgotten-password .head-bot {
		display: none;
	}

	.product-category .header_bottom_4 h1 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-category .content-area {
		margin-top: 0;
	}

	.landing-ready-to-join div.row {
		margin-top: 20px;
	}
	.checkout-confirm .payment_confirmation {
		margin-top: 20px;
	}
	.checkout-confirm .payment_confirmation .action-buttons .alert-error.alert-danger {
		float: none !important;
	}
	#review_submit {
		margin-top: 20px;
	}
	#ContactUsFrm {
		padding-left: 15px;
		padding-right: 15px;
	}
	.landing-eligible-products {
		width: 85%;
		margin-left: 7.5%;
	}
	ul.nav-dash li {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
		margin-right: 1px;
	}
	.owl-nav button {
		display: none;
	}
}

@media (min-width: 991px) {
	.flexslider2cols .flex-next, .flexslider3cols .flex-next {
		margin-right: -36px;
	}

	.flexslider2cols .flex-prev, .flexslider3cols .flex-prev {
		margin-left: -36px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

}

.form-inline .form-control {
	vertical-align: baseline;
}

.flexslider2cols .flex-control-nav.flex-control-paging, .flexslider3cols .flex-control-nav.flex-control-paging {
	display: none;
}

.flexslider2cols .flex-direction-nav a, .flexslider3cols .flex-direction-nav a {
	background: url(../images/bg_direction_nav2.png) no-repeat 0 0;
	height: 36px;
	width: 23px;
}

.flexslider2cols:hover ~ .flex-direction-nav a.flex-next {
	opacity: 1;
}

.flexslider2cols .flex-direction-nav .flex-next, .flexslider3cols .flex-direction-nav .flex-next {
	background-position: 100% 0;
}

.slider2cols h1 {
	color: #ef5739;
	font-weight: bolder;
	margin-bottom: 40px;
}

.slider3cols h3, .banner_line_4 h3, .mobile_banner_grid h3, #bestseller h3{
	color: #ef5739;
	font-weight: bolder;
}

#customer_menu_top li ul > li > a {
	text-decoration: none;
	display: block;
	white-space: normal;
	min-width: 180px;
	padding: 8px 20px 8px 20px;
	color: #000;
}

#customer_menu_top li ul > li {
	border-bottom: 1px dashed #d7d8da;
}

.customer-balance-header span.points, .customer-balance-menu span.points {
	color: #ef5739;
}

.customer-balance-header p {
	border-right: 1px solid;
	padding-right: 15px;
	margin-right: 15px;
}

.block_7 p.top-name {
	color: #b2b2b2;
	padding-top: 10px;
}

.cart-block-menu {
	font-size: 24px;
	margin-left: 15px;
	color: #b2b2b2;
}

.customer-balance-menu p {
	margin: 0;
}

.header-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-left, .navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}
}

#AccountFrm {
	width: 100%;
}

.account-create h4.heading4 {
	color: #000;
	font-weight: normal;
}
.account-register .main-row>div {
	padding-right: 0;
	padding-left: 0;
}

.flexslider:hover .flex-next, .flexslider .flex-next, .flexslider:hover .flex-prev, .flexslider .flex-prev {
	background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
	}
}
.registerbox.form-horizontal.login-pass-form, .account-create .input-group-addon{
    /*display: none;*/
}
i.fa-user-o {
	width: auto;
}
.content-contact .form-horizontal .control-label {
	text-align: left;
}
.owl-carousel-products .owl-wrapper-outer, .bestseller-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	border-radius: unset;
}
.owl-carousel-products img {
	width: auto !important;
	margin: 0 auto;
}
.home .fixed {
	height: auto;
}
.home .owl-nav button.owl-next {
	right: -36px;
}
.home .owl-next .fa-chevron-right {
	color: #f2f2f2;
}

.home .owl-nav button.owl-prev {
	left: -36px;
}
.home .owl-prev .fa-chevron-left {
	color: #f2f2f2;
}
.home .owl-nav button {
	bottom: 40%;
	position: absolute;
	font-size: 40px !important;
	border: none;
}
button {
	outline: none;
	border: none;
}
.transaction-table-date_added, .transaction-table-debit, .transaction-table-credit, .table.table-striped.table-orders {
	text-align: center;
}
#review img, div.thumbnails img.rating {
	width: auto;
}
#review_submit {
	margin-top: 10px;
}

.ufs-currency {
	font-family: "mpr_icon";
	font-style: normal;
	font-weight: normal;
	speak: none;

	color: #8f1212;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .5em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ufs-currency:before {
    font-family: 'mpr_icon';
    content: "\e900";
    font-style: normal;
    font-weight: normal;
}
.sidewidt table td.align_right {
	white-space: nowrap;
}

/*
.block_frame_recently_viewed .owl-carousel-products img{
	width: 100% !important;
}
*/

.block_frame_recently_viewed .container .jumbotron, .container-fluid .jumbotron {
	padding: 0;
	margin-bottom: 0;
}

.block_frame_recently_viewed .fixed {
	height: auto;
}
.block_frame_recently_viewed .subtext {
	display: none;
}
.block_frame_recently_viewed {
	margin-top: 15px;
}

.product-item-image img {
	height: 140px !important;
	width: auto !important;
	position: relative;
	display: block;
	padding: 10px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
	background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
	background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
	background-image: linear-gradient(#ffffff, #fbfbfb);
	border: none;
	text-align: center;
}

.upload-area>div, .upload-area>div>i, .upload-area>div>h1 {
	margin: auto 0;
	color: white;
}

.upload-area, .upload-success{
	width: 70%;
	height: 300px;
	background-color: #ff5a00;
	border: none;
	border-radius: 10px;
	margin: 100px auto 0;
	text-align: center;
	overflow: auto;
}

.upload-area:hover{
	cursor: pointer;
}

.upload-success{
	background-color: white !important;
}
.upload-success, .upload-success h3{
	font-weight: bold;
	line-height: 34px;
	width: 80% !important;
}

#cover, .upload-success{
	display: none;
}
#cover:hover{
	cursor: none !important;
}

.upload-area h1{
	text-align: center;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 50px;
	color: darkslategray;
}

#accountFrm_documents{
	display: none;
}
 /* CUSTOMER TRANSACTION LIST*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	#accountTransactions table.transaction-table,
	#accountTransactions table.transaction-table thead,
	#accountTransactions table.transaction-table tbody,
	#accountTransactions table.transaction-table th,
	#accountTransactions table.transaction-table td,
	#accountTransactions table.transaction-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#accountTransactions table.transaction-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#accountTransactions table.transaction-table tr {
		border: 1px solid #ccc;
	}

	#accountTransactions table.transaction-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		text-align: left;
	}

	#accountTransactions table.transaction-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		margin-right: 40px;
		white-space: nowrap;
	}
}

.recent-docs{
	margin: 5px 0;
	padding: 2px 5px;
}

.doc-badge{
	padding: 4px 20px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 18px;
}
.doc-badge-pending{
	background-color: #f2994b;
	border: #B46B2AFF;
	color: white;
}
.doc-badge-processing{
	background-color: #6e87ee;
	border: #01061a;
	color: white;
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.doc-badge-accepted{
	background-color: #6fcf97;
	border: #417958;
	color: white;
}
.doc-badge-rejected{
	background-color: #ff6d6d;
	border: #794148;
	color: white;
}
.recent-docs>div{
	vertical-align: middle;
	display: table-cell;
}

.eligible-products-wrapper .panel-default, .eligible-products-wrapper .panel-body{
	border: none !important;
	box-shadow: none !important;
}
.eligible-products-wrapper .panel-heading{
	background-color: white !important;
	border: none !important;

}

.eligible-products-wrapper .panel-default .panel-heading a {
    color: #f25c27 !important;
    min-width: 300px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #f25c27 !important;
    padding: 15px;
    display: inline-block;
}

.eligible-products-wrapper .panel-collapse {
    position: relative;
}

.eligible-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
