.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.scq-main-form table, .scq-main-form .scq_user_information{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border-color: #dcd7ca;
    border: 1px solid #dcd7ca;
    padding: 15px;
}

.scq-main-form table td,.scq-main-form table th {
  border: 1px solid #ddd;
  padding: 8px;
}

/*.scq-main-form table tr:nth-child(even){background-color: #f2f2f2;}

.scq-main-form table tr:hover {background-color: #ddd;}
*/
.scq-main-form table th {
padding: 12px;
  background-color: #c5030e;
  color: white;
}
td.product_img_title {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.product_price {
    text-align: right;
}
td.delete_product {
    text-align: center;
}
.scq-main-form span.woocommerce-Price-amount.amount {
    float: right;
}
.scq-section .add_to_samples{margin-right: 10px !important;}
.scq-section .message {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
}
#scq-form .product_img {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.sample-box {
    position: fixed;
    width: 100%;
    height: 150px;
    z-index: 10;
    display: block;
    left: 0px;
    bottom: -150px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.sample-box .sam-header {
    display: inline-block;
    background-color:#dedede;
    padding: 10px 30px 10px;
    margin-right: 24px;
    right: 0px;
    position: absolute;
    top: -44px;
    cursor: pointer;
    border: 2px solid #c5030e;
    border-bottom: 0px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sample-box .sam-header.icon-up-arrow:before {
    color: black;
    font-weight: 900;
    margin-right: 14px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.icon-up-arrow:before {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
}
.samb .sample-box .sam-header.icon-up-arrow:before {
    content: "\f078";
}
.sample-box .sam-body {
    background-color: #dedede;
    width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #c5030e;
}
.sample-box .sam-body .sam-text {
    width: 370px;
    padding: 20px;
}
.sample-box .sam-body .sam-text h4 {
    padding: 0px;
        font-size: 30px;
    color: #c5030e;
    margin: 0;
    line-height: 110px;
}
.sam-text p {
    margin: 0;
    font-size: 20px;
    color: #000;
}
.sample-box .sam-body .sam-items {
    display: flex;
    width: calc(100% - 670px);
    height: 200px;
    justify-content: flex-end;
}
.sample-box .sam-body .sam-items .box {
    margin: 14px 10px;
    background-color: white;
    height: 100px;
    text-align: center;
    background-size: cover;
    position: relative;
}
.sample-box .sam-body .sam-items .box img {
    width: auto;
    height: 120px;
}
.sample-box .sam-body .sam-items .box .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    cursor: pointer;
}

.sample-box .sam-body .sam-items .box .close:after, .sample-box .sam-body .sam-items .box .close:before {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    transform: rotate(45deg);
    background-color: #c5030e;
    right: 8px;
    position: absolute;
    top: 2px;
}
.sample-box .sam-body .sam-items .box .close:before {
    transform: rotate(-45deg);
}
.sample-box .sam-body .sam-items .box {
    margin: 14px 5px;
    background-color: white;
    text-align: center;
    background-size: cover;
    position: relative;
}
.sample-box .sam-body .sam-items .box .text {
    padding: 10px 0 0;
}
.sample-box .sam-body .sam-items .box div {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.sample-box .sam-body .sam-items .box .plus {
    font-weight: 400;
    font-size: 30px;
}
.sample-box .sam-body .sample-checkout {
    width: 300px;
    padding: 32px;
}
.sample-box .sam-body .sample-checkout .btn {
    border: 2px solid#c5030e;
    padding: 0 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.63);
    cursor: pointer;
    color: #c5030e;
        display: block;
    height: 60px;
    font-size: 24px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.sample-box .sam-body .sample-checkout .btn:hover{ background-color:#c5030e;color: #fff;}
.samb .sample-box {
    bottom: 0px;
}
#scq-form .product_img img {
    width: auto;
    height: 100px;
}
.product_qty {
    text-align: center;
    width: 200px;
}
.product_qty .plus_qty, .product_qty .minus_qty {
    width: 20%;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 50px;
}
.product_qty .scq_qty {
    width: 60% !important;
    float: left;
}
.scq_user_information label {
    width: 100%;
}
.scq_user_information input[type=text]:not(.browser-default), .scq_user_information select:not(.browser-default){
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.scq_user_information textarea {
    width: 100%;
    height: 80px;
    background-color: transparent;
}
.validate {
    color: red;
}

@media (max-width:1200px){
.sample-box .sam-body .sample-checkout .btn {
    padding: 0 10px;
    height: 50px;
    font-size: 18px;
}
.sample-box .sam-body .sample-checkout {
    width: 200px;
    padding: 40px 25px;
}
.sample-box .sam-body .sam-text h4 {
    font-size: 24px;
    line-height: 90px;
}
.sample-box .sam-body .sam-text {
    width: 300px;
}
.sample-box .sam-body .sam-items {
    width: calc(100% - 500px);
}
}
@media (max-width:1023px){
.sample-box .sam-body .sample-checkout {
    width: 150px;
    padding: 20px 25px 20px 5px;
}
.sample-box .sam-body .sam-text {
    width:180px;
}
.sample-box .sam-body .sam-items {
    width: calc(100% - 330px);
}

.sample-box .sam-body .sam-text h4 {
    font-size: 24px;
    line-height: 50px;
}

}

@media (max-width:767px){
.sample-box .sam-body .sam-text h4 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.sample-box .sam-body .sam-text {
    width: 100%;padding: 10px 0 0;
}
.sample-box .sam-body .sam-items {
    width: 100%;padding: 10px; justify-content: center;height: 70px;
}
.sample-box .sam-body .sam-items .box {
    margin: 5px 5px;
}

.sample-box .sam-body .sample-checkout {
    width: 100%;
    padding: 0px 10px 10px;
}
.sample-box .sam-body .sam-items {
    padding: 0 10px 10px;
}
body {
    padding-bottom: 40px !important;
}
.sample-box .sam-body .sam-items .box img {
    height: 60px;
}
.sample-box .sam-body .sam-items .box {

    height: 60px;

}
.sample-box {
    height: 175px;
    bottom: -175px;
}
.sample-box .sam-body {
    height: 175px;
}
}