/* Main CSS file for BaldMikes theme */

/* Helpers */
.hidden_cart_id {visibility: hidden !important;}

/* Colors */
.bg-info-50 {background-color:  rgba(23, 162, 184, 0.5);}
.bg-success-50 {background-color:  rgba(40, 167, 69, 0.5);}
.bg-primary-50 {background-color: rgba(0, 123, 255,0.5);}

/* Body */
body {background-color: #ffffff;}

/* Jumbotron */
.jumbotron {margin: 9.2rem 0 0 !important; padding: 0 !important;}
.jumbotron .container-fluid {padding: 0 !important;}
.jumbotron .img-fluid {width: 100% !important;}

/* Buttons */
button:focus {
    outline: 1px dotted;
    outline: 5px auto #337ab7 !important;
}
#add_to_cart_button.disabled_button, #add_to_cart_button:disabled,
#upper_add_to_cart_button.disabled_button, #upper_add_to_cart_button:disabled {
    color: #fff;
    background-color: #d6d8db;
    border-color: #d6d8db;
}

/* Navigation - Main */
.navbar-brand {padding: 0 !important;}
.navbar-toggler {border: 1px solid rgba(255,255,255, 0.5) !important;}
.separator.disabled {padding-top:8px; color: #aaa;}

/* Navigation - Tabs */
.nav-tabs .nav-link {border: 1px solid white;}
.nav-tabs .nav-link:not(.active) {background-color: lightgray;}

/* Forms */
.form-wrapper {border-radius: 7px;}
.form-wrapper label {font-weight: bold;}
.errors li {list-style: none; width: 100%; text-align: center;}
.errors ul {padding-left: 0; margin-bottom: 0;}
select:invalid { color: gray; }

/* jQuery Countdown Css */
/* Sale Banner */
#sale_banner {
    overflow: hidden;
    font-size: 1.5em;
    color: #DE232C;
    border: 5px double #DE232C;
    font-weight: bold;
}
#sale_image_container img {width: 100%;}
#sale_countdown_container {color: #DE232C;}
#sale_message {color: #000000; font-size: 1.2rem;}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {

}

.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
  color: #DE232C;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

.striped .row:nth-child(odd) div {background-color: #dee2e6;}
.icon-indent {padding-left: 26px; text-indent: -36px;}
.border-3 {border-width: 4px !important;}
#fabric_colors .card {cursor: pointer;}
.msrp {text-decoration-line: line-through; color: #666; font-size: 16px;}
.your-price {font-size: 18px;}


@media (max-width: 768px) {
  .form-wrapper .text-right {text-align: center !important;}
  .form-wrapper .btn-primary {display: block; margin: 0 auto;}
}
