/*
Theme Name:         Headsetsdirect v2
Theme URI:          https://headsetsdirect.com
Description:        Official website theme for headsetsdirect.
Version:            0.0.1
Author:             Remon de Vries
Author URI:         https://remondevries.com/
*/

.cart-notice {
    float: right;
    color: #fff;
    background: #fc8b36;
    padding: 0 1ex;
    border-radius: .5ex;
}

.order-notice {
	position: relative;
  color: #fff;
  background: #fc8b36;
  padding: 0 1ex;
  border-radius: .5ex;
}

.compat-guide-table {
	width: 100%;
	border: 1px solid black;
	color: black;
}

.compat-guide-table a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.compat-guide-table td {
	padding: 5px;
	text-align: center;
	border: 1px solid grey;
}

.compat-guide-header {
	background-color: #fc8b36;
	color: white;
}
.nocomments {
	display: none;
}

@media (max-width: 800px) {
  .cart-notice {
    clear: left !important;
    margin: 20px;
    float: none;
    display: block;
    text-align: center;
  }
}
