/* HELPERS */
/* BASIC COLOR */
/* FONTS */
/* FONT WEIGHT */
/* MIXINS */
.akt-bounce {
  -webkit-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.akt-bounce:hover {
  animation-play-state: paused;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -o-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
  40% {
    -moz-transform: translateY(-50%, -30px) rotate(45deg);
    -o-transform: translateY(-50%, -30px) rotate(45deg);
    -ms-transform: translateY(-50%, -30px) rotate(45deg);
    -webkit-transform: translateY(-50%, -30px) rotate(45deg);
    transform: translateY(-50%, -30px) rotate(45deg);
  }
  60% {
    -moz-transform: translate(-50%, -15px) rotate(45deg);
    -o-transform: translate(-50%, -15px) rotate(45deg);
    -ms-transform: translate(-50%, -15px) rotate(45deg);
    -webkit-transform: translate(-50%, -15px) rotate(45deg);
    transform: translate(-50%, -15px) rotate(45deg);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -o-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
  40% {
    -moz-transform: translateY(-50%, -30px) rotate(45deg);
    -o-transform: translateY(-50%, -30px) rotate(45deg);
    -ms-transform: translateY(-50%, -30px) rotate(45deg);
    -webkit-transform: translateY(-50%, -30px) rotate(45deg);
    transform: translateY(-50%, -30px) rotate(45deg);
  }
  60% {
    -moz-transform: translate(-50%, -15px) rotate(45deg);
    -o-transform: translate(-50%, -15px) rotate(45deg);
    -ms-transform: translate(-50%, -15px) rotate(45deg);
    -webkit-transform: translate(-50%, -15px) rotate(45deg);
    transform: translate(-50%, -15px) rotate(45deg);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -o-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
  40% {
    -moz-transform: translateY(-50%, -30px) rotate(45deg);
    -o-transform: translateY(-50%, -30px) rotate(45deg);
    -ms-transform: translateY(-50%, -30px) rotate(45deg);
    -webkit-transform: translateY(-50%, -30px) rotate(45deg);
    transform: translateY(-50%, -30px) rotate(45deg);
  }
  60% {
    -moz-transform: translate(-50%, -15px) rotate(45deg);
    -o-transform: translate(-50%, -15px) rotate(45deg);
    -ms-transform: translate(-50%, -15px) rotate(45deg);
    -webkit-transform: translate(-50%, -15px) rotate(45deg);
    transform: translate(-50%, -15px) rotate(45deg);
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.akt-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay:before, .akt-banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
}

.overlay, .akt-email-field, .akt-cart-icon, #topBar .akt-account-section .akt-account-type ul.menu > li, #topBar .akt-account-section .akt-language ul.menu > li, .akt-footer, .akt-contact-title-section, .akt-banner {
  position: relative;
}

.akt-cart-icon .akt-image-section, #topBar ul.akt-site-feature li .akt-img, #topBar .akt-account-section .akt-account-type ul.menu > li, #topBar .akt-account-section .akt-language ul.menu > li, #topBar .akt-account-section .akt-account-type ul.menu > li > a, #topBar .akt-account-section .akt-language ul.menu > li > a, #topBar .akt-account-section .akt-search-field, #topBar .akt-account-section .akt-search-field span, #topBar .akt-account-section .akt-account, #topBar .akt-account-section .akt-account a, #topBar .akt-account-section .akt-account-type,
#topBar .akt-account-section .akt-language, .akt-main-navigation .akt-site-feature .akt-products ul.menu > li, .akt-main-navigation .akt-site-feature .akt-menu-icon, .akt-main-navigation .akt-site-feature .akt-call .akt-image-section, .akt-main-navigation .akt-site-feature .akt-cart-icon {
  display: inline-block;
}

.akt-banner {
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
}

.akt-social-profiles, .akt-widget ul, #akt-nav-menu ul, #topBar .akt-account-section .akt-account-type ul.menu, #topBar .akt-account-section .akt-language ul.menu, #topBar .akt-account-section .akt-account-type ul.menu > li > ul, #topBar .akt-account-section .akt-language ul.menu > li > ul, .akt-main-navigation .akt-site-feature .akt-products ul.menu, .akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul, ul .sub-menu, .akt-mini-cart ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.akt-widget a, .akt-footer .colophon-footer a {
  color: #fff;
}

.akt-widget a:hover, .akt-footer .colophon-footer a:hover {
  color: #36A9E0;
}

.akt-widget a:visited, .akt-footer .colophon-footer a:visited {
  color: #fff;
}

.akt-form .wpcf7-form-control-wrap input, .akt-form .wpcf7-form-control-wrap textarea {
  padding: 10px 15px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #ced4da;
  background-color: #F8F9FA;
  width: 100%;
}

.akt-form .wpcf7-form-control-wrap input:focus::placeholder, .akt-form .wpcf7-form-control-wrap textarea:focus::placeholder {
  color: transparent;
}

.akt-btn, .akt-woo-load-more, .akt-email-field input[type='submit'], .akt-form .akt-btn {
  font-size: 0.85rem;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  padding: 15px 30px 11px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}

.akt-product .woocommerce .woocommerce-pagination ul li .next:after,
.akt-product .woocommerce .woocommerce-pagination ul li .prev:after, #topBar .akt-account-section .akt-account-type ul.menu > li:after, #topBar .akt-account-section .akt-language ul.menu > li:after {
  display: block;
  position: absolute;
  font-family: fontAwesome;
  font-size: 1rem;
  font-weight: 600;
}

.akt-cart, .akt-nav-menu {
  position: fixed;
  background: #fff;
  color: #06374E;
  top: 0;
  height: 100%;
  z-index: 99;
  text-align: left;
  padding: 30px;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.open.akt-cart, .open.akt-nav-menu {
  right: 0;
}

.akt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 55, 78, 0.8);
}

.akt-bg-navy-blue {
  background-color: #06374E !important;
  color: #fff;
}

.akt-bg-light-grey {
  background-color: #F8F9FA;
}

.overlay {
  -moz-transform: perspective(1) translateZ(0);
  -o-transform: perspective(1) translateZ(0);
  -ms-transform: perspective(1) translateZ(0);
  -webkit-transform: perspective(1) translateZ(0);
  transform: perspective(1) translateZ(0);
}

.overlay:before {
  background-color: #000;
  opacity: 0.69;
}

a:hover {
  text-decoration: none;
  color: #F48F00;
}

.akt-overlay {
  z-index: 5;
}

