@charset "UTF-8";
@font-face {
  font-family: "OpenSans-Light";
  src: url("../f/OpenSans-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../f/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../f/OpenSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../f/Jost-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Jost-Regular";
  src: url("../f/Jost-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Jost-Light";
  src: url("../f/Jost-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Jost-Bold";
  src: url("../f/Exo2-Italic.ttf") format("truetype");
}
body {
  font-family: "Jost", sans-serif !important;
}

/* RGB */
.figure3, .figure2, .figure1, .cover, .cover_contain {
  background: transparent center center no-repeat;
  display: block;
}

.banner img {
  max-width: 100%;
}

.cover_contain {
  background-size: contain;
}

.cover {
  background-size: cover;
}

.cover-3-4 {
  height: 0;
  padding-bottom: 75%;
}

.cover-16-9 {
  height: 0;
  padding-bottom: 177.7777777778%;
}

.figure1 {
  height: 468px !important;
  position: relative;
}

.figure2 {
  height: 235px !important;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.figure3 {
  height: 190px !important;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.newspic {
  margin-bottom: 20px;
}

.card-img-top {
  width: 100%;
  /*    min-height: 240px;*/
  object-fit: contain;
}

.backgroundcolor1 {
  background-color: #1e73be !important;
}

.textnav1 {
  font-family: OpenSans-SemiBold !important;
  font-size: 16px !important;
}

.headb1 {
  border-bottom: 4px solid #fff !important;
}

.pic1 {
  background: url(../img/home.jpg) center center no-repeat;
  height: 950px !important;
  background-size: cover;
}

header .grey_top {
  background: #3e444a;
}
header .grey_top .icon {
  width: 20px;
  filter: brightness(0) invert(1);
}
header nav.navbar {
  /*        .icon{height: 40px;opacity: .5;}*/
}
header nav.navbar .navbar-brand img {
  max-width: 135px;
}

.navbar .navbar-brand {
  padding-top: 0;
}

.navbar .nav-link {
  /*    color: #444343!important;*/
}

.navbar .button-collapse {
  padding-top: 1px;
}

.card-intro .card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0 !important;
}

.card-intro .card-body h1 {
  margin-bottom: 0;
}

.card-intro {
  margin-top: 64px;
}

@media (max-width: 450px) {
  .card-intro {
    margin-top: 56px;
  }
}
@media (min-width: 1441px) {
  .card-intro {
    padding-left: 0 !important;
  }
}
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);

%clearfix {
  &:after {
    content: '';
    display: table;
    clear: both;
  }
}

%link-style {
  color: tomato;
  text-decoration: none;
  cursor: pointer;

  &:hover {
    color: darken(tomato, 20%);
    text-decoration: underline;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1;
}

body {
  height: 100%;
  padding: 3em;
  font-size: 1.4rem;
  overflow-x: hidden;
  background-color: lightGray;
}

a { @extend %link-style; }



// Basic breadcrumb styles
// -----------------------------------------------------------------------------

.breadcrumb {
  display: inline-block;
  float: left;
  position: relative;
  margin-top: 0.25em; // Allows for breadcrumb wrapping
  margin-right: 0.5em;
  margin-bottom: 0.25em; // Allows for breadcrumb wrapping
  padding: 0.5em;
  background-color: white;
  color: gray;
  white-space: nowrap;

  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-width: 1em 0.25em 1em 0.5em;
    border-style: solid;
    border-color: transparent transparent transparent white;
  }

  + .breadcrumb {
    margin-left: 0.75em;

    &:before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      border-width: 1em 0.25em 1em 0.5em;
      border-style: solid;
      border-color: white white white transparent;
    }
  }
}
*/
/*nav.menut2 ul.dropdown-menu.show{
    background: $color3;
    .dropdown-submenu{
        padding: 0;
        display: block;
        a{
            display: block;
        }
        &:after{
            font-size: 1em;
            vertical-align: middle;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            position: absolute;
            right: 0;
            top: 10px;
            color: #fff;
            content: "\f105";
        }
    }
    .dropdown-toggle::after{
        display: none;
    }
}*/
div:not(#scNavbarContent) ul.navbar-nav li.nav-item a.nav-link {
  color: #343a40;
  font-size: 18px;
  font-family: Jost !important;
  font-weight: 500;
}

/*.dropdown-toggle::after {
   float:right;
   margin-top: 10px;
}*/
.nav-flex-icons img {
  width: 32px !important;
  height: 32px !important;
}

.side-nav {
  background: aliceblue !important;
}
.side-nav a {
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: normal;
  padding-left: 0px;
}

ul.nav.sidebar li a.list-group-item, .side-nav ul li a.list-group-item {
  padding: 0.35rem 1.25rem;
  margin-bottom: -1px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  font-family: "Jost", sans-serif;
}
ul.nav.sidebar li a.list-group-item img, .side-nav ul li a.list-group-item img {
  height: 25px;
  filter: brightness(0) invert(1);
}
ul.nav.sidebar li a.list-group-item[rel=sel], .side-nav ul li a.list-group-item[rel=sel] {
  background: #f2db07;
}
ul.nav.sidebar li a.list-group-item:hover, .side-nav ul li a.list-group-item:hover {
  background: rgba(255, 250, 240, 0.1803921569);
}
ul.nav.sidebar ul.l2menu, .side-nav ul ul.l2menu {
  padding-left: 0;
  background: rgba(255, 250, 240, 0.1803921569);
}
ul.nav.sidebar ul.l2menu li a.list-group-item.sub-item, .side-nav ul ul.l2menu li a.list-group-item.sub-item {
  padding-left: 30px;
}
ul.nav.sidebar ul.l2menu li a.list-group-item.sub-item:hover, .side-nav ul ul.l2menu li a.list-group-item.sub-item:hover {
  background: rgba(255, 250, 240, 0.1803921569);
  padding-left: 40px;
}

.menuleft {
  background: #f2db07;
}
.menuleft .nav .nav-item .nav-link {
  color: #6b696a;
  white-space: normal;
  font-size: 1.1rem;
}
.menuleft .nav .nav-item .nav-link:hover {
  background: #536923;
  color: #FFF;
}
.menuleft .nav .nav-item .nav-link.dropdown-toggle::after {
  right: 10px;
  position: absolute;
  top: 18px;
}
.menuleft .dropdown-menu.dropdown-primary {
  min-width: 90%;
}

.stickypos {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

/*.navbar{color: $color3;
    @include media-breakpoint-down(sm) {margin: 0px;padding:0;}
    .container{
        @include media-breakpoint-down(sm) {padding:0;}
    }
}

ul.lightgr{
    li{
        a{color:#777777; font-size:$font-xsmall; text-transform: uppercase;
          &:hover{color:#585857;}
        }
    }
}

ul.blm{
    li{
        a{color:$color3; font-size:$base-font-size; text-transform:uppercase;font-weight:$font-weight-bold;
          &:hover{color:#585857;}
        }
    }
}
.darkg{background:$color2;margin-bottom:0px;border:none;padding:0;
       li{
           a{color:$color1 !important; font-size:$font-large; text-transform: uppercase;padding:.8rem 0rem .8rem 0rem; border-radius:0 !important;
               @include media-breakpoint-down(md) {font-size: $font-normal;}
               @include media-breakpoint-down(sm) {padding-right: .4rem !important;padding-left: .4rem !important;}
               @include media-breakpoint-only(xs) {border-bottom: 1px solid #a7a5a52e;text-align: left;padding-left: 20px !important;padding-right: 20px !important;}
           }
            &:hover{color:#585857; background:#343a40 !important;
                @include media-breakpoint-down(sm) {background: brown;}
            }
           ul.dropdown-menu li a{font-size: $font-normal;padding:.5rem 1.3rem;background:#343a40;
            &:hover{background: #67717b;}
           }
       }
       .dropdown-menu{background:#504f4f !important;border-radius: 0;padding: 0;border: 0;min-width: 230px;margin-top:0;}
}

.shopping-cart, .loginlnk{color: $color2;}

@media (max-width: 575.98px) {

    .navbar-brand{margin-right: 0 10px;}
    #cart #dropdownMenu1{padding: 0;}

}*/
.pic1 {
  background: url(../img/home.jpg);
  height: 445px !important;
}

.title {
  font-size: 40px;
}

.borderprod1 {
  border: 1px solid #ededed !important;
}

.new {
  height: 54px;
  width: 59px;
  position: realtive !important;
  right: 0;
}

.red1 {
  background-color: #ff0000;
}

.grey1 {
  background-color: #4c4a4a;
}

.categor {
  font-size: 16px;
}

.categ1 {
  font-size: 18px;
  border-bottom: 1px solid #ff0000;
}

.bordcol1 {
  border-bottom: 1px solid #cccccc;
}

.menuleft ul li a {
  /*                color: $color1;*/
}

section h2 {
  font-family: Jost;
}
section.pano iframe {
  height: 600px;
  width: 100%;
  border: none;
}

.mainslider .grey1 {
  overflow: hidden;
}
.mainslider .scroll {
  height: 510px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 20px;
}
.mainslider .colorproduct {
  /*    background-color: yellowgreen;
  background: linear-gradient(-50deg, rgb(255, 255, 255) 40%, rgb(222, 44, 40) 40.1%);*/
}
.mainslider .colorproduct #rectangle {
  width: 140px;
  height: 80px;
  background: blue;
}
.mainslider .colorproduct .col6 {
  top: 0;
  background-color: rgba(0, 0, 0, 0.1098039216);
  height: 25px;
}
.mainslider .carousel .carousel-item h4.oldpr {
  text-decoration: line-through;
}
.mainslider .carousel .carousel-item .description {
  background: rgba(46, 46, 46, 0.2705882353);
}

footer {
  background-color: #3368c6 !important;
  font-family: Jost !important;
  font-size: 18px;
}
footer .nav .nav-item .nav-link {
  color: rgb(255, 255, 255);
}
footer .footer-copyright {
  background-color: #044384 !important;
  font-size: 14px !important;
  color: #000;
}

#cart .dropdown-menu {
  margin-top: 0px;
  background: rgb(255, 255, 255);
  color: rgb(252, 106, 31);
  z-index: 1001;
  padding: 5px;
  min-width: 240px;
}

li.sfield {
  list-style: none !important;
}
li.sfield label {
  padding-left: 8px;
}

div#filter-collapse ul {
  padding-left: 0px;
}

