/* container variables */
/* =========================
   Layout
========================= */
.two-col {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 15px;
}
.two-col > .col-1 {
  flex: 0 1 40%;
  min-width: 0;
  box-sizing: border-box;
}
.two-col > .col-2 {
  flex: 0 1 60%;
  min-width: 0;
  box-sizing: border-box;
}

.product-header h1 {
  margin-bottom: 0;
}

.product-desc {
  display: block;
  padding: 10px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  align-self: flex-start;
  z-index: 2;
}

.fancyDivider {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 8px;
}
.fancyDivider:before, .fancyDivider:after {
  content: "";
  height: 1px;
  border-bottom: 1px dotted #999;
  flex: 1 1 auto; /* responsive line length */
  min-width: 60px; /* don't collapse too far */
}

/* =========================
   Skeleton Loader
========================= */
.skeleton {
  position: relative;
  background-color: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 6px;
}
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 60%);
  animation: skeleton-shimmer 1.2s infinite;
}

@keyframes skeleton-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* =========================
   Typography / Blocks
========================= */
.black_border {
  border: 3px solid #000;
  border-radius: 5px;
}

.float-price-call,
.price-callouts {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}
.float-price-call span,
.price-callouts span {
  font-size: 16px;
  font-weight: normal;
}

/* =========================
   Responsive
========================= */
@media (max-width: 998px) {
  .two-col {
    flex-direction: column;
  }
  .two-col > .col-1,
  .two-col > .col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .pricelist td:last-child,
  .price-holder {
    display: none;
  }
}
/* =========================
   Page / Tables / Forms
========================= */
#price-table {
  padding: 10px;
  min-height: 310px;
}

.order_form {
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 7px solid #e9e9e9;
  padding: 20px;
}

.actualsize,
.float-price-call,
#pr4mil,
#pr10mil,
#pr040Alum,
#cart_error,
.collapse_content,
.hg-section,
#ship_note {
  display: none;
}

.align_center {
  text-align: center;
}

.pricelist {
  background-color: #fff;
  width: 100%;
  margin-bottom: 9px;
}
.pricelist td {
  padding: 5px;
  border: 1px solid #333;
}
.pricelist tr.title {
  background-color: #f4f4f4;
}

#sign_message {
  height: 55px;
  width: 100%;
  margin-bottom: 4px;
}

#alt_comment {
  height: 80px;
  width: 100%;
}

.no_ez #sign_message {
  height: 80px;
  width: 100%;
  margin-bottom: 4px;
}

/* Buttons */
.white_broder {
  border: 8px solid #fff;
}

.white_bg {
  background: #fff;
}

.price_holder,
.form_table table {
  position: relative;
}

.form_table table {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.form_table td {
  padding: 10px;
}
.form_table textarea {
  width: 95%;
}
.form_table select {
  width: 75%;
}
.form_table input,
.form_table select,
.form_table textarea {
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #666;
}

.long_textbox {
  width: 72%;
}

.very_small {
  font-weight: normal;
  font-size: 10px;
  color: #c30;
}

span.small_link {
  cursor: pointer;
  padding-left: 3px;
  color: #33f;
}

label {
  cursor: pointer;
  padding-right: 15px;
  padding-bottom: 10px;
}
label.disable {
  color: #ccc;
}
label img {
  pointer-events: none;
}

.form-group {
  margin-bottom: 20px;
}
.form-group::after {
  display: table;
  clear: both;
  content: "";
}

[type*=tel] {
  width: 80px;
}

.label {
  font-weight: bold;
  font-size: 12px;
  padding-top: 8px;
  padding-right: 8px;
}

.large_text {
  font-size: 28px;
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #000;
}

.whatis {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  width: 35px;
  cursor: pointer;
}

.float-price-call {
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  position: fixed;
  color: #ffd900;
  font-weight: bold;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.cart_btn span {
  font-weight: bold;
}

/* =========================
   Color docker / picker
========================= */
.colorDocker {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 4002;
  border: 10px solid #ffd900;
  background-color: #ff0;
  display: none;
  border-radius: 4px;
  box-shadow: 0px 2px 20px 9px rgba(0, 0, 0, 0.75);
}

.color_wheel {
  position: relative;
  vertical-align: middle;
}

#color_choice {
  width: 75%;
}

.colorTable li {
  float: left;
  padding: 6px;
  width: 16.66%;
}
.colorTable li > a {
  display: block;
}

/* =========================
   Misc / media / buttons
========================= */
.iframepop {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99999;
  border: 0;
  overflow: hidden;
}

.ez_btn {
  background: url(../images/designtool_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  height: 143px;
  width: 100%;
  display: block;
}

.message_box {
  float: left;
  padding-right: 10px;
}
.message_box .title {
  font-size: 1.5em;
  padding: 5px;
  display: inline-block;
}

.no_ez .title {
  font-size: 1.5em;
  padding: 5px;
  display: inline-block;
}

.price_table {
  float: right;
  padding-left: 10px;
  width: 60%;
}

.proof-dialog-highlight {
  padding: 10px;
  background-color: #f9f9f9;
  line-height: 15px;
}

#pounder {
  border: 1px solid #ccc;
  padding: 10px;
  width: 401px;
  display: none;
  background-color: #fff;
  margin-bottom: 20px;
}
#pounder .yellow_highlight {
  margin-top: 10px;
}

