@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@charset "utf-8";
body {
	font-family: 'Montserrat', sans-serif !important;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0;
}
body, td, .g-std {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
.visible-desktop {
	display: block;
}
.rdn-clear {
	clear: both;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1200px) {
.container {
	padding-left: 0;
	padding-right: 0;
}
}
/* HEADER STARTS */
#rdn-header {
	padding: 0 30px;
}
.head-welcome {
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
}
.header-row-2 {
	border-top: 3px solid #4fa800;
	border-bottom:10px;
	margin-top:5px;
}
.rdn-logo {
	text-align: left;
}
.rdn-logo img {
	display: inline-block;
}
/* HEADER SEARCH STARTS */
#rdn-search {
	margin-top: -69px;
	position: relative;
	height: 50px;
	overflow: hidden;
	padding-left: 50px;
}
/* SEARCH FORM START */

.search-box form {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
	border: 1px solid #e4e4e4;
}
.search-box form input {
	background-color: transparent;
	line-height: 48px;
	height: 48px;
	float: left;
	width: 90%;
	text-align: left;
	text-indent: 18px;
	font-size: 14px;
	color: #000000;
	padding: 0;
	border: none;
	text-transform: none;
}
::-webkit-input-placeholder {
 color: #000000;
 opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000000;
 opacity: 1 !important;
}

:-ms-input-placeholder {
 color: #000000;
}
.search-box form button {
	width: 10%;
	height: 48px;
	border: none;
	float: right;
	color: #000000;
	font-size: 20px;
	background-color: transparent;
}
.search-box form button:hover {
	color: #B79600;
	transition: 0.3s all ease-in-out;
}
#rdn-search .search-box {
	opacity: 0;
	height: 50px;
	text-align: left;
	position: relative;
	top: 0;
	right: -100%;
	transition: all 0.3s ease-in-out;
}
#toggle-search-label, #toggle-search {
	display: block;
	transition: all 0.3s ease-in-out;
}
#toggle-search-label {
	color: #3b3b3b;
	background: none;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 11111111;
	width: 50px;
	height: 50px;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0;
	float: right;
	overflow: hidden;
	opacity: 1;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
#toggle-search-label:before, #toggle-search-label:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: FontAwesome;
	content: '\f002';
	font-size: 22px;
	text-align: center;
	opacity: 1;
	height: 50px;
	line-height: 50px;
	transition: all 0.3s ease-in-out;
}
#toggle-search-label:before {
	top: -100px;
	content: '\f05c';
	opacity: 0;
	font-size: 26px;
	font-weight: normal;
}
#toggle-search {
	display: none;
	transition: all 0.3s ease-in-out;
}
#toggle-search:checked ~ .search-box {
	opacity: 1;
	z-index: 1111111111;
	right: 50px;
	top: 0;
	transition: all 0.3s ease-in-out;
}
#toggle-search:checked ~ #toggle-search-label {
	position: absolute;
	right: 0;
}
#toggle-search:checked ~ #toggle-search-label:after {
	opacity: 0;
	top: 100%;
	transition: all 0.3s ease-in-out;
}
#toggle-search:checked ~ #toggle-search-label:before {
	top: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
/* HEADER SEARCH END */
/* CAT MENU START */
.cat-menu {
	text-align: center;
	background-color: #d7f7ba;
	margin-top:10px;
}
.cat-menu ul {
	height: 28px;
	display: inline-block;
}
.cat-menu ul li {
	height: 48px;
	float: left;
}
.cat-menu ul li a {
	position: relative;
	padding: 0 32px 0 17px;
	font-size: 12px;
	text-decoration: none;
	color: #4fa800 !important;
	height: 44px;
	line-height: 44px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
}
.cat-menu ul li:hover a {
	color: #333 !important;
	transition: 0.3s all ease-in-out;
}
.cat-menu ul li a:after {
	position: absolute;
	top: -2px;
	right: 20px;
	height: 48px;
	line-height: 48px;
	font-family: FontAwesome;
	content: '\f105';
}
/* CAT MENU END */

