  .clearfix:after {
    content: "";
    display: table;
    clear: both
}

body {
    background: #f4f4f4
}

.app .tiny-text {
    color: #78909c
}

.app .heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px
}

.app .clients h3, .app .reviews h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.app .clients h3 {
    font-size: 20px
}

.app .reviews {
    padding-top: 36px;
    margin-top: 9px;
    position: relative;
    margin-bottom: 15px
}

.app .review-item .btn:after {
    content: " ";
    position: absolute
}

.app .swiper-container {
    margin-top: 20px
}

.app .swiper-slide {
    text-align: center
}

.app .swiper-slide .img-wrapper {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.app .swiper-slide img {
    width: 150px;
    height: auto;
    top: 30%;
    position: relative
}

.app .swiper-button-next, .app .swiper-button-prev {
    background-size: 40% 40%
}

.app .review-item {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.app .review-item .btn {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    border: 1px solid #cdd5d8;
    font-size: 12px;
    color: #111;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0, #efefef 100%);
    background: -webkit-linear-gradient(top, #fefefe 0, #efefef 100%);
    background: linear-gradient(to bottom, #fefefe 0, #efefef 100%);
    padding-left: 40px;
    position: relative
}

.app .review-item .btn:after {
    left: 30px;
    top: 5px;
    background: #e0e4e7;
    width: 1px;
    height: 18px
}

.app .review-item .btn.btn-facebook:before, .app .review-item .btn.btn-google:before, .app .review-item .btn.btn-yelp:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    content: " "
}

.app .review-item .btn.btn-yelp:before {
    height: 28px;
    background: url(/rfq/assets/images/reviews/yelp.png) center center no-repeat
}

.app .review-item .btn.btn-facebook:before {
    height: 28px;
    background: url(/rfq/assets/images/reviews/facebook.png) center center no-repeat
}

.app .review-item .btn.btn-google:before {
    height: 28px;
    background: url(/rfq/assets/images/reviews/gplus.png) center center no-repeat
}

.app .review-item .person {
    clear: both;
    font-size: 14px
}

.app .review-item .rating i {
    color: #ffa000
}

.app .review-item p {
    font-size: 12px;
    margin-top: 15px
}

.app .review-item .photo {
    float: left;
    padding-right: 11px
}

.app .review-item .photo img {
    border-radius: 36px;
    max-width: 36px
}

.app .reviews .review-item:not(:last-child):after {
    content: " ";
    position: absolute;
    width: 108px;
    height: 1px;
    background-color: #bac6cc;
    margin: auto;
    left: 70px;
    bottom: 0
}

.app .reviews > p {
    text-align: center
}

.app .review-item .info {
    overflow: hidden
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #455a64;
    margin-right: -1px;
    margin-top: 2px
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
    border-color: #b0bec5;
    background-color: #fafafa
}

.nav-tabs {
    border-bottom-color: #b0bec5
}

.tab-pane {
    background: #fff;
    border: 1px solid #b0bec5;
    border-top: none
}

.nav-tabs > li.active > a {
    margin-top: 0;
    padding-top: 12px;
    border-radius: 0;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    border-bottom-color: transparent !important
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    border-color: #b0bec5
}

.form-row {
    display: block;
    margin-bottom: 35px
}

.form-row label {
    display: block;
    font-weight: 700
}

.form-row label span {
    font-weight: 400;
    color: #78909c
}

.form-row label p.sub-label {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #78909c
}

.form-row .selectbox {
    height: 34px;
    overflow: hidden;
    width: 220px;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    position: relative
}

.form-row .selectbox:after {
    position: absolute;
    right: 10px;
    top: 13px;
    content: " ";
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url(/rfq/assets/images/select-arrow.png) no-repeat
}

.form-row .selectbox select {
    font-size: 14px;
    color: #333;
    padding: 5px;
    width: 268px;
    border: none;
    box-shadow: none;
    background: 0 0;
    -webkit-appearance: none
}

.form-row .selectbox select:focus {
    outline: 0
}

.checklistbox {
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
    height: 112px;
    overflow-y: auto;
    width: 220px;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    max-height: 400px;
    overflow: hidden
}

.checklistbox [type=checkbox]:checked, .checklistbox [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.checklistbox [type=checkbox]:checked + label, .checklistbox [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.checklistbox [type=checkbox]:checked + label:before, .checklistbox [type=checkbox]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px dotted #ccd2d5;
    background: #fff;
    border-radius: 16px
}

.checklistbox [type=checkbox]:checked + label:after, .checklistbox [type=checkbox]:not(:checked) + label:after {
    content: ' ';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: url(/rfq/assets/images/icon-check.png) 3px center no-repeat #00c853;
    transition: all .2s
}

.checklistbox [type=checkbox] + label {
    margin-bottom: 0
}

.checklistbox [type=checkbox]:checked + label {
    background-color: #e1f5e9
}

.checklistbox [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

.checklistbox [type=checkbox]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

.checklistbox [type=checkbox]:disabled:checked + label:before, .checklistbox [type=checkbox]:disabled:not(:checked) + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.checklistbox [type=checkbox]:disabled:checked + label:after {
    color: #999
}

.checklistbox [type=checkbox]:disabled + label {
    color: #aaa
}

.checklistbox li {
    line-height: 100%;
    padding: 0;
    margin: 0
}

.checklistbox li label {
    font-weight: 400;
    padding: 7px 10px
}

.checklistbox li:hover {
    background-color: #f4f4f4
}

.checklistbox .jspVerticalBar {
    width: 15px;
    background: #fff;
    padding: 1px;
    border: 1px solid #c8cfd3;
    border-left: 2px solid #c8cfd3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.checklistbox .jspVerticalBar .jspTrack {
    background: 0 0
}

.checklistbox .jspVerticalBar .jspTrack .jspDrag {
    background: #b0bec5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.checklistbox.error {
    border: 1px solid #e37171;
    background: #fae8e8
}

.checklistbox.error .jspVerticalBar {
    border-color: #e37171
}

p.check-error {
    color: #b71c1c;
    margin-top: 10px;
    margin-left: 3px
}

p.check-error:before {
    content: '';
    display: inline-block;
    background: url(/rfq/assets/images/error.jpg) center center no-repeat;
    width: 15px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px
}

.radio-group {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0
}

.radio-group li {
    line-height: 100%;
    padding: 0;
    margin: 5px 0
}

#upload-files .radio-group li {
    margin: 20px 0
}

#upload-files .radio-group li:last-child {
    margin-bottom: 5px
}

.radio-group [type=radio]:checked, .radio-group [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.radio-group [type=radio]:checked + label, .radio-group [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.radio-group [type=radio]:checked + label:before, .radio-group [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #7b939e;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 16px
}

.radio-group [type=radio]:checked + label:before {
    border: 1px solid #ff9105;
    box-shadow: 0 3px 8px rgba(255, 145, 5, .3)
}

.radio-group [type=radio]:checked + label:after, .radio-group [type=radio]:not(:checked) + label:after {
    content: ' ';
    position: absolute;
    top: 7px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    box-shadow: 0 3px 8px rgba(255, 145, 5, .3);
    transition: all .2s;
    background: #ff9105;
    box-sizing: border-box
}

.radio-group [type=radio] + label {
    margin-bottom: 0;
    line-height: 135%;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400
}

.radio-group [type=radio]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

.radio-group [type=radio]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

.radio-group [type=radio]:disabled:checked + label:before, .radio-group [type=radio]:disabled:not(:checked) + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.radio-group [type=radio]:disabled:checked + label:after {
    color: #999
}

.radio-group [type=radio]:disabled + label {
    color: #aaa
}

.radio-group button.small-btn {
    padding: 0 12px;
    margin: 0 0 0 30px;
    display: block
}

#upload-files .radio-group label {
    margin-bottom: -5px;
    padding-left: 30px
}

.radio-group p.upload-file {
    color: #2196f3;
    margin: 10px 0 13px 40px;
    font-size: 14px;
    border-bottom: 1px dotted #2196f3;
    display: inline-block;
    position: relative
}

.radio-group p.upload-file:before {
    content: "";
    background: url(/rfq/assets/images/file-ico.png) center center no-repeat;
    display: block;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 0;
    left: -15px
}

.radio-group p.upload-file span {
    cursor: pointer
}

.radio-group p.upload-file span:after {
    content: "x";
    position: absolute;
    top: 0;
    right: -13px;
    font-size: 13px;
    line-height: 12px
}

.app .radio-group .sub-item-input {
    width: 80px;
    margin: 4px 0 4px 30px
}

.radio-group label[for=doc_size2]:after, .radio-group label[for=doc_size2]:before {
    content: none !important
}

.checklistbox-square {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.checklistbox-square [type=checkbox]:checked, .checklistbox-square [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.checklistbox-square [type=checkbox]:checked + label, .checklistbox-square [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.checklistbox-square [type=checkbox]:checked + label:before, .checklistbox-square [type=checkbox]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccd2d5;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: inset 2px 0 4px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 2px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 2px 0 4px 0 rgba(0, 0, 0, .15)
}

.checklistbox-square [type=checkbox]:checked + label:after, .checklistbox-square [type=checkbox]:not(:checked) + label:after {
    content: ' ';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: url(/rfq/assets/images/check.png) 3px center no-repeat #fbecda;
    transition: all .2s;
    border: 1px solid #ff8f00;
    box-shadow: 0 3px 5px rgba(255, 145, 5, .25)
}

.checklistbox-square [type=checkbox] + label {
    margin-bottom: 0
}

.checklistbox-square [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

.checklistbox-square [type=checkbox]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

.checklistbox-square [type=checkbox]:disabled:checked + label:before, .checklistbox-square [type=checkbox]:disabled:not(:checked) + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.checklistbox-square [type=checkbox]:disabled:checked + label:after {
    color: #999
}

.checklistbox-square [type=checkbox]:disabled + label {
    color: #aaa
}

.checklistbox-square li {
    line-height: 100%;
    padding: 0;
    margin: 0
}

.checklistbox-square li .sub-check-list {
    padding-left: 27px
}

.checklistbox-square li .sub-check-list li {
    width: 50%;
    float: left
}

.checklistbox-square li .info {
    clear: both
}

.checklistbox-square li textarea {
    width: 100%;
    max-width: 350px;
    resize: none;
    height: 50px;
    border: 2px solid #d3dade;
    margin-left: 25px;
    margin-top: 9px;
    display: block;
    padding: 8px 10px
}

.checklistbox-square li textarea:focus {
    border: 2px solid #ff8f00;
    -webkit-box-shadow: 0 0 13px 0 rgba(255, 193, 7, .35);
    -moz-box-shadow: 0 0 13px 0 rgba(255, 193, 7, .35);
    box-shadow: 0 0 13px 0 rgba(255, 193, 7, .35)
}

.checklistbox-square li label {
    font-weight: 400;
    padding: 7px 17px 7px 10px;
    display: inline-block
}

.checklistbox-square li label span {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0
}

.checklistbox-square li label span {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 50%;
    color: #97aab3;
    content: "?";
    display: block;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    margin-top: 6px;
    text-align: center;
    width: 15px
}

.checklistbox-square li label span:before, .show-info-on-click span:before {
    background: #fff8ea none repeat scroll 0 0;
    border-bottom: 1px solid #eed1a0;
    border-left: 1px solid #eed1a0;
    content: "";
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    opacity: 0;
    transition: all 0s ease;
    display: block;
    visibility: hidden;
    left: 2px;
    top: -10px;
    z-index: 10000
}

.checklistbox-square li label span:after {
    background: #fff8ea none repeat scroll 0 0;
    border: 1px solid #eed1a0;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    color: #6e6d6c;
    content: attr(data-title);
    display: block;
    font-size: 14px;
    margin-left: 10px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    bottom: 100%;
    left: -40px;
    transition: all 0s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: 9999;
    text-align: left;
    font-weight: 400
}

.checklistbox-square li label span:hover:after, .checklistbox-square li label span:hover:before, .show-info-on-click span:after, .show-info-on-click span:before {
    transition-delay: .5s;
    visibility: visible;
    opacity: 1
}

.app input {
    border: 1px solid #b0bec5;
    padding: 0 7px;
    height: 28px;
    line-height: 26px;
    color: #000;
    font-size: 14px
}

input.big-input {
    width: 100%;
    max-width: 265px;
    height: 36px;
    line-height: 34px;
    padding: 0 12px
}

.app button {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 12px;
    color: #000 !important;
    height: 28px;
    line-height: 26px;
    margin: 0
}

a.orange-button, button.orange-button {
    border: 1px solid #8f6e1b;
    background: -moz-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6dc9b), color-stop(100%, #f0c556));
    background: -webkit-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: -o-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: -ms-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: linear-gradient(180deg, #f6dc9b 0, #f0c556 100%);
    -webkit-box-shadow: 0 3px 3px 0 rgba(33, 150, 243, .09);
    -moz-box-shadow: 0 3px 3px 0 rgba(33, 150, 243, .09);
    box-shadow: 0 3px 3px 0 rgba(33, 150, 243, .09)
}

.footer-step-area {
    border-top: 2px solid #d0d8dc;
    padding: 25px 28px;
    display: table;
    width: 100%
}

.footer-step-area .big-btn {
    padding: 0 40px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    font-family: arial
}

.footer-step-area .footer-left {
    display: table-cell
}

.footer-step-area .footer-left button {
    display: inline-block;
    vertical-align: middle
}

.footer-step-area .footer-left button.finish {
    display: block;
    font-weight: 700;
    margin-bottom: 17px
}

.footer-step-area .footer-left a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #2196f3;
    margin-left: 38px
}

.footer-step-area .footer-left a.back {
    display: block;
    margin: 0
}

.footer-step-area .footer-left a.back:before {
    content: "<";
    margin-right: 7px
}

.footer-step-area .footer-left p a {
    margin: 0;
    padding: 0
}

.footer-step-area .footer-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle
}

.footer-step-area .footer-right img {
    margin-left: 20px
}

.tab-container {
    padding: 28px 28px 0
}

h2.cart-title {
    font-size: 30px;
    font-weight: 700;
    display: block;
    padding: 0 90px 0 0;
    margin: 0 0 25px;
    background: url(/rfq/assets/images/cart-logo.jpg) center right no-repeat
}

h2.order-succses i {
    font-size: 30px;
    color: #4caf50;
    font-weight: 400;
    margin-right: 15px
}

.delivery-info {
    padding: 10px 20px;
    background: #fefcea;
    margin-bottom: 25px
}

.delivery-info p {
    margin: 0 0 5px
}

.delivery-info p strong {
    font-size: 16px
}

.delivery-info p strong span.color-green {
    color: #4caf50
}

.delivery-info p span.sep {
    color: #b0bec5
}

.delivery-info p a {
    color: #2196f3
}

.cart-option {
    margin-bottom: 70px
}

.cart-option table {
    width: 100%
}

.cart-option table.product-count {
    margin-bottom: 30px
}

.cart-option table th {
    font-weight: 700;
    font-size: 14px;
    color: #90a4ae;
    text-align: right
}

.cart-option table td {
    padding: 6px 0;
    text-align: left
}

.cart-option table td:nth-child(2n) {
    text-align: right
}

.cart-option table td span.price {
    font-size: 18px;
    color: #333
}

.cart-option table td p.upload-file {
    color: #2196f3;
    margin: 0 0 0 30px;
    font-size: 16px;
    border-bottom: 1px dotted #2196f3;
    display: inline-block;
    position: relative
}

.cart-option table td p.upload-file:before {
    content: "";
    background: url(/rfq/assets/images/file-ico-big.jpg) center center no-repeat;
    display: block;
    width: 12px;
    height: 23px;
    position: absolute;
    top: 0;
    left: -18px
}

.cart-option table .extras td p.upload-file:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "+";
    font-size: 18px;
    top: 1px
}

.cart-option table td p.upload-file span {
    cursor: pointer
}

.cart-option table td p.upload-file span:after {
    content: "x";
    position: absolute;
    top: 0;
    right: -13px;
    font-size: 19px;
    line-height: 21px
}

.cart-option table td p.doc-info {
    color: #78909c;
    font-size: 14px;
    margin: 0 0 0 30px
}

.cart-option table.product-total td {
    text-align: right;
    padding: 2px 0;
    font-size: 14px
}

.cart-option table.product-total td.orange-text {
    color: #ff9800;
    font-size: 14px
}

.cart-option table.product-total td.orange-text .price {
    color: #ff9800;
    font-size: 14px;
    font-weight: 700
}

.cart-option table.product-total td.total {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0
}

.cart-comment-area {
    margin-bottom: 50px
}

.cart-comment-area p {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin: 0
}

.cart-comment-area p.none {
    font-weight: 400;
    font-style: italic;
    color: #90a4ae
}

.cart-comment-area p.comment-save {
    font-weight: 400
}

.cart-comment-area p.s-head {
    margin-bottom: 9px
}

.cart-comment-area p button {
    height: 24px;
    line-height: 22px;
    border: 1px solid #b0bec5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 0 0 7px;
    padding: 0 8px;
    background: #fff;
    background: -moz-linear-gradient(270deg, #fff 0, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(270deg, #fff 0, #f0f0f0 100%);
    background: -o-linear-gradient(270deg, #fff 0, #f0f0f0 100%);
    background: -ms-linear-gradient(270deg, #fff 0, #f0f0f0 100%);
    background: linear-gradient(180deg, #fff 0, #f0f0f0 100%)
}

.cart-comment-area p button i {
    font-size: 12px;
    margin-right: 4px
}

.cart-comment-area p button.orange-btn {
    background: -moz-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6dc9b), color-stop(100%, #f0c556));
    background: -webkit-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: -o-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: -ms-linear-gradient(270deg, #f6dc9b 0, #f0c556 100%);
    background: linear-gradient(180deg, #f6dc9b 0, #f0c556 100%);
    -webkit-box-shadow: 0 3px 3px 0 rgba(33, 150, 243, .09);
    -moz-box-shadow: 0 3px 3px 0 rgba(33, 150, 243, .09);
    box-shadow: 0 3px 3px 0 rgba(33, 150, 243, .09)
}

.cart-comment-area textarea {
    width: 100%;
    max-width: 390px;
    resize: none;
    height: 50px;
    border: 2px solid #d3dade;
    display: block;
    padding: 8px 10px
}

.cart-comment-area textarea:focus {
    border: 2px solid #ff8f00;
    -webkit-box-shadow: 0 0 13px 0 rgba(255, 193, 7, .35);
    -moz-box-shadow: 0 0 13px 0 rgba(255, 193, 7, .35);
    box-shadow: 0 0 13px 0 rgba(255, 193, 7, .35)
}

.col-md-8 .messagearea {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border: 1px solid #b0bec5;
    padding: 23px;
    margin-bottom: 60px
}

.messagearea .top-suc {
    padding: 0 90px 0 0;
    margin: 0 0 40px;
    background: url(/rfq/assets/images/cart-logo.jpg) center right no-repeat
}

.messagearea .top-suc h3 {
    margin: 0 0 5px;
    color: #4caf50;
    font-size: 18px;
    font-weight: 700
}

.messagearea .top-suc h3 i {
    font-weight: 400;
    margin-right: 4px
}

.messagearea .top-suc p a {
    color: #2196f3
}

.messagearea .info-area p {
    margin: 0
}

.messagearea .info-area .col-md-12 {
    margin-top: 25px
}

.messagearea .f-bottom {
    margin-top: 50px
}

.messagearea .f-bottom a {
    font-weight: 400;
    padding: 0 15px;
    height: 34px;
    line-height: 32px;
    font-size: 14px
}

.messagearea .f-bottom a i {
    margin-right: 10px
}

.messagearea .f-bottom .white-btn {
    display: inline-block;
    color: #000;
    padding: 0 14px 0 8px;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    background: #fff;
    background: -moz-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: -o-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: linear-gradient(180deg, #fff 0, #efefef 100%);
    border: 1px solid #b0bec5;
    margin-left: 14px
}

.messagearea .f-bottom .white-btn span {
    display: inline-block;
    vertical-align: top;
    height: 26px
}

.messagearea .f-bottom .white-btn span:before {
    background: url(/rfq/assets/images/pdf.png) left center no-repeat;
    width: 13px;
    display: inline-block;
    content: '';
    height: 26px
}

.messagearea .f-bottom p {
    padding: 12px 18px;
    display: block;
    background: #4caf50;
    color: #fff
}

.messagearea .f-bottom p span {
    font-size: 18px;
    font-weight: 700
}

.messagearea .f-bottom p span.w-bg {
    background: #19691c;
    padding: 6px
}

.messagearea .f-bottom p i {
    margin-right: 12px
}

.f-info h3.f-head {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px
}

.f-info p.f-text {
    color: #000;
    line-height: 24px;
    margin: 0 0 20px
}

.f-info .white-btn {
    padding: 0 14px 0 8px;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    background: #fff;
    background: -moz-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: -o-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(270deg, #fff 0, #efefef 100%);
    background: linear-gradient(180deg, #fff 0, #efefef 100%);
    border: 1px solid #b0bec5
}

.checklistbox-square li label span:after, .show-info-on-click span:after {
    background: #fff8ea none repeat scroll 0 0;
    border: 1px solid #eed1a0;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    color: #6e6d6c;
    content: attr(data-title);
    display: block;
    font-size: 13px;
    left: -60px;
    margin-left: 10px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: unset;
    bottom: 100%;
    bottom: calc(100% + 5px);
    transition: all 0s ease 0s;
    visibility: hidden;
    width: 400px;
    z-index: 9999
}

.app #extras textarea:focus, .app input:focus, .app select:focus, .app textarea:focus {
    border-color: #ffa919 !important
}

.app .tab-content {
    padding-bottom: 40px
}

.show-info-on-click span {
    display: none;
    position: relative
}

.show-info-on-click span:after {
    opacity: 1;
    visibility: visible
}

.app .form-row.expiration-date input {
    width: 130px
}

.cart-option table td p.sa_addInfo {
    color: #78909c;
    font-size: 14px;
    margin: 5px 0 0 30px
}

.footer-step-area .footer-right img {
    max-width: 110px;
    height: auto;
    max-height: 40px;
}

.sa_sendToCheck {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 30px
}

.sa_sendToCheck p {
    margin-bottom: 3px;
    font-style: italic;
    font-size: 14px
}

.sa_sendToCheck .sa_sendToCheck_text {
    margin-bottom: 15px;
    font-style: normal;
    font-size: 16px
}

.sa_sendToCheck a {
    font-style: normal
}

#project-info:before {
    content: "";
    display: block;
    position: absolute;
    width: 135px;
    height: 40px;
    background-image: url("/wp-content/uploads/2022/05/arrow_orange-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 114px;
    left: -94px
}

#project-info.sa_remove_arrow:before {
    content: none
}

.sa_footer_top_sidebar .reviews {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-top: 0
}

.sa_footer_top_sidebar .reviews > img {
    width: 200px;
    height: auto
}

.sa_footer_top_sidebar .clients {
    width: 100%
}

#sa_toggle_extras img {
    width: 11px;
    margin-left: 5px;
    height: auto;
    transform: rotate(90deg);
    transition: all .5s
}

#sa_toggle_extras.sa_expanded img {
    transform: rotate(-90deg)
}

#rfq-content form #review .name.sa_checkout_filename{
    max-width: 85%;
    word-wrap: break-word;
    line-height: 20px;
    white-space: initial;
}
#live_quote_content .cart-option table td p.upload-file, .ajax.new #upload-files .radio-group p.upload-file,
#cartcontent .cart-option table td p.upload-file{
    max-width: 80%;
    word-wrap: break-word;
    line-height: 20px;
    white-space: initial;
}
#cartcontent .cart-option{
    overflow: auto;
}
#cartcontent .product-count{
    table-layout: fixed;
    width: 100%;
}
#cartcontent .cart-option table th:first-child{
    width: 70%;
}