.akt-bg-grey {
  background: #F8F9FA;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 576px) {
  .akt-container-pad {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.akt-bg-light-grey {
  background: #F8F9FA;
  border-top: 1px solid #DBE1E4;
  border-bottom: none;
}

.py-6,
.pt-6 {
  padding-top: 3.75rem !important;
}

.py-6,
.pb-6 {
  padding-bottom: 3.75rem !important;
}

@media (max-width: 575.99px) {
  .p-xs-0 {
    padding: 0 !important;
  }
}

@media (max-width: 575.99px) {
  .akt-extend-full-width {
    padding: 0 !important;
  }
}

.fs-20 {
  font-size: 1.25rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.woocommerce-message {
  display: none !important;
}

@media (max-width: 575.99px) {
  .text-sm-left {
    text-align: left !important;
  }
}

.akt-bg-blue {
  background: #36A9E0;
}

.akt-bg-blue:hover {
  background: #2098d2;
}

@media (max-width: 1050px) {
  .akt-full-width-ipad {
    max-width: 100% !important;
    flex: 100% !important;
  }
}

.w-20 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

.modal-backdrop.show {
  background: rgba(6, 55, 78, 0.5) !important;
  opacity: 1;
}

.includes_tax,
small.tax_label {
  display: none;
}

.fullwidth {
  width: 100%;
}

body.cart-open,
body.mr-menu-open {
  overflow: hidden !important;
  position: fixed;
  height: 100%;
  width: 100%;
}

.fade-in {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -o-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -o-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-right {
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes fade-in-right {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}

@-moz-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  font-size: 16px;
}

html body {
  font-family: "Hind" !important;
  font-weight: 100;
  color: #000;
  font-size: 16px;
}

.akt-btn-yellow {
  background-color: #F48F00;
  color: #fff;
}

.akt-btn-yellow:hover {
  background-color: #db8000;
  color: #fff;
  text-decoration: none;
}

.akt-btn-yellow:visited {
  color: #fff;
}

.akt-btn-blue {
  background-color: #36A9E0;
  color: #fff;
}

.akt-btn-blue:hover {
  background-color: #229fdb;
  text-decoration: none;
}

.akt-btn-blue:visited {
  color: #fff;
}

.akt-btn-navy-blue {
  background-color: #06374E;
  color: #fff;
}

.akt-btn-navy-blue:hover {
  background-color: #042636;
  text-decoration: none;
}

.akt-btn-navy-blue:visited {
  color: #fff;
}

.akt-btn-white {
  background-color: #fff;
  color: #000;
}

.akt-btn-white:hover {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #000;
}

.akt-btn-white:visited {
  color: #000;
}

.akt-btn-radius {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.akt-woo-load-more {
  background-color: #06374E;
  color: #fff;
  cursor: pointer;
  padding: 15px 60px;
}

.akt-woo-load-more:hover {
  background-color: #042636;
}

.akt-email-field {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
}

.akt-email-field input[type='email'] {
  border: 0;
  color: #000;
  background-color: transparent;
  outline: none;
  padding: 0 30px;
  width: 175px !important;
}

.akt-email-field input[type='email']:focus {
  outline: none;
}

@media (min-width: 576px) {
  .akt-email-field input[type='email'] {
    width: 250px !important;
  }
}

.akt-email-field input[type='submit'] {
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #F48F00;
  color: #fff;
  padding: 16px 30px;
  cursor: pointer;
}

.akt-email-field input[type='submit']:hover {
  text-decoration: none;
  background-color: #db8000;
}

.akt-email-field .ajax-loader {
  position: absolute !important;
  top: 20px;
  right: -20px;
}

.akt-social-profiles li {
  display: inline-block;
}

.akt-social-profiles li a {
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  line-height: 1;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  text-align: center;
  padding-top: 12px;
  border-radius: 50%;
  padding-left: 1px;
  cursor: pointer;
  margin-bottom: 15px;
}

.akt-social-profiles li a:hover {
  background-color: #e6e6e6;
}

.akt-social-profiles .fa-facebook {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-instagram {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-youtube {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-twitter {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-google {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-youtube {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-linkedin {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-wordpress {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social-profiles .fa-google-plus {
  font-size: 20px;
  color: #06374E;
  font-weight: 700;
}

.akt-social {
  display: inline-block;
  border: 2px solid #063C6D;
  background-color: #063C6D;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.akt-social:hover {
  background-color: #fff;
}

.akt-social .fa-facebook {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}

.akt-social .fa-pinterest {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}

.akt-social .fa-twitter {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}

.akt-social .fa-instagram {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}

.akt-social:hover .fa-facebook {
  color: #06374E;
}

.akt-social:hover .fa-pinterest {
  color: #06374E;
}

.akt-social:hover .fa-twitter {
  color: #06374E;
}

.akt-social:hover .fa-instagram {
  color: #06374E;
}

.akt-widget {
  font-size: 1rem;
}

.akt-widget h2 {
  font-size: 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.akt-widget p:last-child {
  margin: 0;
}

.akt-form .wpcf7-form-control-wrap input, .akt-form .wpcf7-form-control-wrap textarea {
  font-size: 1rem;
}

.akt-form .wpcf7-form-control-wrap textarea {
  height: 80px;
}

.akt-form .akt-btn {
  background-color: #06374E;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  padding: 15px 30px;
}

.akt-form .akt-btn:hover {
  background-color: #042636;
}

.akt-contact-close-icon {
  position: relative;
}

.akt-contact-close-icon:before, .akt-contact-close-icon:after {
  content: '';
  display: block;
  width: 27px;
  border-top: 3px solid #fff;
  border-radius: 5px;
  top: 0;
  right: 0px;
  position: absolute;
}

.akt-contact-close-icon:before {
  transform: rotate(45deg);
}

.akt-contact-close-icon:after {
  transform: rotate(-45deg);
}

.akt-close-icon,
.akt-enquiry-close {
  float: right;
  border: none;
  box-shadow: none;
  background: none;
  position: relative;
  width: 21px;
  height: 32px;
  cursor: pointer;
  padding: 0;
}

.akt-close-icon span,
.akt-enquiry-close span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  z-index: 5;
  top: 50%;
  background-color: #fff;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: transform-origin(center);
  -o-transform: transform-origin(center);
  -ms-transform: transform-origin(center);
  -webkit-transform: transform-origin(center);
  transform: transform-origin(center);
}

.akt-close-icon span:last-of-type,
.akt-enquiry-close span:last-of-type {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.akt-close-icon span:focus,
.akt-enquiry-close span:focus {
  outline: none;
}

.akt-close-icon:hover span:first-of-type, .akt-close-icon:active span:first-of-type, .akt-close-icon:focus span:first-of-type,
.akt-enquiry-close:hover span:first-of-type,
.akt-enquiry-close:active span:first-of-type,
.akt-enquiry-close:focus span:first-of-type {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  outline: none;
}

.akt-close-icon:hover span:last-of-type, .akt-close-icon:active span:last-of-type, .akt-close-icon:focus span:last-of-type,
.akt-enquiry-close:hover span:last-of-type,
.akt-enquiry-close:active span:last-of-type,
.akt-enquiry-close:focus span:last-of-type {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  outline: none;
}

.akt-search-field:not(.akt-form-field) {
  position: absolute;
  right: 170px;
  top: 0;
}

@media (max-width: 991.99px) {
  .akt-search-field:not(.akt-form-field) {
    display: none !important;
  }
}

.akt-search-field input[type="text"] {
  border: 1px solid #50505026 !important;
  padding: 3px 29px !important;
  background: #fff;
  color: #000 !important;
  width: 325px;
  border-radius: 5px !important;
  outline: none;
  transition: all 0.3s ease;
}

@media (min-width: 1450px) {
  .akt-search-field input[type="text"] {
    width: 500px !important;
  }
}

.akt-search-field span.search-icon {
  left: 6px;
  top: 5px;
  cursor: pointer;
}

.akt-search-field .search-close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 10px;
  background: #06374e;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: transform 0.1s ease;
}

.akt-search-overlay.search-o {
  background: rgba(6, 55, 78, 0.87);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 91;
}

.search-open .search-close {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.akt-menu-icon span, .akt-menu-icon span:before, .akt-menu-icon span:after {
  height: 6px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 25px;
}

.akt-menu-icon span {
  width: 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

@media (max-width: 575.99px) {
  .akt-menu-icon span {
    width: 45px;
  }
}

.akt-menu-icon span:before, .akt-menu-icon span:after {
  position: absolute;
  content: '';
  width: 40px;
  left: -1px;
}

@media (max-width: 575.99px) {
  .akt-menu-icon span:before, .akt-menu-icon span:after {
    width: 50px;
  }
}

.akt-menu-icon span:before {
  top: -10px;
}

.akt-menu-icon span:after {
  bottom: -10px;
}

.akt-cart-icon .akt-cart-counter, .akt-quote-icon .akt-cart-counter {
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 50%;
  background-color: #fff;
  width: 16px;
  height: 16px;
  color: #06374E;
  font-size: 0.6rem;
  text-align: center;
  padding-top: 2px;
  font-weight: 500;
}

.akt-cart-icon {
  cursor: pointer;
}

.akt-cart-icon .akt-image-section {
  padding: 4px 5px;
}

.akt-cart-icon .akt-image-section .akt-large {
  height: 0;
  width: 0;
}

@media (min-width: 768px) {
  .akt-cart-icon .akt-image-section .akt-large {
    height: initial;
    width: initial;
  }
}

.akt-cart-icon .akt-image-section .akt-small {
  height: 35px;
  width: 35px;
}

@media (min-width: 768px) {
  .akt-cart-icon .akt-image-section .akt-small {
    width: 0;
    height: 0;
  }
}

.akt-quote-icon {
  position: relative;
}

.akt-cart {
  width: 300px;
  right: -300px;
}

.woof_info_popup {
  background: #06374E !important;
  font-size: 0 !important;
  position: relative;
  padding: 6px 15px !important;
  border: 0 !important;
}

.woof_info_popup:after {
  content: '\f1ce';
  display: block;
  font-size: 1rem;
  font-family: fontawesome;
  -webkit-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

.price {
  color: #06374E !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-top: 5px;
}

@media (min-width: 576px) {
  .price {
    font-size: 18px !important;
  }
}

.price:hover {
  color: #F48F00;
}

.price .woocommerce-Price-currencySymbol {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.price small {
  font-size: 70%;
}

.price ins {
  background: none;
}

.price ins .amount {
  color: #F48F00;
  padding-right: 10px;
}

.price ins .amount:hover {
  color: #c17100;
}

.price del {
  display: block !important;
}

@media (min-width: 576px) {
  .price del {
    display: inline-block !important;
  }
}

.price del .amount {
  color: #707070;
  font-size: 0.8rem !important;
}

@media (min-width: 576px) {
  .price del .amount {
    font-size: 1rem !important;
  }
}

.small-discount-tag {
  background: #F48F00;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0px;
  height: 40px;
  width: 40px;
  font-size: 12px;
  border: 4px solid #F9C783;
  border-radius: 100%;
  text-align: center;
  color: white;
  z-index: 1;
}

@media (min-width: 576px) {
  .small-discount-tag {
    font-size: 0.85rem;
    right: 10px;
    height: 60px;
    width: 60px;
    border-width: 6px;
  }
}

.small-discount-tag strong {
  text-align: center;
  padding-left: 2px;
  padding-top: 7px;
  display: inline-block;
}

@media (min-width: 576px) {
  .small-discount-tag strong {
    padding-top: 14px;
  }
}

.newness,
.beg-badge {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  z-index: 1;
}

@media (min-width: 576px) {
  .newness,
  .beg-badge {
    font-size: 0.85rem;
    padding: 5px 10px 2px;
  }
}

.newness {
  background: #06374E;
}

.beg-badge {
  background-color: #646464;
  font-weight: 500;
}

.sale-info.new-cat.festiv-sale {
  height: 90px;
  width: 90px;
  background: #000;
  border: 0;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.25);
  right: 10px;
}

.sale-info.new-cat.festiv-sale span {
  font-size: 13px !important;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.1rem;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 89%;
  font-weight: 600;
}

.sale-info.new-cat.festiv-sale strong {
  font-size: 1rem;
  padding: 3px 0;
  font-weight: 600;
  line-height: 13px;
  display: block;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999;
}

#status {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #06374E;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-animation: spin 0.7s linear infinite;
  -o-animation: spin 0.7s linear infinite;
  -o-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.akt-mini-cart-loader {
  text-align: center;
}

.akt-mini-cart-loader span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #06374E;
  -webkit-animation: spin 0.7s linear infinite;
  -o-animation: spin 0.7s linear infinite;
  -o-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

#akt-nav-menu ul li {
  padding: 2px 0;
}

#akt-nav-menu ul li a {
  color: #fff;
  font-weight: 300;
  text-transform: lowercase;
  display: block;
  font-size: 1rem;
}

#akt-nav-menu ul li a:first-letter {
  text-transform: uppercase;
}

#akt-nav-menu ul li a:hover {
  color: #36A9E0;
}

#akt-nav-menu h2 {
  font-size: 1.125rem;
  margin: 1.5rem 0;
}

#akt-nav-menu .menu-sub-title {
  display: block;
  margin-bottom: 10px;
}

#akt-nav-menu .contact-list {
  margin-top: 10px !important;
}

#akt-nav-menu .contact-list li {
  padding: 0 !important;
  font-weight: 400;
}

#akt-nav-menu .contact-list li span {
  font-weight: 600;
}

#akt-nav-menu .open-product-menu,
#akt-nav-menu .brand-link {
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  font-weight: 500;
}

div#akt-nav-menu > ul {
  /* display: none; */
}

@media (max-width: 575.99px) {
  div#akt-nav-menu > ul {
    display: block;
    padding-top: 8px;
  }
}

div#akt-nav-menu > ul li {
  display: inline-block;
  padding-right: 11px;
  border-right: 2px solid #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1;
}

div#akt-nav-menu > ul li:last-child {
  border-right: 0;
  padding-left: 10px;
}

div#akt-nav-menu > ul li a {
  text-transform: uppercase;
  font-size: .9rem;
}

div#akt-nav-menu > ul li a.active {
  font-weight: bold;
}

#siteOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 55, 78, 0.5);
  z-index: 99;
  cursor: pointer;
}

