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

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

.HOME_SEO {
    font-size: 15px;
}

.store-logo-module .store-logo-link {
    display: block;
    padding-right: 63px;
}

#primary-header {
   
    background-color: #484848;
}

#primary-header .header-right-wrap .main-nav li {
    
    color: white;
}
.store-logo-module .store-logo-link img {
    max-width: 150%;
    margin: 10px 0;
    max-height: 100px;
    padding-right: 20px;
}

#mobile-header .header-center-nav {
    display: block;
    text-align: center;
    background-color: #333;
 
}


#mobile-header .navbar-toggle {
    display: block;
    color: white;
}

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

/* START: Credit Card Styling */
#creditCardPromoModal h2 {
	text-align: center;
    color: #333;
    margin-top: 30px;
    margin-bottom: 25px;
}
#creditCardPromoModal > .modal-dialog {
	max-width: 950px;
    margin-top: 10%;
}
#creditCardPromoModal .creditCardItems {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 55px;
    row-gap: 5px;
    margin-bottom: 30px;
}
#creditCardPromoModal .creditCardItem.horizontal {
	max-width: 248px;
}
#creditCardPromoModal .creditCardItem > a {
    display: block;
}
#creditCardPromoModal .creditCardItem > a > img {
	transition: transform .2s;
    max-width: 135px;
}
#creditCardPromoModal .creditCardItem:hover > a > img {
	transform: scale(1.05);
}
@media (max-width: 767.98px) {
    #creditCardPromoModal {
    	padding-right: 0 !important;
    }
    #creditCardPromoModal > .modal-dialog {
    	margin-top: 40%;
    }
    #creditCardPromoModal .creditCardItems {
    	column-gap: 30px;
        row-gap: 5px;
    }
}

.imageClickPopup {
    display: block;
}
/* END of Credit Card Styling */