/* Fixed Dropdown Bar */
.addtobasket-modules { position:fixed;bottom:0;left:0;width:100%; z-index:8;border-top:1px solid #d7d7d7; display: ; -moz-transform: translateY(100%);-webkit-transform: translateY(100%);-o-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}
.addtobasket-modules.showmodulesdd {-moz-transform: translateY(0%);-webkit-transform: translateY(0%);-o-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%);}

/* Select Box */
.addtobasket-modules---wrap {float:right;}
.addtobasket-modules---wrapselect {float:left;position: relative;}
.addtobasket-modules---select {border-radius: 8px;border:1px solid #d7d7d7;height:48px;line-height:48px;padding:0 60px 0 16px;float:left;width:100%;position: relative;cursor: pointer;}
.addtobasket-modules---select:hover {border-color:#b7b7b7;}
.addtobasket-modules---select:before {content:attr(data-selecttext);}
.addtobasket-modules---select:after {content:'\e096';font-family:'feather';position:absolute;top:0;right:0;width:48px;height:46px;line-height: 46px;text-align:center;}
.addtobasket-modules---select.atbselectopen:after {-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}

/* Select Options */
.addtobasket-modules---options {position:fixed;bottom:97px;right:16px;float:right;border:1px solid #d7d7d7;-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);display:none;}
.addtobasket-modules---attr {float: left;clear: both;border-top: 1px solid #d7d7d7;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none; }
.addtobasket-modules---attr:first-of-type {border-top: 0;}
.addtobasket-modules---attr-stock, .addtobasket-modules---attr-price, .addtobasket-modules---attr-select {float:left;font-size:12px; margin-right:32px; border-bottom: 1px solid white;}
.addtobasket-modules---attr-name {font-size: 18px;}
.addtobasket-modules---attr-select {margin-right:0;cursor: pointer; border-bottom: 1px solid;color:#17af45}
.addtobasket-modules---options[data-status*="out of stock"] .addtobasket-modules---attr-select {color: tomato;}
.addtobasket-modules---options[data-status*="last few in stock"] .addtobasket-modules---attr-select {color: #e3a000;}
.addtobasket-modules---options[data-status*="special order available"] .addtobasket-modules---attr-select {color: #09b587;}

/* Confirm button */
.addtobasket-modules---select---confirm, .addtobasket-modules---select---lookup {height:48px;float:right;margin-left:8px;border-radius: 8px;background:#888;color:white;line-height:48px;padding:0 16px;}
.addtobasket-modules---select---lookup {display: none;cursor: pointer;background:#d9e5f0;color: #44484b;order:2;}
.addtobasket-modules---select---lookup:before {content:'\e071';font-family:'feather';}
.addtobasket-modules---select---confirm.mddconfirmopen {background:#17af45;cursor: pointer;}

/* Stock Look-up Box */
.addtobasket-modules---storestock {position: fixed;top:0;left:0;width:100%;height:100%;z-index:300;background:rgba(0, 0, 0, 0.5);}
.storestock-close {position: absolute; top:0; right:0;width:48px;height:48px;line-height: 48px;text-align:center;color:tomato;cursor: pointer;border-left:1px solid #d7d7d7;}
.storestock-close:hover {background:tomato;color:white;}
.storestock-close:before {font-family:'feather';content:'\e117';}
.storestock-contents-header {padding: 0 64px 0 16px;border-bottom:1px solid #d7d7d7;}
.storestock-contents-header h3 {margin:0;line-height: 48px;}
.storestock-contents {width:500px;max-width:100%;max-height: 100%;height:100%;position: absolute;top: 0;right: 0;}
.storestock-contents-inner {max-height:calc(100% - 49px);overflow: auto;background:#f4f4f4;}
.storestock-singlestore {border-bottom:1px solid #ebebeb;}
.storestock-singlestore[data-morethannone="true"] {order:-1;}
.storestock-singlestore:last-of-type {border-bottom:1px solid #ffffff;}
.storestock-singlestore-name {margin: 0;}
.storestock-singlestore-avail, .storestock-singlestore-addr, .storestock-singlestore-map {}
.storestock-singlestore-avail {color:#17af45;}
.storestock-singlestore[data-qty="0"] .storestock-singlestore-avail {color:tomato;}
.storestock-singlestore-map {color:dodgerblue;}

.footer {margin-bottom:81px;}

@media screen and (max-width: 767px) {
  .addtobasket-modules---wrap {width:100%;}
  .addtobasket-modules---wrapselect {flex-grow:1;}
  .addtobasket-modules---options {bottom: 64px;right:0;width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-left:0;border-right:0;max-height: calc(100vh - 64px);overflow: auto;}
  .addtobasket-modules---attr {width:100%;}
  .addtobasket-modules---attr-name {}
  .addtobasket-modules---attr-select {float:right;}
  .storestock-singlestore-avail, .storestock-singlestore-addr, .storestock-singlestore-map {width:33.33%;}

  .footer {margin-bottom:65px;}
}
                                                                                                                                                                                                                                                                                                                                                                                                       