.akt-slide-out {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 290px;
  z-index: 999;
  padding: 20px 40px;
  height: 100vh;
  -webkit-transition: right 0.2s ease;
  -moz-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.akt-slide-out.akt-mini-cart {
  width: 500px !important;
  padding: 20px !important;
  z-index: 9999999999;
  cursor: pointer;
}

@media (max-width: 575.99px) {
  .akt-slide-out.akt-mini-cart {
    width: 92% !important;
    padding: 15px !important;
  }
}

.akt-slide-out.akt-mini-cart.close {
  right: -500px !important;
}

.akt-slide-out::-webkit-scrollbar {
  display: none;
  width: 0;
}

.akt-slide-out.close {
  visibility: hidden;
  z-index: -2;
  right: -290px;
  opacity: 0;
}

.akt-slide-out.akt-nav-menu {
  left: 0;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.akt-slide-out.akt-nav-menu.close {
  left: -290px;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  margin-top: 0;
}

.akt-breadcrumb {
  border-top: 0;
  padding-top: 0;
}

.akt-breadcrumb p {
  margin-bottom: 0;
}

.akt-breadcrumb nav {
  text-align: right;
  color: #000 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.akt-breadcrumb nav span, .akt-breadcrumb nav a {
  color: #000 !important;
  font-weight: 100 !important;
}

.akt-service p {
  margin: 0;
}

.akt-service h4 {
  font-size: 1.125rem;
  /*18px*/
  font-weight: 600;
  margin: 30px 0 10px 0;
}

.akt-service h4 span {
  color: #063C6D;
}

.akt-service .akt-left,
.akt-service .akt-service-left {
  float: left;
  width: 15%;
  text-align: left;
}

.akt-service .akt-right,
.akt-service .akt-service-right {
  float: right;
  width: 85%;
  padding-left: 15px;
  text-align: left;
}

.akt-service .akt-right h4,
.akt-service .akt-service-right h4 {
  margin: 0 0 10px 0;
  font-size: 1.125rem;
  /*18px*/
}

.akt-service .akt-right p,
.akt-service .akt-service-right p {
  font-size: 0.875rem;
  /*14px*/
}

.akt-service .akt-right h4 {
  font-weight: 400;
}

.akt-service .akt-service-right {
  padding-top: 15px;
}

.akt-service .akt-service-right h4 {
  font-weight: 500;
  font-size: 1rem;
}

.akt-custom-tooltip:after {
  content: attr(data-title);
  border-radius: 5px;
  border: none;
  color: #ffffff;
  position: absolute;
  padding: 8px;
  left: 50%;
  bottom: calc( 100% + 13px);
  visibility: hidden;
  opacity: 0;
  font-style: normal;
  -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;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, 15px);
  top: auto;
  width: 150px;
  background: linear-gradient(to bottom, #353434 1%, #797676 100%);
}

.akt-custom-tooltip:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -13px;
  left: 50%;
  margin-left: -1px;
  border-width: 10px;
  border-style: solid;
  border-color: #6b6868 transparent transparent transparent;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 15px);
}

.akt-custom-tooltip:hover:after, .akt-custom-tooltip:hover:before {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.single .tooltip .arrow {
  left: 30% !important;
  transform: translate(-30%, 0);
}

.single .tooltip .arrow:before {
  border-top-color: #06374E;
}

.single .tooltip .tooltip-inner {
  background-color: #06374E;
  padding: 15px;
  max-width: 60%;
}

.single .tm-tip {
  background: #06374E !important;
}

.single .tm-tip:after {
  border-top-color: #06374E !important;
}

.woocommerce-checkout .tooltip .arrow {
  left: 0 !important;
}

.woocommerce-checkout .tooltip .arrow:after, .woocommerce-checkout .tooltip .arrow:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.woocommerce-checkout .tooltip .arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 11px;
  margin-top: -11px;
}

.woocommerce-checkout .tooltip .arrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #c3c3c3;
  border-width: 13px;
  margin-top: -13px;
}

.woocommerce-checkout .tooltip .tooltip-inner {
  background-color: #fff;
  padding: 10px;
  color: #525252;
  opacity: 1;
}

.woocommerce-checkout .tm-tip {
  background: #fff !important;
}

.woocommerce-checkout .tm-tip:after {
  border-top-color: #fff !important;
}

.woocommerce-checkout .tooltip.show {
  opacity: 1;
  border: 1px solid #c3c3c3;
  background: #fff;
  position: relative;
  left: 14px !important;
  width: 160px;
}

.woocommerce-checkout th.product-outline span .fa {
  margin-left: 4px;
  margin-right: 0 !important;
}

.woocommerce-checkout .fa-question-circle {
  opacity: .5;
  margin-right: 4px;
}

.akt-product .woocommerce .woocommerce-pagination ul {
  border: 0 !important;
}

.akt-product .woocommerce .woocommerce-pagination ul li {
  padding: 0 !important;
  border: 0 !important;
  font-size: 1rem;
}

.akt-product .woocommerce .woocommerce-pagination ul li span {
  padding: 8px 15px;
}

.akt-product .woocommerce .woocommerce-pagination ul li span.current {
  color: #F48F00 !important;
  background: transparent !important;
  border-bottom: 1px solid #F48F00;
}

.akt-product .woocommerce .woocommerce-pagination ul li a {
  padding: 8px 15px;
}

.akt-product .woocommerce .woocommerce-pagination ul li a:hover {
  background-color: #06374E !important;
  color: #fff;
}

.akt-product .woocommerce .woocommerce-pagination ul li .next,
.akt-product .woocommerce .woocommerce-pagination ul li .prev {
  color: transparent;
  position: relative;
  border: 1px solid #06374E;
  font-size: 0;
  padding: 15px 25px;
}

.akt-product .woocommerce .woocommerce-pagination ul li .next:after,
.akt-product .woocommerce .woocommerce-pagination ul li .prev:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #06374E;
  font-size: 20px;
}

.akt-product .woocommerce .woocommerce-pagination ul li .next:hover:after,
.akt-product .woocommerce .woocommerce-pagination ul li .prev:hover:after {
  color: #fff;
}

.akt-product .woocommerce .woocommerce-pagination ul li .next:after {
  content: '\f105';
}

.akt-product .woocommerce .woocommerce-pagination ul li .prev:after {
  content: '\f104';
}

.akt-product .woocommerce .woocommerce-pagination a.button {
  display: inline-block;
}

.akt-pattern-picker-pagination {
  padding-top: 10px;
}

.akt-pattern-picker-pagination .paginationjs-pages ul {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0px;
}

.akt-pattern-picker-pagination .paginationjs-pages ul li {
  display: inline-block;
  border: 1px solid #36a9e0;
  border-right: none;
}

.akt-pattern-picker-pagination .paginationjs-pages ul li a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #000;
}

.akt-pattern-picker-pagination .paginationjs-pages ul li.active a, .akt-pattern-picker-pagination .paginationjs-pages ul li:hover a {
  background: #36a9e0;
  color: #fff;
}

.akt-pattern-picker-pagination .paginationjs-pages ul li:last-child {
  border-right: 1px solid #36a9e0;
  border-radius: 0 3px 3px 0;
}

.akt-pattern-picker-pagination .paginationjs-pages ul li:first-child {
  border-radius: 3px 0 0 3px;
}

.woocommerce input[type='checkbox'] {
  position: absolute;
  visibility: hidden;
}

.woocommerce input[type='checkbox']:checked ~ label:after {
  background: #06374e;
}

.woocommerce label.checkbox {
  position: relative;
  color: #06374E;
  display: block !important;
}

.woocommerce label.checkbox:after {
  position: absolute;
  display: block;
  content: '';
  top: 12px;
  left: 40%;
  height: 20px;
  width: 20px;
  border: 1px solid #E1E6E9;
  background: #fff;
}

.woocommerce h3#ship-to-different-address input[type='checkbox']:checked ~ label:after,
.woocommerce .woocommerce-account-fields input[type='checkbox']:checked ~ label:after {
  background: #06374e;
}

.woocommerce h3#ship-to-different-address span,
.woocommerce .woocommerce-account-fields span {
  font-weight: 500;
}

.woocommerce h3#ship-to-different-address label.checkbox,
.woocommerce .woocommerce-account-fields label.checkbox {
  display: inline-block !important;
  width: auto;
}

.woocommerce h3#ship-to-different-address label.checkbox:after,
.woocommerce .woocommerce-account-fields label.checkbox:after {
  top: 8px;
  right: -30px;
  left: auto;
  border: 1px solid rgba(6, 55, 78, 0.54);
  background: #f8f9fa;
}

.woocommerce .woocommerce-account-fields label.checkbox:after {
  top: 4px;
}

.akt-tab ul li a:hover, .akt-tab ul li a.active {
  color: #fff;
  background-color: #000;
}

.akt-tab {
  text-align: center;
}

.akt-tab ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  margin: 0;
}

@media (max-width: 768px) {
  .akt-tab ul {
    white-space: nowrap;
    overflow-y: auto;
    display: inline-block;
  }
}

.akt-tab ul:before, .akt-tab ul:after {
  content: " ";
  display: table;
}

.akt-tab ul:after {
  clear: both;
}

.akt-tab ul li {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 10px;
}

.akt-tab ul li a {
  display: inline-block;
  padding: 0 1rem;
  background-color: #efefef;
  margin: 0 0.1rem;
  font-size: 1rem;
  color: #000;
  line-height: 2.4rem;
  border-radius: 2rem !important;
}

.akt-tab ul li a:hover, .akt-tab ul li a.active {
  text-decoration: none;
}

@media (max-width: 768px) {
  .akt-tab {
    overflow-x: auto;
    margin-bottom: 1rem;
  }
  .akt-tab ul {
    padding: 0;
    white-space: nowrap;
    margin-bottom: 0.4rem;
  }
  .akt-tab ul:before, .akt-tab ul:after {
    content: " ";
    display: table;
  }
  .akt-tab ul:after {
    clear: both;
  }
  .akt-tab ul li a {
    display: block;
    margin: 0 0.05rem;
    line-height: 2.1rem;
    font-size: 0.9rem;
  }
}

.footer-stticky-info {
  position: fixed;
  z-index: 91;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-stticky-info.hide-mobile-info {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

@media (max-width: 991.99px) {
  div#chat-widget-container {
    bottom: 70px !important;
  }
}

#option-modal .modal-dialog {
  max-width: 380px !important;
  align-items: flex-start;
  top: 38px;
}

#option-modal .modal-content {
  padding: 6px 16px 25px;
  border-radius: 0;
  border: 0;
  background: #fff;
}

#option-modal .opt-btn {
  background: #06374E;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding: 7px 30px;
  border-radius: 5px;
  margin: 0 12px;
  margin: 0 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#option-modal .opt-btn:hover {
  background: #02161f;
}

#option-modal .opt-btn.company {
  background: #F48F00;
}

#option-modal .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #06374E;
  opacity: 1;
}

#option-modal h3 {
  font-size: 1.1rem;
  font-weight: 300;
  padding-bottom: 0;
}

#option-modal ul {
  padding: 0;
  margin: 0;
}

#option-modal ul li {
  padding-bottom: 10px;
  font-weight: normal;
  list-style: none;
  position: relative;
  padding-left: 14px;
}

#option-modal ul li:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#option-modal .site-logo-popup {
  max-width: 150px;
  margin: 0 auto 0;
}

.akt-mobile-header,
.footer-stticky-info {
  display: none !important;
}

@media (max-width: 1050px) {
  .akt-mobile-header,
  .footer-stticky-info {
    display: block !important;
  }
}

.akt-desktop-header {
  display: block !important;
}

@media (max-width: 1050px) {
  .akt-desktop-header {
    display: none !important;
  }
}

#topBar ul.akt-site-feature li {
  padding: 15px 28px 15px 10px;
  display: block;
}

@media (min-width: 992px) {
  #topBar ul.akt-site-feature li {
    display: inline-block;
    padding: 15px 9px;
  }
}

#topBar ul.akt-site-feature li .akt-img {
  width: 25px;
}

#topBar ul.akt-site-feature li .akt-caption {
  padding-left: 10px;
}

#topBar .akt-account-section .akt-account-type ul.menu > li, #topBar .akt-account-section .akt-language ul.menu > li {
  padding: 15px 30px 15px 15px;
}

#topBar .akt-account-section .akt-account-type ul.menu > li:after, #topBar .akt-account-section .akt-language ul.menu > li:after {
  content: '\f107';
  top: 15px;
  right: 8px;
}

#topBar .akt-account-section .akt-account-type ul.menu > li > a, #topBar .akt-account-section .akt-language ul.menu > li > a {
  color: #06374E;
  text-transform: capitalize;
}

#topBar .akt-account-section .akt-account-type ul.menu > li:hover > ul, #topBar .akt-account-section .akt-language ul.menu > li:hover > ul {
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: visible;
  opacity: 1;
  top: 100%;
}

#topBar .akt-account-section .akt-account-type ul.menu > li > ul, #topBar .akt-account-section .akt-language ul.menu > li > ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 110%;
  right: 0;
  z-index: 99;
  background-color: #fff;
  text-align: left;
  width: 200px;
}

