﻿/**************************
* CSS related to Module ProductList
* Products List
***************************/

.ProductList_Products_Tabs {
  display: inline-block;
  width: 100%;
}

.ProductList_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%;
  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%;
  /*border: 1px solid #c9c9c9;*/
  display: inline-block;
  margin-top: 0px;
}

.ProductList_Products_TopBar {
  width: 100%;
  padding: 2em 1em;
  min-height: 30px;
  line-height: 30px;
  vertical-align: central;
}

.ProductList_Products_TopBar_Range {
  width: 12%;
  font-weight: 800;
  float: left;
  padding-left: 5px;
}
.ProductList_Products_TopBar_SortBy {
  width: 30%;
  float: left;
  padding-left: 5px;
}
.ProductList_Products_TopBar_Totals {
  width: 28%;
  float: left;
  padding-left: 5px;
}

.ProductList_Products_TopBar_Totals .fa-list {
  margin-right: 6px;
}

/*RRP checkbox*/
#ProductList_Products_TopBar_Btn_Rrp {
  width: 20%;
  float: right;
  position: relative;
  text-align: right;
  padding: 7px 23px;
}

#ProductList_Products_TopBar_Btn_Rrp input[type="checkbox"] + label:before {
  border: 1px solid #6db43e;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 12px;
  margin: 3px 0.35em 0 0;
  padding: 0;
  vertical-align: top;
  width: 12px;
  border-radius: 3px;
}

#ProductList_Products_TopBar_Btn_Rrp input[type="checkbox"] + label span {
  font-weight: 900;
  font-size: 0.9em;
}

#ProductList_Products_TopBar_Btn_Rrp input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 6px;
  height: 20px;
  display: block;
}

#ProductList_Products_TopBar_Btn_Rrp input[type="checkbox"]:checked + label:before {
  background: #3e74a0;
  color: #fff;
  content: "\2713";
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 0;
}

.ProductList_Products_Tabs_RRP {
  right: 0;
  display: none;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header.Range {
  width: 50% !important;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header.RRP {
  width: 70% !important;
}

.ProductList_ProductDetailWrap.RRP {
  width: 65% !important;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header {
  width: 45% !important;
}

/*RRP checkbox*/
.ProductList_Products_Grid_Loading {
  width: 100%;
  float: left;
  text-align: center;
}

.ProductList_Products_List_Loading {
  width: 100%;
  float: left;
  text-align: center;
}

.btnLoadMore,
.btnLoadMore:hover {
  display: block;
  background: #6db43e;
  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 #6db43e;
  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: #6db43e;
}

/*.btnShoppingSettings {
    position:fixed;
    width:38px;
    height:38px;
    background:#6db43e;
    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;
}*/

.btnShoppingSettings {
  position: fixed;
  margin-left: -40px;
  width: 38px;
  height: 38px;
  background: #6db43e;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.btnShoppingSettings .fa {
  color: #fff;
  line-height: 38px;
  font-size: 21px;
}

.WrapChangeOrder {
  padding: 3px 0;
  width: 73%;
  float: left;
}

.pnlShoppingSettings {
  width: 100%;
  background: #3e74a0;
  /*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
  /*color: #333;*/
  /*position: fixed;*/
  /*margin-left: -442px;
    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;*/
  height: 59px;
  padding: 8px 17px;
}

.pnlShoppingSettings::after {
  clear: both;
}

.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;*/
  height: 37px;
}

#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: #6db43e !important;
}

.pnlShoppingSettings .PriceStyle.selected:before {
  color: #6db43e;
  border: 1.5px solid #6db43e !important;
}

/*.pnlShopSetting_header {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0.5em;
    text-align:center;
    color:#6db43e;
}*/

.pnlShopSetting_header {
  display: inline-block;
  width: 20%;
  font-weight: 600;
  font-size: 11px;
  margin: 9px 0;
  text-align: center;
  color: #ffffff;
  float: left;
  width: 14%;
}

/*.pnlShopSetting_SelectedCart select {
    width: 100%;
    padding-left: 5px;
    height: 36px;
    border:1px solid #c9c9c9;
    display: inline-block;
}*/

.pnlShopSetting_SelectedCart select {
  width: 50%;
  padding-left: 5px;
  height: 36px;
  border: 1px solid #c9c9c9;
  display: inline-block;
  float: left;
}

.pnlShopSetting_AddMultiple {
  width: 27%;
  float: left;
  position: relative;
}

/*.pnlShopSetting_SelectedCart {
    text-align:center;
}*/

.pnlShopSetting_SelectedCart {
  width: 70%;
  float: left;
  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;
}*/

.pnlShopSetting_AddMultiple .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 #6db43e;
}*/
.btnAddAllProd {
  padding: 11px 10px;
  border-radius: 4px;
  margin-bottom: 63px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  width: 100%;
  transition: all ease 750ms;
  color: #333;
  border: 1px solid #6db43e;
  background: #ffffff;
  height: 44px;
}

