/* Cart Template */
.cart-template {
    background: #FBFBFB;
    padding: 0 5em;
    display: inline-block;
    width: 100%;
}

.cart-template .box-container {
    position: relative;
}

.cart-template .box-container h1 {
    width: auto;
    height: auto;
    display: inline-block;
    background-position: center right;
    background-size: 27px;
    background-repeat: no-repeat;
    font: normal bold 42px/60px "Basis Grotesque Pro";
    letter-spacing: -0.3px;
    color: #1E2937;
    margin-bottom: 10px;
}
.cart-template .box-container h1 span {
    display: none;
}
.cart-template .box-container .left .go_back {
    display: flex;
    align-items: center;
    justify-content: start;
    width: fit-content;
}
.cart-template .box-container .left .go_back span{
    color: rgba(66, 66, 66, 1);
    font-family: 'Basis Grotesque Pro';
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-left: 10px;
}
.cart-template .box-container a.download-cart {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(30, 41, 55, 1) ;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 46px;
    font: normal normal 16px/19px "Basis Grotesque Pro Off-White";
    text-align: center;
    letter-spacing: 0.2px;
    color: #1E2937;
     padding: 13px 16px;
    margin: 0;
    transition: all 0.3s;
    text-decoration: none;
}
.cart-template .box-container a.download-cart:hover {
    background-color: #1E2937;
    color: #fff;
}
.cart-template .item-sidebar-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 70px;
    margin-bottom: 80px;
}

.cart-template .item-sidebar-container .left {
    width: calc(100% - 433px);
    height: auto;
    padding-right: 20px;
}

.cart-template .item-sidebar-container .left .cart-container {
    max-width: 736px;
    height: auto;
    margin-top: 45px;
}

.cart-template .item-sidebar-container .left .line {
    width: 100%;
    height: 1px;
    background: #E4E6DF;
}

.cart-template .item-sidebar-container .left .order-total {
    font: normal bold 14px/14px "Basis Grotesque";
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #424242;
    margin-top: 50px;
    margin-bottom: 10px;
}

.cart-template .item-sidebar-container .left .cart-total {
    font: 42px/42px "Basis Grotesque SmLt OffWhite";
    color: #424242;
    margin-bottom: 50px;
    display: inline-block;
}

.cart-template .item-sidebar-container .left .info-container {
    position: relative;
    display: inline-block;
}

.cart-template .item-sidebar-container .left .info-container .inform {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    right: -25px;
    background: url("/wp-content/themes/hello-theme-child-master/assets/img/info-btn.svg") center/contain no-repeat;
    cursor: pointer;
}

.cart-template .item-sidebar-container .left .info-container .inform span {
    width: 224px;
    height: auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    display: none;
    position: absolute;
    bottom: 210%;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    transition: opacity 0.3s;
}

.cart-template .item-sidebar-container .left .info-container .inform span p {
    font: italic normal normal 12px/15px "Basis Grotesque";
    color: #828282;
    margin-bottom: 14px;
}

.cart-template .item-sidebar-container .left .info-container .inform span p:first-child {
    font-weight: bold;
}

.cart-template .item-sidebar-container .left .info-container .inform span p:last-child {
    margin-bottom: 0;
}

.cart-template .item-sidebar-container .left .info-container .inform span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 11%;
    margin-left: -9px;
    border-width: 9px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.cart-template .item-sidebar-container .left .info-container .inform:hover span {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
}

.cart-template .item-sidebar-container .left .cart-main-cont {
    margin-top: 40px;
}