#topBar .akt-account-section .akt-account-type ul.menu > li > ul li, #topBar .akt-account-section .akt-language ul.menu > li > ul li {
  line-height: 1;
  padding: 8px 15px;
  border-bottom: 1px solid #ced4da;
}

#topBar .akt-account-section .akt-account-type ul.menu > li > ul li:last-child, #topBar .akt-account-section .akt-language ul.menu > li > ul li:last-child {
  border-bottom: 0;
}

#topBar .akt-account-section .akt-account-type ul.menu > li > ul li a, #topBar .akt-account-section .akt-language ul.menu > li > ul li a {
  color: #06374E;
  text-transform: capitalize;
  border-right: 0;
  display: block;
}

#topBar .akt-account-section .akt-account-type ul.menu > li > ul li:hover, #topBar .akt-account-section .akt-language ul.menu > li > ul li:hover {
  background-color: #06374E;
}

#topBar .akt-account-section .akt-account-type ul.menu > li > ul li:hover a, #topBar .akt-account-section .akt-language ul.menu > li > ul li:hover a {
  color: #fff;
}

.akt-social-profiles-top {
  list-style: none;
  top: 0;
  position: relative;
}

.akt-social-profiles-top li {
  /* padding-right: 1rem; */
  display: inline-block;
  text-transform: capitalize;
}

.akt-social-profiles-top a {
  color: #06374E;
  font-size: 0.9rem;
}

.akt-social-icon {
  max-width: 17px !important;
  margin-right: 8px;
  vertical-align: middle;
}

.akt-mobile-header div#akt-menu-icon, .akt-mobile-header .akt-cart-icon, .akt-mobile-header .akt-site-logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.akt-mobile-header .akt-menu-icon span,
.akt-mobile-header .akt-menu-icon span:before,
.akt-mobile-header .akt-menu-icon span:after {
  background-color: #06374E;
  cursor: pointer;
}

.akt-mobile-header .mobile-top-bar {
  height: 55px;
}

.akt-mobile-header div#akt-menu-icon {
  left: 16px;
}

.akt-mobile-header .akt-cart-icon {
  right: 16px;
}

.akt-mobile-header .akt-site-logo {
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
}

div#sticky-wrapper {
  position: relative;
  z-index: 94;
}

.mobile-search-wrapper .mbl-search-field, .mobile-search-wrapper .fa-search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.mobile-search-wrapper {
  height: 60px;
  position: relative;
}

.mobile-search-wrapper div#menu-icon {
  position: absolute;
  right: 16px;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}

.mobile-search-wrapper div#menu-icon a {
  color: #fff;
}

.mobile-search-wrapper .mbl-search-field {
  position: absolute;
  width: calc(100% - 131px);
  right: 115px;
}

.mobile-search-wrapper input#search {
  width: 100%;
  height: 45px;
}

.mobile-search-wrapper .akt-search-field {
  padding-left: 40px;
  transition: all 0.1s ease;
}

.mobile-search-wrapper .akt-search-field .search-close {
  top: 16px;
}

.mobile-search-wrapper .fa-search {
  font-size: 25px;
}

.search-open {
  overflow: hidden !important;
}

.search-open .akt-search-field {
  padding-left: 0;
}

.akt-left-side .akt-image-section img {
  max-width: 106px;
}

.site-logo-wrapper {
  align-items: center;
}

#topBar {
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 9;
  padding: 5px 0;
}

#topBar ul.akt-site-feature {
  float: left;
  margin: 0;
  height: 55px;
  overflow: hidden;
}

@media (min-width: 992px) {
  #topBar ul.akt-site-feature {
    height: initial;
  }
}

#topBar .akt-call {
  text-align: right;
  position: relative;
  top: 0;
  padding-left: 1rem;
}

#topBar .akt-call a {
  color: #06374E;
  font-size: 0.9rem;
}

@media (max-width: 1050px) {
  #topBar .akt-account-section {
    position: absolute;
    right: 135px;
  }
}

#topBar .akt-account-section .akt-search-field span {
  border-right: 2px solid #084866;
  padding: 12px 15px;
}

#topBar .akt-account-section .akt-account a {
  border-right: none !important;
  border-left: 2px solid #084866 !important;
  padding: 7px;
  color: #06374E;
  margin-left: 7px;
  font-size: 0.9rem;
}

#topBar .akt-account-section .akt-account-type ul.menu > li {
  min-width: 90px;
  text-align: center;
}

#topBar .akt-search-field input {
  font-size: 0.85rem;
  line-height: 1.7;
  height: 31px;
}

#topBar .akt-account-type {
  top: 0;
  position: relative;
}

@media (min-width: 1450px) {
  #topBar .akt-account-type {
    top: 50%;
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

#topBar .akt-account-type li {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  padding-right: 0.5rem;
  padding-left: 0.4rem;
}

#topBar .akt-account-type li:first-child {
  border-right: 2px solid #06374E;
  padding-left: 0;
}

#topBar .akt-account-type li a {
  color: #06374E;
}

#topBar .akt-account-type .akt-business {
  padding: 0 10px;
  font-weight: bold;
  transition: all .3s;
}

#topBar .akt-account-type .akt-business.active, #topBar .akt-account-type .akt-business:hover {
  background: #31a7df;
  color: #fff;
  border-radius: 16px;
}

#topBar .akt-right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1450px) {
  #topBar .akt-left-side {
    position: initial;
  }
}

.search-open #topBar {
  z-index: 93;
}

.akt-main-navigation .akt-site-logo {
  float: left;
  width: 20%;
}

@media (min-width: 576px) {
  .akt-main-navigation .akt-site-logo {
    width: 10%;
  }
}

.akt-main-navigation .akt-site-logo .akt-image-section {
  width: 100%;
  margin-left: 45px;
}

@media (min-width: 992px) {
  .akt-main-navigation .akt-site-logo .akt-image-section {
    width: 70%;
  }
}

.akt-main-navigation .akt-site-feature .akt-call:after, div#akt-brand-link:before {
  content: "";
  height: 36px;
  width: 2px;
  background: #06374E;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul, .akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li ul {
  position: absolute;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin: auto;
  text-align: left;
  width: 220px;
  padding: 10px 0;
  background-color: #F8F9FA;
  border: 1px solid #ced4da;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul li, .akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li ul li {
  padding-bottom: 10px;
  padding-left: 1rem;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 10px;
  position: relative;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul li:last-child, .akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.akt-main-navigation .akt-site-feature .akt-products {
  display: none;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .akt-main-navigation .akt-site-feature .akt-products {
    display: inline-block;
  }
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li {
  vertical-align: middle;
  font-size: 1rem;
  padding: 18px 1rem;
  position: relative;
  font-weight: 600;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li > a {
  color: #fff;
  display: block;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li > a span {
  display: inline-block;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li > a span:first-letter {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu):hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  top: 91%;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul {
  top: 110%;
  right: 0;
  left: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li > a {
  font-weight: normal;
  font-size: 1rem;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li ul {
  left: 100%;
  top: -10px;
  padding: 0;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li ul li {
  line-height: 1;
  padding: 3px 10px 10px 10px;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li:last-child {
  border-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li a {
  font-size: 1rem;
  font-weight: 500;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li:hover a {
  color: #06374E;
}

.akt-main-navigation .akt-site-feature .akt-menu-icon {
  padding-left: 20px;
  cursor: pointer;
}

.akt-main-navigation .akt-site-feature .akt-call {
  display: none;
  padding: 0 20px;
  position: relative;
}

.akt-main-navigation .akt-site-feature .akt-call:after {
  right: 0;
}

@media (min-width: 768px) {
  .akt-main-navigation .akt-site-feature .akt-call {
    display: inline-block;
  }
}

.akt-main-navigation .akt-site-feature .akt-call a {
  padding-left: 4px;
  color: #06374E;
}

.akt-main-navigation .akt-site-feature .akt-call .akt-image-section {
  width: 15px;
}

.akt-main-navigation .akt-site-feature .akt-cart-icon {
  padding-left: 0;
}

div#akt-brand-link:before {
  left: 0;
}

div#akt-brand-link:after {
  height: 0;
  width: 0;
}

div#akt-brand-link a {
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  font-size: 20px;
}

div#akt-brand-link a:hover {
  color: #36A9E0;
}

div#akt-brand-link a:first-letter {
  font-size: 24px;
  font-weight: 700;
}

li.more-list {
  cursor: pointer;
  color: #06374E;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1050px) {
  li.more-list {
    margin: 3px 0 0;
  }
}

li.has-mega-menu {
  position: initial !important;
}

li.has-mega-menu > a {
  position: relative;
}

li.has-mega-menu > a:after {
  content: '\f107';
  right: -16px;
  font-family: fontAwesome;
  position: absolute;
}

@media (min-width: 1050px) {
  li.has-mega-menu.akt-nav-active > ul, li.has-mega-menu:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: flex;
  }
}

li.has-mega-menu.akt-nav-active > a:after, li.has-mega-menu:hover > a:after {
  transform: rotate(180deg);
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1050px) {
  li.has-mega-menu > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    top: 110%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99;
    text-align: left;
    width: 98%;
    display: none;
    flex-wrap: wrap;
    padding: 1rem;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    background-color: #F8F9FA;
    min-height: 30vh;
    max-height: 82vh;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.05);
  }
  li.has-mega-menu > ul::-webkit-scrollbar {
    display: none;
    width: 0;
  }
}

@media (min-width: 1350px) {
  li.has-mega-menu > ul > li {
    max-width: 16.66% !important;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66% !important;
  }
}

@media (min-width: 1050px) {
  li.has-mega-menu > ul > li {
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 16px 14px 0 42px;
    position: relative;
    float: left;
  }
  li.has-mega-menu > ul > li > a {
    font-weight: bold !important;
    color: #06374E;
    text-transform: lowercase;
    display: block;
  }
}

li.has-mega-menu > ul > li a {
  font-size: 0.90rem;
  font-weight: 100;
}

ul.sub-menu .first-level-icon {
  max-height: 35px;
  width: auto;
  position: absolute;
  left: 0;
  top: 20px;
}

@media (max-width: 1050px) {
  ul.sub-menu .first-level-icon {
    top: 0;
    left: 20px;
    max-height: 45px;
  }
}

ul.sub-menu li.has-mega-menu {
  padding-left: 47px;
}

ul.menu > li > ul > li ul li {
  line-height: 1;
  padding: 5px 0;
}

#menu-product > li > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#menu-product > li > a:hover, #menu-product > li > a:focus, #menu-product > li > a:active {
  color: #36A9E0;
}

#menu-product > li > a:focus {
  outline: none;
}

#menu-product > li > a img {
  width: 22px;
  padding-right: 5px;
  margin-top: -3px;
}

@media (max-width: 1050px) {
  #menu-product > li > ul > li {
    border-bottom: 1px solid #E1E6E9;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 80px;
    padding-bottom: 11px;
    padding-right: 13px;
    min-height: 30px;
  }
}

.akt-mob-menu-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 27px 18px;
  color: #06374E;
}

