/*
 * Template Name: Global Dive
 * Description: Custom Css, Global Dive
 * Author: John Whitworth
 * Company: Xlvisuals
*/

/* Shop Custom CSS */

/* Header */

.logo img {
    width: 350px;
}
.header-fixed .header-v2.header-fixed-shrink .navbar {
  margin-top: 0;
  background: white;
}
/* Footer */

.footer-logo {
  margin: 17px 0 20px;
}

/*Breadcrumbs v4
------------------------------------*/
.breadcrumbs-v4 {
    width: 100%;
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: none;
}

.breadcrumbs-v4 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  margin-right: auto;
  margin-left: auto;
  line-height: 50px;
  text-transform: uppercase;
}

.breadcrumbs-v4 .breadcrumb-v4-in {
  padding-left: 15px;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li {
  color: #fff;
  font-size: 20px;
  display: inline-block;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li + li:before {
  color: #fff;
  content: "\f105";
  margin-left: 7px;
  padding-right: 8px;
  font-family: FontAwesome;
}

.breadcrumbs-v4 .breadcrumb-v4-in li a,
.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover{
  color: #fff;
  text-shadow: 2px 2px #757575;
}
/*
.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover {
  color: #009dff;
  text-decoration: none;
  text-shadow: 2px 2px rgb(0, 0, 0);
}
*/

@media (max-width: 768px) {
  .breadcrumbs-v4 {
    text-align: center;
  }

  .breadcrumbs-v4 span.page-name {
    font-size: 18px;
  }

  .breadcrumbs-v4 h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/*Text Colors
------------------------------------*/
.color-global-blue{
    color: #00bae9;
}

/*About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
	color: #00bae9 !important;
}

/* Filter Heading
------------------------------------*/
.filter-by-block h1{
    background: rgba(255, 141, 0, 0.80);
}
.grid-list-icons i{
    background: rgba(0, 186, 233, 0.32);
}
.grid-list-icons i:hover {
	background: #00bae9;
}
i.fa.active {
	background: #00bae9;
}

/* Filter Boxes
------------------------------------*/
.checkbox-list .checkbox i,
.checkbox-list .checkbox input:focus + i,
.checkbox-list .checkbox input + i:after{
    color: #000000;
    border-color: #00bae9;
}

.checkbox-list .checkbox input:checked + i,
.checkbox-list .checkbox:hover i {
    border-color: #0095bf;
}

.checkbox-list .checkbox small a{
    color: #00bae9;
}

.noUi-connect{
    background: #00bae9;
}

.stars-ratings label{
    color: rgba(0, 186, 233, 0.32);
}

.stars-ratings input + label:hover,
.stars-ratings input + label:hover ~ label {
	color: #00bae9;
}

.stars-ratings input:checked ~ label{
    color: #00bae9;
}

.btn-u.btn-brd.btn-u-sea-shop{
    border-color: rgba(255, 141, 0, 0.80);
}
.btn-u.btn-brd.btn-u-sea-shop:hover {
  color: rgba(255, 141, 0, 0.80);
  border-color: rgba(255, 141, 0, 0.80);
}
.btn-u.btn-brd.btn-u-sea-shop.btn-brd-hover:hover {
  background: rgba(255, 141, 0, 0.80);
}

.checkbox-list .checkbox input + i:after {
    top: 0;
    left: -3px;
    width: 25px;
    height: 25px;
    content: '\f00c';
    text-align: center;
    font: normal 15px/17px FontAwesome;
}

/*Shop Background Red*/
.shop-bg-global-blue {
  background: #00bae9;
}

.checkbox-list .checkbox {
    color: #999;
    margin: 4px 0;
    padding: 10px 5px 15px 5px;
    cursor: pointer;
    font-size: 13px;
    line-height: 11px;
    padding-left: 27px;
}
.checkbox-list .checkbox i {
	left: 0;
	width: 20px;
	height: 20px;
	outline: none;
	display: block;
	background: #fff;
	border-width: 1px;
	position: absolute;
	border-style: solid;
}

.filter-list {
  color: #999;
  margin: 4px 0;
  font-size: 13px;
  line-height: 20px;
  padding-left: 27px;
}

/* Grid Items
------------------------------------*/

.shop-rgba-dark-green{
    background: rgba(0, 186, 233, 0.32);
}

.product-ratings li .rating{
    color: rgba(0, 186, 233, 0.32);
}
.product-ratings li .rating-selected{
    color: #00bae9;
}
.product-ratings li.like-icon a {
	color: rgba(0, 186, 233, 0.32);
}
.product-ratings li.like-icon a:hover {
	color: #00bae9;
}

.illustration-v2 .add-to-cart:hover {
	color: #fff;
	background: rgba(255, 141, 0, 0.80);
}



/* Pagination
------------------------------------*/
.pagination.pagination-v2 > li > a:hover,
.pagination.pagination-v2 > .active > a,
.pagination.pagination-v2 > .active > span,
.pagination.pagination-v2 > .active > a:hover,
.pagination.pagination-v2 > .active > span:hover,
.pagination.pagination-v2 > .active > a:focus,
.pagination.pagination-v2 > .active > span:focus{
    background: #00bae9;
    border-color: #00bae9;
}

/* Newsletter Signup Bar
------------------------------------*/
.shop-subscribe{
    background: rgba(255, 141, 0, 0.80);
}

/* Footer Link color
------------------------------------*/
.footer-v4 .copyright a{
	color: #00bae9;
}

/*Back to top Button
------------------------------------*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}

#topcontrol:hover {
    color: #fff;
    background: rgba(255, 141, 0, 0.80);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list-inline > .sort-list-btn{
    margin-right: 0;
    padding-right: 0;
}
.list-inline > .sort-list-btn > .right-padding{
    padding-right: 25px;
}
.filter-results {
    padding: 0 0;
}

/*Payment Methods Footer
------------------------------------*/
.footer-v1 .footer-socials {
	margin-top: 0px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 30px;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}

.panel-filter-default > .panel-filter-heading + .panel-filter-collapse > .panel-filter-body {
  overflow: scroll;
  overflow-x: hidden;
}

/*Cart
------------------------------------*/

.underline-div{
    border-bottom: solid 1px #d0d0d0;
}
