.cvs-pdp {
  /*
	Components
*/
  /* SKU Refinements */
  /*
    All styles for Swatches are defined in skuGroupStyle since they are the same as thumbnails.

    Any changes that need to override should go in here.
*/
  /*
    All styles for Swatches are defined in skuGroupStyle since they are the same as thumbnails.

    Any changes that need to override should go in here.
*/
  /*
	Spin
*/
  /*
	Product Details Accordion
*/
  /*
	Product Details Stationary Menu
*/
  /* @media (max-width:768px){
 .product-tabs > p.text-center{

  margin: 0px 0px 0px 29px !important;

 }

 .product-tabs > p.text-right {
  text-align:left ;
  margin: 0px 0px 0px 0px !important;

 }

 .product-tabs > p.text-left {

  margin: 0px 15px 0px 15px !important;

 }

} */
  /*
	loader
*/
  /*
	Product Details Sticky Menu
*/
  /*
 Basket
*/
  /*shipto*/
  /* SMP#286 - BCC Slot on PDP */
  /*
@media screen and (min-width: 270px) and (max-width:450px){
.quantity-button button {
    float: right;
    border-radius: 0px;
    width: 70%;
}

} */
  /*
 error
*/
  /*
 Brand Widget
*/
  /*
    breadcrumb
*/
  /*bread-crumb*/
  /*
    Gallery
*/
  /*
    Slider
*/
  /*
    Tooltips
*/
  /*
    This is taken from Bootstrap.
*/
  /*
    Form Dropdown
*/
  /*
    Spinner
*/
  /*
    Responsive header mycvs

 */
  /*sub-header*/
  /*product images*/
  /*sku groupings*/
  /*product detail block*/
  /* Button CSS*/
  /*product tab*/
  /*
@media screen and (min-width: 768px) and (max-width:900px){
.col-xs-24.gallery-container,.col-xs-24.detail-bar-tab{
width: 66.66666667%;
}

.sidebar.col-xs-24{
  width: 33.33333333%;

}
} */
}
.cvs-pdp .sku-group {
  /*
    Corresponds to thumbnails and swatches.

    Individual styles in their less stylesheets may override these.
  */
}
.cvs-pdp .sku-group .gallery {
  margin-top: 6px;
}
.cvs-pdp .sku-group .gallery a {
  transition: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 1px solid #6b6b6b;
  margin: 0 7px 7px 0;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}
