@charset "UTF-8";
/*
 *
 *    Application styles: app.scss
 *    2019 © Feeria (Kalifornijos kryptis, UAB)
 *
 */
/* Import SASS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600,700,800&display=swap");
/* Max content widths */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.container-table {
  max-width: 1600px; }

/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
/* Global */
body {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif; }

.h2 h2 {
  font-size: 4.5rem;
  font-weight: bold; }

.font-light h2 {
  font-weight: 100; }

a {
  color: #2B80AB;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none; }
  a:hover {
    color: #2B80AB;
    text-decoration: none;
    border-bottom: 1px solid;
    opacity: 0.75; }

.h3 h3 {
  color: #00679A; }

.h3-color {
  color: #00679A; }

h1 {
  font-size: 4.6rem;
  font-weight: 800 !important; }

h2 {
  font-size: 2.5rem;
  font-weight: 800 !important; }

h3 {
  font-size: 1.875rem; }

h4 {
  font-size: 1.5rem; }

p, ol, ul, dl {
  font-size: 0.925rem !important; }

.page-id-12 p, .page-id-12 ol, .page-id-12 ul, .page-id-12 dl,
.single-post .single-content p,
.single-post .single-content ol,
.single-post .single-content ul,
.single-post .single-content dl {
  font-size: 1.125rem !important; }

.page-id-12 .dropdown-item-content p, .page-id-12 .dropdown-item-content ol, .page-id-12 .dropdown-item-content ul, .page-id-12 .dropdown-item-content dl,
.single-post .single-content .dropdown-item-content p,
.single-post .single-content .dropdown-item-content ol,
.single-post .single-content .dropdown-item-content ul,
.single-post .single-content .dropdown-item-content dl {
  font-size: inherit !important; }

.margin-bottom {
  margin-bottom: 5rem; }

.padding-top {
  padding-top: 5rem; }

.padding-single {
  padding: 0 9rem; }

.margin-news {
  margin-bottom: 5rem; }

.margin-top {
  margin-top: 3rem; }

.border-1 {
  border-right: 1px solid #D6D6D6 !important; }

.padding {
  padding: 1rem; }

.btn {
  border: 0; }
  .btn:hover {
    border: 0; }

.bold {
  font-weight: bold !important; }

.btn-products {
  padding: 0.375rem 0.5rem !important; }

.btn-danger {
  border: none !important;
  background: #E67C2B;
  border-radius: 0;
  font-weight: bold; }
  .btn-danger:hover {
    background: #E67C2B; }

.btn-warning {
  min-width: 7rem;
  color: white;
  background: #E67C2B;
  border-radius: 0;
  font-weight: 700; }
  .btn-warning:hover {
    color: white;
    background: #E67C2B; }

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0; }

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px; }

#breadcrumbs ul {
  padding: 0; }

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc; }

.single-table-modal .modal-header {
  border-bottom: 0 !important; }

.bread-home {
  font-weight: bold; }

.item-current {
  color: #808080; }

.color-gray {
  color: #808080; }

.background-gray {
  background: #F8F8F8; }

.form-control {
  text-align: center;
  border-radius: 0;
  border: 0; }

p {
  color: #808080;
  font-weight: 100;
  font-size: 1.125rem; }

.single-title {
  font-size: 3.5rem; }

.about-left-p p {
  color: black;
  margin-bottom: 2rem; }

.about-left-p strong {
  font-weight: bold !important; }

table .wp-video {
  width: 100% !important;
  margin-bottom: 2rem; }
  table .wp-video .mejs-container {
    width: inherit !important;
    height: 22rem !important; }
  table .wp-video .wp-video-shortcode video, table .wp-video video.wp-video-shortcode {
    height: 22rem !important; }

table .wp-video .mejs-container-fullscreen .mejs-container {
  width: inherit !important;
  height: inherit !important; }

table .wp-video .mejs-container-fullscreen .wp-video-shortcode video, table .wp-video .mejs-container-fullscreen video.wp-video-shortcode {
  height: inherit !important; }

/* Navbar */
.navbar {
  top: 0;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  background-image: url("../img/navbar-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 1rem;
  margin: 1rem;
  margin-bottom: 0 !important; }
  .navbar .navbar-brand {
    width: 12rem;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .navbar .navbar-brand:hover {
      opacity: 0.75;
      border-bottom-color: transparent; }
  .navbar .navbar-nav .nav-link {
    margin-right: 1rem;
    font-size: 1rem;
    border-bottom: .125rem solid transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: white; }
    .navbar .navbar-nav .nav-link:hover {
      border-bottom: .125rem solid; }
  .navbar i {
    color: white !important; }
  .navbar #searchsubmit {
    border-radius: 0;
    border: 1px solid transparent; }
    .navbar #searchsubmit:hover {
      background: #fff;
      border: 1px solid white; }
      .navbar #searchsubmit:hover i {
        color: #2B80AB !important; }
  .navbar #searchform input {
    background: none !important;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 16rem;
    color: white; }
  .navbar #searchform input::-webkit-input-placeholder {
    color: white;
    font-weight: 100; }
  .navbar #searchform input:-ms-input-placeholder {
    color: white;
    font-weight: 100; }
  .navbar #searchform input::-ms-input-placeholder {
    color: white;
    font-weight: 100; }
  .navbar #searchform input::placeholder {
    color: white;
    font-weight: 100; }
  .navbar .dropdown-toggle {
    cursor: pointer; }
  .navbar .dropdown {
    position: relative;
    display: inline-block; }
    .navbar .dropdown:hover .dropdown-menu {
      display: block; }
    .navbar .dropdown a {
      display: block; }
      .navbar .dropdown a:hover {
        border: 0;
        color: inherit; }
  .navbar .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 15rem;
    z-index: 1;
    margin-top: 0;
    border: 0;
    border-radius: 0; }
  .navbar .dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }
    .navbar .dropdown-item:active, .navbar .dropdown-item.active {
      background-color: #ffffff; }
    .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
      background-color: #e67b2b;
      color: #fff !important;
      opacity: 1; }
  .navbar .navbar-toggler {
    border: 2px solid white; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.gallery-select-item:focus, .gallery-select-item:hover {
  background-color: #e67b2b;
  color: #fff !important;
  opacity: 1; }

.navbar-fixed {
  margin: 0;
  top: 0;
  padding: 1rem 1rem;
  background-image: url("../img/navbar-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: fixed;
  z-index: 20; }

.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 1rem 0;
  margin: 0;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15); }
  .dropdown-menu a {
    display: inline-block; }

