/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


.product_name {
  height: 72px;
  max-height: 72px;
  display: block;
}

#_desktop_fieldmegamenu.fieldmegamenu .submenu .title a,
#_mobile_fieldmegamenu .submenu .title a {
  font-size: 13px;
}

.fieldmegamenu .menu-items li, #_mobile_fieldmegamenu .menu-items li {
  line-height: 20px;
}

.block-promo .promo-code {
  background-color:peachpuff;
}

.promo-360 {
  text-transform: capitalize;
  color: red;
  font-weight: bold;
}


/*
.product-manufacturer img {
  width: 180px;
  height: 180px;
}*/

#accessibility-toggle {
    margin-bottom: 100px;
}

img.img-responsive {
    background-color: unset !important; 
}

.thumbnail.product-thumbnail .cover_image img{
    background-color: unset !important;
}