.cart-template .item-sidebar-container .right {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.cart-template .item-sidebar-container .right .contact-box {

    height: auto;
    text-align: center;
}

.cart-template .item-sidebar-container .right .contact-box .img {
    width: 36px;
    height: 35px;
    display: block;
   background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='33'%3E%3Cpath transform='translate(3 5)' fill='%23fff' d='M24 0L2 0C0.89543051 0 0 0.89543051 0 2L0 20C0 21.10457 0.89543051 22 2 22L24 22C25.10457 22 26 21.10457 26 20L26 2C26 0.89543051 25.10457 0 24 0ZM24 20L2 20L2 2L24 2L24 20ZM19 6C19 9.3137083 16.313709 12 13 12C9.6862917 12 7 9.3137083 7 6C7 5.4477153 7.4477153 5 8 5C8.5522852 5 9 5.4477153 9 6C9 8.2091389 10.790861 10 13 10C15.209139 10 17 8.2091389 17 6C17 5.4477153 17.447716 5 18 5C18.552284 5 19 5.4477153 19 6Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 25px auto;
}

.cart-template .item-sidebar-container .right .contact-box .title {
    display: block;
    font: normal normal bold 32px/32px "Basis Grotesque";
    letter-spacing: 0.08px;
    color: #ffffff;
    padding-bottom: 15px;
    text-align: center;
}

.cart-template .item-sidebar-container .right .contact-box .text {
    max-width: 280px;
    display: block;
    font: italic normal normal 16px/20px "Basis Grotesque";
    letter-spacing: 0.04px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 20px auto;
}

.cart-template .item-sidebar-container .right .contact-box .quote {
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 400 16px/16px "Basis Grotesque Pro Off-White";
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 218px;
    height: 50px;
    border: 1px solid rgba(30, 41, 55, 1);
    box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 46px;
    background-color: #1E2937;
}
.cart-template .item-sidebar-container .right .contact-box .quote:hover {
    background-color: #fff;
    color: #1E2937;
}

.cart-template .cart-main-cont .cart_totals {
    display: none;
}

.cart-template .cart-main-cont form table {
    border: none;
    border-spacing: 0 15px;
}

.cart-template .cart-main-cont form table thead {
    display: none;
}

.cart-template .cart-main-cont form table tr:last-child td {
    border: none !important;
    background-color: transparent;
}

.cart-template .cart-main-cont form table tr:last-child td button {
    background: #D2AE43 !important;
    border-radius: 22.5px;
    font: normal normal normal 16px/20px "Basis Grotesque";
    letter-spacing: 0.04px;
    color: #FFFFFF !important;
}

.cart-template .cart-main-cont form table tr td {
    border-top: 1px solid #E4E6DF;
    border-bottom: 1px solid #E4E6DF;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 0;
}

.cart-template .cart-main-cont form table tr td:first-child {
    border-left: 1px solid #E4E6DF;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.cart-template .cart-main-cont form table tr td:last-child {
    border-right: 1px solid #E4E6DF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cart-template .cart-main-cont .product-remove a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(81, 91, 110, 1) !important;
    font-family: 'Basis Grotesque Pro';
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    width: auto;
    height: auto;
    background-color: transparent!important;
}
.cart-template .cart-main-cont .product-remove a svg{
    width: 14px;
    margin-right: 5px;
}

.cart-template .cart-main-cont .return-to-shop .button  ,
.cart-template .cart-main-cont .update_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 400 16px / 16px "Basis Grotesque Pro Off-White";
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 218px;
    height: 50px;
    border: 1px solid rgba(30, 41, 55, 1);
    border-radius: 46px;
    background-color: #1E2937;
    margin-top: 50px;
    margin-bottom: 100px;
}
.cart-template .cart-main-cont .return-to-shop .button:hover  ,
.cart-template .cart-main-cont .update_cart:hover {
    background-color: #fff;
    color: #1E2937;
}
.cart-template .cart-main-cont .product-thumbnail {
    width: 174px;
    padding: 20px;
}

.cart-template .cart-main-cont .product-thumbnail a {
    width: 105px;
    height: 105px;
    display: block;
    position: relative;
}
.cart-template .cart-main-cont .product-thumbnail a:after {
   display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
}

.cart-template .cart-main-cont .product-thumbnail a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.cart-template .cart-main-cont .product-name {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-template .cart-main-cont .product-name a {
    display: block;
    font: normal normal bold 18px/18px "Basis Grotesque";
    color: #424242;
    text-transform: capitalize;
}

.cart-template .cart-main-cont .product-name .sku {
    display: block;
    font: normal normal normal 10px/10px "Basis Grotesque SmLt OffWhite";
    color: #424242;
}

.cart-template .cart-main-cont .product-name .id {
    display: none;
}

.cart-template .cart-main-cont .product-name .show-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 12px;
}

.cart-template .cart-main-cont .product-name .show-price > span {
    font: normal normal normal 18px/22px "Basis Grotesque";
    color: #424242;
}

.cart-template .cart-main-cont .product-name .show-price ins {
    font: normal normal normal 18px/22px "Basis Grotesque";
    color: #D2AE43;
    text-decoration: none;
}

.cart-template .cart-main-cont .product-name .show-price del {
    font: normal normal normal 10px/22px "Basis Grotesque SmLt OffWhite";
    color: #424242;
    margin-left: 10px;
}

.cart-template .cart-main-cont .product-name .product-attributes {
    font-size: 0;
    line-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-template .cart-main-cont .product-name .product-attributes span {
    font: normal normal normal 12px/16px "Basis Grotesque SmLt OffWhite";
    color: #424242;
}

.cart-template .cart-main-cont .product-name .product-attributes span:last-child b {
    display: none;
}

.cart-template .cart-main-cont .product-price {
    display: none;
}

.cart-template .cart-main-cont .product-subtotal {
    display: none;
}

.cart-template .cart-main-cont .product-quantity {
    position: relative;
    margin-bottom: 17px;
}

.cart-template .cart-main-cont .product-quantity .quantity-main {
    width: 102px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #E4E6DF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    position: absolute;
    left: -80px;
    bottom: 17px;
}

.cart-template .cart-main-cont .product-quantity .quantity {
    height: 24px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 22px;
}

.cart-template .cart-main-cont .product-quantity .quantity input {
    border: none;
    outline: none;
    -moz-appearance: textfield;
}

.cart-template .cart-main-cont .product-quantity .quantity input::-webkit-outer-spin-button,
.cart-template .cart-main-cont .product-quantity .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.cart-template .cart-main-cont .product-quantity .quantity-main  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;

}
.cart-template .cart-main-cont .product-quantity .quantity-main .quantity {
    position: unset;
    height: auto;
}
.cart-template .cart-main-cont .product-quantity .quantity-main .quantity .qty{
    width: 25px;
    padding: 0;
}
.cart-template .cart-main-cont .product-quantity .cart-quantity-button {
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    font: bold 16px/16px "Basis Grotesque";
    text-align: center;
    letter-spacing: 0.04px;
    color: #424242;
    top: 0;
    cursor: pointer;
    justify-content: center;
}

