/**
 * Additional styles for Uniden modifications.
 *
 * Author: Mike Pollitt <mike@pollittbromley.com> 2017-05-19
 *
 */

.uniden-product-summary-container {
  width: 100%;
}

.uniden-product-summary-container::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-product-summary-left-column {
  width: 50%;
  border-right: 1px solid #CBCDCB;
  float: left;
}

.uniden-product-summary-right-column {
  width: 49%;
  float: right;
}

.uniden-document-list {
  width: 100%;
  margin-bottom: 1em;
}

.uniden-document-item::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-document-icon {
  float: left;
  vertical-align: middle;
  text-align: left;
  width: 3em;
}

.uniden-document-icon img {
  width: 2em;
}
.top_content, .bottom_content {
    font-size: 1rem;
    line-height: 2;
    color: #000;
}
.top_content ol, .top_content ul, .bottom_content ol, .bottom_content ul  {
    list-style: auto;
	margin-left: 1.5rem;
}
.top_content h2, .top_content h3, .top_content h4, .top_content h5, .top_content h6,.bottom_content h2, .bottom_content h3, .bottom_content h4, .bottom_content h5, .bottom_content h6{
	margin-top: 1rem;
}
.uniden-document-title {
  float: left;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
  width: auto;
}

.uniden-document-title a {
  color: gray;
  text-decoration: none;
}

.uniden-where-to-buy {
  margin-bottom: 4em;
}

.uniden-where-to-buy a {
  text-transform: uppercase;
}

.uniden-accessories-list {
  margin: 10px;
}

.uniden-accessories-list::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-accessories-list-title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0em 0em 1em 0.5em;
}

.uniden-accessories-list-item {
  margin-bottom: 20px;
  width: 190px;
  height: 190px;
  float: left;
}

.uniden-accessories-list-item::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-accessories-list-item-left-column {
  width: 39%;
  float: left;
  text-align: center;
}

.uniden-accessories-list-item-right-column {
  width: 60%;
  float: right;
}

.uniden-accessories-list-item-icon img {
  width: 50px;
  margin-left: 0.5em;
}

.uniden-accessories-list-item-product-title {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 3px;
}

.uniden-accessories-list-item-short-description {
  font-size: 1em;
  color: gray;
  line-height: 15px;
  padding-bottom: 10px;
}

.uniden-accessories-list-item-buy-now a {
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0.5em 0.8em;
}

.uniden-accessories-list-item-buy-now a.view-info {
  background: #E4E4E3;
}

.uniden-accessories-list-item-buy-now a.view-info span {
  color: #439AD4;
}

.uniden-accessories-list-item-buy-now a.enquiry {
  background: #E4E4E3;
}

.uniden-accessories-list-item-buy-now a.enquiry span {
  color: #439AD4;
}

.uniden-accessories-list-item-buy-now a.buy-now {
  background: #439AD4;
}

.uniden-accessories-list-item-buy-now a.buy-now span {
  color: #E4E4E3;
}

#uniden_slider ul {
  margin: 0 0 10px 0;
}

#uniden_slider li div.easyzoom {
  width: 365px;
  height: 365px;
  text-align: center;
  margin: 0 auto;
}

#uniden_slider li img.uniden-zoom-image {
  width: auto;
  height: auto;
  max-width: 365px;
  max-height: 365px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#uniden_slider div.easyzoom-flyout img {
  max-width: 1800px;
  max-height: 1800px;
  width: auto;
  height: auto;
  background: white;
}

#uniden_carousel {
  height: 150px;
}

#uniden_carousel li {
  list-style: none;
}

#uniden_carousel li {
  width: 150px;
  height: 150px;
  text-align: center;
}

#uniden_carousel li img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 140px;
  margin: 5px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.flex-direction-nav {
  list-style: none;
  margin: 0;
}

div.flexslider {
  margin-bottom: 5px;
  border: 0;
}

ul.slides {
  margin: 0;
}

.related-product>li .product-thumbnail {
  width: 180px;
  height: 180px;
  max-width: unset;
  min-width: unset;
  text-align: center;
}

.related-product>li .product-thumbnail img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

form.searchform {
  display: none;
}

a i.uniden-search-icon {
  color: black;
}

