@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
   font-family: "Arial", "Helvetica", "Times New Roman", "Times", sans serif;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	font-family: "Arial", "Helvetica", "Times New Roman", "Times", sans serif;
}

p {
	margin-bottom: 1.6em;
	font-family: "Arial", "Helvetica", "Times New Roman", "Times", sans serif;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/**
 * Forms
 */
 
 form fieldset{
	padding: 10px 30px;
 }

 form fieldset legend{
	background-color: rgb(245,245,245);
	padding: 10px 30px;
	border-bottom: 1px solid rgb(225,225,225);
}
		
 form fieldset .form-group{
	padding: 0 6px;
	margin-bottom: 10px;
}			

 form fieldset .form-group label{
	display: block;
	font-weight: 600;
 }
	
 form fieldset .form-group input{
	height: 40px;
	border: 1px solid rgb(210,210,210);	
	border-radius: 3px;
	display: block;	
	font-size: 15px;
}	

 form fieldset .form-group input:focus{
	box-shadow: 0px 0px 2px 1px rgb(220,220,220);
	border: 1px solid transparent;
}

 form fieldset .form-group textarea{
	border: 1px solid rgb(210,210,210);	
	border-radius: 3px;
	display: block;	
}

form fieldset .form-group textarea:focus{
	box-shadow: 0px 0px 2px 1px rgb(220,220,220);
	border: 1px solid transparent;
}

form input[type="text"]{
	display: inline-block;
	width: 450px;
}

form textarea{
	display: block;
	margin-left: 14%;
	width: 50%;
	border-radius: 3px;
	border: 1px solid rgb(180,180,180);		
}

form select{
	display: inline-block;
	border-radius: 3px;	
	border: 1px solid rgb(220,220,220);
	padding: 2px 1px;	
	font-size: 15px;
	font-weight: 500;
}

form select:focus{
	box-shadow: 0px 0px 2px 1px rgb(220,220,220);
	border: 1px solid transparent;
}	

form input[type="number"]{
	width: 120px;
}				

form input[type="file"]{
	background-color: transparent;
	border: 1px solid transparent;
	width: 200px;
	height: auto;
	padding-left: 0;
	box-shadow: 1px 1px 1px transparent;
}

form input[type="submit"]{
	padding: 6px 10px;
	background-color: rgb(210,210,210);
	border: 1px solid rgb(180,180,180);	
}

/**
 * Tables
 */
 
 table {
    background-color: rgb(255,255,255);
	border: 1px solid rgb(210,210,210);	 
	padding-top: 10px;
 }
        
table thead {
	border-bottom: 1px solid rgb(210,210,210);	
}

table thead tr th{
	text-align: left;
}

table thead tr th:first-of-type{
	padding-left: 10px;
	text-align: center;
	width: 50px;
}

table thead tr th:last-of-type{
	padding-right: 12px;
	text-align: right;
} 
    
table tbody tr td{
	padding-left: 10px;
	text-align: left;
}

table tbody tr td:first-of-type{
	padding-left: 10px;
	text-align: center;
}

table tbody tr td:last-of-type{
	padding-right: 12px;
	text-align: right;
}
 hr{
	z-index: 100;
 }
 html body {
  background-color: #fff; 
  height: 100%;
  font-size: 15px;
 }
html body .error {
	color: red; 
}
html body .save-btn {
	background-color: #1266c5;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border: 1px solid;
	border-radius: 4px;
}
html body a, a:hover, a:focus, a:active {
	color: #1266c5;
	text-decoration: none;
}
html body button {
	font-size: 15px;
}
html body .site {
	padding: 0; 
}
html body .site .site-container-fluid ul {
	list-style-type: none;
}
html body .site .site-container-fluid ul li {
	display: inline-block
}
html body .site .site-container .site-header {
	width: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 1px 2px 2px #dcdcdc;
	padding-top: 4px; 
}
html body .site .site-container .site-header a {
	color: #505050; 
}
html body .site .site-container .site-header a:hover, html body .site .site-container .site-header a:focus, html body .site .site-container .site-header a:active {
	text-decoration: none; 
}
html body .site .site-container .site-header ul {
	margin: 0;
	padding: 0; 
} 
html body .site .site-container .site-header ul li {
	display: inline-block; 
	margin: 0;
}
html body .site .site-container .site-header .site-secondary-nav {
	padding-bottom: 5px; 
	position: relative;
}
html body .site .site-container .site-header .site-secondary-nav .logo {
	padding: 0; 
	position: absolute;
}
html body .site .site-container .site-header .site-secondary-nav .logo img {
	height: 32px; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list {
	width: 100%;
	text-align: right;
	padding: 0; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .store-admin ul li a img {
	border-radius: 300px;
}
html body .site .site-container .site-header .site-secondary-nav .nav-list > div {
	display: inline-block; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile {
	position: relative; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile button img {
	border: 1px solid rgb(245,245,245);
	border-radius: 100px;
	padding: 2px;
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-toggle {
	background-color: inherit;
	border-radius: 0;
	padding: 0; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-toggle:after {
	display: none;
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-menu {
	padding: 15px 0px 0;
	border: 1px solid #e6e6e6; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-menu .dropdown-item {
	display: block;
	padding: 4px 20px;
	color: #505050; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-menu .dropdown-item img {
	border: 1px solid rgb(245,245,245);
	border-radius: 30px;
	padding: 2px;
	background-color: rgb(250,250,250);
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-menu .dropdown-item:hover {
	background-color: rgb(250,250,250);
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-menu .marketplace {
	padding-bottom: 12px; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .user-profile .dropdown-menu .logout {
	border-top: 1px solid #e6e6e6;
	padding: 8px 0 10px; 
}
html body .site .site-container .site-header .site-secondary-nav .nav-list .help-and-terms {
	padding-left: 10px;
}
html body .site .site-container .site-header .site-primary-nav {
	padding-bottom: 5px; 
}
html body .site .site-container .site-header .site-primary-nav .dropdown:first-of-type {
	padding-left: 0; 
}
html body .site .site-container .site-header .site-primary-nav .dropdown {
	position: relative;
	display: inline-block;
	padding: 0 5px; 
}
html body .site .site-container .site-header .site-primary-nav .dropdown > a {
	color: #323232;
	font-weight: 600; 
}
html body .site .site-container .site-header .site-primary-nav .dropdown .dropdown-toggle {
	background-color: inherit;
	border-radius: 0;
	padding: 0;
	font-weight: 600;
	color: #323232; 
	box-shadow: 0 0 0 transparent;
}
html body .site .site-container .site-header .site-primary-nav .dropdown .dropdown-toggle:active  {
	box-shadow: 0 0 0 transparent;
}
html body .site .site-container .site-header .site-primary-nav .dropdown .dropdown-menu {
	padding: 10px 12px; 
}
html body .site .site-container .site-header .site-primary-nav .dropdown .dropdown-menu .dropdown-item {
	display: block;
	padding: 4px 0; 
}	
	
html body .site .site-container .site-content {
	padding: 0px 0px 20px;
	z-index: 10;
	width: 97%;
	margin-left: auto;
	margin-right: auto; 
}
html body .site .site-container .site-content ul {
	margin: 0;
	padding: 0; 
} 
html body .site .site-container .site-content ul li {
	display: inline-block; 
	margin: 0;
}
html body .site .site-container .site-content .rating-stars .stars-outer {
	display: inline-block;
	position: relative; 
}
html body .site .site-container .site-content .rating-stars .stars-outer::before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "\f005 \f005 \f005 \f005 \f005"; 
}
html body .site .site-container .site-content .rating-stars .stars-inner {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 0; 
}
html body .site .site-container .site-content .rating-stars .stars-inner::before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f005 \f005 \f005 \f005 \f005";
	color: #ffa500; 
}
html body .site .site-container .site-content .disc-rate sup {
	font-size: 10px;
	background-color: #ffa500;
	padding: 2px;
	color: #fff;
	font-weight: 600; 
}
html body .site .site-container .site-content ul.ui-autocomplete .ui-menu {
	display: block;
}
html body .site .site-container .site-content ul.ui-autocomplete .ui-menu .ui-menu-item {
	width: 100%;
}
html body .site .site-container .site-content ul.ui-autocomplete .ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	background-color: inherit;
	color: inherit;
}
html body .site .site-container-fluid .site-content .site-content-auth {
	background-color: #fff;
	height: inherit; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth {
	height: inherit; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body {
	height: inherit;
	padding-top: 80px; 
} 
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper {
	margin: 0;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-left {

}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-left h1 {
	font-size: 36px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-left p {
	font-size: 24px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-left button {
	background-color: #1266c5;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 25px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login {
	background-color: #fff;
	padding: 20px 0px 40px;
	margin-left: auto;
	margin-right: auto;
	width: 80%; 
} 
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login .site-auth-login-header {
	width: 40%; 
	margin-left: auto;
	margin-right: auto;	
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login .site-auth-login-body {
	width: 40%; 
	margin-left: auto;
	margin-right: auto;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form {
	text-align: center; 
}	
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form .resend-confirmation-code {
	padding: 4px 16px;
	border: 0px solid #dcdcdc;
	display: inline-block;
	background-color: #646464;
	border-radius: 4px;
	box-shadow: 0 0 2px 2px #b4b4b4;
	margin-bottom: 20px; 
}	
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form .resend-confirmation-code a, html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form .resend-confirmation-code a:hover, html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form .resend-confirmation-code a:focus, html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form .resend-confirmation-code a:active {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none; 
}	
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form .resend-confirmation-code-active {
	opacity: 40%;
}	
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form fieldset {
	text-align: center;
	padding: 10px 0 10px; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form fieldset .form-group {
	padding: 4px 0;
	margin: 0;
	
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form fieldset .form-group input {
	width: 100%;
	background-color: #fafafa; 
	height: 35px;
	font-size: 15px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form fieldset .confirmation-code {
	display: inline-block;
	border-radius: 0; 
	padding-bottom: 20px;
	width: 90%;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login form fieldset .confirmation-code input {
	background-color: #f0f0f0; 
}	
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .submit-btn {
	background-color: #1266c5;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	width: 100%; 
	font-size: 15px;
}	
	
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-header {
	padding: 20px 0 0; 
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-header .login-header-logo {
	text-align: center;
	padding-bottom: 10px; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-header .login-header-logo img {
	width: 135px;
	margin-left: auto;
	margin-right: auto; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-header .login-header-text {
	text-align: center; 
	padding: 15px 20px 0;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-header .login-header-text h2 {
	font-size: 20px;
	margin: 0; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-header .login-header-text p {
	margin: 0;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body {
	padding: 10px 30px 10px; 
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body form fieldset .store-tos{
	padding-top: 10px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .store-option {
	border-top: 1px solid #f0f0f0;
	padding: 10px 10px; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .store-option img {
	border: 1px solid #f0f0f0;
	border-radius: 30px;
	position: relative;
	top: -1px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .store-option a {
	color: #646464;
	font-weight: 500;
	font-size: 16px; 
	padding-left: 4px;	
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .store-option a:focus, html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .store-option a:hover, html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .store-option a:active {
	text-decoration: none; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .store-option:last-of-type {
	border-bottom: 1px solid #f0f0f0; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body ul {
	text-align: center; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body ul li span {
	font-size: 24px;
	position: relative;
	top: 3px; 
	color: f0f0f0;
	padding: 10px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body ul li a {
	font-size: 16px;
	font-weight: 600;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body .select-place {
	padding-bottom: 20px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-footer {
	text-align: center;
	padding: 16px 30px 10px 0; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-footer ul li {
	display: inline-block;
	padding: 0 6px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-footer ul li a {
	color: #969696;
	font-size: 15px;
	font-weight: 500; 
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-header {
	border: 0px solid;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-header span {
	font-size: 85px;
	color: #1266c5;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-header h2 {
	font-size: 24px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body {
	border: 0px solid;
	padding: 20px 0px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	font-size: 14px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body ul li {
	display: inline-block;
	font-size: 12px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body ul li {
	padding-bottom: 10px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body ul li img {
	width: 24px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-content {
	padding: 0 20px;
	font-size: 18px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-content p {
	font-size: 16px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-content button {
	background-color: #1266c5;
	padding: 2px 20px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 24px;
	box-shadow: 0px 0px 4px 2px rgb(210,210,210);
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-help-center .landing-page-help-center-homepage img {
	width: 70px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-help-center .landing-page-help-center-homepage h4 {
	padding-bottom: 20px;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-help-center .landing-page-help-center-homepage .landing-page-help-center-homepage-wrapper > div {
	display: block;
}
html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-help-center .landing-page-help-center-homepage .landing-page-help-center-homepage-wrapper .landing-page-help-center-homepage-wrapper-content {
	padding-top: 10px;
}
html body .site .site-container .site-content .site-content-area {
	padding-top: 10px; 
}
html body .site .site-container .site-content .site-content-area .date select {
	background-color: rgb(255,255,255);
	padding: 5px 2px 5px 5px;
}
html body .site .site-container .site-content .site-content-area table thead{
	border: 0px solid;
	border-bottom: 1px solid rgb(230,230,230);
}
html body .site .site-container .site-content .site-content-area table thead tr th:first-of-type{ 
	padding-left: 13px;
}
html body .site .site-container .site-content .site-content-area table tbody tr td:first-of-type{ 
	padding-left: 17px;
}
html body .site .site-container .site-content .site-content-area table tbody tr td form .update-item-btn {
	padding: 2px 8px;
	background-color: rgb(160,160,160);
	color: rgb(255,255,255);
	border: 1px solid rgb(150, 150, 150);
	border-radius: 1px;
	font-weight: 400;
	box-shadow: 0px 0px 1px 1px rgb(230, 230, 237);
	display: inline-block;
	position: absolute;
	left: 1000000000px;
}
html body .site .site-container .site-content .site-content-area table tfoot{ 
	font-weight: 600;
	font-size: 16px;
}
html body .site .site-container .site-content .site-content-area table tfoot tr td{ 
	padding: 2px 0;
}
html body .site .site-container .site-content .site-content-area table tfoot tr:first-of-type td{ 
	padding-top: 15px;
}
html body .site .site-container .site-content .site-content-area table tfoot tr td:first-of-type{ 
	text-align: right;
	padding-right: 20px;
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area table tfoot tr:last-of-type td{ 
	padding-bottom: 30px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgb(240,240,240);
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
html body .site .site-container .site-content .site-content-area .analytics-item .wg-analytics {
	width: 100%;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date {
	position: relative;
	left: -27px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form {
	position: absolute;
	padding: 8px 0px 12px 6px;
	width: 200px;
	border: 1px solid rgb(230,230,230);
	opacity: 100%;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 1px 1px 1px #dcdcdc; 
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form h6 {
	font-size: 14px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form h6 a {
	background-color: transparent;
	color: #1266c5;
	font-weight: 600;
	border: 0px solid #1266c5;
	font-size: 12px;
	padding: 2px 8px 0 0;
	font-style: italic; 
	float: right;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form > div {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form .form-control {
	width: 50px;
	padding: 0px 4px 0px 3px
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form select {
	background-color: rgb(255,255,255);
	padding: 5px 2px 5px 5px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form .date-day-input {
	width: 40px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form .date-year-input {
	width: 60px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-select-date .select-date-form .select-date-btn {
	padding: 4px 8px;
	font-weight: 500;
	margin-top: 10px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-form > div {
	display: inline-block;
	vertical-align: top;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-date-range-form form label {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-date-range-form form > fieldset {
	display: inline-block;
	padding: 0;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-date-range-form form > input {
	display: inline-block;
	padding: 3px 8px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-date-range-form form fieldset > div {
	display: inline-block;
	margin: 0;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-date-range-form form fieldset > div label {
	display: inline-block;
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-date-range-form form fieldset > div input {
	width: 120px;
	height: 32px;
	display: inline-block;
	margin: 0;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-filters .wg-analytics-filters-selected-date-range-form form select {
	background-color: rgb(255,255,255);
	padding: 5px 2px 5px 5px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body {
	padding: 10px 0;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body ul li {
	display: block;
	padding: 2px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table {
	border: 0px solid rgb(230,230,230);	
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table thead tr th{
	text-align: center;
	padding-right: 0;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table thead tr th:first-of-type{
	width: 50%;
	text-align: left;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table tbody tr td{
	text-align: center;
	padding-right: 4px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table tbody tr td.text-danger, html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table tbody tr td.text-warning, html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table tbody tr td.text-success{
	font-weight: 600;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-analytics-body table tbody tr td:first-of-type{
	width: 50%;
	text-align: left;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-performance table thead tr th:first-of-type{
	width: 100px;
}
html body .site .site-container .site-content .site-content-area .wg-analytics .wg-performance table tbody tr td:first-of-type{
	width: 100px;
}
html body .site .site-container .site-content .site-content-area .site-content-home {
	padding: 70px 0 50px; 
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-column-left .site-content-wrapper .site-content-wrapper-header {
	padding: 20px 0 15px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-column-left .site-content-wrapper .site-content-wrapper-body {
	border: 1px solid #dcdcdc;
	padding: 10px;
	border-radius: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-item {
	display: inline-block;
	padding: 10px 12px;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-item img {
	border-radius: 5px;
	width: 60px;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-item h5 {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-item h5 a {
	color: #505050; 
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-item .site-content-item-body {
	border: 1px solid #dcdcdc;
	padding: 10px;
	border-radius: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-item .site-content-item-body ul li {
	display: block;
	padding: 4px;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-item .site-content-item-footer ul li {
	padding: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-wrapper {
	padding-bottom: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-wrapper h4{
	font-size: 22px;
	margin: 0;
	font-weight: 600;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-wrapper .site-content-wrapper-header {
	padding: 10px 12px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-home .site-content-column .site-content-wrapper .site-content-wrapper-body {
	padding: 10px;
	border-top: 0px solid;
}

html body .site .site-container .site-content .site-content-area .site-content-panel {
	padding: 60px 0 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-header {
	padding: 10px 0 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-header ul li {
	padding: 0 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-header ul li:first-of-type {
	padding-left: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body {
	padding-bottom: 60px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body  .site-content-wrapper-pagination {
    background-color: #fff;
	padding: 40px 0 20px;
	border: 1px solid #dcdcdc;
	border-top: 0px; 	
	position: relative;
	top: -20px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination {
	text-align: center;
	border-top: 1px solid #e6e6e6;
	width: 100%;
	padding: 20px 5px 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination ul {
	padding: 0;
	margin: 0; 
	width: inherit;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination ul li {
	display: inline-block;
	margin-right: 8px; 
} 

html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination ul li a button {
	padding: 2px 12px;
	border-radius: 4px;
	background-color: #585858;
	border: 1px solid transparent; 
	font-weight: 900;
	color: #000; 
	font-size: 12px;
}

html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination ul .pagination-active a button {
	background-color: #787878; 
	color: #fff; 
	font-weight: 900;
}

html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination ul .pagination-disabled a button {
	background-color: #c8c8c8; 
	color: #e6e6e6; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination ul .pagination-dormant a button {
	background-color: transparent; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper-pagination .pagination ul .pagination-dormant:hover a button {
	background-color: #787878; 
	color: #fff; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date {
	padding: 10px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date input {
	border-radius: 0;
	width: 35px;
	height: 30px;
	border-radius: 2px;
	padding: 0 4px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date label {
	padding-bottom: 6px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date span {
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date > div {
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date .year input {
	width: 65px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date .month {
	border-radius: 2px; 
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body form fieldset .date .month select {
	height: 30px;
	width: 50px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-header {
	padding: 5px 0 8px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-header h3 {
	margin: 0;
	display: inline-block;
	padding-right: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-header h3 button {
	background-color: #1266c5;
	padding: 4px 12px;
	color: #fff;
	font-weight: 500;
	border: 0px solid;
	border-radius: 4px;
	font-size: 16px;
	margin-left: 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-navbar ul li {
	padding-right: 10px;
	border-right: 1px solid #787878; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-navbar ul li:last-of-type {
	border-right: 0px solid; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container table tbody tr td.ship-to img {
	border-radius: 100px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary {
	border: 1px solid rgb(220,220,220);
	padding: 10px 20px;
	margin-top: 15px;
	border-radius: 4px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-header h4 {
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-body h1 {
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-body ul {
	padding-top: 10px
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-body ul li {
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-body ul li span {
	opacity: 70%;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-body ul li:first-of-type {
	padding-left: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-footer {
	padding-top: 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-footer h4 {
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-footer table {
	border: 0px solid;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-footer table thead tr th {
	text-align: left;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-footer table thead tr th:first-of-type {
	width: 120px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-summary .site-content-wrapper-billing-summary-footer table tbody tr td {
	text-align: left;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-pay-now {
	padding: 10px 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-pay-now .site-content-wrapper-billing-pay-now-header h1 {
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-pay-now .site-content-wrapper-billing-pay-now-body .billing-pay-now-form form {
	padding-bottom: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-pay-now .site-content-wrapper-billing-pay-now-body .billing-pay-now-form form h4 {
	font-weight: 600;
	font-size: 16px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-pay-now .site-content-wrapper-billing-pay-now-body .billing-pay-now-form h5 {
	font-weight: 600;
	font-size: 16px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-pay-now .site-content-wrapper-billing-pay-now-body .billing-pay-now-form form fieldset .pay-amount label {
	display: inline-block;
	padding-right: 10px;
	font-size: 18px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-billing-pay-now .site-content-wrapper-billing-pay-now-body .billing-pay-now-form form fieldset .pay-amount input {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination {
	padding: 5px 0px 35px;
	margin: 0; 
	position: relative;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination select {
	border: 1px solid #d2d2d2;
	padding: 2px;
	height: 28px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .search-and-action {
	position: absolute;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .search-and-action .with-selected {
	padding: 0 15px 0 0;
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .search-and-action .search {
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .search-and-action .search form .search-terms-input {
	border: 1px solid #e6e6e6;
	padding: 2px 8px;
	height: 28px;
	width: 190px;
	border: 1px solid #d2d2d2; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .search-and-action .search form input[type="submit"] {
	background-color: #c8c8c8;
	padding: 2px 10px;
	color: #fff;
	font-weight: 500;
	border: 0px solid;
	border-radius: 2px;
	color: #505050; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .pagination {
	float: right;
	width: 100%;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .pagination form {
	position: absolute;
	right: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container .search-and-action-pagination .pagination form select {
	border: 1px solid #d2d2d2;
	padding: 2px; 	
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container table tbody tr td.shop-name {
	width: 250px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container table tbody tr td.item-reg-price, html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container table tbody tr td.item-wholesale-price {
	width: 220px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-container table tbody tr td.item-price form input[type="text"] {
	width: 100px;
	height: 28px;
	padding: 2px 5px 2px 2px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout {
	height: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body {
	padding: 20px 0px;
	height: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .save-btn {
	background-color: #1266c5;
	padding: 8px 15px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-navbar {
	padding: 0 30px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-navbar ul {
	padding: 0;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-navbar ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 10px;
	font-weight: 500; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-navbar ul li span {
	color: #000;
	margin-right: 4px; 
	font-size: 14px;
	border-radius: 30px;
	background-color: #ccc; 	
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-navbar ul li:first-of-type {
	margin-left: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-navbar ul li.active {
	background-color: #fff;
	color: #1266c5;
	position: relative;
	font-weight: 600;
	top: 1px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-navbar ul li.active span {
	background-color: #1266c5; 
	color: #fff;	
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper {
	padding: 10px 20px;
	background-color: #fff;
	height: inherit;
	border-top: 1px solid #dcdcdc; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form {
	padding: 0 40px;
	background-color: inherit;
	padding-bottom: 60px;
	border-right: 1px solid #e6e6e6; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form fieldset {
	padding: 20px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form fieldset textarea, html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form fieldset textarea:active, html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form fieldset textarea:focus {
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	box-shadow: 0 0 0 transparent;
	padding: 4px 8px;
	resize: none;
	margin: 0;
	width: 80%; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form fieldset .form-group label {
	display: block;
	font-weight: 600;
	font-size: 14px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form fieldset .form-group label span {
	padding-left: 10px;
	position: relative;
	top: -9px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form fieldset .form-group div {
	display: inline-block;
	padding: 0 10px 0 0; 
 }
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-form .shipping ul li {
	padding-bottom: 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info {
	padding: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary {
	background-color: #fff;
	padding: 10px 12px;
	border-radius: 4px;
	color: #141414; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-header {
	padding: 5px 10px 7px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-header h4 {
	margin: 0;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body {
	padding: 10px 10px 15px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-info {
	padding: 5px 0 15px;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-info .item-image img {
	border: 1px solid #f0f0f0;
    border-radius: 4px;
    width: 48px;
    padding: 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-info .item-name ul li {
	display: block;
    font-weight: 500;
    font-size: 16px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-info .item-name ul li span {
    font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-pricing {
	padding: 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-pricing .item-price {
	font-size: 16px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-pricing .item-price li {
	display: block;
	font-weight: 500; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-pricing .item-price li span {
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-pricing .item-total {
	padding-top: 10px;
    font-size: 18px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .order-checkout .order-checkout-body .order-checkout-wrapper .order-checkout-order-info .order-summary .order-summary-body .item-pricing .item-total li {
    font-weight: 700; 
}
html body .site .site-container .site-content .site-content-area .site-content-single {
	padding: 55px 0 50px;
	width: 98%;
	margin-right: auto;
	margin-left: auto; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-header {
	padding: 7px 0 15px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-header ul {
	padding: 0;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-header ul li {
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-header ul li a {
	color: #646464; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body {
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-images {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-images .item-images .item-all-images {
	text-align: center;
	padding-top: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-images .item-images .item-all-images .item-image {
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-images .item-images .item-all-images .item-image img {
	width: 32px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-info .listing-item-title .item-name h3 {
	display: inline-block;
	margin: 0;
	font-size: 25px;
	color: #000;
	padding-right: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-info .listing-item-title .item-name .add-or-edit-item {
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-info .listing-item-title .item-name .add-or-edit-item button {
	display: inline-block;
	background-color: #969696;
	border: 0px solid #d2d2d2;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 4px 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-info .listing-item-images .item-images .item-all-images {
	text-align: left; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-info .listing-item-images .item-images .item-all-images .item-image {
	vertical-align: top; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .listing-item .listing-item-body .listing-item-info .listing-item-images .item-images .item-all-images .item-image img {
	max-width: 50%;
	min-width: 250px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating {
	padding: 0 0 20px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating h3 {
	font-size: 18px;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-stats {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	text-align: center; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-stats .rating h1 {
	margin: 0;
	font-size: 50px;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-stats .rating-votes span {
	font-size: 15px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-dist {
	display: inline-block;
	padding-top: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-dist table tbody tr td:first-of-type {
	padding: 0 2px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-dist table tbody tr td {
	padding: 0;
	border: 0px solid; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-dist table tbody tr td div {
	background-color: #e6e6e6;
	border: 1px solid #dcdcdc;
	overflow: hidden; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist .rating-dist table tbody tr td div > div {
	border: 0px solid #ffa500;
	background-color: #ffa500; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating {
	padding-bottom: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews {
	padding-bottom: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews .your-rating-and-reviews-header h4 {
	font-size: 18px;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews .your-rating-and-reviews-body a:focus, html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews .your-rating-and-reviews-body a:active, html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews .your-rating-and-reviews-body a:hover {
	text-decoration: none; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews .your-rating-and-reviews-body .rate-item .your-rating .ratings-stars {
	font-size: 25px;
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews .your-rating-and-reviews-body .rate-item .your-rating .ratings-stars a {
	color: #323232; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-add-rating .your-rating-and-reviews .your-rating-and-reviews-body .rate-item .your-rating .ratings-stars .rating-star-solid {
	display: none;
	color: #ffa500; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-write-review {
	padding: 20px 0 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-write-review .write-review .write-review-body .write-review-user {
	display: inline-block; 
}
  html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-write-review .write-review .write-review-body .write-review-user img {
	border: 1px solid #f0f0f0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-write-review .write-review .write-review-body .write-review-form {
	display: inline-block; 
}
  html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-write-review .write-review .write-review-body .write-review-form form .add-a-review {
	display: inline-block; 
}
  html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-write-review .write-review .write-review-body .write-review-form form .add-a-review input {
	border: 1px solid #f0f0f0;
	width: 300px;
	border-radius: 8px; 
}
 html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-write-review .write-review .write-review-body .write-review-form form .post-review-btn {
	display: inline-block;
	border-radius: 8px;
	font-weight: 600;
	background-color: #1266c5;
	border: 0px solid;
	color: #fff;
	padding: 6px 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews {
	padding: 10px 20px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review ul {
	list-style-type: none;
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review ul li {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-header .profile-picture {
	display: inline-block;
	vertical-align: top; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-header .review-rating-user-info {
	display: inline-block;
	font-size: 13px;
	color: #000; 
}
  html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-header .review-rating-user-info .user-info {
	font-weight: 700; 
}
  html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-header .review-rating-user-info .user-info span {
	font-weight: 500;
	color: #646464;
	font-size: 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-header .review-rating-user-info .rating {
	font-size: 13px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-body {
	padding: 5px 40px 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-footer {
	padding-left: 40px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-footer ul {
	display: inline-block;
	padding-left: 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-rating .rating-reviews .rating-reviews-body .rating-reviews-item-reviews .review .review-footer ul li {
	display: inline-block;
	padding-left: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-excerpt {
	padding: 10px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-excerpt h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-excerpt .background .background-header {
	padding-bottom: 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-specifications {
	padding: 0 0 10px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-specifications ul {
	padding: 0px 25px; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-specifications ul li {
	padding: 2px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-specifications .specifications .specifications-header {
	padding: 10px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-single .item-specifications .specifications .specifications-header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-my-lists {
	padding: 90px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing {
	padding: 10px 0 50px;
	height: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .site-content-new-listing-header {
	padding-top: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .site-content-new-listing-header ul {
	padding: 0;
	margin: 0;
	list-style-type: none; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .site-content-new-listing-header ul li {
	display: inline-block;
	padding: 0 6px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-header {
	padding: 0px 0px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-header h4 {
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-header p {
	margin: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body {
	padding: 10px 0px;
	height: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body ul {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body ul li {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 4px 8px;
	border-radius: 10px;
	margin: 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body ul li a, html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body ul li a:focus, html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body ul li a:active, html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body ul li a:hover {
	color: #505050; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body p a {
	color: #1266c5;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .create-entity-navbar {
	padding: 0 30px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .create-entity-navbar ul {
	padding: 0;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .create-entity-navbar ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 10px;
	font-weight: 500; 
	font-size: 16px;
	border: 1px solid transparent;
	border-radius: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .create-entity-navbar ul li span {
	margin-right: 4px; 
	border-radius: 50px;
	background-color: rgb(100,100,100);

}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .create-entity-navbar ul li:first-of-type {
	margin-left: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .create-entity-navbar ul li.active {
	background-color: #fff;
	color: #1266c5;
	position: relative;
	top: 1px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .create-entity-navbar ul li.active span {
	background-color: #1266c5; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper {
	background-color: #fff;
	height: inherit;
	border-top: 1px solid #dcdcdc; 
	padding: 10px 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper ul {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper ul li {
	display: inline-block;
	padding: 4px 8px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-header {
	padding: 30px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-header form input {
	background-color: #fafafa; 
	font-size: 15px;
	display: inline-block;
	border: 1px solid rgb(190,190,190);
	height: 35px;
	padding: 0 10px;
}	
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-header form .submit-btn {
	background-color: rgb(150,150,150);
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 2px;
	font-size: 15px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body {
	padding: 10px 30px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body > p {
	margin: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-user img {
	border: 1px solid rgb(220,220,220);
	border-radius: 100px;
	display: inline-block;
	vertical-align: top;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-user ul {
	display: inline-block;
	padding: 0;
	position: relative;
	top: -5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-user ul li {
	display: block;
	margin: 0px;
	border: 1px solid transparent;
	padding: 0 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-user ul li a{
	color: #1266c5;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-user ul li:first-of-type {
	padding-top: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-lists {
	padding: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-lists p {
	margin: 0;
	font-size: 24px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results ul li {
	border: 1px solid;
	padding: 0;
	border: 0px solid transparent;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body {
	border: 1px solid rgb(220,220,220);
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 10px;
	border-radius: 4px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-thumbnail {
	display: inline-block;
	padding: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-thumbnail img {
	width: 130px;
	height: 130px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info {
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px 10px; 
}		
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info .item-name a {
	color: #3d3e3f;
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info .item-rating {
	padding: 0;

}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info .item-price {
	padding: 4px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info .item-price ul {
	list-style-type: none;
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info .item-price ul li {
	padding-bottom: 2px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info .add-to-cart {
	padding: 0px 0px 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body .select-entity-search-results .select-entity-search-results-body .widget-search .widget-search-result .widget-search-result-info .add-to-cart button {
	background-color: #1266c5;
	padding: 4px 10px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 15px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .order-qty label {
	display: inline-block;
	padding-right: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .order-qty input {
	height: 35px;
	display: inline-block;
	background-color: #fafafa;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .ship-address label {
	padding-bottom: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .ship-address textarea {
	margin: 0;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	box-shadow: 0 0 0 transparent;
	padding: 4px 8px;
	resize: none; 	
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .ship-to-mobile-number label {
	padding-bottom: 5px;
	display: block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .ship-to-mobile-number select {
	display: inline-block;
	height: 35px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .ship-to-mobile-number input {
	display: inline-block;
	height: 35px;
	margin-left: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form fieldset .payment-info label {
	padding-bottom: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .select-entity .select-entity-body .select-entity-wrapper .select-entity-wrapper-body form .submit-btn {
	background-color: #1266c5;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 15px;
}	
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing {
	height: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-header {
	padding: 10px 30px 0 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-header  p {
	margin: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-header .partners-campaigns-events-join-event-form form {
	padding: 10px 15px 4px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-header .partners-campaigns-events-join-event-form form input[type='search'] {
	background-color: #fafafa; 
	font-size: 18px;
	display: inline-block;
	border: 1px solid rgb(190,190,190);
	height: 35px;
	padding: 0 10px;
	border-radius: 4px;
	width: 40%;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-header .partners-campaigns-events-join-event-form form .submit-btn {
	background-color: #1266c5;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 15px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-header h4 {
	font-weight: 600; 
	margin-bottom: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body {
	padding: 10px 0px;
	height: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .save-btn {
	background-color: #1266c5;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border: 1px solid;
	border-radius: 4px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-navbar {
	padding: 0 30px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-navbar ul {
	padding: 0;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-navbar ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 10px;
	font-weight: 500; 
	font-size: 16px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-navbar ul li span {
	margin-right: 4px; 
	border-radius: 50px;
	background-color: rgb(100,100,100);

}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-navbar ul li:first-of-type {
	margin-left: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-navbar ul li.active {
	background-color: #fff;
	color: #1266c5;
	position: relative;
	top: 1px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-navbar ul li.active span {
	background-color: #1266c5; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper {
	background-color: #fff;
	height: inherit;
	border-top: 1px solid #dcdcdc; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper ul {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper ul li {
	display: inline-block;
	padding: 4px 8px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper {
	display: inline-block;
	padding: 5px;
	background-color: inherit; 
	width: 200px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 2px #dcdcdc; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-header {
	overflow: hidden; 
	padding: 0px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-header img {
	width: 100%;
	margin: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body {
	padding: 10px 12px;
	font-size: 16px;
	color: #3d3e3f; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body ul li:first-of-type {
	opacity: 100%;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body ul li {
	display: inline-block;
	opacity: 80%;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body .add-campaign-to-event {
	padding: 5px 0px 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body .item-title-link {
	color: #646464;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body .partners-orders-new-order-add-customer, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body .add-to-cart {
	padding-top: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .widget-wrapper .widget .widget-body .add-campaign-to-event button {
	background-color: #1266c5;
	padding: 4px 12px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 14px; 
	width: 100%;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events {
	padding: 10px 0px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events .partners-campaigns-events-header {
	padding: 10px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events .partners-campaigns-events-header ul {
	display: inline-block;
	vertical-align: top;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events .partners-campaigns-events-header ul li {
	display: block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events .partners-campaigns-events-header ul li button {
	background-color: #1266c5;
	padding: 4px 10px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 16px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events .partners-campaigns-events-body .partners-campaigns-events-wrapper {
	padding: 20px 0 50px;
	margin-bottom: 10px;	
}

html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events .partners-campaigns-events-body  .site-content-wrapper-pagination {
	padding: 0px 0 0px;
	border: 0px solid transparent;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events .partners-campaigns-events-body  .site-content-wrapper-pagination .pagination {
	padding: 20px 5px 0px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events-join-event-pricing {
	padding: 20px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events-join-event-pricing .bid-price label {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events-join-event-pricing .bid-price {
	display: inline-block;
	vertical-align: top;
	padding: 10px 50px 10px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events-join-event-pricing .bid-price > div {
	display: inline-block;
	padding: 0 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events-join-event-pricing .event-info {
	display: inline-block;
	border: 1px solid #f0f0f0;	
	padding: 10px;
	border-radius: 6px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .partners-campaigns-events-join-event-pricing .event-info ul li{
	display: block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-tags {
	padding: 0px 40px 60px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-tags ul {
	padding: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-tags ul li {
	display: inline-block;
	border: 1px solid #acacac;
	padding: 4px 15px 4px 15px;
	border-radius: 10px;
	margin: 5px; 
	font-size: 14px;
	background-color: rgb(240,240,240);
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-tags ul li .remove-listing-tag {
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	padding-left: 4px;
	color: #000;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-wrapper-container .upload-image-container {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-wrapper-container .upload-image-container h4 {
	font-size: 18px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-wrapper-container .upload-image-container .upload-image {
	padding: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-wrapper-container .upload-image-container .uploaded-image {
	border: 0px solid;
	vertical-align: top;
	padding-top: 10px;
	
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-wrapper-container > div.item-name {
	padding: 20px 40px 20px;
	font-size: 18px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-form {
	padding: 30px 40px 20px;
	background-color: inherit;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-form form .search-term {
	display: inline-block;
	width: 200px;
	box-shadow: 0 0 1px 2px #f0f0fa;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-form form .search-term input {
	padding: 6px 8px;
	box-shadow: 0 0 0 transparent;
	width: inherit;
	font-size: 15px;
	border: 1px solid rgb(220,220,220);
}

html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-form form .advanced-search-btn {
	padding: 5px 20px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	background-color: #646464;
	border-radius: 4px;
	box-shadow: 0 0 1px 2px #f0f0fa;
	color: #fff;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-summary {
	padding: 30px 40px 20px;
	background-color: inherit;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-summary h5 {
	font-size: 16px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-summary .item-name {
	padding-bottom: 10px;
}

html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .publish-listing-summary .create-listing-tags {
	padding-left: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper {
	padding: 10px 15px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-header {
	padding: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-header p {
	margin: 0;
	padding-bottom: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-header .create-listing-new-campaign-wrapper-form {
	padding: 5px 20px 0px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-header .create-listing-new-campaign-wrapper-form form div label {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding-right: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-header .create-listing-new-campaign-wrapper-form form div > div {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-header .create-listing-new-campaign-wrapper-form form input {
	background-color: #fafafa; 
	font-size: 20px;
	border: 1px solid rgb(220,220,220);
	padding: 4px 8px;
	border-radius: 4px;
	width: 60%;
	box-shadow: 0 0 0 transparent;
	font-weight: 600;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .partners-new-campaign-items .site-content-wrapper-pagination {
	border: 1px solid transparent;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-body .create-listing-new-campaign-wrapper-container table {
	border: 0px solid transparent;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-body .create-listing-new-campaign-wrapper-container table thead {
	border: 1px solid transparent;
	border-bottom: 1px solid #f0f0f0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-body .create-listing-new-campaign-wrapper-container table tbody tr td.action a {
	font-size: 14px;
	color: #1266c5;
	font-weight: 600;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-body .create-listing-new-campaign-wrapper-container table tbody tr td.item-price div .update-partners-orders-new-order-items-price .order-qty-input{
	width: 100px;
	margin-bottom: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign .create-listing-new-campaign-wrapper .create-listing-new-campaign-wrapper-body .create-listing-new-campaign-wrapper-container table tbody tr td.item-price div .update-partners-orders-new-order-items-price .order-price-input{
	margin-left: 25px;
	width: 100px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .form-group {
	padding-top: 15px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form {
	padding: 0 40px;
	background-color: inherit;
	padding-bottom: 60px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .go-back {
	display: inline-block;
	border: 1px solid red;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset {
	padding: 20px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset legend {
	padding: 0 0 10px;
	border-bottom: 0px solid #f0f0f0;
	font-weight: 600;
	font-size: 18px; 
	background-color: transparent;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .form-group label {
	display: inline-block;
	font-weight: 500;
	font-size: 14px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .form-group label span {
	padding-left: 10px;
	position: relative;
	top: -9px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .form-group div {
	display: inline-block;
	padding: 5px 10px 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="text"], html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="text"]:active, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="text"]:focus {
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 0 transparent;
	width: 300px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="email"], html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="email"]:active, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="email"]:focus {
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 0 transparent;
	width: 300px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="number"] {
	width: 120px; 
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset input[type="checkbox"] {
	display: inline-block;
	width: 16px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset textarea, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset textarea:active, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset textarea:focus {
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	box-shadow: 0 0 0 transparent;
	padding: 4px 8px;
	resize: none; 
	width: 300px; 
	margin: 0;	
	display: inline-block;
	vertical-align: top;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset label {
	display: inline-block;
	padding-right: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset select {
	display: inline-block;
	padding: 8px 6px;
	height: 35px;
	margin-right: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .ship-to-address {
	padding: 20px 0 15px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .ship-to-mobile-number input {
	display: inline-block;
	height: 35px;
	padding: 2px 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset > p {
	padding: 0 10px 0 0;
	margin: 0;
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset > p span {
	padding-left: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date > div {
	display: inline-block; 
	padding: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date input {
	width: 50px; 
	height: 35px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date .year input {
	width: 70px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date .day input:focus, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date .day input:hover, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date .day input:active {
	width: 50px; 	
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date .month {
	border-radius: 2px; 
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date .month select {
	width: 60px; 
	padding: 0px 4px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form form fieldset .date .month select option {
	padding: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .size {
	padding: 15px 0 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .size label {
	display: inline-block;
	padding-right: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .size > div {
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .size > div input[type='text'] {
	display: inline-block;
	width: 100px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .unit-of-sale {
	padding: 15px 0 0;	
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .unit-of-sale > label{
	display: inline-block;
	padding-right: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .unit-of-sale .form-check {
	margin: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .unit-of-sale .form-check .form-check-input {
	height: 20px;
	width: 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form fieldset .unit-of-sale .form-check .form-check-label {
	padding-left: 4px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .add-attributes-form {
	padding: 15px 15px 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .add-attributes-form form label {
	font-size: 16px;
	padding-right: 10px;
	font-weight: 500;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .add-attributes-form form input[type='text'] {
	font-size: 15px;
	background-color: rgb(240,240,240);
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .add-attributes-form form .form-group {
	padding: 5px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .add-attributes-form form .form-group .form-check {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .add-attributes-form form .form-group select {
	font-size: 16px;
	padding: 6px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .add-attributes-form form .save-btn {
	background-color: rgb(120,120,120);
	padding: 4px 20px;
	margin-top: 15px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .input-attributes table{
	border: 1px solid transparent;

}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .input-attributes table thead tr th{
	font-size: 16px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .input-attributes table tr td{
	font-size: 15px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .input-attributes h5{
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .attribute-select-options-hidden {
	display: none;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-form .attribute-select-options-shown {
	display: block;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .key-features ul li {
	display: block; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-image {
	display: inline-block;
	padding: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-image .fa-camera {
	font-size: 150px;
	color: #969696; 	
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-image .upload-image-form {
	width: 10%;
	position: fixed;
	left: 11111111111355px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-image .image-upload-progress {
	display: none;
	border-radius: 10px; 
	border: 1px solid rgb(230,230,230);
	width: 150px;
	overflow: hidden; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-image .image-upload-progress .bar {
	height: 14px;
	background-color: rgb(18, 102, 197);
	width: 70px;
	border-radius:0px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image {
	border: 1px solid #e6e6e6;
	display: inline-block;
	border-radius: 6px;
	min-width: 150px;
	text-align: center;
	margin-right: 10px; 
	padding-bottom: 5px;
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image .uploaded-image-body {
	padding: 5px;
	width: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image .uploaded-image-body img {
	height: 120px;
	width: inherit; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image .uploaded-image-footer {
	text-align: center;
	padding: 2px 2px 4px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image .uploaded-image-footer a, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image .uploaded-image-footer a:focus, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image .uploaded-image-footer a:hover, html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image .uploaded-image-footer a:active {
	font-size: 14px;
	color: #1266c5; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .uploaded-image button {
	display: inline-block;
	background-color: #969696;
	border: 1px solid #828282;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 4px 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-listing-images {
	padding: 10px 10px 50px;
	background-color: inherit;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-listing-images .image-upload {
                padding: 20px 10px; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-listing-images .image-upload .item-listing-main-media {
                padding-bottom: 20px; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-listing-images .image-upload .item-listing-media {
                padding-bottom: 20px; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images {
                padding: 10px 30px 30px; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .uploaded-image {
	padding: 10px 0;
	margin-bottom: 10px;
	border: 1px solid #d2d2d2; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .uploaded-image .uploaded-image-footer {
                padding: 15px 0 5px; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .image-upload {
                padding-bottom: 40px; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .image-upload .item-variation-media {
                padding: 20px 0; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .image-upload .media-library {
                padding-top: 10px; }
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .image-upload .media-library .media-library-header {
                border-bottom: 1px solid #f0f0f0;
                padding-left: 10px; }
  html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .image-upload .media-library .media-library-header h4 {
                  font-size: 16px;
                  font-weight: 600;
                  margin: 0;
                  padding-bottom: 8px; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .upload-variation-images .image-upload .media-library .media-library-body {
	padding: 20px 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign-form form div {
	display: inline-block;
	padding: 0 15px;
}				
html body .site .site-container .site-content .site-content-area .site-content-new-listing .create-listing .create-listing-body .create-listing-wrapper .create-listing-new-campaign-form form div label {
	padding-right: 10px;
}				
html body .site .site-container .site-content .site-content-area .site-content-lists {
	padding: 45px 0 50px;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar {
	display: inline-block;
	padding: 0; 
	position: relative;
	width: 20%;
	vertical-align: top;
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu ul {
	margin: 0;
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu ul li {
	display: block; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper {
	color: #646464; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list {
                padding-bottom: 30px;
                padding-top: 20px; }
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li {
                padding: 5px 10px;
                font-size: 14px; }
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li a {
                color: #505050; }
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li a:hover, html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li a:focus, html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li a:active {
                text-decoration: none;
                color: #505050;
                font-weight: 600; }
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li.active {
                font-weight: 600; }
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li.active a {
                color: #1266c5; }
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li.active ul li {
	font-weight: 500; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-list ul li.active ul li a {
	color: #646464; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-company-info {
	padding: 5px 25px 5px 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-company-info ul li {
	display: inline-block;
	padding: 0 5px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-company-info ul li a {
	color: #646464;
	font-weight: 500; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-company-info ul li:first-of-type {
	padding-left: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-sidebar .site-nav-menu .site-nav-menu-wrapper .site-nav-copyright {
	padding: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container {
	padding-top: 20px; 
	width: 78%;
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-header {
	padding-bottom: 15px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-header h3 {
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table {
	margin: 0;
	border-bottom: 0px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table thead {
	background-color: #fafafa; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table thead th {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table thead th:first-of-type {
	padding-left: 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table thead th.action {
	padding-right: 12px;
	text-align: right; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table tbody tr td {
	border-bottom: 1px solid #f0f0f0; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table tbody tr td:first-of-type {
	width: 65px;
	padding-left: 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table tbody tr td.action {
	text-align: right;
	padding-right: 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table tbody tr td.action form select {
	background-color: #f0f0f0;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding: 2px 4px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table tbody tr:first-of-type td {
	padding-top: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .table tbody tr:last-of-type td {
	border-bottom: 1px solid transparent; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-filters {
	background-color: #fafafa;
	padding: 20px 20px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-filters form fieldset {
	display: inline-block; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-filters form fieldset h5 {
	display: inline-block;
	font-weight: 600;
	padding-right: 10px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-filters form fieldset .form-group {
	display: inline-block;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-filters form fieldset .form-group select {
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
	width: 120px;
	border-radius: 4px;
	padding: 6px 4px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-filters form input[type="submit"] {
	background-color: #646464;
	padding: 5px 12px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination {
	background-color: #fff;
	padding: 40px 0 0;
	border: 1px solid #dcdcdc;
	border-top: 0px; 
	position: relative;
	top: -1px;

}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination {
	text-align: center;
	border-top: 1px solid #e6e6e6;
	width: 100%;
	padding: 20px 5px 15px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul {
	padding: 0;
	margin: 0; 
	width: 100%;
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul li {
	display: inline-block;
	margin-right: 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul li a {
	font-weight: 900;
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul li a button {
	padding: 2px 15px;
	border-radius: 4px;
	background-color: #787878;
	border: 1px solid transparent; 
	font-size: 14px;
	font-weight: 600;
	color: #fff; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul .pagination-active a button {
	background-color: #787878; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul .pagination-disabled a button {
	background-color: #c8c8c8; 
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul .pagination-dormant a button {
	background-color: transparent; 
	color: rgb(60,60,60);
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .site-content-lists-pagination .pagination ul .pagination-dormant:hover a button {
	background-color: #787878; 
	color: #fff; 	
}

html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper {
	padding-left: 30px;
	padding-bottom: 30px
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-header h2 span {
	color: #fff;
	background-color: rgb(180,180,180);

}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-header h3{
	font-size: 22px;

}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-body {
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-body .sub-category {
	padding-left: 10px;
	padding-bottom: 10px;

}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-body .sub-category .sub-category-header {

}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-body .sub-category .sub-category-header h4 {
	font-size: 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-body .sub-category .sub-category-body {
	padding-left: 10px;

}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-body .sub-category .sub-category-body ul{
	list-style-type: square;
}
html body .site .site-container .site-content .site-content-area .site-content-lists .site-content-lists-container .category-wrapper .category-wrapper-body .category .category-body .sub-category .sub-category-body ul li{
	display: block;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-header {
	margin: 0;
	padding: 10px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-header ul li {
	display: block;	
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-header ul li img {
	border-radius: 1000px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-header .site-content-wrapper-single-advanced-info ul:last-of-type li {
	display: inline-block;
	padding: 15px 0;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-header .site-content-wrapper-single-advanced-info ul:last-of-type li button {
	display: inline-block;
	background-color: #969696;
	border: 1px solid #828282;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 4px 12px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-navbar {
	padding: 0 30px; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-navbar ul {
	padding: 0;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-navbar ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 10px;
	font-weight: 500; 
	font-size: 16px;
	border: 1px solid transparent;
	border-radius: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-navbar ul li span {
	margin-right: 4px; 
	border-radius: 50px;
	background-color: rgb(100,100,100);
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-navbar ul li:first-of-type {
	margin-left: 0; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-navbar ul li.active {
	background-color: #fff;
	color: #1266c5;
	position: relative;
	top: 1px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px; 
	font-weight: 700;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-navbar ul li.active span {
	background-color: #1266c5; 
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container {
	background-color: #fff;
	height: inherit;
	border-top: 1px solid #dcdcdc; 
	padding: 20px 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container h3 {
	font-size: 20px;
	padding-top: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container ul li {
	display: block;
	padding-left: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container .site-content-wrapper-pagination ul li {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container .item-media .widget-wrapper {
	display: inline-block;
	padding: 10px;
	background-color: inherit; 
	width: 200px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container .item-media .widget-wrapper .widget .widget-header img {
	width: 100%;
	margin: 0;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container .site-content-wrapper-container-body .rating-reviews .rating-reviews-body .rating-reviews-rating-stats {
	width: 50%;
	padding-top: 20px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container .site-content-wrapper-container-body .rating-reviews .rating-reviews-body .rating-reviews-rating-stats .rating-stats-dist > div {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
html body .site .site-container .site-content .site-content-area .site-content-panel .site-content-panel-body .site-content-wrapper .site-content-wrapper-body .site-content-wrapper-single .site-content-wrapper-single-body .site-content-wrapper-single-container .site-content-wrapper-container-body .rating-reviews .rating-reviews-body .rating-reviews-item-reviews {
	padding: 20px 0;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page {
	padding: 10px 0px 80px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper {
	margin: 0;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left {
	position: absolute;
	padding-top: 10%;
	
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left {
	position: fixed;
	padding-left: 50px;
	text-align: left;
	width: 40%;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-logo {
	text-align: center;
	padding-bottom: 20px; 
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-logo img {
	width: 135px;
	margin-left: auto;
	margin-right: auto; 
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-text {
	text-align: center; 
	padding: 0 20px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-text h2 {
	font-size: 28px;
	margin: 0; 
	font-weight: 500;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-text p {
	padding: 5px 0 5px;
	margin: 0;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-text ul {
	padding: 5px 0 20px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-text li {
	padding: 0 10px;
	font-size: 15px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-text button {
	background-color: #1266c5;
	padding: 2px 20px;
	color: #fff;
	font-weight: 600;
	border: 0px solid;
	border-radius: 4px;
	font-size: 24px;
	box-shadow: 0px 0px 4px 2px rgb(210,210,210);
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-footer {
	padding-top: 15px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-footer ul {
	text-align: center; 
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-footer ul li {
	padding: 10px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left .site-partners-cover-page-column-left-footer ul li a {
	font-size: 14px;
	color: rgb(120,120,120);
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right {
	padding: 10px;
	padding-left: 50%;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-overview {
	padding-top: 10%;
	padding-bottom: 40px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-overview .site-partners-cover-page-wrapper-column-right-overview-img {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 10px;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-overview .site-partners-cover-page-wrapper-column-right-overview-img img {
	width: 100%;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-wrapper {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;	
	position: relative;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-wrapper .site-partners-cover-page-wrapper-column-right-wrapper-img img {
	width: 100%;
}
html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-wrapper .site-partners-cover-page-wrapper-column-right-wrapper-content h5 {
	font-weight: 500;
}

@media (min-width: 1200px) {
	html body .site .site-container .site-header .site-secondary-nav {
		width: 1200px;
		margin-left: auto;
		margin-right: auto; 
	}
    html body .site .site-container .site-header .site-primary-nav {
		width: 1200px;
		margin-left: auto;
		margin-right: auto; 
	}
	html body .site .site-container .site-content {
		width: 1200px;
		margin-left: auto;
		margin-right: auto; 
	} 
}

@media (max-width: 1200px) {			

	html body .site .site-container-fluid {
		width: 100%;	
	}	
	html body .site .site-container .site-header {
		position: relative;
		padding: 10px 0px 0; 
	}	
	html body .site .site-container .site-header .site-secondary-nav {
		padding-left: 0px;
		width: 95%;	
		margin: 0 auto;		
	}	
	html body .site .site-container .site-header .site-primary-nav {
		padding-left: 0px;
		width: 95%;	
		margin: 0 auto;		
	}
	html body .site .site-container .site-content .site-content-area .site-content-panel {
		padding: 0px 0 10px; 
		width: 95%;	
		margin: 0 auto;
	}	
	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login {
		width: 100%; 
	} 
	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login .site-auth-login-header {
		width: 97%; 
	}
	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login .site-auth-login-body {
		width: 97%; 
	}	
	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-header {
		border: 0px solid #e6e6e6;
	}
	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-login .site-auth-login-body {
		border: 0px solid #e6e6e6;
	}	
	html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left {
		position: relative;
	}
	html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-left .site-partners-cover-page-column-left {
		position: relative;
		padding-left: 0px;
		width: 97%;
		margin: 0 auto;
	}
	html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right {
		padding-left: 0%;
		width: 97%;
		margin: 0 auto;
	}	
	html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-wrapper {
		width: 55%;
		margin: 0 auto;	
	}
	html body .site .site-container-fluid .site-content .site-content-partners-cover-page .site-partners-cover-page .site-partners-cover-page-body .site-partners-cover-page-wrapper .site-partners-cover-page-wrapper-column-right .site-partners-cover-page-wrapper-column-right-wrapper .site-partners-cover-page-wrapper-column-right-wrapper-content {
		padding-top: 10px;
	}	
	
}

@media (max-width: 1200px) and (min-width: 800px) {			

	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login {
		width: 50%; 
	} 

}

@media (max-width: 800px) and (min-width: 460px) {			

	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-wrapper .site-auth-wrapper-column-right .site-auth-login {
		width: 70%; 
	} 

}

@media screen and (max-width: 768px) {

	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body {
		width: 80%;
	}
	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-content button {
		padding: 2px 10px;
		width: 60%;
		font-size: 16px;
	}

}

@media screen and (max-width: 576px) {

	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-content button {
		width: 70%;
	}

}

@media screen and (max-width: 320px) {

	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body {
		width: 90%;
	}

	html body .site .site-container-fluid .site-content .site-content-auth .site-auth .site-auth-body .site-auth-landing-page .site-auth-login .site-auth-login-body .landing-page-content button {
		width: 100%;
	}
	
}