h3.h3filters {
  font-size: 20px;
  font-weight: 700;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
  z-index: 0 !important;
}

#filter_offers {
  background: white;
  color: #000;
}
#filter_offers h5 {
  text-align: left;
  font-family: Jost;
  font-size: 1.1rem;
  padding: 10px 0 0 0;
  font-weight: bolder;
  border-top: 1px solid rgba(219, 219, 219, 0.3607843137);
}
#filter_offers ul.checklist:not(.side-nav ul) {
  padding: 0;
}
.side-nav ul.checklist li {
  padding-left: 1.5rem;
}

.filters-lg, .side-nav {
  border-radius: 5px;
}

.filters {
  background: rgb(113, 143, 47);
  color: rgb(255, 255, 255);
}

.carousel-multy {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
}
.carousel-multy .carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  margin-top: 50px;
}
.carousel-multy .carousel-control.right {
  left: auto;
  right: -12px;
}
.carousel-multy .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
.carousel-multy .carousel-indicators .li {
  background: #cecece;
}
.carousel-multy .carousel-indicators .active {
  background: #428bca;
}
.carousel-multy .carousel-inner .item {
  height: auto;
}
.carousel-multy .carousel-inner .item img {
  border: none !important;
}

.product-price {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
}
.product-price.promo {
  color: red;
}
.product-price .oldprice {
  color: gray;
  text-decoration: line-through;
  font-size: 70%;
  margin-right: 10px;
}
.product-price .oldprice:empty {
  display: none !important;
}

