/*---------------------------------------*/
/* GENERAL ELEMENTS */
/*---------------------------------------*/

.entry table {
box-shadow: none;
-webkit-box-shadow: none;
}

.entry table,
.entry table thead th,
.entry table tbody th {
background: transparent;
}

.entry table,
.entry table thead th,
.entry table tbody td,
.entry table tbody th {
border-color: #4f4f4f;
}

.entry table td, .entry table th {
border-right: 1px dotted #4f4f4f;
}

body #wrapper #content button.fa-search.submit {
background: transparent;
colour: #fff;
}

body #wrapper #content button.fa-search.submit:before {
color: #febc2e;
}

/*---------------------------------------*/
/* SIDEBAR */
/*---------------------------------------*/

.quick-links img {
border: 2px solid #333333;
}

/*---------------------------------------*/
/* CART/CHECKOUT */
/*---------------------------------------*/

.woocommerce_message, .woocommerce-message {
background: #FEBC2E;
color: #fff;
border: 0;
}

.woocommerce_message:before, .woocommerce-message:before {
top: 1.287em;
}

table.cart a.remove {
line-height: 1.2;
}

ul.payment_methods.methods li.payment_method_paypal {
background: url(http://www.cleararmour.com.au/wp-content/uploads/2015/02/cards.png) no-repeat top right;
height: 65px;
}

ul.payment_methods.methods li.payment_method_paypal img {
display: none;
}

ul.payment_methods.methods li.payment_method_paypal p {
width: 70%;
}

/*---------------------------------------*/
/* MEDIA QUERIES */
/*---------------------------------------*/

@media only screen and (min-width: 980px) {
.two-col-left #main-sidebar-container #sidebar {
width: 21.91%;
}
}

@media only screen and (max-width: 550px) {
ul.payment_methods.methods li.payment_method_paypal {
background: transparent;
.header-widget span#phone, span#phone {display:block;}
}

ul.payment_methods.methods li.payment_method_paypal p {
width: 100%;
}