/* category page */

.ui-tooltip {
    padding: 10px 20px;
    color: red;
    font: bold 13px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 5px black;
}


.newBtnWrapper{
    position:absolute;
    bottom: 157px;
    background: white;
    padding-top: 20px;
    opacity: 0.9;
}

.lock-screen {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.filter-bar-selected .searchByDateHeader{
    float: left;
    margin-left: 250px;
    line-height: 40px;
    font-weight: bolder;
}

.selected-title .arrow2 {
    border-left: none;
    z-index: 11;
}

.selected-title .arrow2 .icon{
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #333 transparent transparent;
    position: absolute;
    margin-top: -24px;
    right: 10px;
    cursor:pointer;
}

.selected-title .arrow {
    border-left: none;
}

.selected-title .arrow .icon{
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #333 transparent transparent;
    position: absolute;
    margin-top: -24px;
    right: 10px;
    cursor:pointer;
}

.searchByDateHeader .calendar .comiseo-daterangepicker-triggerbutton {
    margin-top:5px;
    height:30px;
    width:120px;
    min-width:0em;
}

.searchByDateHeader .calendar .daterange{
    width:320px;
    min-width:18em;
}

.searchByDateHeader .calendar .comiseo-daterangepicker-triggerbutton .ui-button-icon-secondary{
    top: 18px;
    border-width: 10px 6px 0;
}

#productPage .comiseo-daterangepicker{
    padding-left: 22px;
    padding-right: 22px;
}

#productPage #endDateCal{
    margin-left: -6px;
}

#productPage .comiseo-daterangepicker-calendar{
    height: 210px;
}

#categoryPage .comiseo-daterangepicker,
#searchResultsPage .comiseo-daterangepicker {
    top:238px !important;
    border-color: #c0c0c0;
    padding-left: 22px;
    padding-right: 22px;
    position: fixed;
}

#categoryPage #endDateCal, #categoryPage .rentalInput,
#searchResultsPage #endDateCal, #searchResultsPage .rentalInput{
    margin-left: -7px;
}

#productPage .comiseo-daterangepicker-adjustScroll {
    top: 165px !important;
    position: fixed;
}

#searchResultsPage .catpage-with-title,
#categoryPage .catpage-with-title {
    top:272px !important;
}


#searchResultsPage .comiseo-daterangepicker-adjustScroll,
#categoryPage .comiseo-daterangepicker-adjustScroll {
    top:165px !important;
}

#searchResultsPage .comiseo-daterangepicker-calendar td.hover-selection a,
#productPage .comiseo-daterangepicker-calendar td.hover-selection a {
    border: 1px solid #8bbc3d;
    box-sizing: border-box;
    background: #c3e6c3 !important;
}

.disableElement {
    pointer-events: none;
    opacity: 0.5;
}

.category-wrap .category-filter-bar .filter-bar-selected {
    height: 60px !important;
    /*padding-top: 5px !important;*/
}

.category-wrap .category-filter-bar .filter-bar-selected .selected-title .chooseDuration{
    font-weight: normal !important;
    margin-left: 20px;
}

.category-wrap .category-abn{
    /*margin-top: 60px;*/
    top: auto;
    bottom: auto;
    position: absolute;
}
    .category-wrap.category-filter-closed .category-abn{
        /*margin-top: 60px;*/
    }

.category-wrap .category-filter-bar .hide-show-filters-wrapper{
    margin-top: 65px !important;
}


