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

.vehicle-picker-module .browse_catalog:hover, .vehicle-picker-module .vpicker-submit:hover {
   background-color: #009cf6;
}
#featured-custom .product-wrapper-link {
    height: 360px;
}

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

/* Logo Size */

.store-logo-module .store-logo-link img {
    margin: 10px 0 0!important;
    max-height: 100px!important;
    max-width: 100%;
}

/* banner slider */
#banner-custom .banner-vpicker-module,
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides,
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides li {
	height: calc(130px + (300 - 130) * ((100vw - 768px) / (1900 - 768))) !important;
}

/* Hides PayPal buttons on checkout */
.paypal-smart-buttons, #paypal-cart-flyout-button-container {
    display: none !important;
}

a.chd-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

a.chd-button:hover {
  background-color: #0056b3;
}

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">