body {
    font-family:sans-serif;
    font-size: 1.2em;
    background-color:#F4F4F4;
}
#section1{padding-bottom: 10px;}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#combine{
  border: 1px solid white; cursor: pointer; background-color: white;color: #3693FA;font-size: 16px;
  margin-left: auto;margin-right: auto;display: block;
}
#editstore,#editItem{
  font-size: medium;
}

/*buy and add to cart button*/
.btn {
  padding: 3px 7px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: black;
  background-color: #259dcf;
  border: none;
  border-radius: 5px;
  box-shadow: 0 9px #999;
}

.btn:hover {
  background-color: dodgerblue;
}

.btn:active {
  background-color: dodgerblue;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
/*end of buy and add to cart button*/

/* Reset Select */
#choices {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  box-shadow: none;
  
  background: #EFF4F6;
  background-image: none;
  font-size: 16px;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  border: 1px solid #91C0DF;
  position: relative;
  display: flex;
  max-width: 300px;
  width: 100%;
  height: 2em;
  line-height: 3;
  background: #EFF4F6;
  overflow: hidden;
  margin-bottom: 10px;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #4B4E50;
  cursor: pointer;
}
/* Arrow */
.select::after {
  font-size: small;
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2em;
  background: #EFF4F6;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #77C5F9;
}
#sortby,#sortAs{
  font-size: 16px;
  border-radius: 25px;
  border: 1px solid #91C0DF;
}
.sortcolumn,.sortrow {
  box-sizing: border-box;
}
.sortrow{width: 15%;margin-left: 65%;}
/* Create two equal columns that floats next to each other */
.sortcolumn {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.sortrow:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .sortcolumn {
    width: 100%;
  }
  .sortrow{width: 20%;margin-left: 50%;}
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tablinks{
 max-width: 120px;
 width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the condition tab */
.con-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Con-tablinks{
 max-width: 120px;
 width: 100%;
}

/* Style the buttons inside the tab */
.con-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Change background color of buttons on hover */
.con-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.con-tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.con-tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
/*seller video*/
.iframe iframe {
  max-width:350px !important;
height:215px !important;
}

.list{
   text-align: center;
    padding: 10px;
    cursor: pointer;
    
}
.list a{
    font-size: 1em;
    border: 1px blue solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #7694D2;
}

/*sold items*/
#card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.enterTrk {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #7694D2;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
.trkNum{
  margin:15px 0;
	padding:15px 10px;
	width:100%;
	outline:none;
	border:1px solid #bbb;
	border-radius:20px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
    -webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}
.loadMore{
  cursor: pointer;
  display: inline-block;
  padding: 0.3em 1.2em;
  margin:0 0.3em 0.3em 0; 
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none; 
  font-family:'Roboto',sans-serif ;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #4eb5f1;
  margin-left: auto;
  margin-right: auto;
  transition:all 0.2s;
  max-width:150px; 
  cursor: pointer;
  display: none;
  }
  .loadMore:hover{
    background-color:#4095c6;
  }
.soldDetails{
  font-size: medium;
}
.card button:hover {
  opacity: 0.7;
}

.soldColumn,.soldRow{
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.soldColumn {
  float: left;
  width: 33.3%;
 min-height: 280px;
}

/* Clear floats after the columns */
.soldRow:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .soldColumn {
    width: 100%;
    min-height: auto;
  }
}
/*sales row*/
.salesWith{
  margin-right: auto;margin-left: auto;
  max-width:500px;
  width: 100%;
}
.Salesrow,.Salescolumn {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.Salescolumn {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.salesPtag{
color:#53D2F0;
font-size:18px;
}
/* Clear floats after the columns */
.Salesrow:after {
  content: "";
  display: table;
  clear: both;
}
#feedbackcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.feedbackDetails{
  font-size: medium;
}
.card button:hover {
  opacity: 0.7;
}

.feedbackColumn,.soldRow{
  box-sizing: border-box;
}
#billing1,#billing2{
  padding:5px;
  text-align: center
}
.re-column,.re-row {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.re-column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.re-row:after {
  content: "";
  display: table;
  clear: both;
}
/*paid row*/
.paidDetails{
  font-size: medium;
  padding: 30px;
}
.card button:hover {
  opacity: 0.7;
}

.paidColumn,.soldRow {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.paidColumn {
  float: left;
  width: 50%;
 min-height: 280px;
}

/* Clear floats after the columns */
.paidRow:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .paidColumn {
    width: 100%;
    min-height: auto;
  }
}
/* Create two equal columns that floats next to each other */
.feedbackColumn1 {
  float: left;
  width: 25%;
}
.feedbackColumn2 {
  float: left;
  width: 75%;
}
/* Clear floats after the columns */
.feedbackRow:after {
  content: "";
  display: table;
  clear: both;
}
.sticky {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  border: 0;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  background: #FFFFFF;
  color: #f1f1f1;
}

.stickHeader{
  background-color:#FFFFFF !important;
}
/*cover begin*/

.propic
{
	border: 2px solid #e2e2e2;
	margin-top: -120px;
	margin-left: 70px;
  width: 100%;
  /*height: 180px;*/
  position: relative
}
.propicDiv{
  width: 20%;
}
.cover
{
	border: 2px solid #e2e2e2;
	margin-top: 20px;
  width: 99%;
}
#coverDiv{
  max-height: 300px;
  height:100%;
  overflow: hidden;
}
#ImagesDiv{
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  width: 100%;
}
#coverImg{
  position: relative;
  top: 30%;
  transform: translateY(-30%);
  width: 100%;
}
.neo-button {
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 11px;
  background: linear-gradient(145deg, #5bc6ff, #4da7db);
}

.neo-button:hover {
  max-width: 50px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 11px;
  background: linear-gradient(145deg, #4da7db, #5bc6ff);
  box-shadow: inset 6px 6px 13px #489dcf, inset -6px -6px 13px #62d5ff;
}

.neo-button .fa {
  color: #eee;
}

.help-tip:hover p{
  display:block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tip p {    
display: none;
font-family: sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
text-align: center;
background-color: #FFFFFF;
padding: 12px 16px;
width: 178px;
height: auto;
position: absolute;
transform: translate(-50%, 5%);
border-radius: 3px;
/* 	border: 1px solid #E0E0E0; */
box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
color: #37393D;
font-size: 12px;
line-height: 18px;
z-index: 99;
}

.help-tip p a {
color: #067df7;
text-decoration: none;
}

.help-tip p a:hover {
text-decoration: underline;
}

/* The pointer of the tooltip */
.help-tip p:before { 
position: absolute;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color:#FFFFFF;
top: -9px;
left: 50%;
transform: translate(-50%, -50%);
}

/* Prevents the tooltip from being hidden */
.help-tip p:after {
width: 10px;
height: 40px;
content:'';
position: absolute;
top: -40px;
left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}
/*cover end*/


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

 h2,p{
   text-align: center
}

/* Seller info */
.Seller-info{
    overflow: hidden;
    width: 100%;max-width: 1200px;margin-left: auto;margin-right: auto;border: 0px solid black; height: auto;font-family: 'Source Sans Pro', sans-serif;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  #section1{padding-bottom: 0px;}
  .column {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #coverImg{
    height:200px;
  }
  #uploadBtnImg{
    width:15px;
    height:auto;
  }
  #coverDiv{
    max-height:150px;
    height:100%;
  }
  .propic
  {
    border: 2px solid #e2e2e2;
    margin-top: -80px;
    margin-left: 70%;
    /*width: 100%;
    height: 110px*/
  }
  .propicDiv{
    width: 40%;
  }
}
/*Copied from bootstrap to handle input file multiple*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/*Also */
.btn-success {
  border: 1px solid #c5dbec;
  background:white;
  font-weight: bold;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 100px;
  direction: ltr;
  cursor: pointer;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
#feedbackoverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
/*seller feedback*/
.feedback{text-align: center}
.feedbackButton {
  background-color: white; 
  border: 2px solid #008CBA;
  color: black;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.feedbackDiv1{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 9;
    margin: auto;
    border: none;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    height: auto;
    background-color: #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.feedbackDiv2{

margin: auto;
border: none;
max-width: 200px;
    width: 100%;
    height: auto;
    padding: 5px 12px;
}
.positive{
  background-color: white; 
  border: 1px solid #008CBA;
  padding: 10px 15px;
  color: black;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;}
.negative{
       background-color: white; 
  border: 1px solid #008CBA;
  padding: 10px 15px;
  color: black;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

/* text area*/
.textArea{width: 100%; max-width: 800px; height: 400px; margin-left: auto;margin-right: auto;}

textarea {
  margin-top: 10px;
  margin-left:auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  height: 100px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  
  border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
  border-image: none;
  border-radius: 6px 6px 6px 6px;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  color: #555555;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  padding: 5px 8px;
  transition: background-color 0.2s ease 0s;
}


textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}
.comment{  
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 9;
  width: auto;
  }

.submitComment{
  background-color: white; 
  border: 1px solid #008CBA;
  border-radius: 10px;
  padding: 10px 15px;
  color: black;
  border-radius: 3px;
 margin-left: auto;
 margin-right: auto;
    display: block;
  text-decoration: none;
-ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  
  cursor: pointer;}
/*display comments*/
.displayComment{
     background-color: white; 
  border: 1px solid #008CBA;
  border-radius: 10px;
  padding: 10px 15px;
  color: black;
  border-radius: 3px;
 margin-left: auto;
 margin-right: auto;
    display: block;
  text-decoration: none;
-ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;     
    }  
.commentStyle{
     
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    max-width: 1000px;
    width: 100%;
    height: auto;
    }
.comments{font-size: 18px;padding: px;} 
.overalFeedbackPer{
        text-align: center;
    padding:10px;
    }
.displayDiff{ text-align: center}
.displayDiff button{background-color: white;border-radius: 5px;cursor: pointer}
    .positiveBtn{ border: 2px solid green;}
    .negativeBtn{border: 2px solid red;}

    /*comment table*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width:1000px;
  width: 100%;
  
}

th, td {
  text-align: left;
  padding: 8px;
    font-family:sans-serif;
    font-size: 15px;
}
th{border: 1px solid #ddd}
@media screen  and (max-width: 600px) {
.overalFeedbackPer{
     font-size: 16px;
    }

}
@media screen and (min-width:300px) and (max-width:600px){
  .btn {
    padding: 4px 11px;
    font-size: 16px;
  }
}