﻿/**************************
* CSS related to Module ProductList
* Products List
***************************/
.ProductList_Products_Box {
    display: inline-block;
}

.ProductList_Products_Tabs {
    display: inline-block;
    width: 100%;
}

.ProductList_Products_Tabs_Tab {
    min-width: 10%;
    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;
}

.ProductList_Products_Tabs_Tab>span {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.ProductList_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;
    display: none;
}

.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% !important;
    height: auto !important;
    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: 17%;*/
    font-weight: 800;
    float: left;
}

.ProductList_Products_TopBar_SortBy {
    /*width: 36%;*/
    float: left;
    padding-left: 5px;
}

.ProductList_Products_TopBar_Totals {
    /*width: 25%;*/
    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%;
    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, 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 .ProductList_Products_Tabs_Tab {
    background-color: #fff;
    margin-right: 0;
    -moz-border-radius-topleft: 3px;
    border: none;
}

.ModAOProductListC .ProductList_Products_Tabs_Tab_Selected {
    border: none;
}

.ModAOProductListC .ProductList_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: lowercase !important;
    margin: 0 0 4px 0;
    font-size: 1.6em;
    font-weight: 500;
    text-decoration: none;
}

.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.slick-active button {
    background-color: #262626;
}

.TopMatch_Description {
    width: 76%;
}

.gifts button.slick-arrow {
    display: inline-block;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 15%;
    border: none;
    outline: none;
    font-size: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.gifts .slick-prev.slick-arrow {
    left: 0;
    right: auto;
    background-image: -webkit-linear-gradient(left,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.gifts .slick-prev.slick-arrow:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.gifts .slick-next.slick-arrow {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(left,
            rgba(0, 0, 0, 0.0001) 0,
            rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left,
            rgba(0, 0, 0, 0.0001) 0,
            rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.0001)),
            to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.0001) 0,
            rgba(0, 0, 0, 0, 0.5) 100%);
}

.gifts .slick-next.slick-arrow:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.gifts .slick-next.slick-arrow:before {
    content: "";
}

.gifts .slick-prev.slick-arrow:before {
    content: "";
}

.tag-space {
    height: 30px;
}

.no-product-info,
.ProductList_Products_Grid_LoadMore,
.ProductList_Products_Grid_Loading {
    grid-column: 2 / 3;
}
.ProductList_Overview_List_TopMatches {
	padding: 0 0 20px 0 !important;
}


	.ProductList_Overview_List_TopMatches .instore-text-both {
		position: relative !important;
		display: block;
	}