/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}
/* end fix the thumbnail arrows */

/*
	SOCIAL SHARING
*/
.copy_tooltip {
      position: absolute;
      padding: 5px;
      background-color: #333;
      color: #fff;
      border-radius: 4px;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    	bottom: -35px;
    }

.social_share_list {
	display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    grid-gap: 15px;
    position: relative;
}

.social_share_list a,
.social_share_list .copy_link {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50px;
    cursor: pointer;
}

.social_share_list a.social_fb {
	background-color: #3b5998;
}

.social_share_list a.social_twit {
	background-color: #1da1f2;
}

.social_share_list a.social_pin {
	background-color: #B7081B;
}

.social_share_list a.social_link {
	background-color: #0077b5;
}

.social_share_list a svg,
.social_share_list .copy_link svg {
	font-size: 16px;
    fill: white;
}

/* Dropdown Button */
.dropbtn {
  background-color: #333;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #4f4f4f;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {display:none;}



.promotional-banner-wrap.text-wrapping:after {
    display: none!important;
}
.promotional-banner-wrap {
	background-color: white !important;
	min-height: 4rem;
}

.promotional-banner-text {
color: red;
    font-size: 20px;
}

.promotional-banner-wrap .promotional-banner-text {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
}