﻿/**************************
* CSS related to Module ProductList    
* Products List
***************************/
.ProductList_Products_Box {
    display: inline-block;
    /*width: 74%;
    /*float:right;*/
    /*margin-left:1%;*/
}

.ProductList_Products_Tabs {
    width: 100%;
    height: 53px !important;
}

.SearchResults_Products_Tabs_Tab {
    /*width: 20%;
    float: left;
    background: #c9c9c9; 
    background: -webkit-linear-gradient(#ffffff, #c9c9c9);
    background: -o-linear-gradient(#ffffff, #c9c9c9); 
    background: -moz-linear-gradient(#ffffff, #c9c9c9); 
    background: linear-gradient(#ffffff, #c9c9c9); 
    min-height: 2.5em;
    line-height: 2.5em;
    vertical-align: central;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 0px solid #c9c9c9;
    cursor:pointer;*/
    /*min-width: 10%;*/
    width: 25%;
    float: left;
    position: relative;
    top: 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    /*margin-right: 3px;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: -webkit-linear-gradient(#E0E0E0 #cccccc);
    background: -o-linear-gradient(#E0E0E0, #cccccc);
    background: -moz-linear-gradient(#E0E0E0, #cccccc);
    background: linear-gradient(#E0E0E0, #ccc);
    cursor: pointer;
}

    .SearchResults_Products_Tabs_Tab > span {
        float: left;
        padding: 1em 1em .5em 1em;
        text-decoration: none;
        width: 100%;
        text-align: center;
        color: #333;
        font-weight: bold;
    }

.SearchResults_Products_Tabs_Tab_Selected {
    margin-bottom: -2px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    z-index: 2;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ProductList_Products_Tab {
    width: 100%;
    display: inline-block;
    /*margin-top: 21px;*/
}

    .ProductList_Products_Tab .gifts {
        margin: 0 0 74px 0;
        border: 1.4px solid #bdbdbd;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
    }

        .ProductList_Products_Tab .gifts .border {
            margin: 0 auto;
        }

    .ProductList_Products_Tab .border span {
        background: #999999;
        height: 3px;
        width: 64px;
        position: absolute;
        bottom: 27px;
        text-align: center;
        cursor: pointer;
    }

        .ProductList_Products_Tab .border span:hover {
            background: #000000;
        }

    .ProductList_Products_Tab .border #agricultural {
        left: 6%;
    }

    .ProductList_Products_Tab .border #animal_health {
        left: 15%;
    }

    .ProductList_Products_Tab .border #animal_management {
        left: 24%;
    }

    .ProductList_Products_Tab .border #clothing {
        left: 33%;
    }

    .ProductList_Products_Tab .border #dairy {
        left: 42%;
    }

    .ProductList_Products_Tab .border #fertiliser {
        left: 51%;
    }

    .ProductList_Products_Tab .border #grocery {
        left: 60%;
    }

    .ProductList_Products_Tab .border #homeware {
        left: 69%;
    }

    .ProductList_Products_Tab .border #nutrition {
        left: 78%;
    }

    .ProductList_Products_Tab .border #pest {
        left: 87%;
    }

    .ProductList_Products_Tab .gifts img {
        width: 100%;
        border-radius: 7px;
    }

    .ProductList_Products_Tab .ad_wrap {
        border: 1px solid #999;
        border-radius: 3px;
        max-height: 464px;
        margin: 20px 0 42px 0;
        position: relative;
    }

        .ProductList_Products_Tab .ad_wrap img {
            max-width: 95%;
            margin: 0 auto;
            display: block;
        }

        .ProductList_Products_Tab .ad_wrap .button {
            height: 4px;
            width: 71px;
            background: #999;
            position: absolute;
            bottom: 6%;
        }

        .ProductList_Products_Tab .ad_wrap .button_one {
            left: 17%;
        }

        .ProductList_Products_Tab .ad_wrap .button_two {
            left: 26%;
        }

        .ProductList_Products_Tab .ad_wrap .button_three {
            left: 35%;
        }

        .ProductList_Products_Tab .ad_wrap .button_four {
            left: 44%;
        }

        .ProductList_Products_Tab .ad_wrap .button_five {
            left: 53%;
        }

        .ProductList_Products_Tab .ad_wrap .button_six {
            left: 62%;
        }

        .ProductList_Products_Tab .ad_wrap .button_seven {
            left: 71%;
        }


.ProductList_Products_TopBar {
    width: 100%;
    display: inline-block;
    min-height: 30px;
    line-height: 30px;
    vertical-align: central;
    font-size: 12px;
}

.ProductList_Products_TopBar_Range {
    width: 16.1%;
    font-weight: 800;
    float: left;
}

.ProductList_Products_TopBar_SortBy {
    width: 36%;
    float: left;
    padding-left: 5px
}

.ProductList_Products_TopBar_Totals {
    width: 47%;
    float: left;
    padding-left: 2%;
}


.ProductList_Products_Grid_Loading {
    width: 100%;
    float: left;
    text-align: center;
}

.ModAOProductListC .ProductList_Products_Tab, ProductList_Products_Tabs_RRP {
    width: 69% !important;
    float: left;
}

.ProductList_Products_List_Product, .ProductList_Products_List_ProductHeader {
    border: none;
}

.ProductList_Products_List_Loading {
    width: 100%;
    float: left;
    text-align: center;
}

.btnLoadMore, .btnLoadMore:hover {
    display: block;
    background: #1f597c;
    color: #ffffff !important;
    margin: 0 auto;
    width: 200px;
    text-decoration: none;
    line-height: 2em;
    cursor: pointer;
}

.ProductList_Products_Grid_LoadMore, .ProductList_Products_List_LoadMore {
    margin: 1em 0;
}