.category-wrap .category-filter-bar .hide-show-filters-wrapper .hide-filters{
    background: url(https://cdn.static-bl.com/images/tabArrowLeft-GREY.png);
}

.category-filter-closed.category-wrap .category-filter-bar .hide-show-filters-wrapper .show-filters{
    background: url(https://cdn.static-bl.com/images/tabArrowRight-GREY.png);
}




/************************* Calendar Style ***********************************/

.comiseo-daterangepicker:before,
.comiseo-daterangepicker:after {
    bottom: 100%;
    left: 30%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.endDatePicker:before,
.endDatePicker:after {
    left: 68%;
}

.comiseo-daterangepicker:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c0c0c0;
    margin-left: -1px;
}

.comiseo-daterangepicker:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid white;
}

.comiseo-daterangepicker .comiseo-daterangepicker-main .comiseo-daterangepicker-presets{
    display:none;
    width: 132px !important;
    height: auto;
    font-size: 0.9em;
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
}

.comiseo-daterangepicker .comiseo-daterangepicker-main .comiseo-daterangepicker-presets-chooseDay{
    display:none !important;
    width: 132px !important;
    height: auto;
    font-size: 0.9em;
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
}

.comiseo-daterangepicker-presets .ui-menu .ui-menu-item:not(:last-child){
    margin-bottom: 5px;
}

.comiseo-daterangepicker-presets .ui-menu{
    cursor:pointer;
}

.comiseo-daterangepicker-presets .ui-menu .ui-menu-item a{
    color: black !important;
}

.comiseo-daterangepicker-presets .ui-menu .ui-menu-item a.ui-state-focus{
    background-color: transparent !important;
    background-image: none !important;
    border-color: white;
}



.comiseo-daterangepicker-calendar-show, .comiseo-daterangepicker-buttonpanel-show{
    display:block !important;
    float:right !important;
}

.comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content{
    border-bottom:none !important;
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
    background: #fff;
    /*margin-top:5px;*/
    font-size: 14px;
    color: black;
    height:30px;
    width:120px;
    min-width:0em;
    margin-left: 0;
    padding-left: 8px;
    border-radius: 0 !important;
    border: initial;
    border: 1px solid #bbb;
}

.comiseo-daterangepicker-triggerbutton.ui-button:focus{
    outline:none;
}

.comiseo-daterangepicker-triggerbutton .ui-button-text {
    padding: 0 !important;
    font-family: "Avenir LT W01 55 Roman", Verdana,Arial,sans-serif;
}

.comiseo-daterangepicker-triggerbutton .ui-button-icon-secondary.ui-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #333 transparent;
    position: absolute;
    top: 17px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel{
    float:right !important;
    margin-top:10px;
    width: 265px;
    font-size: small;
    margin-bottom: 10px;
}

.comiseo-daterangepicker-buttonpanel button.ui-priority-primary {
    background: #e40000 !important;
    color: #fff !important;
    border: 0 !important;
    float:right !important;
    display:none !important;
}

.comiseo-daterangepicker-buttonpanel button.ui-priority-primary.disabled {
    background: #c0c0c0 !important;
    pointer-events:none;
}

.comiseo-daterangepicker-buttonpanel button.ui-priority-secondary {
    border: 1px solid #e40000;
    color: #000;
    background: #fff !important;
    border: none;
    text-decoration: underline;
    font-size: small;
    float: right;
}

.comiseo-daterangepicker-buttonpanel .comiseo-daterangepicker-customMessage{
    display:none;
    width: 265px;
    margin-bottom: 5px;
}

.comiseo-daterangepicker-buttonpanel-show .comiseo-daterangepicker-customNoteLable{
    float: left;
    font-size: 12px;
    color: #e40000;
    margin-right:5px;
    margin-top: 5px;
}

.comiseo-daterangepicker-buttonpanel-show .comiseo-daterangepicker-customMessage{
    width: 320px;
    float: left;
    color: #e40000;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.comiseo-daterangepicker .comiseo-daterangepicker-main .dpHeader{
    margin:8px;
    font-weight:600;
    font-size:14px;
}

.comiseo-daterangepicker-main-title {
    width: 100%;
    margin: 4px;
    font-weight: bold;
    font-size: .9rem;
}
.comiseo-daterangepicker {
    z-index: 200;
    border-radius: 0;
}

.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today {
    background: white !important;
    color: black !important;
}
.comiseo-daterangepicker-calendar td.ui-state-highlight.start-date a.ui-state-default,
.comiseo-daterangepicker-calendar td.ui-state-highlight.end-date a.ui-state-default {
    background: #79af12 !important;
    border-radius: 0 !important;
}
.comiseo-daterangepicker-calendar td.ui-state-highlight a.ui-state-default,
.comiseo-daterangepicker-calendar td.ui-state-highlight.ui-state-disabled span.ui-state-default {
    background: #79af12 !important;
    color: white !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #363636;
}

.ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-first .ui-datepicker-header {
    background: #fff;
}

.ui-datepicker-title, .ui-datepicker-calendar, .comiseo-daterangepicker-buttonpanel .ui-button-text {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
}

.ui-datepicker-prev .ui-icon {
    background-image:url(https://cdn.static-bl.com/images/calendar-left-GREY.png) !important;
    background-position: center center;
}

.ui-datepicker-next .ui-icon {
    background-image:url(https://cdn.static-bl.com/images/calendar-right-GREY.png) !important;
    background-position: center center;
}

.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
    cursor: pointer;
    background: transparent !important;
    border-color:transparent !important;
}





@media screen and (min-width: 640px) {

    .sortByCat {
        margin-top: -15px !important;
    }

    .showWishlistOnDesktop{
        padding-top: 50px;
    }

    .searchByDateHeader .calendar{
        float: right;
    }

    .startingLabel {
        padding-right: 10px;
        line-height: 60px;
    }

    #productPage .startingLabel{
        float: left;
    }

    .sortByLinks {
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-color: #c0c0c0 !important;
        border-width: 1px;
        border-style: solid;
        width: 160px;
        height: 30px;
        margin-top: 5px;
        padding-left: 8px;
        position: relative;
        z-index: 1;
    }

    .sortByLinks:hover {
        position: relative;
    }

    .sortByCustomOptions {
        display: none;
        width: 160px;
        position: absolute;
        left: 0;
        top: 44px;
        overflow: hidden;
        z-index: 1;
        border: 1px solid #c0c0c0;
        border-bottom: none;
        box-sizing: border-box;
    }
        .sortByCustomOptions li {
            display: block;
            width: 100%;
            height: 32px !important;
            line-height: 32px;
            background: white;
            text-indent: 8px;
            border-bottom: 1px solid #c0c0c0;
            cursor: pointer;
        }
            .sortByCustomOptions li.selected {
                background: #CCC;
            }
}

@media screen and (max-width: 640px) {

    .product-card .unavailOptions{
        top:190px;
    }

    .newBtnWrapper{
      bottom: 24px;
      position: relative;
    }

    .newBtnWrapper > span {
       font-size:smaller;
    }


    .comiseo-daterangepicker-calendar-show{
        float: left !important;
        margin-left: 35px !important;
    }


    .comiseo-daterangepicker-right:before, .comiseo-daterangepicker-right:after{
        left: 39% !important;
    }

    .comiseo-daterangepicker-left:before, .comiseo-daterangepicker-left:after{
        left: 87% !important;
    }

    #productPage .rentalInputSpan {
        border: 1px solid #bbb;
        padding: 6px;
        display: block;
        width: 112px;
        height: 17px;
        margin-top: -10px;
        margin-left: 5px !important;
        padding-left: 38px !important;
        float: left;
        padding-bottom: 7px !important;
    }

    #productPage .rentalInputSpan #customRentalInput{
        height: 12px !important;
    }

    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInputSpan{
        border: 1px solid #bbb;
        padding: 6px;
        display: block;
        width: 100px;
        height: 17px;
        margin-top: -10px;
        margin-left: 45px !important;
        padding-left: 38px !important;
        float: left;
        line-height: 10px;
        padding-bottom: 7px !important;
    }

    a.mobileResetDates{
        color: #000;
        text-decoration: underline;
    }

    #startDateCal{
        float: left;
    }

    #endDateCal{
        float: right;
        margin-right:30px;
    }

    #searchResultsPage #startDateCal,#categoryPage #startDateCal{
         margin-left: 33px;
     }

    #searchResultsPage #endDateCal,#categoryPage #endDateCal{
        margin-right: 50px;
    }

    #searchResultsPage .comiseo-daterangepicker, #categoryPage .comiseo-daterangepicker{
        position: fixed !important;
        top: 186px !important;
        width: 80% !important;
        left: 15px !important;
    }

    #searchResultsPage .calScrollOpen, #categoryPage .calScrollOpen{
        top:203px !important;
    }


    .filter-bar-wrapper{
        border-top: 1px solid #c0c0c0;
        height: 30px;
        padding: 0 12px;
        position: relative;
        border-bottom: 1px solid #c0c0c0;
        margin-top: 5px;
    }

    .notForSale-wrap .filter-bar-wrapper{
        margin-top: 106px;
        border-bottom: none;
    }

    .filter-bar-selected .searchByDateHeader{
      /*  margin-bottom: 10px !important; */
        margin-left: 12px !important;
        margin-right: 12px !important;
        margin-top: 30px !important;
    }

    .category-wrap .category-filter-bar .filter-bar-selected{
        height: 42px !important;
        padding-top: 10px !important;
        display:none;
    }

    .filter-bar-selected .top{
        top: 356px;
    }

    .notForSale-wrap .filter-bar-selected .top{
        top: 36px !important;
    }

    .category-wrap .filter-bar-search-selections{
        /*display:none;*/
    }

        .category-wrap .category-filter-bar .filter-bar-selected .searchByDateHeader .startingLiElement,
        .category-wrap .category-filter-bar .filter-bar-selected .searchByDateHeader .startingLiElement .selected-title{
            height: 36px;
            width: 100%;
            text-align: center;
        }

    .filter-bar-selected .selected-title .chooseDay{
        margin-left:60px;
    }

    .category-filter-closed .filter-bar-search-selections .selected-filter{
        z-index:1;
    }

    #chooseDaySelect, .selected-title .arrow2 {
        margin-top:5px;
    }

    .selected-title .arrow .icon {
        margin-top: -20px;
       /* right: 20px; */
    }

    .durationMenu{
        margin-top: 5px;
        width: 100%;
        margin-left: 100px;
    }

    .durationMenu #durationSelect{
        margin-left: 10px;
        min-width: 17.7em;
    }
        .product-block .current-period .forLabel {
            padding: 0 10px 0 0;
            float: left;
            margin-left: 120px;
        }

    .chooseDuration{
        z-index: 12 !important;
        top: 38px !important;
    }

    .filter-bar-selected .sorted-by, .category-filter-closed.category-wrap .category-filter-bar .filter-bar-selected .selected-title.sorted-by + .selected-title{
        position: initial !important;
    }


    #searchResultsPage .comiseo-daterangepicker-triggerbutton.ui-button,
    #categoryPage .comiseo-daterangepicker-triggerbutton.ui-button{
        position: relative;
        width: 145px !important;
    }

    .filter-bar-selected .selected-title .extra-message {
        position: relative;
        /*margin-top: 10px; */
        background-color: white;
        width: 113%;
    }

    .extra-message .tooltip-qmark {
        top: auto;
        display: none;
        position: relative;
    }

    .category-wrap .category-filter-bar .filter-bar-selected li,
    .category-wrap .category-filter-bar .filter-bar-selected div.item-left{
        float:left;
      /*  margin-bottom: 10px; */
    }
        .category-wrap .category-filter-bar .filter-bar-selected li#customRental {
            margin: 0;
        }
        .category-wrap .category-filter-bar .filter-bar-selected li#customDuration {
            margin-bottom: 0;
            margin-top: 10px;
        }

    .category-title-header {
        position: fixed;
        top: 40px;
    }

    .category-abn {
        z-index: 222;
    }
    .category-wrap .category-filter-bar.top{
        position: fixed;
        height: 40px;
        top: 70px;
        z-index: 333;
    }

    .notForSale-wrap.category-filter-closed .category-filter-bar.top{
        /*height: 130px;*/
        position: fixed;
        top: 0px;
        z-index: 333;
    }

    .notForSale-wrap .category-products {
        margin-top: 180px;
    }

    .notForSale-wrap .category-filter-bar .filter-bar-selected .selected-title .chooseDuration{
        margin-left: 116px !important;
    }
}

