.map-wrapper {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    float: left;
}
.map-cont {
    width: 80%;
    height: 600px;
    position: relative;
    float: right;
    box-sizing: border-box;
}
.map-header {
    height: 75px;
    background: #E6E6E6;
    width: 100%;
    position: relative;
}
.map-header h1 {
    margin: 0;
    text-align: center;
    padding: 0;
    line-height: 75px;
    font-size: 22px;
    font-weight: normal;
}
.map-control {
    float: left;
    width: 20%;
    box-sizing: border-box;
}
.infobox-closer {
    position: absolute;
    top: -7px;
    right: -11px;
    font-size: 15px;
    color: #EF522A;
    text-decoration: none;
}
.infobox-closer:hover {
    color: #000;
    text-decoration: none;
}
.infoBox {
    box-sizing: border-box;
    padding: 10px 20px;
}
.infoBox h2 {
    color: #333;
    padding: 0 !important;
    margin: 5px 0 3px 0 !important;
    font-size: 15px;
    width: 96%;
    line-height: 18px !important;
}
.infoBox h2 a {
    color: #00BBD6;
}
.infoBox h3 {
    font-weight: normal;
    line-height: 14px;
    font-size: 13px;
    line-height: 17px;
    margin: 0px 0 10px 0;
    padding: 0;
}
.infoBox dl {
    font-size: 11px;
}
.infoBox h6 {
    margin: 0;  
}
.infoBox h6 i {
    color: #F3521D;
}
.infoBox dt {
    float: left;
    line-height: 14px;
    margin: 0 9px 0 0;
    font-weight: bold;
}
.infoBox dd {
    padding: 0;
    margin: 0 0 5px 48px;
    line-height: 14px;
}
.infoBox dd span {
    white-space: nowrap;
    margin: 0 18px 0 0;
    /* line-height: 17px; */
}

