/* 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;
}

#layout_product .product-details-module iframe {
	width: 100%;
}
/* end fix the thumbnail arrows */

/* KT-4418: Papago Theme fix */
.header-right-wrap .main-nav { margin: 0; }

.cart-component {
    min-width: 100px;
    position: relative;
    top: 10px;
}


ul.links-list li {display: none;}

ul.links-list li a:hover {background: #fff; color:#000!important}

.links-list-module.links-display-block.list-style-none:hover .links-list li {
  display: block;
}


.links-list {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}

ul.links-list li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.action-button place-order-button no-icon add-to-cart enabled {

}

/* Changes all buttons from green to blue 

.add_cart_button {
    background-color: #1c69d3 !important;
}

.product-purchase {
    background-color: #1c69d3 !important;
}

.purchase-wrapper {
    background-color: #1c69d3 !important;
}

*/

.action-button.place-order-button {
    background-color: #1c69d3!important;
}

.green.button {
    background-image: linear-gradient(180deg,#1c69d3 0,#1c69d3)
}


.also_known_as {
display: none !important;
}

.positions {
display: none !important;
}

/* Product Discount Section */
.you-save span {
    color: #ee0e0e!important;
}

/* SKU Removal */
.part_number {
	display: none!important;
}