/* product page */


/* set product page min width for desktop */
@media screen and (min-width: 640px) {
    .sortByCat {
        margin-top: -15px !important;
    }

    #productPage{
        min-width: 1288px;
    }
}

/* reset product page min width for mobile */
@media only screen and (max-width: 641px) {
    #productPage{
        min-width: 300px;
    }
}

.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li:not(.ui-tabs-active) a{
    color: #000 !important;
}

.product-block .current-period .current-price {
	border:none;
   /* margin-left:90px; */
    margin-top: 8px !important;
    padding-left: 20px !important;
    line-height: 45px;
    font-size: 14px;
}

.product-block .current-period .current-price .retail{
    font-size:13px;
    line-height: 0px;
    margin-left: 28px;
}

.product-block .current-period .arrow{
    border:1px solid #c0c0c0;
    width:25px;
    border-left:none;
    height:30px !important;
    line-height: 30px;
    float: left;
}

.product-feature{
    height: 600px;
    margin-top: 30px;
}

.used-gear{
    height: auto;
}

.gift-certificate{
    height: 700px;
}

.product-feature .product-block .arrow .icon{
    top: 10px;
}

.product-feature .product-block{
   /* width: 100%; */
}

.product-feature .product-block .rental-period{
    width:100%;
   /* border-bottom: 1px solid darkgray; */
    font-size:14px;
}
    /* In case we have sticky header */
    .product-feature .product-block .rental-period.fixed{
        position: fixed;
        width: 100%;
        left: 0;
        top: 110px;
       /* line-height: 50px; */
        padding: 0 5%;
        margin: 0;
        box-sizing: border-box;
        z-index: 6;
        border-bottom: 1px solid lightgrey;
    }
    .product-feature .product-block .rental-period.fixed .current-period .current-length,
    .product-feature .product-block .rental-period.fixed .current-period .arrowClass {
        margin-top: 0;
    }
    .product-feature .product-block .rental-period.fixed .current-period .add-to-cart{
        margin-top: 18px !important;
    }
    .product-feature .product-block .rental-period.fixed .current-period .current-price{
        margin-top: 8px !important;
    }