.btnAddAllProd:hover {
  background: #6db43e;
  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%;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 7px;
}

.hdPreShipmentLabel {
  display: none;
}

.mobile_btn {
  display: none;
}

.ProductList_Products_List_Image {
  display: inline-block;
  height: 80px;
}

.ProductList_Products_TopBar_StockLocationFilter.StockLocationFilterApplied {
  border: 2px solid #97e1f9;
  border-radius: 5px;
  background-color: #e2f8ff;
}

.ProductList_Products_TopBar_StockLocationFilter {
  width: 28%;
  font-weight: 800;
  float: left;
  padding-left: 5px;
  font-size: 14px;
  background-image: url(http://www.whitespowersports.com.au/portals/_default/skinobjects/new.png?w=25&h=25);
  background-repeat: no-repeat;
  padding-left: 31px !important;
}

/*responsive mobile*/
@media only screen and (max-width: 767px) {
  /* phones */
  .ProductList_Products_List {
    width: 100%;
  }

  .ProductList_SideWide_Box {
    display: inline-block;
    width: 100%;
    margin-left: 0;
  }

  .ProductList_Products_Box {
    width: 100%;
  }

  .ProductList_Products_Tabs_Tab {
    width: 33.3%;
    margin-right: 0;
    font-size: 0.8em;
    border-radius: 0;
    padding: 17px 0;
    border: 1px solid #eee;
    text-align: center;
    font-weight: 600;
  }

  .ProductList_Products_TopBar_Totals i.fa.fa-list {
    padding-right: 7px;
  }

  .ProductList_Products_TopBar {
    padding: 0 5%;
    line-height: 36px;
    width: 100%;
    margin: 0 0 1px 0;
  }

  #ProductList_Products_TopBar_Btn_Rrp {
    width: 100%;
    text-align: right;
    padding: 12px 23px;
  }

  .Fitment_Products_Tab select,
  .FitmentFor {
    width: 100%;
    height: 33px;
  }

  .ProductList_Products_TopBar_Range {
    width: 50%;
  }

  .ProductList_Products_TopBar_SortBy,
  .ProductList_Products_TopBar_Totals,
  .ExpandAll,
  .CollapseAll {
    width: 100%;
    padding: 2px 5px;
  }

  .ExpandAll a,
  .CommonAll a {
    width: 90%;
  }

  .CommonAll,
  .ExpandAll {
    padding: 10px 0;
  }

  .ProductList_Products_List_Product {
    padding-bottom: 6px;
    position: relative;
  }

  .FitList_Products_List_Action .fa {
    margin: 0;
    float: left;
  }

  .commentbtn.FitList_Products_List_Action {
    width: 16%;
    display: block;
    position: absolute;
    right: -4px;
    top: 7px;
  }

  .Fit_ProductImageWrap {
    width: 14%;
  }

  .Fit_ProductName {
    width: 83%;
  }

  .ProductListWrap_text {
    width: 18%;
  }

  .ProductList_Products_List_Quantity > input {
    width: 100%;
  }

  .fit-col-lg-7 {
    width: 100% !important;
  }

  .pnlShopSetting_SelectedCart select {
    width: 100%;
  }

  .pnlShopSetting_header {
    width: 30%;
  }

  .pnlShopSetting_SelectedCart {
    width: 70%;
  }

  .pnlShopSetting_SelectedCart select {
    width: 100%;
  }

  .pnlShoppingSettings > div {
    height: 49px;
    width: 100% !important;
  }

  .pnlShoppingSettings {
    width: 100%;
    height: 113px;
  }

  .ProductList_Products_Tabs {
    padding: 20px 0 0 0;
  }

  .ProductListOuterWrap {
    padding-bottom: 0;
  }

  .DnnModule.DnnModule-DNN_UserDefinedTable.DnnModule-2070 {
    padding: 10px 10px 0px 20px;
    background: linear-gradient(orange, #ff7600);
    border-radius: 0;
    max-width: 501px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 4px #101010;
  }
  /*search page range*/
  .ProductList_Products_Grid_Product {
    width: 96% !important;
    padding: 13px 20px !important;
    margin: 2%;
    display: block;
    border: 1px solid #ddd;
    color: #333;
  }
  .ProductList_Products_Grid_Image {
    width: 100% !important;
    height: auto;
  }
  .ProductList_Products_Grid_AddToCart {
    width: 100% !important;
  }

  .ProductDisplayGridFourPane4 .fa {
    float: left;
  }
  /*search page list*/
  .ProductList_Products_List {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .ProductList_Products_List_Image {
    width: 15% !important;
    display: inline-block;
    height: 80px;
  }
  .ProductList_Products_List .ProductListWrap .ProductList_ProductDetailWrap {
    width: 85% !important;
  }
  .ProductList_Products_List_Stock {
    width: 10% !important;
  }
  .ProductList_Products_List_PurchasePrice,
  .ProductList_Products_List_WholesalePrice,
  .ProductList_Products_List_OriginalPrice {
    width: 15% !important;
  }
  .ProductList_Products_List_Quantity {
    width: 15% !important;
  }
  .ProductList_Products_List_Action {
    width: 15% !important;
    padding: 15px 0 0 0;
  }
  .ProductList_ProductDetailWrap_Header {
    width: 100% !important;
  }
  .ProductList_Products_List_ProductHeader .ProductList_Products_List_Stock {
    margin-left: 107px !important;
  }
  /*comments and info*/
  .ProductList_Products_List_Action .fa {
    float: left;
    margin-top: 0 !important;
  }
  .RangeAction {
    float: left !important;
    line-height: 3em !important;
    width: 55% !important;
    text-align: center !important;
  }
  .RangeAction a {
    color: #fefefe !important;
    background: #6db43e !important;
    padding: 5px 6% !important;
  }
  /*rrp*/
  .ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header.RRP {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  /* tablets */

  .ProductList_Products_List {
    width: 96% !important;
    margin: 0 2%;
  }

  .ProductList_Products_Box {
    width: 100%;
  }

  .ProductList_Products_Tabs_Tab_Selected,
  .ProductList_Products_Tabs_Tab {
    width: 33.3%;
    margin-right: 0;
    font-size: 0.8em;
    border-radius: 0;
    padding: 17px 0;
    border: 1px solid #eee;
    text-align: center;
    font-weight: 600;
  }

  .ProductList_Products_List_Image {
    width: 7% !important;
  }

  .ProductList_Products_List .ProductListWrap .ProductList_ProductDetailWrap {
    width: 43% !important;
  }

  .ProductList_Products_TopBar {
    width: 98%;
    margin: 0 1%;
  }

  .ProductList_Products_TopBar_Range {
    width: 50%;
  }

  .ProductList_Products_TopBar_SortBy {
    width: 100%;
  }

  .ProductList_Products_TopBar_SortBy select {
    height: 38px;
    padding: 0 20px;
    margin: 0 20px;
  }

  .BlueBar {
    display: none;
  }

  .ProductList_SideWide_Box {
    width: 96%;
    margin: 13px 2%;
  }

  .pnlShopSetting_AddMultiple {
    width: 45%;
  }

  .WrapChangeOrder {
    width: 55%;
  }

  .pnlShopSetting_header {
    width: 26%;
  }

  .pnlShopSetting_SelectedCart {
    width: 70%;
  }

  .pnlShopSetting_SelectedCart select {
    width: 75%;
  }

  .btnLoadMore,
  .btnLoadMore:hover {
    padding: 6px 0;
    border-radius: 3px;
  }

  .WrapChangeOrder {
    width: 51%;
  }

  .pnlShopSetting_AddMultiple {
    width: 49%;
  }
}

.ProductList_Products_Grid_ProductCount,
.ProductList_Products_List_ProductCount {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  color: #888;
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .WrapChangeOrder {
    width: 51%;
  }

  .pnlShopSetting_AddMultiple {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {

  .ProductList_Products_Grid_AddToCart {
    width:35%!important;
  }

}
