/*
Theme Name: Dartagnan Theme 1
Version: 1.0
Description: A child theme of Divi
Template: Divi
author:dartagnan
*/

@import url("../Divi/style.css");
a.checkout-button.button.alt.wc-forward {
    background: steelblue;
	color: white !important;
}
button#place_order {
    background-color: steelblue;
    border: none;
}

div#et-main-area h1 {
    text-shadow: 5px 5px 10px #333;
}

.coupon button.button {
    background: steelblue;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: #2b6de4;
}

a.button.wc-forward {
    color: #3aa3f3 !important;
}

hr { border-top: 1px solid SKYBLUE;}
.btn-info {
    color: #fff;
    width: 80%;
    padding: 20px;
    text-transform: uppercase;
    display: block !important;
}
.h2, h2 {
    font-size: 30px;
    text-transform: uppercase !important;
}

.panel-body h4, .panel-body li {text-transform: uppercase !important; }
.panel-body ul li{
padding: 10px;
    border-bottom: 0.6px solid skyblue;    margin-bottom: 10px;
    text-transform: uppercase;
}


::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #77095b;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a01ea4;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #ecacee;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


.post-meta {display:none !important;}



input#billing_company,p#billing_company_field, p#billing_country_field, #billing_postcode_field, #billing_postcode{
    display: none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}
