@charset "UTF-8";
@import "breakpoints.css";
:root {
  --light-blue: #3c4652;
  --dark-blue: #222934;
  --red: #f55266;
  --light-gray: #f3f3f3;
  --grey: #3e444a;
  --grey-light: #6c757d;
  --grey-dark: #343a40;
  --grey-darker: #212529;
  --grey-darkest: #000;
  --grey-lightest: #f8f9fa;
  --grey-lighter: #e9ecef;
  --grey-lightest: #f8f9fa;


}



@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: "Raleway";
  src: url("../f/Raleway-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat-Regular';
  src: url('../f/Akrobat-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat-Bold';
  src: url('../f/Akrobat-Bold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat-SemiBold';
  src: url('../f/Akrobat-SemiBold.woff2') format('woff2');
  font-display: swap;
}


body {
  font-family: "OpenSans-Regular", sans-serif !important;
}

.light-grey-bg{
  background: var(--light-gray);
}
.bg-grey{
  background: var(--grey);
}
.bg-grey:hover{
  filter: brightness(85%);
}
.bg-grey-light{
  background: var(--grey-light);
}
.bg-grey-light:hover{
  filter: brightness(85%);
}
.bg-grey-dark{
  background: var(--grey-dark);
}
.bg-grey-dark:hover{
  filter: brightness(85%);
}
.bg-grey-darker{
  background: var(--grey-darker);
}
.bg-grey-darker:hover{
  filter: brightness(85%);
}
.bg-grey-darkest{
  background: var(--grey-darkest);
}
.bg-grey-darkest:hover{
  filter: brightness(85%);
}
.bg-grey-lightest{
  background: var(--grey-lightest);
}
.bg-grey-lightest:hover{
  filter: brightness(85%);
}
.bg-grey-lighter{
  background: var(--grey-lighter);
}
.bg-grey-lighter:hover{
  filter: brightness(85%);
}
.btn-elegant{
  background: var(--light-blue);
  color: #fff;
}  
.btn-elegant:hover{
    background: var(--dark-blue);
    color: #fff;
  }
.homemenu{
  background: #fff;
  color: var(--dark-blue);
  label: var(--dark-blue);
  border: 1px solid #dcdcdca6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: 'Akrobat-SemiBold', sans-serif !important;
  font-size: 18px !important;
}


.view {
  position:relative;
  cursor:default
}
.view .mask {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background-attachment:fixed
}
.view img,
.view video {
  position:relative;
  display:block
}
.view video.video-intro {
  z-index:-100;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  transition:1s opacity;
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto
}
.overlay .mask {
  opacity:0;
  transition:all .4s ease-in-out
}
.overlay .mask:hover {
  opacity:1
}

/* 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;
}
.rings{border-bottom: 1px solid #d2d2d25c;}
.rings h3{
  font-family: Raleway !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.gradient{background: linear-gradient(180deg, rgb(243, 243, 243) 0px, rgb(255, 255, 255) 50px, rgb(255, 255, 255) 100px);}
.backgroundcolor1 {
  background-color: #1e73be !important;
}
.carousel-item h3{
  font-weight: bold !important;
  font-family: Akrobat;
}
.carousel-inner{
  height: 240px;
}
.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: var(--light-blue);
}
header .grey_top2 {
  background: var(--dark-blue);
}
header .grey_top .icon {
  width: 20px;
  filter: brightness(0) invert(1);
}
header nav.navbar .navbar-brand img {
  max-width: 215px;
}
header nav.navbar .icon {
  height: 25px;
  opacity: 0.5;
  filter: invert(100%);
}

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

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

.navbar .button-collapse {
  padding-top: 1px;
}
input#sp_word{
  flex-grow: 1;height: 50px;  border-radius: 20px;background: none;
}
header:has(.top-nav-collapse) .grey_top{
  display: none;
}
.top-nav-collapse input#sp_word{
  height: 40px;
}
.navbottom{
  background: var(--light-gray);
}
.navbottom .navbar{
  border-top: 1px solid transparent;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.navbottom .group-container{
  padding:0;
  height:100%;
}

.navbottom .selectors, .navbottom .block{
  height:100%;
  width:100%;
}

.navbottom .selectors button{
  border: 0;
  border-radius: 0;
  background-color: #f8f9fa !important;
  width:25%;
  margin-left: 0;
}

.navbottom .selectors button:active{
  border:0;
}

.navbottom .selectors button:focus{
  border:0;
  outline: 0;
  box-shadow: 0 0 0 0px;
}

.navbottom .active, .navbottom .selector-holder{
  display: flex;
  flex-direction: column;
}

.navbottom .inactive{
  display: none;
}

.navbottom .selector-holder span{
  font-size: 0.8rem;
}

/* Colors of the buttons*/
.navbottom .button-active, .navbottom .selectors button:hover, .navbottom .selectors button:active, .navbottom .selectors button:focus{
  color: #ff0000;
}

.navbottom .button-inactive{
  color: #000;
}



.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: rgb(252, 106, 31);
}
nav.menut2 ul.dropdown-menu.show .dropdown-submenu {
  padding: 0;
  display: block;
}
nav.menut2 ul.dropdown-menu.show .dropdown-submenu a {
  display: block;
}
nav.menut2 ul.dropdown-menu.show .dropdown-submenu: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";
}
nav.menut2 ul.dropdown-menu.show .dropdown-toggle::after {
  display: none;
}

