/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float: left;
  /*margin: 1% 0 1% 1.6%;*/
}

.col:first-child {
  margin-left: 0;
} /* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

* {
  box-sizing: border-box;
}
/*.row {
    width: 90%;
    margin: 0 auto;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}*/
#petticoats {
  padding: 10px;
}
.amazonimg{
  width: 100px;
}
#preview1 {
  z-index: 2;
}
.tufj{
  font-family: 'FONTSPRING DEMO - Integral CF MediumRegular';
  line-height: 2em;
}
.btn_proceed{
  background: black;
  font-family: nunito;
  color: white;
  border-radius: 100px;
  padding: 12px;
  width: 220px;
}
.btn_proceed:hover{
  background: black;
  color: white;
  border-radius: 100px;
}

#preview2 {
  margin-left: -50px;
  z-index: 3;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
  padding: 0;
  margin: 0px 0 10px 0px;
}
h3 {
  padding: 0;
  margin: 0 10px;
}

#selectionInfo,
#errorText {
  font-size: 12px;
}
.previewtxt {
  color: #777;
  font-size: 13px;
}
.disimg {
  width: 30px;
  height: 30px; /*margin: 0px 0 -10px 0;*/
}
.butsec {
  padding: 13px 0px;
  height: 107px;
}

#clear {
  color: #f00;
  text-decoration: none;
}
#clear:hover {
  color: #f00;
  text-decoration: underline;
}
#selectionInfo {
  height: 20px;
}
#errorText {
  color: red;
}
.piot{
  font-family: nunito;
  font-size: 18px;
  line-height: 3em;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
  background: #fafafa;
}
.span_cen {
  text-align: center;
  background: #fff;
  border-right: 1px solid #ddd;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 680px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}

.scrolldiv {
  width: 100%;
  height: 135px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.container5 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  grid-template-rows: repeat(30, 40px);
}
.petticoat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  line-height: 16px;
  color: #000;
  border-radius: 5px;
}

html {
  --scrollbarBG: #e8e6e6;
  --thumbBG: #ccc;
}
.scrolldiv::-webkit-scrollbar {
  width: 11px;
  background: #e8e6e6;
}
.scrolldiv {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.scrolldiv::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.scrolldiv::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
.scrolldiv {
  background: whitesmoke;
  overflow-y: auto;
}