.autocomplete-suggestions { border: none; background: #FFF; overflow: visible; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-size: 10px;width: 280px;background-color: #fff;border: 1px solid #ccc;border-width: 0 1px;margin: -1px 0 0 0;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.map-control {}
.map-control-head {
    box-sizing: border-box;
    padding: 14px 0 12px 0;
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 0px 0;
    border-bottom: 3px solid #eee;
}
.map-control-segment {
    margin: 0 0 10px 0;
    padding: 0 9px;
}
.map-control-segment input[type="text"] {
    font-size: 10px;
    width: 79%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 20px;
}
.map-control-segment input[type="checkbox"] {
    float: left;
    margin: 7px 9% 0 2%;
}
.map-control-segment span.auth {
    font-size: 11px;
    display: block;
    width: 67%;
    line-height: 15px;
    float: left;
}
.map-control-segment i {
    font-size: 19px;
    line-height: 23px;
    display: block;
    float: left;
    margin: 6px 4px 0 6px;
    width: 24px;
}
.map-control-segment i.icon-locate-outline {
    font-size: 23px;
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 4px;
}
.marker-list {
    height: 424px;
    overflow: auto;
    float: left;
    box-sizing: border-box;
    width: 100%;
    background: none;
}
#main .marker-list p {
    background-color: #eee;
    margin: 6%;
    box-sizing: border-box;
    padding: 14px;
    line-height: 21px;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-weight: 600;
    font-size: 14px;
    width: auto;
    clear: both;
}
#main .marker-list p.cta {
    font-size: 12px;
    line-height: 16px;
}
#main .marker-list p.cta a {
    color: #5E8E83;
    text-decoration: underline;
}
.a-store-result {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px 0;
    width: 100%;
    min-height: 77px;
    float: left;
    position: relative;
}
.a-store-result:hover, .a-store-result.active {
    background: #F4FFEE;
    cursor: pointer;
}
.a-store-result h4 {
    margin: 0 0 3px 0;
    line-height: 15px;
    font-weight: 200;
    font-size: 12px;
    width: 90%;
    padding: 0 6%;
    box-sizing: border-box;
    text-transform: uppercase;
    clear: both;
}
.a-store-result h4 a {
    color: #00BBD6;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.a-store-result:hover h4 a, .a-store-result.active h4 a {
    color: #000;
}
.a-store-result h5 {
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    width: 91%;
    padding: 0 6%;
    box-sizing: border-box;
    color: #777;
}
.a-store-result h6 {
    margin: 10px 0 0 0px;
    font-size: 11px;
    font-weight: 300;
    color: #F3521D;
    line-height: 12px;
    padding: 0 6%;
    box-sizing: border-box;
}
.a-store-result h6 i {
    color: #F3521D;
    font-size: 15px;
    display: block;
    float: left;
    margin: -2px 4px 0 0;
    line-height: 14px;
}
.infobox-tools {
    position: absolute;
    bottom: -10px;
    left: -3px;
    line-height: 22px;
}
.infobox-tools a {
    color: #00BBD6;
    margin: 0 10px 0 0;
    font-size: 12px;
}
.infobox-tools a:hover {
    color: #000;
    text-decoration: none;
}
.infobox-tools i {}
.map-embedder {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 9;
    /* background: #fff; */
    color: #000;
    box-sizing: border-box;
    padding: 10px 26px 10px 10px;
    white-space: nowrap;
    display: block;
    font-size: 19px;
    line-height: 55px;
    width: 20%;
    text-align: center;
}
.map-embedder i {
    display:inline-block;
    font-size: 28px;
    line-height: 50px;
    /* background-color:black; */
    color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
}
.map-embedder:hover {
    color: #666;
    text-decoration: none;
}
.map-refresher {
    position: absolute;
    right: 25px;
    top: 18px;
    font-size: 20px;
    background: #ccc;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    padding: 3px 0 0 0;
    box-sizing: border-box;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border: 1px solid #aaa;
    color: #fff;
}
.map-refresher:hover {
    background-color: #555;
    text-decoration: none;
    border-color: #111;
}
.map-embed-config .steps {
    float: left;
    clear: both;
    height: 300px;
    background: #fff;
    margin: 30px 0 0 0;
}
.map-embed-config .steps > div {
    float: left;
    height: 300px;
    border: 1px solid #E0E0E0;
    width: 356px;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0 0 0;
    border-width: 0 1px 0 0;
    border-bottom: 1px solid #333;
}
.map-embed-config .steps > div > p {
    position: absolute;
    background: #444;
    color: #fff;
    line-height: 27px;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 14px;
}
.map-embed-config .steps > div > p b {
    color: #fff;
}
.map-embed-config .steps .step-1 {
    overflow: auto;
    border-left: 1px solid #E0E0E0;
}
.map-embed-config .steps .step-2 {
    padding: 28px 20px 10px 20px;
    font-size: 13px;
}
.map-embed-config .steps .step-2 ul {
    padding: 0;
    list-style-type: none;
}
.map-embed-config .steps .step-2 li {
    margin: 0 0 15px 0;
    line-height: 17px;
}
.map-embed-config .steps .step-2 li b {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-weight: 700;
}
.map-embed-config .steps .step-2 input[type="text"] {
    font-size: 12px;
    padding: 4px 7px;
    display: inherit;
    width: 100%;
}
.map-embed-config .steps .step-3 {
    padding: 40px 11px 10px 11px;
}
.map-embed-config .steps .step-3 .help {
    background: #eee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 17px;}
.map-embed-config .steps .step-3 .help b {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-weight: 700;
}
.a-button {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 6px 0;
    margin: 0 0 0 0;
}
.a-button:hover {
    background-color: #FFFFCC !important;
    cursor: pointer;
}
.a-button.active {
    background-color: #E6FFE6 !important;
    border: 1px solid #00aa00; 
    border-right: none; 
    border-left: none;
}
.map-embed-config .steps textarea {
    font-size: 10px;
    white-space: nowrap;
    border: 2px solid #48B781;
    height: 67px;
    margin: 0 0 11px;
}
.product-preview {
    position: absolute;
    z-index: 998;
    top: 8px;
    left: 10px;
    border: 1px solid #B5B5B5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
.product-preview img {
    width: 220px;
    display: block;
}
.map-ad {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 27px;
    font-weight: 500;
    box-shadow: -1px 0px 9px #888888;
    border: 1px solid #A3A3A3;
    border-width: 1px 0 0 1px;
}
.map-ad.oriented-left {
    right: 0;
}
.map-ad.oriented-right {
    left: 0;
    border-width: 1px 1px 0 0;
}
.map-ad i {
    font-size: 16px;
    margin: 3px 0px 0 9px;
    vertical-align: sub;
    display: block;
    float: right;
}

.a-store-cta {
    background: none;
    color: #000;
    text-decoration: none;
    display: block;
    /* float: left; */
    line-height: 13px;
    font-size: 11px;
    padding: 6px 10px 2px 0px;
    margin: 0;
    clear: both;
}

.a-store-cta i {
    font-size: 14px;
    display: block;
    float: left;
    margin: -1px 4px 0 0;
    color: #666;
}

.a-store-cta i.icon-circle-full {
    display: none;
}

.a-store-cta-wrap {
    padding: 0 6%;
    display: block;
    clear: both;
    margin: 15px 0 0 0;
}

.for-mobile .map-header h1 {
    font-size: 15px;
    line-height: 18px;
    height: auto;
    background-color: #E6E6E6;
    padding: 10px;
}

.for-mobile .map-header {
    height: auto;
}
.product-img {
    box-sizing: border-box;
    padding: 11px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #A2A2A2;
    width: 140px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 58px;
    right: 110px;
    z-index: 999;
    height: 140px;
}

.product-img img {
    width: 100%;
    margin: 0 0 5px 0;
}

.for-mobile .product-img {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px auto 0 auto;
}

.for-mobile .action-intro {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 1px 15px;
    margin: 10px 0 0 0;
}

.for-mobile .action-intro p {
    font-size: 17px;
    line-height: 20px;
    width: 100%;
}

.for-mobile .action-intro a {
    display: none;
}

.for-mobile .action-intro img {
    display: none;
}

.action-intro a i:hover {
    color: #000;
}

@media (max-width: 1100px) {
  .map-control {
      width: 25%;
  }
  .map-cont, .stock-cont, .action-intro {
      width: 75% !important;
  }
  .has-floating-list .stock-cont {
      width: 73% !important;
  }
  .not-mobile .wisg-wrap #sidebar h2 {
      display: none;
  }
  .not-mobile .wisg-wrap .filter-list li a.opener {
      font-size: 11px !important;
  }
  .not-mobile .wisg-wrap .product-list .counter {
      display: none;
  }
}

@media (max-width: 800px) {
  .map-ad {
      display: none;
  }
}

@media (max-width: 900px) {
  .map-control {
      width: 30% !important;
  }
  .map-cont, .stock-cont, .action-intro {
      width: 70% !important;
  }
}

span.distance {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 10px;
    color: #888;
    display: block;
    line-height: 11px;
    text-align: right;
}

.a-store-result.in-focus {
    background-color: #F1F1F1;
}

.city-home span.distance {
    color: #fff;
}

.city-home .a-store-result.in-focus {
    background-color: #486D65;
}

.map-control-segment.for-map-categories {
    border-top: 3px solid #eee;
    position: relative;
    height: 46px;
    padding: 0 6%;
    width: 100%;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    clear: both;
    margin: 0;
}

.map-control-segment.for-map-categories span.icon {
    position: absolute;
    top: -2px;
    right: 0;
    width: 15px;
    font-size: 23px;
}

.map-categories-opener {
    position: relative;
    margin: 12px 0 11px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
}

.for-map-categories:hover {
    background-color: #ffffcc;
}

.map-control-head.w-category-filter {
    padding-bottom: 0;
}

.map-control-segment.for-map-categories ul {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 29px;
    border-bottom: 2px solid #000;
    padding: 0 0 10px 0;
    list-style-type: none;
}

.map-control-segment.for-map-categories li {
    line-height: 28px;
    font-size: 12px;
    margin: 0;
    padding: 0 6%;
    cursor: pointer;
}

.map-control-segment.for-map-categories li:hover {
    background-color: #ffffcc;
}

.map-control-segment.for-map-categories span.filtering {
    position: absolute;
    top: -12px;
    left: 0;
    color: #ccc;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 200;
}

span.current-category.w-filter {
    line-height: 25px;
}

.extended-seg {
    border-top: 1px solid #ddd;
    padding: 0 6%;
    margin: 0;
    box-sizing: border-box;
    font-size: 11px;
}

.extended-seg h7 {
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    line-height: 38px;
    box-sizing: border-box;
    width: 100%;
}

.store-full {
    margin: 18px 0 0 0;
    box-sizing: border-box;
    clear: both;
}

.extended-seg h7 em {
    float: none;
    font-size: 16px;
    margin: 2px 0 0 0;
    width: 9px;
    position: absolute;
    right: 1px;
    top: 0px;
}

.a-store-result.in-focus:hover h4 a {
    color: #00BBD6;
}

.extended-seg h7 a {
    display: block;
    line-height: 37px;
    color: #000;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 1px 0 0 0;
}

.extended-seg h7 a:hover {
    color: #00BBD6;
}

.extended-seg ul {
    padding: 0;
    list-style-type: none;
    margin: 0 0 20px 0;
    font-size: 11px;
}

.extended-seg.for-hours li {
    margin: 0 0 0px;
    line-height: 17px;
}

.extended-seg.for-hours li em {
    width: 100px;
    display: block;
    float: left;
    font-style: normal;
}

.today-status {
    padding: 0 6%;
    font-size: 11px;
    margin: 10px 0 0 0;
    clear: both;
    float: left;
    height: 32px;
    line-height: 24px;
}

.today-status em {
    font-style: normal;
    display: block;
    float: left;
    border: 1px solid #F0532B;
    line-height: 16px;
    padding: 0px 4px;
    color: #F0532B;
    font-size: 9px;
    margin: 3px 9px 0 0;
}

ul.for-category-list {
    margin-bottom: 0;
}

.map-control h1 {
    padding: 0 6%;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.stock-cont {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    width: 80%;
    box-sizing: border-box;
    border-left: 5px solid #F1F1F1;
}

.extended-seg.active {
    background-color: #FFFFCC;
}

.stock-wrap {
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.stock-wrap h3 {
    padding: 14px 10px;
    margin: 0 0 0px 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 500;
    color: #888;
    border-bottom: 1px solid #eee;
}

.stock-wrap h3 strong {
    color: #000;
}

a.stock-grid-closer {
    color: #F2511C;
    position: absolute;
    top: 25px;
    right: 31px;
    z-index: 9999;
    font-size: 21px;
}

.stock-cont .product.product-tile {
    float: left;
    width: 30%;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #eee;
    margin: 0 3% 26px 0;
    overflow: hidden;
    /* cursor: text; */
}

.stock-grid {
    overflow: auto;
}

a.stock-grid-closer:hover {
    text-decoration: none;
    color: #000;
}

.stock-cont .product .img-holder img {
    width: 78% !important;
}

.stock-cont .product.product-tile a {
    /* cursor: text; */
}

em.local-label {
    display: none;
}

.map-ad a {
    text-decoration: underline;
}

.map-wrapper.has-floating-list .map-control {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 10px;
    background-color: #fff;
}

.map-wrapper.has-floating-list .map-cont {
    width: 100% !important;
}

.has-floating-list .stock-cont {
    margin: 0;
    top: 10px;
    right: 10px;
    width: 79%;
}

.map-wrapper.has-floating-list .map-control.oriented-right {
    left: auto;
    right: 10px;
}

.map-wrapper .map-control.oriented-right {
    left: auto;
    right: 0;
    float: right;
}

.has-floating-list .stock-cont.oriented-right {
    right: auto;
    left: 10px;
}

.stock-cont.oriented-right {
    right: auto;
    left: 0;
    border-left: 0;
    border-right: 5px solid #F1F1F1;
}

.in-focus-closer {
    position: absolute;
    top: 15px;
    right: 14px;
    color: #F2511C;
    text-decoration: none;
}

.in-focus span.distance {
    top: 40px;
}

.in-focus-closer:hover {
    text-decoration: none;
    color: #777;
}

.brand-stock-cta a {
    display: block;
    background-color: #00BBD8;
    line-height: 32px;
    float: left;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    margin: 14px 0 0 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-decoration: none;
}

.brand-stock-cta a:hover {
    background-color: #333;
}

.extended-seg.for-phone h7 {
    margin-right: 10px;
}

.city-home a.in-focus-closer {
    display: none;
}

.map-wrapper.has-floating-list .map-control.w-drop-shadow {
    box-shadow: 2px 5px 14px #888888;
}

.map-control.oriented-left {}

.map-wrapper.nested.has-floating-list .map-control {
    margin-top: 76px;
}

.a-store-cta.active i.icon-circle-o {
    display: none;
}
.a-store-cta.active i.icon-circle-full {
    display: block;
}

.variant-chooser {
    position: absolute;
    top: 248px;
    left: 10px;
    width: 242px;
    background: #fff;
    box-sizing: border-box;
    padding: 8px 9px;
    border: 1px solid #ccc;
    z-index: 999;
}

.variant-chooser > ul {
    margin: 0;
}

.oriented-right i.icon-locate-outline {
    float: right;
    color: #777;
}

a.conversion-committer {
    background: #F3521D;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    color: #fff;
    border: 1px solid #A9401D;
    text-align: center;
    margin: 13px 0 0 0;
    width: 87px;
    text-decoration: none;
}

a.conversion-committer:hover {
    background-color: #43A566;
    text-decoration: none;
}

.a-store-cta strong {
    font-weight: 700;
}

.stock-cont .product.product-tile.can-convert a {
    cursor: pointer;
}

.stock-cont .product.product-tile:hover {
    border-color: #000;
}

.map-control-segment.for-map-categories.for-tabbed-filter ul {
    top: 0;
    border-bottom: 1px solid #ccc;
    padding: 3px 6px 0 6px;
    margin: 0;
}

.map-control-segment.for-map-categories.for-tabbed-filter li {
    float: left;
    border: 1px solid #eee;
    margin: 0 2px 0 0;
    line-height: 26px;
    height: 26px;
    border-width: 1px 1px 0 1px;
}

.map-control-segment.for-map-categories.for-tabbed-filter {
    height: 33px;
}

.map-control-segment.for-map-categories.for-tabbed-filter li.active {
    background: #ccc;
}

.legend-item {
    display: block;
    line-height: 20px;
    float: left;
    margin: 0 12px 0 0;
}

.legend-item img {
    height: 20px;
    display: block;
    float: left;
    margin: 0px 5px 0 0;
}

.map-legend-cont {
    float: left;
    margin: 4px 13px 0 0;
    border-right: 1px solid #ddd;
    font-weight: bold;
}

.infoBox h2 a:hover {
    text-decoration: none;
}

span.store-label {
    margin: -8px 0 12px 2px;
    font-size: 10px;
    background: #aaa;
    line-height: 15px;
    display: block;
    float: left;
    /* clear: both; */
    color: #fff;
    padding: 0 10px;
}

span.current-location {
    font-size: 11px;
    display: block;
    margin: 0 0 0 10px;
}

.map-control-segment.for-current-location {
    line-height: 11px;
    margin: 0;
    cursor: pointer;
}
.map-control-segment.for-current-location:hover {
    text-decoration: underline;
}

.w-category-filter span.current-location {
    margin: 0 0 10px 10px;
}

span.store-label.first {
    margin-left: 6%;
}

span.store-label.for-event {
    background: #EDA94E !important;
}

.an-event {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    padding: 12px 10px 0 12px;
}

#main .an-event p {
    background: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
}

.an-event h8 {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: 0 0 0 0;
    line-height: 15px;
}

.an-event h9 {
    display: block;
    color: #777;
    margin: 0 0 0 0;
}

p.no-stock-message {
    margin: 0 !important;
}

.infoBox .primary {
    height: 169px;
    position: relative;
}

.infoBox .primary .brand-stock-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.infoBox .primary .brand-stock-cta a {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.infoBox .a-store-cta-wrap {
    padding: 0;
    margin: 0;
}

.infoBox .primary.has-stock-ctas .brand-stock-cta, .infoBox .primary.has-stock-ctas dl, .infoBox .primary.has-stock-ctas h6, .infoBox .primary.has-stock-ctas .infobox-tools {
    display: none;
}

.for-custom-copy {
    font-size: 12px;
    padding: 0 6%;
    line-height: 18px;
    margin: 0 0 17px 0;
}

.for-custom-copy p strong {
    font-size: 16px;
}

.for-custom-copy p {
    margin: 0 0 8px 0 !important;
}

.not-mobile .wisg-wrap header, .wisg-wrap .embedded-search, .breadcrumbs, .stores-list-wrap {
    display: none;
}

.not-mobile .wisg-wrap .product-list .sort {
    border: none;
    padding: 10px 10px;
}

.not-mobile .wisg-wrap .product-list .counter {
    margin-right: 24px;
}

.not-mobile .wisg-wrap #sidebar {
    position: absolute;
    top: 65px;
    left: 20px;
    width: 96%;
    z-index: 9999;
    padding: 10px 0 0 0;
    background: #fff;
    height: 46px;
    box-sizing: border-box;
}

.not-mobile .wisg-wrap #sidebar h2 {
    color: #333;
    text-align: left;
    font-size: 14px;
    float: left;
    margin: 0 13px 0 0;
    line-height: 27px;
}

.not-mobile .wisg-wrap .selected ul.filter-list {
    float: left;
    margin: 0;
    position: relative;
}

.not-mobile .wisg-wrap ul.filter-list > li {
    float: left;
    margin: 0 4px 0 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 6px 0 4px 0;
}

.not-mobile .wisg-wrap .filter-list li a.opener {
    font-size: 13px;
    font-weight: 700 !important;
    padding: 0px 27px 0 9px;
    text-decoration: none;
}

.not-mobile .wisg-wrap ul.filter-list > li a {
    padding: 0 12px;
}

.not-mobile .wisg-wrap ul.filter-list > li ul {
    display: none;
}

.not-mobile .wisg-wrap ul.filter-list > li:hover ul {
    display: block !important;
}

.not-mobile .wisg-wrap .filter-list ul li a span {
    margin: 0 0 0 15px;
}

.not-mobile .filter-list li a.opener:after {
    top: 5px;
    right: 8px;
}

.not-mobile .wisg-wrap .product-list .list-holder {
    padding: 10px;
}

.not-mobile .wisg-wrap .selected .title {
    display: none;
}

.not-mobile .wisg-wrap .selected-filters {
    position: relative;
    float: left;
}

.not-mobile .wisg-wrap .selected-filters li span {
    display: none;
    /* padding: 2px; */
}

.not-mobile .wisg-wrap .selected-filters li {
    padding: 6px 36px 6px 8px;
    margin: 0 10px 0 0;
    float: left;
}

.not-mobile .wisg-wrap .filter-list {
    float: left;
    margin: 0;
}

.not-mobile .wisg-wrap .selected {
    float: left;
    border: none;
}

.not-mobile .wisg-wrap .selected-filters li .delete {
    top: 4px;
    right: 8px;
}

.not-mobile .wisg-wrap .selected-filters li strong {
    font-size: 12px;
    line-height: 14px;
}

.wisg-wrap .selected-filters li.brand {
    display: none;
}

.product-area .back {
    background: #cacaca;
    width: 30%;
    text-align: left;
    padding-left: 13px;
    box-sizing: border-box;
    display: block !important;
}

.stock-grid .variant-chooser {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
}

.stock-grid .product-area .column {
    padding: 30px 0 0 0;
}

.photo-column {
    padding-top: 51px !important;
    position: relative;
    float: none !important;
}

.wisg-wrap > .container {
    margin: 42px 0 0 0;
}

.lg-ctas {
    position: relative;
    top: auto;
    width: 90%;
    box-sizing: border-box;
    margin: 22px 0 0 0;
}

.for-product h5 {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.product-area .back:hover {
    background: #333;
    text-decoration: none;
}

.stock-cont #main {
    min-width: 0 !important;
}

.lg-cta {
    display: block !important;
    line-height: 32px;
    height: 50px;
    box-sizing: border-box;
}

.for-mobile .wisg-wrap ul.filter-list > li {
    width: 100%;
    box-sizing: border-box;
}

.for-mobile ul.filter-list {
    width: 100%;
    box-sizing: border-box;
}

.for-mobile aside#sidebar {
    width: 88%;
    box-sizing: border-box;
    float: none;
}

.for-mobile .wisg-wrap > .container {
    margin: 0px;
}

.for-mobile .wisg-wrap .selected {
    margin-bottom: 5px;
}