/*----------------------------------
 Theme Hover
------------------------------------*/
/* Blocks Team-Trainer v2 */
.hover-content {
  position: relative;
}

.hover-content img {
  width: 100%;
}

.hover-content .hover-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-wrapper:hover .hover-content .hover-btn {
  opacity: 1;
  visibility: visible;
  background: rgba(5, 56, 107, 0.15);
}

/*----------------------------------
	Bootstrap Custom Popover
------------------------------------*/
/* Blocks Team-Trainer v2 */
.popover {
  --box-shadow: none  !important;
  min-height: 5rem;
  border: none;
  border-color: var(--white);
}

.popover-header {
  font-size: 14px;
  text-align: center;
  color: var(--white);
  background-color: var(--primary);
}

/*------------------------------------
  Bootstrap Circle Buttons
------------------------------------*/
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border: none !important;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s ease;
  appearance: none  !important;
  box-shadow: none  !important;
  outline: none  !important;
}

.btn-circle i {
  position: relative;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

/*----------------------------------
	Bootstrap Tabs Arrow
------------------------------------*/
/* skin-shop */
.bs-tabs-arrow .nav-tabs {
  margin: 0;
  margin-bottom: 2.0rem;
  border: none;
}

.bs-tabs-arrow .nav-tabs li {
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  float: left;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 1.0rem;
}

.bs-tabs-arrow .nav-tabs li:last-child {
  /*
  margin-right: 0 !important;
  */
}

.bs-tabs-arrow .nav-tabs li a {
  padding: 11px 35px;
  position: relative;
  font-weight: 600;
  background: var(--light);
  border-radius: 0.25rem;
  border: 1px solid var(--primary-light);
}

.bs-tabs-arrow .nav-tabs li a i {
  margin-right: 5px;
}

.bs-tabs-arrow .nav-tabs li a.active {
  color: var(--primary);
  border: 1px solid var(--primary-light);
  background: var(--white);
}

.bs-tabs-arrow .nav-tabs li a.active::after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--primary);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/*------------------------------------
	Icon Block
------------------------------------*/
/* skin-approach-map */
/* skin-coupons */
.ui-icon-block {
  text-align: center;
  background-color: var(--white);
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
}

.ui-icon-block--pull2top {
  margin-top: -7rem;
}

.ui-icon-block__item {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ui-icon-block__col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .ui-icon-block {
    border-bottom: solid 1px var(--light);
  }
  .ui-icon-block__col--left-brd {
    border-left: solid 1px var(--light);
  }
}

.ui-icon-svg-3x {
  width: 3rem;
  height: auto;
}

/* == END / Icon Block == */