@media (min-width: 1050px) {
  ul#menu-product > li.menu-item-has-children:not(.has-mega-menu):hover > a:after {
    transform: rotate(180deg);
    transform-origin: center;
  }
  ul#menu-product > li.menu-item-has-children:not(.has-mega-menu) > a {
    position: relative;
  }
  ul#menu-product > li.menu-item-has-children:not(.has-mega-menu) > a:after {
    content: '\f107';
    right: -18px;
    font-family: fontAwesome;
    position: absolute;
  }
  ul#menu-product > li.menu-item-has-children:not(.has-mega-menu) li.menu-item-has-children > a {
    position: relative;
  }
  ul#menu-product > li.menu-item-has-children:not(.has-mega-menu) li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: fontAwesome;
    position: absolute;
    right: 6px;
    top: 0px;
    font-size: 20px;
    line-height: 1;
  }
  ul#menu-product > li.menu-item-has-children:not(.has-mega-menu) li.menu-item-has-children ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 10px;
  }
  ul#menu-product > li.menu-item-has-children:not(.has-mega-menu) li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }
}

#menu-item-akt-menu-last-item {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  max-width: 25%;
  height: 100%;
  display: none;
}

@media (max-width: 991.99px) {
  #menu-item-akt-menu-last-item {
    display: none;
  }
}

#menu-item-akt-menu-last-item > a > div {
  height: 100%;
}

#menu-item-akt-menu-last-item > a > div img {
  height: 100%;
  width: 100%;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li a, li.has-mega-menu > ul > li a {
  color: #06374E;
  text-transform: lowercase;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li a:first-letter, li.has-mega-menu > ul > li a:first-letter {
  text-transform: uppercase;
}

.akt-main-navigation .akt-site-feature .akt-products ul.menu > li:not(.has-mega-menu) > ul > li a:hover, li.has-mega-menu > ul > li a:hover {
  color: #36A9E0 !important;
}

.akt-main-navigation {
  position: relative;
  z-index: 7 !important;
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.akt-main-navigation.sticky {
  position: sticky;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .search-open .akt-main-navigation {
    z-index: 999 !important;
  }
}

header#masthead {
  z-index: 99 !important;
}

.menu-opened {
  overflow: hidden !important;
}

.akt-footer .site-info {
  padding: 30px 0 60px 0;
}

.akt-footer .akt-widget {
  padding-top: 30px;
  width: 50%;
  flex-basis: auto;
}

.akt-footer .akt-widget img {
  display: none;
}

@media (min-width: 576px) {
  .akt-footer .akt-widget img {
    display: block;
  }
}

@media (min-width: 576px) {
  .akt-footer .akt-widget {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .akt-footer .akt-widget {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .akt-footer .akt-widget {
    width: initial;
  }
}

.akt-footer .footer-widget-wrap:first-child {
  margin-top: 0;
}

.akt-footer .footer-widget-wrap ul li a:hover {
  color: #36A9E0;
}

.akt-footer svg {
  margin-left: -1px;
}

@media (min-width: 576px) {
  .akt-footer svg {
    margin-bottom: -1px;
  }
}

@media (max-width: 575.99px) {
  .colophon-footer span {
    display: block;
  }
}

.contact-info {
  margin: 17px 0;
}

.contact-info strong {
  font-weight: 500;
}

.akt-footer .colophon-footer {
  background-color: #00293C;
  padding: 15px 0;
}

.akt-footer .colophon-footer ul {
  margin: 0;
  list-style: none;
}

.akt-footer .colophon-footer a {
  padding-left: 10px;
}

.akt-contact-title-section {
  text-align: center;
  padding: 15px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.akt-contact-title-section .akt-contact-title {
  font-size: 18px;
  font-weight: 400;
}

.akt-contact-title-section .akt-close-icon-wrapper {
  position: absolute;
  right: 20px;
  top: 23px;
  display: inline-block;
  cursor: pointer;
}

.akt-contact-title-section .akt-close-icon-wrapper .akt-close-icon:after, .akt-contact-title-section .akt-close-icon-wrapper .akt-close-icon:before {
  border-top-color: #fff;
}

.akt-search-block.show-search-block, .search-open .akt-search-block {
  z-index: 999 !important;
  opacity: 1 !important;
}

.akt-search-block, .akt-search-block.hide-mobile-menu {
  z-index: -1 !important;
  opacity: 0 !important;
}

.akt-search-block {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991.99px) {
  .akt-search-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .akt-search-block {
    display: none !important;
  }
}

.akt-search-block ul li {
  overflow: hidden;
  border-right: 1px solid #F0F2F2;
  font-size: 12px;
}

.akt-search-block ul li:last-child {
  border-right: none;
}

.akt-search-block ul li a {
  color: #06374E;
  font-weight: 500;
}

.akt-search-block ul li a span {
  padding-top: 4px;
}

@media (max-width: 991.99px) {
  .menu-product-container {
    display: none;
  }
}

.akt-mini-cart ul li.mini_cart_item:before, .akt-mini-cart .mini-cart-list .akt-product-variation dl:before, .akt-mini-cart .mini-cart-list .akt-product-variation dl dt:before, .akt-mini-cart .mini-cart-list .akt-product-variation dl dd:before, .akt-mini-cart ul li.mini_cart_item:after, .akt-mini-cart .mini-cart-list .akt-product-variation dl:after, .akt-mini-cart .mini-cart-list .akt-product-variation dl dt:after, .akt-mini-cart .mini-cart-list .akt-product-variation dl dd:after {
  display: table;
  content: "";
  clear: both;
}

.akt-mini-cart .submit-button.update-cart-btn, .akt-mini-cart .submit-empty-button.empty-cart-btn {
  position: absolute;
  top: -52px;
}

.akt-mini-cart .submit-button.update-cart-btn input, .akt-mini-cart .submit-empty-button.empty-cart-btn input {
  background-color: transparent;
  text-transform: none;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 5px 0;
  color: #06374E;
  border: none;
  cursor: pointer;
}

.akt-mini-cart .submit-button.update-cart-btn input:focus, .akt-mini-cart .submit-empty-button.empty-cart-btn input:focus {
  outline: none;
}

.akt-mini-cart .submit-button.update-cart-btn input:hover, .akt-mini-cart .submit-empty-button.empty-cart-btn input:hover {
  color: black;
}

.akt-mini-cart .submit-button.update-cart-btn:before, .akt-mini-cart .submit-empty-button.empty-cart-btn:before {
  content: '\f021';
  font-family: fontAwesome;
  margin-right: 4px;
}

.akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .fa, article #yith-ywraq-form .product-quantity .quantity .fa, .akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .qty, article #yith-ywraq-form .product-quantity .quantity .qty {
  border: 1px solid #DBE1E4;
}

.akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .down, article #yith-ywraq-form .product-quantity .quantity .down, .akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .up, article #yith-ywraq-form .product-quantity .quantity .up {
  display: flex;
  align-items: center;
}

.akt-mini-cart ul li.mini_cart_item .product-quantity .quantity, article #yith-ywraq-form .product-quantity .quantity {
  position: relative;
  display: inline-block;
  float: right;
}

.akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .fa, article #yith-ywraq-form .product-quantity .quantity .fa {
  position: absolute;
  transition: all 200ms linear;
  cursor: pointer;
  font-size: 1rem;
  z-index: 2;
  padding: 0 10%;
  right: 0;
  height: 50%;
}

.akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .down, article #yith-ywraq-form .product-quantity .quantity .down {
  bottom: 0;
}

.akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .up, article #yith-ywraq-form .product-quantity .quantity .up {
  top: 0;
}

.akt-mini-cart ul li.mini_cart_item .product-quantity .quantity .qty, article #yith-ywraq-form .product-quantity .quantity .qty {
  width: 5rem;
  padding: 7px 25px 7px 6px;
  font-size: 1rem;
  text-align: center;
  color: #000;
  border-radius: 0;
}

.akt-mini-cart-header {
  position: relative;
}

.akt-mini-cart-header h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}

.akt-mini-cart-header .akt-close-icon {
  margin-top: -45px;
}

.akt-mini-cart ul.cart_list {
  max-height: calc(100vh - 365px);
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.akt-mini-cart ul.cart_list::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}

.akt-mini-cart ul.cart_list::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.akt-mini-cart ul.cart_list:hover::-webkit-scrollbar-thumb {
  background-color: #06374E;
}

@media (max-width: 575.99px) {
  .akt-mini-cart ul.cart_list {
    max-height: calc(100vh - 455px);
  }
}