.scs_product .card {
  /*        cursor: pointer;*/
  font-size: 1.1rem;
  transition: 1s box-shadow;
  border-radius: 20px;
  overflow: hidden;
}
.scs_product .card:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.08);
}
.scs_product .card:hover .addtofavorites, .scs_product .card:hover .removefromfavorites {
  transform: translateX(115px);
}
.scs_product .card h5 {
  font-size: 18px;
}
.scs_product .card [oldpr=""] {
  display: none !important;
}
.scs_product .card .savemark {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
}
.scs_product .card .priceblock {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.scs_product .card .price {
  border-top: 1px solid gainsboro;
  font-size: 1.3rem;
  color: #4f4f4f;
}
.scs_product .card .price [justify] {
  justify-content: space-between;
}
.scs_product .card .price [justify=""] {
  justify-content: center;
}
.scs_product .card .price .oldpr:empty, .scs_product .card .price .textm:empty {
  display: none !important;
}
.scs_product .card .price .oldpr {
  text-decoration: line-through;
  color: #b1abab;
}
.scs_product .card .price [price="0.00 лв"] {
  display: none !important;
}
.scs_product .card .price strong:not([price="0.00 лв"])[oldprice]:not([oldprice=""]) {
  color: #718f2f;
  /*                position: absolute;
                  bottom: 10px;
                  width: 100%;
                  display: block;
                  text-align: center;*/
}
.scs_product .card .addtofavorites, .scs_product .card .removefromfavorites {
  transition: transform 250ms;
  position: absolute;
  left: -100px;
  top: 25%;
  background: #FFF;
  border-radius: 7px;
  padding: 7px;
}
.scs_product .card .addtofavorites:active, .scs_product .card .removefromfavorites:active {
  transform: translateX(100px);
  filter: hue-rotate(280deg) saturate(161%);
  -webkit-filter: hue-rotate(280deg) saturate(161%);
  -moz-filter: hue-rotate(280deg) saturate(161%);
}

.favoritescount {
  background: #f2db07;
  color: #000;
  z-index: 1;
  position: relative;
}

.table-editable {
  position: relative;
}
.table-editable .glyphicon {
  font-size: 20px;
}

.table-remove {
  color: #700;
  cursor: pointer;
}
.table-remove:hover {
  color: #f00;
}

.table-up, .table-down {
  color: #007;
  cursor: pointer;
}
.table-up:hover, .table-down:hover {
  color: #00f;
}

.table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
}
.table-add:hover {
  color: #0b0;
}