.cart-template .cart-main-cont .product-quantity .quantity-main .dec {
    left: 0;

}

.cart-template .cart-main-cont .product-quantity .quantity-main .inc {
    left: 80px;
}

.cart-template .cart-main-cont .product-remove {
    padding-right: 30px;
}

.cart-template .cart-main-cont td.product-name .name-container {
    margin-bottom: 8px;
}

.cart-template .cart-main-cont td.product-name .name-container  {
    display: inline-block;
    line-height: 24px;
}

.cart-template .quote-form-container {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0%;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
}


.cart-template .quote-form-container .quote-message {
    width: 100%;
    height: auto;
    max-width: 1070px;
    min-height: 100px;
    margin: 0 auto;
    display: none;
    flex-direction: row;
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 120px;
}

.cart-template .quote-form-container .quote-message .title {
    font: normal normal bold 50px/57px "Ogg";
    text-align: center;
    color: #424242;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.cart-template .quote-form-container .quote-message .title:after {
    content: "";
    width: 42px;
    height: 42px;
    background: url("/wp-content/themes/hello-theme-child-master/assets/img/circle-check.svg") center/contain no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: -60px;
}

.cart-template .quote-form-container .quote-message .subtitle {
    font: normal normal normal 16px/20px "Basis Grotesque";
    text-align: center;
    letter-spacing: 0.04px;
    color: #828282;
    max-width: 625px;
    display: inline-block;
}

.cart-template .quote-form-container .left {
    width: 324px;
    height: auto;
    padding-top: 40px;
}
.cart-template .quote-form-container .right .form-container-main {
    max-width: 715px;
    height: auto;
    margin-left: auto;
    padding-right: 20px;
}

.cart-template .quote-form-container form {
    width: 100%;
    height: auto;
    display: block;
}

.cart-template .quote-form-container form .title-container h4 {
    font: normal normal bold 24px/24px "Basis Grotesque";
    letter-spacing: 0.06px;
    color: #828282;
}

.cart-template .quote-form-container form .title-container p {
    font: italic normal normal 16px/16px "Basis Grotesque";
    letter-spacing: 0.04px;
    color: #828282;
}

.cart-template .quote-form-container form .shipping-info {
    width: calc(100% + 10px);
    height: 40px;
    font: normal normal bold 14px/14px "Basis Grotesque";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #424242;
    background: rgba(228, 230, 223, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-left: -10px;
}
.cart-template .quote-form-container form .shipping-info p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}
.cart-template .quote-form-container form .shipping-info span {
    width: 24px;
    height: 24px;
    background: #424242;
    font: normal normal bold 14px/18px "Basis Grotesque";
    letter-spacing: 1px;
    color: #E4E6DF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 15px;
}

.cart-template .quote-form-container form .shipping-info.v2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.cart-template .quote-form-container form .row {
    height: 460px;
    overflow-y: scroll;
    margin: 0;

    padding-right: 60px;
}

.cart-template .quote-form-container form .row::-webkit-scrollbar {
    width: 2px;
}

.cart-template .quote-form-container form .row::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 2px;
}

.cart-template .quote-form-container form .row::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 2px;
}

.cart-template .quote-form-container form .form-container label {
    /*font: normal normal normal 16px/14px "Basis Grotesque";
    letter-spacing: -0.3px;
    color: #424242;*/
}

.cart-template .quote-form-container form .form-container label .dot {
    color: #D2AE43;
}

.cart-template .quote-form-container form .form-container label .opt {
    color: #828282;
}

.cart-template .quote-form-container form .name-container {
    width: 50%;
    padding-right: 10px;
}

.cart-template .quote-form-container form .lastname-container {
    width: 100%;
    padding-left: 0px;
}

.cart-template .quote-form-container form .buyer-container {
    width: 100%;
    padding-right: 0px;
}

.cart-template .quote-form-container form .company-container {
    width: 100%;
    padding-left: 0px;
}

.cart-template .quote-form-container form .email-container {
    width:100%;
    padding-right: 0px;
}

.cart-template .quote-form-container form .phone-container {
    width: 100%;
    padding-left: 00px;
}

.cart-template .quote-form-container form .address-container {
    width: 100%;
    padding-right: 0px;
}

.cart-template .quote-form-container form .address2-container {
    width: 100%;
    padding-left: 0px;
}

.cart-template .quote-form-container form .zip-container {
    width: 100%;
    padding-right: 0px;
}

.cart-template .quote-form-container form .city-container {
    width: 100%;
    padding-left: 0px;
}

.cart-template .quote-form-container form .state-container {
    width: 100%;
    padding-right: 0px;
}
.cart-template .quote-form-container form .shipping-type {
    width: 100%;
    padding-right: 0px;
}

