/* Quick Shop */
section#shop-area { background-color: #f8e5cb !important; }
table.quick-shop thead tr { background-color: #8F1917 !important; color: #FFF; }
table.quick-shop tr.category { background-color: #EBA548; color: #000; }
table.quick-shop tr { background-color: #F4C675; }
table.quick-shop tr.category h3 { color: #FFF; }
table.quick-shop tr td { border: 1px solid #485f34; }
table.quick-shop tr td table { background-color: #D8EBF2; }

.pce-s { text-decoration-color: #000; }
.qtybutton-1 { border: 1px solid #ccc; box-shadow: inset 0 1px 3px #ddd; }

#showdis { background-color: #194b87; color: #b7cddb; font-weight: bold; }
#showdis span { color: #dedbdb; font-weight: bold; }

#shipping-info { background-color: transparent !important; }
.shipping-info input { background: cornsilk; }

.billing-info { background-color: #8aabda; }
.billing-info input { background:cornsilk; }
.billing-info textarea { background: cornsilk; }
.billing-info select { background:cornsilk; }
.billing-info .at-custom-label { color: ivory; text-shadow: 2px 2px 5px black; }

.ship-info { background-color: #8aabda; }
.ship-info input { background:cornsilk; }
.ship-info textarea { background: cornsilk; }
.ship-info select { background:cornsilk; }
.ship-info .at-custom-label { color: ivory; text-shadow: 2px 2px 5px black; }


.deliveryMethod { background-color: #bbe1fb; }
.deliveryMethodCalculation { background-color: #fdfdfd; }

/* Check Box */
.checkbox-container input:checked ~ .checkmark { background-color:burlywood; }
.checkbox-containerB .checkmark:after { border: solid white; }
.checkbox-containerB:hover .checkmark { background-color: #ccc; }
.checkmark { background-color: #eee;border: 1px solid #000; }
.custome-form-check .form-check-label { color: #212529; }

/* Primary Menu */
.billing-info .at-custom-label { font-size: 18px; }
.billing-info h2 { font-size: 18px; }

.ship-info .at-custom-label { font-size: 18px; }
.ship-info h2 { font-size: 18px; }

header .main-navbar .nav-menu > li > a { font-size: 16px; }

/* Button */
.btn.btn-red { color: #FFFFFF; background-color: #D92211; border-color: #D92211; }
