/* Large desktops and laptops */
@media (min-width: 1600px) {
  #main-footer .contacts-links>li:first-child{ max-width: 300px }
  #main-footer .contacts-links>li{ min-height: 35px;}
  #main-footer .contacts-links>li:nth-child(2) .icon{ min-height: 35px;}
  #body.about-layout .particles .left-particle{ width:542px ;}
  #body.about-layout .particles .right-particle{ width:564px; }
  #body.premium-product-layout #main-product-slider .item {text-align: right;}
  #body.premium-product-layout #main-product-slider .item img{ margin:0 auto; text-align: right; float:right;}
}
/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1599px) {
  #main-footer .contacts-links>li:first-child{ max-width: 300px }
  #main-footer .contacts-links>li{ min-height: 35px;}
  #main-footer .contacts-links>li:nth-child(2) .icon{ min-height: 35px;}
  #body.about-layout .particles .left-particle{ width:222px ;}
  #body.about-layout .particles .right-particle{ width:244px; }
  #body #main-index-slider .overlay .text-container.col-lg-offset-4 {
    width: 51% !important;
    margin-left: 13.333333% !important;
  }
  #body.product-layout #characteristics .feature {
    transform: none !important;
  }
  #proizvoditelnost .row.vertical-align{
    display: flex;
    align-items: center;
  } 

  #body.product-layout .tabs-section #product-tabs-carousel .item .text .cont_text{ width: auto !important; max-width: 100% !important; }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #body.product-layout .tabs-section #product-tabs-carousel .item .text .cont_text{ width: auto !important; max-width: 100% !important; }
 #body.product-layout .tabs-section #product-tabs-carousel .item .title{ font-size: 5em; }
 #body.product-layout .tabs-section #product-tabs-carousel .item .subtitle{ font-size: 1.6em; }
  #body.about-layout .particles .left-particle{ width:222px ;}
  #body.about-layout .particles .right-particle{ width:234px; }
  #body #main-index-slider .overlay .text-container .title {
    font-size: 2em;
  }
  #body #main-index-slider .overlay .text-container .action-btn {
    padding: 10px 55px;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-next {
    margin-right: 0;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-prev {
    margin-left: 0;
  }
  #body.index-layout .news-section .news-item ,
  #body.blog-layout .news-section .news-item {
    display: block;
  }
  #body.index-layout .news-section .news-item .image ,
  #body.blog-layout .news-section .news-item .image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  #main-navigation .navbar .navbar-nav > li > a {
    padding: 20px 10px;
  }
  #main-header .phone-button .icon {
    width: 21px;
    height: 35px;
    background-size: 100%;
    margin-top: 5px;
    -webkit-background-size: 100%;
  }
  #main-header .phone-button .text .number {
    font-size: 2em;
  }
  #main-header .phone-button .text .small {
    font-size: 11px;
  }
  #main-header .locations-button .text {
    font-size: 10px;
  }
  #main-header .locations-button .icon {
    margin-top: 8px;
    width: 23px;
    background-size: 100%;
    -webkit-background-size: 100%;
    height: 32px;
  }
  #body.product-layout #predstaqne .text {
    font-size: 16px;
  }
  #body.product-layout #characteristics .feature {
    transform: none !important;
  }
  #product-fixed-bar .title {
    font-size: 1.5em;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
   #main-navigation .navbar { padding: 0; }
  #body.product-layout #characteristics{ overflow-x: hidden }
  #body.product-layout .tabs-section #product-tabs-carousel .item .text .cont_text{ width: auto !important; max-width: 100% !important; }
  #main-footer .copyrights { text-align: center; }
  #main-footer .socials{ display: block; float:left; }
  #main-footer .socials>li{ margin-right: 15px; }
  #main-footer .contacts-links{ display: block; }
  #main-footer .contacts-links>li{ display: block; float:none; margin-bottom: 15px; }
  #main-footer .logo-text{ display: block; }
  #main-footer .subscribe-row .title{ text-align: center; }
  #main-footer .subscribe-row .subtitle{ text-align: center; margin-bottom: 10px;}
  #main-footer .footer-menu-links ul{ display: flex; width: 100%;
    align-items: center; 
  } 
  #main-footer .footer-menu-links ul>li>a{ 
    text-align: center;
    padding:18px 10px;
  }
  #main-footer .copyrights { text-align: center; }
  #body.about-layout .particles .left-particle{  display: none;}
  #body.about-layout .particles .right-particle{ display: none; }
  #proizvoditelnost .row.vertical-align{
    display: block;
  }
  .swal2-modal {
    padding: 20px 45px;
  }
  /* collapse menu brakpoint change*/
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* END collapse menu brakpoint change*/
  #main-navigation {
    margin-top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #333;
  }
  #main-navigation .navbar {
    border-radius: 0;
  }
  #body.index-layout {
    padding-top: 50px;
  }
  #body.index-layout #main-index-slider .carousel-caption {
    position: relative;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay {
    -webkit-clip-path: none;
    position: relative;
    clip-path: none;
    width: 100%;
    min-height: 200px;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container {
    position: relative;
    top: 0;
    transform: none;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .title {
    font-size: 2em;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .description {
    font-size: 14px;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .action-btn {
    font-size: 16px;
    padding: 7px 33px;
    margin-bottom: 10px;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-next {
    transform: none;
    margin-right: 0;
    width: 30px;
    height: 30px;
    top: 20%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-prev {
    transform: none;
    margin-left: 0;
    width: 30px;
    height: 30px;
    top: 20%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #body.index-layout .section .section-title .title {
    font-size: 2em;
  }
  #body.index-layout .section .section-title .subtitle {
    font-size: 16px;
  }
  #body.index-layout .search-section .search-panel .form-control {
    margin-bottom: 15px;
  }
  #body.index-layout .search-section .search-panel .btn {
    margin-top: 15px;
  }
  #body.index-layout .news-section .news-item ,
  #body.blog-layout .news-section .news-item {
    display: block;
  }
  #body.index-layout .news-section .news-item .image ,
  #body.blog-layout .news-section .news-item .image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  #body.index-layout .videos-section .slider .owl-nav .owl-next {
    width: 20px;
    height: 20px;
    padding: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: transparent;
  }
  #body.index-layout .videos-section .slider .owl-nav .owl-prev {
    width: 20px;
    height: 20px;
    padding: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: transparent;
  }
  #body.category-layout,
  #body.page-layout,
  #body.contacts-layout {
    padding-top: 50px;
  }
  #body.product-layout {
    padding-top: 50px;
  }
  #body.product-layout .product-main-section .vertical-align {
    display: block;
  }
  #body.product-layout .sections-navigation .links {
    display: block;
  }
  #body.product-layout .sections-navigation .links > li {
    width: 100%;
  }
  #body.product-layout .sections-navigation .links > li > a:after {
    width: 100%;
    border: 0;
    height: 0;
    border-bottom: 1px solid #666;
    transform: none;
    display: block;
    top: 100%;
    bottom: 0;
    left: 0;
  }
  #body.product-layout #predstaqne {
    padding-top: 30px;
  }
  #body.product-layout #predstaqne h3.title {
    font-size: 2.5em;
  }
  #body.product-layout #predstaqne h3.title:before {
    content: none;
  }
  #body.product-layout #predstaqne .text {
    font-size: 1.1em;
  }
  #body.product-layout .gallery-section .section-title .title {
    font-size: 2em;
  }
  #body.product-layout .gallery-section .section-title .subtitle {
    font-size: 1em;
  }
  #body.product-layout .tabs-section #product-tabs-carousel .item .title {
    font-size: 3em;
  }
  #body.product-layout .tabs-section #product-tabs-carousel .item .subtitle {
    font-size: 2em;
  }
  #body.product-layout #characteristics .feature.active {
    transform: none !important;
    margin-top: 30px !important;
  }
  #body.product-layout #characteristics .center-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #body.product-layout #characteristics .section-title {
    margin-bottom: 30px;
  }
  #body.product-layout #characteristics .section-title .title {
    font-size: 2em;
  }
  #body.product-layout #characteristics .section-title .subtitle {
    font-size: 1em;
  }
  #body.product-layout .characteristics-container {
    padding: 0px;
  }
  #body.product-layout .characteristics-container .panel-body {
    padding: 10px;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation {
    display: block;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation > li {
    float: none;
    width: 100%;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation > li > a:after {
    left: 0;
    transform: none;
    margin-bottom: 20px;
  }

  #main-footer .vertical-stretch {
    display: block !important
  }

  #main-footer .border-left {
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px !important
  }
  #main-footer .border-left:before{ content: none; }

  #main-footer .center-col {
    padding: 0 15px
  }

  #main-footer .contacts-col {
    padding-left: 15px
  }

  #main-footer .copyrights .socials {
    text-align: center;
    display: block;
    overflow: hidden
  }

  #main-footer .copyrights .socials > li {
    display: inline-block;
    float: none
  }

  #main-footer .copyrights .socials > li > a {
    font-size: 16px
  }

  #main-footer .copyrights .text-right {
    text-align: center !important
  }

  #main-footer .copyrights .text-right .webstar-logo {
    display: block;
    float: none;
    margin: 0 auto
  }

  #main-footer .copyrights .text-right .webstar-logo img {
    margin: 0 auto
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

  #main-navigation .navbar{ padding: 0px 10px; }
  #body.product-layout #characteristics{ overflow-x: hidden }
  #body.product-layout .tabs-section #product-tabs-carousel .item .text .cont_text{ width: auto !important; max-width: 100% !important; }
  #main-footer .copyrights { text-align: center; }
  #main-footer .socials{ display: block; float:left; }
  #main-footer .socials>li{ margin-right: 15px; }
  #main-footer .contacts-links{ display: block; }
  #main-footer .contacts-links>li{ display: block; float:none; margin-bottom: 15px; }
  #main-footer .logo-text{ display: block; }
  #main-footer .subscribe-row .title{ text-align: center; }
  #main-footer .subscribe-row .subtitle{ text-align: center; margin-bottom: 10px;}
  #main-footer .footer-menu-links ul{ display: block; width: 100%; }
  #main-footer .footer-menu-links ul>li{ float:none; }
  #main-footer .footer-menu-links ul>li>a{
    display: block;
    text-align: center;
  }
  #body.about-layout .particles .left-particle{  display: none;}
  #body.about-layout .particles .right-particle{ display: none; }
  #main-footer .copyrights { text-align: center; }
  #body.category-layout .featured-series-category-thumb .overlay .title{ font-size: 2em; }
  #proizvoditelnost .row.vertical-align{
    display: block;
  }
  .swal2-modal {
    padding: 25px;
  }
  #main-navigation {
    margin-top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #333;
  }
  #main-navigation .navbar {
    border-radius: 0;
  }
  #body.index-layout {
    padding-top: 50px;
  }
  #body.index-layout #main-index-slider .carousel-caption {
    position: relative;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay {
    -webkit-clip-path: none;
    position: relative;
    clip-path: none;
    width: 100%;
    min-height: 200px;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container {
    position: relative;
    top: 0;
    transform: none;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .title {
    font-size: 2em;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .description {
    font-size: 14px;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .action-btn {
    font-size: 16px;
    padding: 7px 33px;
    margin-bottom: 10px;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-next {
    transform: none;
    margin-right: 0;
    width: 30px;
    height: 30px;
    top: 20%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-prev {
    transform: none;
    margin-left: 0;
    width: 30px;
    height: 30px;
    top: 20%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #body.index-layout .section .section-title .title {
    font-size: 2em;
  }
  #body.index-layout .section .section-title .subtitle {
    font-size: 16px;
  }
  #body.index-layout .search-section .search-panel .form-control {
    margin-bottom: 15px;
  }
  #body.index-layout .search-section .search-panel .btn {
    margin-top: 15px;
  }
  #body.index-layout .news-section .news-item ,
  #body.blog-layout .news-section .news-item {
    display: block;
  }
  #body.index-layout .news-section .news-item .image ,
  #body.blog-layout .news-section .news-item .image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  #body.index-layout .videos-section .slider .owl-nav .owl-next {
    width: 20px;
    height: 20px;
    padding: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: transparent;
  }
  #body.index-layout .videos-section .slider .owl-nav .owl-prev {
    width: 20px;
    height: 20px;
    padding: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: transparent;
  }
  #body.category-layout,
  #body.page-layout,
  #body.contacts-layout {
    padding-top: 50px;
  }
  #body.product-layout {
    padding-top: 50px;
  }
  #body.product-layout .product-main-section .vertical-align {
    display: block;
  }
  #body.product-layout .sections-navigation .links {
    display: block;
  }
  #body.product-layout .sections-navigation .links > li {
    width: 100%;
  }
  #body.product-layout .sections-navigation .links > li > a:after {
    width: 100%;
    border: 0;
    height: 0;
    border-bottom: 1px solid #666;
    transform: none;
    display: block;
    top: 100%;
    bottom: 0;
    left: 0;
  }
  #body.product-layout #predstaqne {
    padding-top: 30px;
  }
  #body.product-layout #predstaqne h3.title {
    font-size: 2.5em;
  }
  #body.product-layout #predstaqne h3.title:before {
    content: none;
  }
  #body.product-layout #predstaqne .text {
    font-size: 1.1em;
  }
  #body.product-layout .gallery-section .section-title .title {
    font-size: 2em;
  }
  #body.product-layout .gallery-section .section-title .subtitle {
    font-size: 1em;
  }
  #body.product-layout .tabs-section #product-tabs-carousel .item .title {
    font-size: 3em;
  }
  #body.product-layout .tabs-section #product-tabs-carousel .item .subtitle {
    font-size: 2em;
  }
  #body.product-layout #characteristics .feature.active {
    transform: none !important;
    margin-top: 30px !important;
  }
  #body.product-layout #characteristics .center-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #body.product-layout #characteristics .section-title {
    margin-bottom: 30px;
  }
  #body.product-layout #characteristics .section-title .title {
    font-size: 2em;
  }
  #body.product-layout #characteristics .section-title .subtitle {
    font-size: 1em;
  }
  #body.product-layout .characteristics-container {
    padding: 0px;
  }
  #body.product-layout .characteristics-container .panel-body {
    padding: 10px;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation {
    display: block;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation > li {
    float: none;
    width: 100%;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation > li > a:after {
    left: 0;
    transform: none;
    margin-bottom: 20px;
  }


  #main-footer .vertical-stretch {
    display: block !important
  }

  #main-footer .border-left:before{ content: none; }
  #main-footer .border-left {
    border-left: 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px !important
  }

  #main-footer .center-col {
    padding: 0 15px
  }

  #main-footer .contacts-col {
    padding-left: 15px
  }

  #main-footer .copyrights .socials {
    text-align: center;
    display: block;
    overflow: hidden
  }

  #main-footer .copyrights .socials > li {
    display: inline-block;
    float: none
  }

  #main-footer .copyrights .socials > li > a {
    font-size: 16px
  }

  #main-footer .copyrights .text-right {
    text-align: center !important
  }

  #main-footer .copyrights .text-right .webstar-logo {
    display: block;
    float: none;
    margin: 0 auto
  }

  #main-footer .copyrights .text-right .webstar-logo img {
    margin: 0 auto
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  #main-navigation .navbar{ padding: 0px 10px; }
  #body.product-layout #characteristics{ overflow-x: hidden }
  #body.product-layout .tabs-section #product-tabs-carousel .item .text .cont_text{ width: auto !important; max-width: 100% !important; }
  #main-footer .copyrights { text-align: center; }
  #main-footer .socials{ display: block; float:left; }
  #main-footer .socials>li{ margin-right: 15px; }
  #main-footer .contacts-links{ display: block; }
  #main-footer .contacts-links>li{ display: block; float:none; margin-bottom: 15px; }
  #main-footer .logo-text{ display: block; }
  #main-footer .subscribe-row .title{ text-align: center; }
  #main-footer .subscribe-row .subtitle{ text-align: center; margin-bottom: 10px;}
  #main-footer .footer-menu-links ul{ display: block; width: 100%; }
  #main-footer .footer-menu-links ul>li{ float:none; }
  #main-footer .footer-menu-links ul>li>a{
    display: block;
    text-align: center;
  }
  #body.about-layout .particles .left-particle{  display: none;}
  #body.about-layout .particles .right-particle{ display: none; }
  #main-footer .copyrights { text-align: center; }
  #body.category-layout .featured-series-category-thumb .overlay .title{ font-size: 2em; }
  #proizvoditelnost .row.vertical-align{
    display: block;
  }
  .swal2-modal {
    padding: 25px;
  }
  #main-navigation {
    margin-top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #333;
  }
  #main-navigation .navbar {
    border-radius: 0;
  }
  #body.index-layout {
    padding-top: 50px;
  }
  #body.index-layout #main-index-slider .carousel-caption {
    position: relative;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay {
    -webkit-clip-path: none;
    position: relative;
    clip-path: none;
    width: 100%;
    min-height: 200px;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container {
    position: relative;
    top: 0;
    transform: none;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .title {
    font-size: 2em;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .description {
    font-size: 14px;
  }
  #body.index-layout #main-index-slider .carousel-caption .overlay .text-container .action-btn {
    font-size: 16px;
    padding: 7px 33px;
    margin-bottom: 10px;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-next {
    transform: none;
    margin-right: 0;
    width: 30px;
    height: 30px;
    top: 20%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #body.index-layout .featured-products-section .owl-nav .owl-prev {
    transform: none;
    margin-left: 0;
    width: 30px;
    height: 30px;
    top: 20%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #body.index-layout .section .section-title .title {
    font-size: 2em;
  }
  #body.index-layout .section .section-title .subtitle {
    font-size: 16px;
  }
  #body.index-layout .search-section .search-panel .form-control {
    margin-bottom: 15px;
  }
  #body.index-layout .search-section .search-panel .btn {
    margin-top: 15px;
  }
  #body.index-layout .news-section .news-item ,
  #body.blog-layout .news-section .news-item {
    display: block;
  }
  #body.index-layout .news-section .news-item .image ,
  #body.blog-layout .news-section .news-item .image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  #body.index-layout .videos-section .slider .owl-nav .owl-next {
    width: 20px;
    height: 20px;
    padding: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: transparent;
  }
  #body.index-layout .videos-section .slider .owl-nav .owl-prev {
    width: 20px;
    height: 20px;
    padding: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: transparent;
  }
  #body.category-layout,
  #body.page-layout,
  #body.contacts-layout {
    padding-top: 50px;
  }
  #body.product-layout {
    padding-top: 50px;
  }
  #body.product-layout .product-main-section .vertical-align {
    display: block;
  }
  #body.product-layout .sections-navigation .links {
    display: block;
  }
  #body.product-layout .sections-navigation .links > li {
    width: 100%;
  }
  #body.product-layout .sections-navigation .links > li > a:after {
    width: 100%;
    border: 0;
    height: 0;
    border-bottom: 1px solid #666;
    transform: none;
    display: block;
    top: 100%;
    bottom: 0;
    left: 0;
  }
  #body.product-layout #predstaqne {
    padding-top: 30px;
  }
  #body.product-layout #predstaqne h3.title {
    font-size: 2.5em;
  }
  #body.product-layout #predstaqne h3.title:before {
    content: none;
  }
  #body.product-layout #predstaqne .text {
    font-size: 1.1em;
  }
  #body.product-layout .gallery-section .section-title .title {
    font-size: 2em;
  }
  #body.product-layout .gallery-section .section-title .subtitle {
    font-size: 1em;
  }
  #body.product-layout .tabs-section #product-tabs-carousel .item .title {
    font-size: 3em;
  }
  #body.product-layout .tabs-section #product-tabs-carousel .item .subtitle {
    font-size: 2em;
  }
  #body.product-layout #characteristics .feature.active {
    transform: none !important;
    margin-top: 30px !important;
  }
  #body.product-layout #characteristics .center-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #body.product-layout #characteristics .section-title {
    margin-bottom: 30px;
  }
  #body.product-layout #characteristics .section-title .title {
    font-size: 2em;
  }
  #body.product-layout #characteristics .section-title .subtitle {
    font-size: 1em;
  }
  #body.product-layout .characteristics-container {
    padding: 0px;
  }
  #body.product-layout .characteristics-container .panel-body {
    padding: 10px;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation {
    display: block;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation > li {
    float: none;
    width: 100%;
  }
  #body.product-layout #proizvoditelnost .carousel-navigation > li > a:after {
    left: 0;
    transform: none;
    margin-bottom: 20px;
  }

  #main-footer .vertical-stretch {
    display: block !important
  }

  #main-footer .border-left:before{ content: none; }
  #main-footer .border-left {
    border-left: 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px !important
  }

  #main-footer .center-col {
    padding: 0 15px
  }

  #main-footer .contacts-col {
    padding-left: 15px
  }

  #main-footer .copyrights .socials {
    text-align: center;
    display: block;
    overflow: hidden
  }

  #main-footer .copyrights .socials > li {
    display: inline-block;
    float: none
  }

  #main-footer .copyrights .socials > li > a {
    font-size: 16px
  }

  #main-footer .copyrights .text-right {
    text-align: center !important
  }

  #main-footer .copyrights .text-right .webstar-logo {
    display: block;
    float: none;
    margin: 0 auto
  }

  #main-footer .copyrights .text-right .webstar-logo img {
    margin: 0 auto
  }

  #cookie_script{
    z-index: 16000012;
    padding: 20px 0;
    font-size: 12px;
  }
}