.cart-template .quote-form-container form .shipping-type .wpcf7-list-item {
    width: 150px;
    height: 46px;
    border: 1px solid #E4E6DF;
    font: normal normal normal 14px/14px "Basis Grotesque";
    letter-spacing: 0.035px;
    color: #424242;
    position: relative;
    padding-left: 12px;
    padding-top: 8px;
    margin-left: 0;
    margin-right: 25px;
    display: block;
}

.cart-template .quote-form-container form .shipping-type .wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/wp-content/themes/walters/views/assets/img/icons2/radio1.svg") center/contain no-repeat;
    margin-right: 12px;
    position: relative;
    top: 4px;
}

.cart-template .quote-form-container form .shipping-type .wpcf7-radio {
    display: flex;
}

.cart-template .quote-form-container form .shipping-type .wpcf7-list-item input[type=radio] {
    width: 100%;
    height: 46px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

.cart-template .quote-form-container form .shipping-type .wpcf7-list-item input[type=radio]:checked + span:before {
    background: url("/wp-content/themes/walters/views/assets/img/icons2/radio2.svg") center/contain no-repeat;
}

.cart-template .quote-form-container form .message {
    width: 100%;
    margin-top: 0px;
}

.cart-template .quote-form-container form .message textarea {
    height: 108px;
}

.cart-template .quote-form-container form .submitbtn {
    padding: 0;
    margin-bottom: 20px;
}

.cart-template .quote-form-container form .submitbtn input {
    padding: 0.7em 78px;
    border-radius: 22.5px;
    cursor: pointer;
}

.cart-template .quote-form-container form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("/wp-content/themes/hello-theme-child-master/assets/img/select.svg") center right/18px 9px no-repeat;
}

.cart-template .quote-form-container form select::-ms-expand {
    display: none;
}

.quote-form-container form input[type=submit].hovered {
    background: #D2AE43 !important;
    transition: 0.3s !important;
}

.cart-template .quote-form-container form .repeater {
    display: none;
}

.cart-template .quote-form-container form .visible-only-if-sent {
    display: none !important;
}

.cart-template .quote-form-container form .wpcf7-response-output {
    display: block !important;
    border: none !important;
}

.cart-template .contact-box-container {
    width: 100%;
    position: absolute;
    top: 12px;
    display: none;
}