/* HEADER END */
/* LEFT START */
.rdn-left {
	margin-top: 0;
}
/*---Left Column->START*/
#LeftPanel {
	width: 270px !important;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 10px;
}
.lcat .ttl {
	display: none;
}
.v4mid {
	background-color: #ffffff;
	padding: 0 !important;
}
table.v4midBox {
	border: none !important;
}
#LeftPanel ul.lev1 li .cnt {
	display: none;
}
.v4accent {
	display: none;
}
table.v4acp tr.v4acp_head td.v4hspacer {
	display: none;
}
table.v4acpcont {
	border: 1px solid #eae9e9;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.v4title {
	display: block;
	margin: 0;
	background: none !important;
	text-decoration: none;
	border-bottom: none;
	padding: 0 10px !important;
}
.v4title h2 {
	text-transform: none;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 7px;
	color: #000000;
	font-weight: 600;
	font-size: 1.375em;
	border-bottom: 2px solid #000000;
	position: relative;
}
#LeftPanel ul.lev1 {
	padding:10px 10px 0;
	margin-bottom: 10px;
}
#LeftPanel ul.lev1 li {
	height: 35px;
	line-height: 35px;
	text-align: left;
	overflow: hidden;
	display: block;
	position: relative;
	border-bottom: 1px solid #eae9e9;
	transition: 0.3s all ease-in-out;
}
#LeftPanel ul.lev1 li a {
	z-index: 1111;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding-left: 20px;
	font-weight: normal;
	text-transform: none;
	transition: 0.3s all ease-in-out;
}
#LeftPanel ul.lev1 li:hover a {
	color: #ab7b00 !important;
	transition: 0.3s all ease-in-out;
}
#LeftPanel ul.lev1 li a:before {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	left: 7px;
	top: 0;
}
.v4midBox.v4nfc .v4acp_mid .v4mid .lev1 > li::before {
	display: none;
}
#LeftPanel ul.lev1 li span {
	display: block;
	font-size: 14px;
	margin: 0;
	text-align: left;
	color: #ab7b00 !important;
	position: relative;
	top: 0;
	left: 16px;
	width: 100%;
	font-weight: normal;
	transition: all 0.3s ease-in-out 0s;
}
#LeftPanel ul.lev1 li span:before {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	left: -9px;
	color: #ab7b00 !important;
	top: 0;
}
#LeftPanel ul.lev2 li {
	padding-left: 10px;
}
#LeftPanel ul.lev2 li a {
	font-size: 13px !important;
	text-transform: none;
}
#LeftPanel ul.lev2 a:before {
	content: '-' !important;
	font-size: 12px !important;
	left: 10px !important;
}
#LeftPanel ul.lev2 li a {
	text-indent: 0;
}
#LeftPanel ul.lev1 li span:before {
}
div.lcat {
	width: 100%;
}
.lcat .link {
	display: none;
}
table.v4clp td ul {
	margin: 0;
	padding: 0;
}
table.v4clp td>ul>li {
	width: 90%;
	margin: 0 auto;
	list-style: none;
	text-align: left;
	padding: 0 10px 0 5px;
	height: 35px;
	line-height: 35px;
	background-color: #ffffff;
	border-bottom: 1px solid #ebecee;
	overflow: hidden;
}
table.v4clp td>ul>li>a {
	color: #000000 !important;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
table.v4clp td>ul>li:hover a {
	color: #f16531 !important;
	transition: all 0.3s ease-in-out 0s;
}
table.v4clp td {
	padding-top: 0px;
}
table.v4clp li span {
	padding: 0 13px;
	color: #f16531;
}
#LeftPanel table:nth-child(1) {
}
#LeftPanel table:nth-child(1) form table tr:nth-child(1), #LeftPanel table:nth-child(1) form table {
	width: 100%;
}
#LeftPanel table:nth-child(1) form table tr:nth-child(1) td:nth-child(1) {
	width: 86%;
}
#LeftPanel table:nth-child(1) form table tr:nth-child(1) td:nth-child(2) {
	width: 30%;
}
#LeftPanel table:nth-child(1) form table tr:nth-child(1) td:nth-child(1) .v4sbox {
	width: 100%;
	border: none;
	height: 45px;
}
#LeftPanel table:nth-child(1) form table tr:nth-child(1) td:nth-child(2) input {
	width: 35px;
	height: 40px;
	position: absolute;
	background: none;
	border: none;
	text-indent: -999px;
}
#LeftPanel table:nth-child(1) form table tr:nth-child(1) td:nth-child(2):after {
	font-family: FontAwesome;
	content: '\f002';
	color: #fcc3ba;
	text-indent: 0;
	font-size: 20px;
}
.store-pages {
	display: block;
	border: 1px solid #eae9e9;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFFFFF;
}
.left-common-head {
	text-transform: none;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 7px;
	color: #000000;
	font-weight: 600;
	font-size: 1.375em;
	border-bottom: 2px solid #000000;
	position: relative;
}
.store-pages ul {
	margin: 0;
	padding-top:10px;
}
.store-pages ul li {
	height: 35px;
	line-height: 35px;
	text-align: left;
	overflow: hidden;
	display: block;
	position: relative;
	border-bottom: 1px solid #eae9e9;
	transition: 0.3s all ease-in-out;
}
.store-pages ul li a {
	z-index: 1111;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding-left: 20px;
	font-weight: normal;
	text-transform: none;
	transition: 0.3s all ease-in-out;
}
.store-pages ul li a:before {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	left: 7px;
	top: 0;
}
.store-pages ul li:hover a {
	color: #ab7b00 !important;
	transition: 0.3s all ease-in-out;
}
.left-newslatter {
	border: 1px solid #eae9e9;
	padding: 10px 10px 20px;
	background-color: #FFFFFF;
}
.news-box {
	padding: 0 10px;
}
.left-address {
	margin: 15px 0 20px;
}
.left-address p {
	color: #232323;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.sign-up {
	display: inline-block;
	text-align: center;
	position: relative;
}
.sign-up a {
	display: block;
	width: 137px;
	line-height: 35px;
	font-size: 14px;
	background-color: #4fa800;
	color: #ffffff !important;
	font-weight: normal;
	text-transform: none;
	transition: .3s all ease-in-out;
	border-radius:5px;
}
.sign-up a:before {
	font-family: FontAwesome;
	content: '\f003';
	font-size: 20px;
	color: #FFFFFF !important;
	margin-right: 6px;
	transition: .3s all ease-in-out;
}
.sign-up:hover a:before {
	color: #FFFFFF !important;
	transition: .3s all ease-in-out;
}
.sign-up a:hover {
	background-color: #333;
	color: #FFFFFF !important;
	transition: .3s all ease-in-out;
}
.left-payment {
	border: 1px solid #eae9e9;
	padding: 0 10px;
	margin: 20px 0;
	background-color: #FFFFFF;
}
.payment-box {
	padding: 10px 10px 20px;
}
.payment-box p {
	font-size: 12px;
	font-weight: 400;
	color: #232323;
	list-style: none;
	margin: 15px 0 20px;
}
.payment-box img {
	text-align:center;
}
.left-cat{
	display: inline-block;
	width: auto;
}
.left-cat img {
	display: inline-block;
	width: auto;
}
.copyright-box {
	margin: 20px 0;
	display: inline-block;
	width: 100%;
}
.rdn-copyright {
	font-size: 12px;
	text-align: center;
	color: #232323;
	margin-top: 0;
	font-weight:300;
}
.rdn-designer {
	font-size: 12px;
	text-align: center;
	color: #232323;
	margin-bottom: 0;
	font-weight:300;
}
.rdn-designer a {
	color: #232323 !important;
	transition: 0.4s all ease-in-out;
}
.rdn-designer a:hover {
	color: #ab7b00 !important;
	transition: 0.4s all ease-in-out;
}
/* LEFT END */
table.v4acp tr.v4acp_head td.v4hspacer {
	width: 0px;
}
.pagecontainer table tr td table:nth-child(2) {
	display: table;
	margin: 15px auto 0;
	padding: 0 0px;
	text-align: left;
	width: 100%;
	max-width: 1170px;
}