.uniden-search-form .label {
  text-transform: uppercase;
  color: #4990BE;
}

.uniden-search-container {
  width: 100%;
  border-bottom: 1px solid #E6E7E9;
  grid-column-start: 1;
  grid-column-end: 3;
}
.uniden-search-form {
  margin: 1em auto;
  width: 80%;
}

.uniden-search-form::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-search-form .field-group {
  float: left;
  margin-right: 0.5em;
}

.uniden-search-form input {
  width: 15em;
}

.uniden-search-form select {
  width: 15em;
}

.uniden-search-form input.button.submit {
  width: auto;
  background: #439AD4
}

.uniden-search-form .autocomplete-dropdown {
  width: 208px;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  position: relative;
  top: -12px;
}

.uniden-search-form .autocomplete-dropdown ul {
  list-style: none;
  margin: 0;
}

.uniden-search-form .autocomplete-dropdown li {
  border-bottom: 1px solid lightgray;
  width: 178px;
  padding: 5px 15px;
  cursor: pointer;
}

.uniden-search-form .autocomplete-dropdown .selected {
  background: lightgray;
}

.uniden-search-results {
  width: 100%;
  margin-bottom: 2em;
  grid-column-start: 1;
  grid-column-end: 3;
}

.uniden-search-results h1 {
  text-transform: uppercase;
  color: #4990BE;
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em 0 0 0;
  padding: 0;
}

.uniden-search-results::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-search-results .search-result-row {
  border-bottom: 1px solid #E6E7E9;
}

.uniden-search-results .search-result-row.alt-row {
  background: #F8FAF8;
}

.uniden-search-results .search-result-row.first-row {
  border-top: 1px solid #E6E7E9;
}

.uniden-search-results .search-result-row::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-search-results .search-result-item {
  width: 22%;
  float: left;
  margin: 0.25em 0 0.25em 1em;
}

.uniden-search-results .search-result-item .thumbnail {
  float: left;
  width: 45px;
  height: 45px;
  padding: 0 15px 0 0;
  max-width: unset;
  min-width: unset;
  text-align: center;
}

