
@media (min-width: 320px) {
    /* Detail Product Page********************************************************** /


/* ***************wysiwyg******/
    .jodit-wysiwyg table tr td {
        border: 1px solid #ddd;
        padding: .5rem;
        vertical-align: top;
    }

    .jodit-wysiwyg ol {
        list-style-type: decimal;
        padding-inline-start: 40px
    }

    .jodit-wysiwyg ul {
        list-style-type: disc;
        padding-inline-start: 40px
    }
    /* ***************wysiwyg******/

    /** add to cart alert **/
    #cartalert {
        visibility: hidden;
        min-width: 200px;
        max-width: 300px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom: 3px solid #4CAF50;
        color: #000;
        text-align: left;
        border-radius: 2px;
        padding: 20px 10px;
        position: fixed;
        z-index: 15;
        right: 5%;
        top: 15px;
        font-size: 13px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #cartalert i {
            color: #4caf50;
            font-size: 28px;
            margin-right: 5px;
        }

        #cartalert.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 0.5s 5.7s;
            animation: fadein 0.5s, fadeout 0.5s 5.7s;
        }

    @-webkit-keyframes fadein {
        from {
            top: 0;
            opacity: 0;
        }

        to {
            top: 5px;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            top: 0;
            opacity: 0;
        }

        to {
            top: 5px;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            top: 5px;
            opacity: 1;
        }

        to {
            top: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            top: 5px;
            opacity: 1;
        }

        to {
            top: 0;
            opacity: 0;
        }
    }
    /** add to cart alert **/

    /****** product page breadcrumb *********/
    ol.breadcrumb.product-breadcrumb {
        background-color: transparent;
        font-size: 14px;
        margin: 0;
        margin-bottom: .25rem;
        padding: .5rem 0;
    }

        ol.breadcrumb.product-breadcrumb a {
            color: #333;
        }
    /****** product page breadcrumb *********/
    .item-desc {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
        padding-left: 4px;
    }

    .dp-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
    }

    .dp-image-wrapper {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
        margin-right: 5%;
        text-align: center;
    }

        .dp-image-wrapper span {
            width: 100%;
            height: 360px;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #ddd;
            padding: 30px;
        }


    /******************** img thumbnails **************************************/
    .product-slider #thumbcarousel {
        margin: 12px 0 0;
        padding: 0px;
    }

        .product-slider #thumbcarousel .carousel-item {
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .product-slider #thumbcarousel .carousel-item .thumb {
                border: 1px solid #ccc;
                width: 15.666667%;
                vertical-align: middle;
                cursor: pointer;
                max-width: 15.666667%;
                margin-right: 1%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 80px;
            }

    #thumbcarousel .carousel-item .thumb img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .product-slider #thumbcarousel .carousel-item .thumb:hover {
        border-color: #1089c0;
    }

    /******************** img thumbnails **************************************/
    /* Image and Price Box**********************************************************/

    .DetImage {
        max-width: 100%;
        max-height: 100%;
    }

    .dp-image-wrapper .DetImage {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .dp-image-wrapper .zoomImg:hover {
        cursor: crosshair;
    }

    .dp-image-wrapper a {
        display: inline-block;
        width: 24%;
        border: 1px solid #ddd;
        height: 55px;
        vertical-align: bottom;
        margin: 5px 0;
    }

    img.ThumbImage {
        max-width: 100% !important;
        max-height: 100%;
    }
    /** Parent-child select **/
    .parent-select select.form-control:not([size]):not([multiple]) {
        height: calc(2rem + 2px);
    }

    .parent-select {
        margin-bottom: 15px;
    }

    .parent-label {
        padding-right: 7px;
        font-weight: 600;
    }

    option[value=""][disabled] {
        display: none;
    }

    .parent-select .form-control {
        padding: .375rem .25rem;
        font-size: 14px;
    }
    /*Parent-child-2*/
    .parent-attr-values {
        vertical-align: middle;
        display: inline-block !important;
    }

        .parent-attr-values span {
            display: block;
            font-size: 14px;
            text-align: center;
            float: left;
            margin: 7px 7px 7px 0;
            padding: 0 7px;
            height: 25px;
            line-height: 25px;
            color: #686868;
            border: 1px solid #C8C8C8;
            cursor: pointer;
        }

            .parent-attr-values span.selected {
                border: 1px solid #03A9F4;
                cursor: default;
            }
    /*Parent-child-2*/
    /** Parent-child select **/

    .price-box {
        text-align: left;
        padding: 15px 0 25px 7px;
        vertical-align: top;
        border-top: 1px solid #eee;
        font-size: 14px;
    }

    .price-row {
        padding-bottom: 10px;
    }

    .price-box .DetailHead2 {
        line-height: 1;
        display: inline-block;
        font-weight: 700;
    }

    .price-box .DetailLine2 {
        font-weight: 700;
        color: #ed2525;
        line-height: 1;
        display: inline-block;
    }

    .qty-add-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 15px;
        margin-right: auto;
    }
        .qty-add-row .btn-login-for-price {
            height: 40px;
            padding: 0 30px;
            width: 50%;
            margin-top: 0px !important;
        }
        .qty-add-row .btn-addtocart {
            height: 40px;
            padding: 0 30px;
            width: auto;
            margin-top: 0px !important;
        }

        .qty-add-row .number-stepper {
            background: #f5f5f5;
            border: 1px solid #ccc;
            border-radius: 3px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-right: 10px;
        }

            .qty-add-row .number-stepper .qty-select {
                border: 0px;
                height: 36px;
            }

            .qty-add-row .number-stepper button {
                box-sizing: border-box;
                width: 30px;
                height: 38px;
                line-height: 38px;
                padding: 0 6px;
                border: none;
                background: 0 0;
                color: #333 !important;
                font-size: 22px;
                outline: 0;
                cursor: pointer;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .qty-add-row .number-stepper input {
                width: 50px;
                text-align: center;
                font-size: 16px;
                border-radius: 0;
                border: none;
                padding: 0;
                outline: 0;
                border-left: 1px solid #aaa;
                border-right: 1px solid #aaa;
                -moz-appearance: textfield;
                background: #fff;
            }

    .qty-wrk-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .addworksheet-row {
        min-width: 250px;
        padding-top: 15px;
    }

    .AddToJobWorksheet-label {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 2px !important;
    }

    .AddToJobWorksheet-select {
        font-size: 14px;
    }
    /* Image and Price Box**********************************************************/

    /* PopUp Jobworksheet**********************************************************/
    button.btn.btn-create-new {
        background: #2E7D32;
        border: 1px solid;
        -webkit-transition: all .5s;
        transition: all .5s;
        color: rebeccapurple;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
    }

    button.close {
        color: #000 !important;
    }
    /* PopUp **********************************************************/
    /* PopUp Recommended products**********************************************************/
    form#recommended-modal.modal.show {
        opacity: 1;
    }

    form#recommended-modal.modal {
        opacity: 0;
        transition: all .3s;
    }

    .modal-dialog {
        -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%), 0 2px 10px 0 rgb(0 0 0 / 40%);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%), 0 2px 10px 0 rgb(0 0 0 / 40%);
    }

    .image-wrapper-pop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 150px;
    }

        .image-wrapper-pop img {
            align-self: center;
            max-height: 100%;
            max-width: 100%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

    .recommended-detail {
        padding: 15px;
        padding-bottom: 25px;
    }

        .recommended-detail p {
            margin-bottom: 8px;
            line-height: 1;
        }

    input.rec-qty {
        margin-right: 5px;
        width: 65px;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        padding: 5px;
    }
    /* PopUp **********************************************************/
    /*********************Manufacturer Logos**************************************/
    .info-logo-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .info-logo-wrap {
        width: 200px;
    }
    /*********************Manufacturer Logos**************************************/

    /*************************** InfoTable ********************************/

    .InfoTableContainer {
        text-align: left;
        padding: 0px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .table--info-table {
        margin: 1rem 0;
    }

    .InfoTableContainer .table-cell {
        padding: 4px 7px;
        line-height: 1.4;
    }

        .InfoTableContainer .table-cell.table-cell-label {
            line-height: 1.4;
            font-weight: 700;
            width: 130px;
        }

    .InfoTableContainer .table-cell-value {
    }

    .th-warehouse, .td-warehouse {
        display: table-cell !important;
    }

    .table.table--warehouse-table .table-row:nth-child(even) {
        background: #f7f7f7;
    }

    .table-cell.table-cell-value.td-warehouse span, .th-warehouse span {
        display: inline-block;
        width: 130px;
    }

    /****QTY Breaks ****/

    .price-break-label {
        padding: 4px 7px;
        line-height: 1.4;
        background: #f7f7f7;
        margin-top: -1rem;
        width: 50%;
    }
    /*************************** InfoTable *******************************/



    /* Tabs **********************************************************/
    .dp-tabs-wrapper {
        margin: 25px 0;
        width: 100%;
    }

        .dp-tabs-wrapper .nav-link {
            border-top: 3px solid transparent;
        }

            .dp-tabs-wrapper .nav-link.active {
                border-top: 3px solid;
            }

    div#tabContent {
        text-align: left;
        border: 1px solid #ddd;
        border-top: none;
    }

    .tab-content .table-cell.table-cell-label {
        background: #f7f7f7;
        width: 240px;
        padding-right: 15px;
        font-weight: 600;
        text-align: right;
    }

    .tab-content .table-cell {
        padding: 6px 0 6px 15px;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
    }

    .info-table-header {
        padding: 10px;
        font-weight: 700;
    }



    /* Tabs **********************************************************/
}