.akt-mini-cart ul li.mini_cart_item {
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.akt-mini-cart ul li.mini_cart_item a {
  float: left;
}

.akt-mini-cart ul li.mini_cart_item a img {
  float: none;
  width: 50px;
  height: auto;
  margin-left: 0;
}

.akt-mini-cart ul li.mini_cart_item .akt-product-variation {
  overflow: hidden;
  padding-left: 18px;
}

.akt-mini-cart ul li.mini_cart_item .product-basic-info {
  float: left;
  font-size: 1rem;
  line-height: 1.3;
  width: calc( 100% - 115px);
  color: #000;
}

@media (max-width: 575.99px) {
  .akt-mini-cart ul li.mini_cart_item .product-basic-info {
    width: calc( 100% - 5rem) !important;
  }
}

.akt-mini-cart ul li.mini_cart_item .product-basic-info .product-name {
  font-weight: 400;
  padding-right: 10px;
  font-size: 0.9rem;
  line-height: 1.3;
}

.akt-mini-cart .mini-cart-total {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background: #06374E;
  padding: 20px;
  margin: -20px;
  z-index: 9999;
}

@media (max-width: 991.99px) {
  .akt-mini-cart .mini-cart-total {
    padding: 20px 20px 100px;
  }
}

@media (max-width: 575.99px) {
  .akt-mini-cart .mini-cart-total {
    padding: 20px 20px 120px;
  }
}

.akt-mini-cart .buttons {
  text-align: center;
  margin-top: 15px;
}

.akt-mini-cart .buttons .button.wc-forward {
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 35px;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
  line-height: 1.2;
  background: #36A9E0;
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.akt-mini-cart .buttons .button.wc-forward:hover {
  background: #2098d2;
}

.akt-mini-cart .buttons .button.wc-forward:before {
  content: '\f07a';
  font-family: fontAwesome;
  font-size: 1rem;
  margin-right: 10px;
  line-height: 0;
}

.akt-mini-cart .total {
  border-left: none;
  border-right: none;
  padding-top: 10px;
  font-size: 1rem;
  color: #fff;
}

.akt-mini-cart .total span {
  color: #fff;
  line-height: 1.1;
}

.akt-mini-cart .total .amount {
  float: right;
  font-size: 1rem;
  margin-top: -5px;
  line-height: 1.8;
}

.akt-mini-cart .akt-total {
  border-left: none;
  border-right: none;
  padding-top: 10px;
  font-size: 1rem;
  color: #fff;
  position: relative;
}

.akt-mini-cart .akt-total span {
  color: #fff;
}

.akt-mini-cart .akt-total .amount {
  position: relative;
  float: right;
  right: 65px;
}

.akt-mini-cart .akt-total .akt-exc-vat {
  display: inline-block !important;
  font-size: .8rem;
  font-style: italic;
  line-height: 1.5;
  position: absolute;
  right: 0;
}

.akt-mini-cart .akt-products-qty {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.akt-mini-cart .akt-products-qty .akt-pq-count {
  font-weight: 400;
  display: block;
  font-size: 1rem;
  text-transform: initial;
}

.akt-mini-cart a.remove {
  margin-top: 0;
  position: absolute;
  color: #1C1C1C !important;
  background: none;
  left: 0;
  top: 22px;
  line-height: 0;
  font-size: 1.5rem;
  width: auto;
  height: auto;
  font-weight: 400;
  transform: translateY(-50%);
}

.akt-mini-cart a.remove:hover, .akt-mini-cart a.remove:focus, .akt-mini-cart a.remove:active {
  color: #063C6D !important;
}

.akt-mini-cart svg {
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
}

@media (max-width: 575.99px) {
  .akt-mini-cart svg {
    top: -13px;
    left: -7px;
  }
}

.akt-mini-cart .submit-button.update-cart-btn {
  right: 16px;
}

.akt-mini-cart .submit-empty-button.empty-cart-btn {
  left: 16px;
}

.akt-mini-cart .submit-empty-button.empty-cart-btn:before {
  content: '\f07a';
}

.akt-mini-cart .mini-cart-list .akt-product-variation {
  overflow: hidden;
  padding-left: 18px;
}

@media (max-width: 768px) {
  .akt-mini-cart .mini-cart-list .akt-product-variation {
    padding-left: 8px;
  }
}

.akt-mini-cart .mini-cart-list .akt-product-variation .product-details {
  margin-top: 6px;
}

.akt-mini-cart .mini-cart-list .akt-product-variation dl {
  border-left: none;
  padding-left: 0;
  margin-top: 15px;
}

.akt-mini-cart .mini-cart-list .akt-product-variation dl dt {
  margin-left: 0;
  margin-bottom: 6px;
  width: 86px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left !important;
}

.akt-mini-cart .mini-cart-list .akt-product-variation dl dd {
  width: calc(100% - 113px);
  float: right;
  margin-bottom: 6px;
  margin-right: 0;
}

.akt-mini-cart .mini-cart-list .akt-product-variation dl dd p {
  margin: 0;
}

.akt-mini-cart .quantity {
  display: flex;
}

@media (max-width: 575.99px) {
  .akt-mini-cart .quantity {
    display: block;
  }
}

.akt-mini-cart .quantity .akt-exc-vat {
  margin-bottom: 0;
  font-size: .8rem;
  font-style: italic;
  line-height: 1.8;
  padding-left: 4px;
}

@media (max-width: 575.99px) {
  .akt-mini-cart .quantity .akt-exc-vat {
    padding-left: 0;
  }
}

.akt-mini-cart span.woocommerce-Price-amount.amount {
  font-size: 0.8rem;
}

.akt-mini-cart-exc .akt-exc-vat {
  font-size: .8rem;
  font-style: italic;
  line-height: 2;
  padding-left: 4px;
}

#akt-cart .akt-custom-archive-image {
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

.akt-mini-cart .show-more-text {
  height: 23px;
  width: 96px;
  font-size: 13px;
  margin-top: 4px;
  cursor: pointer;
}

.akt-mini-cart .show-more-text:hover {
  color: #06374E;
}

.akt-mini-cart .show-more-text.know-more-close:after {
  transform: rotate(-180deg);
}

.akt-mini-cart .show-more-text:after {
  content: "\f107";
  font-family: fontAwesome;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.akt-mini-cart .show-more-variation-product {
  display: none;
}

.akt-mini-cart .show-more-variation-product dl {
  font-size: 13px !important;
}

.akt-mini-cart dd.tc-value.variation-Vljgaspelare {
  width: calc(100% - 114px) !important;
  float: right !important;
}

.akt-mini-cart-loader {
  display: none;
}

small.woocommerce-price-suffix {
  font-size: 0.85rem;
  font-style: italic;
}

@media (max-width: 575.99px) {
  small.woocommerce-price-suffix {
    display: block;
  }
}

.submit-empty-button.empty-cart-btn {
  position: absolute;
  top: -60px;
}

.submit-empty-button.empty-cart-btn .button {
  background: #06374e;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
}

article #yith-ywraq-form .product-quantity .quantity {
  float: left !important;
}

article .woocommerce.ywraq-wrapper {
  max-width: 800px;
  margin: auto;
}

.mini-cart-list .tc-value > div {
  text-align: left !important;
}

.akt-sticky-contact-form .akt-banner-btn {
  z-index: 1;
  opacity: 1;
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

.akt-sticky-contact-form .akt-banner-btn.akt-close {
  opacity: 0;
}

.akt-sticky-contact-form .akt-banner-btn .akt-btn {
  font-size: .8rem;
  padding: 15px;
}

.akt-sticky-contact-form .akt-banner-btn .akt-btn:hover {
  color: #fff;
}

.akt-sticky-contact-form .akt-banner-contact-form {
  position: fixed;
  bottom: 0;
  right: 15px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 430px;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 2px -2px gray;
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 575.99px) {
  .akt-sticky-contact-form .akt-banner-contact-form {
    max-width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    height: 75vh;
    overflow: auto;
  }
}

.akt-sticky-contact-form .akt-banner-contact-form.open {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
}

.akt-sticky-contact-form .akt-banner-contact-form p {
  margin-bottom: 0.8rem;
}

.akt-sticky-contact-form .akt-banner-contact-form p:last-child {
  margin-bottom: 0;
}

.akt-sticky-contact-form .akt-banner-contact-form .akt-contact-wrapper {
  padding: 2rem 2.5rem 1rem 2.5rem;
}

.akt-sticky-contact-form .akt-banner-contact-form .akt-contact-wrapper .akt-contact-desc {
  text-align: center;
  font-size: 1rem;
}

.akt-sticky-contact-form .akt-banner-contact-form .akt-contact-wrapper .akt-contact-desc .akt-contact-number {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 20px;
}

.akt-sticky-contact-form .akt-banner-contact-form .akt-contact-wrapper .akt-contact-desc .akt-contact-number a {
  color: #05384e;
}

.akt-sticky-contact-form .akt-banner-contact-form .akt-contact-wrapper .akt-contact-desc .akt-contact-number a .akt-icon {
  padding-right: 10px;
  vertical-align: text-bottom;
}

.akt-sticky-contact-form .akt-form {
  text-align: center;
}

.akt-sticky-contact-form .akt-form .wpcf7-form-control-wrap input,
.akt-sticky-contact-form .akt-form .wpcf7-form-control-wrap textarea {
  font-size: 0.8rem;
  font-weight: 400;
}

.akt-form-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(6, 55, 78, 0.8);
  z-index: 99;
}

.akt-hidecontact-btn {
  display: none;
}

.contact-form-mobile {
  padding: 20px 25px !important;
}

.contact-form-mobile .akt-contact-desc {
  margin-bottom: 26px;
  padding-top: 16px;
}

.contact-form-mobile .akt-contact-number a {
  color: #fff;
}

.contact-form-mobile .akt-btn {
  background: #36a9e0;
  width: 100%;
  border: none;
}

.contact-form-mobile button.akt-close-icon.close {
  position: absolute;
  top: 17px;
  right: 23px;
}

.contact-form-mobile p {
  margin-bottom: .7rem;
}

.contact-form-mobile .akt-form.wpcf7-form {
  margin-top: 50px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  text-align: center;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
  width: 100% !important;
  margin-bottom: 15px;
}

.ge-cookie-notice {
  position: fixed;
  bottom: 0;
  background: #f7f6f4;
  left: 0;
  right: 0;
  padding: 16px 20px;
  z-index: 9147483639;
  color: #000;
  box-shadow: 0px -1px 8px 0px rgba(6, 6, 6, 0.2);
}

.ge-cookie-notice .title-n-desc {
  float: left;
  width: -webkit-calc( 100% - 180px);
  width: calc( 100% - 180px);
  text-align: left;
}

@media (max-width: 767px) {
  .ge-cookie-notice .title-n-desc {
    width: initial;
    float: none;
    margin-bottom: 10px;
  }
}

.ge-cookie-notice .title-n-desc h4 {
  margin: 0 0 6px 0;
  font-size: 20px;
  font-weight: 500;
}

.ge-cookie-notice .title-n-desc p {
  margin: 0;
  font-size: 15px;
}

.ge-cookie-notice .btn-coll {
  float: right;
}

.ge-cookie-notice .btn-coll .ge-btn-accept {
  width: 80px;
  padding: 7px 0;
  border: none;
  color: #fff;
  background-color: #03213d;
  border-radius: 5px;
  cursor: pointer;
}

.ge-cookie-notice .btn-coll .ge-btn-accept:hover {
  background-color: #01070c;
}

.ge-cookie-notice .btn-coll a {
  font-size: 1rem;
  color: #000;
}

.ge-cookie-notice .btn-coll a:hover {
  text-decoration: underline;
}

.akt-service-list {
  width: 100%;
  padding: 30px;
}

@media (min-width: 576px) {
  .akt-service-list {
    padding: 30px 30px 60px;
  }
}

@media (min-width: 1050px) {
  .akt-service-list {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 60px 0;
  }
}

@media (min-width: 1450px) {
  .akt-service-list {
    padding: 50px 0 80px 0;
  }
}

.akt-service-list .akt-service {
  padding-top: 30px;
}

@media (max-width: 575.99px) {
  .akt-service-list .akt-service {
    display: flex;
    align-items: center;
  }
}

.akt-page-header {
  border-top: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
  padding: 10px 0;
}

.akt-page-header p,
.akt-page-header .woocommerce-breadcrumb {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.akt-page-header .woocommerce-breadcrumb {
  text-align: left;
}

@media (min-width: 768px) {
  .akt-page-header .woocommerce-breadcrumb {
    text-align: right;
  }
}

.akt-page-header .woocommerce-breadcrumb a {
  font-weight: 300;
  color: #000;
}

.akt-page-header-border {
  border-bottom: 1px solid #ced4da;
}

#akt-get-quote-slide .quote-form-wrapper input:not(.raq-send-request), #akt-get-quote-slide .quote-form-wrapper textarea {
  padding: 10px 15px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #ced4da;
  background-color: #F8F9FA;
}

#akt-get-quote-slide {
  width: 450px;
}

#akt-get-quote-slide .akt-close-icon {
  position: absolute;
  top: 16px;
  right: 20px;
}

#akt-get-quote-slide .quote-form-wrapper {
  padding: 25px 20px 0;
}

@media (max-width: 575.99px) {
  #akt-get-quote-slide .quote-form-wrapper {
    padding-bottom: 70px !important;
  }
}

#akt-get-quote-slide .quote-form-wrapper p {
  margin-bottom: 15px;
}

@media (max-width: 575.99px) {
  #akt-get-quote-slide .quote-form-wrapper p {
    margin-bottom: 10px;
  }
}

#akt-get-quote-slide .quote-form-wrapper .akt-btn {
  background: #36A9E0;
  width: 100%;
  border: 0;
  border-radius: 5px;
  font-weight: 100;
  color: #fff;
  font-size: 0.85rem;
}

#akt-get-quote-slide .quote-form-wrapper .akt-btn:hover {
  background: #2098d2;
}

#akt-get-quote-slide .quote-form-wrapper input:not(.raq-send-request) {
  width: 100%;
  height: 35px;
}

#akt-get-quote-slide .quote-form-wrapper textarea {
  height: 36px;
}

#akt-get-quote-slide .quote-form-wrapper .raq-send-request {
  height: 40px;
}