#productPage .disableAddToCartBtn{
    pointer-events: none !important;
    cursor: default;
    background-color:#bbb !important;
}

.product-block .image-wrap{
    width: 60%;
    top: 20%;
}

.product-block .gift-certificate-image{
    top: 35%;
}

.product-feature .product-block .rental-period .arrivalMenu{
    font-weight: bold;
    margin-left: 3px;
    margin-top: 5px;
}

div.product-block .current-period .durationMenu {
    line-height: normal;
    margin-top: 26px;
}

.product-block .current-period .forLabel {
    padding: 0 10px;
    font-weight: bold;
    line-height: 30px;
    height: 40px;
    float: left;
}

.product-block .current-period div.period-wrapper{
    position: relative;
    display: inline-block;
}
.product-block .current-period .current-length{
    border:none;
    width:60px;
    font-weight: 200;
    height: 30px;
    line-height: 30px;
    margin-top: 0 !important;
    border: 1px solid #c0c0c0;
    border-right:none;
    float: left;
}
    /* In case we have sticky header */
    .product-block .rental-period.fixed .current-period div.durationMenu {
       /* margin-top: 15px; */
    }
    .product-block .rental-period.fixed .current-period div.period-wrapper{
        margin-top: 0;
    }

.product-feature .product-block .add-to-cart{
    width: 100px !important;
   /* float:right; */
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

.product-feature .product-block .wishList{
    width: auto;
   /* float:right; */
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    border:none;
}

.product-feature .product-block  .addToWishlist{
    background: url(/images/icon_favorite_heart_grey_empty_32.png) center center no-repeat #FFF !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    text-indent: 0 !important;
    font-weight: 700;
    float: right;
    margin-top: 3px !important;
}

.product-block .extra-images-mobile{
    top: 100%;
}

#productTabsWrapper{
    z-index:2;
}

.related-product{
    height:70px;
    z-index:2;
}

.product-feature .flex-wrapper{
    /* margin-top: -340px; */
}

.related-product .price span{
    font-size: 12px !important;
    align: bottom;
}

.related-product .quick-add .icon{
    height: 100% !important;
}

.product-block .title{
    z-index: 2 !important;
}

.product-block .quick-add{
    margin:0px !important;
}

@-moz-document url-prefix() {
    /* Put your Firefox specific code here. */
    .product-card .add-buttons-wrapper-avail .availableNowBtn{
        bottom: 37px !important;
    }

    #productPage .rentalInputSpan{
        padding-top: 5px !important;
    }

    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInputSpan{
        padding-bottom: 5px !important;
    }
}

.product-block .flex-wrapper .image,
.product-block.short .flex-wrapper .image{
    position: absolute;
    width: 100px;
    height: 70px;
    background: #fff;
    right: 0;
    top: 0;
    padding:0px !important;
    overflow: hidden;
}

.product-block .period-selection, .product-block .membership-selection, .product-block .gift-certificate-price-selection{
    border: 1px solid #c0c0c0;
}

.product-block .period-selection .period, .checkout-chunk .period-selection .period, .product-block .membership-selection .price,.product-block .gift-certificate-price-selection .price{
    border-bottom: none !important;
}

.product-block .period-selection .product-buy-instead a{
    font-size: 14px;
}

.product-block .period-selection .product-buy-instead .arrow-icon{
    max-height: 14px !important;
    max-width: 7px !important;
}

.product-block .period-selection, .product-block .gift-certificate-price-selection{
    width:200px;
}

.product-block .period-selection .period .customTTR{
    margin-bottom: 5px;
}

.product-block .period-selection .period .customTTR .customTTRWarning{
    color :gray;
    font-size: small;
}

.product-block .period-selection.pos-3{
    top: -webkit-calc(100% + 9px);
    top: calc(100% + 9px);
    left: -55px;
    border-radius:0px;
}
    .product-block#Membership100 .period-selection.pos-3,
	.product-block#gift_certificate .period-selection.pos-3 {
        display: none;
    }

.product-block .gift-certificate-price-selection.pos-3, .product-block .membership-selection.pos-3{
    top:92%;
    left: 0;
    border-radius:0px;
    width: 100px !important;
}

.product-block .period-selection.pos-3:before,
.product-block .period-selection.pos-3:after,
.product-block .membership-selection.pos-3:before,
.product-block .membership-selection.pos-3:after,
.product-block .gift-certificate-price-selection.pos-3:before,
.product-block .gift-certificate-price-selection.pos-3:after{
    bottom: 100%;
    left: 63%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.product-block .period-selection.pos-3:before, .product-block .membership-selection.pos-3:before,.product-block .gift-certificate-price-selection.pos-3:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c0c0c0;
    margin-left: -1px;
}

.product-block .period-selection.pos-3:after, .product-block .membership-selection.pos-3:after,.product-block .gift-certificate-price-selection.pos-3:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid white;
}

.product-block .membership-selection .price.active .amount{
    font-size:16px;
}


.product-block .period-selection .period.active, .product-block .membership-selection .price.active,.product-block .gift-certificate-price-selection .price.active {
    color: #333;
    background: #fff;
    box-shadow: none;
}

.product-block .period-selection .period.active .length{
    font-size: 14px;
    font-weight:100;
}

.product-block .period-selection .period .length,.product-block .membership-selection .price .amount{
    font-size: 14px;
    font-weight:100;
}