@media (min-width: 768px) {
    .card-header {
        display: none;
    }

    .tab-pane .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    div#tabContent {
        border: none;
    }

    .nav-tabs {
        display: none !important;
    }

    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .dp-tabs-wrapper .card-header a.d-block {
        font-size: 1.125rem;
        text-decoration: none;
    }

        .dp-tabs-wrapper .card-header a.d-block.collapsed {
            color: inherit;
        }

            .dp-tabs-wrapper .card-header a.d-block.collapsed:after {
                content: "+";
                position: absolute;
                right: 40px;
            }

        .dp-tabs-wrapper .card-header a.d-block:after {
            content: "-";
            position: absolute;
            right: 40px;
        }

    .tab-content .table-cell.table-cell-label {
        width: auto;
    }

    .dp-image-wrapper {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
        text-align: center;
    }

    .InfoTableContainer {
        text-align: left;
        padding: 0px 0;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .price-break-label {
        width: 100%;
    }
}



@media (max-width: 576px) {
    .table--info-table .table-cell {
        padding: 1px 7px;
        display: block;
    }

    .dp-image-wrapper span {
        height: 250px;
        padding: 10px;
    }
}
.loading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: background-color linear 0.3s;
    transition: background-color linear 0.3s;
    z-index: 10;
}

    .loading > i {
        color: #fff;
        font-size: 5rem !important;
        -webkit-animation: spin 1s ease infinite;
        animation: spin 1s ease infinite;
    }

    .loading.hidden > i {
        display: none;
    }

    .loading.hidden {
        background-color: rgba(0,0,0,0);
        pointer-events: none;
    }

i .bx.bx-summary {
    color: #333;
    font-size: 1rem !important;
}

.spinnerbox i.bx {
    font-size: 5rem !important;
    -webkit-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite;
}