.fit_cover {
  position: relative;
  overflow: hidden;
}
.fit_cover img {
  object-fit: cover;
  width: 100%;
  position: absolute !important;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  height: 100%;
}

.fit_contain {
  position: relative;
  overflow: hidden;
}
.fit_contain img {
  object-fit: contain;
  /*        width: 100%;*/
  margin: auto;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(0, 176, 237, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none;
  z-index: 1;
}
.back-to-top a {
  color: #FFF;
}
.back-to-top a:hover {
  text-decoration: none;
}
.back-to-top a:hover {
  background-color: rgba(135, 135, 135, 0.5);
}
.back-to-top .grecaptcha-badge {
  visibility: collapse !important;
}

h1 {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
}

.buybtn1 {
  background-color: #ff0000;
}

.ui-autocomplete {
  background: whitesmoke;
  padding: 5px;
  z-index: 1051;
}
.ui-autocomplete .ui-state-active {
  background: lightgrey;
}

.red1 .icon {
  width: 20px;
  filter: brightness(0) invert(1);
}

.grey1 {
  background: #3e444a;
  color: rgb(255, 255, 255);
  label: rgb(255, 255, 255);
}

.menumobbt {
  padding: 15px;
  position: fixed;
  z-index: 100;
  background: gainsboro;
  margin-right: 0;
  right: 0;
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
  background-color: yellowgreen !important;
  box-shadow: none;
  border-radius: 0.125rem;
}

.headupmenu {
  font-size: 16px;
  background-color: #3368c6;
}
.headupmenu a:link, .headupmenu a:visited {
  color: rgb(255, 255, 255);
}

.menucolor1 {
  color: #0082e6 !important;
  font-size: 18px;
  font-family: Jost !important;
}

.menucolor1 ul li a:hover {
  color: #e60012;
}

.lastoffers {
  background-image: url(/img/back.png);
}

.aplus {
  font-size: 16px;
  color: #e60012;
}

.aplus2 {
  font-size: 16px;
  color: #0f1112;
}

.aplus3 {
  color: #e60012;
}

.aplus4 {
  font-size: 16px;
  color: #0082e6;
}

.btuback {
  background-color: #e60012 !important;
  font-size: 16px;
}

.btuback2 {
  background-color: #0082e6 !important;
  font-size: 16px;
}

.newpr {
  font-size: 50px;
  color: #383838;
}

.def1 {
  background-color: #0f1112 !important;
  font-size: 24px !important;
}

.def2 {
  background-color: #e60012 !important;
  font-size: 24px !important;
}

.grey1 {
  background-color: #383838;
}

section.mainslider .grey1::before {
  content: "";
  width: 0;
  height: 0;
  border-top: -4px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 12px solid #333232;
  position: absolute;
  right: -11px;
  z-index: 1;
}

.shadow1 {
  -webkit-box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.36);
}