.product-block .period-selection .period.active .price,.product-block .gift-certificate-price-selection .price.active .amount{
    font-size: 14px;
    font-weight:100;
}

.product-block .period-selection .period .price, .product-block .membership-selection .price .amount{
    font-size: 14px;
    font-weight:100;
}

.product-block .period-selection .period.custom .icon{
    display:none;
}

.product-block .period-selection .period.custom .length{
   padding: 0px;
}

.product-block .current-period.reserved > .current-length,.product-block .current-period.reserved > .arrow,
.current-length,.product-block .current-period.reserved > .wishList,.product-block .current-period.reserved > .add-to-cart{
    margin-top: 20px !important;
}

.product-block .current-period.reserved > .comiseo-daterangepicker-triggerbutton.ui-button{
    margin-top: 5px !important;
}

.product-block .current-period.reserved > .warehouse-selector{
   /* margin-top: 20px !important; */
}

.product-feature .product-block .rental-period .expected .tooltip-qmark{
    margin-top: 20px;
}

.product-feature .product-block .add-to-wishlist{
    height: 30px;
    line-height: 30px;
    top: 5px;
}

.product-block .customTTR input{
    right:10px;
}

.product-block .customTTR button{
    display:none;
}

#chooseDaySelect{
    width: 120px;
    padding: 5px;
    padding-bottom:6px;
    z-index:8;
    border-color: #c0c0c0 !important;
    border-radius: 0px;
    background-color: white;
    cursor:pointer;
    margin-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.product-block .current-period .arrow2 {
    border-left: none;
    position: relative;
    z-index:11;
}

.product-feature .product-block .arrow2 .icon {
    border-style: solid;
    border-width: 9px 6.5px 0;
    border-color: #333 transparent transparent;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-block .chooseDay{
      top: 30%;
      width: 120px;
      background-color: #fff;
      border: 1px solid gray;
      border-bottom:none;
      z-index: 10;
      position: absolute;
      box-sizing: border-box;
      display: none;
}

.product-block .chooseDay li{
    height: 34px;
    line-height: 34px;
    z-index: 10;
    padding-left: 8px;
    border-bottom: 1px solid gray;
    color: #000;
}


.related-product .title{
    margin:0px !important;
    padding: 9px 105px 30px 8px !important;
}



.extra-message {
    position: relative;
}

.extra-message .tooltip-qmark{
    background-color: #b1adad !important;
    display:none;
}

.extra-message .tooltip-body {
    position: absolute;
    font-weight: normal;
    top: 30px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 170px;
    width: 200px;
    z-index: 10;
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000;
}

.extra-message .tooltip-body .close-button{
    display:none;
}

@media screen and (min-width:961px){
    .extra-message .tooltip-qmark:hover + .tooltip-body {
        display: none;
    }
}

.warehouse-selector {
    position: absolute;
    z-index: 10;
   /* top: 44px !important; */
    background-color: #FFFFFF;
  /*  width: 200px; */
    border: 1px solid #c0c0c0;
    padding: 10px;
  /*  height: 180px !important; */
  /*  margin-left:52%; */
    font-size: small;
}
.warehouse-selector input[type="radio"] {
    margin: 5px;
    cursor: pointer;
    margin-left:10px;
}

.warehouse-selector label.disabled {
    color: grey;
}

.product-block .current-period > .warehouse-selector > div{
    line-height:45px !important;
}

.product-block .current-period > .warehouse-selector{
    margin-left: 245px !important;
    margin-top: 15px !important;
}

.product-block .current-period .arrivalMenu > .extra-message{
    bottom: 5px;
    left: 118px;
    line-height: 20px;
    border: 2px solid #F05826;
    color: #F05826;
    width: 299px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
}

.product-block .current-period.reserved > .current-length,.product-block .current-period.reserved > .arrow,
.current-length,.product-block .current-period.reserved > .wishList,.product-block .current-period.reserved > .add-to-cart{
    margin-top: 20px !important;
}

.product-block .current-period.reserved >.comiseo-daterangepicker-triggerbutton.ui-button{
    margin-top: 5px !important;
}

.product-feature .product-block .rental-period .expected .tooltip-qmark{
    margin-top:22px;
}
    .product-feature .product-block .rental-period.fixed .expected .tooltip-qmark{
        margin-top: 18px;
    }

.product-card .product-out-until{
    top: 0px !important;
    color: black;
    font-size: 13px;
}

.product-card .unavailOptions .availOn{
    color: white;
    cursor: pointer;
}

.disabled-product-card{
    pointer-events:none;
}

