﻿
/*Desktop*/
@media screen and (min-width: 1024px) {
    .gvi-basket-wrapper div.action-links {
        margin-top: 2px;
    }
}


/* tablet and desktop */
@media screen and (min-width: 670px) {
    body .grid-mode > li {
        height: 440px;
    }

    #basketPage .basket-b2b-mode .gvi-basket .product-img, #basketPage .basket-b2b-mode .gvi-basket .hyp-thumbnail {
        height: 100px;
        width: 100px;
    }

    .gvi-basket tr.upper-row td, .gvi-wish-list tr.upper-row td {
        border-style: solid;
    }

    #basketPage .gvi-basket .upper-row td {
        padding: 15px 0;
    }
}

/* tablet view */
@media screen and (max-width: 1023px) and (min-width: 670px) {

    body .grid-mode > li .product-compare {
        padding-top: 5px;
    }

    body .order-box .form-row .label {
        width: 25%;
    }

    body .pdp-qty-panel > div {
        float: none;
    }

        body .pdp-qty-panel > div:last-child {
            margin: 15px 0;
        }

    body .AddToComparelistPopup .item-pane > div:last-child {
        vertical-align: top;
    }

    body .order-box .form-row .label {
        min-width: 235px;
        width: 74%;
    }
}

/* mobile view */
@media screen and (max-width: 670px) {
    body .title-panel h3 {
        float: none;
        width: 100%;
    }
    body .gvi th.col-authorization-status, 
    body .gvi td.col-authorization-status {
        text-align: left;
    }
    .btn-request-rental {
        width: 100%;
        margin-top: 10px;
    }
    /** location panel */
    .set-container.level-panel-2 + #departments.level-panel {
        margin-top: 0;
    }

    .col-priceper.hide-mob {
        display: none;
    }

    body .responsive-table td:before {
        line-height: 1.5em;
    }

    body #ChangeLocationForm .form-row .validation,
    body #ActionSelect .form-row .validation {
        padding-left: 0 !important;
    }

    #basketContent .rental-heading-wrapper h2.rental-title, #basketContent h2.rental-title {
        display: block;
    }

    .product-compare,
    .AddToComparelistPopup {
        display: none;
    }

    .uom-panel {
        clear: both;
    }

    body.ui-mobile .order-box .form-row .label {
        width: 100%;
    }

    body.ui-mobile .pdp-qty-panel > div:last-child {
        margin: 15px 0 0 0;
    }

    body.ui-mobile .pdp-qty-panel > div {
        float: none;
    }

    body .semicolumn.location-change {
        width: 100%;
    }

        body .semicolumn.location-change .form-button button {
            margin-bottom: 20px;
            float: none;
            width: 100%;
        }

    body .inline-column-general .field-two {
        float: none;
        padding: 20px 0 0 0;
        box-sizing: border-box;
        clear: both;
        width: 100%;
    }

    body .inline-column-general .field-one {
        width: 100%;
        height: auto;
    }

    #basketPage .lbl-quantity {
        margin: 0 0 !important;
    }

    .col-total .action-links {
        margin-top: 13px;
    }

    .checkout-orderoverview-page .col-priceper .lbl-price-per {
        display: block;
        text-align: right !important;
    }

    /*Profile Actions*/
    .dv-export-details {
        margin-bottom: 15px;
    }


    #LocationApprovePopup .text-right, #actionApprove .text-right{
    text-align: center;
}

    .cookielaw-bar {
        display: block !important;
        align-items: center;
    }

    .cookie-bar.cookielaw-wrapper .cookielaw-content {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cookielaw-bar div.cookielaw-buttons {
        display: inline-block;
    }
}

/* moible and tablet  */
@media screen and (max-width: 1023px) {
    body .rental-price-disclaimer {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }
}
