﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Roboto&display=swap');

.warn,
.warn::before,
.warn::after {
    position: relative;
    padding: 0;
    margin: 0;
}

.warn {
    font-size: 36px;
    color: transparent;
}

    .warn.warning {
        display: inline-block;
        top: 0.225em;
        width: 1.15em;
        height: 1.15em;
        overflow: hidden;
        border: none;
        background-color: transparent;
        border-radius: 0.625em;
    }

        .warn.warning::before {
            content: "";
            display: block;
            top: -0.08em;
            left: 0.0em;
            position: absolute;
            border: transparent 0.6em solid;
            border-bottom-color: #fd3;
            border-bottom-width: 1em;
            border-top-width: 0;
            box-shadow: #999 0 1px 1px;
        }

        .warn.warning::after {
            display: block;
            position: absolute;
            top: 0.3em;
            left: 0;
            width: 100%;
            padding: 0 1px;
            text-align: center;
            font-family: "Garamond";
            content: "!";
            font-size: 0.65em;
            font-weight: bold;
            color: #333;
        }
.cart_details-block {
    font-family: 'Roboto';
    margin: 0px auto;
  /*  border: 1px solid #ccc;*/
      padding: 10px 5px;
   /* float: left;*/
    margin-top: -2px;
}

.m-t-15 {
    margin-top:15px !important;
}
.empty-cart {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 40px 0px 20px 0;
}
.empty-cart p {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 36px;
    color: #333;
    margin: 2% 0;
}
input, select {
    width: 100%;
    vertical-align: middle;
    height: 28px;
    padding: 4px 6px;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e6e6e6;
    outline: none;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}

    input:active, input:hover, input:active, input:focus {
        border: 1px solid #008081;
    }
.breadcrumb-block {
    margin: 10px 0 10px 5px;
}
.quote_btn_blocks {
    display: inline-block;
    /*margin: 10px;*/
    float: right;
    margin-right: 5px;
    margin-top: 7px;
}
/*.cart_hide_show {
    transition: all 2s ease;
}*/
.quoteDetails .address_block{
    min-height:100%;
    display:inline-block;
    width:100%;
}
.address_block {
    background: #fff;
    box-shadow: 0 0 5px rgb(62 61 61 / 49%);
    -webkit-box-shadow: 0 0 5px rgb(62 61 61 / 49%);
    -moz-box-shadow: 0 0 5px rgb(62 61 61 / 49%);
    min-height: 415px;
}
.address_checkout-block {
    background: #fff;
    box-shadow: 0 0 5px rgb(62 61 61 / 49%);
    -webkit-box-shadow: 0 0 5px rgb(62 61 61 / 49%);
    -moz-box-shadow: 0 0 5px rgb(62 61 61 / 49%);
    min-height: 215px;
}
.address_block-title {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}
.address_block-title img {
    width:36px;
    margin-right:15px;
}
.address_block-input {
    margin: 0;
    padding: 10px;
    display: block;
}
    .address_block-input label, .address_block-input select {
        width: 100%;
    }
.red {
    color:#f00;
}
.cursor_pointer {
    cursor:pointer;
}
.cart_details {
    margin: 10px 0 5px 0;
}
.mobile_overflow {
    width:100%;
    overflow:auto;
}
.cart_details table {
    width: 100%;
    margin-bottom:5px;
}
 .table_bg {
    background-color: #3f3f3f;
    color:#fff;
}
.cart_details table tr td {
        line-height: 2;
        vertical-align: middle;
    }
.width-20 {
    width:20%;
}
.width-16 {
    width: 16%;
}
.quantity {
    /*float: left; */
    margin: 0px 0px;
    margin-left: 0;
    height: 30px;
    border: solid 1px #e6e6e6;
    display: inline-block;
    width: 130px;
}

    .quantity .group-quantity-button a {
        display: inline-block;
        width: 35px;
        text-align: center;
        line-height: 26px;
        height: 26px;
        color: #8e8e8e;
        font-size: 13px;
    }

    .quantity .input-text {
        border-top: none;
        border-bottom: none;
        border-right: solid 1px #e6e6e6;
        border-left: solid 1px #e6e6e6;
        line-height: 30px;
        height: 28px;
        text-align: center;
        font-size: 16px;
        color: #8e8e8e;
        width: 50px;
    }