/* shrink add to cart and wishlist on window resize */
@media screen and (max-width: 1450px) {

    .product-feature .product-block .add-to-cart span {
        background:url(https://cdn.static-bl.com/images/png/quick-add.png) center center no-repeat;
        background-size: 100% 100%;
        width: 22px;
        height: 20px;
        display: block;
        margin-left: 9px;
        margin-top: 20px;
        overflow: hidden;
        margin: 5px auto 0;
        text-indent: -1000px;
    }

    .product-feature .product-block .add-to-cart {
        width: 50px !important;
    }

    .product-feature .product-block .wishList {
        width: 30px !important;
        margin-left: 10px;
    }

}

@media screen and (max-width: 1049px){

    .product-block .current-period .arrow{
       width: 3%;
    }

}

@media screen and (max-width: 1080px) and (min-width: 640px) {
    .sortByCat {
        margin-top: -15px !important;
    }

    .product-feature .product-block .addToWishlist {
        background: url(/images/icon_favorite_heart_grey_32.png) center center no-repeat #ffffff;
        background-size: 100% 100%;
        line-height: 0;
        font-size: 0 !important;
        color: transparent !important;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-left: 9px;
    }

    .filter-bar-wrapper {
        float: none !important;
        margin-right: 0px !important;
        width: auto !important;
    }
    .filter-bar-wrapper .category-pagination{
        display:none !important;
    }

}

@media screen and (max-width: 1366px) and (min-width: 1112px) {
    .filter-bar-wrapper {
        width: auto !important;
    }

}

@media screen and (max-width: 1112px) and (min-width: 640px) {

    .sortByCat {
        margin-top: -15px !important;
    }

    .product-feature .product-block .addToWishlist {
        background: url(/images/icon_favorite_heart_grey_32.png) center center no-repeat #ffffff;
        background-size: 100% 100%;
        line-height: 0;
        font-size: 0 !important;
        color: transparent !important;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-left: 9px;
    }

    .filter-bar-wrapper {
        float: none !important;
        margin-right: 0px !important;
        width: auto !important;
    }
    .filter-bar-wrapper .category-pagination{
        display:none !important;
    }

}

@media screen and (max-width: 640px){

    .product-card .unavailOptions span.next-available, .product-card .unavailOptions span.next-available-reserved-until{
        display: inline-block;
        height: 15px;
        width: 165px;
        margin-top: 117px;
        padding: 7px;
        background-color: #ff8803;
        margin-left:5px;
    }

    .comiseo-daterangepicker-left .comiseo-daterangepicker-calendar {
        margin-left: 15px !important;
        float: none !important;
    }
    .comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
        margin-left: 15px !important;
        float: none !important;
    }

    .product-block.search-by-date .cart-flow{
        margin-top: 260px !important;
        margin-left: 15px;
    }

    .product-card .product-out-until{
        position: absolute;
        padding: 0;
        top: 3px !important;
        font-size: 12px;
    }

    .product-feature .flex-wrapper {
        margin: 0;
    }

    .product-block .flex-wrapper .image{
        padding-top:10px !important;
    }

    .product-block .current-period{
        margin-left:5px;
    }

    .product-block .current-period div.period-wrapper{
        margin-top: 0;
        z-index: 2;
    }

    .product-block .current-period .current-length{
        margin-top: 0px !important;
        padding-left: 5px;
        min-width: 18em;
    }

    .product-feature{
        height: auto;
    }

    .product-feature .product-block{
        height: 500px;
    }

    #productPage .comiseo-daterangepicker{
        padding-right: 25px;
        padding-left: 5px;
    }

    #productPage #endDateCal {
        margin-left: -8px !important;
        margin-right: 6px;
    }

    .current-length,.product-block .current-period.reserved > .wishList{
        margin-top:0px !important;
    }


    .product-feature .product-block .rental-period{
        border:none;
        width:auto;
        margin: 0 12px;
    }
        .product-feature .product-block .rental-period .durationMenu{
            margin-left: 0;
            width: 100%;
        }

       .product-feature .product-block .rental-period .arrivalMenu{
           height: 35px;
       }
            .product-feature .product-block .rental-period .startingLabel{
               /* width: 100%;
                display: block; */
                padding-right: 0px;
                margin-left: 30%;
                font-weight:bold;
                font-size: 1em;
            }
            .product-block .current-period .forLabel {
                padding: 0;
                width: 22px;
            }
            .product-feature .product-block .rental-period .durationMenu{
                margin-top: 5px;
                margin-bottom: 8px;
            }

    .product-feature .product-block .arrow .icon{
        left: -5px;
    }

    .product-feature .product-block .arrow2 .icon{
        top:20px;
        right: 88px;
    }

    .product-block .current-period .arrow{
        width:14px;
    }

    .product-feature .product-block .add-to-cart{
        float:left;
        bottom:40px !important;
        margin-right:12px;
        margin-top: 5px !important;
        margin-left: 5px;
        z-index:1;
        font-size: 14px !important;
        width: 80% !important;
    }

    .product-feature .product-block .add-to-cart span {
        background:none;
        display: inline;
    }

    .product-feature .product-block .wishList{
        padding: 0;
    }

    .product-block .add-to-cart, .product-block .quick-add{
        padding:0;
    }

    .product-block .image{
        position: relative;
    }
    .product-block .image .image-wrap{
		position: static;
    }
    .product-block .image img{
        top: -webkit-calc(100% + 140px);
        top: calc(100% + 140px);
        left: 70%;
        right: auto;
        bottom: auto;
        margin: 0;
        max-width: 80%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
     .used-gear .product-block .image img{
         top: 70px !important;
         max-width: 100%;
         left:70%;
     }

        .product-block#gift_certificate .image img,
        .product-block#Membership100 .image img{
            top: -webkit-calc(100% + 50px);
            top: calc(100% + 50px);
        }
    .social-media-bar.mobile {
        margin-top: 35%;
    }

    .product-block .period-selection.pos-3 {
        top:40px;
        left: -2px;
    }
    .product-block .gift-certificate-price-selection.pos-3,
    .product-block .membership-selection.pos-3{
        top:40px;
        left:0;
    }

    .product-block .period-selection .period.active .length, .product-block .gift-certificate-price-selection .price.active .amount, .product-block .membership-selection .price.active div{
        color:black;
     }

    .period.active .used-product-link, .period.active .price{
        color:black !important;
     }

    .product-block .chooseDay{
        top: 43px;
        margin-left: 77px !important;
    }

    .durationMenu .chooseDuration{
        top:115px;
    }

    .product-block .current-period .current-price{
        margin-left: 20%;
        font-size: 16px;
        font-weight:bold;
        outline: none;
        z-index: 0;
        margin-bottom: 50px;
    }
        .product-block .current-period .current-price .retail{
            margin-left: 30px;
            font-size: 10px;
        }

    .product-block .current-period .current-price .product-price {
        float: left;
        margin-left: 14px;
    }

    .product-block .current-period.reserved > .add-to-cart {
        margin-top: 5px !important;
    }

    .product-block .current-price {
        float: left;
    }

    .product-block .current-period > .warehouse-selector {
        margin-left: 118px !important;
        margin-top: 0px !important;
    }
    .product-block .current-period > .extra-message {
        font-size: 14px;
        line-height: 20px;
        bottom: 5px;
        border: 2px solid #F05826;
        color: #F05826;
        width: 300px;
        padding-left: 30px;
        padding-right: 15px;
        margin-bottom: 10px;
        font-size: 12px;
        width: 270px;
        margin-left: 5px;
        text-align: center;
    }

    .related-product .price{
        top: 50px !important;
    }

    .product-block .current-period > div.wishList{
        clear: none;
        width: 30px !important;
        margin-top: 4px !important;
    }

    #productPage #customerWishListProductDeleteForm{
        margin-top: -40px;
    }


    .rental-period .expected{
        margin-top: 0px !important;
    }

    .product-block .addToWishlist {
        width: 75px !important;
        bottom: 40px !important;
    }

    .used-gear .product-block .addToWishlist {
        margin-right: 40px;
    }

    .category-wrap .category-filter-bar .filter-bar-selected .selected-title .extra-message{
        font-size: 14px;
    }

    .comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel {
        max-width: 248px;
    }
    .comiseo-daterangepicker-buttonpanel-show .comiseo-daterangepicker-customMessage{
        width: 220px;
        margin-left:20px;
    }

    .comiseo-daterangepicker-buttonpanel-show .comiseo-daterangepicker-customNoteLable {
        margin-left:20px;
    }

    .product-card .product-out-until .qmark {
        left: 168px !important;
        top: -2px  !important;
    }

    .product-card .comingSoon .qmark{
        left: 152px !important;
        top: 0px  !important;
    }

    .comiseo-daterangepicker-triggerbutton.ui-button {
        /*position: absolute;*/
        right: 0px;
        /*min-width: 11em !important; */
        font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
    }

    #productPage .comiseo-daterangepicker-triggerbutton .ui-button-icon-secondary.ui-icon {
        right: 12px;
    }

    #productPage .comiseo-daterangepicker-customPicker{
        width: 280px;
    }

    #productPage .comiseo-daterangepicker-triggerbutton.ui-button {
        margin-left: 0px;
        font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
        width:154px;
    }

    #productPage .product-block .current-period .current-price .retail{
        font-size: 11px;
    }


    .extra-message .tooltip-body{
        top: 25px !important;
        margin-left: 200px !important;
        width: 145px !important;
        z-index: 2;
    }
    .extra-message .tooltip-body .close-button{
        display: block;
        float: right;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-top: -5px;
        font-weight:bold;
        font-size:larger;
    }

    #categoryPage .warehouse-selector > div,
    #searchResultsPage .warehouse-selector > div{
        margin-bottom: 8px;
    }

    .category-filter-closed.category-wrap .category-filter-bar .filter-bar-selected .selected-title{
        margin-left: 5px;
    }

    .category-filter-closed.category-wrap .category-filter-bar .filter-bar-selected .rentalInput{
        margin-top: 40px;
    }
}





