/** Shopify CDN: Minification failed

Line 208:1 Expected "}" to go with "{"

**/
.container-popup {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 999;
  display: none;
}
.popup {
    width: 70%;
    background: #FBFBFC;
    position: absolute;
    top: -80%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9999;
  	display:none;
    padding:30px;
    height: fit-content;
}
span#close {
    color: #000;
    font-weight: 900;
    font-size: 25px;
  float: right;
  cursor:pointer;
}
.popup h1, .popup p, .popup input {
    text-align: center;
}
#resultdiv {
    color: #000;
    margin-top: 20px;
    text-align: center;
}
span#showpopuptitles {
    cursor: pointer;
    text-decoration: underline;
  padding-left: 20px;
}
input#squarespopup, input#lengthft, input#lengthin, input#widthft, input#widthin, input#squares, input#sheets {
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
}
input#lenghtwidth, input#poupsqft, .qtypopup {
    color: #fff;
    background-color: #53738a;
    border: 1px solid #53738a;
    font-size: var(--font-size-button-large);
    padding: .875rem 1.75rem;
    letter-spacing: 1px;
    position: relative;
    width: 42%;
    padding-right: .3125rem;
    padding-left: .3125rem;
    margin-left: .75rem;
          cursor: pointer;
}
form#custom_addtocart {
    text-align: center;
    margin-top: 20px;
}
.leftdiv {
    float: left;
    width: 50%;
    border-right: 2px solid #000;
    padding-left: 40px;
      text-align: center;
}
.rightdiv input {
    width: 15%;
}
.rightdiv {
    text-align: center;
}
p.sqftpr {
    text-align: left;
    font-size: 12px;
}
.box-input.sq-ft-wrapper, .qty-wrapper {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    height: 50px;
    max-width: 82px;
    text-transform: uppercase;
    text-align: center;
}
input#squares, input#sheets {
    display: block;
    width: 80px !important;
    padding: 0;
    border: none;
    margin: 7px auto 0;
    height: 22px !important;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
    outline:none;
}
#samplecart {
    color: #53738a;
    background-color: #fff;
    border: 2px solid #53738a;
    font-size: 17px;
    padding: 0.875rem 4.75rem;
    letter-spacing: 0;
    position: relative;
    width: 52%;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
  cursor:pointer;
}
#samplecart:hover {
    background: #53738a;
    color: #fff;
}
#samplecartcollection {
    border: 2px solid #53738a;
    border-radius: 5px;
    padding: 1px 10px;
    color: #53738a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  background: #fff;
  cursor:pointer;
}
button.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
   width: 35%;
    display: block;
    margin-top: 20px;
    margin-left: 0px;
}
.Sampleorder {
    margin-top: 30px;
}
span.unit-label {
    font-size: 13px;
}
span.or {
    padding: 10px;
}
.totaltitleprice p {
    text-align: left;
    font-size: 12px;
}
p.tp {
    font-size: 25px;
    margin: 0px;
    color: #0073C3;
}
input#lenghtwidth {
    width: 20%
}
.collection_pp span.money {
    float: Center;
}
span.pp_field {
    margin-left: 3px;
    font-size: 12px;
    font-weight: 900;
}
.samplbtn {
    margin-top: 10px;
}
.productgrid--item h2.productitem--title {
    height: 80px;
}
@media (max-width: 992px){
  .popup {
    width: 90%;    top: -5%;
  }
  .leftdiv {
    width: 100%;
    border-right: none;
    padding-left: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 18px
	}
  input#poupsqft {
    margin-bottom: 10px;
}
  .rightdiv input {
    width: 28%;
}
  input#lenghtwidth {
    width: 39%;
}
  span#showpopuptitles {
    padding-left: 10px;
    font-size: 13px;
}