.nav-link a:hover {
  color: #9acd32;
}

.hovereff {
  color: #fff;
}
.hovereff::hover {
  color: #9acd32 !important;
}

/*.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #9acd32 !important;
}*/
.col5 {
  top: 0;
  background-color: #333232;
  height: 25px;
}

.wl {
  height: 23px;
}

.grey2 {
  background-color: #f5f5f5;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(100%) !important;
}

.card[class*=border] {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.zaglavieklimatik {
  font-size: 20px;
}

.tophead1 {
  color: rgb(34, 34, 34) !important;
}

.form-elegant .font-small {
  font-size: 0.8rem;
}

.form-elegant .z-depth-1a {
  -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
  box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
}

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
  box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
}

.form-elegant,
.form-dark {
  position: relative;
  height: 604px;
  overflow-y: scroll;
}

.form-dark .font-small {
  font-size: 0.8rem;
}

.form-dark [type=radio] + label,
.form-dark [type=checkbox] + label {
  font-size: 0.8rem;
}

.form-dark [type=checkbox] + label:before {
  top: 2px;
  width: 15px;
  height: 15px;
}

.form-dark .md-form label {
  color: #fff;
}

.form-dark input[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851;
}

.form-dark input[type=text]:focus:not([readonly]) + label {
  color: #fff;
}

.form-dark input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851;
}

.form-dark input[type=password]:focus:not([readonly]) + label {
  color: #fff;
}

.form-dark input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #fff;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-dark input[type=checkbox]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #00c851 #00c851 transparent;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.scrollbar-light-blue::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-light-blue::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-light-blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #82B1FF;
}

.scrollbar-light-blue {
  scrollbar-color: #82B1FF #F5F5F5;
}

.scrollbar-dusty-grass::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-dusty-grass::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.square::-webkit-scrollbar-track {
  border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
  width: 6px;
}

.headupmenu {
  background: #3368c6;
}

.bigj {
  height: 800px;
  position: relative;
}

.headtx12 {
  font-size: 60px;
  color: #01549e !important;
  font-weight: lighter;
}

.headtx13 {
  font-size: 60px;
  color: #66cc00 !important;
}

.headtx14 {
  font-size: 22px;
  color: #323232 !important;
}

.bluebackz1 {
  background: #3368c6;
}

.greenbackz1 {
  background: #66cc00;
}

.bigblue1 {
  font-size: 44px;
  color: #01549e !important;
  font-weight: bold;
}

.fzv1 {
  font-size: 19px;
}

.grey1z {
  background: #f6f7fb;
}

.bluecarsds {
  border-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden !important;
}
.bluecarsds .card-body {
  background: #01549e !important;
}

.big1 {
  background-image: url(/img/big1.png);
  background-size: cover;
}

.biggrey1 {
  font-size: 44px;
  color: #333333 !important;
  font-weight: bold;
}

.lightblue1 {
  background: #beebff;
}

.fzv1 {
  font-size: 19px;
}

.fontuslugi1 {
  font-size: 22px;
}

.backrev1 {
  background: url(/img/reviewsback.png);
}

.txt {
  font-size: 18px;
}
.txt h3 {
  color: #3368c6;
  font-weight: 700 !important;
  font-size: 40px;
  margin-bottom: 20px;
}

.izpitvane h5 {
  margin: 10px 0;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 26px;
}

.round {
  border-radius: 20px;
}

.controls-top {
  min-width: 140px;
}