.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: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  color: #FFF;
  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: #f19218;
}
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;
}

.stickypos {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  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: var(--dark-blue);
  /* border-bottom: 1px solid rgba(204, 204, 204, 0.3607843137); */
}
.menuleft ul li a img {
  height: 25px;
}
/* .menuleft ul li a:hover img {
  filter: brightness(0) invert(1);
} */
.menuleft ul li a:hover {
  background: var(--light-gray);

}

section h2 {
  font-family: Raleway;
}
section.pano iframe {
  height: 600px;
  width: 100%;
  border: none;
}
h5{font-family: Akrobat-SemiBold; font-size: 18px;}
footer {
  background-color: #222934 !important;
  font-family: Jost !important;
  font-size: 16px;
}
footer .nav .nav-item .nav-link {
  color: rgb(255, 255, 255);
}
footer .footer-copyright {
  background-color: #212020 !important;
  font-size: 14px !important;
}

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

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 h5 {
  text-align: center;
  font-family: Jost;
  background: rgba(62, 68, 74, 0.3607843137);
  padding: 2px;
  font-weight: bolder;
}
#filter_offers ul.checklist:not(.side-nav ul) {
  padding: 0;
}
#filter_offers .custom-control-label {
  letter-spacing: -1px;
}

.filters-lg, .side-nav {
  background: rgba(62, 68, 74, 0.8117647059);
  color: rgb(255, 255, 255);
  border-radius: 20px;
}

/* .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;
} */

.scs_product .card {
  cursor: pointer;
  transition: 1s box-shadow;
  border-radius: 20px;
  overflow: hidden;
}
.scs_product .card [oldpr=""] {
  display: none !important;
}
.scs_product .card h5[itemprop="name"] {
  font-size: 19px;
}
.scs_product .card .price {
  /* border-top: 1px solid gainsboro; */
  font-family: Akrobat-SemiBold; font-size: 22px;
  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;
  font-family: Akrobat-SemiBold; font-size: 18px;
}
.scs_product .card .price [price="0.00 лв"] {
  display: none !important;
}
.scs_product .card .price strong:not([price="0.00 лв"])[oldprice]:not([oldprice=""]) {
  color: #ff3547 !important;
  font-family: Akrobat-SemiBold; font-size: 22px;
  font-weight: bold !important;
}
.scs_product .card .addtofavorites, .scs_product .card .removefromfavorites {
  transition: transform 250ms;
  position: absolute;
  z-index: 1;
  left: -100px;
  top: 25%;
  background: #FFF;
  border-radius: 7px;
  padding: 7px;
}
.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:active .addtofavorites, .scs_product .card:active .removefromfavorites {
  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;
}

.card .price strong[oldprice=""] {
  font-family: Akrobat-SemiBold; font-size: 22px;
  font-weight: bold !important;
}
.carousel-item h5.price strong.txtmin1{font-size: 30px;}
.carousel-item h5.price strong.txtmin1:not([price="0.00 лв"])[oldprice]:not([oldprice=""]) {color: #ff3547 !important;}
.carousel-item h5.price strong.oldpr {font-size: 22px;  text-decoration: line-through;
  color: #b1abab;}
.product-price {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
}
.product-price.promo {
  color: red;
  font-family: Akrobat-SemiBold; font-size: 22px;
}
.product-price .oldprice {
  color: gray;
  text-decoration: line-through;
  font-size: 70%;
  margin-right: 10px;
}
.product-price .oldprice:empty {
  display: none !important;
}

.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;
}
.favoritescount{
  background: #f2db07;
  color: #000;
  z-index: 1;
  position: relative;
}
.carousel-multi-item .controls-top .btn-floating {
  background: #3e444a;
}

.carousel-multi-item .carousel-indicators li {
  background-color: #b3b3b3;
}

.carousel-multi-item .carousel-indicators .active {
  background-color: #3e444a;
}

.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;
}

.phoneandad {
  font-size: 14px !important;
}

.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; */
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img.card-img-top {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
table.subs thead { position: sticky; top: 110px; background: #fff; }
#table_subs_wrapper input[type="search"]{
  margin-left: 0!important;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  /* font-size: 17px; */
}

table th {
  /* font-size: .85em; */
  /* text-transform: uppercase; */
}
table thead th select{
  width: 95%;
}


.bs-canvas-overlay {
  opacity: 0.85;
z-index: 1100;
}

.bs-canvas {
top: 0;
z-index: 1110;
overflow-x: hidden;
overflow-y: auto;
width: 330px;
transition: margin .4s ease-out;
-webkit-transition: margin .4s ease-out;
-moz-transition: margin .4s ease-out;
-ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
left: 0;
margin-left: -330px;
}

.bs-canvas-right {
right: 0;
margin-right: -330px;
}

/* Only for demo */
body {
 min-height: 100vh;
}	