@media only screen and (max-width:1200px) {
#rdn-search {
	padding-left: 40px;
	margin-top: -58px;
}
#toggle-search:checked ~ .search-box {
	right: 40px;
}
.cat-menu ul li a {
	padding: 0 25px;
	font-size: 14px;
	font-weight: 600;
}
.cat-menu ul li a:after {
	right: 10px;
	top: -1px;
}
}

@media only screen and (max-width:991px) {
#LeftPanel {
	display: none;
}
#LeftPanel + td {
	display: none;
}
#rdn-search input {
	width: 85%;
}
#rdn-search button {
	width: 15%;
}
.store-pages, .left-newslatter, .left-payment, .left-cat, .copyright-box {
	display: none;
}
.rdn-logo {
	text-align: left;
	margin: 20px 0;
}
.rdn-logo img {
	width: 100%;
}
.cat-menu ul li a {
	padding: 0 25px 0 10px;
}
.cat-menu ul li a:after {
	right: 10px;
	top: -1px;
}
}

@media only screen and (max-width:900px) {
#rdn-search {
	padding-left: 40px;
	margin-top: -60px;
}
.rdn-logo {
	text-align: left;
	margin: 20px 0;
}
.rdn-logo img {
	width: 100%;
}
.cat-menu ul li a {
	padding: 0 15px 0 10px;
	font-size: 13px;
}
.cat-menu ul li a:after {
	right: 5px;
}
}

@media only screen and (max-width:800px) {
#rdn-search {
	margin-top: -67px;
}
.rdn-logo {
	margin: 25px 0;
}
.cat-menu ul li a {
	padding: 0 14px 0 5px;
}
}

@media only screen and (max-width:768px) {
body {
	font-size: 14px;
}
table.tb_v4bc, .ctrlbr, .stBadge, td#CentralArea div.v4stabl, #glbfooter {
	display: none;
}
.visible-desktop {
	display: none;
}
.rdn-left {
	margin-top: 0px;
}
.rdn-logo {
	text-align: center;
	margin: 10px 0;
}
.rdn-logo img {
	width: auto;
}
#rdn-search {
	padding-left: 30px;
	padding-top: -69px;
	margin-top: -50px;
}
#rdn-search input {
	width: 85%;
}
#rdn-search button {
	width: 15%;
}
.v4title h2:before {
	display: none;
}
#rdn-header {
	padding: 0;
}
}
