@charset "utf-8";
/* CSS Document */

body {
	background: url("../images/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 2px solid #252525;
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
@font-face {
 font-family: 'afta_sansitalic';
 src: url('../fonts/aftasansthin-italic-webfont.eot');
 src: url('../fonts/aftasansthin-italic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/aftasansthin-italic-webfont.woff') format('woff'),  url('../fonts/aftasansthin-italic-webfont.ttf') format('truetype'),  url('../fonts/aftasansthin-italic-webfont.svg#afta_sansitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'afta_sansregular';
 src: url('../fonts/aftasansthin-regular-webfont.eot');
 src: url('../fonts/aftasansthin-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/aftasansthin-regular-webfont.woff') format('woff'),  url('../fonts/aftasansthin-regular-webfont.ttf') format('truetype'),  url('../fonts/aftasansthin-regular-webfont.svg#afta_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'deconeuelight';
 src: url('../fonts/deconeue-light-webfont.eot');
 src: url('../fonts/deconeue-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/deconeue-light-webfont.woff') format('woff'),  url('../fonts/deconeue-light-webfont.ttf') format('truetype'),  url('../fonts/deconeue-light-webfont.svg#deconeuelight') format('svg');
 font-weight: normal;
 font-style: normal;
}
img {
	border:0;
}
h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
	font-weight:normal;
}
* {
	margin:0;
	padding:0;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#Main {
	width:100%;
	margin: 169px 0 0;
}
.Wrapper {
	width:980px;
	margin:0 auto;
}
.clearfix {
	clear:both;
}
.floatL {
	float:left
}
.floatR {
	float:right
}
/*-------------------------------------------header css start--------------------------------------*/

.header {
 	border-bottom: 1px solid #fff;
    float: left;
    height: 170px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: url("../images/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.logo {
	float:left;
	margin:0px 0;
}
.headRightPanel {
	float:right;
}
.cartPanel {
	background:url(../images/cartBg.png) no-repeat;
	width:223px;
	height:49px;
	float:right;
}
.cartPanel img {
	float:left;
	margin:8px;
}
.cartPanel h1 {
	float:left;
	font-size:17px;
	color:#fff;
	line-height:36px;
}
.menu {
	margin:0px 0 0 0;
	padding:0;/*width:700px;*/
	position:relative;
	background: url("../images/mainBg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.item {
	position:relative;
	background-color:#000;
	float:right;
	width:52px;
	margin:0px 5px;
	height:52px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	cursor:pointer;
	overflow:hidden;
}
.link {
	left:2px;
	top:2px;
	position:absolute;
	width:48px;
	height:48px;
}
.icon_home {
	background:transparent url(../images/homeIcon.png) no-repeat top left;
}
.icon_ourservices {
	background:transparent url(../images/ourServicesIcon.png) no-repeat top left;
}
.icon_product {
	background:transparent url(../images/oruProductIcon.png) no-repeat top left;
}
.icon_gallery {
	background:transparent url(../images/galleryIcon.png) no-repeat top left;
}
.icon_contact {
	background:transparent url(../images/contactIcon.png) no-repeat top left;
}
.item_content {
	position:absolute;
	height:52px;
	width:120px;
	overflow:hidden;
	left:56px;
	top:7px;
	background:#000;
	display:none;
}
.item_content h2 {
	color:#fff;
	background-color:transparent;
	font-size:14px;
	line-height:34px;
}
.item_content a {
	background-color:transparent;
	float:left;
	margin-right:7px;
	margin-top:3px;
	color:#bbb;
	text-shadow: 1px 1px 1px #fff;
	text-decoration:none;
	font-size:12px;
}
.item_content a:hover {
	color:#0b965b;
}
/*-------------------------------------------header css end--------------------------------------*/

/*-------------------------------------------category nav css start--------------------------------------*/

.categoryNav {
	margin:15px 0;
	padding:0;
}
.categoryNav h1 {
	font-size:46px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:bold;
	background:url(../images/navArrow.png) no-repeat right center;
	float:left;
	height:67px;
	padding:20px 35px 0 0
}
.categoryNav ul {
	margin:15px 0 0px 0;
	padding:0;
	list-style:none;
	float:right;
	width:710px;
}
.categoryNav ul li {
	margin:0 0 20px 0;
	padding:0;
	float:left;
	border-left:solid 1px #000;
}
.categoryNav ul li:first-child {
	border:none
}
.categoryNav ul li a {
	text-decoration:none;
	color:#000;
	padding:0 12px;
	display:block
}
.categoryNav ul li a:hover {
	color:#5fb674
}
/*-------------------------------------------category nav css end--------------------------------------*/

/*------------------------------------------- start--------------------------------------*/
.slider {
	background: url("../images/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 402px;
	position: relative;
	width: 100%;
}
.bgLeft {
	position:absolute;
	top:0;
	left:0;
}
.bgRight {
	position:absolute;
	top:0;
	right:0;
}
/*-------------------------------------------slider end--------------------------------------*/

/*-------------------------------------------home page center css start--------------------------------------*/
.container {
	margin:25px 0 0 0;
	padding:0;
}
.titlePanel {
	width:100%;
	border-bottom:1px solid #000;
	padding:0 0 15px 0
}
.titlePanel h1 {
	font-weight:normal;
	font-size:28px;
	font-family: 'Open Sans', sans-serif;
	color:#5fb674;
	margin-top: 8px;
}
.productSection {
	margin:20px 0 0 0;
	padding:0;
}
.productSection .topSec {
	margin:0 0 20px 0;
	padding:0;
}
.title {
font-size:font-size:28px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.title span {
font-size:font-size:28px;
	color:#5fb674;
}
.viewAll {
	margin:0;
	padding:0;
	display:block;
}
.viewAll a {
	text-decoration:none;
	font-size:14px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/arrowBlackBg.png) no-repeat right center;
	height:18px;
	display:block;
	padding: 0 25px 0 0;
	line-height:20px;
	text-transform:uppercase;
}
.viewAll a:hover {
	background:url(../images/arrowGreenBg.png) no-repeat right center;
	height:18px;
	color:#5fb674;
}
.productBox {
	width:216px;
	float:left;
	margin-bottom:25px;
	margin-top:3px;
}
.mrgLeft36 {
	margin-left:37px;
}
.productBox:first-child {
	margin-left:3px;
}
.productBox .img {
	border:solid 1px #d4d4d4;
	padding:5px 5px 2px 5px;
}
.productBox .img:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	background:#fff;
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.productBox .img img {
	width:205px;
	height:205px;
	background:#FFFFFF;
}
.productBox .contentSec {
	background:#fff;
	border:solid 1px #d4d4d4;
	margin:8px 0 0 0;
	padding:10px 10px 15px 10px;
	position:relative
}
.productBox .contentSec:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.productBox .contentSec h1 {
	font-size:16px;
	min-height:50px;
}
.productBox .contentSec h1 a {
	text-decoration:none;
	font-size:14px;
	padding:0 0 10px 0;
	display:block;
	color:#000
}
.productBox .contentSec h2 {
	margin:0 0 15px 0;
	padding:2px;
	background:#5fb674;
	font-size:16px;
	text-align:center;
}
.productBox .contentSec h2 span {
	color:#fff;
}
.relatedProductBox {
	width:137px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
.relatedProductBox .contentSec {
	margin:0;
	padding:0px;
	position:relative
}
.relatedProductBox .img {
	margin:0 auto;
	width:125px;
	position:relative;
	padding:5px;
	height:125px;
	margin-bottom:5px;
	border:solid 1px #ccc;
}
.relatedProductBox .img img {
	width:120px;
	height:125px
}
.relatedProductBox .img:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	background:#fff;
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.relatedProductBox .selected {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	background:#5fb674;
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.relatedProductBox .contentSec h1 {
	font-size:12px;
	min-height:49px;
	text-align:center;
}
.relatedProductBox .contentSec h1 a {
	text-decoration:none;
	font-size:12px;
	padding:0 0 10px 0;
	display:block;
	color:#000
}
.relatedProductBox .img h2 {
	margin:0;
	padding:1px 0 1px 0px;
	font-size:13px;
	position:absolute;
	top:-10px;
	left:25px;
	width:100%;
	opacity:0.6;
	color:#fff;
	font-size:12px;
	text-indent:99999;
	background:url(../images/cat-top-no.png) no-repeat;
	width:75px;
	font-weight:bold
}
.relatedProductBox .img h2 span {
	text-align:center;
	display:block
}
.button {
	margin:0;
	padding:0;
}
.button a {
	text-decoration:none;
	border:solid 1px #d4d4d4;
	background:#fff url(../images/arrowBlack.png) no-repeat left center;
	height:10px;
	padding:3px 11px 3px 14px;
	color:#000;
}
.button a:hover {
	text-decoration:none;
	border:solid 1px #d4d4d4;
	background:#272727 url(../images/arrowGreen.png) no-repeat left center;
	height:10px;
	color:#fff;
}
.productBox .contentSec .icon {
	position:absolute;
	top:-20px;
	left:85px
}
.mrgR37 {
	margin-right:37px
}
/*-------------------------------------------home page center css end--------------------------------------*/

/*-------------------------------------------my account css start--------------------------------------*/

.contentArea {
	width:100%;
	margin:0 auto 40px auto;
}
.myAccount {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d4d4d4;
    float: left;
    margin: 35px 0 0 18px;
    min-height: 275px;
    padding: 20px;
    position: relative;
    width: 180px;
}
.myAccount:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}

myAccount .icon {
    border: 1px solid #d4d4d4;
    height: auto;
    margin: 10px auto;
    padding-bottom: 10px;
    width: 100%;
}
.myAccount .icon img {
	margin:12px 0 0 0;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;	
}
.myAccount .icon img:hover{
    transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.myAccount .textArea {
    margin: 0 auto;
    width: 150px;
}
.myAccount .textArea h1 {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding: 0 0 10px;
}
.myAccount .textArea h1 a {
	text-decoration:none;
	color:#5fb674;
}
.myAccount .textArea p {
    color: #000;
    font-size: 13px;
    height: 60px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 20px;
}
.myAccount .abcLogo {
    left: 88px;
    position: absolute;
    top: -20px;
}
/*-------------------------------------------footer css start--------------------------------------*/
#footer {
	background:url(../images/mainBg.jpg) repeat;
	width:100%;
	margin-top:25px;
	border-top:solid 3px #000
}
#footer .contetnSec {
	padding:30px 0px;
}
.section1 {
	margin:0;
	padding:0;
	width:255px;
	background:url(../images/verticalLine.png) no-repeat right top;
	float:left
}
.section1 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.section1 ul li {
	margin:0;
	padding:0;
}
.section1 ul li a {
	text-decoration:none;
	display:block;
	color:#fff;
	line-height:24px;
}
.section1 ul li.social_icon {
	float:left;
	margin:10px 5px;
}
.section1 ul li a i {
    padding-right: 10px;
}
.section2 {
	width:275px;
	padding:0 60px;
	float:left;
	background:url(../images/verticalLine.png) no-repeat right top;
}
.section2 h1 {
	font-size:20px;
	color:#fff;
	padding-bottom:15px;
}
.section2 form {
	margin:0;
	padding:0
}
.section2 form label {
    color: #FFF;
    display: block;
    float: left;
    font-size: 12px;
    width: 134px;
}
.section2 form label span {
	color:#FF0000;
}
.section2 form .input {
	width:136px;
	height:20px;
	border:0;
	background:#9c9a9b;
	float:left;
	margin:0 0 12px 0
}
.section2 form .inputBrn {
	width:85px;
	height:20px;
	border:0;
	background:#000;
	float:left;
	margin:0 0 12px 0;
	color:#fff;
	float:right;
	font-size:12px;
	text-align:center;
	padding:0 0 5px 0;
	display:block;
	margin:0 0 0 0;
}
.section2 form .inputBrn:hover {
	background:#5FB674;
	cursor:pointer
}
.section2 p {
	color:#919191;
	font-size:12px;
	padding:10px 0 0 0
}
.section2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.section2 ul li {
	margin:0;
	padding:0;
}
.section2 ul li a {
	text-decoration:none;
	display:block;
	color:#FFF;
	line-height:24px;
	/*background:url(../images/arrowGray.png) no-repeat left center;*/
	padding:0;
}
.section2 ul li a:hover {
	/*background:url(../images/arrowGray_hr.png) no-repeat left center;*/
	color:#5fb674;
}
.section3 {
	margin:0;
	padding:0 0 0 60px;
	width:210px;
	float:left
}
.section3 h1 {
	font-size:20px;
	color:#fff;
	padding-bottom:20px;
}
.section3 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.section3 ul li {
	margin:0;
	padding:0;
}
.section3 ul li a {
	text-decoration:none;
	display:block;
	color:#fff;
	line-height:24px;
	/*background:url(../images/arrowGray.png) no-repeat left center;*/
	padding:0;
}
.section3 ul li a:hover, .section1 ul li a:hover {
	/*background:url(../images/arrowGray_hr.png) no-repeat left center;*/
	color:#5fb674;
}
.section3 ul li a i {
    font-size: 16px;
    padding-right: 10px;
}
.copyrightSec {
	background:#fff;
	padding:5px 0
}
.copyrightSec p {
	color:#000;
	font-size:12px;
	padding:5px 0 0 0;
	float:left;
}
.copyrightSec p a {
	text-decoration:none;
	color:#5fb674
}
.copyrightSec img {
	float:right;
}
.copyrightSec span {
	text-align:right;
	display:block
}
.copyrightSec span a {
	text-decoration:none;
	color:#5fb674
}
/*-------------------------------------------footer css end--------------------------------------*/
/*-------------------------------------------checkOut css start--------------------------------------*/

.itemdetails {
	margin:0px 0 0 0;
	padding:0;
	width:980px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.itemdetails .title {
	margin:0 0px 0 0;
	padding:10px 0px 10px 15px;
	background:#272D35;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
.itemdetails .title h1 {
	color:#fff;
	font-size:16px;
	width:/*473*/400px;
	float:left;
}
.itemdetails .title h2 {
	color:#fff;
	font-size:16px;
	width:170px;
	float:left;
}
.itemdetails .title h3 {
	color:#fff;
	font-size:16px;
	width:150px;
	float:left;
}
.itemdetails .title h4
{
	color:#fff;
	font-size:16px;
	float:left;
	width:120px;
}
.itemdetails .title h5 {
	color:#fff;
	font-size:16px;
	width:75px;
	float:left;
}
.taxs-title{ float:left;font-size:16px;color:#fff;width:120px;}
.taxs-value{ 
	color:#fff;
	font-size:13px;
	background:#5fb674;
	padding:5px;
	width:60px;
	float:left;
	margin:23px 0 5px 60px;
	font-weight:normal;
	}
.itemdetails .details {
	margin:0 0px 0 0;
	padding:5px 0px 5px 15px;
	background:#fff;
}
.itemdetails .details h1 {
	margin:0 0 0 10px;
	padding:5px 0px;
	color:#302F2F;
	font-size:12px;
	font-weight:normal;
	float:left;
	width:300px;
}
.itemdetails .details h1 a {
    background: url(../images/delete-product.png) no-repeat scroll 7px center / 14px auto #000;
	color: #fff;
    display: block;
    margin-top: 15px;
    padding: 5px 5px 5px 20px;
    text-align: center;
    text-decoration: none;
    width: 75px;
}
.itemdetails .details h1 a:hover {
	background-color:#5FB674
}
.itemdetails .details h2 {
	background:#E7E7E7;
	color:#100202;
	font-size:13px;
	float:left;
	text-align:center;
	margin:23px 0 5px 5px;
	font-weight:normal;
}
.itemdetails .details h2 input {
	width:25px;
	height:25px;
}
.itemdetails .details h3 {
	color:#fff;
	font-size:13px;
	float:left;
	background:#5fb674;
	padding:5px;
	margin:23px 0 5px 140px;
	font-weight:normal;
	width:80px;
}
.itemdetails .details h4
{
	color:#fff;
	font-size:13px;
	background:#5fb674;
	padding:5px;
	width:100px;
	float:left;
	margin:23px 0 5px 50px;
	font-weight:normal;
}
.itemdetails .details h5 {
	color:#fff;
	font-size:13px;
	padding:5px;
	width:75px;
	float:left;
	margin:5px 0 5px 5px;
	font-weight:normal;
}
.keepshopping {
	margin:0px 0px 0px 0px;
	padding:12px 18px;
	background:#e0dcd9
}
.SpecialRequest {
	border:solid 1px #ccc;
	width:400px;
	height:115px;
}
.keepshopping .order_total {
	margin:0;
	padding:0;
	float:right;
}
.order_total .sub_total {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	background:#fff;
	color:#302F2F;
	text-align:right;
	font-size:12px;
	min-width:170px;
}
.sub_total p {
	line-height:26px;
}
.sub_total p span {
	margin:0px 0 0 8px;
	padding:0px 8px;
	background:#272D35;
	color:#fff;
	text-align:right;
	float:right
}
.order_total .net_total {
	margin:10px 0px 0px 0px;
	padding:5px 0px 5px 5px;
	background:#fff;
	color:#302F2F;
	text-align:right;
	font-size:12px;/*width:132px*/
}
.net_total p span {
	margin:0px 0 0 8px;
	padding:5px 8px;
	background:#5fb674;
	color:#fff;
	text-align:right;
}
.checkout1 {
	margin:10px 0 0 0px;
	padding:10px 10px 10px 10px;
	float:right;
}
.checkout1 p {
	float:right;
	font-size:16px;
	font-weight:bold;
	color:#272D35;
	line-height:30px;
	padding:0 5px 0 0;
}
.checkout {
	margin:0px 0 70px 0px;
	padding:10px;
	float:right;
	background:#fff;
	width:960px;
}
.checkout p {
	float:right;
	font-size:16px;
	font-weight:bold;
	color:#272D35;
	line-height:30px;
	padding:0 5px 0 0;
}
.itemdetails .details h5 input {
	text-align:center;
	margin:20px 0 0 8px
}
.itemdetails .details h1 img {
	border:0;
	float:left
}
.itemdetails .details h1 span {
/*float:left; */
	/*float: right; */
	
}
.checkout_btn {
	background:url(../images/checkout_btn.png) no-repeat;
	display:block;
	color:#272D35;
	text-align:left;
}
.checkout_btn input {
	background:none;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	width:121px;
	height:29px;
	padding:0 0 0 10px;
	text-align:left
}
.checkout_btn:hover {
	background:url(../images/checkout_btn.png) no-repeat 0px -29px;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:16px;
}
.Keep_Shopping {
	background:#5fb674;
	display:block;
	line-height:normal;
	margin:14px 0px 0 15px;
}
.Keep_Shopping input {
	background:none;
	border:0px;
	margin:0;
	color:#fff;
	cursor:pointer;
	font-size:16px;
	/*	width:130px;*/
	padding:0 10px;
	height:30px;
	font-size:14px;
}
.Keep_Shopping:hover {
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	line-height:normal;
	margin:14px 0 0 15px;
	background:#212121;
}
.update_cart {
	background:#212121;
	display:block;
	line-height:normal;
	margin:14px 0px 0 15px;
}
.update_cart input {
	background:none;
	border:0px;
	margin:0;
	color:#fff;
	cursor:pointer;
	font-size:16px;
	width:156px;
	height:30px;
	font-size:14px;
}
.update_cart:hover {
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	line-height:normal;
	margin:14px 0 0 15px;
	background:#5fb674;
}
/*-------------------------------------------OUR SERVICE css start--------------------------------------*/

.contentArea {
	width:100%;
	margin:0 auto 40px auto;
}
.contentBox {
	border:2px solid #fff;
	height:150px;
	width:459px;
	position:relative;
	margin:20px 0 0 15px;
	float:left;
}
.contentBox:hover {
	-webkit-box-shadow:0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:0px 0px 5px rgba(50, 50, 50, 0.5);
}
.contentImg {
}
.contentText {
	width:100%;
	background:url(../images/ourServicesBg.png) repeat;
	position:absolute;
	bottom:0;
}
.contentText h1 {
	padding:10px 12px;
	float:left;
	font-weight:normal;
}
.contentText h1 a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
.contentText h1 a:hover {
	color:#5fb674
}
.contentBox:hover .contentText span a {
	color:#000
}
.contentText span {
	background:#5fb674;
	float:right;
	padding:5px 16px;
}
.contentText span a {
	font-size:24px;
	color:#fff;
	text-decoration:none;
}
.contentText span a:hover {
	color:#000;
}
/*-------------------------------------------DetailPage css start--------------------------------------*/

.detailPanel {
}
.detailPanelLeft {
	float:left;
	width:282px;
	margin-right:25px;
	border:solid 1px #ccc;
	padding:5px;
}
.button1 {
	padding:0;
	/*width:160px;*/
	height:auto
}
.button1 a {
	text-decoration:none;
	border:solid 1px #d4d4d4;
	background:#fff url(../images/arrowBlack1.png) no-repeat left center;
	color:#000;
	padding:5px 5px 5px 15px;
	font-size:18px;
	line-height:35px
}
.button1 a:hover {
	background:#000 url(../images/arrowGreen1.png) no-repeat left center;
	color:#fff;
}
.priceBox {
	margin-bottom:15px;
	width:192px;
	border:2px solid #fff;
	background:#5fb674;
}
.priceBox h1 {
	padding:5px 0;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}
.priceBox h1 span {
	color:#fff
}
.detailPanelRight {
	float:left;
	width:660px;
}
.detailPanelRight p {
	line-height:22px;
	font-size:12px;
}
.detailPanelRight ul {
	margin:10px 0 0 25px;
	padding:0;
}
.detailTitleOne {
	border-bottom:1px solid #000;
	margin-bottom:20px
}
.detailTitleOne h1 {
	font-size:24px;
	font-weight:normal;
	color:#5fb674;
	padding-bottom:12px;
}
.detailContent {
	line-height:22px;
	font-size:15px;
}
.detailContent a {
	color:#5fb674;
	text-decoration:none;
}
.detailTitleTwo {
	margin:15px 0;
	padding-bottom:8px;
	border-bottom:1px solid #fff
}
.detailTitleTwo h2 {
	font-weight:bold;
	font-size:13px;
}
.detailContent ul {
	margin-left:20px
}
.detailContent ul li {
	font-size:12px;
	line-height:22px
}
.detailContent p {
	margin-top:30px;
	margin-bottom:20px
}
/*--------------------------------------- product listing page css--------------------------------------*/
.bridcum {
	margin:0;
	padding:10px 0 10px 0px
}
.bridcum ul {
	list-style:none
}
.bridcum ul li {
	float:left;
	background:url(../images/arrowNext.PNG) no-repeat left center;
	padding:0 10px 0 15px
}
.bridcum ul li a {
	font-size:14px;
	color:#000;
	text-decoration:none;
}
.bridcum ul li.selected {
	color:#419956
}
.bridcum ul li a:hover {
	color:#419956
}
.bridcum ul li:hover {
	background:url(../images/arrowNext_hr.PNG) no-repeat left center;
}
.bridcum ul li:first-child {
	background:none;
	padding-left:0
}
.search_sec {
	margin:0;
	padding:15px 0 15px 0;
	background:#212121;
}
.search_sec span {
	margin:0 0 0 20px;
	padding:0;
	font-size:13px;
	font-family: 'afta_sansregular';
	float:left;
	line-height:20px;
	color:#fff;
	display:block
}
.search_sec select {
	margin:0 25px 0 8px;
	padding:0;
	float:left;
	width:132px;
	background:#000;
	color:#fff;
	border:solid 1px #3e3e3e;
}
.paging_sec {
	margin:0 0 25px 0;
	padding:0;
	border-bottom:solid 1px #fff;
}
.showing_panel {
	margin:12px 0 12px 14px;
	padding:0;
	float:left;
}
.showing_panel p {
	margin:0;
	padding:0;
	color:#000000;
	font-size:13px;
	font-family: 'afta_sansregular';
	line-height:20px;
}
.number_panel {
	margin:12px 8px 12px 0px;
	padding:0;
	float:right;
}
.number_panel ul {
	margin:0;
	padding:0;
	float:left
}
.number_panel ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.number_panel ul li a {
	margin:0;
	padding:0 4px 0 4px;
	font-size:13px;
	font-family: 'afta_sansregular';
	text-decoration:none;
	color:#000
}
.number_panel ul li a:hover {
	color:#499e5e;
}
.number_panel ul li a.active {
	margin:0;
	padding:0 4px 0 4px;
	font-size:13px;
	font-family: 'afta_sansregular';
	text-decoration:none;
	color:#499e5e;
	font-weight:bold;
}
.number_panel .prev {
	margin:0;
	padding:0;
	float:left;
}
.number_panel .prev a {
	margin:0;
	padding:0 0 0 13px;
	font-size:13px;
	font-family: 'afta_sansregular';
	color:#000000;
	background: url(../images/arrowPrev.png) no-repeat left center;
	display:block;
	text-decoration:none;
	line-height:18px
}
.number_panel .prev a:hover {
	background:url(../images/arrowPrev_hr.png) no-repeat left center;
	color:#499e5e
}
.number_panel .prev a.active {
	margin:0;
	padding:0 0 0 13px;
	font-size:13px;
	font-family: 'afta_sansregular';
	color:#499e5e;
	background: url(../images/arrowPrev.png) no-repeat left center;
	display:block;
	text-decoration:none;
	line-height:18px
}
.number_panel .next {
	margin:0;
	padding:0;
	float:left
}
.number_panel .next a {
	margin:0;
	padding:0 13px 0 10px;
	font-size:13px;
	font-family: 'afta_sansregular';
	color:#000000;
	background:url(../images/arrowNext.png) no-repeat right center;
	display:block;
	text-decoration:none;
	line-height:18px
}
.number_panel .next a:hover {
	background:url(../images/arrowNext_hr.png) no-repeat right center;
	color:#499e5e
}
.number_panel .next a.active {
	margin:0;
	padding:0 13px 0 10px;
	font-size:13px;
	font-family: 'afta_sansregular';
	color:#499e5e;
	background:url(../images/arrowNext.png) no-repeat right center;
	display:block;
	text-decoration:none;
	line-height:18px
}
.number_panel .view_btn {
	margin:0 0 0 25px;
	padding:0;
	float:left;
}
.number_panel .view_btn a {
	margin:0;
	padding:0px 10px 0px 10px;
	color:#FFFFFF;
	font-size:13px;
	font-family: 'afta_sansregular';
	background:#5fb674;
	height:20px;
	display:block;
	text-decoration:none;
	line-height:20px
}
.number_panel .view_btn a:hover {
	background:#000;
	height:20px
}
/*--------------------------------------- product listing page css end--------------------------------------*/

/*--------------------------------------- our product page css end--------------------------------------*/
.nosProductBox {
	width:303px;
	float:left;
	margin-bottom:40px;
}
.nosProductBox .img {
	border:solid 1px #d4d4d4;
}
.nosProductBox .img:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	border:solid 1px #fff;
	background:#fff;
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.nosProductBox .contentSec {
	background:#fff;
	border:solid 1px #d4d4d4;
	margin:8px 0 0 0;
	padding:10px 10px 15px 10px;
	position:relative
}
.nosProductBox .contentSec:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.nosProductBox .contentSec h1 {
	font-size:16px;
}
.nosProductBox .contentSec h1 a {
	text-decoration:none;
	font-size:16px;
	padding:0;
	display:block;
	color:#000
}
.nosProductBox .contentSec h1 a:hover {
	color:#499e5e
}
.nosProductBox .contentSec .icon {
	position:absolute;
	top:-31px;
	left:120px;
	background:url(../images/productList_img.png) no-repeat;
	width:67px;
	height:37px;
	z-index:9999;
	text-align:center;
	line-height:38px;
	color:#000;
	font-size:16px;
}
.mrgR35 {
	margin-right:35px;
}
/*-------------------------------------------login page css start--------------------------------------*/
.loginSec {
	width:500px;
	margin:30px auto 0px auto;
}
.loginMiddleSec {
	background-color:#fff;
	padding:10px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.loginMiddleSec h1 {
	background:#5fb674;
	padding:5px;
	color:#fff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
}
.loginMiddleSec form {
	margin:25px 0 0 0
}
.loginMiddleSec label {
	font-size:13px;
	margin:0 0 5px 0;
	display:block
}
.loginMiddleSec .input {
	background:#EBE6E2;
	width:100%;
	height:30px;
	color:#000;
	border:0;
	margin:0 0 15px 0;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
.loginMiddleSec a {
	font-size:11px;
	color:#000;
}
.loginMiddleSec span {
	font-size:11px;
	color:#000;
	float:right;
}
.loginMiddleSec .inputBtn {
	width:90px;
	height:30px;
	background:#5fb674;
	color:#fff;
	text-align:center;
	border:0;
	margin:15px auto 0px auto;
	display:block;
	font-size:14px
}
.loginMiddleSec .inputBtn1 {
	width:185px;
	height:30px;
	background:#5fb674;
	color:#fff;
	text-align:center;
	border:0;
	margin:15px auto 0px auto;
	display:block;
	font-size:14px
}
.margin0 {
	margin:0 !important
}
.loginMiddleSec .note {
	color:#999
}
/*-------------------------------------------static page--------------------------------------*/
.staticpg {
	min-height:300px;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.pl15 {
	padding-left:15px;
}
.pl20 {
	padding-left:20px;
}
.staticpg p {
	text-align:justify;
	line-height:22px
}
.error, .errmsg, .errormsg {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
div.errorBox {
	display: none;
}
div.systemErrorBox {
	display: block !important;
}
div.errorBox {
	background-color: #edd;
	border: 1px solid red;
	margin: 5px 5px 0px 5px;
	padding: 5px;
}
span.errorBox {
	background-color: #edd;
	border: 1px solid red;
	margin: 5px 5px 0px 5px;
	padding: 5px;
	width: 245px;
	display: block;
	float: none;
}
div.errorBoxLogin {
	display: none;
}
div.errorBoxLogin {
	background-color: #edd;
	border: 1px solid red;
	margin: 5px 5px 0px 5px;
	padding: 5px;
}
input.error {
	border: 2px dotted red !important;
	text-align:left;
}
/* Site Structure END shopping cart Sections jp*/
.border {
	border:1px solid #ddd;
	height:100%;
	background:#fff;
}
.allborder {
	background:#fff;
}
.tableheader td {
	color:#000;
	padding:5px;
	font-size:12px;
	font-weight:bold
}
.label {
	line-height:28px;
}
.loginBtn {
	background:#5FB674 !important;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 30px;
	text-align: center;
	width: 90px;
}
.loginBtn:hover {
	background:#212121 !important;
	cursor:pointer;
	color:#fff;
}
.infoTitle {
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	padding:25px;
}
.loginBtn input {
}
.tableheader a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
.tableheader a:hover {
	color:#ff0085;
	text-decoration:none;
}
.lightbg td {
	padding:7px 7px;
}
.lightbg a {
	color:#000;
	text-decoration:none;
}
.lightbg a:hover {
	color:#ff0085;
	text-decoration:none;
}
.darkbg td {
	background:#F0EFED;
	padding:7px;
}
.lightbg input:not([type="checkbox"]) {
background:#EBE6E2;
width:100%;
height:30px;
color:#000;
border:0;
margin:0 0 15px 0;
font-size:14px;
border:solid 1px #ccc
}
.lightbg .selectArea {
	background:#EBE6E2;
	width:100%;
	height:30px;
	color:#000;
	border:0;
	margin:0 0 15px 0;
	font-size:14px;
	border:solid 1px #ccc
}
.inputService {
	background:#EBE6E2;
	width:60%;
	height:30px;
	color:#000;
	border:0;
	margin:0 0 15px 0;
	font-size:14px;
	border:solid 1px #ccc
}
.lightbg .selectAreaService {
	background:#EBE6E2;
	width:60%;
	height:30px;
	color:#000;
	border:0;
	margin:0 0 15px 0;
	font-size:14px;
	border:solid 1px #ccc
}
a.redovalbutton {
	display:block;
	float:right;
	line-height:26px;
	background:#5FB674;
	padding:0 25px;
	color:#fff;
	display: block;
	text-align:center;
	text-decoration:none;
	line-height:32px;
	font-size:14px; border-radius: 10px;
}
a.redovalbutton:hover {
	background:#000;
	color:#fff;
}
a.lightbutton {
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	height: 30px;
	margin: 0;
	width: 130px;
	float:left;
	background: none repeat scroll 0 0 #212121;
	display: block;
	text-align:center;
	text-decoration:none;
	line-height:32px;
}
a.lightbutton:hover {
	text-decoration:none;
	background-color:#5FB674
}
.cartstepbg {
	height:42px;
	margin:20px 0px;
	border-bottom:solid 3px #ccc;
	padding-bottom:20px
}
.cartstepbg span {
	background-color:#212121;
	border-radius:50px;
	padding:25px;
	display:block;
	width:15px;
	height:15px;
	color:#fff;
	font-size:24px;
	line-height:18px;
	float:left;
	font-family: 'Open Sans', sans-serif;
}
.cartstepbg h1 {
	float:left;
	font-size:14px;
	padding:11px;
	font-weight:bold;
}
.cartstepact .selected
{
	background:#5FB674;
	animation:shopping_step 1.5s linear infinite;
	-moz-animation:shopping_step 1.5s linear infinite; /* Firefox */
	-webkit-animation:shopping_step 1.5s linear infinite; /* Safari and Chrome */
	-o-animation:shopping_step 1.5s linear infinite; /* Opera */
}
@keyframes shopping_step{
	0%,100%   {background:#5FB674;}
	25%  {background:#478857;}
	50%  {background:#376a44;}
	75% {background:#203d27;}
}
/* Firefox */
@-moz-keyframes shopping_step { 
	0%,100%   {background:#5FB674;}
	25%  {background:#478857;}
	50%  {background:#376a44;}
	75% {background:#203d27;}
}
/* Safari and Chrome */
@-webkit-keyframes shopping_step{ 
	0%,100%   {background:#5FB674;}
	25%  {background:#478857;}
	50%  {background:#376a44;}
	75% {background:#203d27;}
}
/* Opera */
@-o-keyframes shopping_step { 
	0%,100%   {background:#5FB674;}
	25%  {background:#478857;}
	50%  {background:#376a44;}
	75% {background:#203d27;}
}
.cartstepact {
	line-height:42px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#302F2F;
	font-weight:bold;
	text-align:center;
}
.cartstep {
	line-height:42px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#979797;
	font-weight:bold;
	text-align:center;
}
.priceLabel {
	background: none repeat scroll 0 0 #5FB674;
	color: #FFFFFF;
	font-size: 13px;
	float:left;
	font-weight: normal;
	margin: 23px 0 0 0;
	padding: 5px;
}
.subTotal {
	background: none repeat scroll 0 0 #5FB674;
	color: #FFFFFF;
	font-size: 13px;
	float:right;
	font-weight: normal;
	margin: 23px 0 0 0;
	padding: 5px;
}
/* Site Structure END shopping cart Sections jp*/
.myAccountTop_sec {
    padding-top: 15px;
}
.myAccountTop_sec a {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	padding:5px 10px;
	background-color: #76b674;
	border: 2px solid #76b674;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}

.myAccountTop_sec a:hover {
	color:#FFF;
	background-color: #000;
	border:1px solid #000;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
}

.allborder tr:nth-child(odd){
background: #ffffff;
}
.allborder tr:nth-child(even){
background: #f1f1f1;
}
.itemdetails tr:nth-child(odd){
background: #ffffff;
}
.itemdetails tr:nth-child(even){
background: #f1f1f1;
}

.centerGrid td {
	padding:10px 0;
}
.inputBtn1 {
	background: none repeat scroll 0 0 #5FB674;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 30px;
	margin: 15px auto 0;
	text-align: center;
	width: 185px;
}
.inputBtn1:hover {
	background-color:#000;
	cursor:pointer;
}
.addressPanel {
	float:left;
	margin:70px 0 0 35px;
	font-size:14px;
}
.addressPanel h2 {
	color: #5FB674;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: normal;
}
.addressPanel h3 {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0
}
.detailsPanel {
	margin:0 0px 0 0;
	background:#fff;
}
.detailsPanel .Box {
	float:left;
	width:125px;
	margin:20px 0px 0px 32px;
}
.detailsPanel .Box h1 {
	margin:0 0 0 0;
	padding:5px 0px;
	color:#302F2F;
	font-size:12px;
	font-weight:normal;
}
.detailsPanel .Box h1 a {
	display:block;
	text-decoration:none;
	background-color:#2b2b2b;
	text-decoration:none;
	padding:5px;
	width:75px;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
.inputButton {
	background:#fff url("../images/arrowBlack.png") no-repeat left center;
	border: 1px solid #D4D4D4;
	color: #000000;
	padding: 3px 11px 3px 14px;
	text-decoration: none;
}
.inputButton:hover {
	text-decoration:none;
	border:solid 1px #d4d4d4;
	background:#272727 url(../images/arrowGreen.png) no-repeat left center;
	color:#fff;
	cursor:pointer;
}
.content-item {
	/* background: url(http://dribbble.s3.amazonaws.com/users/21389/screenshots/537633/image_ink_logo.png);*/
  height: 303px;
	overflow: hidden;
	position: relative;
	width: 303px;
	float:left
}
.content-item .overlay {
	/*  border-bottom: 10px solid #5fb674;
  border-left: 50px solid transparent;*/
  background:#272727;
	bottom: 0;
	height: 35px;
	opacity: .95;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 100%;
}
.content-item:hover .overlay {
	border-bottom: 800px solid #272727;
	border-left: 800px solid transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
	bottom: 8px;
	color: #fff;
	position: absolute;
	left: 15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
.content-item:hover .corner-overlay-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item .overlay-content {
	bottom: 0;
	color: #333;
	left: 0;
	opacity: 0;
	padding:15px 15px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-item .overlay-content h2 {
	/*  border-bottom: 1px solid #fff;*/
  padding: 0 0 10px;
	font-size:20px;
	color:#fff;
}
.content-item .overlay-content h2 a {
	text-decoration:none;
	color:#fff
}
.content-item .overlay-content p {
	margin-left:40px;
}
.content-item .overlay-content p img {
	margin:5px 10px 10px 10px;
	background-color:#fff;
}
.content-item:hover .overlay-content {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.count {
	position:absolute;
	top:0;
	right:0;
	background:#5fb674;
	padding:10px 15px;
	color:#fff;
	font-size:16px
}
.content-item-1 {
	/* background: url(http://dribbble.s3.amazonaws.com/users/21389/screenshots/537633/image_ink_logo.png);*/
  height: 150px;
	overflow: hidden;
	position: relative;
	width: 459px;
	float:left;
	margin-top:30px;
}
.content-item-1 .overlay-1 {
	/*  border-bottom: 10px solid #5fb674;
  border-left: 50px solid transparent;*/
  background:#272727;
	bottom: 0;
	height: 55px;
	opacity: .95;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 100%;
}
.content-item-1:hover .overlay-1 {
	border-bottom: 800px solid #272727;
	border-left: 800px solid transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item-1 .corner-overlay-content-1 {
	bottom: 0px;
	color: #fff;
	position: absolute;
	left: 0px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width:459px;
}
.content-item-1 .corner-overlay-content-1 h1 {
	font-size:16px;
	padding: 15px 12px;
	font-weight: normal;
}
.content-item-1 .corner-overlay-content-1 h1 a {
	text-decoration:none;
	color:#fff;
}
.content-item-1:hover .corner-overlay-content-1 {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item-1 .overlay-content-1 {
	bottom: 0;
	color: #333;
	left: 0;
	opacity: 0;
	padding:15px 15px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-item-1 .overlay-content-1 h2 {
	/*  border-bottom: 1px solid #fff;*/
  padding: 0 0 10px;
	font-size:16px;
	color:#fff;
}
.content-item-1 .overlay-content-1 h2 a {
	text-decoration:none;
	color:#fff
}
.content-item-1 .overlay-content-1 p {
	margin-left:0;
}
.content-item-1 .overlay-content-1 p img {
	margin:5px 20px 10px 0px;
	background-color:#fff
}
.content-item-1:hover .overlay-content-1 {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.count-1 {
	background: #5fb674;
	padding: 14px 20px;
	position:absolute;
	bottom:0;
	right:0;
	color:#fff;
	font-size:20px;
}
.count-1 a {
	font-size: 24px;
	display:block;
	color: #fff;
	text-decoration: none;
}
.mrgR35 {
}
 @media print {
.noPrint {
	display:none;
}
.HIDEROW {
	display:none;
}
.PAGEBREAK {
	page-break-before:always
}
}
.product_head {
	cursor: pointer;
	width: 100%;
	background:#ccc;
	font-size: 15px;
	line-height: 22px;
	margin-top: 15px;
}
.middle_section {
	padding:1px;
}
.product_heading a {
	cursor: pointer;
	width: 100%;
	padding:0px 0px 0px 0px;
	display:block;
	color: #fff;
	font-size: 14px;
	text-decoration:none;
	background-color:#5FB674;
}
.product_heading a span {
	display:inline-block;
	background:#fff;
	padding:0px 0px;
	color:#000;
	margin:0 5px;
	height:12px;
	line-height:10px;
	width:12px;
	text-align:center;
}
.product_desc {
	background-color: #fff;
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	margin-top: 1px;
}
.product_desc p {
	padding:10px;
}
a.various1 {
	font-size:14px;
	background:#000;
	color:#fff;
	display:inline-block;
	padding:2px 10px;
	border-radius:2px;
	text-decoration:none;
}
a:hover.various1 {
	background:#5FB674
}
.icon_image {
	margin-bottom:-4px;
}
.label_colm {
	background-color:#E9E4E0;
	padding-left:5px;
	font-size:14px;
	margin-top:5px
}
.label_text_colm {
	border:solid 1px #E0DCD9;
	padding-left:5px;
	font-size:14px;
}
/*------------- product popup list------------*/
.deal_of_the_week {
	background:#FFFFFF;
	margin-top:20px;
}
.titlePane2 h1 {
	font-weight:normal;
	font-size:34px;
	font-family:'deconeuelight';
	color:#000;
	margin-top:0;
}
.titlePane2 {
}
.product_img {
	float:left;
	padding:0 5px;
}
.product_img img {
}
.right_section {
	float:left;
	width:700px;
	padding-top:15px;
	padding-bottom:15px;
}
.fort_fath_text {
}
.fort_fath_text h1 {
	border-bottom:1px #000000 solid;
	font-size:18px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.fort_fath_text p {
	font-size:12px;
	padding-bottom:10px;
}
.fort_fath_text span {
	color:#336633;
}
.fort_fath_text h5 {
	font-size:12px;
	font-weight:bold;
}
.prise_tage {
	background-color:#f0eae5;
	height:35px;
	padding-left:10px;
	padding-top:5px;
	border-top:1px #000 solid;
}
.prise_tage ul {
	margin:0;
	padding:0;
	list-style:none;
}
.prise_tage ul li {
	float:left;
	font-family: 'afta_sansregular';
	font-size:16px;
	padding:0 20px;
	border-left:1px #000000 solid;
	line-height:20px;
	padding-top:5px;
}
.prise_tage ul li a {
	text-decoration:none;
	color:/*#336633*/#5fb674;
	font-weight:bold;
}
.prise_tage ul li:first-child {
	border:none;
	padding-left:0;
}
.ADD-TO-CART_2 {
	background:#fff;
	float:right;
	padding:5px 15px;
	margin-right:10px;
}
.ADD-TO-CART_2 img {
	width:22px;
}
.ADD-TO-CART_2 a {
	color:#000;
	text-decoration:none;
	font-size:14px;
}
.camera_list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.camera_list ul li {
	float:left;
	border-radius:45px;
	height:85px;
	border:3px #5fb674 solid;
	margin-left:15px;
	width:85px;
}
.camera_list ul li span {
	font-size:12px;
	color:#000000;
	padding-top:10px;
	font-weight:bold;
	display:block;
	text-align:center;
}
.camera_list ul li .img {
	background:url(../images/photo_2.jpg) no-repeat;
	width:50px;
	height:40px;
	text-align:center;
	color:#fff;
	margin:5px auto 0 auto
}
.camera_list ul li .img p {
	padding-top:10px;
	font-size:22px;
}
.camera_list h1 {
	font-size:18px;
	padding:10px 0px;
}
/*------------- product popup list------------*/

/*------------- product page 4 boxes ------------*/
.homedeal_of_the_week {
	position:absolute;
	border:2px solid #2b2b2b;
	background-color:#ffffff;
	width:330px;
	left:/*-165px*/115px;
	z-index:9;
	top:47px;
	padding:5px 10px;
	z-index: 9999;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}
.homedeal_of_the_week a.the_week {
	background:url(../images/no.png) no-repeat center;
	border:0px solid #b5b5b5;
	width:29px;
	height:29px;
	float:right;
	cursor:pointer;
	padding:5px;
	margin-right:-5px;
}
.homedeal_of_the_week a.the_week:hover {
	border:0px solid #000;
}
.deal_of_the_week2 {
	background:#FFFFFF;
	margin-top:20px;
	width:48%;
	float:left;
}
.right_section2 {
	float:left;
	width:47%;
	padding-top:15px;
	padding-bottom:15px;
}
.product_img {
	float:left;
	padding:12px 5px;
	widows:45%;
}
.prise_tage2 {
	background-color:#f0eae5;
	height:auto;
	padding-left:10px;
	padding-top:5px;
	border-top:1px #000 solid;
}
.prise_tage2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.prise_tage2 ul li {
	float:left;
	font-family: 'afta_sansregular';
	font-size:10px;
	padding:0 10px;
	border-left:1px #000000 solid;
	line-height:10px;
	padding-top:5px;
}
.prise_tage2 ul li a {
	text-decoration:none;
	color:#336633;
}
.prise_tage2 ul li:first-child {
	border:none;
	padding-left:0;
}
.ADD-TO-CART {
	background:#fff;
	width:160px;
	padding:5px;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:5px;
	float:right;
}
.ADD-TO-CART img {
	width:22px;
}
.ADD-TO-CART a {
	color:#000;
	text-decoration:none;
	font-size:14px;
}
.camera_list2 {
	padding-top:10px;
}
.camera_list2 h1 {
	font-size:20px;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.camera_list2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.camera_list2 ul li {
	float:left;
	padding-left:5px;
	padding-right:5px;
	width:20%;
}
.camera_list2 ul li a {
	text-decoration:none;
}
.camera_list2 ul li img {
	width:90%;
}
.mrgRight10px {
	margin-right:10px;
}
.mrgLeft10px {
	margin-left:10px;
}
.mrgleft8 {
	margin-left:8px;
}
/*------------- product page 4 boxes end ------------*/

.camera_list3 ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.camera_list3 ul li {
	float:left;
	color:#ff9204;
	font-size:15px;
	font-family:'open_sansregular';
	width:40px;
	padding:0 4px 0 0;
	text-transform:uppercase;
	margin-right:5px;
	width:80px;
	font-weight:bold;
}
.camera_list3 ul li span {
	float:left;
	width:50px;
	text-align:center;
	background-color:#ff9204;
	color:#FFF;
	line-height:30px;
	font-size:28px;
	margin-bottom:3px;
	padding:3px 15px;
	display:block;
}
.providerloginSec {
	width:500px;
}
/*------------- start video package ------------*/
.loginvideoSec {
	/*width:810px;*/
	margin:30px auto 0px auto;
}
.loginVideoMiddleSec {
	background-color:#fff;
	padding:10px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.loginVideoMiddleSec h1 {
	background:#5fb674;
	padding:5px; margin: 14px 0;
	color:#fff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
}
.loginVideoMiddleSec form {
	margin:25px 0 0 0
}
.loginVideoMiddleSec label {
	font-size:13px;
	margin:0 0 5px 0;
	display:block
}
.loginVideoMiddleSec .input {
	background:#EBE6E2;
	width:100%;
	height:30px;
	color:#000;
	border:0;
	margin:0 0 15px 0;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
.loginVideoMiddleSec a {
	font-size:11px;
	color:#000;
}
.loginVideoMiddleSec span {
	font-size:11px;
	color:#fff;
	float:right;
}
.loginVideoMiddleSec .inputBtn {
	width:90px;
	height:30px;
	background:#5fb674;
	color:#fff;
	text-align:center;
	border:0;
	margin:15px auto 0px auto;
	display:block;
	font-size:14px
}
.loginVideoMiddleSec .inputBtn1 {
	width:185px;
	height:30px;
	background:#5fb674;
	color:#fff;
	text-align:center;
	border:0;
	margin:15px auto 0px auto;
	display:block;
	font-size:14px
}
.margin0 {
	margin:0 !important
}
.loginVideoMiddleSec .note {
	color:#999
}

#scroll {
	
	/*margin:100px auto;*/
	/*background:#A3CBE0;*/
   background: none repeat scroll 0 0 #fff;
   border: 1px solid #ccc;   
   height: 190px;
   overflow: auto;
   width: /*785px*/970px;;
}
#scroll ul {
	display:table;
	white-space:nowrap;
	list-style:none;
}
#scroll li {
	display:table-cell;
	text-align:center;
}
#scroll img {
	border:0;
	display:block;
	border:0px solid #A3CBE0;
	margin:15px 15px 0 15px;
	width:100px;
	height:100px;
}
#scroll a:active img, #scroll a:focus img, #scroll a:hover img {
	border:1px solid #000;
}
#scroll a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
#scroll a:active, #scroll a:focus, #scroll a:hover {
	color:#FFF;
}
#scroll span {
	/*padding:5px 0 0;*/
	padding:5px 13px 0px 0px;
	display:block;
}

#scroll1 {
	width:786px;
	height:200px;
	/*margin:100px auto;*/
	/*background:#A3CBE0;*/
	background:#FFF;
	border:0px solid #000;
	overflow:auto;
	box-shadow:0 0 3px #000;
}
#scroll1 ul {
	display:table;
	white-space:nowrap;
	list-style:none;
}
#scroll1 li {
	display:table-cell;
	text-align:center;
}
#scroll1 img {
	border:0;
	display:block;
	border:0px solid #A3CBE0;
	margin:15px 15px 0 15px;
	width:140px;
	height:140px;
}
#scroll1 a:active img, #scroll1 a:focus img, #scroll1 a:hover img {
	border:1px solid #000;
}
#scroll1 a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
#scroll1 a:active, #scroll1 a:focus, #scroll1 a:hover {
	color:#FFF;
}
#scroll1 span {
	/*padding:5px 0 0;*/
	padding:5px 13px 0px 0px;
	display:block;
}

#scroll2 {
	width:786px;
	height:200px;
	/*margin:100px auto;*/
	/*background:#A3CBE0;*/
	background:#FFF;
	border:0px solid #000;
	overflow:auto;
	box-shadow:0 0 3px #000;
}
#scroll2 ul {
	display:table;
	white-space:nowrap;
	list-style:none;
}
#scroll2 li {
	display:table-cell;
	text-align:center;
}
#scroll2 img {
	border:0;
	display:block;
	border:0px solid #A3CBE0;
	margin:15px 15px 0 15px;
	width:140px;
	height:140px;
}
#scroll2 a:active img, #scroll2 a:focus img, #scroll2 a:hover img {
	border:1px solid #000;
}
#scroll2 a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
#scroll2 a:active, #scroll2 a:focus, #scroll2 a:hover {
	/*color:#FFF;*/
}
#scroll2 span {
	/*padding:5px 0 0;*/
	padding:5px 13px 0px 0px;
	display:block;
}
.purchaseProductBox a {
	text-decoration:none;
	font-size:12px;
	padding:0 0 10px 0;
	display:block;
	color:#000;
}

.purchaseProductBox a:hover {
	text-decoration:none;
	font-size:12px;
	padding:0 0 10px 0;
	display:block;
	color:#000;
}
/*------------- end video package ------------*/


.image_title
{	 color: #5fb674;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 2px 0;
    text-align: center;
}
.vedio_btn
{	 background-color: #5fb674;
    border-radius: 10px;
    float: left !important;
    margin-left: 16px;
    margin-top: 5px; color:#000 !important;
    padding: 2px 8px !important;
}
.vedio_btn:hover
{	background-color:#000; color:#fff !important;
}
.redovalbutton1
{	background: none repeat scroll 0 0 #5fb674;
    color: #fff; border-radius: 10px;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 32px; border:none;
    padding: 0 20px; margin:10px 0px;
    text-align: center;
    text-decoration: none; float:right;
}
.redovalbutton1:hover
{	background-color: #000; 
}
.purchaseProductBox a:hover
{	color:#000 !important;
}
#scroll:hover
{	 background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
}
#video_text {
    width: 100%;
}

.purchaseProductBox .purchaseprice {
    margin: 0px;
    padding: 1px 0px;
    position: absolute;
    top: -10px;
    left: 25px;
    opacity: 0.6;
    color: #FFF;
    font-size: 12px;
    background: url('../images/cat-top-no.png') no-repeat scroll 0% 0% transparent;
    width: 75px;
    font-weight: bold;
}

.purchaseProductBox  .purchaseprice span {
    text-align: center;
    display: block;
}

.added_on {      
    color: #000 !important;
    float: left !important;
    margin-left: 14px;
    margin-top: 5px;
    padding: 2px 8px !important;
}
.customerhistory
{	color: #000 !important;
    float: left !important;   
	font-weight: bold;
    text-decoration: none;
}
.providerhistory
{
	color: #5fb674 !important;
    float: left !important;   
	font-weight: bold;
    text-decoration: none;
}
.adminhistory
{
	color: #f1060c !important;
    float: left !important;   
	font-weight: bold;
    text-decoration: none;
}
.actright {
    background: -webkit-linear-gradient(#ccc, #fff); 
    background: -o-linear-gradient(#ccc, #fff); 
    background: -moz-linear-gradient(#ccc, #fff);
    background: linear-gradient(#ccc, #fff); 
    color: #000;
    line-height: 30px;
    margin: 14px 0;
    text-align: center;
    width: 100%;
}
.myaccount-menu, .myprofile-menu, .chg-password-menu, .ord-history-menu, .my-project-menu, .logout-menu {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22% auto;
    background-size: 26px auto;
	transition: all 0.7s ease 0s;
	padding-left: 27px !important;
}
.myaccount-menu:hover, .myprofile-menu:hover, .chg-password-menu:hover, .ord-history-menu:hover, .my-project-menu:hover, .logout-menu:hover {
    border: 2px solid #5fb674 !important;
    color: #5fb674 !important;
}
.myaccount-menu {
    background-image: url("http://www.abcimage.fr/abcimagefinal/images/my-account.png") !important;
}
.chg-password-menu {
    background-image: url("http://www.abcimage.fr/abcimagefinal/images/changePassword_icon.png") !important;
}
.myprofile-menu {
    background-image: url("http://www.abcimage.fr/abcimagefinal/images/editProfile_icon.png") !important;
}
.ord-history-menu {
    background-image: url("http://www.abcimage.fr/abcimagefinal/images/orderHistory_icon.png") !important;
}
.my-project-menu {
    background-image: url("http://www.abcimage.fr/abcimagefinal/images/project.png") !important;
}
.logout-menu {
    background-image: url("http://www.abcimage.fr/abcimagefinal/images/logOut_icon.png") !important;
}
.full_shopping_cart
{
	-webkit-animation: wave 7s ease infinite;
    -moz-animation: wave 7s ease infinite;
    animation: wave 7s ease infinite;
}
.full_shopping_cart:hover{
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 50s ease-in-out;
    -ms-transition: -ms-transform 50s ease-in-out;
    transition: transform 50s ease-in-out;	
}
@-webkit-keyframes wave {
  0% { 
    -webkit-transform: rotateY(0deg);            
    transform: rotateY(0deg);
  }
  50% { 
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  100% { 
    -webkit-transform: rotateY(0deg);    
    transform: rotateY(0deg);
  }
}

@-moz-keyframes wave {
  0% { 
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% { 
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  100% { 
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes wave {
  0% { 
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% { 
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  100% { 
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.productBox .img img, .relatedProductBox .img img{
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;	
}
.productBox .img img:hover, .relatedProductBox .img img:hover{
    transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.itemdetails .details:nth-child(odd){
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
}
.itemdetails .details:nth-child(even){
	background: #ffffff;
	border-bottom: 1px solid #ccc;
}
.section2 ul li a  i{
    font-size: 16px;
    margin-right: 5px;
}
.section2 form label .fa-user {
    font-size: 15px;
    padding-right: 8px;
}
.section2 .fa-key {
    font-size: 16px;
    padding-right: 6px;
}
.sticky{
	height: 127px;
}
.section1 h1 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
}