.text_color input {
  width: 60%;
}

.bgcolor {
  margin-top: 10px;
  display: block;
}

.sign_list h4 {
  margin-bottom: 10px;
}

.postkit h1 {
  display: block;
  margin-bottom: 5px;
}

.custom_line_space {
  line-height: 19px;
}

/* =========================
   iCheck plugin Square skin, black
========================= */
.icheckbox_square,
.iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/square.png) no-repeat;
  border: none;
  cursor: pointer;
  zoom: 1;
}

.icheckbox_square {
  background-position: 0 0;
}
.icheckbox_square.hover {
  background-position: -24px 0;
}
.icheckbox_square.checked {
  background-position: -48px 0;
}
.icheckbox_square.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square.checked.disabled {
  background-position: -96px 0;
}

.iradio_square {
  background-position: -120px 0;
}
.iradio_square.hover {
  background-position: -144px 0;
}
.iradio_square.checked {
  background-position: -168px 0;
}
.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square,
  .iradio_square {
    background-image: url(../images/square@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* =========================
   Links / Tables / Utility
========================= */
a.blue {
  color: #06c;
}

#decalSet td {
  border: 1px solid #000;
}

.no_border {
  border: none;
}

.cwheel {
  width: 30px;
  height: 30px;
  vertical-align: top;
  cursor: pointer;
}

#art_acc,
#art_attachment {
  width: 63%;
  padding: 7px;
  border: 2px solid #ffd900;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  margin-top: 7px;
}

.art_btn {
  font-size: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 7px 11px;
  border-top: 2px solid #000;
}

#uploaded_files {
  width: 100%;
}

.pockets {
  width: 400px;
  padding: 10px;
  display: none;
}

.mtop15 {
  margin-top: 15px;
}

.mtop10 {
  margin-top: 10px;
}

.video_btns li {
  padding: 10px 0;
}
.video_btns li a.blue {
  font-size: 18px;
  font-weight: bold;
}

.video-btn {
  vertical-align: middle;
  font-size: 10px;
  display: inline-block;
}

/* =========================
   Image radio
========================= */
.imageRadio input[type=radio] {
  position: absolute;
  z-index: -100;
  opacity: 0;
}

.rad1 + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.rad1 + label:hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.rad1 + label:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 5px;
  background-image: url("../images/tk.png");
  background-size: cover;
  transition-property: all;
  transform: scale(0);
  transition-duration: 0.2s;
  border: 2px solid black;
  box-shadow: 2px 6px 32px -10px rgba(0, 0, 0, 0.76);
  border-radius: 50px;
}
.rad1 + label .no-stock {
  visibility: visible;
  opacity: 1;
}

input[type=radio]:checked.rad1 + label:after {
  transform: scale(1);
}
input[type=radio]:checked.rad1 + label:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.no-stock {
  position: absolute;
  top: 20%;
  background-color: #ffd900;
  color: #fff;
  visibility: hidden;
  font-size: 18px;
  padding: 10px;
  left: 13%;
  color: #000;
  border: 2px solid #000;
}

.gray-text {
  color: #a1a1a1;
}

.hg-section {
  max-width: 280px;
  margin-top: 15px;
}

.medium {
  font-size: 20px;
}

.max-600 {
  max-width: 600px;
  margin: 0 auto;
}

.sign-care {
  background-image: url("../images/sign-care-and-cleaning.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-right: 2rem;
}

.disc-bullet {
  list-style: disc;
  line-height: 25px;
  margin-left: 30px;
}

.p25 {
  padding: 25px;
}

.mb-50 {
  margin-bottom: 55px;
}

@media (max-width: 998px) {
  .sign-care {
    background-image: none;
  }
}