@media (max-width: 575.98px) {
  header nav.navbar .icon {
    height: 25px;
  }
  .pic1 {
    height: 300px !important;
  }
  .bg1 {
    background: rgb(130, 133, 142) !important;
  }
  .backgroundcolor3 {
    background: rgb(255, 255, 255) !important;
  }
  .minitext1 {
    font-size: 14px !important;
  }
  .pic1 {
    background: url(../img/home.jpg);
    height: 200px !important;
  }
  .smalllogo {
    height: 60px !important;
    width: 60px !important;
  }
  .imgphot {
    min-height: 150px !important;
    width: 150px !important;
  }
  .drike1 {
    text-decoration: line-through;
  }
  .txtmin1 {
    font-size: 14px;
  }
  .bordcol1 {
    border-bottom: 1px solid #cccccc;
  }
  .price1 {
    font-size: 13px !important;
  }
  .breadcrumb {
    font-size: smaller;
  }
  #hpCarousel {
    height: 200px;
  }
  .biggrey1 {
    font-size: 25px;
  }
  .headtx12 {
    font-size: 31px;
  }
  .headtx13 {
    font-size: 31px;
  }
  .headtx14 {
    font-size: 17px;
    color: #fff !important;
  }
  .bigj {
    height: 350px;
    position: relative;
  }
  .bigblue1 {
    font-size: 31px !important;
  }
  .bigj2 {
    background-color: hsla(0, 0%, 98%, 0.2) !important;
  }
  .headtx12 {
    color: #fff !important;
  }
  .bluehz1 {
    background-color: rgba(8, 82, 148, 0.84) !important;
  }
  .fontuslugi1 {
    font-size: 18px;
  }
  .conatcbackz1 {
    background: #fff;
  }
  .aplus {
    font-size: 14px;
  }
  .aplus2 {
    font-size: 13px;
  }
  .btuback {
    font-size: 13px;
  }
  .tophead1 {
    font-size: 25px;
  }
  .def1 {
    font-size: 15px !important;
  }
  .def2 {
    font-size: 15px !important;
  }
  .slh4 {
    font-size: 15px !important;
  }
  .newpr {
    font-size: 40px !important;
  }
  .logoallsize {
    width: 140px !important;
  }
  .izpitvane h5 {
    font-size: 22px;
  }
  .filters-lg {
    box-shadow: none;
    margin: 0 !important;
    padding: 0 !important;
    height: 0;
    width: 0;
  }
  .filters-lg .togglefilters {
    position: fixed;
    left: -2px;
    top: 30%;
    width: 30px;
    padding: 10px;
    margin: 0;
    z-index: 12;
    background: gold;
    color: #000;
  }
  ul.navbar-nav li.nav-item a.nav-link {
    background: white;
    margin-bottom: 1px;
  }
  ul.navbar-nav li.nav-item a.nav-link:hover {
    background: azure;
  }
  .scs_product .card h5 {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  ul.navbar-nav li.nav-item a.nav-link {
    background: white;
    margin-bottom: 1px;
  }
  ul.navbar-nav li.nav-item a.nav-link:hover {
    background: azure;
  }
  .pic1 {
    height: 350px !important;
  }
  .bg1 {
    background: rgb(130, 133, 142) !important;
  }
  .bordcol1 {
    border-bottom: 1px solid #cccccc;
  }
  .breadcrumb {
    font-size: smaller;
  }
  #hpCarousel {
    height: 200px;
  }
  .filters-lg {
    box-shadow: none;
    margin: 0 !important;
    padding: 0 !important;
    height: 0;
    width: 0;
  }
  .filters-lg .togglefilters {
    position: fixed;
    left: -2px;
    top: 30%;
    width: 30px;
    padding: 10px;
    margin: 0;
    z-index: 12;
    background: gold;
    color: #000;
  }
}
@media (min-width: 576px) {
  .zaglavieklimatik {
    font-size: 16px !important;
  }
  .aplus {
    font-size: 14px;
  }
  .aplus2 {
    font-size: 13px;
  }
  .btuback {
    font-size: 13px;
  }
  .tophead1 {
    font-size: 25px;
  }
  .def1 {
    font-size: 15px !important;
  }
  .def2 {
    font-size: 15px !important;
  }
  .slh4 {
    font-size: 15px !important;
  }
  .newpr {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pic1 {
    height: 350px !important;
  }
  .bordcol1 {
    border-bottom: 1px solid #cccccc;
  }
  #hpCarousel {
    height: 100%;
  }
  /*    #slide-out{visibility: hidden;}*/
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hpCarousel {
    height: 100%;
  }
  .mainslider .scroll {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  #hpCarousel {
    height: 100%;
  }
  #slide-out {
    visibility: hidden;
  }
  .headupmenu {
    background: #3368c6 !important;
  }
  .headtx12 {
    font-size: 60px !important;
  }
  .headtx13 {
    font-size: 60px;
  }
  /*    .headtx14 {
          font-size: 17px;
          color: #323232 !important;
      }*/
  .fontuslugi1 {
    font-size: 22px !important;
  }
  .bluehz1 {
    background-color: transparent !important;
  }
  .bigj {
    height: 800px !important;
    position: relative;
  }
}

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