/* Shops
================================================== */
@charset 'UTF-8';
.shopHeader {
  background: url(../images/shop-header_bg.jpg) repeat-x bottom;
}
.adCat-bg {
  background-size: 16px 16px !important;
  padding-left: 25px !important;
  background-repeat: no-repeat !important;
  background-position: 5px 8px !important;
}
.adCat-bg-admin {
  background-size: 16px 16px !important;
  padding-left: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 0px 0px !important;
}
.adCat-home {
  background: url('../images/cat-home.png');
}
.adCat-def {
  background: url('../images/h-bg.png') 5px 10px no-repeat;
  padding-left: 20px !important;
}
#Shop_bannerSlider {
  width: 100%;
  height: 400px;
}
#ShopCategories {
  width: 100%;
}
#ShopCategories li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#ShopCategories ul {
  list-style: none;
}
#ShopCategories ul a, #ShopCategories ul a:visited { /* visited pseudo selector so IE6 applies text colour*/
  color: #666 !important;
}
#ShopCategories li a {
  text-transform: none;
  display: block;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  padding: 5px 7px;
}
#ShopCategories li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 3px;
  background: #fff;
}
#ShopCategories .sf-sub-indicator {
  background: url(../images/arrows-grey.png) no-repeat 0 -100px;
}
#ShopCategories li:hover {
  background-color: #F3F3F3;
}
#ShopCategories li li {
  position: relative;
  border: none;
  border-radius: 0px;
  border-top: 1px solid #ddd;
  margin-bottom: 0px;
}
#ShopCategories li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #F66 !important;
  border-bottom: none;
}
.orderShipped {
  background: url(../images/icons/shipped.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.orderUnshipped {
  background: url(../images/icons/unshipped.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.orderProcessed {
  background: url(../images/icons/processed.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.orderUnprocessed {
  background: url(../images/icons/unprocessed.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.halfSize {
  width: 44%;
}
.fullSize {
  width: 96%;
}
.slideItemImg {
  width: 120px;
  height: 120px;
}
.fb_comments {
  margin-top: 40px;
}
/* Slider */
.slick-slide {
  margin: 0px 20px;
}
.slick-prev {
  color: #FC6;
}
.slick-next {
  color: #FC6;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* List
================================================== */
.shop-autoplay {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.shop-autoplay-title {
  line-height: 35px;
  background: url(../images/folder_favorite.png) 0px 0px no-repeat;
  bagground-image-size: 20px;
  padding-left: 40px;
}
.prod-itm-grid img {
  display: block;
  margin: 0 auto;
}
.prod-itm-fullname {
  width: 100%;
  height: 31px;
  text-align: center;
  display: block;
}
.prod-itm-price {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  width: 100%;
  /*margin-bottom: 10px; */
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EDEFF7;
}
.prod-itm-grid {
  width: 230px !important;
  height: 270px;
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  padding: 4px;
  background: #FFFFFF;
}
.prod-itm-link {
  cursor: pointer;
  text-align: center;
}
.prod-itm-price-grid {
  padding-top: 2px;
  color: #4B5055;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.prod-item-sale {
  display: flex;
  height: 40px;
  position: relative;
  position: absolute;
  bottom: 40px;
  right: 6px;
  z-index: 1;
}
.prod-item-sale .prod-item-sale-disc {
  position: absolute;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/product_sale.png) no-repeat;
  height: 40px;
  width: 66px;
  padding-top: 14px;
  padding-left: 10px;
  top: 0px;
  right: 1px;
  text-align: left;
  display: inline-block;
}
.prod-itm-price-container-grid {
  background-color: #00C;
}
.prod-item-more {
  margin-left: 30px;
  background: url(../images/icons/prod-more.png) 0px 0px no-repeat;
  padding-left: 20px;
}
.prod-itm-grid:hover {
  background-color: #F4F4F4;
}
#prod-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prod-itm-buy {
  float: right;
  width: 100%
}
.prod-itm-buy a {
  padding: 0 !important;
  width: 100%;
  color: #513602 !important
}
.prod-itm-buy .buttonBuyLargeDisabledRight {
  width: 100%
}
.prod-itm-buy.prod-itm-buy-grid {
  float: none;
  width: 100%;
  margin-top: 20px
}
.prod-itm-buy.prod-itm-buy-grid a {
  padding: 0 15px !important;
  width: auto;
  color: #513602 !important
}
.prod-itm-buy.prod-itm-buy-grid .buttonBuyLargeDisabledRight {
  width: 100%
}
.prod-itm-cell {
  border-top: 1px solid #c4c1c1;
  margin: 0 9px !important;
  padding: 12px 5px !important;
  text-align: left
}
.prod-itm-cell a {
  padding: 0 !important
}
.prod-itm-cell.prod-itm-cell-grid {
  border-top: none
}
.prod-result-grid li, .prod-itm-grid {
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
  float: left
}
.prod-result-grid .prod-itm-pricebox {
  height: 37px
}
.prod-itm {
  line-height: 1.3;
  position: relative
}
.prod-itm a {
  display: block;
  padding: 0 15px
}
.prod-itm-desc-box {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  overflow: hidden
}
.prod-itm-desc-box:hover {
  color: #3697db
}
.prod-itm-old-price {
  font-size: 13px;
  display: block;
  color: #767573
}
.prod-itm-old-price-grid {
  font-size: 13px;
  display: block;
  color: #767573;
  text-decoration: line-through;
  display: inline;
}
.prod-itm-disc-container {
  margin-left: 5px;
  text-align: center;
  display: inline-block !important
}
.prod-item-new {
  position: absolute;
  height: 60px;
  width: 60px;
  background: url(../images/product_new.png) no-repeat;
  top: 0px;
  left: 0px;
}
.prod-item-hot {
  position: absolute;
  height: 60px;
  width: 60px;
  background: url(../images/product_best.png) no-repeat;
  top: 0px;
  right: 0px;
}
.prod-detail-discount {
  height: 40px;
  width: 66px;
  display: inline-block;
  background: url(../images/product_sale.png) no-repeat;
  position: relative;
}
.prod-detail-discount .discount-amt {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  width: 66px;
  position: absolute;
  top: 14px;
  left: 10px;
}
.add-cart-thanks {
  font-size: 16px;
  color: #39F;
  border-bottom: 1px solid #E9E9E9;
  padding: 3px;
}
.add-cart-confirm {
  border-bottom: 1px solid #E9E9E9;
  padding: 3px;
}
.egCart {}
.egCart .infoline {
  margin-left: 20px !important;
}
.egCart .cart-head {
  background: url(../images/icons/bullet_star.png) 5px 10px no-repeat;
  border-bottom: 1px solid #CCC;
  padding: 6px 20px;
  height: 40px;
  color: #FFFFFF !important;
}
.egCart .cart-del {
  background: url(../images/icons/delete.png) 10px 7px no-repeat;
  padding: 7px;
  float: right;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.cartTotal {
  margin-top: 20px;
  line-height: 40px;
  text-align: right;
  font-size: 14px;
}
.cartTotal .total-info {
  margin-left: 20px;
}
.buttonbuynow {
  background-image: url(../images/icons/shopcartadd.png);
  background-position: 6px 5px;
  background-repeat: no-repeat;
  background-size: 24px 24px !important;
}
.buttonCheckOut {
  background-image: url(../images/icons/shopcartapply.png);
  background-position: 6px 5px;
  background-repeat: no-repeat;
  background-size: 24px 24px !important;
}
.buttonUpdate {
  background-image: url(../images/icons/shopcartedit.png);
  background-position: 6px 5px;
  background-repeat: no-repeat;
  background-size: 24px 24px !important;
}
.buttonCheckOutPay {
  background-image: url(../images/icons/shopcartpay.png);
  background-position: 6px 5px;
  background-repeat: no-repeat;
  background-size: 24px 24px !important;
}
.cart-buttonBack {
  width: 35%;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.cart-buttonCheckOut {
  display: inline-block;
  width: 35%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.egCart a {
  color: #333
}
.tableCheckout {
  margin-top: 10px;
}
.checkoutAction {
  margin-top: 20px;
}
.loginfirst .head, .signupfirst .head {
  border-bottom: 1px solid #CCC;
  background: #e6EEEE url(../images/widget-head.png) !important;
}
.loginfirst h4, .signupfirst h4 {
  background: url(../images/icons/user.png) 5px 7px no-repeat;
  font-size: 15px;
  padding-left: 25px;
  line-height: 30px;
}
.signupfirst {
  display: inline-block;
  width: 45%;
  float: right;
  font-size: 12px;
  min-height: 135px;
}
.signupfirst p {
  margin: 3px;
  text-align: center;
}
.checkoutPay {
  width: 100%;
  background-color: #F3FAFE;
  padding: 5px;
  display: block;
}
.shipMethodInfo, .shipAddressInfo {
  margin-left: 1px;
  background: url(../images/icons/info.png) 0 0px no-repeat;
  width: 34px !important;
  height: 16px;
  cursor: pointer;
  display: inline-block;
}
.shippinglist {
  padding: 5px 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #F7F9FF;
  border: 1px solid #E9E9E9;
  display: block;
}
.shippinglist .head .name {
  color: #666;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  background: url(../images/icons/shipping.png) 0 2px no-repeat;
  padding-left: 20px;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
}
.shippinglist .head {
  border-bottom: 1px dashed #D3D3D3;
}
.shippinglist .desc {
  padding-top: 5px;
  font-size: 12px;
}
.shippinglist .body {
  display: block;
  padding-top: 10px;
}
.shippinglist .info {
  vertical-align: top;
  font-size: 12px;
}
.shippinglist .info p {
  background: url(../images/elist.png) 0 6px no-repeat;
  padding-left: 12px;
  margin-top: 3px;
}
.product-img-size-def {
  width: 120px !important;
  height: 120px !important;
}
.product-img-size-small {
  width: 70px !important;
  height: 70px !important;
}
.widget-shop {
  height: 300px;
}
.shop-sidebar {
  height: 280px;
}
.widget-manufacturer {
  height: 200px;
  overflow: auto;
}
.manufacturer-list {
  display: block;
  text-align: center;
  padding: 5px;
}
.manufacturer-list img {
  width: 128px;
  height: 30px;
}
.stockist-disc {
  margin-left: 10px;
  font-size: 11px;
  color: #093;
  vertical-align: top;
  margin-top: 2px;
  background: url(../images/icons/discount.png) 0px no-repeat;
  padding-left: 12px;
  background-size: 11px 11px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}