@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: 13px;
	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);	
}

html body {
	background-color: #fff;
	height: 100vh; 
	font-size: 15px;
 }
html body .error {
    color: red; 
}
html body a, a:hover, a:focus, a:active {
	color: 1266c5;
	text-decoration: none;
}	
html body .site {
  padding: 0;
}
  
html body .site .site-container .site-header {
	position: relative;
    background-color: #fff;
    width: 100%;
    margin: 0;
    position: fixed;
    box-shadow: 1px 1px 3px 4px #e6e6e6;
    z-index: 10;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0px 5px; 
}
html body .site .site-container .site-header ul {
	display: inline-block;
	margin: 0; 
}
html body .site .site-container .site-header ul li {
	display: inline-block; 
}
html body .site .site-container .site-header .site-primary-nav {
      padding: 5px 0px 5px;
      margin-left: auto;
      margin-right: auto; }
      html body .site .site-container .site-header .site-primary-nav a {
        font-weight: 600; }
      html body .site .site-container .site-header .site-primary-nav > div {
        display: inline-block; }
      html body .site .site-container .site-header .site-primary-nav .logo {
        padding: 0; }
        html body .site .site-container .site-header .site-primary-nav .logo a img {
          height: 32px; }
      html body .site .site-container .site-header .site-primary-nav .search {
        padding: 0 10px;
        vertical-align: top;
        width: 70%; }
        html body .site .site-container .site-header .site-primary-nav .search .ui-autocomplete {
          position: absolute;
          cursor: default;
          z-index: 30 !important;
          background-color: #fff; }
        html body .site .site-container .site-header .site-primary-nav .search form {
          display: inline-block;
          width: 90%;
          padding: 0; }
          html body .site .site-container .site-header .site-primary-nav .search form .search-query {
            display: inline-block;
            width: 80%;
            margin: 0; }
html body .site .site-container .site-header .site-primary-nav .search form .search-query input {
	border: 1px solid #e6e6e6;
	width: 100%;
	border-radius: 2px;
	background-color: #f0f0f0;
	box-shadow: 0 0 0 transparent; 
	padding: 4px 10px;
}
html body .site .site-container .site-header .site-primary-nav .search form .search-submit {
            display: inline-block;
            background-color: #1266c5;
            border: 0px solid #d2d2d2;
            border-radius: 2px;
            color: #fff;
            font-weight: 600;
			font-size: 16px;
            margin: 0;
            padding: 4px 10px; 
}
      html body .site .site-container .site-header .site-primary-nav .sign-in {
        padding: 5px 0 0;
        float: right; }
        html body .site .site-container .site-header .site-primary-nav .sign-in a:hover, html body .site .site-container .site-header .site-primary-nav .sign-in a:focus, html body .site .site-container .site-header .site-primary-nav .sign-in a:active {
          text-decoration: none; }
        html body .site .site-container .site-header .site-primary-nav .sign-in a:active {
          color: #1266c5; }
        html body .site .site-container .site-header .site-primary-nav .sign-in ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          display: inline-block; }
          html body .site .site-container .site-header .site-primary-nav .sign-in ul li {
            display: inline-block;
            padding: 0 10px; }
          html body .site .site-container .site-header .site-primary-nav .sign-in ul li:last-of-type {
            padding-right: 0; }
          html body .site .site-container .site-header .site-primary-nav .sign-in ul .login .user-profile-picture {
            position: relative;
            top: -3px; }
          html body .site .site-container .site-header .site-primary-nav .sign-in ul .search-mobile {
            display: none; }
          html body .site .site-container .site-header .site-primary-nav .sign-in ul .search-mobile, html body .site .site-container .site-header .site-primary-nav .sign-in ul .login {
            font-size: 18px; }
            html body .site .site-container .site-header .site-primary-nav .sign-in ul .search-mobile a, html body .site .site-container .site-header .site-primary-nav .sign-in ul .login a {
              color: #141414; }
html body .site .site-container .site-header .site-primary-nav .sign-in ul .search-mobile a span, html body .site .site-container .site-header .site-primary-nav .sign-in ul .login a span {
	font-weight: 500;
	font-size: 14px; 
}
html body .site .site-container .site-header .site-primary-nav .sign-in ul .login a img {
	border: 1px solid rgb(245,245,245);
	border-radius: 20px;
	padding: 2px;
}				
				
html body .site .site-container .search-form {
	padding-top: 15px; 
}
html body .site .site-container .search-form .search-form-body {
	text-align: center; 
}
html body .site .site-container .search-form .search-form-body .search-form-back-btn {
	position: absolute;
	left: 0px;
	top: 15px;	
	display: inline-block; 
	border-right: 1px solid rgb(210,210,210);
	z-index: 10000;
	background-color: #ffffff;
	padding-right: 12px;
	padding-left: 5px;
	height: 32px;
}
html body .site .site-container .search-form .search-form-body .search-form-back-btn a {
	color: #3c3c46; 
}
html body .site .site-container .search-form .search-form-body .search-form-back-btn a button {
	height: 32px;
	padding-top: 7px;
	font-weight: 600;
	font-size: 18px;
	background-color: transparent;
	border: 0px solid; 
}
html body .site .site-container .search-form .search-form-body .search-form-wrapper {
	display: inline-block;
	width: 95%; 
}
html body .site .site-container .search-form .search-form-body .search-form-wrapper form {
	width: inherit;
}
html body .site .site-container .search-form .search-form-body .search-form-wrapper form input {
	height: 32px;
	border-radius: 0px; 
	width: 100%;
	padding-left: 45px;	
	padding-right: 50px;	
	box-shadow: 0 0 0 transparent;
}
html body .site .site-container .search-form .search-form-body .search-form-submit-btn {
	display: inline-block; 
}
html body .site .site-container .search-form .search-form-body .search-form-submit-btn button {
	position: absolute;
	right: 7px;
	top: 15px;
	height: 32px;
	background-color: #1266c5;
	border: 0px solid #d2d2d2;
	border-radius: 0px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 5px 14px;
}				
				
html body .site .site-container .site-content {
	padding: 70px 0px;
	margin-left: auto;
	margin-right: auto; 
}
html body .site .site-container .site-content .site-content-area .your-rating a {
	color: #3c3c46;
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .your-rating a:hover, html body .site .site-container .site-content .site-content-area .your-rating a:active, html body .site .site-container .site-content .site-content-area .your-rating a:focus {
	text-decoration: none; 
}
html body .site .site-container .site-content .site-content-area .your-rating button {
	padding: 2px 12px;
	border-radius: 3px;
	background-color: #c8c8c8;
	border: 1px solid #c8c8c8; 
}
html body .site .site-container .site-content .site-content-area .your-rating .disabled {
	color: #8c8c96; 
}
html body .site .site-container .site-content .site-content-area .your-rating .disabled button {
	background-color: #dcdcdc;
	border: 1px solid #d2d2d2; 
}
html body .site .site-container .site-content .site-content-area .help-resources {
	padding: 10px 0; 
}
html body .site .site-container .site-content .site-content-area .help-resources .help-resources-header h4 {
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .help-resources .help-resources-header p {
	font-size: 16px; 
}
html body .site .site-container .site-content .site-content-area .help-resources .help-resources-body {
	vertical-align: top;
	padding-left: 0px; 
}
        html body .site .site-container .site-content .site-content-area .help-resources .help-resources-body .help-resource {
          display: inline-block;
          padding: 8px 10px;
          border: 1px solid;
          margin-right: 8px;
          margin-bottom: 10px;
          border: 1px solid #e6e6e6;
          width: 150px;
          border-radius: 4px; }
          html body .site .site-container .site-content .site-content-area .help-resources .help-resources-body .help-resource .help-resource-header {
            padding: 2px 0px;
            font-size: 16px;
            font-weight: 600; }
          html body .site .site-container .site-content .site-content-area .help-resources .help-resources-body .help-resource .help-resource-footer a {
            color: #1266c5;
            font-weight: 600; }
html body .site .site-container .site-content .site-content-area .welcome {
	height: 400px;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .welcome .welcome-frequent {
	padding: 20px 0 0 0; 
}
        html body .site .site-container .site-content .site-content-area .welcome .welcome-frequent h4 {
          font-weight: 600; }
          html body .site .site-container .site-content .site-content-area .welcome .welcome-frequent h4 a {
            float: right;
            font-size: 15px;
            font-weight: 600; }
        html body .site .site-container .site-content .site-content-area .welcome .welcome-frequent ul {
          list-style-type: none;
          padding: 0; }
          html body .site .site-container .site-content .site-content-area .welcome .welcome-frequent ul li {
            padding: 4px 20px;
            border: 1px solid #dcdcdc;
            border-radius: 15px;
            margin-bottom: 5px;
            background-color: #e6e6e6; }
            html body .site .site-container .site-content .site-content-area .welcome .welcome-frequent ul li a {
              font-weight: 700;
              font-size: 15px; }
      html body .site .site-container .site-content .site-content-area .welcome .welcome-cover-photo img {
		width: 100%;
		height: 400px;
	  }			  
      html body .site .site-container .site-content .site-content-area .articles-list {
        padding: 10px 0px 10px; }
      html body .site .site-container .site-content .site-content-area .articles-list .articles-list-header {
        padding-bottom: 10px; }
        html body .site .site-container .site-content .site-content-area .articles-list .articles-list-header ul {
          padding: 0; }
          html body .site .site-container .site-content .site-content-area .articles-list .articles-list-header ul li {
            display: inline-block; }
            html body .site .site-container .site-content .site-content-area .articles-list .articles-list-header ul li a, html body .site .site-container .site-content .site-content-area .articles-list .articles-list-header ul li a:focus, html body .site .site-container .site-content .site-content-area .articles-list .articles-list-header ul li a:active, html body .site .site-container .site-content .site-content-area .articles-list .articles-list-header ul li a:hover {
              color: #1266c5; }
      html body .site .site-container .site-content .site-content-area .articles-list .articles-list-body .article {
        background-color: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 3px;
        padding: 10px 20px;
        margin-bottom: 10px; }
      html body .site .site-container .site-content .site-content-area .popular-articles {
        padding: 20px 0px 20px 30px; }
      html body .site .site-container .site-content .site-content-area .popular-articles ul {
        list-style-type: none;
        padding: 0 5px; }
        html body .site .site-container .site-content .site-content-area .popular-articles ul li {
          border-top: 1px solid #f0f0f0;
          padding: 4px 6px; }
html body .site .site-container .site-content .site-content-area .popular-articles .share-btns {
	padding-bottom: 10px;
}
html body .site .site-container .site-content .site-content-area .popular-articles .share-btns > div {
	display: inline-block;
	font-size: 20px;
	padding-left: 10px;
}
html body .site .site-container .site-content .site-content-area .popular-articles .share-btns .share-btn {
	font-size: 16px;
	font-weight: 600;
	color: rgb(60,60,60);
}		  
html body .site .site-container .site-content .site-content-area .popular-articles .popular {
	background-color: #fff;
	padding: 20px 20px 10px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px 1px #d2d2d2; 
}
html body .site .site-container .site-content .site-content-area .popular-articles .popular h4 {
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .popular-articles .popular .popular-header {
	padding-bottom: 10px; 
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page {
	padding-top: 15px;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page ul {
	list-style-type: none;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .wg-sell-now {
	display: inline-block;
	padding: 5px 10px;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .wg-sell-now ul li a{
	font-size: 24px;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .wg-available-regions {
	display: inline-block;
	padding: 5px 0px 5px;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .wg-available-regions ul li {
	font-size: 18px;
	padding: 8px;
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .wg-available-regions ul li a {
	color: rgb(90,90,100);
	font-weight: 400;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .widget-regions-home-page .widget-regions-home-page-footer {
	margin: 0 auto;
	padding: 10px 0px 15px;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .widget-regions-home-page .widget-regions-home-page-footer h5 {
	font-size: 18px;
	padding-bottom: 10px;
}
html body .site .site-container .site-content .site-content-area .widget-regions-home-page .widget-regions-home-page .widget-regions-home-page-footer ul li {
	display: block;
	padding: 2px 0;
}
html body .site .site-container .site-content .site-content-area .article {
	padding-top: 10px;
	margin: 0; 
}
html body .site .site-container .site-content .site-content-area .article h4 {
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .article .article-rating {
	margin: 0;
	padding: 15px 0 0; 
}
html body .site .site-container .site-content .site-content-area .article-category .article-category-header h4 {
	margin: 0;
	padding: 0 0 5px 0; 
}
html body .site .site-container .site-content .site-content-area .article-category .article-category-body {
	padding: 0; 
}		
html body .site .site-container .site-content .site-content-area .article .article-content .article-content-body {

}
html body .site .site-container .site-content .site-content-area .article-category .article-category-body .articles-list {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .article-nav ul {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .article-nav ul li {
	display: inline-block; 	
}
html body .site .site-container .site-content .site-content-area .more-help {
	padding-top: 10px;
}
html body .site .site-container .site-content .site-content-area .more-help h4 {
	font-weight: 600; 
}
html body .site .site-container .site-content .site-content-area .more-help .more-help-wrapper {
	display: inline-block;
	padding: 10px 20px 5px;
	vertical-align: top; 
}
html body .site .site-container .site-content .site-content-area .more-help .contact-us {
	padding-left: 0; 
}
html body .site .site-container .site-content .site-content-area .more-help .contact-us ul {
	list-style-type: none;
	padding: 5px; 
}
html body .site .site-container .site-content .site-content-area .more-help .contact-us ul li {
	padding: 2px 0;
	font-weight: 500;
	font-size: 16px; 
}
html body .site .site-container .site-content .site-content-area .more-help .contact-us ul li span {
	font-size: 22px; 
}
html body .site .site-container .site-content .site-content-area .more-help .follow-us ul {
	padding: 0; 
}
html body .site .site-container .site-content .site-content-area .more-help .follow-us ul li {
	display: inline-block;
	padding: 0 10px; 
}
html body .site .site-container .site-content .site-content-area .more-help .follow-us ul li .icon-color-fb {
	color: #4267b2; 
}
html body .site .site-container .site-content .site-content-area .more-help .follow-us ul li .icon-color-twitter {
	color: #00acee; 
}
html body .site .site-container .site-content .site-content-area .more-help .follow-us ul li .icon-color-youtube {
	color: #FF0000; 
}
html body .site .site-container .site-content .site-content-area .more-help .more-help-header {
	padding-bottom: 5px; 
}
html body .site .site-container .site-content .site-content-area .more-help .more-help-header h4 {
	margin: 0; 
}   
html body .site .site-container .site-content .site-content-area .more-help .more-help-body .follow-us ul li span img { 
	width: 36px;
}
html body .site .site-container .site-content .site-content-area .tutorial {

}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center h2 {
	font-weight: 800;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center ul {
	list-style-type: none;
	padding: 0;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center ul li {
	padding: 4px 5px;
	font-size: 18px;
	border-top: 1px solid rgb(210,210,210);
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center ul li a, html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center ul li a:hover, html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center ul li a:focus, html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center ul li a:active {
	color: rgb(90,90,100);
}

html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-intro {
	text-align: center;
	width: 65%;
	margin: 0 auto;
	padding: 30px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-intro h1 {
	font-weight: 900;
	font-size: 70px;
	padding-bottom: 15px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-intro p {
	font-size: 18px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-create-store {
	padding: 30px 0;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-create-store .tut-create-store-content-img {
	padding: 0 20px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-create-store .tut-create-store-content-img img {
	width: 100%;
	border-radius: 10px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products {
	padding: 30px 0;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products .tut-discover-products-content-img {
	padding: 0 30px;
	text-align: right;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products .tut-discover-products-content-img img {
	width: 100%;
	border-radius: 10px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products .tut-discover-products-content-img-mobile {
	display: none;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-share-quotes {
	padding: 50px 0 30px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-share-quotes .tut-share-quotes-content-img {
	padding: 0 20px;
	text-align: right;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-share-quotes .tut-share-quotes-content-img img {
	width: 100%;
	border-radius: 10000px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-share-quotes .tut-share-quotes-content {
	width: 80%;
	margin: 0 auto;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next {
	padding: 50px 0 30px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-header {
	text-align: center;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-header p {
	width: 50%;
	margin: 0 auto;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body {
	padding: 20px 0;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper {
	width: 80%;
	margin: 0 auto;	
	text-align: center;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper img {
	width: 70px;
	border-radius: 4px;
	border-radius: 1px solid rgb(230,230,230);
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper h3 {
	font-weight: 500;
	font-size: 20px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper .tut-what-next-content-wrapper-img {
	vertical-align: top;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper .tut-what-next-content-wrapper-left-column {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper .tut-what-next-content-wrapper-left-column > div {
	display: inline-block;
	text-align: left;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper .tut-what-next-content-wrapper-left-column .tut-what-next-content-wrapper-info {
	width: 80%;
	padding-left: 10px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper .tut-what-next-content-wrapper-right-column {
	display: inline-block;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper .tut-what-next-content-wrapper-right-column > div {
	display: inline-block;
	text-align: left;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-what-next .tut-what-next-content .tut-what-next-content-body .tut-what-next-content-wrapper .tut-what-next-content-wrapper-right-column .tut-what-next-content-wrapper-info {
	width: 80%;
	padding-left: 10px;
}

html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-share-btns {
	display: inline-block;
	position: relative;
	bottom: 5px;
	width: 100%;
	text-align: center;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-share-btns > div {
	display: inline-block;
	font-size: 20px;
	padding-left: 10px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-share-btns .share-btn {
	font-size: 20px;
	font-weight: 600;
	color: rgb(60,60,60);
}

html body .site .site-container .site-footer {
	padding-bottom: 5px;
	background-color: #0a0a0a; 
}
html body .site .site-container .site-footer ul li {
	display: block;
}
 html body .site .site-container .site-footer a {
	color: #fafafa; 
}
html body .site .site-container .site-footer .site-footer-desktop {
	display: block;
}
html body .site .site-container .site-footer .site-footer-mobile {
	display: none;
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-bottom-nav {
	padding: 20px 20px 5px;
	text-align: center;
	font-weight: 500;
	color: #fff; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-bottom-nav .currency {
	display: inline-block;
	padding-left: 10px; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-bottom-nav .social-media h4 {
	text-align: center;
	font-size: 18px;
	display: inline-block;
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-bottom-nav .social-media ul li {
	display: inline-block;
	padding: 0 5px;
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-bottom-nav .social-media ul li:first-of-type {
	padding-left: 0;
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-bottom-nav .copyright {
	padding: 10px 10px 0px; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav {
	padding: 10px 0px 15px;
	background-color: #191919; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav h4 {
	font-size: 18px;
	color: #fff; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav .site-footer-top-nav-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav .site-footer-top-nav-wrapper .company-info {
	display: inline-block;
	vertical-align: top;
	width: 30%; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav .site-footer-top-nav-wrapper .company-info h4 a img {
	width: 100px; 
}
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav .site-footer-top-nav-wrapper .company-products {
	display: inline-block;
	vertical-align: top;
	width: 30%; 
}   
html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav .site-footer-top-nav-wrapper .company-lists ul li span img {
	width: 18px;
}   
@media (min-width: 1200px) {
	html body .site .site-container .site-header .site-primary-nav {
		width: 1200px; 
	}
    html body .site .site-container .site-content {
		width: 1200px; 
	}
    html body .site .site-container .site-footer .site-footer-desktop .site-footer-top-nav .site-footer-top-nav-wrapper {
		width: 1200px; 
	} 
}

@media screen and (max-width: 992px) {	
  html body .site .site-container .site-header .site-primary-nav {
    width: 95%; }
  html body .site .site-container .site-header .site-primary-nav .search {
    position: absolute;
    left: 10000px; }
    html body .site .site-container .site-header .site-primary-nav .search-mobile {
      display: inline-block; }
    html body .site .site-container .site-header .site-primary-nav .sign-in {
      padding: 0; }
      html body .site .site-container .site-header .site-primary-nav .sign-in span {
        display: none; }
	html body .site .site-container .site-header .site-primary-nav .sign-in ul .search-mobile {
            display: inline-block; 
	}		
    html body .site .site-container .site-content {
      width: 95%; }	
    html body .site .site-container .site-content .site-content-area .your-rating button {
      padding: 2px 8px;
      margin-bottom: 5px; }
    html body .site .site-container .site-content .site-content-area .welcome .welcome-cover-photo {
      display: none; }
    html body .site .site-container .site-content .site-content-area .popular-articles {
      padding-left: 0; }
html body .site .site-container .site-content .site-content-area .popular-articles .share-btns {
	padding-left: 10px;
}	  
html body .site .site-container .site-content .site-content-area .popular-articles .popular {
	margin: 0;
	box-shadow: 0 0 0 transparent; 
} 
html body .site .site-container .site-content .site-content-area .popular-articles .popular .popular-header h4 {
	font-size: 18px;
}
html body .site .site-container .site-footer .site-footer-desktop {
	display: none;
}
html body .site .site-container .site-footer .site-footer-mobile {
	display: block;
	padding-bottom: 20px;
	background-color: #0a0a0a;
	color: #fff;
	margin: 0; 		
}	
html body .site .site-container .site-footer .site-footer-mobile a {
	color: #dcdcdc;
	font-size: 15px; 
}
html body .site .site-container .site-footer .site-footer-mobile h4 {
	font-size: 15px;
	color: #fff;
	font-weight: 600; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav {
	padding: 10px 30px 5px;
	background-color: #191919; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav ul{
	padding: 0;
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav ul li{
	display: inline-block;
	padding-right: 10px;
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-logo-and-social-media {
	vertical-align: top;
	font-size: 14px; 
	text-align: center;
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-logo-and-social-media .user-info {
	padding-bottom: 5px;
	padding-top: 20px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-logo-and-social-media .user-info ul li img {
	border: 1px solid #969696;
	padding: 2px;
	background-color: #f5f5f5; 
	border-radius: 50px;	
	margin-right: 5px;	
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-logo-and-social-media .social-media {
	padding: 0 5px 5px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-logo-and-social-media .social-media ul li {
	display: inline-block;
	padding-right: 8px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-logo-and-social-media .company-logo {
	padding: 0 0 10px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-logo-and-social-media .company-logo a img {
	max-width: 200px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-info {
	display: inline-block;
	vertical-align: top;
	width: 30%; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-info h4 a img {
	width: 100px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .company-products {
	vertical-align: top; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-top-nav .site-footer-top-nav-wrapper .company-lists ul li span img {
	width: 18px;
} 
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav {
	padding: 20px 10px 5px;
	text-align: center;
	font-weight: 500;
	color: #fff;
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav ul {
	list-style-type: none;
	padding: 0; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav ul li {
	margin: 0; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav ul li a {
	color: #fff; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav .language {
	display: block;
	padding-right: 5px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav .language ul li {
	display: inline-block;
	padding: 0 4px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav .currency {
	display: block;
	padding-left: 10px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav .copyright {
	padding: 5px 10px 0px; 
}
html body .site .site-container .site-footer .site-footer-mobile .site-footer-bottom-nav .company ul li {
	display: inline-block;
	padding: 0 4px; 
}	

html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-intro {
	width: 90%;
	padding: 20px 10px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-intro h1 {
	font-size: 50px;
	padding-bottom: 15px;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-create-store {
	padding: 20px 0;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-create-store .tut-create-store-content .tut-create-store-content-left-column {
	width: 90%;
	display: block;
	margin: 0 auto;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-create-store .tut-create-store-content .tut-create-store-content-right-column {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products {
	padding: 20px 0;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products .tut-discover-products-content .tut-discover-products-content-left-column {
	display: none;
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products .tut-discover-products-content-img-mobile {
	display: block;
	padding: 20px 0 0;
}	
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products .tut-discover-products-content-img-mobile img {
	width: 100%;
	margin: 0 auto;	
}
html body .site .site-container .site-content .site-content-area .tutorial .tutorial-body .tut-getting-started-with-seller-center .tut-discover-products .tut-discover-products-content .tut-discover-products-content-right-column {
	display: block;
	width: 90%;
	margin: 0 auto;

}	
	
}

@media (max-width: 576px) {
  html body .site .site-container .site-header .site-primary-nav {
    width: 90%; }
    html body .site .site-container .site-content {
      width: 90%; }

}