.total_price_main {
    display:inline-block;
    margin:0;
    padding:4px 0;
    text-align:right;
    float:right;
}
.total_price_txt {
    font-weight:500;
}
.total_price {
    color: #f00;
    font-weight: 600;
    font-size: 18px;
}
.proceed_btn {
    margin-bottom: 10px;
    padding: 5px 0;
    display: inline-block;
    float: left;
   /* margin-right: 20px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}
.proceed_btn-right {
    float: right;
    margin-bottom: 15px;
}
.back_btn {
    display: inline-block;
    float: right;
    margin: 10px 35px 10px 10px;
}
.back_btn button img {
    width:12px;
}
.vert_mid {
    vertical-align:middle;
    resize:horizontal;
    margin-bottom:15px;
    width:100%;
    max-width:100%;
}
.resize_vertical {
    vertical-align: middle;
    resize: vertical;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
}
.address_block-checkout img {
    width:22px;
    display:inline-block;
    float:left;
}
.address_block-checkout .address_block-info {
    margin:0;
    line-height:2;
}
.address_block-checkout .address_block-info-text {
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 2;
}
.order_detail-label {
    font-weight:600;
    margin-bottom:5px;
}
.table_pding-lr th {
    padding-left: 10px;
    padding-right: 10px;
}
/*Invoice Table*/
.invoice-div {
   /* border: 1px solid #ccc;*/
   /* padding: 10px;*/
    display: inline-block;
    width: 100%;
    /*margin-bottom: 10px;*/
}
.invoice-box {
    display: inline-block;
    width: 100%;
}
.invoice_logo {
   /* margin-bottom: 10px;*/
    border-bottom: 1px solid #ccc;
    /*padding-bottom: 10px;*/
    text-align:center;
}
.note-txt {
    color: #ff1414 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align:right;
}
.emp-info {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
    .emp-info li {
        display: inline-block;
        width: 50%;
        float: left;
        margin: 0px 0px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }
        .emp-info li span {
            font-weight: 400;
        }
.order-table {
    border: 0px solid transparent;
    margin-bottom: 0px;
}
    .order-table tr td {
        text-align: left !important;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto';
        padding: 6px;
    }
.title-inoice {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-top: 5px;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 10px;
    font-size: 18px;
}
.order-table tr td p {
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 15px;
    color: #000;
    font-weight:600;
}
.order-table tr td p span{
    font-weight:400;
}
.invoice-table {
    width: 100%;
}
.invoice-table tr th {
    background: #f7f7f7;
}
.invoice-table tr th, .invoice-table tr td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    color: #000;
    font-weight: 800;
}
.float-right {
    float: right;
}
.p-t-10 {
    padding-top: 10px;
}

.invoice-content p {
    margin-bottom: 10px;
}
.bold {
    font-weight: 600 !important;
}
.text-center {
    text-align: center;
}

/*Quote History*/
.view {
    /*padding: 5px 8px;  commented by Nayan K on 01/03/2022*/
    padding: 5px 6px; /* Modified by Nayan K on 01/03/2022 */

    margin: 0;
    position: relative;
    cursor: pointer;
    background: #008081;
}
.view > i {
    color:#fff;
}
.quote_price-table {
    margin:5px 0px 5px 0px;
    padding:5px;
    width:100%;
    border:1px solid #ccc;
}
    .quote_price-table th {
        border-right:0;
    }
    .quote_price-table th, .quote_price-table td {
        border-bottom: 1px dotted #ccc;
        padding: 8px;
        line-height: 2;
        vertical-align: middle;
    }
    /*Quote History*/
.dataTables_wrapper.no-footer .dataTables_scrollBody, table.dataTable.no-footer {
    border-bottom: none;
    border-top: none;
}
.datepicker-days table th {
    border: 0;
}

.prodeedcheckout {
    float: right;
    margin-left: 10px;
}


#prodeedcheckout {
    display: none
}
#order_ship_details {
    display: none
}
.quote-print-div {
    /*border:1px solid #ccc;*/
    box-shadow: 0 0 5px rgb(62 61 61 / 49%) !important;
    padding:10px;
    margin: 8px 0 0 5px;
}
.order-history tr td{
    border:1px solid #ccc;
}
/*.order-container{
    border:1px solid #ccc;
}*/
.tab-design-button {
    width: auto;
    font-size: 14px;
    padding: 7px 10px;
    margin-top: 17px;
    color: #fff;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    color: #000;
    background: #ebebeb;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.tab-design-button.active {
    position: relative;
    z-index: 9;
    border: 1px solid #ccc;
    background: #fff;
    border-bottom: 2px solid #fff;
}

/*.cart_hide_show.show {
    border: 1px solid #ccc;
    padding: 15px 20px;
    width: 100%;
    display: inline-block !important;
    margin-bottom: 10px;
    margin-top: -2px;
}*/

@media print {
    .breadcrumb-block {
        display: none;
        margin: 0;
        padding: 0;
    }
}