/* Main content */
.slider-section {
  background: #f3f3f3;
  min-height: 75vh; }

#content {
  min-height: 70vh; }

/* Forms */
/* Modules */
.owl-carousel:not(.owl-loaded) {
  opacity: 0;
  height: 0;
  overflow: hidden; }

/* Sidebar */
.sidebar {
  margin-top: 20px; }
  .sidebar section {
    margin-bottom: 40px; }
  .sidebar ul, .sidebar ol {
    list-style-type: none;
    padding: 0; }
    .sidebar ul li, .sidebar ol li {
      margin: 10px 0; }

/* Footer */
footer {
  padding: 1.5rem 0;
  margin: 1rem; }
  footer p {
    margin-bottom: 0; }
  footer table td {
    color: #808080; }
    footer table td a {
      color: #2B80AB; }

.modal .modal-content {
  padding: 1rem;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15); }
  .modal .modal-content h3 {
    font-weight: 800 !important; }
  .modal .modal-content input, .modal .modal-content textarea {
    border: 2px solid #696969;
    padding: 1rem; }
    .modal .modal-content input:hover, .modal .modal-content textarea:hover {
      border: 2px solid #E67C2B;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

.modal-backdrop.show {
  opacity: 0.7 !important; }

.modal-backdrop {
  background: white !important; }

.product-categories-section, .own-slider-section, .products-section, .about-section, .statistics-section, .news-section {
  margin: 0 1rem; }

.product-categories-section {
  padding: 1rem 0; }
  .product-categories-section .dropdown {
    display: inline-block !important;
    position: static;
    padding: 0 1rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .product-categories-section .dropdown a {
      color: #00111A; }
      .product-categories-section .dropdown a:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .product-categories-section .dropdown .show-all-link {
      color: #2B80AB; }
    .product-categories-section .dropdown:hover {
      background: #E67C2B; }
      .product-categories-section .dropdown:hover a {
        color: white; }
    .product-categories-section .dropdown .dropdown-toggle:after {
      font-size: 0.7rem; }
    .product-categories-section .dropdown .dropdown-menu {
      overflow: hidden;
      left: 0 !important;
      right: 0 !important;
      -webkit-transform: translate3d(0px, 36px, 0px) !important;
      transform: translate3d(0px, 36px, 0px) !important;
      top: 13px !important; }
      .product-categories-section .dropdown .dropdown-menu .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 8.3rem;
        cursor: pointer; }
        .product-categories-section .dropdown .dropdown-menu .dropdown-item:active, .product-categories-section .dropdown .dropdown-menu .dropdown-item.active {
          background-color: #ffffff; }
        .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-image {
          width: 8rem;
          height: 6rem;
          margin-right: 1rem; }
          .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-image img {
            max-width: 100%;
            max-height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-content {
          white-space: initial;
          width: 25rem; }
          .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-content a {
            color: #00679A; }
  .product-categories-section .dropdown:last-child {
    border: 0 !important; }
  .product-categories-section .product_categories_item a {
    color: #00111A; }
    .product-categories-section .product_categories_item a:after {
      content: '';
      border-right: 2px solid #D6D6D6;
      margin-left: 1rem; }
  .product-categories-section .product_categories_item:last-child i {
    display: none; }
  .product-categories-section .product_categories_item:last-child a:after {
    border: 0; }

.own-slider-section .carousel {
  height: 75vh; }
  .own-slider-section .carousel .carousel-indicators .carouselExampleIndicators {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 2rem;
    border: 2px solid #fff !important;
    background: none; }
  .own-slider-section .carousel .carousel-indicators .active {
    background: white; }
  .own-slider-section .carousel .carousel-inner {
    height: 75vh; }
    .own-slider-section .carousel .carousel-inner .carousel-item {
      height: 100% !important; }
      .own-slider-section .carousel .carousel-inner .carousel-item .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .own-slider-section .carousel .carousel-inner .carousel-item img {
        max-width: 100% !important;
        max-height: 100% !important;
        -o-object-fit: cover !important;
        object-fit: cover !important; }
    .own-slider-section .carousel .carousel-inner .carousel-caption {
      position: absolute;
      width: 20%;
      height: 94%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      left: unset; }
      .own-slider-section .carousel .carousel-inner .carousel-caption h1 {
        text-align: left;
        font-size: 3.125rem; }
      .own-slider-section .carousel .carousel-inner .carousel-caption .slider-list {
        padding: 0;
        margin-bottom: 0; }
        .own-slider-section .carousel .carousel-inner .carousel-caption .slider-list li {
          list-style-type: none; }
    .own-slider-section .carousel .carousel-inner .carousel-control-next, .own-slider-section .carousel .carousel-inner .carousel-control-prev {
      opacity: inherit; }
      .own-slider-section .carousel .carousel-inner .carousel-control-next .carousel-control-next-icon,
      .own-slider-section .carousel .carousel-inner .carousel-control-next .carousel-control-prev-icon, .own-slider-section .carousel .carousel-inner .carousel-control-prev .carousel-control-next-icon,
      .own-slider-section .carousel .carousel-inner .carousel-control-prev .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem; }

.products-section {
  overflow: hidden; }
  .products-section .products-section-title, .products-section .products-section-subtitle {
    margin: 0 8rem; }
    .products-section .products-section-title h2, .products-section .products-section-subtitle h2 {
      font-weight: 100; }
  .products-section .products-section-title {
    margin-top: 5rem;
    margin-bottom: 2rem; }
  .products-section .products-section-subtitle {
    margin-bottom: 2rem; }
  .products-section .owl-products {
    background: #EFEFEF; }
    .products-section .owl-products .owl-stage-outer {
      overflow: unset;
      padding: 1rem; }
      .products-section .owl-products .owl-stage-outer .product-item {
        padding: 2rem;
        background: white;
        -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
        border-bottom: 3px solid transparent;
        margin-top: -5rem;
        min-height: 35rem; }
        .products-section .owl-products .owl-stage-outer .product-item:hover {
          border-bottom: 3px solid #00679A;
          margin-top: -6rem;
          -webkit-transition: all 0.75s ease-in-out;
          -o-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out; }
        .products-section .owl-products .owl-stage-outer .product-item .product-item-image {
          margin-bottom: 2rem;
          height: 15rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .products-section .owl-products .owl-stage-outer .product-item .product-item-image img {
            width: -webkit-fit-content !important;
            width: -moz-fit-content !important;
            width: fit-content !important;
            margin: 0 auto; }
        .products-section .owl-products .owl-stage-outer .product-item .product-item-content h3 {
          color: #00679A;
          font-weight: 600;
          font-size: 1.5rem; }
        .products-section .owl-products .owl-stage-outer .product-item .product-item-content p {
          color: #00111A; }
        .products-section .owl-products .owl-stage-outer .product-item .product-item-content h3, .products-section .owl-products .owl-stage-outer .product-item .product-item-content p {
          margin-bottom: 2rem; }
        .products-section .owl-products .owl-stage-outer .product-item .product-item-content i {
          color: #2B80AB;
          font-size: 1rem; }

.single-product .product-item, .tax-product_cat .product-item, .single-post .product-item {
  padding: 1rem;
  background: white;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid transparent;
  margin-top: -5rem; }
  .single-product .product-item:hover, .tax-product_cat .product-item:hover, .single-post .product-item:hover {
    border-bottom: 3px solid #00679A;
    margin-top: -7rem;
    -webkit-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out; }
  .single-product .product-item .product-item-image, .tax-product_cat .product-item .product-item-image, .single-post .product-item .product-item-image {
    margin-bottom: 4rem; }
    .single-product .product-item .product-item-image img, .tax-product_cat .product-item .product-item-image img, .single-post .product-item .product-item-image img {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      margin: 0 auto; }
  .single-product .product-item .product-item-content, .tax-product_cat .product-item .product-item-content, .single-post .product-item .product-item-content {
    min-height: 20rem; }
    .single-product .product-item .product-item-content h3, .tax-product_cat .product-item .product-item-content h3, .single-post .product-item .product-item-content h3 {
      color: #00679A; }
    .single-product .product-item .product-item-content p, .tax-product_cat .product-item .product-item-content p, .single-post .product-item .product-item-content p {
      color: #00111A; }
    .single-product .product-item .product-item-content h3, .single-product .product-item .product-item-content p, .tax-product_cat .product-item .product-item-content h3, .tax-product_cat .product-item .product-item-content p, .single-post .product-item .product-item-content h3, .single-post .product-item .product-item-content p {
      margin-bottom: 2rem; }
    .single-product .product-item .product-item-content i, .tax-product_cat .product-item .product-item-content i, .single-post .product-item .product-item-content i {
      color: #2B80AB;
      font-size: 1rem; }

.single-product .product-categories-section, .single-product footer, .tax-product_cat .product-categories-section, .tax-product_cat footer, .single-post .product-categories-section, .single-post footer {
  background: #F8F8F8; }

.single-product .product-categories-section, .tax-product_cat .product-categories-section, .single-post .product-categories-section {
  margin: 0; }

.single-product .nav-tabs, .tax-product_cat .nav-tabs, .single-post .nav-tabs {
  border-bottom: 0; }
  .single-product .nav-tabs .nav-item, .tax-product_cat .nav-tabs .nav-item, .single-post .nav-tabs .nav-item {
    margin-right: 0.2rem;
    border: 1px solid transparent;
    margin-bottom: 0.5rem;
    min-width: 7.5rem;
    text-align: center; }
    .single-product .nav-tabs .nav-item:hover, .single-product .nav-tabs .nav-item:focus, .tax-product_cat .nav-tabs .nav-item:hover, .tax-product_cat .nav-tabs .nav-item:focus, .single-post .nav-tabs .nav-item:hover, .single-post .nav-tabs .nav-item:focus {
      border: 1px solid transparent !important; }
    .single-product .nav-tabs .nav-item .nav-link, .tax-product_cat .nav-tabs .nav-item .nav-link, .single-post .nav-tabs .nav-item .nav-link {
      border-top: 0.25rem solid transparent !important;
      border-bottom: 0.25rem solid transparent !important;
      background: #F8F8F8;
      border-radius: 0;
      font-size: 1rem;
      padding: .5rem .25rem; }
      .single-product .nav-tabs .nav-item .nav-link:hover, .single-product .nav-tabs .nav-item .nav-link:focus, .tax-product_cat .nav-tabs .nav-item .nav-link:hover, .tax-product_cat .nav-tabs .nav-item .nav-link:focus, .single-post .nav-tabs .nav-item .nav-link:hover, .single-post .nav-tabs .nav-item .nav-link:focus {
        border: 1px solid transparent; }
    .single-product .nav-tabs .nav-item .active, .tax-product_cat .nav-tabs .nav-item .active, .single-post .nav-tabs .nav-item .active {
      background: #E67C2B;
      color: white;
      border: 0;
      border-radius: 0;
      min-width: 5rem !important;
      font-size: 1rem;
      border: 1px solid transparent; }
      .single-product .nav-tabs .nav-item .active:hover, .tax-product_cat .nav-tabs .nav-item .active:hover, .single-post .nav-tabs .nav-item .active:hover {
        border: 1px solid transparent; }

.single-product .nav-tabs-series-galleries, .tax-product_cat .nav-tabs-series-galleries, .single-post .nav-tabs-series-galleries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 30rem; }
  .single-product .nav-tabs-series-galleries .nav-item, .tax-product_cat .nav-tabs-series-galleries .nav-item, .single-post .nav-tabs-series-galleries .nav-item {
    margin-right: 0;
    min-width: 4.5rem;
    margin-bottom: 0; }
    .single-product .nav-tabs-series-galleries .nav-item .nav-link, .tax-product_cat .nav-tabs-series-galleries .nav-item .nav-link, .single-post .nav-tabs-series-galleries .nav-item .nav-link {
      background: none; }
    .single-product .nav-tabs-series-galleries .nav-item .active, .tax-product_cat .nav-tabs-series-galleries .nav-item .active, .single-post .nav-tabs-series-galleries .nav-item .active {
      color: #000;
      font-weight: bold; }

.single-product .document-table td, .single-product .document-table th, .tax-product_cat .document-table td, .tax-product_cat .document-table th, .single-post .document-table td, .single-post .document-table th {
  text-align: left;
  padding: .125rem; }

.single-product .model-table thead th, .single-product .model-table thead td, .single-product .model-table tfoot th, .single-product .model-table tfoot td, .tax-product_cat .model-table thead th, .tax-product_cat .model-table thead td, .tax-product_cat .model-table tfoot th, .tax-product_cat .model-table tfoot td, .single-post .model-table thead th, .single-post .model-table thead td, .single-post .model-table tfoot th, .single-post .model-table tfoot td {
  text-align: center;
  font-weight: bold; }

.single-product .model-table .modal h2, .tax-product_cat .model-table .modal h2, .single-post .model-table .modal h2 {
  color: black; }

.single-product .model-table .modal .modal-header, .tax-product_cat .model-table .modal .modal-header, .single-post .model-table .modal .modal-header {
  border-bottom: 0; }

.single-product .model-table .modal input, .single-product .model-table .modal textarea, .tax-product_cat .model-table .modal input, .tax-product_cat .model-table .modal textarea, .single-post .model-table .modal input, .single-post .model-table .modal textarea {
  border: 1px solid #696969;
  padding: 1rem; }
  .single-product .model-table .modal input:hover, .single-product .model-table .modal textarea:hover, .tax-product_cat .model-table .modal input:hover, .tax-product_cat .model-table .modal textarea:hover, .single-post .model-table .modal input:hover, .single-post .model-table .modal textarea:hover {
    outline: 2px solid #E67C2B;
    outline-offset: -2px; }

.single-product .table thead th, .tax-product_cat .table thead th, .single-post .table thead th {
  font-weight: 700; }

.single-product .table td, .single-product .table th, .tax-product_cat .table td, .tax-product_cat .table th, .single-post .table td, .single-post .table th {
  border: 0; }

.single-product .table tbody tr:hover, .tax-product_cat .table tbody tr:hover, .single-post .table tbody tr:hover {
  background: #F8F8F8; }

.single-product .table tbody tr td, .tax-product_cat .table tbody tr td, .single-post .table tbody tr td {
  color: #2B80AB; }
  .single-product .table tbody tr td .fa-check-circle, .tax-product_cat .table tbody tr td .fa-check-circle, .single-post .table tbody tr td .fa-check-circle {
    color: #00BA32;
    font-size: 2rem; }

.tax-product_cat, .news-archive-section {
  margin: 0 1rem; }
  .tax-product_cat .navbar, .news-archive-section .navbar {
    margin-left: 0;
    margin-right: 0; }
  .tax-product_cat .product-item, .tax-product_cat .news-item, .news-archive-section .product-item, .news-archive-section .news-item {
    margin-top: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.1); }
    .tax-product_cat .product-item:hover, .tax-product_cat .news-item:hover, .news-archive-section .product-item:hover, .news-archive-section .news-item:hover {
      margin-top: inherit; }
    .tax-product_cat .product-item .product-item-content, .tax-product_cat .product-item .news-item-content, .tax-product_cat .news-item .product-item-content, .tax-product_cat .news-item .news-item-content, .news-archive-section .product-item .product-item-content, .news-archive-section .product-item .news-item-content, .news-archive-section .news-item .product-item-content, .news-archive-section .news-item .news-item-content {
      min-height: inherit;
      margin-right: 5rem;
      width: 60%;
      padding: 3rem 1rem; }
      .tax-product_cat .product-item .product-item-content span, .tax-product_cat .product-item .news-item-content span, .tax-product_cat .news-item .product-item-content span, .tax-product_cat .news-item .news-item-content span, .news-archive-section .product-item .product-item-content span, .news-archive-section .product-item .news-item-content span, .news-archive-section .news-item .product-item-content span, .news-archive-section .news-item .news-item-content span {
        font-size: 1.75rem;
        color: #808080; }
    .tax-product_cat .product-item .product-item-image, .tax-product_cat .product-item .news-item-image, .tax-product_cat .news-item .product-item-image, .tax-product_cat .news-item .news-item-image, .news-archive-section .product-item .product-item-image, .news-archive-section .product-item .news-item-image, .news-archive-section .news-item .product-item-image, .news-archive-section .news-item .news-item-image {
      margin-bottom: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .tax-product_cat .taxonomy-about-us-setion, .news-archive-section .taxonomy-about-us-setion {
    padding: 2rem; }
    .tax-product_cat .taxonomy-about-us-setion p, .news-archive-section .taxonomy-about-us-setion p {
      color: black; }
      .tax-product_cat .taxonomy-about-us-setion p b, .news-archive-section .taxonomy-about-us-setion p b {
        font-weight: bold; }
    .tax-product_cat .taxonomy-about-us-setion h2, .news-archive-section .taxonomy-about-us-setion h2 {
      font-weight: bold;
      margin-bottom: 2rem; }
  .tax-product_cat footer, .news-archive-section footer {
    background: none !important; }

.news-archive-section .news-item:hover {
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out; }

.news-archive-section .news-item a {
  border-bottom: 0; }
  .news-archive-section .news-item a:hover {
    border-bottom: 0; }

.news-archive-section .news-item .news-item-content {
  width: 65%; }
  .news-archive-section .news-item .news-item-content .title h1, .news-archive-section .news-item .news-item-content .title h2, .news-archive-section .news-item .news-item-content .title h3, .news-archive-section .news-item .news-item-content .title h4, .news-archive-section .news-item .news-item-content .title h5, .news-archive-section .news-item .news-item-content .title h6, .news-archive-section .news-item .news-item-content .title span {
    font-size: 1.5rem; }

.post-section p {
  color: #00111A; }
  .post-section p strong {
    font-weight: bold; }

.post-section ul {
  padding: 0rem 0.5rem; }
  .post-section ul li {
    list-style-type: none; }
    .post-section ul li:before {
      content: '-';
      display: inline-block;
      width: 1rem;
      height: 1rem; }

.single-product .image {
  text-align: center; }
  .single-product .image .product-single-image {
    background: white;
    -webkit-box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.09);
    width: 30rem;
    height: 30rem;
    padding: 3rem;
    overflow: hidden; }
    .single-product .image .product-single-image img {
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%;
      height: 100%;
      max-height: 20rem; }

.single-product .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5rem;
  margin-bottom: .5rem; }
  .single-product .owl-thumbs .owl-thumb-item {
    background: none;
    cursor: pointer;
    border: none;
    outline: none;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .single-product .owl-thumbs .active {
    opacity: 1; }

.single-product .modal h1, .single-product .modal h3, .single-product .modal li, .single-product .modal span, .single-product .modal p, .single-product .modal td {
  color: black; }

.single-product .modal h1 {
  font-size: 2.5rem; }

.single-product .modal h3 {
  font-size: 2rem; }

.single-product .single-content-text p {
  color: #00111A; }

.single-product .content {
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-product .content .breadcrumbs ul {
    padding: 0; }

.single-tabs-content h1, .single-tabs-content h2, .single-tabs-content h3, .single-tabs-content h4, .single-tabs-content h5, .single-tabs-content h6,
.single-tabs-content .h1, .single-tabs-content .h2, .single-tabs-content .h3, .single-tabs-content .h4, .single-tabs-content .h5, .single-tabs-content .h6 {
  font-weight: inherit; }

.single-tabs-content h3 {
  color: #00679A;
  margin: 1rem 0; }

.single-tabs-content p {
  color: black;
  margin: 0; }
  .single-tabs-content p strong {
    font-weight: bold; }

.single-tabs-content #reviews input, .single-tabs-content #reviews textarea {
  border: 1px solid #696969;
  padding: 1rem; }
  .single-tabs-content #reviews input:hover, .single-tabs-content #reviews textarea:hover {
    outline: 2px solid #E67C2B;
    outline-offset: -2px; }

.single-tabs-content #documents table tr td {
  color: #808080; }

.single-tabs-content #specifications table {
  margin: 0 auto;
  width: 100%; }
  .single-tabs-content #specifications table thead {
    background: #2B80AB;
    color: #fff; }
  .single-tabs-content #specifications table tr td a span {
    color: #2B80AB !important; }

.single-product #specifications table td, .single-product #specifications table th, .single-product #specifications .table td, .single-product #specifications .table th {
  vertical-align: top;
  padding: 0.25rem;
  padding-left: 1rem; }
  .single-product #specifications table td b, .single-product #specifications table td strong, .single-product #specifications table td h1, .single-product #specifications table td h2, .single-product #specifications table td h3, .single-product #specifications table td h4, .single-product #specifications table td h5, .single-product #specifications table td h6, .single-product #specifications table th b, .single-product #specifications table th strong, .single-product #specifications table th h1, .single-product #specifications table th h2, .single-product #specifications table th h3, .single-product #specifications table th h4, .single-product #specifications table th h5, .single-product #specifications table th h6, .single-product #specifications .table td b, .single-product #specifications .table td strong, .single-product #specifications .table td h1, .single-product #specifications .table td h2, .single-product #specifications .table td h3, .single-product #specifications .table td h4, .single-product #specifications .table td h5, .single-product #specifications .table td h6, .single-product #specifications .table th b, .single-product #specifications .table th strong, .single-product #specifications .table th h1, .single-product #specifications .table th h2, .single-product #specifications .table th h3, .single-product #specifications .table th h4, .single-product #specifications .table th h5, .single-product #specifications .table th h6 {
    margin-left: -.75rem;
    display: block; }
    .single-product #specifications table td b b, .single-product #specifications table td b strong, .single-product #specifications table td strong b, .single-product #specifications table td strong strong, .single-product #specifications table td h1 b, .single-product #specifications table td h1 strong, .single-product #specifications table td h2 b, .single-product #specifications table td h2 strong, .single-product #specifications table td h3 b, .single-product #specifications table td h3 strong, .single-product #specifications table td h4 b, .single-product #specifications table td h4 strong, .single-product #specifications table td h5 b, .single-product #specifications table td h5 strong, .single-product #specifications table td h6 b, .single-product #specifications table td h6 strong, .single-product #specifications table th b b, .single-product #specifications table th b strong, .single-product #specifications table th strong b, .single-product #specifications table th strong strong, .single-product #specifications table th h1 b, .single-product #specifications table th h1 strong, .single-product #specifications table th h2 b, .single-product #specifications table th h2 strong, .single-product #specifications table th h3 b, .single-product #specifications table th h3 strong, .single-product #specifications table th h4 b, .single-product #specifications table th h4 strong, .single-product #specifications table th h5 b, .single-product #specifications table th h5 strong, .single-product #specifications table th h6 b, .single-product #specifications table th h6 strong, .single-product #specifications .table td b b, .single-product #specifications .table td b strong, .single-product #specifications .table td strong b, .single-product #specifications .table td strong strong, .single-product #specifications .table td h1 b, .single-product #specifications .table td h1 strong, .single-product #specifications .table td h2 b, .single-product #specifications .table td h2 strong, .single-product #specifications .table td h3 b, .single-product #specifications .table td h3 strong, .single-product #specifications .table td h4 b, .single-product #specifications .table td h4 strong, .single-product #specifications .table td h5 b, .single-product #specifications .table td h5 strong, .single-product #specifications .table td h6 b, .single-product #specifications .table td h6 strong, .single-product #specifications .table th b b, .single-product #specifications .table th b strong, .single-product #specifications .table th strong b, .single-product #specifications .table th strong strong, .single-product #specifications .table th h1 b, .single-product #specifications .table th h1 strong, .single-product #specifications .table th h2 b, .single-product #specifications .table th h2 strong, .single-product #specifications .table th h3 b, .single-product #specifications .table th h3 strong, .single-product #specifications .table th h4 b, .single-product #specifications .table th h4 strong, .single-product #specifications .table th h5 b, .single-product #specifications .table th h5 strong, .single-product #specifications .table th h6 b, .single-product #specifications .table th h6 strong {
      margin-left: 0; }

.table-common-style td, .table-common-style th {
  vertical-align: top;
  padding: 0.25rem;
  padding-left: 1rem; }
  .table-common-style td b, .table-common-style td strong, .table-common-style td h1, .table-common-style td h2, .table-common-style td h3, .table-common-style td h4, .table-common-style td h5, .table-common-style td h6, .table-common-style th b, .table-common-style th strong, .table-common-style th h1, .table-common-style th h2, .table-common-style th h3, .table-common-style th h4, .table-common-style th h5, .table-common-style th h6 {
    margin-left: -.75rem;
    display: block; }
    .table-common-style td b b, .table-common-style td b strong, .table-common-style td strong b, .table-common-style td strong strong, .table-common-style td h1 b, .table-common-style td h1 strong, .table-common-style td h2 b, .table-common-style td h2 strong, .table-common-style td h3 b, .table-common-style td h3 strong, .table-common-style td h4 b, .table-common-style td h4 strong, .table-common-style td h5 b, .table-common-style td h5 strong, .table-common-style td h6 b, .table-common-style td h6 strong, .table-common-style th b b, .table-common-style th b strong, .table-common-style th strong b, .table-common-style th strong strong, .table-common-style th h1 b, .table-common-style th h1 strong, .table-common-style th h2 b, .table-common-style th h2 strong, .table-common-style th h3 b, .table-common-style th h3 strong, .table-common-style th h4 b, .table-common-style th h4 strong, .table-common-style th h5 b, .table-common-style th h5 strong, .table-common-style th h6 b, .table-common-style th h6 strong {
      margin-left: 0; }

.archive #content, .category #content {
  min-height: 0; }

.page .product-categories-section, .category .product-categories-section {
  background: #F8F8F8; }

.page .breadcrumbs, .category .breadcrumbs {
  padding: 0; }

.page .page-header h1, .category .page-header h1 {
  font-weight: 700; }

.page .contacts-description-column, .category .contacts-description-column {
  background: white;
  -webkit-box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-bottom: 3px solid #00679A; }
  .page .contacts-description-column h2, .category .contacts-description-column h2 {
    color: #00679A;
    font-weight: 300 !important; }
  .page .contacts-description-column p, .category .contacts-description-column p {
    color: #00111A; }
    .page .contacts-description-column p strong, .category .contacts-description-column p strong {
      font-weight: bold; }
  .page .contacts-description-column ul, .category .contacts-description-column ul {
    padding: 0; }
    .page .contacts-description-column ul li, .category .contacts-description-column ul li {
      list-style-type: none; }

.archive footer, .single-product footer, .page-template-default footer {
  background: #F8F8F8; }

.about-section .icon-box .icon-box-item {
  border-bottom: 0.5px solid #D5E6EE;
  border-width: thin; }
  .about-section .icon-box .icon-box-item h1, .about-section .icon-box .icon-box-item h2, .about-section .icon-box .icon-box-item h3, .about-section .icon-box .icon-box-item h4, .about-section .icon-box .icon-box-item h5, .about-section .icon-box .icon-box-item h6 {
    font-size: 1.175rem; }
  .about-section .icon-box .icon-box-item i, .about-section .icon-box .icon-box-item h3 {
    color: #00679A; }
  .about-section .icon-box .icon-box-item i {
    margin-right: 0.5rem; }
  .about-section .icon-box .icon-box-item p {
    margin-bottom: 2rem; }

.about-section .icon-box .icon-box-item:last-child {
  border-bottom: none; }

.statistics-section {
  background-image: url("../img/stats.png");
  background-position: center;
  background-color: #002233;
  background-blend-mode: soft-light;
  height: 20rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 10rem; }
  .statistics-section .count, .statistics-section p, .statistics-section span {
    color: white; }
  .statistics-section .years {
    font-size: 18px; }
  .statistics-section p {
    font-weight: 100;
    margin-bottom: 0; }
  .statistics-section .count, .statistics-section span {
    font-size: 6rem;
    font-weight: bold;
    margin-top: 1rem; }
  .statistics-section .elementor-widget {
    margin: 0 !important; }

.news-section {
  overflow: hidden; }
  .news-section .owl-news {
    background: #EFEFEF;
    max-height: 15rem; }
    .news-section .owl-news .owl-stage-outer {
      padding: 3rem 2rem;
      overflow: unset; }
      .news-section .owl-news .owl-stage-outer .news-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: white;
        margin-top: -2rem; }
        .news-section .owl-news .owl-stage-outer .news-item a {
          border: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .news-section .owl-news .owl-stage-outer .news-item:hover {
          margin-top: -4rem;
          -webkit-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
        .news-section .owl-news .owl-stage-outer .news-item .news-item-image {
          width: 60%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .news-section .owl-news .owl-stage-outer .news-item .news-item-image img {
            width: -webkit-fit-content !important;
            width: -moz-fit-content !important;
            width: fit-content !important;
            max-height: 100%;
            max-width: 100%; }
        .news-section .owl-news .owl-stage-outer .news-item .news-item-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 1rem; }
          .news-section .owl-news .owl-stage-outer .news-item .news-item-content a {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; }
          .news-section .owl-news .owl-stage-outer .news-item .news-item-content h3 {
            font-size: 1.5rem;
            min-height: 5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .news-section .owl-news .owl-stage-outer .news-item .news-item-content p {
            color: #00111A; }

.about-us-text-section p {
  color: black; }
  .about-us-text-section p strong {
    font-weight: bold; }

.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: -0.5rem;
  pointer-events: none;
  font-size: 2rem;
  color: #ccc; }

.owl-prev {
  left: 0;
  position: absolute; }

.owl-next {
  right: 0;
  position: absolute; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  pointer-events: auto; }

/* Mobile */
@media (max-width: 1366px) {
  .single-product .image .product-single-image {
    width: 24rem;
    height: 24rem; } }

@media (max-width: 1280px) {
  .single-product .image .product-single-image {
    width: 24rem;
    height: 24rem; } }

@media (max-width: 1024px) {
  .single-product .image .product-single-image {
    width: 21rem;
    height: 21rem; }
  .own-slider-section .carousel {
    height: 50vh; }
    .own-slider-section .carousel .carousel-inner {
      height: 50vh; }
      .own-slider-section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 2rem; }
  .navbar #searchform input {
    width: 15rem; }
  .navbar .navbar-nav .nav-link {
    margin-right: 0rem; }
  .own-slider-section .carousel .carousel-inner .carousel-item img {
    height: 100%; } }

@media (max-width: 823px) {
  .h2 h2 {
    font-size: 4rem; }
  .own-slider-section .carousel-indicators {
    bottom: 2px; }
  .own-slider-section .carousel {
    height: 73vh; }
    .own-slider-section .carousel .carousel-inner {
      height: 73vh; }
      .own-slider-section .carousel .carousel-inner .carousel-caption {
        width: 30%; }
        .own-slider-section .carousel .carousel-inner .carousel-caption h1 {
          font-size: 1.25rem; }
        .own-slider-section .carousel .carousel-inner .carousel-caption ul li {
          font-size: .75rem; }
  .product-categories-section .dropdown {
    padding: 0; }
    .product-categories-section .dropdown .dropdown-menu .dropdown-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-image {
        width: 9rem;
        margin-right: 0rem; }
  .single-product .image .product-single-image {
    width: 15rem;
    height: 15rem; }
  .single-product .content {
    padding: 0 2rem; }
    .single-product .content .single-title {
      font-size: 2.3rem; }
  .single-product .nav {
    display: block; }
  .navbar .navbar-brand {
    width: 8rem; }
  .navbar #searchform input {
    width: 9rem; }
  .navbar .navbar-nav .nav-link {
    padding: 0;
    display: inline-block;
    margin-right: 0.5rem; }
  .top-line {
    font-size: 2.9rem; }
  .tax-product_cat .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .tax-product_cat .product-item .product-item-content {
      width: 100%; }
  .products-section .owl-products .owl-stage-outer .product-item {
    min-height: 40rem; } }

@media (max-width: 812px) {
  .navbar .navbar-brand {
    margin-right: 0rem; }
  footer table tbody tr td {
    width: 100% !important;
    display: block; } }

@media (max-width: 768px) {
  h1 {
    font-size: 3.5rem; }
  .navbar .navbar-brand {
    width: 7rem; }
  .carousel {
    height: 35vh !important; }
    .carousel .carousel-inner {
      height: 35vh !important; }
      .carousel .carousel-inner .carousel-caption h1 {
        font-size: 2rem; }
  .single-content .content {
    padding: 0rem; }
  .single-content .image .product-single-image {
    width: 13rem !important;
    height: 16rem !important; }
  .single-product .image .product-single-image {
    width: 13rem;
    height: 13rem;
    padding: 1rem; }
  .single-product .nav-tabs-series-galleries .nav-item {
    width: 6rem;
    display: inline-block;
    vertical-align: text-top; }
  .products-section .owl-products .owl-stage-outer .product-item {
    min-height: 35rem; }
  .news-archive-section .news-item {
    display: block !important; }
    .news-archive-section .news-item .news-item-content {
      width: 97%; } }

@media (max-width: 736px) {
  .single-product .image .product-single-image {
    margin: 0 auto;
    width: 13rem !important;
    height: 15rem !important; }
  .single-title {
    font-size: 3.4rem; }
  .page-title {
    font-size: 3.6rem; }
  .top-line {
    font-size: 2.1rem; }
  .carousel {
    height: 80vh !important; }
    .carousel .carousel-inner {
      height: 80vh !important; }
      .carousel .carousel-inner .carousel-caption h1 {
        font-size: 2rem; }
  .news-archive-section .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news-archive-section .news-item .news-item-content {
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: 100%; }
      .news-archive-section .news-item .news-item-content span, .news-archive-section .news-item .news-item-content h3 {
        font-size: 1.5rem; } }

@media (max-width: 640px) {
  .h2 h2 {
    font-size: 3.5rem; }
  .news-section .owl-news .owl-stage-outer .news-item .news-item-content h3 {
    font-size: 1.2rem; } }

@media (max-width: 576px) {
  .h2 h2 {
    font-size: 2.8rem; }
  .own-slider-section .carousel {
    height: 85vh; }
    .own-slider-section .carousel .carousel-inner {
      height: 85vh; }
  .products-section .owl-products .owl-stage-outer .product-item {
    min-height: 39rem; }
  .news-section .owl-news {
    background: none;
    margin-top: 1rem; }
    .news-section .owl-news .owl-stage-outer {
      padding: 0; }
      .news-section .owl-news .owl-stage-outer .news-item {
        display: block; }
        .news-section .owl-news .owl-stage-outer .news-item .news-item-image {
          width: 30%;
          margin: 0 auto; }
        .news-section .owl-news .owl-stage-outer .news-item .news-item-content {
          padding: 0rem; }
          .news-section .owl-news .owl-stage-outer .news-item .news-item-content h3 {
            font-size: 1rem; }
  .navbar .navbar-nav .nav-link {
    font-size: 1.5rem; }
  .navbar .dropdown-menu {
    position: relative; }
    .navbar .dropdown-menu .dropdown-item {
      white-space: inherit; } }

@media (max-width: 568px) {
  .page-title {
    font-size: 3rem; }
  footer table td {
    display: contents !important; }
    footer table td a {
      font-size: 0.9rem; } }

@media (max-width: 414px) {
  .own-slider-section .carousel .carousel-inner .carousel-caption {
    right: -20%; }
  .carousel {
    height: 20vh !important; }
    .carousel .carousel-inner {
      height: 20vh !important; }
      .carousel .carousel-inner .carousel-caption {
        display: none !important; }
  .news-section .owl-news .owl-stage-outer .news-item .news-item-content {
    padding: 0rem; }
    .news-section .owl-news .owl-stage-outer .news-item .news-item-content h3 {
      font-size: 1rem; }
  #breadcrumbs li {
    margin-right: 2px; }
  .padding-sm {
    padding-left: 0;
    padding-right: 0; }
  .top-line {
    text-align: center;
    font-size: 2rem; }
  .product-categories-section .dropdown {
    display: block !important; }
    .product-categories-section .dropdown .dropdown-menu {
      margin-top: -3.1rem;
      position: relative !important; }
      .product-categories-section .dropdown .dropdown-menu .border-1 {
        border-right: 0 !important; }
      .product-categories-section .dropdown .dropdown-menu .dropdown-item {
        width: 100%;
        text-align: center; }
        .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-image {
          width: 7rem;
          height: 7rem;
          margin: 0 auto; }
        .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-content {
          width: inherit; }
  .page-title {
    font-size: 2.4rem; }
  h2 {
    font-size: 2rem; }
  .single-title {
    font-size: 2.2rem; }
  .news-archive-section .news-item .news-item-content .title h3 {
    font-size: 1.2rem; }
  .tax-product_cat .product-item .product-item-content {
    padding: 0rem; } }

@media (max-width: 375px) {
  h3 {
    font-size: 1.5rem; }
  .products-section .owl-products .owl-stage-outer .product-item {
    min-height: 36rem; } }

@media (max-width: 320px) {
  .navbar #searchform input {
    width: 13rem; }
  .product-categories-section .dropdown .dropdown-menu .dropdown-item .dropdown-item-image {
    width: 6rem;
    height: 6rem; }
  .single-title {
    font-size: 1.9rem; }
  .news-archive-section .news-item .news-item-content {
    padding: 0.5rem 0.5rem; }
    .news-archive-section .news-item .news-item-content span, .news-archive-section .news-item .news-item-content h3 {
      font-size: 1rem; }
  .page-title {
    font-size: 2.1rem; }
  .single-product .single-tabs-content table tbody tr td {
    height: 55% !important; } }