.cart-template .contact-box-container .contact-box.mobile {
    width: 323px;
    height: 64px;
    border-radius: 32px;
    box-shadow: 0 2px 12px rgba(100, 119, 146, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #647792;
    position: fixed;
    left: calc(50% - 161px);
}

.cart-template .contact-box-container .contact-box.mobile .quote {
    font: 16px/20px "Basis Grotesque";
    text-align: center;
    letter-spacing: 0.04px;
    color: #E4E6DF;
    background: url("/wp-content/themes/walters/views/assets/img/icons2/quote-icon.svg") right 0/25px 25px no-repeat;
    padding-right: 30px;
}

.cart-template .cart-main-cont form .blockUI.blockOverlay {
    background: none !important;
}

.cart-template .cart-main-cont .cart .quantity-main .disabled {
    opacity: 0.3;
    user-select: none;
    cursor: default;
}

.cart-template .cart-main-cont .cart tr.bundle_table_item td {
    border-bottom: 1px solid #E4E6DF !important;
}

@media screen and (max-width: 1300px) {
    .cart-template .cart-main-cont .product-quantity .quantity-main {
        left: 0;
    }

    .cart-template .quote-form-container .left {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 991px) {
    .cart-template {
        padding: 0 20px;
    }

    .cart-template .item-sidebar-container {
        margin-top: 30px;
        flex-direction: column;
    }

    .cart-template .item-sidebar-container .left {
        width: 100%;
        order: 1;
        padding-right: 0;
    }
    .cart-template .box-container h1 {
        margin-bottom: 10px;
    }

    .cart-template .item-sidebar-container .left .order-total {
        margin-top: 22px;
    }

    .cart-template .item-sidebar-container .left .cart-total {
        margin-bottom: 22px;
    }

    .cart-template .item-sidebar-container .left .cart-main-cont {
        margin-top: 20px;
    }

    .cart-template .item-sidebar-container .right {
        width: 100%;
        justify-content: start;
    }

    .cart-template .contact-box-container {
        display: block;
    }
    .cart-template .cart-main-cont form table tr {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .cart-template .cart-main-cont form table tr:last-child td {
        background: transparent !important;
    }

    .cart-template .cart-main-cont form table tr td {
        margin-bottom: 0;
        border-left: 1px solid #E4E6DF;
        border-right: 1px solid #E4E6DF;
        border-bottom: none;
        border-top: none;
        background: #ffffff !important;
    }

    .cart-template .cart-main-cont form table tr td:first-child {
        border-top: 1px solid #E4E6DF;
        border-radius: 8px 8px 0 0;
    }

    .cart-template .cart-main-cont form table tr td:last-child {
        border-bottom: 1px solid #E4E6DF;
        border-radius: 0 0 8px 8px;
        margin-bottom: 15px;
    }

    .cart-template .cart-main-cont form table tr .product-thumbnail {
        width: 100%;
        display: block !important;
    }

    .cart-template .cart-main-cont form table tr .product-thumbnail:before {
        display: none;
    }

    .cart-template .cart-main-cont form table tr .product-thumbnail a {
        width: 116px;
        height: 116px;
    }

    .cart-template .cart-main-cont form table tr .product-name {
        text-align: left !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cart-template .cart-main-cont form table tr .product-name:before {
        display: none;
    }

    .cart-template .cart-main-cont form table tr .product-quantity:before {
        display: none;
    }

    .cart-template .cart-main-cont form table tr .product-quantity .quantity-main {
        position: absolute;
        right: 30px;
        bottom: 50px;
        left: initial;
        top: initial;
    }

    .cart-template .cart-main-cont form table tr .product-remove {
        width: 100%;
        height: 35px;
    }

    .cart-template .cart-main-cont form table tr .product-remove a {
        position: absolute;
        top: 25px;
        right: 20px;
    }

    .cart-template .quote-form-container .left {
        display: none;
    }

    .cart-template .quote-form-container .right {
        width: 100%;
    }

    .cart-template .quote-form-container form .row {

        padding-right: 20px;
    }

    .cart-template .quote-form-container .right .form-container-main {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cart-template .quote-form-container .close {
        right: 10px;
        z-index: 100;
    }

    .cart-template .quote-form-container .quote-message .title {
        font: normal normal bold 40px/47px "Ogg";
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .cart-template .quote-form-container .close {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #E4E6DF url("/wp-content/themes/walters/views/assets/img/icons2/close-icon.svg") center/contain no-repeat;
        position: fixed;
        top: 25px;
        right: 20px;
    }

    .cart-template .quote-form-container .quote-my-form {
        height: 100%;
        padding-top: 90px;
        padding-bottom: 0;
        overflow-y: scroll;
    }

    .cart-template .quote-form-container form .row {
        height: auto;
        overflow-y: auto;
        padding-right: 0;
    }

    .cart-template .quote-form-container form .name-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template .quote-form-container form .lastname-container {
        width: 100%;
        padding-left: 0;
    }

    .cart-template .quote-form-container form .buyer-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template .quote-form-container form .company-container {
        width: 100%;
        padding-left: 0;
    }

    .cart-template .quote-form-container form .email-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template .quote-form-container form .phone-container {
        width: 100%;
        padding-left: 0;
    }

    .cart-template .quote-form-container form .address-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template .quote-form-container form .address2-container {
        width: 100%;
        padding-left: 0;
    }

    .cart-template .quote-form-container form .zip-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template .quote-form-container form .city-container {
        width: 100%;
        padding-left: 0;
    }

    .cart-template .quote-form-container form .state-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template .quote-form-container form .shipping-type .wpcf7-list-item.first {
        width: 140px;
        margin-right: 10px;
    }

    .cart-template .quote-form-container form .shipping-type .wpcf7-list-item.last {
        width: 140px;
        margin-right: 0;
        margin-left: 10px;
    }

    .cart-template .quote-form-container .quote-message {
        padding-top: 0;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cart-template .quote-form-container .quote-message .title {
        margin-left: -35px;
    }

    .cart-template .quote-form-container .quote-message .title:after {
        right: -45px;
    }

    .cart-template .item-sidebar-container .left .info-container .inform span {
        left: -120px;
    }

    .cart-template .item-sidebar-container .left .info-container .inform span:after {
        left: 68%;
    }
    .cart-template .cart-main-cont .product-thumbnail {

        padding: 7px;
    }
    .cart-template .cart-main-cont .product-remove{
        padding-right: 9px;
    }
    .cart-template .box-container .left .go_back{
        display: none;
    }
    .cart-template .item-sidebar-container .right{
        gap: 10px;
        flex-direction: column;
    }
    .cart-template .item-sidebar-container{
        margin-bottom: 0;
    }
    .cart-template .box-container h1{
        margin-top: 40px;
        font-size: 16px;
        letter-spacing: -0.1px;
        line-height: 1;
    }
    .cart-template .box-container h1 span {
        display: inline-block;
    }
    .cart-template .item-sidebar-container .right .contact-box,
    .cart-template .item-sidebar-container .right .contact-box .quote,
    .cart-template .box-container a.download-cart{
        width: 100%;
    }
    .cart-template .cart-main-cont .product-name{
        padding-top: 0;
    }
    .cart-template .cart-main-cont .return-to-shop .button, .cart-template .cart-main-cont .update_cart{
        margin: 50px 0;
    }
}

.cart-container{
    width: 100%;
}
.shop_table  .cart_prod_container{
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}
.shop_table  .cart_prod_container .cart_item{
    width: calc(25% - 23px);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #E4E6DF !important;
    outline: 0 solid transparent !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    transition: all 0.3s;
}
.shop_table  .cart_prod_container .cart_item:hover{
    outline: 4px solid #E4E6DF !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s;
    z-index: 2;
}
.shop_table  .cart_prod_container .cart_item .name-container{
    display: flex;
    gap:8px

}
.shop_table  .cart_prod_container .cart_item .product-name ul{
    padding: 0;
    margin: 0;
    padding-left: 45px;
}
.shop_table  .cart_prod_container .cart_item .product-name ul li .product-attributes{
    padding: 0;
}
.shop_table  .cart_prod_container .cart_item .product-name ul li{
    padding-left: 10px;
    margin-bottom: 5px;
    list-style: disc;
}
.shop_table  .cart_prod_container .cart_item .product-name ul li span{
    color: rgba(30, 41, 55, 1);
    font-family: 'Basis Grotesque Pro';
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.shop_table  .cart_prod_container .cart_item .name-container {
    color: rgba(30, 41, 55, 1);
    font-family: 'Basis Grotesque Pro';
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;

}
.shop_table  .cart_prod_container .cart_item .product-thumbnail {
    width: 100%;
}
.shop_table  .cart_prod_container .cart_item .product-thumbnail a{
    width: 100%;
    height: auto;

}
.shop_table  .cart_prod_container .cart_item .product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 17px;

}
.shop_table  .cart_prod_container .cart_item .product-quantity .quantity-main{
    width: 81px;
    height: 24px;
    background: #FFFFFF;
    border:none;
    box-shadow: none;
    border-radius: 0;
    position: unset;
    left: 0;
    bottom: 0;

}
.shop_table  .cart_prod_container .cart_item .product-quantity .quantity-main  .cart-quantity-button {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border:2px solid #424242;
    box-shadow: none;
    border-radius: 50%;

}
@media screen and (max-width: 1300px) {

    .shop_table .cart_prod_container .cart_item {
        width: calc(33.3% - 23px);
    }
}
@media screen and (max-width: 991px) {
    .shop_table .cart_prod_container {

        gap: 14px;
    }
    .shop_table .cart_prod_container .cart_item {
        width: calc(50% - 7px);
    }
}
@media screen and (max-width: 500px) {
    .shop_table .cart_prod_container .cart_item .product-name ul {
        padding-left: 25px;
    }
    .shop_table .cart_prod_container .cart_item .name-container ,
    .shop_table .cart_prod_container .cart_item .product-name ul li span {

        font-size: 9px;
        line-height: 14px;
    }
    .cart-template .cart-main-cont .product-remove a{
        font-size: 10px;
        line-height: 10px;
    }
    .shop_table .cart_prod_container .cart_item .product-name ul li{
        padding-left: 0;
    }
    .shop_table .cart_prod_container .cart_item .product-quantity .quantity-main .cart-quantity-button{
        width: 16px;
        height: 16px;
        font: bold 10px / 10px "Basis Grotesque";
        border-width: 1px;
    }
    .shop_table .cart_prod_container .cart_item .product-quantity .quantity-main{
        margin-left: 8px;
        height: 16px;
        width: 70px;
    }
}

/*Portfolio popup form*/
.cart-template  .quote-form-container {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    width: 588px;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;

}

.cart-template  .quote-form-container.is-active {
    z-index: 9999999;
    visibility: visible;
    top: 0;
    opacity: 1;
}
.cart-template  .quote-form-container.thank_you {
    display: flex;
    width: 100%;
    top: 0!important;
}



.cart-template  .quote-form-container .quote-my-form {
    width: 100%;
    height: auto;
    padding: 60px 70px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.cart-template  .quote-form-container.thank_you .quote-my-form{
    max-width: 588px;
    margin: auto;
    padding-top: 30px;
}
.cart-template  .overlay {
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: rgba(30, 41, 55, 0.5);
    height: 100%;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.cart-template  .overlay.is-active {
    z-index: 9999;
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cart-template  .quote-form-container .quote-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.cart-template  .quote-form-container .quote-container {
    width: 100%;
    height: auto;
    max-width: 1160px;
    min-height: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.cart-template  .quote-form-container .quote-message {
    width: 100%;
    height: auto;
    max-width: 1070px;
    min-height: 100px;
    margin: 0 auto;
    display: block;
    flex-direction: row;
    position: relative;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.cart-template  .quote-form-container.thank_you .quote-message{
    padding-top: 0;
    padding-bottom: 0!important;
    display: block!important;
}
.cart-template  .quote-form-container .quote-message .title {
    font: normal normal bold 34px/40px "Ogg";
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
}

.cart-template  .quote-form-container .quote-message .title:after {
    /*content: "";*/
    /*width: 42px;*/
    /*height: 42px;*/
    /*background: url("/wp-content/themes/walters/views/assets/img/icons2/circle-check.svg") center/contain no-repeat;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 8px;*/
    /*right: -60px;*/
    display: none!important;
}

.cart-template  .quote-form-container .quote-message .subtitle {
    font: normal normal 400 14px/20px "Basis Grotesque Pro";
    text-align: left;
    /*letter-spacing: 0.04px;*/
    padding-bottom: 0!important;
    width: 100%;
    display: inline-block;
    color: rgba(81, 91, 110, 1);
}

.cart-template  .quote-form-container .left {
    width: 324px;
    height: auto;
}

.cart-template  .quote-form-container .left .img {
    width: 100%;
    height: 445px;
    /*background: url("/wp-content/themes/walters/views/assets/img/icons2/portfolio-form.svg") center/contain no-repeat;*/
}

.cart-template  .quote-form-container .right {
    width: 100%;
    position: relative;
    top: 0px;
}

.cart-template  .quote-form-container .close {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EClose%3C/title%3E%3Cdefs%3E%3Cpath d='M7.41425,6.00025 L11.70725,1.70725 C12.09825,1.31625 12.09825,0.68425 11.70725,0.29325 C11.31625,-0.09775 10.68425,-0.09775 10.29325,0.29325 L6.00025,4.58625 L1.70725,0.29325 C1.31625,-0.09775 0.68425,-0.09775 0.29325,0.29325 C-0.09775,0.68425 -0.09775,1.31625 0.29325,1.70725 L4.58625,6.00025 L0.29325,10.29325 C-0.09775,10.68425 -0.09775,11.31625 0.29325,11.70725 C0.48825,11.90225 0.74425,12.00025 1.00025,12.00025 C1.25625,12.00025 1.51225,11.90225 1.70725,11.70725 L6.00025,7.41425 L10.29325,11.70725 C10.48825,11.90225 10.74425,12.00025 11.00025,12.00025 C11.25625,12.00025 11.51225,11.90225 11.70725,11.70725 C12.09825,11.31625 12.09825,10.68425 11.70725,10.29325 L7.41425,6.00025 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='V8-Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Estimate-2' transform='translate(-1808, -61)'%3E%3Cg id='Register' transform='translate(1332, 0)'%3E%3Cg id='Group-' transform='translate(72, 56)'%3E%3Cg id='Close' transform='translate(405, 6)'%3E%3Crect id='Rectangle' stroke='%23828282' fill='%23FFFFFF' x='0' y='0' width='40' height='40' rx='20'%3E%3C/rect%3E%3Cg id='Icons-/-Checkmark-/-Checkmark' transform='translate(13.9998, 13.9998)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Color' fill='%23424242' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;;

    position: absolute;
    top: -9px;
    right: 0;
    cursor: pointer;
}
.cart-template  .quote-form-container.thank_you .close{
    top: 5px!important;
    z-index: 999;
}
.cart-template  .quote-form-container .right .form-container-main {
    max-width: 715px;
    height: auto;
    margin-left: auto;
    padding-right: 20px;
}

.cart-template  .quote-form-container form {
    width: 100%;
    height: auto;
    display: block;
}

.cart-template  .quote-form-container form .title-container h4 {
    color: rgba(30, 41, 55, 1);
    font-family: 'Ogg';
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 55px;
}

.cart-template  .quote-form-container form .title-container p {
    font: italic normal normal 16px/16px "Basis Grotesque";
    letter-spacing: 0.04px;
    color: #828282;
    display: none;
}

.cart-template  .quote-form-container form .row {
    height: calc(100vh - 150px);
    margin: 0;
    padding-right: 60px;
}

.cart-template  .quote-form-container form .form-container label {
    /*font: normal normal normal 16px/14px "Basis Grotesque";
    letter-spacing: -0.3px;
    color: #424242;*/
}
.cart-template  .quote-form-container form  .input-placeholder{
    padding-top: 15px;
    margin-bottom: 25px;
}
.cart-template  .quote-form-container form  .input-placeholder p{

    margin-bottom:0;
}
.cart-template  .quote-form-container form  .input-placeholder label:first-child {
    font-family: 'Basis Grotesque Pro';
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    top: 28px;
}
.cart-template  .quote-form-container form  .input-placeholder.textarea-field label:first-child {

    left: 0;
}
.cart-template  .quote-form-container form  .input-placeholder label:first-child.has-value {
    top: 0;
    font-size: 10px;
}
.cart-template  .quote-form-container form  .input-placeholder .wpcf7-not-valid-tip {
    position: absolute;
    left: 7px;
    top: calc(100% + 7px);
}
.cart-template  .quote-form-container form  .input-placeholder input,
.cart-template  .quote-form-container form .input-placeholder select,
.cart-template  .quote-form-container form .input-placeholder textarea{

    height: 40px;
    border: 1px solid rgba(223, 226, 229, 1);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(81, 91, 110, 1);
    font-family: 'Basis Grotesque Pro';
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
}

.cart-template  .quote-form-container form .form-container label .dot {
    color: #D2AE43;
}

.cart-template  .quote-form-container form .form-container label .opt {
    color: #828282;
}

.cart-template  .quote-form-container form .name-container {
    width: 100%;
}

.cart-template  .quote-form-container form .company-container {
    width: 100%;
}

.cart-template  .quote-form-container form .email-container {
    width: 100%;
    padding-right: 00px;
}

.cart-template  .quote-form-container form .phone-container {
    width: 100%;
    padding-left: 0px;
}

.cart-template  .quote-form-container form .message {
    width: 100%;
}

.cart-template  .quote-form-container form .message textarea {
    height: 108px;
}

.cart-template  .quote-form-container form .submitbtn {
    padding: 0;
    margin-bottom: 20px;
}

.cart-template  .quote-form-container form .submitbtn input {
    padding: 17px 64px;
    border-radius: 25px;
    background-color: rgba(30, 41, 55, 0.5) !important;
    border: 1px solid rgba(30, 41, 55, 0.5) !important;
    width: 100%;
    cursor: unset;
    color: rgba(255, 255, 255, 1);
    font-family: "Basis Grotesque Pro";
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 15px;
    transition: all 0.3s;
}
.cart-template  .quote-form-container form .submitbtn input[type=submit].hovered {
    cursor: pointer;
    background: rgba(30, 41, 55, 1) !important;
    border: 1px solid rgba(30, 41, 55, 1) !important;
}

.cart-template  .quote-form-container form .submitbtn input.hovered:hover {
    color: rgba(30, 41, 55, 1) !important;
    background: transparent!important;
}

.cart-template  .quote-form-container form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcons / Arrow / Chevron / Down%3C/title%3E%3Cdefs%3E%3Cpath d='M12,15.5 C11.744,15.5 11.488,15.402 11.293,15.207 L7.293,11.207 C6.902,10.816 6.902,10.184 7.293,9.793 C7.684,9.402 8.316,9.402 8.707,9.793 L12.012,13.098 L15.305,9.918 C15.704,9.535 16.335,9.546 16.719,9.943 C17.103,10.34 17.092,10.974 16.695,11.357 L12.695,15.219 C12.5,15.407 12.25,15.5 12,15.5' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='V8-Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Estimate-2' transform='translate(-1813, -373)'%3E%3Cg id='Register' transform='translate(1332, 0)'%3E%3Cg id='Group-' transform='translate(72, 56)'%3E%3Cg id='input-box' transform='translate(0, 294)'%3E%3Cg id='Icons-/-Arrow-/-Chevron-/-Down' transform='translate(409, 23)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Color' fill='%231E2937' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") calc(100% - 15px) center/ 24px no-repeat;;
    /*background: url("/wp-content/themes/walters/views/assets/img/icons2/select.svg") calc(100% - 15px) center/18px 9px no-repeat;*/
}

.cart-template  .quote-form-container form select::-ms-expand {
    display: none;
}

.cart-template  .quote-form-container form input[type=submit].hovered {
    background: #D2AE43 !important;
    transition: 0.3s !important;
}

.cart-template  .quote-form-container form .repeater {
    display: none;
}

.cart-template  .quote-form-container form .visible-only-if-sent {
    display: none !important;
}

.cart-template  .quote-form-container form .wpcf7-response-output {
    display: block !important;
    border: none !important;
}

@media screen and (max-width: 1300px) {
    .cart-template  .quote-form-container .left {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .cart-template  .quote-form-container .close {
        right: 30px;
    }
}
@media screen and (max-width: 991px) {
    .cart-template  .quote-form-container .left {
        display: none;
    }

    .cart-template  .quote-form-container .right {
        width: 100%;
    }

    .cart-template  .quote-form-container form .row {
        padding-right: 20px;
    }

    .cart-template  .quote-form-container .right .form-container-main {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cart-template  .quote-form-container .close {
        right: 10px;
        z-index: 100;
    }

    .cart-template  .quote-form-container .quote-message .title {
        font: normal normal bold 40px/47px "Ogg";
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .cart-template  .quote-form-container{
        width: 100%;
    }
    .cart-template  .quote-form-container .quote-my-form{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 500px) {
    .cart-template  .quote-form-container .close {
        /*width: 30px;*/
        /*height: 30px;*/
        /*border-radius: 50%;*/
        /*background: #E4E6DF url("/wp-content/themes/walters/views/assets/img/icons2/close-icon.svg") center/contain no-repeat;*/
        position: fixed;
        top: 10px;
        right: 20px;
    }
    .cart-template  .quote-form-container .right .form-container-main{
        padding-left: 20px;
        padding-right: 20px;
    }
    .cart-template  .quote-form-container form .title-container h4{
        margin-bottom: 30px;
    }
    .cart-template  .quote-form-container form .input-placeholder {

        margin-bottom: 15px;
    }
    .cart-template  .quote-form-container .quote-my-form {
        height: 100%;
        padding-top: 19px;
        padding-bottom: 0;
        overflow-y: scroll;
        border-radius: 0;
    }

    .cart-template  .quote-form-container form .row {
        height: auto;
        overflow-y: auto;
        padding-right: 0;
    }

    .cart-template  .quote-form-container form .name-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template  .quote-form-container form .company-container {
        width: 100%;
        padding-left: 0;
    }

    .cart-template  .quote-form-container form .email-container {
        width: 100%;
        padding-right: 0;
    }

    .cart-template  .quote-form-container form .phone-container {
        width: 100%;
        padding-left: 0;
    }

    .cart-template  .quote-form-container form .shipping-type .wpcf7-list-item.first {
        width: 140px;
        margin-right: 10px;
    }

    .cart-template  .quote-form-container form .shipping-type .wpcf7-list-item.last {
        width: 140px;
        margin-right: 0;
        margin-left: 10px;
    }

    .cart-template  .quote-form-container .quote-message {
        padding-top: 0;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cart-template  .quote-form-container .quote-message .title {
        margin-left: -35px;
    }

    .cart-template  .quote-form-container .quote-message .title:after {
        right: -45px;
    }
    .cart-template  .quote-form-container form .title-container p {
        margin-bottom: 0;
        color: rgba(81, 91, 110, 1);
        font-family: "Basis Grotesque Pro";
        font-size: 14px;
        font-weight: 400;
        display: block;
    }
}