/* MAY 2023 NEW BUY NOW ITEMS STYLING */

.prices-container {
  display: flex;
  flex-direction: column;
}

.price-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}

h3.list, h3.list-price {
  color: #999;
}

h3.list-price, h3.buy-now-price {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

h3.list, h3.buy-now {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0;
}

.wfh-discount-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 0;
  justify-content: flex-end;
}

.promo-code {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #AB032D;
  font-weight: bold;
}

span.discount {
  font-size: 12px;
  font-weight: normal;
}

  
h3.discounted-price {
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
}

.buy-qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.buy-now-btn {
  background-color: #3b5854;
  color: #fff;
  width: 70%;
  padding: 12px 0;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
}
  
.buy-now-btn:hover, .buy-now-btn:focus {
  text-decoration: none; 
  color: white;
}

.strikethrough {
  position: relative;
}

.strikethrough::before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 2px solid;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.slick-dotted.slick-slider {
  margin-bottom: -2rem;
}

.view-details .h3 {
  margin-bottom: 10px;
}

/* OLD CSS */
.productBuyHolder{
  margin-top: 0px;
}

.quickbuy-page h1 {
  display: block;
  margin: 0px;
  color: #58595b;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "UniversLTStd", Arial, sans-serif; }

.quickbuy-page h1 + .smallText {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.quickbuy {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto; }

/*************LEARN MORE DROP DOWN*************/
.csr-nav ul{
    list-style: none;
    width: 100%;
     margin: auto;
     display: flex;
     flex-wrap:nowrap;
     justify-content: center;
  }

  .csr-nav ul li{
      display: inline-block;
      padding: 0;
      margin: 1.5em 10px;
      text-transform: uppercase;
      font-weight: 0;
      font-size: 13px;
      text-align: center;
  }
  .csr-nav li a{
    text-decoration: none;
    font-weight:700;
    padding: 0;
    line-height: 15px;
  }
  .csr-nav li a:visited{
    color:#58595B;
  } 

  .csr-nav li a:hover{
    cursor: pointer;
  } 

  .csr-active{
    border-bottom: 4px solid #58595b;
  }
.nav-tabs li{margin:10px;}
.nav-tabs>li>a{color:#58595b;font-family:UniversLTStd,Helvetica,Arial,sans-serif;font-weight:500;position:relative;display:block;padding:10px 0 10px 0;margin-right:0;}
.nav-tabs>li.active>a,.nav-tabs>li>a{border:none;background-color:#fff;border-radius:0;}
.nav-tabs>li.active>a{color:#58595b;border-bottom:transparent;cursor:default;}
.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#58595b;background-color:#fff;border:none;border-bottom:transparent;cursor:default;border-radius:0;}

.csr-drop{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  line-height: 18px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.tnav .nav-tabs li{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.dropdown-menu{
  border-style: none;
  background-color:white;   
  color:#58595b;
  font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
}

.dropdown-menu{
  padding: 10px;
}

.dropdown-item{
color:rgb(88, 89, 91);
}

.nav-tabs{
  border-bottom: none;
}

.csr-nav li a {
  font-weight: lighter;
  font-size: 12px;
}

.csr-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


/*************listings-wrapper*************/

.listings-wrapper{
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.list-image-wrapper, .slick-track, .slick-list{
  height:fit-content;
}


/*************listing*************/
.listing {
  margin:15px 50px 15px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.listing:nth-child(3n){margin-right: 0px;}

.list-image-wrapper{
  position: relative;
  text-align: center;
  height: fit-content;
}

/*************alert message*************/
.alertmsg{
  background-color: #3c544c;
  position: absolute;
  width: fit-content;
    width:-moz-fit-content;
    width:-webkit-fit-content;
    width:-ms-fit-content;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px 1px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-family: Conv_UniversLTStd-BoldCn;
  letter-spacing: .5px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
}


/*************listing image*************/
.list-image-wrapper img{
  object-fit: cover;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

     .list-image-wrapper img{
        /*object-fit: none;*/
        height: auto;
      }

    .list-image-wrapper, .slick-track, .slick-list {
      height: auto;
    }
    .slick-dotted.slick-slider {
    margin-bottom: 0;
    }
}

/*************SLIDER*************/
.slick-dots{
position: relative;
top:-20px;
}

.holiday-gift-guide-stamp img {
    position: absolute;
    right: 0px;
    bottom: 30px;
    width: 40px;
}

.slick-dots li {
    width: 16px
}

.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #ccc;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.slick-dots .slick-active button,
.slick-dots li:hover button {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.slick-dots .slick-active button {
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    background-color: #abbd26
}

.slick-dots li:hover button {
    background-color: #abbd26
}

.slick-dots li button:before {
    content: none
}

.slick-slide, .slick-slide .slick-list, .list-image-wrapper, .color-notes{
    width: 250px;
}

/*PRODUCT DESCRIPTION/TITLE*/
.product-title p{padding-bottom: 0; margin-bottom: 0;}
.product-title span{
font-family:UniversLTStd-Bold;
font-weight:500;
}


/*VIEW COLORS OPENER*/

.view-colors h3{
    margin-top:0;
}


.color-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 250px;
}

.color-options h3{
    margin: 0;
}

.color-info{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 5px;
}

.color-options img{
    width:75px;
    height:45px;
}

.color-info span{
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
    margin-top: 4px;
    text-align: center;
    width: 95%;
}

.color-notes p{
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
    margin-top: 4px;
    text-transform: none;
}


.color-notes span{
    font-size: 11px;
}


.item-code{
    margin-bottom: 8px;
}

/*LISTING DETAILS*/

.list-details {
  font-family: "UniversLTStd";
  text-transform: capitalize;
  font-weight: bold; 
  width: 250px;
}

.list-details .product-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;   
}

.list-details .item-code {
  width: 250px;
  margin-bottom: -20px; }

.list-details .item-code-label, .list-details .item-code-code {
  display: inline-block;
  font-size: 12px;
  line-height: 17px; }

/* .list-details .item-code-code {
  margin-top: 8px; 
} */

.list-details .qty-field {
  position: relative; }

.list-details .qty-wrapper {
  display: inline-block;
  height: 35px;
  width: 70px;
  /* margin-right: -4px; */
  vertical-align: bottom; }

.list-details .qty {
  -moz-appearance: textfield;
  width: 70px;
  height: 35px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid black; }

.list-details .qty::-webkit-inner-spin-button, .list-details .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.list-details .qty:focus {
  outline: 0; }

.list-details .qty-nav {
  float: left;
  position: relative;
  height: 35px; }

.list-details .qty-button {
  position: relative;
  width: 20px;
  color: #333;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border-left: 1px solid black;
  cursor: pointer; }

.list-details .qty-button.qty-up {
  position: absolute;
  height: 50%;
  top: 0;
  line-height: 17.5px;
  border-bottom: 1px solid black; }

.list-details .qty-button.qty-down {
  position: absolute;
  height: 50%;
  bottom: 0px;
  line-height: 16.5px; }

.list-details .prices-table-wrapper {
  display: inline-block;
  width: calc(100% - 70px);
  margin-right: -4px;
  vertical-align: bottom; }

.list-details .prices-table {
  display: table;
  overflow: hidden;
  border-collapse: collapse;
  table-layout: fixed;
  float: right; }

.list-details .prices-row {
  display: table-row; }

.list-details .prices-cell {
  display: table-cell;
  vertical-align: baseline; }

.list-details .prices-cell .h3 {
  margin: 0px; }

.list-details .list-label-cell {
  color: #999; }

.list-details .list-price-cell {
  color: #999;
  padding-left: 8px; }

.list-details .now-price-cell {
  padding-left: 8px; }

.list-details .list-price-cell .h3 {
  font-size: 20px;
  line-height: 24px; }

.list-details .now-price-cell .h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

.list-details .buy-cta {
  margin-top: 10px !important; 
}

.list-details .buy-cta-btn, .list-details .dl-cta-btn, .list-details .cust-cta-button {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 12px 0;
  font-family: UniversLTStd;
  margin-bottom:15px;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none; }

.list-details .buy-cta-btn:hover, .list-details .buy-cta-btn:focus, .list-details .cust-cta-btn:hover, .list-details .cust-cta-btn:focus {
  text-decoration: none; }

.list-details .dl-cta-btn:hover, .list-details .dl-cta-btn:focus {
  text-decoration: none; }

.list-details .buy-cta-btn {
  background-color: #3b5854;
  color: #fff; }

  .list-details .cust-cta-btn {
  background-color: #8b8b8b;
  color: #fff; }

.list-details .dl-cta-btn {
  border: 1px solid #58595b; }

.list-details .dl-cta-btn:hover span,
.list-details .dl-cta-btn:hover i {
  color: #58595b; }

.list-details .dl-cta-btn:focus span,
.list-details .dl-cta-btn:focus i {
  color: #58595b; }
.list-details .view-details,
.list-details .minimize-details {
  color: #58595b;
  text-decoration: none; }

.list-details .view-details:hover, .list-details .view-details:focus,
.list-details .minimize-details:hover,
.list-details .minimize-details:focus {
  color: #58595b;
  text-decoration: none; }

.list-details .description .detail-description,
.list-details .qse-description,
.list-details .qse-description * {
  font-family: "UniversLTStd-Light";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 10px;
  padding-bottom: 0px; 
  width: 250px;
}

.list-details .triangle-up {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #58595b; }

.list-details .description .download-spec a{
  display: block;
  font-weight: 500 !important;
  font-family: "UniversLTStd" !important;
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 12px;
}

.list-details .description .download-spec i{
  display: inline;
}


.list-details .triangle-right {
  display: inline-block;
  vertical-align: unset;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #58595b; }

   
  .quickbuy {
    padding-left: 0px;
    padding-right: 0px; }


/*HOLIDAY*/
.deliverable {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: "UniversLTStd";
    text-align: right;
    visibility: hidden;
    color: #3b5854;
}
.listing .holiday-gift-guide-stamp img.hover {
    display: none;
}
.listing:hover .holiday-gift-guide-stamp img {
    display: none;
}
.listing:hover .holiday-gift-guide-stamp img.hover {
    display: block;
}
.listing:hover .deliverable {
    visibility: visible;
}

/*INTERNATIONAL AVAILABILITY SEGMENTS*/

.availability-msg h2{
    color: #58595b;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    font-size: 1em;
    border-bottom: 1px solid #58595b;
    padding-bottom: 5px;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 700;

}


/*MEDIA QUERY*/

@media (max-width: 1024px) {
    .listing .holiday-gift-guide-stamp img {
        display: none;
    }
    .listing .holiday-gift-guide-stamp img.hover {
        display: block;
    }
    .listing .deliverable {
        visibility: visible;
    }
}

@media (max-width: 1230px) {
  /* .list-details .product-title {
    min-height: 60px; */
  }

  @media screen and (max-width: 880px){
  .listings-wrapper{
  justify-content: space-around;
}
}

@media screen and (max-width: 770px){
    .holiday-gift-guide-stamp img {
        right: auto;
        left: 0px;
    }
    .deliverable {
        text-align: left;
    }

    .listings-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    }

    .listing{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    .list-details{
      width: 250px;
    }

    .listing {
      margin:15px 15px 15px 0px;
    } 
}

@media (max-width: 500px) {
  .list-image {
/*    width: 50%;
*/    margin: 0 auto; } 
  }