#akt-get-quote-slide .woocommerce-price-suffix {
  vertical-align: bottom;
  position: relative;
  top: 4px;
  font-style: italic;
  font-size: 12px;
  padding-left: 2px;
}

#akt-get-quote-slide .akt-custom-archive-image {
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.add-quote {
  background: #06374E !important;
  border: 0;
  color: #fff;
  border-radius: 5px;
  padding: 13px 19px 10px;
  text-align: center;
  max-width: 186px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.add-quote:hover {
  background: #042636;
}

#quote-sidebar {
  max-height: calc(100vh - 450px);
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#quote-sidebar::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}

#quote-sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
}

#quote-sidebar:hover::-webkit-scrollbar-thumb {
  background-color: #06374E;
}

.akt-toggle-quote {
  display: inline-block;
  padding-left: 12px;
  cursor: pointer;
  max-width: 45px;
}

.quote-form-wrapper .wpcf7-response-output {
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #ffffff;
  color: #fff;
}

.g-recaptcha > div {
  margin: auto;
}

/* request a quote page */
article svg {
  display: none !important;
}

article #yith-ywraq-form td.actions .button {
  background: transparent;
  font-size: .85rem;
}

article #yith-ywraq-form a.yith-ywraq-item-remove.remove {
  color: #000 !important;
  background: #fff !important;
}

article #yith-ywraq-form a.yith-ywraq-item-remove.remove:hover {
  background: #fff !important;
}

article #yith-ywraq-mail-form .row p input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: .8rem;
}

article #yith-ywraq-mail-form input.button.raq-send-request.akt-btn {
  margin: auto;
  background: #06374e;
  color: #fff;
  font-weight: normal;
  padding: 14px 20px 11px;
  font-size: .85rem;
}

article #yith-ywraq-mail-form .input-text {
  padding: 10px;
  max-height: 40px;
  font-size: .8rem;
}

.akt-search-block #search {
  max-width: 100%;
  background: #06374E;
  border: 0;
  border-radius: 0 !important;
  height: 60px;
  color: #fff !important;
  padding-left: 28px !important;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.akt-search-block #search::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.akt-search-block #search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.akt-search-block #search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.akt-search-block .akt-search-field span {
  position: relative;
}

.akt-search-block .akt-search-field span:after {
  content: '\F002';
  font-family: fontAwesome;
  position: absolute;
  z-index: 99;
  color: #fff;
  left: 6px;
  top: -5px;
  font-size: 17px;
}

body.search-open .akt-search-block {
  top: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  animation-name: fadeIn;
  animation-duration: .3s;
}

body.search-open .akt-search-block ul li.w-40 {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.search-open .akt-search-block ul .w-20 {
  display: none !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

.guaven_woos_suggestion .middle,
.guaven_woos_suggestion .right {
  flex: 40%;
  max-width: 40%;
  width: 100%;
}

@media (max-width: 768px) {
  .guaven_woos_suggestion .middle,
  .guaven_woos_suggestion .right {
    flex: 50%;
    max-width: 50%;
    padding-top: 40px;
    display: none;
  }
}

.guaven_woos_suggestion {
  width: 615px !important;
  top: 65px !important;
  padding: 0 !important;
  border-radius: 2px 2px 0 0;
  position: fixed !important;
}

@media (min-width: 1450px) {
  .guaven_woos_suggestion {
    width: 775px !important;
  }
}

@media (max-width: 991.99px) {
  .guaven_woos_suggestion {
    max-width: 92% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 119px);
    top: 113px !important;
    padding: 8px 8px !important;
  }
}

@media (max-width: 768px) {
  .guaven_woos_suggestion {
    max-width: 100% !important;
    height: 63vh;
    overflow: hidden;
    left: 0 !important;
  }
}

.guaven_woos_suggestion .wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #f7f6f4;
}

@media (max-width: 768px) {
  .guaven_woos_suggestion .wrapper {
    height: 60vh;
    overflow-y: auto;
    padding-bottom: 64px;
    background: #fff;
  }
}

.guaven_woos_suggestion .wrapper ul {
  margin: 0;
  padding: 20px 10px 35px !important;
}

.guaven_woos_suggestion .wrapper ul h3 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #06374E;
  font-weight: 600;
}

.guaven_woos_suggestion .left {
  flex: 60%;
  max-width: 60%;
  width: 100%;
  padding-right: 1rem;
  background: #fff;
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 768px) {
  .guaven_woos_suggestion .left {
    flex: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}

.guaven_woos_suggestion .middle,
.guaven_woos_suggestion .right {
  padding-right: 1rem;
}

.admin-bar .guaven_woos_suggestion {
  top: 80px !important;
}

.akt-exc-vat.moms-search-page {
  font-size: .8rem !important;
  font-style: italic;
  text-transform: lowercase;
  color: #06374e;
}

.search-open .is-sticky .akt-main-navigation {
  visibility: hidden;
}

ul.guaven_woos_final_results li, ul.guaven_woos_suggestion_catul li, ul.guaven_woos_suggestion_brandul li {
  min-height: auto !important;
  overflow: initial;
  padding: 10px 0;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #cacaca;
}

ul.guaven_woos_final_results li:last-child, ul.guaven_woos_suggestion_catul li:last-child, ul.guaven_woos_suggestion_brandul li:last-child {
  border-bottom: 0 !important;
}

ul.guaven_woos_final_results li small, ul.guaven_woos_suggestion_catul li small, ul.guaven_woos_suggestion_brandul li small {
  font-size: 1rem;
  display: block;
}

@media (max-width: 768px) {
  ul.guaven_woos_final_results li small, ul.guaven_woos_suggestion_catul li small, ul.guaven_woos_suggestion_brandul li small {
    display: inline-block;
    float: right;
    width: 160px;
    text-align: right;
  }
}

ul.guaven_woos_final_results li a, ul.guaven_woos_suggestion_catul li a, ul.guaven_woos_suggestion_brandul li a {
  color: #000;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.guaven_woos_final_results li a span, ul.guaven_woos_suggestion_catul li a span, ul.guaven_woos_suggestion_brandul li a span {
  font-size: .85rem;
}

ul.guaven_woos_final_results li a:hover, ul.guaven_woos_suggestion_catul li a:hover, ul.guaven_woos_suggestion_brandul li a:hover {
  color: #F48F00;
}

ul.guaven_woos_final_results li span.price.regular-price.sale-price, ul.guaven_woos_suggestion_catul li span.price.regular-price.sale-price, ul.guaven_woos_suggestion_brandul li span.price.regular-price.sale-price {
  font-weight: 100 !important;
  color: #000 !important;
  font-size: 1rem !important;
}

ul.guaven_woos_final_results .guaven_woos_titlediv, ul.guaven_woos_suggestion_catul .guaven_woos_titlediv, ul.guaven_woos_suggestion_brandul .guaven_woos_titlediv {
  padding-left: 12px;
  padding-top: 0;
  margin-bottom: 0;
}

ul.guaven_woos_final_results .guaven_woos_titlediv:after, ul.guaven_woos_suggestion_catul .guaven_woos_titlediv:after, ul.guaven_woos_suggestion_brandul .guaven_woos_titlediv:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  ul.guaven_woos_final_results .guaven_woos_titlediv > span, ul.guaven_woos_suggestion_catul .guaven_woos_titlediv > span, ul.guaven_woos_suggestion_brandul .guaven_woos_titlediv > span {
    width: calc(100% - 165px);
    float: left;
    padding-right: 10px;
  }
}

span.sale-price {
  color: #F48F00;
  padding-left: 5px;
  font-weight: 500 !important;
}

span.regular-price {
  color: #06374e;
  font-weight: 500 !important;
}

.akt-search-image {
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .akt-search-image {
    height: 45px;
    width: 45px;
  }
}

.akt-search-title-wrap {
  font-size: 1rem;
  font-weight: normal;
}

.akt-search-title-wrap em {
  color: #0F285D;
  text-decoration: none !important;
}

li.guaven_woos_showallli {
  position: absolute !important;
  left: 0;
  width: 50%;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  margin: 0;
  padding: 7px 0 !important;
  line-height: 0;
  list-style: none;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  li.guaven_woos_showallli {
    width: 100%;
    border-top: 0;
    border-right: 0;
  }
}

li.guaven_woos_showallli a {
  color: #000 !important;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: initial;
  text-decoration: underline;
}

.akt-mbl-close-bottom {
  position: fixed;
  z-index: 99999;
  width: 100px;
  background: #06374e;
  border-radius: 17px;
  right: 11px;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  top: 66px;
  display: none;
}

.guaven_woos_suggestion .guaven_woos_titlediv .woos_sku:not(:empty) {
  display: block !important;
  position: relative;
  padding-left: 42px;
  line-height: 20px;
  font-weight: 400;
  font-size: 0.85rem;
  margin-top: 2px;
}

.guaven_woos_suggestion .guaven_woos_titlediv .woos_sku:not(:empty):before {
  content: 'Varianter: ';
  position: absolute;
  left: 0;
  top: -1px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-transform: initial;
}

.alphabet-filter {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  margin: 20px 0 40px;
}

.alphabet-filter a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 10px;
  font-weight: 600;
}

.alphabet-filter a:hover, .alphabet-filter a:visited {
  color: #063C6D;
}

.akt-brands-lists {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  letter-spacing: -0.36em;
}

.akt-brands-lists li {
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 30px;
  padding-right: 30px;
  width: 33.33%;
}