@media screen and (max-width : 375px) and (max-height : 667px) {
    #categoryPage .comiseo-daterangepicker-triggerbutton.ui-button,
    #searchResultsPage .comiseo-daterangepicker-triggerbutton.ui-button{
        position: relative;
        font: 13px "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    }

    #searchResultsPage #startDateCal,#categoryPage #startDateCal{
        margin-left: 21px;
    }

    #productPage .comiseo-daterangepicker-triggerbutton.ui-button{
        font: 13px "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
        width:162px;
    }

    #searchResultsPage #endDateCal, #categoryPage #endDateCal{
        margin-right:30px;
    }

    #categoryPage .rentalInput,#searchResultsPage .rentalInput{
        margin-left: -20px;
    }

    .product-block.search-by-date .cart-flow{
        margin-top: 260px !important;
        margin-left: 0px;
    }

    .product-feature .product-block .rental-period .arrivalMenu{
        margin-top: 15px;
        margin-left: 5px;
    }

    .product-feature .product-block .rental-period .durationMenu{
        margin-left: 10px;
    }

    .durationMenu{
        margin-left: 100px;
    }

    .durationMenu #durationSelect{
        min-width: 15.3em !important;
        margin-left: 0px;
    }

    .product-block .current-period .forLabel {
        margin-left: 94px;
    }

    .product-block .current-period .current-length{
        min-width: 16em;
    }

    .product-block .current-period .current-price .product-price {
        margin-left: 2px;
        float: none;
    }

    .product-block .current-period .current-price .retail {
        padding-left: 2px;
        font-size: 11px;
        margin-left: 18px;
    }

    .category-wrap .category-filter-bar .filter-bar-selected .selected-title .extra-message{
        font-size: 13px;
    }

    #categoryPage .comiseo-daterangepicker-triggerbutton .ui-button-icon-secondary.ui-icon,
    #searchResultsPage .comiseo-daterangepicker-triggerbutton .ui-button-icon-secondary.ui-icon{
        right: 6px;
    }

    #categoryPage .selected-title .arrow .icon,
    #searchResultsPage .selected-title .arrow .icon{
        right: 6px;
    }

    .product-card .unavailOptions{
        font-size: small !important;
    }

    .product-card .unavailOptions .availOn{
        font-size: 12px !important;
    }

    .filter-bar-selected .searchByDateHeader{
        margin-left: 5px !important;
    }

    .product-block .current-period .arrivalMenu > .extra-message {
        font-size: 13px !important;
    }

    .extra-message .tooltip-body{
        top: 25px !important;
        margin-left: 200px !important;
        width: 125px !important;
        z-index: 2;
    }
    .searchByDateHeader {
        margin-top: 40px;
    }

}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    #searchResultsPage #startDateCal,#categoryPage #startDateCal{
        margin-left: 30px !important;
    }

    #searchResultsPage #endDateCal,#categoryPage #endDateCal{
        margin-right: 30px !important;
    }
    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInputSpan{
        margin-left: 42px !important;
    }
}