.cvs-pdp .sku-group .gallery a.active,
.cvs-pdp .sku-group .gallery a:hover {
  border-radius: 0px;
  border: 2px solid #141414;
  overflow: hidden;
}
.cvs-pdp .sku-group .gallery a.notavailable {
  border-radius: 0px;
  border: 1px dashed #000;
  overflow: hidden;
}
.cvs-pdp .sku-group .label {
  font-size: 14px;
  font-weight: 700;
  color: #141414;
  margin: 0;
  padding: 15px 0 0 0;
  font-weight: bold;
}
.cvs-pdp .sku-group .label .value {
  font-weight: normal;
}
.cvs-pdp .sku-refinement-dropdown button {
  font-size: 16px;
  border: 1px solid #818181;
  border-radius: 0px;
  padding: 13px 51px 10px 15px;
  text-align: left;
  background: #ffffff url('../assets/img/select-arrow.png') no-repeat;
  background-position: right 10px center;
  min-width: 140px;
  overflow: hidden;
  color: #000;
  margin-top: 6px;
}
.cvs-pdp .sku-refinement-dropdown button:hover {
  border-width: 2px;
  background: #ffffff url('../assets/img/select-arrow.png') no-repeat;
  background-position: right 10px center;
}
.cvs-pdp .sku-refinement-dropdown button:focus {
  border-width: 2px;
  background: #ffffff url('../assets/img/select-arrow.png') no-repeat;
  background-position: right 10px center;
}
.cvs-pdp .sku-refinement-dropdown.open button {
  border-width: 2px;
  border-color: #000;
}
.cvs-pdp .sku-refinement-dropdown ul.dropdown-menu {
  min-width: 140px;
  margin: 0px;
  border-width: 0px 2px 2px 2px;
  border-color: #000;
  border-radius: 0px;
  padding: 0px;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.cvs-pdp .sku-refinement-dropdown ul.dropdown-menu > li > a {
  font-size: 16px;
  min-width: 136px;
  padding: 13px 20px 10px 15px;
  margin: 0px;
}
.cvs-pdp .sku-refinement-dropdown ul.dropdown-menu > li.disabled > a {
  color: #A1A1A1;
}
.cvs-pdp .sku-refinement-dropdown ul.dropdown-menu > li.disabled > a:hover {
  background-color: #fff;
  cursor: pointer;
}
.cvs-pdp .sku-refinement-dropdown ul.dropdown-menu > li > a:hover {
  background-color: #B8E2EB;
}
.cvs-pdp .sku-refinement-dropdown {
  float: left;
}
.cvs-pdp .gallery a.thumbnail {
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
.cvs-pdp .gallery a.thumbnail.active img,
.cvs-pdp .gallery a.thumbnail:hover img,
.cvs-pdp .gallery a.thumbnail.notavailable img {
  position: absolute;
  top: -1px;
  left: -1px;
}
.cvs-pdp .gallery a.thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 641px) {
  .cvs-pdp .spin {
    width: 300px;
    margin: 0px 0 10px 0;
    font-weight: 300;
  }
  .cvs-pdp .spin .price {
    float: left;
    font-size: 31px;
    color: #505050;
    margin: 25px 0 0 0;
  }
}
.cvs-pdp .spin .sale {
  float: right;
  margin-top: -25px;
  width: 50%;
}
.cvs-pdp .spin .sale .bogo {
  color: #cc0000;
  font-weight: 600;
  display: block;
}
.cvs-pdp .spin .sale h3 {
  color: #cc0000;
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: -3px;
}
.cvs-pdp .spin .sale h3 span {
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
  line-height: 70px;
  letter-spacing: 0;
  margin-left: 3px;
}
.cvs-pdp .spin .sale h3 span i {
  display: block;
  line-height: 0px;
  font-style: normal;
  font-size: 30px;
  position: relative;
  top: 12px;
  color: #cc0000;
}
.cvs-pdp .spin .sale p {
  color: #878787;
  font-weight: 700;
  margin: -23px 0 0 0;
  padding: 0;
  line-height: 16px;
}
.cvs-pdp .spin .sale p.bogoValueDesc {
  margin: 0px;
}
.cvs-pdp .spin .price span {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 10px 0;
}
.cvs-pdp .spin .price p {
  font-size: 12px;
  margin: 3px 0 0 5px;
  color: #878787;
}
.cvs-pdp .spin .price sup.pdp-list-price {
  top: 2px;
}
.cvs-pdp .spin .sale.xForAmount h3 {
  font-size: 14px;
}
.cvs-pdp .spin .sale.xForAmount h3 span.dollarValue {
  font-size: 60px;
  letter-spacing: -2px;
}
.cvs-pdp .spin .sale.xForAmount h3.value sup.subValue {
  letter-spacing: -2px;
}
.cvs-pdp .spin .sale.xForAmount h3 span {
  line-height: 24px;
}
.cvs-pdp .spin .sale h3.value span.bogoAmountOffOff {
  margin-left: -33px;
  font-weight: normal;
}
.cvs-pdp .spin .sale .save.amountOff {
  color: #c00;
  font-weight: 600;
  font-size: 22px;
}
.cvs-pdp .spin .sale p.amountOff {
  margin-top: 0px;
}
.cvs-pdp .spin .sale.amountOff h3.value sup.subValue1 {
  margin-left: -17px;
  letter-spacing: -3px;
}
.cvs-pdp .spin .sale.amountOff h3.value sup.subValue2 {
  letter-spacing: -2px;
  margin-left: -14px;
}
.cvs-pdp .spin .price.xForAmount {
  margin-top: 51px;
}
.cvs-pdp .spin .sale p.bogoValue {
  margin-top: 0px;
}
.cvs-pdp .spin .sale.bogoAmountOff h3.value {
  float: left;
  clear: both;
  margin-top: 0px;
}
.cvs-pdp .spin .sale.bogoAmountOff h3.value sup {
  top: 14px;
}
.cvs-pdp .spin .sale.bogoAmountOff h3.value .subValue1 {
  padding-left: 16px;
  letter-spacing: -3px;
}
.cvs-pdp .spin .sale.bogoAmountOff h3.value .offoff {
  margin-left: 34px;
}
.cvs-pdp .clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
}
.cvs-pdp .link {
  float: right;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.cvs-pdp .spin .sale h3.value sup {
  font-size: 30px;
  position: relative;
  top: -21px;
}
.cvs-pdp .spin .price i {
  font-style: normal;
  text-decoration: line-through;
}
.cvs-pdp .spin .price sup {
  font-size: 16px;
  position: relative;
  top: -10px;
  left: 5px;
  text-decoration: line-through;
  color: #878787;
}
.cvs-pdp .spin .sale h3.value {
  margin: 2px 0 5px 0;
  letter-spacing: 0px;
}
.cvs-pdp .spin .sale h3.no-numbers {
  font-size: 45px;
  line-height: 35px;
  letter-spacing: 0px;
  margin: 2px 0 30px 0;
}
.cvs-pdp .spin .sale h3.value sup.subValue {
  letter-spacing: 0px;
}
.cvs-pdp .link a {
  color: #141414;
  font-weight: 600;
}
.cvs-pdp .link img {
  margin: 0 -1px -2px 3px;
}
.cvs-pdp .spin .sale h3.value .subValue1 {
  letter-spacing: 0px;
  color: #cc0000;
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  top: 0px;
}
.cvs-pdp .spin .sale .save {
  color: #878787;
  font-weight: 400;
  display: block;
  font-size: 14px;
}
.cvs-pdp .spin .sale h3.value1 {
  letter-spacing: -3px !important;
}
@media only screen and (max-width: 641px) {
  .cvs-pdp .spin {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .cvs-pdp .spin .price {
    float: left;
    font-size: 31px;
    color: #505050;
    margin: 25px 0 0 0;
  }
}
.cvs-pdp .ie .spin .sale h3.value sup {
  font-size: 30px;
  position: relative;
  top: -18px;
}
.cvs-pdp .view-deal-detail {
  display: none;
}
@media (min-width: 640px) {
  .cvs-pdp .accordion-item {
    margin-top: 40px;
  }
  .cvs-pdp .accordion-item:first-child {
    margin-top: 0;
  }
  .cvs-pdp .product-details-accordion {
    margin-bottom: 40px;
  }
}
.cvs-pdp .product-details-accordion .accordion-items section .description h2 {
  font-weight: 300;
  font-size: 32px;
  color: #141414;
  margin: 0 0 30px 0;
}
.cvs-pdp h3.skuName {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .cvs-pdp .product-details-accordion .accordion-items section {
    background-size: 10px 15px !important;
    background-position: 40px 12px !important;
  }
  .cvs-pdp .product-details-accordion .accordion-items section.inactive {
    background: #fbfbfb url('../assets/img/arrow-right.png') no-repeat;
  }
  .cvs-pdp .product-details-accordion .accordion-items section.active {
    background: #ffffff url('../assets/img/arrow-down.png') no-repeat;
    background-size: 15px 12px !important;
    background-position: 36px 12px !important;
  }
  .cvs-pdp .product-details-accordion .accordion-items section h2.title {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 8px 0;
    padding-left: 60px;
    cursor: pointer;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #f4f4f4;
    color: #141414;
  }
  .cvs-pdp .product-details-accordion .accordion-items section .description {
    padding: 8px 36px 25px;
  }
  .cvs-pdp .product-details-accordion .accordion-items:last-child {
    border-bottom: 1px solid #b4b4b4;
  }
  .cvs-pdp .body-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cvs-pdp .body-container .product-main-tab {
    margin-right: 0;
  }
  .cvs-pdp .body-container .product-top-container {
    padding-left: 0;
    padding-right: 0;
  }
  .cvs-pdp .body-container .product-top-container .gallery-container {
    margin-bottom: 20px;
  }
  .cvs-pdp .body-container .product-top-container .gallery-container,
  .cvs-pdp .body-container .product-top-container .sidebar {
    padding-left: 29px;
    padding-right: 20px;
  }
  .cvs-pdp .body-container .product-top-container .detail-bar-tab {
    padding-right: 0;
  }
}
.cvs-pdp .productDetailsTabWrapper {
  margin: auto;
  max-width: 100%;
}
.cvs-pdp nav li,
.cvs-pdp nav ul {
  list-style: none;
  margin-top: 0px;
  margin-right: 32px;
  margin-left: -6px;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.cvs-pdp .productDetailsTab {
  display: inline-block;
  margin: 0 10px 0 0;
}
.cvs-pdp .product-tab-non-sticky {
  clear: both;
  border-top: 1px solid #cccccc;
}
.cvs-pdp .product-tabs-container .product-tab-non-sticky {
  margin-top: 0px;
}
.cvs-pdp .product-tabs-container .product-tab-non-sticky {
  margin-top: 30px;
}
.cvs-pdp nav a:hover {
  text-decoration: none;
  color: red;
  font-family: sans-serif;
  border: 5px;
  /* border-color:azure;*/
  margin: 10px;
}
.cvs-pdp .brand-shop {
  float: right;
  margin: 40px 0 0 0;
  color: red;
}
.cvs-pdp p.tableheading {
  font-size: 18px;
  color: #141414;
  margin: 30px 0px 20px 0px;
}
.cvs-pdp table.nutritionalFacts {
  border: 1px solid #efefef;
  background-color: #f9f9f9;
}
.cvs-pdp table.nutritionalFacts td {
  border: 1px solid #efefef;
}
.cvs-pdp table.nutritionalFacts .thead {
  background-color: #efefef;
  font-weight: bold;
}
.cvs-pdp .StatinaryTabStyle {
  font-weight: 300;
  font-size: 32px;
  font-color: #141414;
}
.cvs-pdp .tabContentStyle {
  font-size: 14px !important;
  font-color: #545454 !important;
  width: auto;
  word-wrap: break-word;
}
.cvs-pdp .product-tab-anchor-holder,
.cvs-pdp .product-tab-anchor-holder a {
  color: #323232;
  text-decoration: none;
}
.cvs-pdp .product-tab-anchor-holder a:hover {
  color: #cc0000;
  text-decoration: none;
}
.cvs-pdp .product-main-tab {
  margin-top: 20px;
}
.cvs-pdp .product-tabs-container {
  margin: 30px auto;
}
.cvs-pdp .product-tabs {
  /*    max-width: 940px;*/
  border-top: 1px solid #cccccc;
  /*    padding: 10px 0 0 0;
    margin: 50px auto;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #525252;
  text-align: justify;
}
.cvs-pdp .product-tab-non-sticky {
  clear: both;
  border-top: 1px solid #cccccc;
  padding-bottom: 40px;
}
.cvs-pdp .product-tab-non-sticky .product-tabs {
  border-top: 0px solid #cccccc;
  padding-top: 10px;
  color: #525252;
}
.cvs-pdp .product-tabs:after {
  display: inline-block;
  content: "";
  width: 100%;
}
@media (min-width: 768px) {
  .cvs-pdp .product-tabs > p {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 0px;
    width: 25% !important;
    float: left;
  }
}
.cvs-pdp .product-tabs > p:hover {
  color: #cc0000;
}
.cvs-pdp .detail-bar-tab {
  padding: 10px 17px 0px 20px;
}
.cvs-pdp .detail-bar-tab > row {
  margin-right: 0px;
}
.cvs-pdp .product-info-tab {
  margin: 0 0 50px;
}
.cvs-pdp .product-info-tab > .StatinaryTabStyle {
  margin: 0 0 20px 0;
}
.cvs-pdp .product-info-2 > table {
  width: 99%;
}
.cvs-pdp .product-info-2 > tr {
  width: auto;
}
.cvs-pdp .productDetailsContainer {
  font-size: 14px;
}
.cvs-pdp .product-details {
  margin-top: -45px;
  padding-left: 0;
}
@media (max-width: 640px) {
  .cvs-pdp .product-details {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
  .cvs-pdp .product-main-tab .productDetailsContainer {
    display: none;
  }
}
.cvs-pdp .product-details-section .description h2 {
  font-weight: 300;
  font-size: 32px;
  color: #141414;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .cvs-pdp .product-tabs > p {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 0px;
  }
}
.cvs-pdp .brand-shop {
  float: right;
  font-weight: 700;
  font-size: 12px;
  color: #141414;
  margin: 40px 0 0 0;
}
.cvs-pdp .brand-shop .brand-image {
  padding: 0 10px;
}
.cvs-pdp .brand-image {
  position: relative;
}
.cvs-pdp .brand-shop p {
  position: relative;
  top: -4px;
  display: inline;
  z-index: 1;
}
.cvs-pdp .brand-shop p a {
  color: #141414;
  text-decoration: none;
}
.cvs-pdp .brand-shop p img {
  margin: 0 -1px -2px 0;
}
.cvs-pdp .unscrolled-content .product-tabs.sticky-menu-header p {
  float: none;
  width: auto !important;
}
@media (min-width: 900px) {
  .cvs-pdp p.product-tab-anchor-holder.text-left.tab {
    padding-left: 7px !important;
  }
  .cvs-pdp p.product-tab-anchor-holder.text-center.tab {
    padding-left: 15px !important;
  }
  .cvs-pdp p.product-tab-anchor-holder.text-left.tab.no-directions {
    padding-left: 5px !important;
  }
  .cvs-pdp p.product-tab-anchor-holder.text-center.tab.no-ingrediants {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .cvs-pdp p.product-tab-anchor-holder.text-center {
    margin-right: 10px;
    padding-left: 20px;
  }
  .cvs-pdp p.product-tab-anchor-holder.text-left {
    margin-left: -10px;
  }
  .cvs-pdp p.product-tab-anchor-holder.text-center.tab.no-ingrediants {
    text-align: left !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
  }
}
.cvs-pdp .product-tabs.only-details-tab {
  display: none;
}
.cvs-pdp .loadingBar {
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.cvs-pdp .loader {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0%;
  width: 100%;
  z-index: 9998;
  opacity: 1;
}
.cvs-pdp .blur-on-load {
  opacity: 0.1;
}
.cvs-pdp .product-tabs-overlay-container {
  background: #fff;
  min-width: 641px;
  max-width: 960px;
  width: 95%;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 3px 3px -2px #e9e5e5;
  z-index: 10;
  position: fixed;
  top: 0px;
  opacity: .95;
}
.cvs-pdp .product-tabs-overlay-container.scrolled-content {
  -webkit-transition: all .5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-transition: all .5s;
  /* Firefox < 16 */
  -ms-transition: all .5s;
  /* Internet Explorer */
  -o-transition: all .5s;
  /* Opera < 12.1 */
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}
.cvs-pdp .product-tabs-overlay-container.unscrolled-content {
  -webkit-transition: all .5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-transition: all .5s;
  /* Firefox < 16 */
  -ms-transition: all .5s;
  /* Internet Explorer */
  -o-transition: all .5s;
  /* Opera < 12.1 */
  transition: all .5s;
  opacity: .95;
  visibility: visible;
}
.cvs-pdp .product-tabs-overlay h1 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 5px 16px;
  width: 444px;
  /*height:56px;*/
  height: auto;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cvs-pdp .product-tabs-overlay span.image {
  position: absolute;
  top: 6px;
  left: 0;
}
.cvs-pdp .product-tabs-overlay .price {
  position: absolute;
  top: 16px;
  left: 69%;
  font-size: 31px;
  color: #505050;
}
.cvs-pdp .product-tabs-overlay .top-button {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  background: #f4f4f4;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
}
.cvs-pdp .product-tabs-overlay .top-button img {
  width: 20px;
  vertical-align: baseline;
  margin-bottom: -2px;
}
.cvs-pdp .product-tabs-overlay .price sup {
  font-size: 16px;
  position: relative;
  top: -7px;
  left: 5px;
  text-decoration: line-through;
  vertical-align: 4px;
}
.cvs-pdp .product-tabs-overlay .product-tabs {
  padding: 0 0 0 10px;
  max-width: 960px;
  clear: both;
}
.cvs-pdp .product-tabs-overlay .product-tabs:after {
  display: block;
}
.cvs-pdp .product-tabs-overlay .product-tabs p {
  padding: 5px;
  margin: 0 16px 0 0;
  text-decoration: none;
}
.cvs-pdp .product-tabs-overlay .product-tabs p:hover {
  margin: 0 16px 0 0;
  text-decoration: none;
  background-color: #f2f2f2;
  color: black;
}
.cvs-pdp .product-tabs-overlay .product-tabs p:hover > a {
  color: #141414;
  text-decoration: none;
}
.cvs-pdp .product-tabs-overlay .product-tabs span {
  padding: 5px 10px;
  margin: 0 25px 0 0;
}
.cvs-pdp .product-tabs-overlay .reviews {
  float: none;
  display: inline;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.cvs-pdp .product-tabs-overlay .reviews img {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 1em;
  outline: none;
  border-color: #000000;
  border: none;
  background: transparent;
}
.cvs-pdp .product-tabs-overlay .reviews p {
  font-weight: 700;
  font-size: 12px;
  color: #141414;
  display: inline;
  padding: 0 0 0 10px;
  position: relative;
  top: -2px;
}
.cvs-pdp .product-tabs-overlay .reviews p i {
  font-style: normal;
  color: #878787;
}
.cvs-pdp .top-button {
  display: block;
  padding: 10px;
}
.cvs-pdp .sticky-menu-header a,
.cvs-pdp .sticky-menu-header a:hover {
  color: black !important;
  text-decoration: none !important;
}
.cvs-pdp .product-tabs-overlay .product-img {
  float: left;
  padding: 5px 0;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .cvs-pdp .product-tabs-overlay h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 5px 16px;
    width: 400px;
    /* height: 56px; */
    height: auto;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.cvs-pdp .quantity-button {
  clear: both;
}
.cvs-pdp .quantity {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 0px;
}
.cvs-pdp input.quantity {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px !important;
  height: 45px !important;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 0px;
  font-size: 16px;
  color: #141414;
  box-sizing: border-box;
  border-radius: 0px;
}
.cvs-pdp input.quantity-plus {
  position: absolute;
  top: 0;
  left: 39px;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-top-right-radius: 0px;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0px;
  padding: 0px;
}
.cvs-pdp input.quantity-minus {
  position: absolute;
  top: 22px;
  left: 39px;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-bottom-right-radius: 0px;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0px;
  padding: 0px;
}
.cvs-pdp .quantity-button p {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.cvs-pdp .quantity-button button {
  float: right;
  border-radius: 0px;
  width: 75%;
}
.cvs-pdp .quantity-button .quantity-head {
  color: #585858;
}
.cvs-pdp .shipto-container {
  /*        width: 100%;
    margin: 20px 0 0 0;*/
  background: #fafafa;
  position: relative;
  border: 1px solid #f4f4f4;
  margin-top: 10px;
}
.cvs-pdp .shipto-container:after,
.cvs-pdp .shipto-container:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cvs-pdp .shipto-container:after {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fafafa;
  border-width: 10px;
  margin-left: -10px;
}
.cvs-pdp .shipto-container:before {
  border-color: rgba(244, 244, 244, 0);
  border-bottom-color: #f4f4f4;
  border-width: 11px;
  margin-left: -11px;
}
.cvs-pdp .shipto-container a:hover {
  color: #cc0000;
  text-decoration: none;
}
.cvs-pdp .shipto-container h3 {
  background: #f0f0f0;
  margin: 5px;
  padding: 8px;
  font-weight: 500;
  color: #141414;
  font-size: 1.33em;
}
.cvs-pdp .shipto-container h3 span {
  color: #141414;
  font-weight: bold;
  margin: 1px 0 0 0;
  padding: 0;
  font-size: 12px;
  float: right;
  cursor: pointer;
}
.cvs-pdp .shipto-container h3 img {
  margin: 0 -1px -2px 0;
}
.cvs-pdp .shipto-container .shipnsave {
  padding: 0px 13px 5px 13px;
  color: #141414;
}
.cvs-pdp .shipto-container .shipnsave > label {
  margin-top: 5px;
}
.cvs-pdp .shipto-container .shipnsave label {
  line-height: 22px;
}
.cvs-pdp .shipto-container label strong {
  color: #cc0000;
}
.cvs-pdp .shipto-container label.selected {
  font-weight: bold;
  color: #545454;
  background-color: inherit;
}
.cvs-pdp .shipto-container .shipnsave label strong {
  display: block;
  font-style: normal;
  color: #878787;
  font-size: 12px;
  width: 88%;
  margin-left: 35px;
}
.cvs-pdp .shipto-container .shipnsave span.learnmore {
  display: block;
  font-weight: bold;
  color: #141414;
  font-size: 12px;
  margin-top: 7px;
  margin-left: 35px;
  cursor: pointer;
}
.cvs-pdp .shipto-container span.learnmore:hover {
  color: #cc0000;
}
.cvs-pdp .shippingoptions {
  padding: 0 12px 0px 12px;
}
.cvs-pdp .shippingoptions hr {
  height: 1px;
  margin: 20px 0 0 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.cvs-pdp .shippingoptions p {
  margin: 10px 0 0 28px;
}
.cvs-pdp .shippingoptions p a,
.cvs-pdp .shippingoptions p span {
  font-weight: 700;
  font-size: 12px;
  color: #141414;
  cursor: pointer;
}
.cvs-pdp .shippingoptions div.pick-up-cvs {
  margin: 10px 0 0 35px;
}
.cvs-pdp .shippingoptions div.pick-up-cvs .findInAnotherStore {
  margin-top: 7px;
}
.cvs-pdp .shippingoptions .findInAnotherStore {
  margin-top: 7px;
  margin-left: 18px;
}
.cvs-pdp .shippingoptions div p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.cvs-pdp .shippingoptions div.address {
  text-transform: uppercase;
}
.cvs-pdp .shippingfrequency p {
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #141414;
}
.cvs-pdp .shippingfrequency .form-dropdown {
  margin: 0px 0px 7px 16px;
}
.cvs-pdp .shipnsave.active {
  position: relative;
  background: #f0f0f0;
  border-top: 1px solid #d5d5d5;
  margin-top: 17px;
}
.cvs-pdp .shipnsave.active > label {
  margin-top: 13px;
}
.cvs-pdp .shipnsave.active:after,
.cvs-pdp .shipnsave.active:before {
  bottom: 100%;
  left: 48%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cvs-pdp .shipnsave.active:after {
  border-color: rgba(240, 240, 240, 0);
  border-bottom-color: #f0f0f0;
  border-width: 10px;
  margin-left: -10px;
}
.cvs-pdp .shipnsave.active:before {
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #d5d5d5;
  border-width: 11px;
  margin-left: -11px;
}
.cvs-pdp .shipto-container .online-exclusive {
  float: right;
  font-size: 12px;
  line-height: 12px;
  color: #cc0000;
  background: #fadb06;
  border: 1px solid #e1c505;
  border-radius: 3px;
  border-top: none;
  text-align: center;
  padding: 5px 20px;
  position: relative;
  top: -3px;
  font-weight: bold;
}
.cvs-pdp .shipto-container .no-option {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
}
.cvs-pdp .shipto-container .out-of-stock {
  font-size: 14px;
  font-weight: 400;
  color: #838383;
}
.cvs-pdp label {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  color: #141414;
  margin-top: 15px;
  line-height: 23px;
}
.cvs-pdp label.checked {
  font-weight: 700;
}
.cvs-pdp label.disabled {
  color: #a1a1a1;
}
.cvs-pdp input[type=text] {
  color: #646464;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #D0CBCB;
  border-radius: 0px;
  font-weight: 400;
  width: 75%;
  height: 44px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 10px;
  text-align: left;
}
.cvs-pdp input[type="checkbox"] {
  display: none;
}
.cvs-pdp label > input[type="checkbox"] + i {
  font-style: italic;
}
.cvs-pdp label > input[type="checkbox"] + span {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #818181;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  float: left;
  background: #fff;
  box-sizing: border-box;
}
.cvs-pdp label > input[type="checkbox"]:checked + span {
  border: 1px solid #35baaa;
  background: url('../assets/img/check-on.png') no-repeat #35baaa;
  background-size: 14px 14px;
  background-position: 4px 4px;
}
.cvs-pdp label:hover > input[type="checkbox"] + span {
  border: 2px solid #818181;
}
.cvs-pdp label:hover > input[type="checkbox"]:checked + span {
  border: 1px solid #818181;
}
.cvs-pdp input[type="radio"] {
  display: none;
}
.cvs-pdp label > input[type="radio"]:checked {
  width: 24px;
  height: 24px;
  border: 1px solid #818181;
  background: #fff;
  color: #585858;
}
.cvs-pdp label > input[type="radio"] + span {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #818181;
  border-radius: 12px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  float: left;
  background: #fff;
  box-sizing: border-box;
}
.cvs-pdp label.disabled > input[type="radio"] + span {
  background-color: #eee;
  border: 1px solid #d0d0d0;
}
.cvs-pdp label:hover > input[type="radio"] + span {
  border: 2px solid #818181;
}
.cvs-pdp label:hover > input[type="radio"]:checked + span {
  border: 1px solid #818181;
}
.cvs-pdp label.disabled:hover > input[type="radio"] + span {
  border: 1px solid #d0d0d0;
}
.cvs-pdp label > input[type="radio"]:checked + span span {
  width: 14px;
  height: 14px;
  border: none;
  background: #36baaa;
  display: block;
  border-radius: 7px;
  margin: 4px;
  color: #585858;
}
.cvs-pdp label > input[type="radio"] > i {
  font-style: normal;
  color: #cc0000;
}
.cvs-pdp label.exclusive {
  font-weight: bold;
  color: #141414;
  margin: 0px;
}
.cvs-pdp a#view_basket_button {
  padding: 12px;
}
.cvs-pdp .shippingType {
  color: #808080;
  font-weight: bold;
}
.cvs-pdp .shippingType1 {
  color: #000000;
  font-weight: bold;
}
.cvs-pdp .shippingBccDiv {
  margin-left: 35px;
  margin-top: 5px;
}
.cvs-pdp .shippingBccDivMargin {
  margin-top: 5px;
  margin-left: 0px;
}
@media (min-width: 640px) {
  .cvs-pdp .error-content {
    border: 2px solid red;
    /* padding: 3px 0px; */
    margin-left: 2px;
    margin-right: 2px;
    max-width: 540px;
    /* max-width: 940px; */
    /* margin: 0px auto; */
    margin-bottom: 72px;
    height: 146px;
  }
  .cvs-pdp .error-container {
    max-width: 940px;
    margin: 0px auto;
    padding: 0px 12px;
  }
  .cvs-pdp .button-style {
    float: right;
    width: 90%;
    margin: 24px 0px;
  }
  .cvs-pdp .headerColumn {
    max-width: 1000px;
    padding: 0px 45px;
    margin: 0px auto;
  }
  .cvs-pdp .breadcrumb1 {
    padding-top: 3px;
    display: block;
    overflow: hidden;
    font-size: 11px;
  }
  .cvs-pdp .floatContainer {
    overflow: hidden;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .cvs-pdp .breadcrumb li.col1 {
    padding-left: 0;
  }
  .cvs-pdp .breadcrumb li {
    padding: 0 2px;
    color: #585858;
    list-style: none;
  }
  .cvs-pdp a {
    text-decoration: none;
  }
  .cvs-pdp .floatList li {
    list-style: none;
    display: inline;
  }
  .cvs-pdp .floatLeft {
    float: left;
    padding: 0px 2px;
  }
  .cvs-pdp .shopHeading {
    margin: 12px 0 28px 0;
    font-size: 48px;
    color: #CC0000;
    font-weight: bold;
  }
  .cvs-pdp .error-message {
    float: right;
    width: 85%;
    margin-top: 16px;
    margin-right: 24px;
    font-weight: bold;
  }
}
.cvs-pdp .error-image {
  width: 10%;
  float: left;
}
.cvs-pdp .error-image img {
  padding: 0px 6px;
  margin-top: 4px;
}
@media (max-width: 640px) {
  .cvs-pdp .error-content {
    border: 2px solid red;
    padding: 2px 0px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .cvs-pdp .error-message {
    float: right;
    width: 85%;
    margin-top: 12px;
    margin-bottom: 4px;
    margin-right: 8px;
    font-weight: bold;
  }
  .cvs-pdp .headerColumn {
    max-width: 1000px;
    padding-bottom: 20px;
    margin: 0px auto;
    display: block;
  }
  .cvs-pdp .breadcrumb1 {
    padding-top: 3px;
    display: block;
    overflow: hidden;
    font-size: 11px;
  }
  .cvs-pdp .basket-items {
    background: #f0f0f0;
    margin: 5px;
    padding: 8px;
    height: 25px;
    border-radius: 0px;
    padding-bottom: 23px;
  }
  .cvs-pdp .basket-items img {
    /* padding-right:6px; */
  }
  .cvs-pdp .badge {
    margin-right: 3px;
  }
  .cvs-pdp .right-image {
    float: right;
    margin-right: 3px;
  }
  .cvs-pdp .redirect-Button {
    color: #323232;
    text-decoration: none;
    margin-left: 3px;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 0;
    cursor: pointer;
  }
  .cvs-pdp .floatContainer {
    overflow: hidden;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .cvs-pdp .breadcrumb li.col1 {
    padding-left: 0;
  }
  .cvs-pdp .breadcrumb li {
    padding: 0 2px;
    color: #585858;
    list-style: none;
  }
  .cvs-pdp a {
    text-decoration: none;
  }
  .cvs-pdp .floatList li {
    list-style: none;
    display: inline;
  }
  .cvs-pdp .floatLeft {
    float: left;
    padding: 0px 2px;
  }
}
.cvs-pdp .compare-and-save {
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #d6d6d6;
  text-align: center;
}
.cvs-pdp .compare-and-save h2 {
  color: #404040;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  text-align: left;
}
.cvs-pdp .compare-and-save a {
  color: #141414;
  text-decoration: none;
}
.cvs-pdp .compare-and-save img {
  margin: 10px 0;
}
.cvs-pdp .compare-and-save p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.cvs-pdp .compare-and-save .details-reviews {
  margin: 10px 0;
}
.cvs-pdp .details-reviews {
  padding: 0 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  padding: 0 0 5px 0;
  cursor: pointer;
}
.cvs-pdp .details-reviews span {
  padding: 0 16px 0 0;
  white-space: nowrap;
}
.cvs-pdp .compare-and-save .details-reviews .reviews {
  margin: 10px 0;
  float: none ;
  width: auto;
  padding-left: 100px;
}
.cvs-pdp .compare-and-save .details-reviews img {
  margin: 0;
}
.cvs-pdp .compare-and-save .details-reviews .reviews p {
  padding: 0 0 0 10px;
}
.cvs-pdp .compare-and-save .price {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.cvs-pdp .compare-and-save .price span {
  /* font-size: 24px;
  font-weight:bold;
  margin: 0 0 20px 0;
*/
}
.cvs-pdp .brandwidget-price {
  color: grey;
  font-size: 14px;
  font-weight: normal;
}
.cvs-pdp .compare-and-save button {
  padding: 0 55px;
}
.cvs-pdp .details-reviews .reviews p {
  font-weight: 600;
  font-size: 12px;
  color: #141414;
  display: inline;
  padding: 0 0 0 10px;
}
.cvs-pdp .bread-crumb {
  margin-left: -2px;
  font-size: 12px;
}
.cvs-pdp .bread-crumb a {
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0;
}
.cvs-pdp .bread-crumb a {
  color: #323232;
  text-decoration: none;
  margin-left: 3px;
}
.cvs-pdp .bread-crumb a:after {
  content: '|';
  margin: 0 0 0 3px;
}
.cvs-pdp .bread-crumb a.last:after {
  content: '';
}
.cvs-pdp .bread-crumb a:last-child:after {
  content: '';
}
.cvs-pdp .media-gallery {
  /*
  .gallery {
    max-width: 63%;
    margin: 20px 0 20px 0;
    position: relative;
    overflow-x: hidden;
  }
  .gallery .top-rated-container {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -20px;
    margin-left: 35px;
  }
  .gallery .top-rated {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #cc0000;
    background: #fadb06;
    border: 1px solid #e1c505;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: none;
    text-align: center;
    padding: 5px 20px;
  }
  .thumbnails {
    float: left;
  }
  .thumbnails span {
    cursor: pointer;
    width: 66px;
    height: 66px;
    border: 3px solid #fff;
    display: block;
    margin: 0 0 8px 0;
    z-index: 9999;
   }

  .thumb-nails span.hide {
    display: none;
  }
  .thumbnails span img {
    /*width: 60px;
    height: 60px;*/
  /* }


  .thumbnails span:hover,
  .thumbnails span.active {
    border: 3px solid #909090;
  }

  .product-image {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .product-image span img {
    width: 224px;
    height: 224px;
    position: relative;

  }
  .product-image span {
    display: none;
  }
  .product-image span.active {
    display: block;
  }

  .large-image {
    margin: 0 auto;
    width: 40%;
  }

  .large-image img {
    position: relative;
    top: 70px;
  }


  */
}
@media screen and (min-width: 900px) {
  .cvs-pdp .media-gallery .large-image img {
    /* top: 63px; */
  }
}
.cvs-pdp .media-gallery .gallery {
  max-width: 63%;
  margin: 20px 0 20px 0;
  position: relative;
  overflow-x: hidden;
}
.cvs-pdp .media-gallery .gallery .top-rated-container {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -20px;
  margin-left: 35px;
}
.cvs-pdp .media-gallery .gallery .top-rated {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #cc0000;
  background: #fadb06;
  border: 1px solid #e1c505;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: none;
  text-align: center;
  padding: 5px 20px;
}
.cvs-pdp .media-gallery .thumb-nails {
  padding-left: 10px;
  float: left;
}
.cvs-pdp .media-gallery .thumb-nails .thumb-nail {
  cursor: pointer;
  width: 66px;
  height: 66px;
  border: 3px solid #fff;
  display: block;
  margin: 0 0 8px 0;
  z-index: 9999;
}
.cvs-pdp .media-gallery .thumb-nails .thumb-nail.hide {
  display: none;
}
.cvs-pdp .media-gallery .thumb-nails .thumb-nail img {
  /*width: 60px;
    height: 60px;*/
}
.cvs-pdp .media-gallery .thumb-nails .thumb-nail:hover,
.cvs-pdp .media-gallery .thumb-nails .thumb-nail.active {
  border: 3px solid #909090;
}
.cvs-pdp .media-gallery .product-image {
  width: 100%;
  height: auto;
  text-align: center;
}
.cvs-pdp .media-gallery .product-image span img {
  width: 224px;
  height: 224px;
  position: relative;
}
.cvs-pdp .media-gallery .product-image span {
  display: none;
}
.cvs-pdp .media-gallery .product-image span.active {
  display: block;
}
.cvs-pdp .media-gallery .large-image {
  margin: 0 auto;
  width: 89%;
  text-align: center;
}
.cvs-pdp .media-gallery .large-image img {
  position: relative;
  margin: 0 auto;
  margin-top: 63px;
}
.cvs-pdp .media-carousel {
  display: none;
}
@media screen and (max-width: 900px) {
  .cvs-pdp .media-carousel {
    display: inline;
  }
  .cvs-pdp .media-gallery {
    display: none;
  }
}
.cvs-pdp .carousel-indicators {
  margin-bottom: -66px;
}
.cvs-pdp .carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  margin: 0 4px !important;
  border-color: #ccc !important;
}
.cvs-pdp .carousel-indicators li.active {
  background-color: #ccc;
}
.cvs-pdp .carousel-control.left,
.cvs-pdp .carousel-control.right {
  opacity: 1;
  background-size: 20px 27px;
  background-repeat: no-repeat;
}
.cvs-pdp .carousel-control.left span,
.cvs-pdp .carousel-control.right span {
  display: none;
}
.cvs-pdp .carousel-control.left {
  background-image: url('../assets/img/arrow-left.png');
  background-position: 0px 88px;
}
.cvs-pdp .carousel-control.right {
  background-image: url('../assets/img/arrow-right.png');
  background-position: 100% 88px;
}
.cvs-pdp .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.cvs-pdp .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.cvs-pdp .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.cvs-pdp .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.cvs-pdp .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cvs-pdp .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.cvs-pdp .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.cvs-pdp .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cvs-pdp .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.cvs-pdp .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.cvs-pdp .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.cvs-pdp .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.cvs-pdp .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.cvs-pdp .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.cvs-pdp .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.cvs-pdp .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.cvs-pdp .form-dropdown button {
  font-size: 16px;
  border: 1px solid #818181;
  border-radius: 0px;
  padding: 13px 59px 10px 15px;
  text-align: left;
  background: #ffffff url('../assets/img/select-arrow.png') no-repeat;
  background-position: right 10px center;
  min-width: 140px;
  overflow: hidden;
  color: #000;
  margin-top: 6px;
}
.cvs-pdp .form-dropdown button:hover {
  border-width: 2px;
  background: #ffffff url('../assets/img/select-arrow.png') no-repeat;
  background-position: right 10px center;
}
.cvs-pdp .form-dropdown.open button {
  border-width: 2px;
  border-color: #000;
}
.cvs-pdp .form-dropdown ul.dropdown-menu {
  min-width: 140px;
  margin: 0px;
  border-width: 0px 2px 2px 2px;
  border-color: #000;
  border-radius: 0px;
  padding: 0px;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cvs-pdp .form-dropdown ul.dropdown-menu > li > a {
  font-size: 16px;
  min-width: 136px;
  padding: 13px 20px 10px 15px;
  margin: 0px;
}
.cvs-pdp .form-dropdown ul.dropdown-menu > li.disabled > a {
  color: #A1A1A1;
}
.cvs-pdp .form-dropdown ul.dropdown-menu > li.disabled > a:hover {
  background-color: #fff;
  cursor: pointer;
}
.cvs-pdp .form-dropdown ul.dropdown-menu > li > a:hover {
  background-color: #B8E2EB;
}
.cvs-pdp #spinngerG {
  position: relative;
  width: 27px;
  height: 33px;
  margin: 3px auto;
  display: block;
}
.cvs-pdp .blockG {
  position: absolute;
  background-color: #ffffff;
  width: 4px;
  height: 10px;
  border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  animation-name: fadeG;
  -o-animation-name: fadeG;
  -ms-animation-name: fadeG;
  -webkit-animation-name: fadeG;
  -moz-animation-name: fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
.cvs-pdp #rotateG_01 {
  left: -1px;
  top: 12px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.cvs-pdp #rotateG_02 {
  left: 2px;
  top: 4px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.cvs-pdp #rotateG_03 {
  left: 10px;
  top: 1px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.cvs-pdp #rotateG_04 {
  right: 5px;
  top: 4px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.cvs-pdp #rotateG_05 {
  right: 2px;
  top: 12px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.cvs-pdp #rotateG_06 {
  right: 5px;
  bottom: 3px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.cvs-pdp #rotateG_07 {
  bottom: 0;
  left: 10px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.cvs-pdp #rotateG_08 {
  left: 2px;
  bottom: 3px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
@keyframes fadeG {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #e78990;
  }
}
@-o-keyframes fadeG {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #e78990;
  }
}
@-ms-keyframes fadeG {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #e78990;
  }
}
@-webkit-keyframes fadeG {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #e78990;
  }
}
@-moz-keyframes fadeG {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #e78990;
  }
}
.cvs-pdp #dMyCVS {
  display: table;
  background: none;
  border: 1px solid #e0e0e0;
  padding: 8px;
  border-radius: 8px;
  color: #585858;
  width: 100%;
  margin-bottom: 20px;
}
.cvs-pdp #dMyCVS .cvs-storepickup-icon {
  float: left;
  font-size: 14px;
  clear: both;
  width: 40%;
}
.cvs-pdp #dMyCVS .address {
  margin: 0px;
}
.cvs-pdp #dMyCVS .cvs_store_logo_selector {
  float: right;
  width: 60%;
}
.cvs-pdp #dMyCVS .chgStore {
  margin: 0px;
}
@media (min-width: 640px) {
  .cvs-pdp #dMyCVS {
    display: none !important;
  }
}
.cvs-pdp html,
.cvs-pdp body,
.cvs-pdp div,
.cvs-pdp span,
.cvs-pdp applet,
.cvs-pdp object,
.cvs-pdp iframe,
.cvs-pdp h1,
.cvs-pdp h2,
.cvs-pdp h3,
.cvs-pdp h4,
.cvs-pdp h5,
.cvs-pdp h6,
.cvs-pdp p,
.cvs-pdp blockquote,
.cvs-pdp pre,
.cvs-pdp a,
.cvs-pdp abbr,
.cvs-pdp acronym,
.cvs-pdp address,
.cvs-pdp big,
.cvs-pdp cite,
.cvs-pdp code,
.cvs-pdp del,
.cvs-pdp dfn,
.cvs-pdp em,
.cvs-pdp font,
.cvs-pdp img,
.cvs-pdp ins,
.cvs-pdp kbd,
.cvs-pdp q,
.cvs-pdp s,
.cvs-pdp samp,
.cvs-pdp small,
.cvs-pdp strike,
.cvs-pdp strong,
.cvs-pdp sub,
.cvs-pdp sup,
.cvs-pdp tt,
.cvs-pdp var,
.cvs-pdp b,
.cvs-pdp u,
.cvs-pdp i,
.cvs-pdp center,
.cvs-pdp dl,
.cvs-pdp dt,
.cvs-pdp dd,
.cvs-pdp ol,
.cvs-pdp ul,
.cvs-pdp li,
.cvs-pdp fieldset,
.cvs-pdp form,
.cvs-pdp label,
.cvs-pdp legend,
.cvs-pdp table,
.cvs-pdp caption,
.cvs-pdp tbody,
.cvs-pdp tfoot,
.cvs-pdp thead,
.cvs-pdp tr,
.cvs-pdp th,
.cvs-pdp td,
.cvs-pdp button {
  vertical-align: baseline;
}
.cvs-pdp input[type=number]::-webkit-inner-spin-button,
.cvs-pdp input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cvs-pdp input[type='number'] {
  -moz-appearance: textfield;
}
.cvs-pdp input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cvs-pdp .boilerplate {
  padding: 0px 0px 0px 10px;
}
.cvs-pdp #dDealDetails .deal-details-header {
  display: none;
}
.cvs-pdp h2.skuName {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.cvs-pdp .pdp-wrapper {
  max-width: 1000px;
  /*max-width: 940px;*/
  margin: 0px auto;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px 30px;
}
.cvs-pdp .header-container {
  padding-bottom: 5px;
}
.cvs-pdp h1 {
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #141414;
  margin: 25px 0px 29px 0px;
}
.cvs-pdp .clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
}
.cvs-pdp input:focus {
  outline: 0;
}
.cvs-pdp .product-details {
  position: relative;
}
.cvs-pdp .full-page {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  opacity: 1;
}
.cvs-pdp .sub-header {
  /* padding: 0 20px; */
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  /* padding: 12px 0px 0px 0px; */
  z-index: 1000;
  max-width: 1000px;
  margin: 0px auto;
  font-family: Helvetica, Arial, sans-serif;
  padding: 7px 40px;
  padding-bottom: 5px;
}
.cvs-pdp .sub-header span {
  padding: 0 16px 0 0;
  white-space: nowrap;
}
.cvs-pdp .sub-header span:nth-child(4) {
  padding: 0;
}
.cvs-pdp .sub-header span img.fsa {
  position: relative;
  top: 2px;
  left: -4px;
}
.cvs-pdp .sub-header .reviews {
  float: right;
  width: 300px;
  margin: -2px -16px 0 0;
  display: inline-block;
}
.cvs-pdp .sub-header .reviews:focus,
.cvs-pdp .sub-header .reviews .bv-rating-stars-container:focus {
  outline: none !important;
}
.cvs-pdp .sub-header .reviews:hover {
  color: inherit;
  text-decoration: initial;
}
.cvs-pdp .sub-header .reviews p {
  font-weight: 600;
  font-size: 12px;
  color: #141414;
  display: inline;
  padding: 0 0 0 10px;
}
.cvs-pdp .sub-header .reviews p i {
  font-style: normal;
  color: #878787;
}
.cvs-pdp #app-pdp {
  font-size: 14px !important;
}
.cvs-pdp .gallery-container {
  padding: 0px;
  height: 370px;
}
.cvs-pdp .fit-choices {
  overflow: hidden;
}
@media (max-width: 900px) {
  .cvs-pdp .health-goals > .content {
    width: 100%;
  }
  .cvs-pdp .health-goals > .health-goal-banner {
    width: 100%;
    padding: 15px;
  }
}
.cvs-pdp .product-side-header {
  background-color: #f0f0f0;
  padding: 0px 15px;
  font-size: 17px;
  vertical-align: middle;
  width: 140px;
  font-weight: normal;
  display: inline-block;
  margin: 0px;
  color: #7a7a7a;
  border: 1px solid #e8e8e8;
  margin-top: 0px;
}
.cvs-pdp .product-side-description {
  border: 1px solid #e8e8e8;
  border-left: 0px;
}
.cvs-pdp .banner-content {
  float: left;
}
.cvs-pdp .product-side-description h3 {
  margin-top: 0px;
}
.cvs-pdp .product-side-description div {
  padding: 0px;
}
.cvs-pdp .product-side-description .description-content {
  padding-left: 15px;
}
.cvs-pdp .product-side-description .description-content a {
  color: #323232;
  text-decoration: none;
}
.cvs-pdp .product-side-description .description-content a:hover {
  color: #cc0000;
  text-decoration: none;
}
.cvs-pdp button {
  padding: 0 5%;
  background: #cc0000;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  height: 44px;
  box-sizing: border-box;
  border-radius: 0px;
}
.cvs-pdp button:hover {
  background: #e13220;
}
.cvs-pdp button:active {
  background: #a60000;
}
.cvs-pdp button.alternate {
  border: 1px solid #ccc;
  background: #e5e5e5;
  color: #1e1e1e;
}
.cvs-pdp button.alternate:hover {
  background: #e9e9e9;
}
.cvs-pdp button.alternate:active {
  background: #d7d7d7;
}
.cvs-pdp .sidebar {
  float: right;
  padding-left: 20px;
  padding-right: 0px;
}
.cvs-pdp .bread-crumb a:hover {
  color: #CC0000;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .cvs-pdp .detail-bar-tab {
    width: 53%;
  }
  .cvs-pdp .gallery-container {
    width: 50%;
  }
  .cvs-pdp .sidebar.col-xs-24 {
    width: 47%;
  }
}
@media screen and (min-width: 641px) and (max-width: 670px) {
  .cvs-pdp {
    /*
.shipto-container h3 {
    background: #f0f0f0;
    margin: 5px;
    padding: 8px;
    font-weight: 500;
    color: #141414;
    font-size: 1.33em;
    padding-left: 3px;
    margin-left: 6px;
} */
  }
  .cvs-pdp .shipto-container h3 span {
    color: #141414;
    font-weight: 600;
    margin: 1px -20px 0 0;
    padding: 0;
    font-size: 12px;
    float: right;
    cursor: pointer;
  }
}
@media (min-width: 641px) {
  .cvs-pdp .header-container {
    /*    border-bottom: 1px solid #cccccc; */
  }
  .cvs-pdp .sub-header {
    border-bottom: 1px solid #cccccc;
  }
  .cvs-pdp .product-tabs-container {
    clear: both;
  }
  .cvs-pdp .product-tabs-container .ship-content-tab {
    float: right;
  }
  .cvs-pdp .product-tabs-container .product-tabs {
    margin-top: 0px;
  }
}
@media (max-width: 900px) {
  .cvs-pdp .product-image span img {
    left: -20px;
  }
  .cvs-pdp .product-image {
    max-width: 100%;
  }
  .cvs-pdp .product-image span {
    position: relative;
    margin: 0;
    left: 0;
    padding: 0 0 20px 0;
    text-align: center;
    display: block !important;
  }
  .cvs-pdp .product-image span img {
    top: 0;
  }
  .cvs-pdp .large-image {
    width: 50%;
  }
  .cvs-pdp .large-image img {
    top: 0px;
  }
}
@media (max-width: 640px) {
  .cvs-pdp #ratings.float-rating {
    position: initial !important;
    margin-left: 0;
  }
  .cvs-pdp .product-tabs-overlay-container {
    width: 100%;
    min-width: 320px;
    border-bottom: none;
    margin-left: -55px;
  }
  .cvs-pdp .gallery {
    max-width: 100% !important;
    width: 100% !important;
  }
  .cvs-pdp .thumb-nails {
    display: none;
  }
  .cvs-pdp .header-container {
    border-bottom: none;
  }
  .cvs-pdp .sub-header .reviews {
    float: none;
    margin: 15px 0 0 0;
  }
  .cvs-pdp .sidebar {
    position: relative;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    width: 100%;
    float: right !important;
  }
  .cvs-pdp .bread-crumb a.nex-to-last,
  .cvs-pdp .bread-crumb a.last {
    display: inline;
  }
  .cvs-pdp .cvs-pdp .product-tab-non-sticky {
    border: none;
  }
  .cvs-pdp .sku-group {
    border-top: 1px solid #b4b4b4;
    padding: 20px 0 0 0;
  }
  .cvs-pdp .media-gallery .large-image img {
    top: 1px;
  }
  .cvs-pdp .product-tabs > p {
    text-align: left;
  }
}
@media (min-width: 641px) {
  .cvs-pdp .mp-CVSstoreheader {
    display: block;
  }
}
.modal.md-model {
  /* modal 1 */
  /* mobile css for more faq */
  /* usually ready in 1 hr modal */
}
.modal.md-model .modal-header.ng-scope {
  padding: 0px;
  border-bottom: 0px;
  min-height: 0px;
}
.modal.md-model p.promoBold.promoBodycopy16.promoTextred {
  display: none;
}
.modal.md-model h2.modal-title {
  height: 35px;
  color: #141414;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 8px 20px;
  margin: 0;
  border-bottom: 1px solid #cecece;
  font-family: Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 230px) and (max-width: 640px) {
  .modal.md-model h2.modal-title {
    color: #141414;
    font-weight: 500;
    font: 20px;
    line-height: 20px;
    padding: 8px 20px;
    margin: 0;
    border-bottom: 1px solid #cecece;
    font-family: Helvetica, Arial, sans-serif;
    min-height: 35px;
  }
}
.modal.md-model p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 22px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .modal.md-model {
    height: auto;
  }
}
.modal.md-model .modal-content .spHero {
  width: 100%;
  border: none;
  height: auto;
  margin-top: -42px;
}
.modal.md-model .modal-content button {
  padding: 0 5%;
  background: #cc0000;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  height: 44px;
  box-sizing: border-box;
  border-radius: 0;
}
.modal.md-model .modal-content .cvs_store_logo_selector {
  display: none;
}
.modal.md-model .modal-content .cvs-storepickup-icon {
  display: none;
}
.modal.md-model .modal-content .spHeroSec {
  width: 100%;
  /* border: 1px solid #d7d7d7; */
  height: auto;
}
.modal.md-model .modal-content .spFAQ {
  width: 100%;
  text-decoration: none;
  color: #464646;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.modal.md-model .modal-content .spFAQSec {
  width: 107%;
  padding: 0px;
  position: relative;
  left: -20px;
}
.modal.md-model .modal-content .spFAQquestion {
  width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
  background: url(../assets/img/arrow-right.png) no-repeat;
  background-size: 8px 13px;
  background-position: 20px 15px;
  padding: 8px 38px;
  border-top: 1px solid #8e8e8e;
  font-weight: 300;
  font-size: 14px;
}
.modal.md-model .modal-content .spFAQ:before {
  text-decoration: none;
  content: " ";
  color: #8e8e8e;
}
.modal.md-model .modal-content .spFAQHeader {
  font-weight: 600;
  color: #464646;
  font-size: 14px;
}
.modal.md-model .modal-content .spOrder {
  color: #141414;
  font-weight: 600;
  font-size: 24px;
}
.modal.md-model .modal-content .spOrder > sup {
  color: #141414;
  font-weight: 600;
  font-size: 24px;
}
.modal.md-model .modal-content .spFAQquestion.main {
  background: url(../assets/img/arrow-down.png) no-repeat;
  background-size: 13px 10px;
  background-position: 20px 15px;
  padding: 8px 38px;
}
.modal.md-model .modal-content .spPageHeader {
  display: none;
}
.modal.md-model .modal-content #breadcrumb {
  display: none;
}
.modal.md-model .modal-content .spHeroSec {
  padding-left: 234px;
  background: url('../assets/img/bopus.png') no-repeat left top;
  background-size: 223px 185px;
  background-position: 10px 10px;
}
.modal.md-model .modal-content .spFAQAnswer {
  font-size: 14px;
}
.modal.md-model .modal-content .spHeroText {
  margin-left: 10px;
}
.modal.md-model .modal-content .spHeroText:nth-child(3):before {
  content: '1';
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #141414;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 5px 30px 0;
  box-sizing: border-box;
}
.modal.md-model .modal-content .spHeroText:nth-child(4):before {
  content: '2';
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #141414;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 5px 30px 0;
  box-sizing: border-box;
}
.modal.md-model .modal-content .spHeroText:nth-child(5):before {
  content: '3';
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #141414;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 5px 30px 0;
  box-sizing: border-box;
}
.modal.md-model .modal-content .spHeroText:nth-child(2) {
  font-size: 18px;
  padding: 5px 0;
  font-weight: 300;
}
.modal.md-model .modal-content #spexpandall {
  display: none;
}
.modal.md-model .modal-content .spSave {
  color: #cc0000;
  font-size: 20px;
  margin: 20px 0 10px 0;
  padding: 0;
}
.modal.md-model .modal-content .spFAQAnswer p {
  margin-top: 10px;
  margin-bottom: 0px;
}
.modal.md-model .modal-content .promobopuswrapper {
  background: url('../assets/img/bopus.png') no-repeat left top;
  background-size: 223px 185px;
  background-position: 10px 10px;
}
.modal.md-model .modal-content .promobopustitle {
  padding-left: 270px;
}
@media (min-width: 640px) {
  .modal.md-model .modal-content .promobopuscontent {
    padding-left: 270px;
    padding-top: 0px;
  }
}
.modal.md-model .modal-content .promobopuslist li:nth-child(1):before {
  content: '1';
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #141414;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 5px 30px 0;
  box-sizing: border-box;
}
.modal.md-model .modal-content .promobopuslist li:nth-child(2):before {
  content: '2';
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #141414;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 5px 30px 0;
  box-sizing: border-box;
}
.modal.md-model .modal-content .promobopuslist li:nth-child(3):before {
  content: '3';
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #141414;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 5px 30px 0;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  .modal.md-model .modal-content a.cvsbtn {
    padding: 8 6px;
    background: #cc0000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
    border-radius: 0;
  }
  .modal.md-model .modal-content #storeData a.cvsbtn {
    padding: 0 6px !important;
    background: #cc0000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
    border-radius: 0;
  }
  .modal.md-model .modal-content a.cvsbtn .center {
    padding: 3px 9px;
    background: #cc0000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
    border-radius: 0;
  }
}
@media (max-width: 641px) {
  .modal.md-model .modal-content .spFAQSec {
    width: 123%;
    margin-top: 20px;
  }
  .modal.md-model .modal-content .spHeroSec {
    padding-top: 208px;
    padding-left: 0px;
    background: url('../assets/img/bopus.png') no-repeat left top;
    background-size: 275px 196px;
    background-position-x: 43%;
    margin-bottom: 12px;
  }
  .modal.md-model .modal-content .spSave {
    padding-left: 35%;
    font-weight: bold;
  }
  .modal.md-model .modal-content .spFAQHeader {
    padding-left: 25%;
  }
  .modal.md-model .modal-content .btn-red-lrg {
    margin-left: 0px !important;
    width: 100% !important;
    text-align: center !important;
    color: #cc0000;
  }
  .modal.md-model .modal-content a.cvsbtn .center {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .modal.md-model .modal-content .cvsbtn .center {
    width: 100% !important;
  }
  .modal.md-model .modal-content .spOrder {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    max-width: 434px;
  }
  .modal.md-model .modal-content .btn-red-lrg {
    color: #cc0000;
  }
  .modal.md-model .modal-content .spHeroText:nth-child(2) {
    /* position: relative;
    left: 22%;
    width: 60%; */
    width: 77%;
    text-align: center;
    display: inline-block;
    max-width: 273px;
    margin-bottom: 0px;
    margin-left: 13% !important;
  }
}
@media (max-width: 500px) {
  .modal.md-model .modal-content .promobopuslist li:nth-child(3) {
    position: relative;
    left: 0;
  }
}
.modal.md-model .modal-content .spHeroText:nth-child(3) {
  margin-left: 0px !important;
}
.modal.md-model .modal-content .spHeroText:nth-child(4) {
  margin-left: 0px !important;
}
.modal.md-model .modal-content .spHeroText:nth-child(5) {
  position: relative;
  left: -33px;
}
.modal.md-model .modal-content .spHeroSec a:hover,
.modal.md-model .modal-content .spHeroSec a:hover span {
  background: #f23622;
}
.modal.md-model .modal-content .spFAQquestion.main {
  background: url(../assets/img/arrow-down.png) no-repeat;
  background-size: 13px 10px;
  background-position: 20px 15px;
  padding: 12px 38px;
}
.modal.md-model .spFAQAnswer {
  display: none;
}
.modal.md-model .spFAQSec {
  padding: 0px;
}
.modal.md-model .modal-content .promobopuswrapper {
  border: none;
}
.modal.md-model .modal-content .promobopuslist li {
  margin: 15px 0;
  font-weight: 300;
  line-height: 22px;
}
.modal.md-model .modal-content .promobopuslist {
  margin-left: 0px;
  font-size: 14px;
  color: #464646;
}
.modal.md-model .modal-content #promoaccordion {
  width: auto;
  font-size: 14px;
  color: #464646;
}
.modal.md-model .modal-content .promoTextblue.promobopustitle {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.modal.md-model .modal-content .open-promoaccordion {
  float: left;
  font-weight: 600;
  height: 38px !important;
  font-size: 14px;
}
.modal.md-model .modal-content .promoaccordion-content {
  font-weight: 300;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
}
.modal.md-model .modal-content .promoBodycopy14 > span {
  font-weight: 600;
  background: none;
  font-weight: 300;
  line-height: 22px;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
}
.modal.md-model .modal-content .promobopuscontent .promobopuslist .promoBold {
  font-weight: bold;
}
.modal.md-model .modal-content .promobopuslist li:nth-child(2) {
  position: relative;
}
.modal.md-model .modal-content .promobopuslist li:nth-child(3) {
  position: relative;
  padding-top: 0px !important;
}
.modal.md-model .modal-content .promobopustitle {
  margin-top: 0px;
}
.modal.md-model .modal-content #promoaccordion {
  width: 107%;
  left: -20px;
  position: relative;
}
.modal.md-model .modal-content .promoLinkred {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.modal.md-model .modal-content p.promoBodycopy14 {
  background: url(../assets/img/arrow-right.png) no-repeat;
  background-size: 9px 14px;
  background-position: 80px;
}
.modal.md-model .modal-content .promobopuswrapper {
  width: 107%;
  left: -20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .modal.md-model .modal-content .promobopuscontent {
    padding-top: 50px;
    padding-left: 5%;
  }
  .modal.md-model .modal-content .promobopuswrapper {
    background: url('../assets/img/bopus.png') no-repeat left top;
    background-size: 154px 123px;
    background-position: 0px -3px;
  }
  .modal.md-model .modal-content .promobopustitle {
    padding-left: 138px;
    padding-top: 35px;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .modal.md-model .modal-content .promobopuslist li:nth-child(3) {
    position: relative;
    left: -27px;
  }
}
@media (min-width: 230px) and (max-width: 380px) {
  .modal.md-model .modal-content .open-promoaccordion {
    float: left;
    font-weight: 600;
    height: 50px !important;
    font-size: 14px;
  }
}
.modal.md-model .modal-dialog {
  height: auto;
  top: 0;
  /*width:100%;*/
}
@media (min-width: 230px) and (max-width: 641px) {
  .modal.md-model .modal-dialog {
    height: 100%;
    margin-top: 0px !important;
    width: 90%;
    margin-left: 0px;
    margin-bottom: 0px !important;
  }
  .modal.md-model .modal-dialog .modal-content .modal-body {
    overflow: auto;
    height: 95%;
  }
  .modal.md-model .modal-dialog #cvs-overlay-two {
    display: block;
  }
}
@media only screen and (min-width: 641) and (max-width: 1024px) {
  .modal.md-model .modal-dialog {
    height: auto;
    top: 0;
  }
}
.modal.md-model .modal-dialog .modal-content {
  top: 0px;
  /* overflow: auto; */
  /*max-height:582px;*/
  border-radius: 0px;
  height: 100%;
}
.modal.md-model .modal-dialog .modal-content .modal-header .close {
  display: block;
  background: url(../assets/img/close.png) no-repeat center center;
  background-: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  overflow: visible;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  border: none;
  z-index: 99999;
}
.modal.md-model .modal-dialog .modal-content .modal-body {
  width: auto;
  font-weight: 300;
  line-height: 22px;
  padding: 0px 20px;
  color: #464646;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
}
.modal.md-model .modal-dialog .modal-content .basket .modal-body {
  padding: 0px;
}
.modal.md-model .modal-dialog .modal-content .find-in-another-store .modal-body {
  padding: 0px;
}
.charana .modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
}
.charana .modal {
  z-index: 10000 !important;
}
.basket.charana .modal-dialog {
  width: auto;
}
.basket.charana h2.modal-title {
  display: none;
}
.basket.charana p.added_text {
  margin: 0px;
}
div.progress_div {
  width: 79% !important;
}
@media only screen and (min-width: 640px) {
  .find-in-another-store.charana .modal-dialog {
    width: 683px;
  }
}
@media only screen and (max-width: 640px) {
  .charana .modal {
    z-index: 10000 !important;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  modal.md-model .modal-dialog.modal-lg {
    /* width: 82%; */
  }
  .modal.md-model {
    /*width: 85%; */
    height: auto;
  }
}
@media only screen and (min-width: 901px) {
  .modal-dialog.modal-lg {
    margin-top: 0px;
    /* width: 45%; */
  }
}
@media only screen and (min-width: 641px) {
  .charana .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    /* top: 50%; */
    opacity: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
  }
  .charana .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .charana .modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
}
.deal-details-header {
  display: none;
}
#dStorePickupAvailabilityOverlay .details > div {
  max-height: 100% !important;
  overflow-y: none !important;
  padding-right: 0px !important;
}
#addToCartModal .col-xs-12 {
  width: 100%;
}
#addToCartModal .col-xs-11 {
  width: 91.66666667%;
}
#addToCartModal .col-xs-10 {
  width: 83.33333333%;
}
#addToCartModal .col-xs-9 {
  width: 75%;
}
#addToCartModal .col-xs-8 {
  width: 66.66666667%;
}
#addToCartModal .col-xs-7 {
  width: 58.33333333%;
}
#addToCartModal .col-xs-6 {
  width: 50%;
}
#addToCartModal .col-xs-5 {
  width: 41.66666667%;
}
#addToCartModal .col-xs-4 {
  width: 33.33333333%;
}
#addToCartModal .col-xs-3 {
  width: 25%;
}
#addToCartModal .col-xs-2 {
  width: 16.66666667%;
}
#addToCartModal .col-xs-1 {
  width: 8.33333333%;
}
#addToCartModal .col-xs-pull-12 {
  right: 100%;
}
#addToCartModal .col-xs-pull-11 {
  right: 91.66666667%;
}
#addToCartModal .col-xs-pull-10 {
  right: 83.33333333%;
}
#addToCartModal .col-xs-pull-9 {
  right: 75%;
}
#addToCartModal .col-xs-pull-8 {
  right: 66.66666667%;
}
#addToCartModal .col-xs-pull-7 {
  right: 58.33333333%;
}
#addToCartModal .col-xs-pull-6 {
  right: 50%;
}
#addToCartModal .col-xs-pull-5 {
  right: 41.66666667%;
}
#addToCartModal .col-xs-pull-4 {
  right: 33.33333333%;
}
#addToCartModal .col-xs-pull-3 {
  right: 25%;
}
#addToCartModal .col-xs-pull-2 {
  right: 16.66666667%;
}
#addToCartModal .col-xs-pull-1 {
  right: 8.33333333%;
}
#addToCartModal .col-xs-pull-0 {
  right: auto;
}
#addToCartModal .col-xs-push-12 {
  left: 100%;
}
#addToCartModal .col-xs-push-11 {
  left: 91.66666667%;
}
#addToCartModal .col-xs-push-10 {
  left: 83.33333333%;
}
#addToCartModal .col-xs-push-9 {
  left: 75%;
}
#addToCartModal .col-xs-push-8 {
  left: 66.66666667%;
}
#addToCartModal .col-xs-push-7 {
  left: 58.33333333%;
}
#addToCartModal .col-xs-push-6 {
  left: 50%;
}
#addToCartModal .col-xs-push-5 {
  left: 41.66666667%;
}
#addToCartModal .col-xs-push-4 {
  left: 33.33333333%;
}
#addToCartModal .col-xs-push-3 {
  left: 25%;
}
#addToCartModal .col-xs-push-2 {
  left: 16.66666667%;
}
#addToCartModal .col-xs-push-1 {
  left: 8.33333333%;
}
#addToCartModal .col-xs-push-0 {
  left: auto;
}
#addToCartModal .col-xs-offset-12 {
  margin-left: 100%;
}
#addToCartModal .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#addToCartModal .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#addToCartModal .col-xs-offset-9 {
  margin-left: 75%;
}
#addToCartModal .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#addToCartModal .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#addToCartModal .col-xs-offset-6 {
  margin-left: 50%;
}
#addToCartModal .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#addToCartModal .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#addToCartModal .col-xs-offset-3 {
  margin-left: 25%;
}
#addToCartModal .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#addToCartModal .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#addToCartModal .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 641px) {
  #addToCartModal .col-sm-1,
  #addToCartModal .col-sm-2,
  #addToCartModal .col-sm-3,
  #addToCartModal .col-sm-4,
  #addToCartModal .col-sm-5,
  #addToCartModal .col-sm-6,
  #addToCartModal .col-sm-7,
  #addToCartModal .col-sm-8,
  #addToCartModal .col-sm-9,
  #addToCartModal .col-sm-10,
  #addToCartModal .col-sm-11,
  #addToCartModal .col-sm-12 {
    float: left;
  }
  #addToCartModal .col-sm-12 {
    width: 100%;
  }
  #addToCartModal .col-sm-11 {
    width: 91.66666667%;
  }
  #addToCartModal .col-sm-10 {
    width: 83.33333333%;
  }
  #addToCartModal .col-sm-9 {
    width: 75%;
  }
  #addToCartModal .col-sm-8 {
    width: 66.66666667%;
  }
  #addToCartModal .col-sm-7 {
    width: 58.33333333%;
  }
  #addToCartModal .col-sm-6 {
    width: 50%;
  }
  #addToCartModal .col-sm-5 {
    width: 41.66666667%;
  }
  #addToCartModal .col-sm-4 {
    width: 33.33333333%;
  }
  #addToCartModal .col-sm-3 {
    width: 25%;
  }
  #addToCartModal .col-sm-2 {
    width: 16.66666667%;
  }
  #addToCartModal .col-sm-1 {
    width: 8.33333333%;
  }
  #addToCartModal .col-sm-pull-12 {
    right: 100%;
  }
  #addToCartModal .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #addToCartModal .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #addToCartModal .col-sm-pull-9 {
    right: 75%;
  }
  #addToCartModal .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #addToCartModal .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #addToCartModal .col-sm-pull-6 {
    right: 50%;
  }
  #addToCartModal .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #addToCartModal .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #addToCartModal .col-sm-pull-3 {
    right: 25%;
  }
  #addToCartModal .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #addToCartModal .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #addToCartModal .col-sm-pull-0 {
    right: auto;
  }
  #addToCartModal .col-sm-push-12 {
    left: 100%;
  }
  #addToCartModal .col-sm-push-11 {
    left: 91.66666667%;
  }
  #addToCartModal .col-sm-push-10 {
    left: 83.33333333%;
  }
  #addToCartModal .col-sm-push-9 {
    left: 75%;
  }
  #addToCartModal .col-sm-push-8 {
    left: 66.66666667%;
  }
  #addToCartModal .col-sm-push-7 {
    left: 58.33333333%;
  }
  #addToCartModal .col-sm-push-6 {
    left: 50%;
  }
  #addToCartModal .col-sm-push-5 {
    left: 41.66666667%;
  }
  #addToCartModal .col-sm-push-4 {
    left: 33.33333333%;
  }
  #addToCartModal .col-sm-push-3 {
    left: 25%;
  }
  #addToCartModal .col-sm-push-2 {
    left: 16.66666667%;
  }
  #addToCartModal .col-sm-push-1 {
    left: 8.33333333%;
  }
  #addToCartModal .col-sm-push-0 {
    left: auto;
  }
  #addToCartModal .col-sm-offset-12 {
    margin-left: 100%;
  }
  #addToCartModal .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #addToCartModal .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #addToCartModal .col-sm-offset-9 {
    margin-left: 75%;
  }
  #addToCartModal .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #addToCartModal .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #addToCartModal .col-sm-offset-6 {
    margin-left: 50%;
  }
  #addToCartModal .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #addToCartModal .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #addToCartModal .col-sm-offset-3 {
    margin-left: 25%;
  }
  #addToCartModal .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #addToCartModal .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #addToCartModal .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  #addToCartModal .col-md-1,
  #addToCartModal .col-md-2,
  #addToCartModal .col-md-3,
  #addToCartModal .col-md-4,
  #addToCartModal .col-md-5,
  #addToCartModal .col-md-6,
  #addToCartModal .col-md-7,
  #addToCartModal .col-md-8,
  #addToCartModal .col-md-9,
  #addToCartModal .col-md-10,
  #addToCartModal .col-md-11,
  #addToCartModal .col-md-12 {
    float: left;
  }
  #addToCartModal .col-md-12 {
    width: 100%;
  }
  #addToCartModal .col-md-11 {
    width: 91.66666667%;
  }
  #addToCartModal .col-md-10 {
    width: 83.33333333%;
  }
  #addToCartModal .col-md-9 {
    width: 75%;
  }
  #addToCartModal .col-md-8 {
    width: 66.66666667%;
  }
  #addToCartModal .col-md-7 {
    width: 58.33333333%;
  }
  #addToCartModal .col-md-6 {
    width: 50%;
  }
  #addToCartModal .col-md-5 {
    width: 41.66666667%;
  }
  #addToCartModal .col-md-4 {
    width: 33.33333333%;
  }
  #addToCartModal .col-md-3 {
    width: 25%;
  }
  #addToCartModal .col-md-2 {
    width: 16.66666667%;
  }
  #addToCartModal .col-md-1 {
    width: 8.33333333%;
  }
  #addToCartModal .col-md-pull-12 {
    right: 100%;
  }
  #addToCartModal .col-md-pull-11 {
    right: 91.66666667%;
  }
  #addToCartModal .col-md-pull-10 {
    right: 83.33333333%;
  }
  #addToCartModal .col-md-pull-9 {
    right: 75%;
  }
  #addToCartModal .col-md-pull-8 {
    right: 66.66666667%;
  }
  #addToCartModal .col-md-pull-7 {
    right: 58.33333333%;
  }
  #addToCartModal .col-md-pull-6 {
    right: 50%;
  }
  #addToCartModal .col-md-pull-5 {
    right: 41.66666667%;
  }
  #addToCartModal .col-md-pull-4 {
    right: 33.33333333%;
  }
  #addToCartModal .col-md-pull-3 {
    right: 25%;
  }
  #addToCartModal .col-md-pull-2 {
    right: 16.66666667%;
  }
  #addToCartModal .col-md-pull-1 {
    right: 8.33333333%;
  }
  #addToCartModal .col-md-pull-0 {
    right: auto;
  }
  #addToCartModal .col-md-push-12 {
    left: 100%;
  }
  #addToCartModal .col-md-push-11 {
    left: 91.66666667%;
  }
  #addToCartModal .col-md-push-10 {
    left: 83.33333333%;
  }
  #addToCartModal .col-md-push-9 {
    left: 75%;
  }
  #addToCartModal .col-md-push-8 {
    left: 66.66666667%;
  }
  #addToCartModal .col-md-push-7 {
    left: 58.33333333%;
  }
  #addToCartModal .col-md-push-6 {
    left: 50%;
  }
  #addToCartModal .col-md-push-5 {
    left: 41.66666667%;
  }
  #addToCartModal .col-md-push-4 {
    left: 33.33333333%;
  }
  #addToCartModal .col-md-push-3 {
    left: 25%;
  }
  #addToCartModal .col-md-push-2 {
    left: 16.66666667%;
  }
  #addToCartModal .col-md-push-1 {
    left: 8.33333333%;
  }
  #addToCartModal .col-md-push-0 {
    left: auto;
  }
  #addToCartModal .col-md-offset-12 {
    margin-left: 100%;
  }
  #addToCartModal .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #addToCartModal .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #addToCartModal .col-md-offset-9 {
    margin-left: 75%;
  }
  #addToCartModal .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #addToCartModal .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #addToCartModal .col-md-offset-6 {
    margin-left: 50%;
  }
  #addToCartModal .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #addToCartModal .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #addToCartModal .col-md-offset-3 {
    margin-left: 25%;
  }
  #addToCartModal .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #addToCartModal .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #addToCartModal .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 901px) {
  #addToCartModal .col-lg-1,
  #addToCartModal .col-lg-2,
  #addToCartModal .col-lg-3,
  #addToCartModal .col-lg-4,
  #addToCartModal .col-lg-5,
  #addToCartModal .col-lg-6,
  #addToCartModal .col-lg-7,
  #addToCartModal .col-lg-8,
  #addToCartModal .col-lg-9,
  #addToCartModal .col-lg-10,
  #addToCartModal .col-lg-11,
  #addToCartModal .col-lg-12 {
    float: left;
  }
  #addToCartModal .col-lg-12 {
    width: 100%;
  }
  #addToCartModal .col-lg-11 {
    width: 91.66666667%;
  }
  #addToCartModal .col-lg-10 {
    width: 83.33333333%;
  }
  #addToCartModal .col-lg-9 {
    width: 75%;
  }
  #addToCartModal .col-lg-8 {
    width: 66.66666667%;
  }
  #addToCartModal .col-lg-7 {
    width: 58.33333333%;
  }
  #addToCartModal .col-lg-6 {
    width: 50%;
  }
  #addToCartModal .col-lg-5 {
    width: 41.66666667%;
  }
  #addToCartModal .col-lg-4 {
    width: 33.33333333%;
  }
  #addToCartModal .col-lg-3 {
    width: 25%;
  }
  #addToCartModal .col-lg-2 {
    width: 16.66666667%;
  }
  #addToCartModal .col-lg-1 {
    width: 8.33333333%;
  }
  #addToCartModal .col-lg-pull-12 {
    right: 100%;
  }
  #addToCartModal .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #addToCartModal .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #addToCartModal .col-lg-pull-9 {
    right: 75%;
  }
  #addToCartModal .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #addToCartModal .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #addToCartModal .col-lg-pull-6 {
    right: 50%;
  }
  #addToCartModal .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #addToCartModal .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #addToCartModal .col-lg-pull-3 {
    right: 25%;
  }
  #addToCartModal .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #addToCartModal .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #addToCartModal .col-lg-pull-0 {
    right: auto;
  }
  #addToCartModal .col-lg-push-12 {
    left: 100%;
  }
  #addToCartModal .col-lg-push-11 {
    left: 91.66666667%;
  }
  #addToCartModal .col-lg-push-10 {
    left: 83.33333333%;
  }
  #addToCartModal .col-lg-push-9 {
    left: 75%;
  }
  #addToCartModal .col-lg-push-8 {
    left: 66.66666667%;
  }
  #addToCartModal .col-lg-push-7 {
    left: 58.33333333%;
  }
  #addToCartModal .col-lg-push-6 {
    left: 50%;
  }
  #addToCartModal .col-lg-push-5 {
    left: 41.66666667%;
  }
  #addToCartModal .col-lg-push-4 {
    left: 33.33333333%;
  }
  #addToCartModal .col-lg-push-3 {
    left: 25%;
  }
  #addToCartModal .col-lg-push-2 {
    left: 16.66666667%;
  }
  #addToCartModal .col-lg-push-1 {
    left: 8.33333333%;
  }
  #addToCartModal .col-lg-push-0 {
    left: auto;
  }
  #addToCartModal .col-lg-offset-12 {
    margin-left: 100%;
  }
  #addToCartModal .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #addToCartModal .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #addToCartModal .col-lg-offset-9 {
    margin-left: 75%;
  }
  #addToCartModal .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #addToCartModal .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #addToCartModal .col-lg-offset-6 {
    margin-left: 50%;
  }
  #addToCartModal .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #addToCartModal .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #addToCartModal .col-lg-offset-3 {
    margin-left: 25%;
  }
  #addToCartModal .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #addToCartModal .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #addToCartModal .col-lg-offset-0 {
    margin-left: 0;
  }
}
#addToCartModal .progress {
  border-radius: 0px;
  border: 1px solid #ccc;
  height: 30px;
}
#addToCartModal .one-click-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#addToCartModal .one-click-row {
  margin-right: -15px;
  margin-left: -15px;
}
#addToCartModal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
#addToCartModal .modal-content {
  position: relative;
  background-color: #ffffff;
}
#addToCartModal .one-click-container-fluid:before,
#addToCartModal .one-click-container-fluid:after,
#addToCartModal .one-click-row:before,
#addToCartModal .one-click-row:after {
  display: table;
  content: " ";
}
#addToCartModal .one-click-container-fluid:after,
#addToCartModal .one-click-row:after {
  clear: both;
}
#addToCartModal .one-click-container-fluid > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
#addToCartModal #customer_container {
  display: none;
}
@media (min-width: 641px) {
  #addToCartModal .one-click-container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  #addToCartModal .navbar > .one-click-container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  #addToCartModal .modal-lg {
    max-width: none;
  }
}
#addToCartModal .view-basket-button {
  padding: 12px;
}
div#addToCartModal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#addToCartModal *:before,
div#addToCartModal *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.find-in-another-store .modal.md-model .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.find-in-another-store #dStorePickupAvailabilityOverlay.simple_overlay_2 .details {
  background: none;
  /*display:none;*/
}
.find-in-another-store #dStorePickupAvailabilityOverlay .ratingNumber {
  color: #323232;
}
.find-in-another-store #dStorePickupAvailabilityOverlay .details .un_header,
.find-in-another-store #dStorePickupAvailabilityOverlay .details .un_bread,
.find-in-another-store #dStorePickupAvailabilityOverlay .details .un_footer {
  display: none;
}
.find-in-another-store #suggestStoreId {
  clear: both;
}
.find-in-another-store .simple_overlay_2 #overlayCloseAvail {
  display: none;
}
.find-in-another-store #dStorePickupAvailabilityOverlay {
  display: block;
  border: 0px;
  width: auto;
  font-size: 13px;
}
.find-in-another-store #dStorePickupAvailabilityOverlay .details p {
  margin: 0;
}
.find-in-another-store #dStorePickupAvailabilityOverlay #iSearchAvail {
  width: 77%;
  border: 1px solid #D0CBCB;
  color: #464646;
  height: 44px;
  padding-left: 10px;
  margin: 0px;
  margin-top: 2px;
}
.find-in-another-store #dStorePickupAvailabilityOverlay #modalContainer .mdlCtnStoreInfo .modalStoreInfo {
  margin-top: 11px;
}
.find-in-another-store #dStorePickupAvailabilityOverlay #modalContainer .modalContainerItemInfo .modalPriceInfo {
  height: auto;
  width: auto;
  top: 44px;
  background: none;
  left: 132px;
  position: absolute;
  left: 135px;
  margin-top: 5px;
}
.find-in-another-store #dStorePickupAvailabilityOverlay .modalItemInfo p.clear b {
  font-weight: normal;
}
.find-in-another-store #dStorePickupAvailabilityOverlay .modalPriceInfo p.currentPrice {
  padding-top: 17px;
  color: #464646;
  font-weight: normal;
}
.find-in-another-store #dStorePickupAvailabilityOverlay .bazaarPanel {
  width: auto;
  position: absolute;
  top: 63px;
  left: 227px;
  margin-top: 2px;
}
.find-in-another-store #dStorePickupAvailabilityOverlay .bazaarPanel .ratingNumber {
  position: relative;
  top: -19px;
}
.find-in-another-store #dStorePickupAvailabilityOverlay .bazaarPanel + p.clear {
  position: absolute;
  top: 96px;
  left: 144px;
  width: 142%;
}
.find-in-another-store .modalContainerTitle {
  display: none;
}
.find-in-another-store .modalItemInfo .bold.clear:hover {
  text-decoration: none;
}
.find-in-another-store p.nomargin {
  font-weight: bold;
}
.find-in-another-store button.cvsbtn .left,
.find-in-another-store button.cvsbtn .center,
.find-in-another-store button.cvsbtn .right-with-arrow,
.find-in-another-store button.cvsbtn .right {
  background: none;
}
.find-in-another-store button.cvsbtn .left,
.find-in-another-store button.cvsbtn .right {
  display: none;
}
.find-in-another-store button.cvsbtn .center {
  color: #000;
  font-weight: 500;
  font-size: 16px !important;
}
.find-in-another-store .cvsbtn.btn-red-med.addToBasket.strSearch {
  height: auto;
}
.find-in-another-store .cvsbtn.btn-red-med.addToBasket.strSearch .left {
  display: none;
}
.find-in-another-store .cvsbtn.btn-red-med.addToBasket.strSearch .right {
  display: none;
}
.find-in-another-store .cvsbtn.btn-red-med.addToBasket.strSearch .center {
  height: 44px !important;
  background-image: none;
  background-color: #c00;
  padding: 9px 9px !important;
}
.find-in-another-store .cvsbtn.btn-red-med.addToBasket.strSearch .center:hover {
  background-color: #e13220;
}
.find-in-another-store .address .textR.bold {
  font-size: 13px;
  font-weight: 600;
}
.find-in-another-store #storeData .storeRow:nth-child(2n) {
  background: none;
}
.find-in-another-store .modalContainerError #formerrors .errorPadd {
  clear: both;
}
.find-in-another-store #storeData .address {
  font-weight: bold;
}
.find-in-another-store #storeData .address br {
  font-weight: normal;
}
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalSubmitButton .addToBasket {
  padding: 9px 5%;
  height: 44px;
  background-color: #c00;
}
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalSubmitButton .addToBasket:hover {
  background-color: #f23622;
}
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalSubmitButton .addToBasket .left,
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalSubmitButton .addToBasket .right {
  display: none;
}
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalSubmitButton .addToBasket .center {
  background: none;
}
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalItemQty > input {
  font-size: 16px;
  height: 44px;
  line-height: 16px;
  text-align: center;
  width: 44px;
}
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalItemQty > label {
  font-weight: normal;
  position: relative;
  top: 34px;
  left: -34px;
}
.find-in-another-store #modalContainer .mdlCtnStoreInfo .modalItemQty {
  margin-top: -19px;
}
.find-in-another-store .modal.md-model .modal-content button.cvsbtn:hover {
  /*background-color: #f23622;*/
  background-color: #e9e9e9;
}
.find-in-another-store .modal.md-model .modal-content button.cvsbtn {
  margin-top: 0px;
  padding: 9px 5%;
  width: ;
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  color: #000;
  height: auto;
  float: right;
}
.find-in-another-store .balace_page_input {
  font-size: 16px;
  height: 44px;
  line-height: 16px;
  padding-left: 10px;
}
.find-in-another-store .overlay_store_info_container {
  height: 225px;
  border: 1px solid #D0CBCB;
}
.find-in-another-store .overlay_table_bdr_bottom {
  border: 0px;
}
.find-in-another-store .overlay_table_main_left {
  border: 0px;
  width: 80%;
}
.find-in-another-store .overlay_table_main_left label {
  font-weight: normal;
}
.find-in-another-store .overlay_table_main_right {
  width: 20%;
}
.find-in-another-store .modalContainerAvail .bold {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}
.find-in-another-store #modalContainer .modalContainerItemInfo .modalItemInfo > p > a {
  font-weight: bold;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 145px;
}
.find-in-another-store #modalContainer .modalContainerItemInfo {
  margin-bottom: 0px;
  height: 127px;
}
@media (max-width: 641px) {
  .find-in-another-store #modalContainer .mdlCtnStoreInfo {
    height: auto !important;
  }
  .find-in-another-store #modalContainer .mdlCtnStoreInfo .modalSubmitButton {
    margin-top: 14px;
  }
  .find-in-another-store #modalContainer .mdlCtnStoreInfo .modalItemQty {
    margin-left: 36px;
    margin-top: -5px;
  }
  .find-in-another-store #dStorePickupAvailabilityOverlay #iSearchAvail {
    width: 65%;
  }
  .find-in-another-store #modalContainer .modalContainerAvail .modalContainerAvailTable {
    height: 100%;
    border: 0px;
    /*  border-top:1px solid #D0CBCB; */
    margin: 0px -26px;
  }
  .find-in-another-store #modalContainer .mdlCtnStoreInfo .addToBasket:hover .modalSubmitButton {
    background-color: #cc0000;
  }
  .find-in-another-store .modal.md-model .modal-dialog .modal-content .modal-body {
    padding: 0px;
    overflow-x: hidden;
  }
  .find-in-another-store div#modalContainer {
    padding: 0px;
    width: auto !important;
  }
  .find-in-another-store #modalContainer .modalContainerItemInfo {
    height: 212px;
    margin-bottom: 0px;
  }
  .find-in-another-store #modalContainer > div {
    width: auto !important;
  }
  .find-in-another-store #modalContainer .modalContainerItemInfo .modalImgItem {
    /* width: 148px; */
    width: auto !important;
    margin-bottom: 40px;
  }
  .find-in-another-store #modalContainer .modalContainerItemInfo .modalImgItem > a > img {
    margin-left: -5px;
  }
  .find-in-another-store #modalContainer .modalContainerItemInfo .modalItemInfo {
    width: auto !important;
  }
  .find-in-another-store #modalContainer .modalContainerItemInfo .modalItemInfo > p > a {
    font-weight: bold;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 94px;
  }
  .find-in-another-store #dStorePickupAvailabilityOverlay .bazaarPanel {
    width: auto !important;
    position: absolute;
    top: 158px;
    left: 94px;
    margin-top: 2px;
  }
  .find-in-another-store div#writeReview {
    display: none !important;
  }
  .find-in-another-store #dStorePickupAvailabilityOverlay .bazaarPanel + p.clear {
    position: absolute;
    top: 183px;
    left: 3px;
    width: 90% !important;
    font-size: 9px;
  }
  .find-in-another-store #dStorePickupAvailabilityOverlay #modalContainer .modalContainerItemInfo .modalPriceInfo {
    height: auto;
    width: auto !important;
    top: 108px;
    background: none;
    position: absolute;
    left: 83px;
    margin-top: 5px;
  }
  .find-in-another-store #dStorePickupAvailabilityOverlay #modalContainer .mdlCtnStoreInfo .modalStoreInfo {
    width: auto !important;
    font-weight: bold;
    font-size: 14px;
  }
  .find-in-another-store #modalContainer > div {
    /* width: 100%; */
    width: auto !important;
  }
  .find-in-another-store .modalContainerAvail .bold {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .find-in-another-store #modalContainer .modalContainerAvail .modalContainerAvailTable {
    height: 100%;
    border: 0px;
    border-top: 1px solid #D0CBCB;
    width: auto !important;
    padding-left: 25px;
    padding-right: 25px;
  }
  .find-in-another-store #storeData .address {
    font-weight: bold;
    width: 50% !important;
  }
  .find-in-another-store .modalContainerAvailTable #storeData .amt {
    vertical-align: middle;
    width: auto !important;
  }
  .find-in-another-store #dStorePickupAvailabilityOverlay .details {
    padding: 10px !important;
    position: relative;
  }
}
.find-in-another-store .modalContainerAvailTable #storeData .amt {
  width: auto !important;
}
.find-in-another-store .modalContainerAvailTable #storeData .availability {
  width: auto !important;
  vertical-align: middle;
  text-align: center;
}
.loading-fadeout {
  background-color: #fff;
  opacity: 0.1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.loader {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0%;
  width: 100%;
  opacity: 1;
  /*z-index: 9999; */
  padding: 50px 0 0px 0;
}
.mp-carouselRight.active,
.mp-carouselLeft.active {
  background: none;
}
.reviews-container,
.qa-container {
  margin-left: -10px;
  margin-top: 40px !important;
}
.reviews-container h2.title,
.qa-container h2.title {
  font-weight: 300;
  font-size: 32px;
  color: #141414;
  margin: 0 0 30px 0;
}
.reviews-container .BVRRTitle,
.qa-container.BVQATitle {
  display: none;
}
#RatingsContainer {
  clear: both;
  margin-left: -10px;
}
#QaContainer {
  margin-left: -10px;
}
@media screen and (max-width: 640px) {
  #RatingsContainer,
  #QaContainer {
    margin-left: 0px;
    width: 90%;
  }
}
#ratings.float-rating {
  position: fixed;
  top: 55px;
  z-index: 100;
  margin-left: 200px;
}
#ratings.display-rating {
  top: 0 !important;
}
.xs {
  padding-top: 0px;
}
.pdp-wrapper.header-container.mobile-app {
  padding-left: 8px;
  padding-right: 20px;
}
.full-load .sub-header.mobile-app {
  padding-left: 18px;
  padding-right: 20px;
}
.body-container .product-top-container .sidebar.mobile-app .quantity-button button {
  width: 70%;
}
.cvs-pdp.mobile-app {
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .basket-items {
    background: #f0f0f0;
    padding: 5px 30px 5px 25px;
  }
  .basket-items .badge {
    margin-right: 5px;
  }
  .basket-items .right-image {
    float: right;
    margin-right: 30px;
  }
  body.sm {
    padding-top: 0px;
  }
}
@media screen and (min-width: 319px) and (max-width: 421px) {
  .sub-header span {
    padding: 0px 5px 0px 0px !important;
  }
}
/*for the display of cvs store in mobileapp*/
/*
 .mp-header{
 display:none;
 }

 */
/* to disable change store link in check store avalability modal */
.un_uline.un_inBlock.un_xsmall {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  .tablet-app {
    padding-right: 34px;
  }
  .sub-header.tablet-app {
    margin-right: 50px;
  }
  .quantity-button button {
    float: right;
    border-radius: 0px;
    width: 73%;
  }
}
.pdp-deals-modal .modal-content {
  width: 722px;
}
.modal-dialog #cvs-overlay-two {
  display: block !important;
  border: none;
  margin-left: 1px !important;
}