.akt-brands-lists li.head {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.akt-brands-lists li .term-name {
  color: #063C6D;
  margin-top: 10px;
  font-size: 1.125rem;
  text-transform: capitalize;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.akt-brands-lists li a:hover .term-name {
  color: #063C6D;
}

.festive-title h1 {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.akt-festive-sale-layout ul.products li.first {
  clear: none !important;
}

@media (min-width: 1050px) {
  .akt-festive-sale-layout ul.products li {
    margin: 0 !important;
    width: 25% !important;
    padding: 10px !important;
    min-height: 497px;
  }
}

.akt-banner {
  -moz-transform: perspective(1) translateZ(0);
  -o-transform: perspective(1) translateZ(0);
  -ms-transform: perspective(1) translateZ(0);
  -webkit-transform: perspective(1) translateZ(0);
  transform: perspective(1) translateZ(0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 55vh;
}

.akt-banner:before {
  background-color: #000;
  opacity: 0.69;
}

@media (min-width: 576px) {
  .akt-banner {
    height: 75vh;
  }
}

@media (min-width: 1050px) {
  .akt-banner {
    height: calc(100vh - 65px);
  }
}

.akt-banner .akt-banner-wrapper h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  font-family: "Hind" !important;
}

@media (min-width: 768px) {
  .akt-banner .akt-banner-wrapper h1 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .akt-banner .akt-banner-wrapper h1 {
    font-size: 3.4375rem;
    /* 55px */
  }
}

.akt-banner .akt-banner-wrapper p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1;
  padding: 14px 0 30px;
  font-family: "Hind" !important;
}

@media (min-width: 768px) {
  .akt-banner .akt-banner-wrapper p {
    font-size: 1.5rem;
  }
}

.akt-banner .akt-banner-wrapper .akt-button-section .akt-btn {
  padding: 15px 10px;
  font-size: 1rem;
  max-width: 220px;
  width: 100%;
  font-family: "Hind" !important;
}

.akt-banner .akt-banner-wrapper .akt-button-section a:first-child {
  margin-right: 0px;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .akt-banner .akt-banner-wrapper .akt-button-section a:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.akt-banner .banner-svg {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -10px;
  z-index: -1;
}

.akt-banner .banner-svg svg {
  height: 40px;
}

.blog-page-banner {
  height: 300px;
  position: relative;
  background: url("../img/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-page-banner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.blog-page-banner .banner-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 1140px;
  margin: auto;
  text-align: center;
  width: 100%;
  color: #fff;
  left: 0;
  right: 0;
}

.blog-page-banner .banner-content h2 {
  text-transform: capitalize;
}

.akt-blog-style {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 60px 0;
}

.akt-blog-style .akt-grid-wrapper {
  padding: 15px;
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .akt-blog-style .akt-grid-wrapper {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .akt-blog-style .akt-grid-wrapper {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (min-width: 991.99px) {
  .akt-blog-style .akt-grid-wrapper {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

.akt-blog-style .akt-grid-wrapper > article {
  background: #fff;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  height: 100%;
  transition: all .3s;
  transform: translateY(0);
}

.akt-blog-style .akt-grid-wrapper > article:hover {
  box-shadow: 1px 3px 1px #0000000a;
  transform: translateY(-3%);
}

.akt-blog-style .akt-grid-wrapper .entry-content {
  padding: 18px 18px 0;
  margin: 0;
  word-break: break-all;
}

.akt-blog-style .akt-grid-wrapper .entry-content .entry-title {
  font-size: 1.3rem;
  line-height: 120%;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 0;
}

.akt-blog-style .akt-grid-wrapper .entry-content .entry-title a {
  color: #3e3e3e;
  transition: all .3s;
}

.akt-blog-style .akt-grid-wrapper .entry-content .entry-title a:hover {
  color: #06374e;
}

.akt-blog-style .akt-grid-wrapper .entry-content p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}

.akt-blog-style .akt-grid-wrapper .entry-content .entry-meta {
  font-size: 14px;
  display: flex;
}

.akt-blog-style .akt-grid-wrapper .entry-content .entry-meta span.posted-on {
  justify-content: flex-start;
  flex: 0 0 50%;
  color: #999;
}

.akt-blog-style .akt-grid-wrapper .entry-content .entry-meta span.author.vcard {
  flex: 0 0 50%;
  text-align: right;
}

.akt-blog-style .akt-grid-wrapper .entry-content .entry-meta a {
  color: #999;
}

.akt-blog-style nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.akt-blog-style nav.woocommerce-pagination ul li {
  display: inline-block;
}

.akt-blog-style nav.woocommerce-pagination ul li > * {
  border: 1px solid #1c8dc363;
  padding: 10px;
  width: 40px;
  height: 40px;
  margin: 3px;
  display: block;
  color: #32a7df;
  transition: all .3s;
}

.akt-blog-style nav.woocommerce-pagination ul li > *:hover, .akt-blog-style nav.woocommerce-pagination ul li > *.current {
  background: #1d9eda;
  color: #fff !important;
}

.akt-post-single {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .akt-post-single {
    padding: 0 15px;
  }
}

.akt-post-single h1.entry-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 15px;
  margin-top: 25px;
}

.akt-post-single .akt-single-post-category a {
  text-transform: capitalize;
  font-size: .8125em;
  font-weight: 600;
  color: #32a7df;
}

.akt-post-single .entry-content {
  margin: 15px 0 0;
}

.akt-post-single span.author.vcard {
  padding-left: 12px;
}

.akt-post-single span.author.vcard a {
  text-transform: capitalize;
  font-size: .8125em;
  font-weight: 600;
  color: #32a7df;
}

.sidebar-widget-area {
  padding-left: 70px;
}

@media (max-width: 768px) {
  .sidebar-widget-area {
    padding-left: 15px;
  }
}

.sidebar-widget-area aside {
  border: 1px solid;
  border-color: #d0d0d0;
  height: 100%;
  padding: 0 25px;
}

.sidebar-widget-area span.rpwwt-post-title {
  font-size: 1.25rem;
  line-height: 120%;
  display: block;
  color: #3e3e3e;
  font-weight: 600;
  margin: 0 0 7px;
  transition: all .3s;
}

.sidebar-widget-area span.rpwwt-post-title:hover {
  text-decoration: underline;
}

.sidebar-widget-area .rpwwt-widget h2.widget-title {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1;
  color: #05364e;
  padding: 9px 0;
}

.sidebar-widget-area .rpwwt-widget .rpwwt-post-categories {
  text-transform: capitalize;
  font-size: .8125em;
  font-weight: 600;
  color: #32a7df;
}

.sidebar-widget-area .rpwwt-widget .rpwwt-post-date {
  color: #a7a7a7;
  margin: 7px 0 0;
}

.sidebar-widget-area .rpwwt-widget ul li {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 12px;
}

.sidebar-widget-area .rpwwt-widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.akt-grid-wrapper font {
  flex: 0 0 50%;
}

/* social sharing page */
.share ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.share ul li {
  display: inline-block;
  margin-right: 12px;
}

@media (max-width: 768px) {
  .share ul li {
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.share ul li:last-child {
  margin-right: 0;
}

.share ul li .share-link {
  background: #000;
  padding: 0 20px 0 43px;
  color: #fff;
  vertical-align: middle;
  display: flex;
  position: relative;
  line-height: 33px;
  height: 35px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  opacity: 0.8;
  transition: all .3s;
}

@media (max-width: 768px) {
  .share ul li .share-link {
    padding: 0;
    width: 35px;
  }
}

.share ul li .share-link:hover {
  opacity: 1;
}

.share ul li .share-link .text {
  padding: 2px 0 0;
}

@media (max-width: 768px) {
  .share ul li .share-link .text {
    display: none;
  }
}

.share ul li .share-link i {
  position: absolute;
  left: 0;
  height: 35px;
  width: 35px;
  background: #d02626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.share ul li .share-link.facebook {
  background: #3b5998;
}

.share ul li .share-link.facebook > i {
  background: #1c418e;
}

.share ul li .share-link.twitter {
  background: #55acee;
}

.share ul li .share-link.twitter > i {
  background: #2a89d2;
}

.share ul li .share-link.tumblr {
  background: #35465c;
}

.share ul li .share-link.tumblr > i {
  background: #4c6688;
}

.share ul li .share-link.pinterest {
  background: #bd081c;
}

.share ul li .share-link.pinterest > i {
  background: #de061e;
}

.share ul li .share-link.mail {
  background: #dc4e41;
}

.share ul li .share-link.mail > i {
  background: #f13d2d;
}

body.modal-open {
  overflow: hidden !important;
}

p#billing_more_options_field {
  width: 100%;
  flex: 0 0 100%;
}

p#billing_more_options_field label.checkbox {
  display: inline-block !important;
  width: auto;
  background-color: #06374E;
  color: #fff;
  text-transform: initial;
  font-weight: 600;
  padding: 6px 22px 5px;
  border-radius: 5px;
  font-size: 0.85rem;
  cursor: pointer;
}

p#billing_more_options_field label.checkbox:after, p#billing_more_options_field label.checkbox:before {
  visibility: hidden;
  opacity: 0;
}

.akt-extra-fields {
  display: none;
}

.woocommerce-order-received .woocommerce-customer-details p {
  margin-bottom: 0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-validated span.select2-selection.select2-selection--single,
textarea#order_comments,
.woocommerce .woocommerce-account-fields label.checkbox:after,
.woocommerce h3#ship-to-different-address label.checkbox:after,
.woocommerce .woocommerce-account-fields label.checkbox:after,
.woocommerce .akt-product-table .actions .coupon input.input-text,
.woocommerce label.checkbox:after,
.woocommerce .cart_totals label:not(.checkbox-custom):before,
.woocommerce .akt-payments label:not(.checkbox-custom):before {
  border-color: #06374e !important;
}

p#billing_entry_code_field,
p#billing_floor_field,
p#billing_contact_person_field,
p#billing_email_delivery_address_field,
p#billing_more_invoice_marketing_field,
p#billing_reference_field,
p#billing_contact_person_phone_field {
  position: relative;
  padding-top: 34px;
}

p#billing_floor_field label,
p#billing_email_delivery_address_field label {
  display: block !important;
  position: absolute;
  font-weight: 600;
  top: 0;
  min-width: 300px;
}

@media (max-width: 991.99px) {
  p#billing_contact_person_field,
  p#billing_reference_field,
  p#billing_contact_person_phone_field {
    padding-top: 7px;
  }
}

p#billing_more_postcode_field,
p#billing_floor_field,
p#billing_more_ort_field,
p#billing_floor_field,
p#billing_entry_code_field,
p#billing_postcode_field,
p#billing_city_field {
  flex: 0 0 16.5% !important;
  max-width: 16.5%;
}

@media (max-width: 991.99px) {
  p#billing_more_postcode_field,
  p#billing_floor_field,
  p#billing_more_ort_field,
  p#billing_floor_field,
  p#billing_entry_code_field,
  p#billing_postcode_field,
  p#billing_city_field {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
}

@media (max-width: 575.99px) {
  p#billing_more_company_address_field,
  p#billing_post_address_delivery_field {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
}

section.home-page-content h2 {
  font-size: 21px;
  margin-bottom: 20px;
}

@media (min-width: 1450px) {
  .akt-container {
    max-width: 1300px;
    margin: 0 auto;
  }
}

@media (min-width: 1450px) {
  .akt-bg-pad {
    padding: 0 !important;
  }
}

@media (min-width: 1450px) {
  .akt-filter-container.akt-container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    overflow: hidden;
  }
}

.single-product h3.tm-epo-field-label {
  font-size: 1rem;
  font-weight: 600;
}

.akt-contact-us {
  color: #000;
  padding: 60px 0;
}

.akt-contact-us p {
  margin-bottom: 10px;
}

.akt-contact-us .akt-desc strong {
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.akt-contact-us .akt-address {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .akt-contact-us .akt-address {
    padding-top: 0;
  }
}

.akt-contact-us .akt-address p {
  font-weight: 600;
  margin-bottom: 0;
}

.akt-contact-us .akt-address p:first-child {
  margin-bottom: 10px;
}

.akt-contact-us .akt-address p a {
  color: #000;
  font-weight: 100;
}

.akt-contact-us .akt-address p a:hover {
  color: #F48F00;
}

.akt-contact-us .akt-image-section {
  padding-top: 15px;
}

@media (min-width: 576px) {
  .akt-contact-us .akt-image-section {
    padding-top: 30px;
  }
}

.akt-contact-us .akt-contact-form {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .akt-contact-us .akt-contact-form {
    padding-top: 0;
  }
}

.akt-contact-us .akt-contacts {
  padding-top: 30px;
}

.akt-contact-us .akt-contacts a {
  background-color: #06374E;
  border-color: #06374E;
}

.akt-contact-us .akt-contacts a:hover {
  background-color: #042636;
  border-color: #042636;
}

.akt-contact-us .akt-contacts .fa-facebook {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-instagram {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-youtube {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-twitter {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-google {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-youtube {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-linkedin {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-wordpress {
  color: #fff;
}

.akt-contact-us .akt-contacts .fa-google-plus {
  color: #fff;
}


/*# sourceMappingURL=kontakt.css.map*/