/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.1.5
*/
*{
    scrollbar-width: auto;
    scrollbar-color: #0033A0 #E5E7EB;
    scrollbar-face-color: #0033A0;
    scrollbar-base-color: #0033A0;
    scrollbar-3dlight-color: #0033A0;
    scrollbar-highlight-color: #0033A0;
    scrollbar-track-color: #E5E7EB;
    scrollbar-arrow-color: #E5E7EB;
    scrollbar-shadow-color: #0033A0;
  }
  *::-webkit-scrollbar { width: 15px; height: 3px;}
  *::-webkit-scrollbar-button {  background-color: #E5E7EB;}
  *::-webkit-scrollbar-track {  background-color: #0033A0;}
  *::-webkit-scrollbar-track-piece { background-color: #E5E7EB;}
  *::-webkit-scrollbar-thumb { height: 50px; background-color: #0033A0; border-radius: 2px;}
  *::-webkit-scrollbar-corner { background-color: #0033A0;}
  *::-webkit-resizer { background-color: #666;}
.gradient-red {
	background: #0033A0 !important;
	background: linear-gradient(90deg,#0033A0 0,#0033A0 100%) !important;
}
.text-red-600 {
	color: #0033A0 !important;
}
.site-payment-cards {
    display: none !important;
}
.site-footer.gray .widget .menu a {
    text-decoration: none !important;
}
.price ins {
	color: #0033A0 !important;
}
.banner-badge.green {
	color: #0033A0 !important;
	background: rgb(0, 51, 160) !important;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 160, 0.5)), color-stop(60%, rgba(34, 197, 94, 0))) !important;
	background: linear-gradient(90deg, rgba(0, 51, 160, 0.5) 0%, rgba(34, 197, 94, 0) 60%) !important;
}
.text-orange-600 {
	color: #0033A0 !important;
}
.border-orange-100 {
	border-color: #DCE5F9 !important;
}
.bg-orange-50 {
	background-color: #DCE5F9 !important;
}
.thumbnail-wrapper .thumbnail-badges .badge.sale {
	color: #fff !important;
	background-color: #0033A0 !important;
}
.header-row.border-bottom {
	border-bottom: 1px solid #0033A0 !important;
}
.site-footer .footer-row .footer-inner {
	padding-top: 1.125rem !important; 
	padding-bottom: 1.125rem !important;
}
.site-footer.gray .widget .menu a {
	font-size: 13px !important;
    font-weight: 500 !important;
}
.single-product-wrapper .woocommerce-product-gallery .badge.sale {
	color: #fff !important;
	background-color: #0033A0 !important;
}