
.wp-view{
  position:absolute;
  top:0px;
  height:1px;
  width: 2px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
    .wp-view{
      width: 1px;
    }
}
@media only screen and (max-width: 40.063em){
    .wp-view{
      width: 0px;
    }
}

.wp-collection-promo .wd-font-30{
  font-size: 30px;
}
.wd-mt-6{
  margin-top: 6px;
}

.wp-collection-promo li > div{
 background: #f9f9f9;
 border: 1px solid #dcdcdc;
}
.wp-collection-promo .wp-promo-image{
  position:relative;
  cursor: pointer;
}
.wp-collection-promo .wp-promo-image img{
  margin-bottom: 0px !important;
}

body:not(.cq-wcm-edit) .wp-collection-promo .wp-promo-image > .image:nth-child(2){
  position:absolute;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 13px;
}
body:not(.cq-wcm-edit) .wp-collection-promo .wp-promo-image p{
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  color: #ffffff;
  opacity: 0.8;
  position:absolute;
  bottom: 10px;
  width: 100%;
  padding: 0px 14px;
}
.wp-collection-promo div.wd-ma-16.wd-pa-2 h3{
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  color: #2a2a2a;
}
.wp-collection-promo .wp-desc{
  font-size: 16px !important;
  line-height: 1.38 !important;
  color: #2a2a2a !important;
}
.wp-collection-promo .wp-promo-collection-savings{
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #dd2222;
  padding-top: 12px !important;
}
.wp-collection-promo .wp-term-selector{
    margin-top: 12px;
    padding-top: 15px;
    border-top: 1px solid #dcdcdc;
    display:flex;
}
.wp-collection-promo .wp-term-selector .wp-select-wrapper{
    width: calc(100% - 105px);
    margin-right: 4px;
    position:relative;
}
.wp-collection-promo .wp-term-selector .wp-select-wrapper:after{
    content: ">";
    transform: rotate(90deg) scaleY(1.75);
    position: absolute;
    top: calc(50% + -9px);
    right: 9px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    pointer-events: none;
}
.wp-collection-promo .wp-term-selector select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.25);
    color: #3c3c3c;
    font-size: 14px;
    padding-left: 4px;
    word-wrap: normal !important;
    white-space: normal;
    padding-right: 25px;
    overflow-wrap: normal;
}
.wp-collection-promo .wp-term-selector select::-ms-expand{
  display:none;
}
.wp-collection-promo .wp-term-selector .button a{
    margin: 0px;
    padding: 0px;
}
.wp-collection-promo .wp-term-selector .button a.wd-font-14 span{
  font-size: 14px !important;
  font-weight: 700;
  vertical-align: middle;
  display: table-cell;
  padding: .5em 1em .4em 1em;
  text-align: left;
}
.wp-collection-promo .wp-term-selector .wd-button{
  background: #fff !important;
  border: 1px solid #808080 !important;
  width: 105px;
}
