header.header-style-2 { background-color: #B0112D !important; }
header .top-header.bg { background-color:burlywood !important; }
header .top-header .highlighter { color: #B0112D; }
header .top-header .border-list > li, header .top-header .border-list > li a { color: #232323; }
header .main-navbar .nav-menu > li > a { color: rgb(233 215 190); }
header.nav-down .navbar-searchbar { background-color: #e72d13; -webkit-box-shadow: 0px 4px 10px rgba(23, 32, 90, 0.15); box-shadow: 0px 4px 10px rgba(23, 32, 90, 0.15); }
.home-section-2 .home-social ul li span { color: #000 !important; }
.home-section-2 .home-social { background-color: burlywood; }

ul li.cart-dropdown .cart-btn button.btn-text { background-color: burlywood; color: #000 !important; }
ul li.cart-dropdown button.btn { color: burlywood !important; }

/* Title & Sub Title */
.subtitle-two { color:chocolate; }
.subtitle-two::before { background: chocolate; }
.subtitle-two::after { background: chocolate; }
.title-3 h2 { color: #e72d13; }

/* Product */
.img-wrapper { background-color: #E9E9E9 !important; border-radius: 20px; }
.product-box .img-wrapper .circle-shape { background-color: rgba(231, 45, 9, 0.04); }
.product-box .img-wrapper .background-text { color: rgba(231, 45, 9, 0.04); }
.product-box .cart-wrap a::after, .product-box .cart-wrap button::after { background-color:#e72d13; }
.label-theme { background-color: #e72d13; }
.label { color: #fff; }

/* Footer */
footer .main-footer { background-color:burlywood; }
footer .sub-footer { background-color: wheat; }
.font-footer-normal { color: #a51515; }
i.fas { color: #e72d13; }

/* Shop - Category */
#category-box { background-color: wheat; }

/* Login */
span.error { color:tomato; }

/* Checkout */
.btn-solid { background-color: #e72d13; }
button.orderNow { background-color: #e72d13; color: #E9E9E9; }
button.signin { background-color: #e72d13; color: #E9E9E9; }
.errorMin { border: 1px dotted #000; background-color: #FFD5D5; color: #000; }

/* Order Success */
.bankName { color:sienna; }


.btn-solid-default::before { background-color: transparent; }

.text-bold { font-weight: bold; }
.text-normal { font-weight: 500; }

/* Quick Shop */
section#shop-area { background-color: #f8e5cb !important; }
table.quick-shop thead tr { background-color: transparent !important; }
table.quick-shop tr.category { background-color: #6C912A; color: #FFF; }
table.quick-shop tr td { border: 1px solid #485f34; }
table.quick-shop tr { background-color: #CDDA8A; }
.pce-s { text-decoration-color: #000; }
table.quick-shop tr td table { background-color: #D8EBF2; }
.qtybutton-1 { border: 1px solid #ccc; box-shadow: inset 0 1px 3px #ddd; }

#showdis { background-color: #198754; color: #000; 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: #CDDA8A; }
.billing-info input { background:cornsilk; }
.billing-info textarea { background: cornsilk; }
.billing-info select { background:cornsilk; }

#ship_info { background-color: #CDDA8A; }
#ship_info input { background:cornsilk; }
#ship_info textarea { background: cornsilk; }
#ship_info select { background:cornsilk; }

.deliveryMethod { background-color: #bbc4fb; }
.deliveryMethodCalculation { background-color: #d5d5d5; }

/* 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 */
nav { margin: auto; }


header .main-navbar .nav-menu > li > a { font-size: 16px; }
.billing-info h2, #ship_info h2 { font-size: 18px; }

button.btn-solid-red { background-color: brown; color: #FFF; border-radius: 25px; }
button.btn-solid-red:hover { color: #FFF; }


@media (max-width: 768px) {
    header .main-navbar .nav-menu > li > a { color: rgb(12 12 12); }
}