@media screen and (max-width : 320px) and (max-height : 568px) {

    img.quick-add-wishlist-already,a.quick-add-wishlist.add-to-wishlist-clicked{
        left: 0px !important;
    }

    .comiseo-daterangepicker-triggerbutton .ui-button-text {
        font-size: 12px;
    }

    #searchResultsPage .comiseo-daterangepicker-triggerbutton.ui-button,
    #categoryPage .comiseo-daterangepicker-triggerbutton.ui-button {
        position: relative;
        margin-left: 0px !important;
        width:118px !important;
    }

    #categoryPage .comiseo-daterangepicker-triggerbutton .ui-button-icon-secondary.ui-icon,
    #searchResultsPage .comiseo-daterangepicker-triggerbutton .ui-button-icon-secondary.ui-icon{
        right: 4px;
    }

    #categoryPage .selected-title .arrow .icon,
    #searchResultsPage .selected-title .arrow .icon{
        right: 6px;
    }

    #productPage .comiseo-daterangepicker-triggerbutton.ui-button{
        width: 135px !important;
        margin-left: 0px !important;
    }

    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInput{
        width: 92px !important;
        padding-left: 20px !important;
    }

    a.mobileResetDates{
        font-size: 12px;
    }

    .product-block .current-period > .extra-message {
        width: 260px;
        padding-left: 10px;
        font-size: 12px;
    }

    .product-block .current-period .current-price{
        font-size: 14px;
    }

    .product-block .addToWishlist{
        width: 55px !important;
    }

    .product-feature .product-block .add-to-cart{
        margin-left: 0px;
    }

    .social-media-bar.mobile{
        margin-top: 40% !important;
    }

    .comiseo-daterangepicker-adjust-width{
        width: 255px;
        margin-right:10px;
    }

    .startingLabel{
        padding-right: 0px;
    }

    .product-block .current-period .forLabel {
        margin-left: 80px;
    }

    .product-block .current-period .durationMenu{
        margin-left: 10px;
    }

    .durationMenu #durationSelect{
        margin-left: 6px;
        font-size: 12px;
    }
    .category-wrap .category-filter-bar .filter-bar-selected .selected-title .extra-message{
        font-size: 11px;
    }
    .product-card .unavailOptions{
        font-size: smaller !important;
    }
    .product-card .unavailOptions span.next-available{
        height: auto;
        width: 147px;
    }
    .product-block .current-period:not(.reserved){
        margin-left: 0px;
    }
    .product-block .current-period .current-length{
        min-width: 15.5em !important;
    }
    .product-block .current-period .current-price .retail{
        font-size: 10px;
        margin-left: -5px;
    }
    .product-card .product-out-until .qmark{
        left: 152px !important;
    }
    .product-card .comingSoon .qmark{
        left: 136px;
    }
    .product-card .product-out-until{
        right: 10px;
    }

    span.forLabel {
        font-size: 12px;
        margin-left: -27px;
    }

    span.startingLabel{
        padding-right: 0px;
        font-size: 12px;
    }

    #searchResultsPage span.startingLabel,
    #categoryPage span.startingLabel{
        margin-left: -5px;
    }

    .extra-message .tooltip-body {
        padding: 5px;
        margin-left: 60px;
    }

    .product-block .current-period .arrivalMenu > .extra-message{
        margin-left:-10px;
    }

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}


/* Media queries for IE */

/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #categoryPage .comiseo-daterangepicker,
    #searchResultsPage .comiseo-daterangepicker,
    #productPage .comiseo-daterangepicker{
        width: 270px;
    }
    .product-card a.quick-add.single-button{
        bottom: 38px !important;
    }
    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInputSpan{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    #searchResultsPage #sortBySelect, #categoryPage #sortBySelect{
        margin-top:15px;
    }
    .warehouse-selector{
        height: 479px !important;
    }
}

/*IE6,7*/
@media screen\9 {
    #categoryPage .comiseo-daterangepicker,
    #searchResultsPage .comiseo-daterangepicker,
    #productPage .comiseo-daterangepicker{
        width: 270px;
    }
    .product-card a.quick-add.single-button{
        bottom: 38px !important;
    }
    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInputSpan{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    #searchResultsPage #sortBySelect, #categoryPage #sortBySelect{
        margin-top:15px;
    }
    .warehouse-selector{
        height: 479px !important;
    }
}

/*IE8*/
@media \0screen {
    #categoryPage .comiseo-daterangepicker,
    #searchResultsPage .comiseo-daterangepicker,
    #productPage .comiseo-daterangepicker{
        width: 270px;
    }
    .product-card a.quick-add.single-button{
        bottom: 38px !important;
    }
    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInputSpan{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    #searchResultsPage #sortBySelect, #categoryPage #sortBySelect{
        margin-top:15px;
    }
    .warehouse-selector{
        height: 479px !important;
    }
}

/*IE9,10*/
@media screen and (min-width:0\0){
    #categoryPage .comiseo-daterangepicker,
    #searchResultsPage .comiseo-daterangepicker,
    #productPage .comiseo-daterangepicker{
        width: 270px;
    }
    .product-card a.quick-add.single-button{
        bottom: 38px !important;
    }
    #searchResultsPage .rentalInputSpan, #categoryPage .rentalInputSpan{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    #searchResultsPage #sortBySelect, #categoryPage #sortBySelect{
        margin-top:15px;
    }
    .warehouse-selector{
        height: 479px !important;
    }
}

#loaderFindNextAvailWeb {
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    position: fixed !important;
    margin-top: -5px;
    margin-left: 100px;
}


#loaderMobile {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}

#loaderContainerMobile{
    height: 200px !important;
    position:fixed !important;
    top: 50% !important;
    left:35% !important;
}


#loaderWeb{
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}

#loaderProdPageMobile, #loaderProdPageWeb{
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    margin-top: -100px;
    margin-left: 100px;
    display: none;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#for-sale-description-mobile{
    display: none;
}