.uniden-search-results .search-result-item .thumbnail img {
  width: auto;
  height: auto;
  max-width: 45px;
  max-height: 45px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uniden-search-results .search-result-item .text-block {
  float: left;
  width: 70%;
}

.uniden-search-results .search-result-item .title {
  font-weight: bolder;
  margin: 0.5em 0 -0.5em 0;
}

.uniden-search-results .search-result-item::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-search-results .search-result-item .link a {
  text-decoration: none;
  font-size: smaller;
}

.uniden-search-results .search-result-item.pdf-item .thumbnail {
  width: 45px;
  height: 45px;
}

.uniden-search-results .search-result-item.pdf-item .thumbnail img {
  max-width: 45px;
  max-height: 45px;
}

.uniden-country-selector {
  height: 60px;
  text-align: center;
  margin-left: 1em;
}

.uniden-country-selector-icons {
  width: auto;
  height: auto;
  max-height: 60px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uniden-country-selector-title {
  width: 100%;
}

.uniden-country-selector-title img {
  width: 70px;
}

.uniden-country-selector-au {
  float: left;
  width: 50%;
}

.uniden-country-selector-au img {
  height: 30px;
}

.uniden-country-selector-nz {
  float: left;
  width: 50%;
}

.uniden-country-selector-nz img {
  height: 30px;
}

.uniden-product-category-list {
  margin: auto 2em;
}

.uniden-product-category-list::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-product-category-list h1 {
  text-transform: uppercase;
  color: #4990BE;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
}

.uniden-product-category-list .uniden-product-sort {
  float: right;
  margin-top: -2.5em;
  margin-right: 6em;
  font-size: 1.5em;
}

.uniden-product-category-list .uniden-product-sort .label {
  font-size: 0.75em;
  vertical-align: middle;
}

.uniden-product-column {
  width: 220px;
  float: left;
}

.uniden-product {
  height: 380px;
}

.uniden-product .thumbnail {
  width: 200px;
  height: 200px;
  margin: 10px;
  max-width: unset;
  min-width: unset;
  text-align: center;
}

.uniden-product .thumbnail img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uniden-product .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.uniden-product .title a {
  text-decoration: none;
  color: black;
}

.uniden-product .summary {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.uniden-product .badge {
  z-index: 100;
  position: relative;
  left: 20px;
  top: -200px;
  float: left;
}

.uniden-product .badge img {
  width: 40px;
  height: 40px;
}

.uniden-product-badge {
  z-index: 100;
  position: absolute;
  left: 0px;
}

.uniden-product-badge img {
  width: 100px;
  height: 100px;
}

/**
 * Hide the subtotal in the shopping cart icon display in the top menu bar
 */
a.wc-ico-cart span.amount {
  display: none;
}

a.wc-ico-cart span.counter {
  display: none;
}

/**
 * Store locator
 */

.uniden-wpsl-two-columns {
  vertical-align: top;
  margin-bottom: 1em;
}

.uniden-wpsl-two-columns::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-wpsl-thumb {
  float: right;
}

.uniden-wpsl-thumb img {
  width: 120px;
}

.uniden-wpsl-address {
  float: left;
}

.uniden-scroll-for-more-stores {
  margin: 10px 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.uniden-please-call {
  font-size: 14pt;
  background: #777D85;
  color: white;
  margin-top: 10px;
}

.uniden-map-container {
  width: 66.5%;
  float: right;
}

@media (max-width: 675px) {

  .uniden-map-container {
    width: 100%;
    float: none;
  }

  .uniden-please-call {
    padding-bottom: 5px;
  }
}

#wpsl-gmap {
  float: none;
  width: 100%;
}

.uniden-map-container::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-please-call i {
  padding: 10px;
  background: #4B99D1;
}

.uniden-online-shop-search-container {
  background: #F4F6F7;
  width: 100%;
  border-bottom: 1px solid #E6E7E9;
}

.uniden-online-shop-search-container::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-online-shop-search-title {
  width: 18%;
  float: left;
  padding: 40px 0 0 20px;
  font-size: 24pt;
  text-transform: uppercase;
  color: #63A8D9;
}

.uniden-online-shop-search-title a, .uniden-online-shop-search-title a:active, .uniden-online-shop-search-title a:hover, .uniden-online-shop-search-title a:visited {
  text-decoration: none;
  color: #63A8D9;
}

.uniden-online-shop-search-container .uniden-search-container {
  width: 80%;
  float: left;
  border-bottom: none;
}

.uniden-bestsellers-title {
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: bold;
  padding: 15px 0;
  color: #589AD1;
  width: 100%;
  border-top: 1px solid lightgrey;
}

.uniden-sale-price {
  color: #3B3F49;
  font-size: 18pt;
  font-weight: bold;
  margin: -15px 0 15px 0;
}

.uniden-original-price {
  color: #3B3F49;
  font-size: 12pt;
}

.uniden-strikeout-price {
  font-weight: bold;
  text-decoration: line-through;
}

.uniden-percentage-saving {
  color: #5099CC;
}

.uniden-field-group {
  width: 100%;
}

.uniden-field-group::after {
  content: "";
  clear: both;
  display: table;
}

.uniden-field-label {
  font-weight: bolder;
  width: 20%;
  float:left;
  margin-top: 0.5em;
}

.uniden-field-value {
  width: 40%;
  float: left;
}

.uniden-field-value select {
  width: 15em;
}

.uniden-field-comment {
  font-size: x-small;
  margin-top: -0.8em;
}

.shop_table dl.variation {
  display: block;
}

.shop_table dl.variation::after {
  content: "";
  clear: both;
  display: table;
}

.shop_table dl.variation dt {
  font-weight: bolder;
}

div.wcml-dropdown.product.wcml_currency_switcher {
  margin: -2em 0 2em 0;
}

.uniden-product-category-breadcrumbs {
  margin: -3em 0 0em 2em;
  border-bottom: 1px solid #CCC;
}

.uniden-product-category-breadcrumbs{
  text-transform: uppercase;
  color: #64AEEE;
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.uniden-product-category-breadcrumbs a {
  color: #797979;
	text-decoration: none;
}
.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li + li::before {
    content: "/";
    margin: 0 0.5rem;
    color: #999;
}
.uniden-scanner-warning {
  color: #64AEEE;
  font-weight: bold;
}