/*
Theme Name: Mention Blank
Theme URI: https://devdmbootstrap.com
Author: Danny Machal
Author URI: https://himanshu chpala/
Description: A no frills theme for Developers using Twitter Bootstrap 4.
Version: 1.71
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: devdmbootstrap4
GitHub Theme URI: https://github.com/dannymachal/devdmbootstrap4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The default Bootstrap 4 CSS and JS files are enqueued inside the functions.php file with the handles devdmbootstrap4-css and devdmbootstrap4-js
*/

header {
    background: #000;
}
footer
{ background:#CCC;
}
article {
      width: 75%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}
aside {
   
    width: 25%;
	 float: left;
	 padding: 0px 15px;
    box-sizing: border-box;
}
.billing-details-box * {
    color: #fff;
}
button.single_add_to_cart_button.button.alt {
  background: #fff;
    color: #000;
    height: 50px;
    line-height: 33px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #f7f7f7;
    color: #000;
}
.product_meta * {
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #d4d4d4;
    font-size: 2.25em;
    font-weight: bold;
}
.kcp-woocommerce-single-product-social-media-icon-box {
    margin-top: 15px;
    padding-left: 0px;
}
h2.woocommerce-loop-product__title {
    font-size: 2em !important;
    color: #fff;
}
.woocommerce ul.products li.product .price {
    color: #fff;
    font-size: 20px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    line-height: 40px;
}
section.related.products h2 {
    margin-bottom: 24px;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 3%;
    background: #fff;
}
ul.tabs.wc-tabs {
    padding: 0px !important;
    border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px;
}
form.woocommerce-cart-form {
    background: #f3f3f3;
    padding: 3%;
}
.my-cart-box .woocommerce table.shop_table thead tr th:last-child {
    background: none;
    color: #000;
}
.my-cart-box .woocommerce table.shop_table thead tr th:first-child {
    background: no-repeat;
    color: #000;
}
.my-cart-box .woocommerce-cart-form__contents .coupon .button {
   line-height: 36px !important;
}
.cart-collaterals {
    background: #e6e6e6;
    margin-top: 90px;
    padding: 2%;
}
a.checkout-button.button.alt.wc-forward {
    height: 50px;
    line-height: 18px;
    background: #000;
    font-weight: normal;
}
#payment .place-order .button {
    background: #fff;
    color: #000;
}
.screen-reader-response {
    position: static !important;
    height: 50px !important;
    width: auto !important;
    color: #fff;
    text-align: center;
    display: block;
    overflow: visible !important;
}
.screen-reader-response p {
    color: #fff !important;
}