/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
:root {
	--primary-color: #0469f4;
	--secondary-color: #e35811;
	--white-color: #fff;
	--primary-text: #1f1c1b;
	--secondary-text: #111111;
	--third-text: #62605f;
	--four-text: #707070;
	--footer-bg: #003366;
	--orange: rgba(241, 101, 34, 1);
	--anchertext: #162f55;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: #003366;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}
.anchertext {
	color: var(--anchertext);
	cursor: pointer;
}
.anchertext:hover {
	text-decoration: none;
}
font-face {
	font-family: "OpenSans-Regular.ttf";
	src: url(../font/OpenSans-Regular.ttf);
}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background: #ffffff;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- header_top --*/
p:empty {
	display: none;
}
.top_bg {
	background: #fff;
	border-bottom: 0.8px solid #3333;
	padding-top: .25rem;
	padding-bottom: .25rem;
}
.header-topbar {
	background: #ffffff;
	border-bottom: 2px solid #3333;
}
.registration ul.nav-tabs {
	display: block;
	width: 25%;
	margin: 0px auto;
	border: none;
}
	.registration ul.nav-tabs li {
		width: 49%;
		text-align: center;
		display: inline-block;
	}
		.registration ul.nav-tabs li button {
			border: none;
			background: none;
			font-size: 22px;
			color: #33333359;
			width: 100%;
			/*border-bottom: 1px solid;*/
		}
			.registration ul.nav-tabs li button.active {
				font-weight: 600;
				color: #0469F4;
				border-bottom: 1px solid;
				background: none;
			}
.registration_form .term-from a{
	color: #1C4D8C;
}
.top_left {
	float: left;
}
.top_left h2{
	text-transform:uppercase;
	font-size:12px;
	color:#ffffff;
}
.top_left h2 a{
	color: #000000;
	margin-right:10px;
	padding: 6px 20px;
	background: #ffcc33;
	border:1px dotted;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left h2 a:hover{
	background: #ffffff;
	text-decoration:none;
}
.top_right{
 	color: #ffffff;
	margin-top: 0px;
	width:250px;
}
	.top_right ul {
		padding: 0;
		list-style: none;
		margin: 0;
		line-height: 23px;
		color: #333;
	}
.top_right ul li{
	display: inline-block;
	margin-right: 0px;
	color: #333;
	font-size: 12px;
}
.top_right ul li:last-child{
	margin-right: 0;
}
	.top_right ul li a {
		text-align: center;
		padding: 0px 4px;
		text-transform: capitalize;
		font-size: 12px;
		display: block;
		color: #333;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
.top_right ul li a:hover{
	/*color:#ffcc33;*/
	text-decoration: none;
}
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span{
  display:block;
  padding: 0px 10px;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top: 44px;
	right: 0px;
    display:none;
    z-index:1110;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
	background: #fff;
	display: block;
	width: 400px;
	border: 0.5px solid #CCCCCC;
	text-align: left;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.8725em;
}
#loginForm #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 8px 0;
	font-size: 1rem;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width: 100%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:6px;
	font-size: 0.8125em;
    -webkit-apperance:none;
    font-family: 'Open Sans', sans-serif;
}
.top_right ul li .forgotepass a {
	text-align: right;
}
.signup-link {
	border: none;
	color: #0469F4;
	background: none;
	padding: 0px;
	text-align: center;
	text-decoration: underline;
	width: auto !important;
}
/* Sign In Button */
#loginForm #login {
	font-family: 'Open Sans', sans-serif;
	width: auto;
	float: left;
	background: #ffcc33;
	color: #333;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background: #EEBF05;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 0px;
}
#loginForm span a{
	color:#000;
	font-size:0.85em;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
input:-internal-autofill-selected {
	background-color: #fff !important;
}
input:focus-visible, select:focus-visible {
	outline: none !important;
	border: 1px solid #0d6efd85 !important;
	background-color: #fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #000 !important;
}
/*-- header --*/
.header_bg {
	/*	border-bottom: 1px solid rgb(236, 236, 236);*/
}
.header{
	padding:0px;
}
.logo{
	float:left;
	margin-top:0px;
}
.header_right {
	margin: 0px;
	padding: 15px 0px;
}
/*search*/
.search{
	position: relative;
	background: #f3f4f5;
	border: 1px solid #D8D8D8;
	width: 40.33333%;
}
.search form{
	width:100%;
}
	.search input[type="text"] {
		margin: 0px 0;
		font-family: 'Open Sans', sans-serif;
		padding: 5px 16px;
		outline: none;
		color: rgb(138, 136, 136);
		background: none;
		border: none;
		width: 85.33333%;
		line-height: 1.5em;
		position: relative;
		font-size: 0.8725em;
		-webkit-appearance: none;
		font-size: 16px;
		background: #ffffff;
	}
.search input[type="text"]:hover{
	background: #ffffff;
}
.search input[type="submit"]{
	background: url('../images/search.png') no-repeat 0px 1px;
	border: none;
	cursor: pointer;
	width: 24px;
	outline: none;
	position: absolute;
	height: 24px;
	top: 4px;
	right:20px;
}
/* create_btn */
.create_btn{
	float: right;
}
.create_btn a{
	text-transform: capitalize;
	display:inline-block;
	padding: 10px 20px;
	font-size: 0.8725em;
	color: #000;
	background: #ffcc33;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.create_btn a:hover{
	background: #00405d;
	color:#ffffff; 
	text-decoration:none;
	
}
.create_btn a img{
	vertical-align: top;
	margin-top: 3px;
}
/* start icon styles */
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 {
	float:right;
	zoom:1;
	margin-right: 5px;
}
ul.icon1 {
	padding:0;
	list-style:none;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 58px;
	z-index: 1000;
	right: -167px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-o-box-shadow: 0px 0px 5px #aaa;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
	/*border: 1px solid rgb(220, 220, 220);*/	
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: normal;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1{
	background: url(../images/art.png) no-repeat 0px 0px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
    background-size: 100%;
}
.c2{
	background: url(../images/bag.png) no-repeat 0px 1px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
    background-size: 100%;
}
.c11{
	background: url(../images/art_color.png) no-repeat 0px 0px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
    background-size: 100%;
    position: relative;
    top: -5px;
}
.c22{
	background: url(../images/bag_color.png) no-repeat 0px 1px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
    background-size: 100%;
    position: relative;
    top: -5px;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align:center;
	font-size: 1em;
	color: #00405d;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	/*text-align:center;*/
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon1.list{
	padding: 0px 0 0 0;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
/* start menu */
.h_nav h4{
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display: block;
	font-size: 0.95em;
	color: #555;
	text-transform: capitalize;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 2.5em;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}
/* start main */

.grid_list{
	/*border-bottom: 1px solid rgb(236, 236, 236);*/
	cursor: pointer;
}
.grid_list:hover a{
	text-decoration:none;
}
.grid_img{
	width:30%;
	float: left;
	margin-right: 1em;
}
.grid_text-middle{
	width: 62.333%;
	float: left;
	margin-right: 1em;
}
.last{
	margin-right:0;
}
.grid_text h3, .grid_text-middle h3{
	font-size:18px;
}
.grid_text h3 a, .grid_text-middle h3 a{
	color:#555;
	text-transform:uppercase;	
}
.grid_text p, .grid_text-middle p{
	color:#777777;
	font-size: 0.8125em;
	text-transform: uppercase;	
}
/* start content */
.content{
	text-align:center;
	margin-top:0px !important;   
}
.content_text {
	margin-top: 4%;
}
.content_text h3{
	font-size:15px;
	color:#888;
	text-transform:uppercase;
}
.content_text h4 a{
	margin:20px 0 10px;
	font-size:1.5em;
	color:#000000;
	text-transform:uppercase;
	
	display: inline-block;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content_text h4 a:hover{
	color:#00405d;
	text-decoration:none;
}
.content_text p{
	
	font-size:0.8725em;
	color:#888;
	line-height: 1.8em;
	width:100%;
	margin: 0 auto;
}
.grids{
	padding:3em 0;
}
.grid1:hover .look{
	background:#ffcc33;
}
.grid1{
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.look {
	position: absolute;
	right:15px;
	bottom: 0;
	background:rgba(141, 141, 141, 0.51);
	padding: 10px;
}
.look h4{
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
}
.look p{
	-webkit-text-stroke: 0.5px;
	font-size: 0.8125em;
	color: #fff;
	text-transform: uppercase;
}
/*-- start footer -- */
/* scroll_top_btn */
.footer_top{
	border-top:1px solid rgb(236, 236, 236);
	padding:1em 0;
	margin-top: 10px;
}
/*-- start span_of_4 -- */
.span_of_4{
	/*margin-top: 2%;*/
}
.span1_of_4 {
	float:left;
	margin-left: 4%;
	width: 21.33333%;
}
.span1_of_4:first-child{
	margin-left: 0%;
}
.span1_of_4 h4{
	border-bottom:1px solid rgb(236, 236, 236);
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
}
.span1_of_4 h5{
	margin-top:12%;
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
	display: block;
}
.span1_of_4 h5 a{
	color: #00405d;
}
.span1_of_4 h5 a:hover{
	color: #555555;
}
.span1_of_4 h5 a span{
	vertical-align: middle;
}
.span1_of_4 p{
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8725em;
}
.span1_of_4 h4.top{
	margin-top: 4%;	
}
.f_nav{
	margin-top: 4%;
	padding:0;
	list-style:none;
}
.f_nav li a{
	display:block;
	font-size: 1.0em;
	color:#777777;
	text-transform:capitalize;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a:hover{
	color:#00405d;
	text-decoration:underline;
}
/* start span_of_2 */
.span_of_2{
	/*margin: 4% 0;
	display: block;*/	
}
.span1_of_2 {
	float:left;
	width: 23.33333%;
	margin-right: 4%;
}
.span1_of_2 h5{
	font-size: 1.2em;
	color: #555555;
	line-height: 2em;
	text-transform:capitalize;
	display: block;
        text-align: right;
    margin-bottom: 5px;
}
.span1_of_2 h5 a{
	color: #00405d;
}
.span1_of_2 h5 a:hover{
	color: #555555;
}
.span1_of_2 h5 a span{
	vertical-align: middle;
}
.span1_of_2 p{
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8725em;
}
/*--- social-icons ----*/
.social-icons {
	margin-top: 1%;
}
.social-icons ul{
	padding:0;
	list-style:none;
    margin-bottom:0px;
}
.social-icons li{
	display:inline-block;
}
.social-icons li a{
	height: 46px;
	width: 46px;
	display: block;
	background:url(../images/soc_icons.png);
}
.social-icons li:nth-child(1) a{
	background: url(../images/soc_icons.png) 0% 0%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/soc_icons.png) 25% 0%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/soc_icons.png) 50% 0%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/soc_icons.png) 75% 0%;
}
.social-icons li:nth-child(5) a{
	background: url(../images/soc_icons.png) 100% 0%;
}
.social-icons li a:hover{
	opacity: 0.9;
}
/*-- start footer_style -- */
.footer{
	padding: 0px 20px;
}
.copy{
	margin:10px 0;
	text-align:center;
}
.copy p.link {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
	color: #ffffff;
	font-size: 0.8125em;
}
.copy p.link a {
	color: #ffcc33;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p.link a:hover {
	color: #ffffff;
}
/* start women */
.w_sidebar{
	border: 1px solid #EBEBEB;
}
.w_nav1 ul{
	padding:0;
	list-style:none;
}
.w_nav1{
	padding: 20px;
}
.w_nav1 h4{
	text-transform:uppercase;
	color: #589D3E;
	font-size: 1em;
	margin-bottom: 5px;
}
.w_nav1 ul li{
	line-height: 1.5em;
}
.w_nav1 ul li a{
	display: block;
	text-transform:uppercase;
	color: #555555;
	font-size: 0.8725em;
}
.w_nav1 ul li a:hover{
	color:#00405d;
}
.w_nav2{
	padding: 20px;
}
.w_nav2  li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
/*.sky-form {
	margin-top: -10px;
}*/
.row1{
	outline:none;
	padding: 20px;
	overflow: auto;
	height: 200px;
}
.sky-form.col.col-4 ul {
padding: 0;
list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #ECECEC;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #2da5da;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding: 20px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*-- end scrollpane --*/
/*-- start w_content --*/
.women_main{
	padding:2em 0;
}
.women{
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.women h4{
	float:left;
	font-size:1em;
	text-transform:uppercase;
	color: #333333;
}
.women h4{
	color:#555555;
}
.w_nav {
	float:right;
	color:#555555;
	font-size:0.8125em;
	padding:0;
	list-style:none;
}
.w_nav li{
	display: inline-block;
}
.w_nav li a{
	display: block;
	color:#555555;
	text-transform:capitalize;
}
.w_nav li a:hover{
	color: #00405d;
}
.grids_of_4{
	display:block;
	margin: 2% 0;
}
.grid1_of_4{
	float: left;
	width: 23.22222%;
	margin-left: 2.33333%;
}
.grid1_of_4:first-child{
	margin-left: 0;
}
.grid1_of_4 h4 {
	font-size:16px;
	margin-top:5px;
}
.grid1_of_4 h4 a{
	text-transform:uppercase;
	color:#000000;
}
.grid1_of_4 p{
	font-size: 0.8125em;
	color:#777777;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.content_box-grid {
	margin-top: 1em;
}
.view {
   overflow: hidden;
   position: relative;
   margin-bottom: 1em;
}
.view .mask,.view .content {
   position: absolute;
	overflow: hidden;
	top: 188px;
	left: 117px;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view1{
   overflow: hidden;
   position: relative;
}
.view1 .mask1,.view1 .content {
   position: absolute;
   overflow: hidden;
   top:130px;
   left:90px;
}
.info {
   display: block;
	background: url(../images/label_new.png) no-repeat;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
}
.view-fifth1 img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

/*--single--*/
.cont{
	display: block;
	float:left;
}
.span_2_of_bottom1 {
	width:68.1%;
}
.lsidebar{
	display: block;
	float:right;
	margin-left:3.333%;
} 	
.span_2_of_bottom {
	width: 66.1%;
}
.span_1_of_bottom {
	width:25.1%;
	border: 1px solid #DDD;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #888;
	line-height: 1.5em;
}
.desc{
	padding:5%;
}
.desc h5 a{
	color:#C0313C;
	font-size: 0.788em;
}
.desc h5 a:hover{
	color:#333;
}
.button {
	border: none;
	background: #45A43E;
	color: #FEF503;
	float: right;
	padding: 7px 15px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	text-transform:uppercase;
}
.button:hover {
	background:#333;
}
.price-text{
	padding:5% 0;
}
.span_3_of_2 {
	width:60.3333%;
}
.desc1 {
	display: block;
	float: right;
}
p.stock {
	display: block;
	font-size: 0.89em;
	color: #555;
	margin: 10px 0;
}
.row-2 {
	overflow: hidden;
	text-align: left;
	padding-top: 6px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
span.on_sale {
	display: block;
	float: left;
	padding: 15px 6px 0 30px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}
.price1 {
	padding: 4% 0;
}
span.actual1 {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
	font-size: 1.2em;
}
.images_3_of_2 {
	width:35.2%;
	float: left;
	margin-right: 2.6%;
}
.single-bottom1 h6, .single-bottom2 h6 {
	background: #F3F3F3;
	padding: 10px;
	color: #333;
	font-size: 1.2em;
	float: left;
	
}
p.prod-desc {
	color: #888;
	padding-top: 2%;
	font-size: 0.89em;
	line-height: 1.5em;
}
.single-bottom1 {
	padding:10px 0 0;
}
.product {
	padding: 3% 0 0 0;
}
.product-desc {
	width: 82.3333%;
	float: left;
	border-width: 0 1px 0 0;
	border-right: 1px solid #DDD;
}
.product-img {
	/*width: 21.5%;*/
/*	float: left;
	margin-right: 2.5%;*/
}
.prod1-desc {
	width: 75.2%;
	float: left;
}
.product-desc h5 {
	padding-bottom: 2%;
}
.product-desc h5 a{
	color:#555;
	font-size:20px;
}
.product-desc h5 a:hover{
	color:#ffcc33;
	text-decoration:none;
}
p.product_descr {
	color: #555;
	font-size: 0.89em;
	line-height: 1.5em;
}
.product_price {
	width:15.3333%;
	float: left;
	padding: 0 0px 0px 16px;
}
.price-access {
	color: #555;
	font-size: 1em;
}
.button1 {
	font-family: 'Open Sans', sans-serif;
	border: none;
	background:#00405d;
	padding: 7px 15px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	margin-top: 9%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button1:hover{
	background:#ffcc33;
	color: #000000;
}
.desc1 h3{
	color:#333333;
	font-size:1.4em;
	text-transform:capitalize;
}
.desc1 p{
	margin-top: 0;
	font-size: 1.8em;
	color: #00405d;
	-webkit-text-stroke: 1.5px;
	text-shadow: 0 1px 0 #ffffff;
	letter-spacing: 1px;
}
.desc1 p a{
	margin-left:5px;
	color:#555555;
	/*text-transform:uppercase;*/
	font-size: 13px;
	-webkit-text-stroke: 0px;
	letter-spacing: 0px;
}
.desc1 p a:hover{
	color: #00405d;
}
.det_nav {
	margin:0;
}
.det_nav ul{
	padding:0;
	list-style:none;
}
.det_nav h4{
	line-height:1.8em;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.det_nav ul li{
	display:inline-block;
	width: 20.33333%;
	margin-left: 0;
}
.det_nav ul li:first-child{
	margin-left: 0;
}
.det_nav ul li a{
	display:block;
}
.det_nav ul li a img{
	border: 1px solid #DADADA;
}
.btn_form{
	margin: 5% 0 3%;
    /*clear:both;*/
}
/*.btn_form a{
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 15px;
	background: #00405d;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn_form a:active{color:#fff;}
.btn_form a:click{color:#fff;}*/

.btn_form a:hover{	
	color:#fff !important;
}
.desc1  a span{
	font-size:0.8125em;
	color:#555555;
	text-transform:uppercase;
	
}
.desc1 a span:hover{
	color: #00405d;
	text-decoration:none;
}
.det_nav1 h4{
	font-size: 1em;
	text-transform:uppercase;
	color: #555;
	margin-bottom: 6%;
}
.det_nav1 ul li{
	display: inline-block;
	margin-left: 10px;
}
.det_nav1 ul li:first-child{
	margin-left: 0;
}
/* end details */
/* start registration */
.registration{
	padding: 1% 0;
}
.registration h2{
	font-size:1.5em;
	color: #00405d;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb img {
	background:#354F88;
	padding: 8px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left {
	float: none !important;
	margin: 40px auto 0px !important;
	padding: 40px 30px !important;
	box-shadow: 0px 0px 6px #33333338;
	border-radius: 10px;
	background: #fff;
}
	.registration_left h2 {
		font-size: 28px;
		font-weight: 600;
		text-align: center;
		color: #333;
	}
.registration_left:first-child{
	margin-left: 0;
}
.registration span{
	color: #777777;
}
.registration_form{
	display: block;
}
/*.registration_form div{
	padding:10px 0;
}*/
	/*.registration_form .mb-2 {
		margin-bottom: 20px;
	}*/
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}
label {
	display: block !important;
	margin-bottom: 0 !important;
	font-weight: normal !important;
}
.registration_form input[type="text"], .registration_form input[type="email"], .registration_form input[type="tel"], .registration_form input[type="password"] {
	padding: 8px;
	display: block;
	width: 100%;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	-webkit-appearance: none;
	/*text-transform: capitalize;*/
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
	border-radius: 8px;
	height: 44px;
}
/*.registration_form input[type="submit"]{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: capitalize;
	display: inline-block;
	background:#00405d;
	padding: 10px 20px;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
	outline:none;
	font-size:1em;
	margin-bottom: 5px;
	width: auto !important;
	margin-left: 0px !important;
}
.registration_form input[type="submit"]:hover{
	color: #ffffff;
	background:#ffcc33;
}*/
.terms{
	text-decoration:underline;
	text-transform:capitalize;
	color: #00405d;
}
.terms:hover{
	text-decoration:none;
}
.forget a{
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover{
	text-decoration: none;
}
/* start shopping bag */
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag h4{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
	margin: 13px 0 0;
}
.shoping_bag h4 img{
	
	margin-right: 5px;
}
.shoping_bag h4 span{
	color: #00405d;
}
#btnRegisterUserLogin {
	width: 50%;
}
.loginform .social-btn img {
	width: 20px;
	margin-right: 4px;
}
.loginform .social-btn {
	padding: 8px 3px;
	font-size: 12px;
	margin: 0px;
	border-color: #3333;
	border-radius: 6px;
	box-shadow: 2px 4px 5px #162F550D;
}
	.loginform .social-btn:hover {
		background: none;
		border: 1px solid #0074a2;
		color: #0074a2;
		text-decoration: none;
	}
	.s_art {
		float: right;
		padding: 0;
		list-style: none;
	}
.s_art li{
	text-align:center;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
nav#ubermenu-main-2-primary {
	height: auto;
	background: none;
	border: none;
}
section.loginpage {
	background-size: 100% 100%;
	background-image: url(../images/bg-login.jpg) !important;
	background-repeat: no-repeat;
	padding: 50px 0px;
}
/*.loginpage .headermarginclass {
	margin: 0px auto;
}*/
.btn-outline-secondary:focus {
	box-shadow: none;
}
.registration_form  a.form-anchor {
	color: #1C4D8C;
}
.registration_form  a.form-anchor:hover {
	text-decoration: none;
}
.shoping_bag1 {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_left{
	float: left;
	width:68.333%;
	margin-right: 3.3333%;
}
.shoping_right{
	float: right;
	width:14.333%;
}
.shoping1_of_1{
	float: left;
	width: 12.3333%;
	margin-right: 3.3333%;
}
.shoping1_of_2{
	float: left;
	width: 68.3333%;
}
.shoping_left h4{
	margin-bottom: 2%;
}
.shoping_left h4 a{
	text-transform: uppercase;
	color: #26BC85;
	font-size:1em;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left h4 a:hover{
	text-decoration: none;	
	color: #777777;
}
.shoping_left span{
	text-transform: uppercase;
	color: #999999;
	font-size: 0.8725em;
	-webkit-text-stroke: 0.4px;
}
.shoping_left span b{
	color: #555555;
	font-weight: 600;
}
.s_icons{
	margin-top: 2%;	
}
ul.s_icons{
	padding:0;
	list-style:none;
}
.s_icons li{
	display: inline-block;
	margin-left: 10px;
}
.s_icons li:first-child{
	margin-left: 0;
}
.s_icons li a{
	display: block;
	width:30px;
	height:30px;
	background: rgb(187, 187, 187);
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	padding: 1px;
}
.s_icons li a:hover{
	background: #00405d;
}
.s_icons li a img{
	vertical-align: bottom;
}
.shoping_right p{
	color: #333333;
	font-size: 0.8725em;
	text-transform: capitalize;
	line-height: 2.5em;
	-webkit-text-stroke: 0.4px;
}
.shoping_right p.tot{
	font-size: 1.5em;
}
.shoping_right p span{
	color: #ff0000;
	float: right;
}
.shoping_right p a{
	color: rgb(12, 138, 12);
}
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag1 h2{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1 h2 a{
	-webkit-text-stroke: 0.4px;
	color: #26BC85;
	font-size: 0.8725em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_bag1 h2 a:hover{
	color: #555555;
}
.shoping_bag1 h2 img{
	vertical-align: text-bottom;
	margin-right: 5px;
}
.shoping_bag1 h2 span{
	color: #999999;
}
.shoping_bag2{
	padding: 2% 0;
}
.shoping_left a.btn1{
	margin-top:1%;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #ffffff;
	background: #00405d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left a.btn1:hover{
	background: #ffcc33;
	text-decoration:none;
}
.shoping_right p span.color{
	color: rgb(12, 138, 12);
}
/* start contact */
.contact{
	margin:2% 0;
	display: block;
}
.contact h2{
	font-size: 1.5em;
	color: #00405d;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: capitalize;
}
.map{
	margin: 2% 2% 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	margin-top: 10px;
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
.contact-form input[type="text"], .contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 96.3333%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 12px 25px;
	background: #00405d;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #ffcc33;
	color: #ffffff;
}



.logot_box  {background: #7d7d7d none repeat scroll 0 0;
    border-top: 0 none;
    display: none;
    position: absolute;
    right: -20px;
    top: 15px;
    width: 130px;
    z-index: 1200;
	font-size:16px;
	height:145px;
	padding:5px !important;
	
	
	}
li.logindropdown.loginbtn.DropdownImg {
	margin: 0;
}
.loginbtn:hover .logot_box {
	display: block;
	padding: 0px !important;
	top: 20px;
	right: 0;
	background: #fff;
}
li.logindropdown.loginbtn.DropdownImg a {
	background: #f3f3f37a;
	padding: 1px 5px 0px !important;
	border: 0.5px solid #3333330d;
	text-align: left;
}
.loginbtn .logot_box li a{
	border-bottom: 0.8px solid #3333;
}
.logot_box li{border: medium none;
    float: left;
    height: auto;
    width: 100%;
	color:#fff;
	text-align:left;
	}
.logot_box li a{	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    line-height: 25px;
    padding: 0px !important;
    text-align: left;
    width: 100%;
	}
	ul
{
    list-style-type: none;
}
.logot_box li {
    float: left;
    margin: 0;
    padding: 0;
	border-bottom:1px solid #fff;
}
.logot_box li a {
    margin: 0;
    padding: 0;
}
/*.container.headermarginclass {
	margin: 0px auto;
}*/
.logot_box li a:hover {
	background: #e5e5e5 none repeat scroll 0 0 !important;
	border-radius: 0;
	color: #333;
	text-decoration: none;
}
.logot_box:last-child a {
    border: medium none;
}
.DropdownImg { background: rgba(0, 0, 0, 0) url("/images/arrowbullet.png") no-repeat scroll 100% 45%;
    height: auto !important;
    margin-top: 3px;
    position:relative;
	text-align:left;}

.auction_new .logo {
    margin-top: 0px;
    margin-bottom: 10px;
}




/*--media queries--*/
@media (max-width:1024px){
.auction_new .container { width:100%;}
.auction_new .toprightheader li {
    float: none;
    text-align: center;
}
.auction_new .AuctionStatus {
    width: 100%;
    text-align: right;
}
.auction_new .header_top { padding-top:10px;}
/*.container {
    padding-right: 8px !important;
    padding-left: 8px !important;
}*/
.grid_list {
	/*padding-bottom: 1.5em;*/
	margin-bottom: 0;
}
.grid_text h3, .grid_text-middle h3 {
	font-size: 15px;
}
.grid_text p, .grid_text-middle p {
	font-size: 12px;
}
.content_text h4 a {
	font-size: 1.2em;
}
.span1_of_2 {
	width: 26.33333%;
}
.span_3_of_2 {
	width: 52.3333%;
}
.button1 {
	padding: 7px 10px;
}
.view .mask, .view .content {
	top: 138px;
	left: 82px;
}
}
@media (max-width:800px){
.auction_new .toprightheader li {
    float: none;
    text-align: center;
}
.auction_new .AuctionStatus {
    width: 100%;
    text-align: right;
}
.auction_new .header_top { padding-top:10px;}
.top_left {
	/*float: none;*/
}
.top_right {
	/*float: none;*/
	margin-top:0;
}
.top_bg{
	text-align:center;
}
.sidebar {
	margin-top: 2em;
}
.content_text p {
	width:80%;
}
.grid1{
	margin-bottom:2em;
}
.grid1 img{
	display: inline;
}
.look {
	right: 240px;
}
.container {
	width: 745px;
}	
.w_sidebar {
	margin-bottom: 3em;
}
.view .mask, .view .content {
	top: 141px;
	left: 85px;
}
.shoping_left h4 a {
	font-size: 0.85em;
}
.shoping_left a.btn1 {
	padding: 8px 15px;
	font-size: 1em;
}
.reg_fb i {
	padding: 15px 10px;
	font-size: 1em;
}
.single-bottom2 {
	margin-bottom: 2em;
}
}
@media (max-width:768px){
.auction_new .AuctionStatus a {
     display:none;}
.auction_new .toprightheader li {
    float: none;
    text-align: center;
}
.auction_new .AuctionStatus {
    width: 100%;
    text-align: right;
}
.auction_new .header_top { padding-top:10px;}
.container {
	width: 730px;
}
.look {
	right: 230px;
}
.span1_of_2 {
	width: 35.33333%;
}
.search input[type="text"] {
	width: 79.33333%;
}
	.registration h2 {
		font-size: 21px;
		line-height: 24px;
	}
.skyblue li>a, .skyblue>li.showhide span{ color:#555 !important;}
.megamenu{background-color:#f2f0f0 !important;}
}
@media (max-width:640px){
/*.container {
	width: 600px;*/
}
.create_btn a {
	padding: 10px 5px;
	font-size: 0.8125em;
}
.logo {
	margin-top: 0px;
}
.span1_of_2 {
	width: 44.33333%;
}
.grid1_of_4 {
	width: 47.22222%;
}
.view .mask, .view .content {
	top: 210px;
	left: 135px;
}
.span_3_of_2 {
	width: 44.3333%;
}
.product-desc {
	width: 78.3333%;
}
.product_price {
	width: 21.3333%;
}
.shoping_right {
	width: 32.333%;
}
.shoping_left {
	width: 63.333%;
}
/*.reg_fb i {
	padding: 16px 5px;
	font-size: 0.85em;}*/


@media (max-width:480px){
.auction_new .logo img {
    padding-left: 0px;
    width: auto;
}
.auction_new .top_left {
    float: none;
}
.auction_new .logo {
    width: 230px;
    float: none;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
.auction_new .AuctionStatus {
    width: 100%;
}
.auction_new .toprightheader li {
    float: none;
	    text-align: center;
}
.auction_new .header_top ul{
    display: inline-block;
    padding-left: 0px;
    text-align: center;
}
.container {
	width: 442px;
}
.top_left h2 {
	font-size: 11px;
	line-height: 1.5em;
}
.search{
	display:none;
}
.span1_of_4 {
	width: 46.33333%;
	margin-left:0;
}
.view .mask, .view .content {
	top: 166px;
	left: 102px;
}
.span_3_of_2 {
	width: 100%;
	float:none;
}
.images_3_of_2 {
	width: 100%;
	float: none;
	margin-right: 0;
}
p.prod-desc, p.product_descr {
	font-size: 0.8125em;
}
.product_price {
	width: 26.3333%;
}
.product-desc {
	width: 73.3333%;
}
.shoping_left {
	width: 100%;
	float: none;
	margin: 0;
}
.shoping_right {
	width: 100%;
	float: none;
}
.registration_left {
	float: none;
	width: 100%;
	margin-left: 0;
}
}
@media (max-width:320px){
/*ul.icon1 {
	display: none;
}*/
.logo{
	float:none;
}
.create_btn {
	display:none;
}
.container {
	width: 282px;
}
.top_left h2 {
	font-size: 11px;
	line-height: 2em;
}
.top_right ul li a {
	padding: 0;
	font-size: 11px;
}
.look {
	right: 15px;
}
#loginForm {
	width: 270px;
	background: #fff;
}
#loginBox form{
    width: 270px;
	background: #fff;
}
}
.mainMarquee {width: 100%;
 
  margin-top: 0px; background-color:#F2F0F0;}


.maqueeSection a {
    color:#4178AD;;
}


/*     Mystyle*/




.grid_list a iframe{ height:150px !important;}
.grid_list a img{ width: 100%; /*margin-bottom:28px;*/ border:1px solid rgb(228, 225, 225);}
#dvMainBanner_Right{  margin-top: 0px;}

/* Start Navigation browse url*/

.bread_crum_area{ width:980px; float:left; padding:0px 0px 5px 0px;}
.bread_crum{ width:100%; float:left; padding-top:0;}
.bread_crum ul{padding:0px; margin:0px;}
.bread_crum li{list-style-type:none; list-style:none; float:left; padding:0 0px 5px  5px;  color:#9FA8AB;}
.bread_crum li span{ color:#333; font-weight:700;}
.bread_crum li a{ color:#666666;  text-decoration:underline; float:left; font-size:12px; }

.bread_crum li:after{content:"/"; font-size:10px; margin-left:5px;}
.bread_crum2{ width:100%; float:left; padding-top:0px;height:30px;margin-top:-27px;margin-bottom:0px;background-color: #E5E5E5;}
.bread_crum2 li:after{content:">>"; font-size:10px; margin-left:5px;}
.bread_crum li:last-child:after{content:"";}

/* End Navigation browse url*/

/* Start Filter section */
@media (min-width: 767px) {
.slidingDiv{ display:block!important}
.show_hide {display:none!important;}
.overflowhidden{ display:none}
}
.results_cnt{ /*width:1000px;*/ /*float:left;*/ margin:15px 0px 90px 0px;}
.results_cnt_product{width:81%; float:right; position:relative}
.categories_products{ width:775px; float:left; margin:15px 0px;}

.filtersection{   width: 18%; float:left;}
.filtersection .menu-btn{ position:relative; right:0px; float:right; z-index:100}
.filter_cat{ width:200px; float:left; border-radius:5px; border:solid 1px #CCCCCC;box-shadow: 0 0 3px 1px #ccc;}
.filter_cat h1{ color:#444546; font-size:14px; text-transform:capitalize; padding-left:10px; font-weight:600; font-family: 'Open Sans', sans-serif;}
.narrow-search {background: #222;color: #fff;padding: 12px 0;  padding-left: 5px;}

.topnav {width: 200px;}

ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}

ul.topnav li { list-style-type:none; list-style:none; background-color:#f3f4f5;  border-top:solid 1px #d6d6d6; clear:both  }

ul.topnav li li{ background-color:#FFFFFF;  border-bottom:none; border-top:none; font-size: 13px; margin-bottom:0px;
	padding: 3px 0px!important; font-family:Arial, Helvetica, sans-serif; font-weight:400;color:#697071; width:100%; float:left;}
ul.topnav li a {
	line-height: 10px;
	font-size: 14px;
	padding: 10px 5px;
	color: #444546;
	display: block;
	text-decoration: none; font-family: 'Open Sans', sans-serif; font-weight:600; text-transform:capitalize 
}
ul.topnav li li label {color: #999; padding-left: 10px; padding-top:5px; padding-left:3px; float:left}
ul.topnav li li input{ border:none; background:none; float:left; margin-left:7px; margin-right:3px; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top:1px; border-radius:0px; border:1px solid #999; padding:3px; box-sizing:border-box}
:root .list li input{border: none\9;} 
:root .list2 li input{border: none\9;} 
:root .list3 li input{border: none\9;}  
:root .list li span{padding-top: 8px\9;} 
:root .list li label{padding-top: 9px\9;} 
:root .list2 li span{padding-top: 8px\9;} 
:root .list2 li label{padding-top: 9px\9;} 
:root .list3 li span{padding-top: 8px\9;} 
:root .list3 li label{padding-top: 9px\9;} 
:root .list2 .filter_Search input{border: solid 1px #999999\9;} 
:root .list3 .filter_Search input{border: solid 1px #999999\9;} 
:root ul.topnav li li{ padding:1px 0px\9!important}

ul.topnav li a:hover {
	background-color:#675C7C;
	color:white;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
ul.topnav ul li span{ float:left; padding-top:5px; padding-left:3px; font-weight:500}

ul.topnav ul li a {

	font-size: 12px; text-decoration:underline;
	font-weight: normal;
	outline:0;
}

ul.topnav ul li a:hover {
	background-color:#FFFFFF;
	color:#675C7C;
}

ul.topnav ul ul li a {
	color:silver;
	padding-left: 40px;
}

ul.topnav ul ul li a:hover {
	background-color:#D3CEB8;
	color:#675C7C;
}

ul.topnav span{
	float:right;
}
ul.topnav span div{width: 8px; display: inline-block; text-align: center; vertical-align: top; height:15px;}
.minus{ margin-top:-1px;}
.plus{ margin-top:1px;}

.filterBox{ width:100%; float:left; background:#ffffff; margin:5px 0px;}
.filterBox input {
float: left;
margin-left: 7px;
margin-right: 3px;
width: 182px;
}

@media (max-width: 480px) {
#mobiletooglebodyoverflow{ padding-top:125px;}
/*.header{ width:100%; float:left; margin-bottom:10px;}*/
.logo{ width:230px; float:left; text-align:left; margin:2px 0px 10px 0px;}
.logo img{ padding-left:45px; width:auto}
.mobilelogo{ display:block}
.desktoplogo{ display:none}
.headerparttopone{ width:100%; float:left; margin-top:0px;}
.search_area{ width:100%; background:none; border:none}
.mobilesearchinput{background-color: #fff; border: 1px solid #00873b; border-radius: 2px; float:none; width:89%; display:inline-block}
.search_area_input{ width:72%}
/*.search_btn{ width:30px;}*/
.search_icon{ display:none}
.cart{ margin-top:11px;}
.ordercallnumber{ margin-left:0px;}
.headerparttopone{ background:#f5f5f5; padding:0px 10px; box-sizing:border-box}
.login_section li{ border:none}
.login_section ul{ padding-top:2px;}
#middle_container{ width:100%; float:left}
.middle{ width:100%; float:left}
.left_area{ width:100%; float:left}
.right_area{ width:100%; float:left; margin-top:10px;}
.right_area ul{ width:100%; float:left}
.right_area li{ width:100%; /*float:left;*/ margin:8px; min-height:110px; position:relative}
.right_area li img{ width:100%!important; position:absolute; top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
/*.right_area li:nth-child(2){ width:45%;}*/
.right_area li:nth-child(3){ /*width:45%; float:right;*/ margin-right:0px;}
.right_area li iframe{ width:100%!important;}
.footer{ width:100%; float:left}
.right_area li iframe{  height: 195px!important;}
.footertrackorderpart ul{ width:100%;}
.footertrackorderpart li{ font-size:16px; width:32%; padding:15px 5px; box-sizing:border-box}
.icontext{ margin-left:0px;}
.footerpart1{ width:100%; margin-left:0px; border-bottom:1px solid #CCC; padding:5px 0px;}
.footerheading{float: left; font-size: 13px; font-weight: 600; margin-bottom: 0; text-transform: capitalize; width: 30%; padding-right:10px;}
.footermenu{ width:62%; float:left; margin-top:0px;}
.footermenu li{ padding:0px; width:auto; float:left; border:none; line-height:150%; padding:0px 0px;}
.footermenu li:after{ content:"|"; }
.footermenu li:last-child:after{ content:""; }
.footermenu li a{ padding:0px 5px;}
#rotator .ui-tabs-panel img{ width:100%; max-width:100%;}
ul.ui-tabs-nav{ width:100%;}
li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited{ width:16.6%; text-align:center}
#rotator .ui-tabs-nav-item a {font-size: 9px; padding: 3px 3px; width:100%; box-sizing:border-box}
#rotator{ padding-bottom:2em;}
/*.ui-tabs-nav{ display:block}*/
#rotator .ui-tabs-panel{ height:auto; min-height:inherit}

.ordercallnumber{ width:100%; text-align:center; margin-bottom:5px;}
.login_section{ height:auto; padding-top:5px; width:100%; max-width:inherit; text-align:center}
.login_section li{ margin-bottom:5px; float:none; display:inline-block}
.menu-btn{ margin-top:0px; padding:9px;}
.copyrighttxt{ margin-left:0px; margin-top:5px;}
.menu_area{ width:100%; float:left}
.menu{ width:100%; float:left}
.nav > li{ display:none}
.offerzone{ display:none!important}
.login_area{ width:100%; float:left; margin-bottom:15px;}
.register_with_us{ width:100%; float:left}
.menubtn{ display:block}
.confrmpswrd{ margin-left:0px;}
.login_input2{ width:100%; margin-left:0px; box-sizing:border-box; height:36px;}
.login_input{width:100%!important; margin-left:0px; box-sizing:border-box; height:36px;}
.login_input3{ margin-left:0px; width:100%!important; margin-left:0px; box-sizing:border-box; height:36px;}
.login_input{ margin-left:0px;}
.selectwidth{ margin-left:0px; width:100%; margin-left:0px; box-sizing:border-box; height:36px;}

.selectwidth option{ margin:0px; padding:0px;}
.main_btn{ margin-left:0px;}
.formcenter{ width:auto; margin:auto}
.smallinput{ width:170px; float:right}
.ISDText{ display:inline-block; margin-top:10px; margin-left:0px;}
.onepswrd{ float:none}
.confrmpswrd{ float:none}
.MaskPassword{ margin-left:8px;}
.MaskRePassword{ margin-left:8px;}
.copy_right span{ margin-left:0px;}
hr{ display:none}
.mobileheader{ display:block; width:100%; float:left; position:fixed; left:0px; top:0px; z-index:2000; background:#ffffff; box-shadow:0px 0px 5px #cccccc}
.detahide{ display:none!important}
.fixheight{ width:100%; float:left; height:40px; display:block}
#mobilesearharea{ display:none; position: fixed; z-index: 1000; margin-top: 39px; text-align:center; left:0px; background:#cccccc; padding:6px 0px; padding-bottom:2px;}
.signup{ background:#0c9bd1; padding:2px 10px !important; color:#ffffff!important}
.login{ padding:2px 10px !important; color:#ffffff!important}
.mobileofferzone{ display:block; margin-top:0px; padding:2px 10px!important;}
#menu_container{ display:none}
#header_container{ border-bottom:1px solid #CCC; background:#f1f1f1}
.header_area{ background:none}
.paymentcards{ width:60%; background-size:contain; background-position:center}
.keepintouch{ width:100%; float:left; margin:10px 0px;}
.keepintouch a{ float:left}
.footerpolicy{ border-bottom:none; padding-bottom:0px;}
.copy_right{ border-top:1px solid #CCC; padding-top:5px;}
.copy_right span{ margin-top:0px;}
#middle{ width:100%; float:left}
.bread_crum{ width:100%; float:left}
.results_cnt{ width:100%; float:left}
.results_cnt_product{ width:100%; float:left}
.filtersection{ width:100%; float:left; margin-bottom:10px;}
.show_hide{border: 1px solid #cccccc; box-sizing: border-box; display: block!important; font-size: 18px; padding-right: 5px; text-align: right; width: 100%; padding:3px 5px; font-family: 'Open Sans', sans-serif; font-weight:400;}
.filter_cat{ width:99.5%; float:left; border-radius:0px;}
.topnav{ width:100%;}
.filter_cat h1{ padding-left:7px;}
.filter_cat h1 a{ margin-right:7px!important;}
.slidingDiv .filter_cat h1{ display:none}
.categories_products{ width:100%; float:left}
ul.columns li{ width:47%; height:255px; font-family: 'Open Sans', sans-serif; font-weight:400;}
.defaultmediumimagea{ height:150px; background:none}
.defaultmediumimagea img{ width:80px; height:auto}
ul.columns li .info{ display:none!important}
ul.columns li .product{ font-size:12px; font-weight:600; margin-top:1px;}
ul.columns li .price{ font-size:12px; margin-top:0px; font-weight:700}
.Productlist{ right:5px; z-index:10;}
.zoom-section{ width:100%;}
.zoom-small-image{ width:100%;}
.zoom-small-image #wrap{ margin-left:0px; z-index:100!important}
.product_information{ width:100%; margin-top:15px;}
.review_section ul{ width:100%;}
.review_section li{   margin: 10px 29px 0px 0px; font-size: 10px;}
.review_section li span{ margin-top:0px;}
.filterBox input{ width:94%;}
.search-icon{ margin-top:5px;}
.filter_Search input{ width:94%;}
ul.topnav li a{ outline:none}
.desktoporderhistory{ display:none}
.logindropdownlist li{ margin:0px; padding:0px; float:left}
.logindropdownlist li a{ margin:0px; padding:0px;}
.mobileorderhistory{ display:block}
.sort{ padding-bottom:0px;}
.sort li{ margin-bottom:5px; min-height:20px;}
.filterbs2{ left:10px;}
.producttab .wrapper {margin: auto; width: 100% !important;}
.tabs-nav .cf {margin: auto; width: 90% !important;}
.TabFeatures_Feature {float: none; margin: auto !important; width: 90% !important;}
.tabs.t-2 .tabs-nav li, .tabs.t-3 .tabs-nav li, .tabs.t-4 .tabs-nav li, .tabs.t-5 .tabs-nav li, .tabs.t-6 .tabs-nav li, .tabs.t-7 .tabs-nav li, .tabs.t-8 .tabs-nav li, .tabs.t-9 .tabs-nav li{width:25%!important}
.TabFeatures_Feature li .TabFeatures_FeatureName{ width:30%;}
.TabFeatures_Feature li .featurevalue{ width:65%;}
.tabs .tabs-nav li a{ font-size:12px;}
.tabs .tabs-nav li a{ font-size:1.3rem}
.resp-tab-active{ font-size:14px!important; font-family: 'Open Sans', sans-serif; font-weight: 600;border-radius:0px;}
h2.resp-tab-active{ background:#666666!important}
h2.resp-tab-active span.resp-arrow{ border-bottom: 12px solid #ffffff;}
.MaskLoginPassword{ margin-left:8px;}
.RedirectURLMessage{ width:100%; text-align:center}
.LoginFailureMessage{ width:100%; text-align:center}
.OrderStepTab li{ width:32%!important; float:left; background-image:none; margin:0px; padding:0px; border-right:1px solid #d07400; box-sizing:border-box; text-align:center; line-height:52px;}
.OrderStepTab li:last-child{ border:none}
.OrderStepTab li a{ width:100%; padding:0px 0px; font-size:13px; padding:0px 7px; float:none}
.mobilecartitem{ position:absolute; background:#ee921e; color: #ffffff; font-size: 11px; height: 15px; margin: 0; position: absolute; right: 2px; top: -4px; width: 15px;}
.cart_item span{ padding-top:1px;}
.mobiledeliveryaddress td{ width:100%; float:left}
.delivery_address{ width:100%; min-height:inherit; box-sizing:border-box; margin-bottom:10px;}
.delivery_address h1{ font-weight:bold; font-size:13px;}
.headersicons li{ position:relative	}
.delivery_address_input{ width:100%;}
/*.paymentinput td{ width:auto; float:left; box-sizing:border-box}*/
#ShippingType{ width:100%!important; float:left}
.totalamountsection{ width:100%; margin-top:15px;}
.defaultbankdetailsright{ width:100%; float:left}
.paymentbankdetailsleft{ width:100%; float:left}
.PamentInputBorder{ width:155px;}
button.Zebra_DatePicker_Icon_Inside{ left:199px}
.PamentInputBorder{ margin-bottom:10px;}
.button_div{ width:100%; float:left; margin-bottom:15px;}
.grandtotaltxt{ margin-left:0px!important;}
.deliveryaddress .select{ width:100%!important}
.deliveryaddress .login_input{ width:100%}
.deliveryaddress .smallinput {width: 69%;}
.billingaddress .smallinput {width: 69%;}
.labelbox{ padding-top:1px;}
.deliveryaddress .login_input2{ width:100%}

.billingaddress .select{ width:100%!important}
.billingaddress .login_input{ width:100%}
.billingaddress .smallinput {width: 69%;}
.labelbox{ padding-top:1px;}
.billingaddress .login_input2{ width:100%}
.inputlable{ margin-left:0px;}
.prayaglogo{ display:none}
.butterfly{ display:none}
.searchareabox{ border:none; width:100%;}
.men_section h1{ padding-left:5%;}
.men_section{ margin-top:20px;}

.verticalslider_tabs{ width:145px!important;}
.verticalslider_tabs a:link, .verticalslider_tabs a:visited{ width:125px!important; font-size:11px!important; font-weight:400!important;}
.verticalslider .arrow{ margin-left:145px!important;}
.verticalslider_contents{ width:260px!important; margin-left:0px!important;}
.can_find_your_answers{ width:100%;}
.can_find_your_answers_heading{ width:auto; padding-bottom:8px;}
.can_find_your_answers_icon{ display:none}
.faq_input{ width:100%; box-sizing:border-box; height:36px;}
.faq_input2{ width:100%; box-sizing:border-box; height:36px;}
.faq_input4{ width:100%; box-sizing:border-box; height:36px;}
.faq_input3{ width:100%; box-sizing:border-box}
.inputfieldssstboxthreeinput input{ width:32.6%!important}
.faq_submit{ padding-top:5px;}
.faq_submit_left{ width:60%}
.faq_submit_right td{ float:right}
.inputfieldssstboxthreeinput select{ width:100%!important;}
.inputfieldssstboxthreeinput input{ width:100%!important; margin-left:0px;}
.faq_submit_btn{ width:80px;}
.services_information{ width:100%; float:left; text-align:center}
.email{ margin-left:0px; float:right; width:100%; text-align:center}
.services_number{ width:100%; text-align:center; margin-bottom:15px;}
.cart_item{ float:none; display:inline-block}
.downloadapp{ display:none;}
.plastindiaimage{ text-align:center}
.showmobileapp{ display:none}
.plastindiatext b{ padding-top:5px;}
.headersicons li a{ padding:0px 5px;}
.plastindiaimage{ margin-top:0px; padding-top:0px;}
.plastindiaimage img{ vertical-align:top; margin-top:-15px;}
.OrderAddress a{ padding-left:10px!important;}
.OrderPayment a { padding-left: 10px !important;}

.forgotpassword{ width:100%; padding-bottom:10px;}
.inputlable2{ width:25%;}
.loginleft{ width:100%;}
#dvForgotPassword{ margin-top:0px!important}
.contactusleft{ width:100%; float:left}
.contactusright{ width:100%; float:left}
.ResendVerificationCode{ margin-top:25px;}
.newandregular{ width:100%;}
.zoom-small-image .new{ margin-right:5px;}
.zoom-small-image .newandregular{ z-index:1000}
.AddCartMessage{ width:100%; float:left; text-align:center; box-sizing:border-box; margin-bottom:0px;}
.productdetailscroll{ overflow:auto}
.OrderTaxes{ width:100%; float:left; margin:0px;}
.OrderTaxes table{ width:100%; float:left; padding:2px;}
.add_to_cart_btn{ margin-top:5px;}
.add_to_cart_btn_disabled{ margin-top:5px;}
.MyAccountLeftContainer{ width:100%; float:left}
.AccountLeftMenu li{ width:48%; padding:0px; text-align:center; margin:3px 3px; border:none; float:left}
.AccountLeftMenu li a{ width:100%; border:1px solid #CCC; margin:0px; padding:7px 0px;}
.AccountContainer{ padding-top:10px;}
.myaccountsection .formcenter{ width:100%; padding-top:10px;}
.manufactureradiobtn{ margin-left:0px;}
.profilepicsection{ width:100%; float:left; margin-top:0px; text-align:center}
.myaccountsection .results_cnt_product{ margin-left:0px;}
.footerpart5{ margin-top:0px; box-shadow:none; border:1px solid #CCC; border-top:none}
.footerpart5 .footerheading{ width:100%; text-align:center}
.footerpart5 .footermenu{ width:100%; padding-top:30px;}
.footerpart5 .footermenu li{ width:100%;}
.testimonial_text{ width:100%; box-sizing:border-box}
.pull_right_client{ width:100%; text-align:center; float:none; display:inline-block}
.clientimage{ width:100%; text-align:center; float:none; display:inline-block}
.men_section h1{ font-size:14px;}
.floating-contact-inner{ display:none;}
#dvShowReviewRating img { width:10%;}
.wishlistimage img { width: 75%;}
.main_btn1{margin-right: -40px;}
.signin{  margin-left: 44px;}
.buynowOrderimg{position: absolute;margin: 6px 0 0 40px;}
}
/* End Filter section */


.SupplierLogin{width:25%; margin:0 auto; box-shadow:0px 0px 5px 0px #808080; padding:5px;}
/*.addtowishlist_area a{float:left;}*/
.addtowishlist_area td a{float:left;}
#tblRealTimeAuction .trAuctionList{    background-color: #003366;
    color: #fff;}
.AuctionSupplierHeading label{float:left;}
.SupplierRateUL {list-style-type:none;}
.SupplierRateLi {display:inline; float:left; padding-left:5px; border-left:1px solid #ccc; padding-right:10px; font-size:14px; }
#tblRealTimeAuctionSupplier td{height:40px;}
.aspaddressheading{background-color:#F2F0F0; padding:2px; font-weight:bold;}
.tblAddAuction td{padding:5px;}
.tblAddAuctionItem td{padding:3px;}
.tblAddAuctionItem th{padding:3px;}
.AddActionsubmitbutton{background-color:#00405D; color:#fff;}
.AddActionsubmitbutton:hover{background-color:#fc3; color:#000;}
#tblRealTimeAuction td{height:40px; padding: 8px 4px;}
.Auction_RealTime_Change span{text-decoration:none;padding:1px 2px 1px 2px;}
.Auction_RealTime_Change label{text-decoration:none;padding:1px 2px 1px 2px;}
.Auction_RealTime_Change_Red{text-decoration:none; background-color:#FFE0E0; padding:1px 2px 1px 2px;  box-shadow:0px 0px 10px red;  -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;}
.Auction_RealTime_Change_Green{text-decoration:none;background-color:#E5FFE8; padding:1px 2px 1px 2px;  box-shadow:0px 0px 10px green;  -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;}
.AuctionStatus{
    width:64%; text-align:center;
    font-size: 24px;
    color: #F97B0C !important;}
.AddAuctionErrorMessage{color:red;font-weight:bold;}
.toprightheader li {
	float: left;
	color: #333;
	width: auto;
	display: inline-block;
}
.ordercallnumber_1{color:#333; margin-right:6px;}
.toprightheader li a{color:#333;}

.ShowProgressFilter{
	height:16px;
	background-image: url(/images/icon/loading_single.gif);
	background-repeat: no-repeat;
    background-position: center;
    background-size:40px;
}
.SuplierList li {float:left;     clear: both;}
.SuplierList{width:100%;}
.SuplierList p{clear:both;}
.auctiondetailarea{width:97%; margin:0 auto;}
.AuctionLowestRate {border:1px solid #54bd1d;}
.realauctiontbl{    border: 1px solid #ccc !important;
    }
.realauctiontbl tbody tr td , th{    border-right: 1px solid #ccc; padding: 5px;
}
.tblAddAuction tbody tr th{ border:none;     text-align: right;}
.realauctiontbl tbody tr th{ padding:5px;}
.realauctiontbl{    /*margin-top: 10px;*/}
.SuplierList input[type=checkbox] {
    margin: -1px 0 5px 0;
}
.spantotalcolumn{font-weight:bold;}
.spantotalrow{font-weight:bold;}

.quotationsavingrate {font-size: 9px;
}

.clssrch input {
width:215px;
margin-left:1px;
    padding: 3px 5px;
}
.clslctsuplr {    float: none !important;
    margin: 0px auto;
    margin-top: 15px;
}
.clslctsuplr .clshight {
    height: 275px;
        padding-top: 0px;
}
.clslctsuplr .clssrch input {
    width: 345px;

}
.registration_left_frgt{
	width: 45.33333%;
	margin-left: 3.333%;
}
.frgt-psw{
    width: 400px !important;
    border: 1px solid #eee;
    padding: 16px;
}
.frgt-psw-fnt{
    text-align: center;
    /* text-decoration: underline; */
    font-size: larger;
    font-weight: bold;
}

#dvSellerBankDetail {
width:400px;}

#dvSellerBankDetail h4 {
    text-align: center;
    margin-top: 5px;
    background-color: rgba(0, 188, 212, 0.58);
    padding: 5px;}
#dvSellerBankDetail { line-height:24px;
}
.clearfix{
    clear:both;
}

.auctionsuppliermain .btn {
    padding: 3px 2%;
}
.footerside lable{
    float:left;
}
.footerside button{
    float:right;
}

#tblRealTimeAuction ul {
    display: flex;
    padding-left:0px;
        font-size: 13px;
}
#tblRealTimeAuction ul li {
    float: left;
    width: 33%;
    display: block;
}
#tblRealTimeAuction .tdauctionfooter li {
    float: left;
    width: 50%;
    display: block;
    font-weight:bold;
 
}
.Auction_qt{
    display: initial;
    float: left;
    padding-right: 10px;
}
#tblRealTimeAuction .tdauctionfooter li .spantotalcolumn {    text-align: center;
}
.tblAddAuction {
            
            line-height: 24px;
            text-align: left;
            margin:15px 0px;
            width: 100%;
        }
#PrintAuctionDetail .tblAddAuction {
            line-height: 15px;
            text-align: left;
            margin:15px 0px;
            width: 100%;
        }
#tblRealTimeAuction input[type=text]{
    padding: 5px;
    border:1px solid;
     width:75px;
      height:25px;
}
.trAuctionList .aucsno {width:32px;
}
.trAuctionList .aucdesc {width:81px;
}
.trAuctionList .aucqty {width:99px;
}
.trAuctionList .aucvendorname {width:240px;
}
.trAuctionList .aucttl {width:50px;
}

.rowaccount{
    width:700px;
    margin:0px auto;
    margin-bottom: 20px;
}
.top_hd{text-align: center;
    margin-top: -43px;
    z-index: 999999;}
.top_hd h3{
    color: #fff;
   }

.trrowgreen{
    color:green 
}
.trrowred{
      color:red 
}

#tblRealTimeAuction .tdauctionfooter li:first-child
{
    width:65%;
}

#Fileuploaddiv .btn {
  cursor:pointer;
    padding: 3px 5%;
}

#Fileuploaddiv  #filecl{
    cursor:pointer; width: 128px;
     height: 34px;
     position: absolute;
     z-index: 2;
     top: 0; 
     left: 0; filter: alpha(opacity=0); 
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     opacity: 0; 
     color: rgba(243, 235, 235, 0) !important;
}
.select2-container .select2-selection--multiple {
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	padding: 2px;
	border-radius: 8px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	padding: 2px;
	bborder-radius: 8px;
}
div.footer-v4 {
	clear: both;
}
.addtowishlist_area .auctiondetailstable tr td span {
	margin-bottom: 12px;
	display: block;
}
.addtowishlist_area .auctiondetailstable tr td {
	padding: 0px;
}