.loader {
    margin: 20px auto;
    height: 28px;
    width: 28px;
    animation: rotate 0.8s infinite linear;
    border: 3px solid #e11b22;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.FilterCollapsible .ProductList_Products_Box {
    width: 100%;
    float: left;
    margin: 0;
}

.FilterCollapsible .ProductList_Products_Tabs {
    margin-left: 2em;
    width: calc(100% - 2em);
}

.FilterCollapsible .ProductList_Products_Grid_Product {
    width: 25%;
}

.ProductList_Products_TopBar input[type=checkbox] {
    display: none;
}

    .ProductList_Products_TopBar input[type=checkbox] + label:before {
        content: '\f096';
        font-family: FontAwesome;
        padding-right: 5px;
    }

    .ProductList_Products_TopBar input[type=checkbox]:checked + label:before {
        content: "\f14a";
        color: #1f597c;
    }

.btnShoppingSettings {
    position: fixed;
    width: 38px;
    height: 38px;
    background: #1f597c;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

    .btnShoppingSettings .fa {
        color: #fff;
        line-height: 38px;
        font-size: 21px;
    }

.pnlShoppingSettings {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    color: #333;
    position: fixed;
    right: 345px;
    width: 400px;
    max-width: 0px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: -1;
    padding: 10px 30px;
}

    .pnlShoppingSettings.active {
        opacity: 1;
        z-index: 3;
        max-width: initial;
        min-height: 15em;
    }

    .pnlShoppingSettings > div {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        margin: 1em 0 0.5em;
    }

#btnDealerMode:before {
    content: "\f0b1";
}

#btnCustomerMode:before {
    content: "\f07a";
}

.pnlShoppingSettings .PriceStyle, .pnlShoppingSettings .PriceStyle:hover {
    display: inline-block;
    color: #c9c9c9 !important;
    padding: 6px 25px;
    font-size: 11px;
    text-decoration: none;
}

    .pnlShoppingSettings .PriceStyle:before {
        display: block;
        font-family: FontAwesome;
        font-size: 30px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        line-height: 70px;
        text-align: center;
        margin: 0px auto 6px;
        border: 1px solid #c9c9c9 !important;
    }

.pnlShopSetting_PriceMode {
    text-align: center;
}

.pnlShoppingSettings .PriceStyle.selected {
    background: #fff;
    font-weight: 700 !important;
    color: #1f597c !important;
}

    .pnlShoppingSettings .PriceStyle.selected:before {
        color: #1f597c;
        border: 1.5px solid #1f597c !important;
    }

.pnlShopSetting_header {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0.5em;
    text-align: center;
    color: #1f597c;
}

.pnlShopSetting_SelectedCart select {
    width: 100%;
    padding-left: 5px;
    height: 36px;
    border: 1px solid #c9c9c9;
    display: inline-block;
}

.pnlShopSetting_SelectedCart {
    text-align: center;
}

.lblPreSelectCartDDL {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0.5em;
}

.lnkToManageOrders {
    font-size: 11px;
    text-decoration: underline;
    display: inline-block;
    margin: 0.5em 0;
}

.btnShoppingSettings .NumberOfItemsSelected {
    color: #fff;
    background: #f00;
    height: 22px;
    min-width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 3px;
    border-radius: 11px;
    position: absolute;
    top: -11px;
    font-weight: 600;
    right: -11px;
}

.btnAddAllProd {
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    transition: all ease 750ms;
    color: #333;
    border: 1px solid #1f597c;
}

    .btnAddAllProd:hover {
        background: #1f597c;
        color: #fff;
        text-decoration: none;
    }

.btnInner_ProductCount {
    font-weight: 700;
    color: #ff0000;
    transition: all ease 750ms;
}

.btnAddAllProd:hover .btnInner_ProductCount {
    color: #fff;
}

.btnInner_SelectedCart {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.hdPreShipmentLabel {
    display: none;
}

.ProductListOuterWrap {
    padding-bottom: 100px;
}

/*tabs only shop*/
.ModAOProductListC .SearchResults_Products_Tabs_Tab {
    background-color: #fff;
    margin-right: 0;
    -moz-border-radius-topleft: 3px;
    border: none;
}

.ModAOProductListC .SearchResults_Products_Tabs_Tab_Selected {
    border: none;
}

.ModAOProductListC .SearchResults_Products_Tabs_Tab > span {
    border-top: solid 1px #9e9e9e;
    border-left: solid 1px #9e9e9e;
    border-right: solid 1px #9e9e9e;
}

.TopMatch_Name {
    /*width: 100%;*/
    color: #333;
    text-transform: uppercase !important;
    margin: 0 0 4px 0;
    font-size: 1.6em;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
}

.ProductPadding {
    padding-left: 15px;
    line-height: 25px;
    font-size: 20px !important;
}

.TopMatch_Name::first-letter {
    text-transform: uppercase !important;
}

.TopMatch_Name a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
}

.gifts .slick-dots {
    margin: 0;
    text-align: center;
    bottom: 27px;
    position: absolute;
    width: 100%;
}

    .gifts .slick-dots li {
        display: inline-block;
        float: none;
    }

        .gifts .slick-dots li button {
            background-color: #999999;
            color: transparent;
            border: none;
            width: 70px;
            height: 3px;
            margin: 0 5px;
        }

        .gifts .slick-dots li.slick-active button {
            background-color: #262626;
        }

.ProductList_Overview_List_OverviewItem {
    margin-left: 30px !important;
}

.TopMatch_Description {
    margin-right: 0 !important;
}

.SearchResults_Overview_List_TopMatches img {
    display: block;
    margin: 0 auto;
		float: left;
}
