/**
 * Main template stylesheet
 */
/*******************************************************************/
/* BASE STYLESHEETS
/* source: base.less
/*******************************************************************/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rm.ttf) format('truetype');
}
body {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25em;
  color: #58595B;
}
b,
strong {
  font-weight: bold;
}
.heading {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  color: #000;
}
h3 {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1.714em;
}
h4 {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1.5em;
}
h5 {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1.286em;
}
h6 {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 0.857em;
}
.container {
  width: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.underlined-heading .sppb-addon-title {
  position: relative;
  padding-bottom: 13px;
  color: #000;
}
.underlined-heading .sppb-addon-title small {
  font-weight: bold;
  font-size: 14px;
}
.underlined-heading .sppb-addon-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 142px;
  margin: 0 -71px;
  border-top: 1px solid #47C0E8;
}
/*******************************************************************/
/* TEMPLATE LAYOUT
/* source: layout.less
/*******************************************************************/
.sp-header {
  color: #fff;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
}
.sp-header a {
  color: #333;
  text-decoration: none;
}
.sp-header a:hover {
  color: #00ACE4;
}
.sp-header .container {
  width: 100%;
}
.sp-header .navbar {
  padding: 0;
}
.sp-header .navbar .nav {
  flex-grow: 1;
  justify-content: end;
}
.sp-header .navbar .nav li a {
  display: flex;
  padding: 0 30px;
  align-items: center;
}
.sp-header .navbar .nav .current > a {
  color: #00ACE4;
  font-weight: bold;
}
.navbar-brand {
  padding: 0;
}
.sp-header-logo img {
  display: block;
  max-height: 100px;
}
@media (max-width: 991px) {
  .sp-header .navbar > .container {
    padding: 0 30px;
  }
  #sp-navbar-menu {
    position: fixed;
    right: 0;
    width: 80%;
    max-width: 400px;
    background: #58595B;
    overflow: auto;
  }
  #sp-navbar-menu .nav {
    flex-direction: column;
  }
  #sp-navbar-menu .nav li a {
    height: auto;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .sp-header .navbar > .container {
    padding: 0 15px;
  }
}
.sp-body .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sp-footer {
  background: #191919;
  color: #fff;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 12px;
}
.sp-footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sp-footer .footer-modules {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sp-footer .footer-modules > *:first-child {
  flex-grow: 1;
}
.sp-footer .footer-modules > * + * {
  margin-top: 15px;
}
.sp-footer a {
  color: #fff;
  text-decoration: none;
}
.sp-footer a:hover {
  color: #00ACE4;
}
.sp-footer .nav {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  align-items: center;
}
.sp-footer .nav a {
  display: block;
  padding: 5px 0;
}
.sp-footer .nav .current a {
  color: #00ACE4;
}
.sp-footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.sp-footer .footer-info:not(:first-child) {
  margin-top: 10px;
}
.sp-footer .sp-footer-logo {
  padding: 15px 0;
}
.sp-footer .footer-copyright {
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .sp-footer .footer-modules {
    flex-direction: row;
    align-items: start;
    text-align: left;
  }
  .sp-footer .footer-modules > * + * {
    margin-top: 0;
    margin-left: 30px;
  }
  .sp-footer .nav {
    flex-direction: row;
  }
  .sp-footer .nav li + li {
    margin-left: 30px;
  }
  .sp-footer .nav a {
    display: inline;
  }
  .sp-footer .footer-info {
    flex-direction: row;
  }
  .sp-footer .sp-footer-logo {
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  .sp-footer .footer-modules > * + * {
    margin-left: 70px;
  }
  .sp-footer .footer-info:not(:first-child) {
    margin-top: 10px;
  }
}
/*******************************************************************/
/* COM_CONTENT
/* source: com_content.less
/*******************************************************************/
.com_content .sp-component .item-wrap {
  display: flex;
  position: relative;
  margin: 0 0 80px;
}
.com_content .sp-component .item-category {
  position: absolute;
  width: 33.333333%;
  left: 0;
  top: 0px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 2;
}
.com_content .sp-component .item-category dd {
  font-size: 0;
  display: inline;
  margin: 0;
}
.com_content .sp-component .item-category a,
.com_content .sp-component .item-category span {
  font-size: 12px;
  background: #00ACE4;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
}
.com_content .sp-component .item-image-wrap {
  flex-shrink: 0;
  width: 33.333333%;
}
.com_content .sp-component .item-image {
  height: 180px;
  margin: 10px 20px 0 0;
  border: 2px solid #e8e8e8;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.com_content .sp-component .item-image a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_content .sp-component .item-image a:hover img {
  transform: scale(1.1);
}
.com_content .sp-component .item-image img {
  max-height: 100%;
  max-width: 100%;
  transition: transform 0.3s;
}
.com_content .sp-component .item-page .item-image {
  height: auto;
  margin: 0 0 20px;
}
.com_content .sp-component .item-info {
  margin: 0;
  color: #333;
  line-height: 20px;
  text-transform: uppercase;
}
.com_content .sp-component .item-info dd {
  display: inline;
  margin: 0;
}
.com_content .sp-component .item-info dd + dd:before {
  content: '|';
  font-size: 12px;
  margin: 0 3px;
}
.com_content .sp-component .item-info .createdby,
.com_content .sp-component .item-info .published {
  font-size: 0;
  line-height: 0;
}
.com_content .sp-component .item-info .createdby a,
.com_content .sp-component .item-info .published a,
.com_content .sp-component .item-info .createdby span,
.com_content .sp-component .item-info .published span,
.com_content .sp-component .item-info .createdby time,
.com_content .sp-component .item-info .published time {
  font-size: 12px;
  line-height: 20px;
}
.com_content .sp-component .page-header {
  margin: 0 0 10px;
}
.com_content .sp-component .page-header h2 {
  margin: 0;
  font-size: 24px;
  color: #111;
}
.com_content .sp-component .autoreadmore {
  margin-bottom: 1rem;
}
.com_content .sp-component .readmore .btn {
  background-color: #00ACE4;
  color: #fff;
  font-size: 14px;
}
.com_content .sp-component .readmore .btn:hover {
  background-color: #005f7e;
}
.com_content .sp-component .pagenav {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.com_content .sp-component .pagenav a {
  padding: 5px 30px;
  border: 1px solid #00ACE4;
  border-radius: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.com_content .sp-component .pagenav a:hover {
  border-color: #005f7e;
}
.com_content .sp-component .pagenav .previous {
  float: left;
}
.com_content .sp-component .pagenav .next {
  float: right;
}
.com_content .sp-component .pagenav:after {
  content: '';
  clear: both;
  display: block;
}
.com_content .sp-component .items-more .nav {
  display: block;
  border: none;
}
.com_content .sp-component .pagination {
  display: block;
  margin: 30px 0;
}
.com_content .sp-component .pagination ul {
  list-style: none;
  padding: 0;
}
.com_content .sp-component .pagination .pull-right {
  float: right;
}
.com_content .sp-component .pagination li {
  display: inline-block;
}
.com_content .sp-component .pagination li span,
.com_content .sp-component .pagination li a {
  padding: 5px 10px;
  border-radius: 4px;
}
.com_content .sp-component .pagination li span:after,
.com_content .sp-component .pagination li a:after {
  display: none;
}
.com_content .sp-component .pagination li a {
  border: 1px solid #00ACE4;
  transition: color 0.3s, border-color 0.3s;
}
.com_content .sp-component .pagination li a:hover {
  border-color: #005f7e;
}
.com_content .sp-component .pagination li span {
  opacity: 0.5;
  border: 1px solid #58595B;
}
.com_content .sp-component .pagination li span:hover {
  border-color: #58595B;
}
/*******************************************************************/
/* COM_HIKASHOP
/* source: com_hikashop.less
/*******************************************************************/
.hikabtn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 30px;
  background-color: #00ACE4;
  border-color: #00ACE4;
  color: #fff;
  transition: color 0.2s, border 0.2s, background 0.2s;
}
.hikabtn:hover {
  background-color: #0086b1;
  border-color: #0086b1;
  color: #fff;
}
a.hikacart {
  padding: 5px 10px;
  line-height: 21px;
  font-size: 12px;
  background-color: #58595B;
  border-color: #58595B;
  color: #FFF600;
}
a.hikacart:hover {
  background-color: #3f4041;
  border-color: #3f4041;
  color: #FFF600;
}
.hikashop_small_cart_checkout_link:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.hikashop_small_cart_checkout_link + .hikashop_cart_proceed_to_checkout {
  margin-left: 10px;
}
.hikashop_products_listing_main h2 {
  font-size: 24px;
}
.hikashop_products_listing_main > h2 {
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.hikashop_products_listing_main > h2:before,
.hikashop_products_listing_main > h2:after {
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  margin: 0 10px;
  vertical-align: middle;
  content: '';
}
.hikashop_products_listing_main .hikashop_product_price {
  font-weight: bold;
}
.hikashop_category_information .hikashop_subcontainer.hikashop_subcontainer_border {
  padding: 15px;
}
.hikashop_category_information .hikashop_product_image {
  margin-bottom: 15px;
}
.hikashop_listing_img_desc .hikashop_product_item_left_part {
  text-align: center;
}
.hikashop_listing_img_desc .hikashop_product_price_full {
  display: block;
  margin-bottom: 15px;
  text-align: center !important;
}
.hikashop_product_quantity_change_div_leftright {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
}
.hikashop_product_quantity_change_div_leftright input {
  padding: 5px 0;
  background: transparent;
  border: none;
  text-align: center;
}
.hikashop_product_quantity_change_div_leftright span.add-on a {
  position: static;
  padding: 8px 5px;
  color: inherit;
}
/*******************************************************************/
/* COM_SPPAGEBUILDER
/* source: com_sppagebuilder.less
/*******************************************************************/
.com_sppagebuilder .sp-body .container {
  max-width: none;
  padding: 0;
}
.sppb-row-container {
  width: auto;
  max-width: 1200px;
}
.sppb-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.sppb-section.hero {
  background: url(../images/hero-1.jpg);
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
}
.sppb-section.hero:before,
.sppb-section.hero:after {
  content: '';
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  height: 23px;
  background: url(../images/hero-top.png) no-repeat center top;
  background-size: auto 23px;
}
.sppb-section.hero:after {
  top: auto;
  bottom: -23px;
  background-image: url(../images/hero-bottom.png);
}
.sppb-section.align-bottom .sppb-row {
  align-items: end;
}
.sppb-btn {
  padding: 10px 30px;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 53px;
}
.sppb-btn-lg {
  padding: 24px 50px;
  min-width: 300px;
}
.sppb-btn-xlg {
  padding: 30px 50px;
  font-size: 18px;
  min-height: 105px;
}
.sppb-btn-default {
  background-color: #58595B;
  border-color: #58595B;
  color: #FFF600;
}
.sppb-btn-default:hover {
  background-color: #3f4041;
  border-color: #3f4041;
  color: #FFF600;
}
.sppb-btn-primary {
  background-color: #00ACE4;
  border-color: #00ACE4;
  color: #fff;
}
.sppb-btn-primary:hover {
  background-color: #0086b1;
  border-color: #0086b1;
  color: #fff;
}
.sppb-btn-secondary {
  background-color: #00ACE4;
  border-color: #00ACE4;
  color: #FFF600;
}
.sppb-btn-secondary:hover {
  background-color: #0086b1;
  border-color: #0086b1;
  color: #FFF600;
}
.sppb-btn-success {
  background-color: #52A743;
  border-color: #52A743;
  color: #FFF600;
}
.sppb-btn-success:hover {
  background-color: #408334;
  border-color: #408334;
  color: #FFF600;
}
.sppb-carousel.dot-overlay .sppb-item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: url(../images/banner-overlay.png);
}
.sppb-carousel-indicators {
  top: 0;
  right: 10px;
  bottom: 0;
  left: unset;
  width: auto;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  counter-reset: sppb-carousel-indicator;
}
.sppb-carousel-indicators li {
  display: block;
  text-indent: 0;
  border: none;
  border-radius: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.sppb-carousel-indicators li:before {
  counter-increment: sppb-carousel-indicator;
  content: counter(sppb-carousel-indicator);
  color: inherit;
}
.sppb-carousel-indicators li.active {
  width: 24px;
  height: 24px;
  border: 1px solid #FFF600;
  color: #FFF600;
  background: transparent;
}
.sppb-carousel-indicators li + li,
.sppb-carousel-indicators li + li.active {
  margin-top: 15px;
}
.sppb-addon-text-block ul {
  list-style: none;
  padding-left: 20px;
}
.sppb-addon-text-block ul li {
  position: relative;
  margin-bottom: 0.5em;
}
.sppb-addon-text-block ul li:before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: -20px;
  top: 0.625em;
  margin-top: -4px;
  background: #00ACE4;
}
