/* quote page css start */

.quote_page_section .quantity input[type=number]::-webkit-outer-spin-button,
.quote_page_section .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quote_page_section .quantity input[type=number] {
    -moz-appearance: textfield;
}

.custome_btn {
    width: 63px !important;
    padding: 20px;
    line-height: 0px !important;
    border: none !important;
    position: relative;
    margin: auto;
}

.quantity {
    display: flex;
    border: 1px solid var(--primary_color);
    border-radius: 5px;
    width: 145px !important;
    height: 46px;
}

.quantity input.qty {
    color: black !important;
    font-size: 15px !important;
    width: 62px !important;
    height: auto !important;
    border-radius: 0px !important;
    background-color: var(--white_color) !important;
    border-left: 1px solid var(--primary_color) !important;
    border-right: 1px solid var(--primary_color) !important;
}

button.qty_button.minus.custome_btn {
    position: relative;
    margin: auto;
    border: none !important;
    color: #000000 !important;
}

button.qty_button.plus.custome_btn {
    border: none !important;
    color: #000000 !important;
}

button.qty_button.minus.custome_btn:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 15px;
}

button.qty_button.plus.custome_btn:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 15px;
}

.quote_page_section .woocommerce table.shop_table {
    border: 1px solid var(--primary_color) !important;
}

.quote_page_section .woocommerce table.shop_table td {
    border-top: 1px solid var(--primary_color) !important;
    color: var(--black_color);
}

.quote_page_section .entry-content thead th,
.entry-content tr th {
    color: var(--black_color) !important;
}

.quote_page_section .woocommerce table.shop_table td a {
    color: var(--black_color);
}

.quote_page_section .woocommerce table.shop_table td img {
    object-fit: contain;
    object-position: left;
    height: 90px;
}

.quote_page_section .yith-ywraq-mail-form-wrapper h3 {
    color: var(--black_color);
}

.quote_page_section .woocommerce form .form-row label {
    color: var(--black_color);
}

.quote_page_section .yith-ywraq-mail-form-wrapper input.text,
.quote_page_section .yith-ywraq-mail-form-wrapper input[type=email],
.quote_page_section .yith-ywraq-mail-form-wrapper input[type=password],
.quote_page_section .yith-ywraq-mail-form-wrapper input[type=tel],
.quote_page_section .yith-ywraq-mail-form-wrapper input[type=text],
.quote_page_section .yith-ywraq-mail-form-wrapper select {
    background: transparent !important;
    border: 1px solid var(--primary_color) !important;
    border-radius: 5px !important;
    height: 40px;
}

.quote_page_section .yith-ywraq-mail-form-wrapper textarea {
    background: transparent !important;
    border: 1px solid var(--primary_color) !important;
    border-radius: 5px !important;
    height: 80px !important;
}

.ywraq-form-table-wrapper p {
    display: block;
    color: var(--primary_color);
    font-size: 23px;
    font-weight: var(--font_weight_600);
    text-align: center;
    line-height: normal;
}

/* quote page css end */

@media all and (min-width: 320px) and (max-width: 768px) {

    /* quote page css start */

    .quote_page_section .woocommerce table.shop_table tr {
        padding: 0px !important;
    }

    .quote_page_section .woocommerce table.shop_table td {
        display: flex;
        align-items: center;
        padding-left: 15px !important;
    }

    .quote_page_section .woocommerce table.shop_table_responsive tr td::before,
    .quote_page_section .woocommerce-page table.shop_table_responsive tr td::before {
        width: 43% !important;
        text-align: left !important;
    }

    /* quote page css end */

}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* quote page css start */


    /* quote page css end */

}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /* quote page css start */


    /* quote page css end */

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* quote page css start */


    /* quote page css end */

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* quote page css start */


    /* quote page css end */

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* quote page css start */


    /* quote page css end */

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /* quote page css start */


    /* quote page css end */

}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    /* quote page css start */


    /* quote page css end */

}