.body-ov-hidden {
    overflow: hidden;
    position: relative;    
}
.variations-container .variation-row{
    margin-bottom: 8px;
}
.variation.goftx-quote{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.variation.goftx-quote .goftx-variation-select{
    width: 100%;
    margin-bottom: 20px;
}
.variation.goftx-quote .goftx-variation-select .goftx-variation {
    position: relative;
    color: #000000;
    padding-left: 25px;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    line-height: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.variation.goftx-quote .goftx-variation-select.active {
    color: #467FF7;
}
.variation.goftx-quote .goftx-variation-select .goftx-variation.active::before {
    border-color: #467FF7;
}
.variation.goftx-quote .goftx-variation-select .goftx-variation::before {
    position: absolute;
    content: "";
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #000000;
    transition: all 0.3s ease-in-out 0s;
}

.variation.goftx-quote .goftx-variation-select .goftx-variation::after {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    opacity: 0;
    border-radius: 100%;
    background: #467FF7;
    transition: all 0.3s ease-in-out 0s;
}
.variation.goftx-quote .goftx-variation-select .goftx-variation.active::after {
    opacity: 1;
}

/* Frontend css jigar */
.goftx-quote-variable,
.btn.view-quote,
.goftx-quote-simple {
    border-radius: 50px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;    
    line-height: 1rem;
    transition: all 0.3s ease-in-out 0s;
    color: #ffffff;
    border: 1px solid #467FF7;
    background-color: #467FF7;
    padding: 15px 25px;
    font-weight: 600;
    min-width: auto;
}

.goftx-quote-variable:hover,
.btn.view-quote:hover,
.goftx-quote-simple:hover {
    background: #ffffff;
    color: #467FF7;
    border-color: #467FF7;
}

.goftx-quote-variable .fa-spinner,
.goftx-quote-simple .fa-spinner {
    margin-left: 5px;
}

.quote-add-message {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: normal;
    padding: 5px;
    color: green !important;
    font-weight: 600;
}
.quote-add-message.error {
    color:red !important;
}

.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form .input-text.goftx_qty {
    padding: 0 20px 0 0;
    border-radius: 3px;
    color: #222222;
    width: 70px;
    height: 45px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-style: italic;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    transition: all 300ms linear 0ms;
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

@media (min-width: 1921px) {
    .goftx-quote-variable,
    .btn.view-quote,
    .goftx-quote-simple {
        font-size: 20px;        
        padding: 18px 35px;
    }
}

@media (max-width: 1440px) {
    .goftx-quote-variable,
    .btn.view-quote,
    .goftx-quote-simple {
        font-size: 16px;        
    }
}

@media (max-width: 768px) {
    .goftx-quote-variable,
    .btn.view-quote,
    .goftx-quote-simple {
        font-size: 14px;        
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .goftx-quote-variable,
    .btn.view-quote,
    .goftx-quote-simple {
        margin: 15px auto 0;
        display: inline-block;
        padding: 15px 20px;
        font-size: 17px;
        width: 100%;
        max-width: 450px;
        text-align: center;
    }
    .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form .varation-fields {
        width: 100%;
    } 
    .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form .varation-fields .quantity {
        display: table;
        margin: 0 auto !important;
        float: none !important;
    }
}

/* View Quote page */
.goftx-quote-inner .empty-quote-inner {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #467FF7;
    list-style: none outside;
    width: auto;    
    word-wrap: break-word;
    font-size: 18px;
}

.goftx-quote-inner .empty-quote-inner::before {
    top: 1em;
    left: 1.3em;
    content: "\f290";
    color: #467FF7;
    position: absolute;
    font: normal normal normal 22px/1 FontAwesome;
}

.goftx-quote-inner .empty-quote-inner.message-updated-cls::before { 
    content: "\f00c";
}

.goftx-quote-inner .return-to-shop {
    margin: 30px 0 0 0;
}

.goftx-quote-inner .goft_from_submit,
.goftx-quote-inner .button {
    border-radius: 50px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;    
    line-height: 25px;
    transition: all 0.3s ease-in-out 0s;
    color: #ffffff;
    border: 2px solid #467FF7;
    background-color: #467FF7;
    padding: 11px 18px;
    font-weight: 500;
    min-width: 220px;
}

.goftx-quote-inner .goft_from_submit:hover,
.goftx-quote-inner .button:hover {
    background: #ffffff;
    color: #467FF7;
    border-color: #467FF7;
}

.goftx-quote-inner .goftx_quote_fields {
    margin-top: 30px;
}

.goftx-quote-inner .submit-button {
    margin-top: 10px;
}

.goftx-quote-inner .goftx_quote_fields .qoftx-form-data label {
    font-size: 16px;
}

.goftx-quote-inner .goftx_quote_fields .qoftx-form-data label span {    
    color: #EB0000;
}

.goftx-quote-inner .goftx_quote_fields .field_error p,
.goftx-quote-inner .goftx_quote_fields .error {
    color: #EB0000;
    font-size: 15px;
    margin: 5px 0 0;
}

.goftx-quote-inner .goftx_quote_fields .form-control {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    min-height: 42px;
    color: #222222;
}

.goftx-quote-inner .goftx_quote_fields .form-control.error {
    border-color: #EB0000;
}

.goftx-quote-inner .goftx_quote_fields textarea.form-control {
    width: 100%;
    resize: none;
    padding: 10px;   
    font-size: 15px; 
    font-weight: 400;
    line-height: 1.5;
    border-radius: 4px;  
    color: #222222;  
    border: 1px solid #ccc;    
    box-sizing: border-box;
    height: 150px;
}

.goftx-quote-inner .goftx_quote_table {    
    border: 0;
    margin: 0;
    width: 100%;
    text-align: left;       
    border-collapse: separate;
}
.goftx-quote-inner .goftx_quote_table thead {
    background: transparent;
    border-bottom: 2px solid #467FF7;
}
.goftx-quote-inner .goftx_quote_table th, .goftx-quote-inner .goftx_quote_table td {
    border: 0;
}
.goftx-quote-inner .goftx_quote_table th {
    color: #324a6d;
    font-weight: 700;
    line-height: 1.5em;
    vertical-align: middle;
    background: transparent;
    padding: 1.618em 5px 1.618em 5px;
    border-bottom: 2px solid #467FF7;
}

.goftx-quote-inner .goftx_quote_table td {    
    vertical-align: middle;
    padding: 1.618em 5px 1.618em 5px;
    border-bottom: 1px solid #467FF7;
}

.goftx-quote-inner .goftx_quote_table thead th.product-remove,
.goftx-quote-inner .goftx_quote_table tbody td.product-remove {
    width: 10%;
}
.goftx-quote-inner .goftx_quote_table tbody td.product-remove .remove {    
    border: 0;
    width: 26px;
    height: 26px;
    display: block;
    font-size: 14px !important;    
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    background: #E71212;
    cursor: pointer;
    line-height: 26px !important;
}
.goftx-quote-inner .goftx_quote_table tbody td.product-remove .remove i {
    line-height: 26px !important;
}
.goftx-quote-inner .goftx_quote_table thead th.product-thumbnail,
.goftx-quote-inner .goftx_quote_table tbody td.product-thumbnail {
    width: 20%;
}
.goftx-quote-inner .goftx_quote_table tbody td.product-thumbnail img{
    width: 100px;
    height: 100px;
    padding: 5px;
    object-fit: scale-down;
}
.goftx-quote-inner .goftx_quote_table thead th.product-name,
.goftx-quote-inner .goftx_quote_table tbody td.product-name {
    width: 55%;        
}
.goftx-quote-inner .goftx_quote_table tbody td.product-name, 
.goftx-quote-inner .goftx_quote_table tbody td.product-name a,
.goftx-quote-inner .goftx_quote_table tbody td.product-name p {
    color: #212529;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.goftx-quote-inner .goftx_quote_table tbody td.product-name dl dt.variation-Device {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside;
}
.goftx-quote-inner .goftx_quote_table tbody td.product-name a:hover {
    color: #467FF7;
}
.goftx-quote-inner .goftx_quote_table thead th.product-quantity,
.goftx-quote-inner .goftx_quote_table tbody td.product-quantity {
    width: 15%;
}

.goftx-quote-inner .goftx_quote_table tbody tr:last-child td.action {
    text-align: right;
    padding: 15px 0 !important;
    border-bottom: 1px solid #467FF7;
    border-top: 1px solid #467FF7;    
}

.goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity {
    float: left;
    position: relative;
}
.goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .input-text.goftx_qty {
    padding: 0 20px 0 15px;
    border-radius: 3px;
    color: #222222;
    width: 70px;
    height: 45px;
    font-size: 18px;    
    line-height: 1;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    transition: all 300ms linear 0ms;
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .quantity-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .quantity-icon i {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    color: #777777;
    cursor: pointer;
    position: relative;
}

.goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .quantity-icon i.fa-caret-up {
    top: 0;
}

.goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .quantity-icon i.fa-caret-down {
    bottom: 0;
}

.update-loader {    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    height: 100vh;
    width: 100%;
}

.goftx-quote-inner .goft_from_submit:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.product-quantity .max-msg {
    font-size: 13px !important;
    color: grey !important;
    width: 100%;
    display: flex;
    margin: 0;
}
span.message-text {
    color: #324a6d !important;
    font-size: 10px;
}
@media (min-width: 1921px) {
    .goftx-quote-inner .empty-quote-inner::before {
        top: 1.1em;
    }
    .goftx-quote-inner .goftx_quote_table tbody td.product-remove .remove {
        font-size: 14px !important;
    }
}

@media (max-width: 1440px) {
    .goftx-quote-inner .button {
        font-size: 16px;        
    }
    .goftx-quote-inner .empty-quote-inner::before {
        top: 0.8em;
    }
}

@media (max-width: 768px) {
    .goftx-quote-inner .button {
        font-size: 14px;        
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .goftx-quote-inner .goft_from_submit,
    .goftx-quote-inner .button {
        margin: 0 auto;
        display: inline-block;
        padding: 8px 20px;
        font-size: 17px;
        width: 100%;
        max-width: 450px;
        text-align: center;
    } 

    .goftx-quote-inner .goftx_quote_table th,
    .goftx-quote-inner .goftx_quote_table td {
        padding: 15px 5px;
    }

    .goftx-quote-inner .goftx_quote_table thead th.product-thumbnail,
    .goftx-quote-inner .goftx_quote_table tbody td.product-thumbnail {
        display: none;
    }
    .goftx-quote-inner .goftx_quote_table tbody tr:last-child td.action {
        text-align: center;
    }  
    .goftx-quote-inner .goftx_quote_table tbody td.product-remove .remove {
        height: 22px;
        width: 22px;
        line-height: 22px !important;
    } 
    .goftx-quote-inner .goftx_quote_table tbody td.product-remove .remove i {
        line-height: 22px !important;
    }
    .goftx-quote-inner .goftx_quote_fields .col-sm-4 {
        width: 100%;
    }
    .goftx-quote-inner .submit-button {
        margin-top: 0;
    }
    .goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .input-text.goftx_qty { 
        width: 130px;
        text-align: left;
        padding-left: 15px;
        padding-right: 75px;   
    }

    .goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .quantity-icon {
        width: 60px;
        right: 0;
        background: #467FF7;
        border-radius: 0 3px 3px 0;
    }

    .goftx-quote-inner .goftx_quote_table tbody td.product-quantity .quantity .quantity-icon i {
        font-size: 24px;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 22.5px;
        line-height: 22px;
    }
}