.topbar {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}

.clear {
    clear: both;
}

.topbar__left {
    font-weight: bold;
    line-height: 1;
}

.topbar__middle {
    display: flex;
    align-items: center;
}

.topbar__middle img {
    width: 20px;
    margin-right: 10px;
}

.topbar__middle div {
    color: #217ED3;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

.topbar__left span.flex {
    display: flex;
    justify-content: space-between;
}

.topbar__left a {
    color: #217ED3;
}

.topbar__right {
    display: flex;
    align-items: center;
}

.topbar__phones {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: bold;
}

.topbar__phones a {
    color: #ea7e21;
    line-height: 1.2;
    text-align: center;
}

.topbar__search {
    margin-right: 20px;
}

.topbar__search .input__group {
    border: 2px solid #ea7e21;
    position: relative;
    width: 180px;
}

.topbar__search input {
    border: none;
    width: 100%;
    padding: 8px 18px;
}

.topbar__search button {
    color: #ea7e21;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

header nav {
    background: #217ed3;
}

header .navbar {
    display: flex;
    margin: 0;
    padding: 0;
    border: none;
}

header .navbar:after,
header .navbar:before {
	display: none;
}


header .navbar a {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

header .navbar .izbrano a {
    color: #ea7e21;
}

header .navbar>li {
    background: #217ed3;
    transition: background .5s ease-in-out;
    position: relative;
}
header .navbar>li:hover {
    background: #2374be;
    z-index: 4;
}


header .navbar__submenu {
    opacity: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    transition: opacity .5s ease-in-out .1s;
    left: 0;
    top: -2000px;
    min-width: 100%;
    width: 120%;
}

.navbar>li>span {
    margin-right: 20px;
}

.navbar>li>span:before {
    content: "\f078";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    transition: all .5s ease-in-out .1s;
}


header .navbar__submenu {
    background: #fff;
    box-shadow: 0 3px 6px #00000055;
}

header .navbar__submenu .navbar__submenu {
    top: 0;
    right: 0;
    min-height: 100%;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
    box-shadow: none;
    width: 100%;
}

header .navbar__submenu a {
    color: #217ed3;
    text-transform: none;
    font-weight: 400;
}

.haschild li {
    display: flex;
    align-items: center;
}


.haschild  li a {
    display: block;
    width: 100%;
}

.haschild  .haschild span:before {
    content: '\f054';
    font-family: "FontAwesome";
    font-size: 16px;
    color: #217ed3;
    padding-right: 10px;
    display: inline-block;
}

.navbar__toggle {
    display: none;
}

.header-menu__icon--line {
    width: 100%;
    background: #fff;
    border: none;
    height: .3rem;
    margin: -.15rem 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateZ(0);
}

.header-menu__link {
    height: 40px;
    width: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu__icon {
    display: block;
    height: 1.9rem;
    width: 2.9rem;
    position: relative;
}

.header-menu__icon:after,
.header-menu__icon:before {
    content: '';
    height: .3rem;
    background: #fff;
    position: absolute;
    left: 0;
    transform: translateZ(0);
    transition: all .2s ease-in-out;
    width: 100%;
}

.open-sidebar .header-menu__icon--line {
    opacity: 0;
}

.open-sidebar .header-menu__icon:after,
.open-sidebar .header-menu__icon:before {
    top: 50%;
    left: 0;
    transform-origin: 50% 0;
}

.open-sidebar .header-menu__icon:before {
    transform: rotate(45deg) translate3d(0,-50%,0);
}

.open-sidebar .header-menu__icon:after {
    transform: rotate(-45deg) translate3d(0,-50%,0);
}

.header-menu__icon:after {
    top: 0;
}

.header-menu__icon:before {
    top: calc(100% - .3rem);
}

header {
    transition: all 0.3s;
}
.page-wrap {
    transition: all 0.3s;
    position: relative;
    left: 0;
}

.redphone {
    color: red;
}

table.zebra {
    width: 100%;
    max-width: 600px;
    border: 1px solid #ededed;
    margin-top: 0;
}

table.zebra th {
    text-align: left;
    padding: 10px 15px;
    background: #ededed;
}

table.zebra td {
    padding: 10px 15px;
}

table.zebra tr:nth-child(odd) {
    background: #f8f8f8;
}

table.zebra td:nth-child(2) {
    background: #86ccc2;
}

table.zebra tr:nth-child(even) td:nth-child(2) {
    background: #b2e1db;
}


table.zebra td:nth-child(3) {
    background: #dfbbd7;
}

table.zebra tr:nth-child(even) td:nth-child(3) {
    background: #eed4e8;
}

table.zebra td:nth-child(4) {
    background: #b5e8b0;
}

table.zebra tr:nth-child(even) td:nth-child(4) {
    background: #cafbc5;
}


table.zebra tr:nth-child(even) th:nth-child(2) {
    background: #72b7ad;
}

table.zebra tr:nth-child(even) th:nth-child(3) {
    background: #d4adcc;
}

table.zebra tr:nth-child(even) th:nth-child(4) {
    background: #acdea7;
}

@media (min-width: 910px) {
	header .navbar {
		justify-content: center;
	}
    header .navbar>li:hover>span:before {
        transform: rotate(180deg);
    }

    header .navbar>li:hover>.navbar__submenu {
        opacity: 1;
        top: 100%;
    }
    header .navbar__submenu .haschild:hover .navbar__submenu {
        left: 100%;
        display: flex;
        opacity: 1;
    }

    header .navbar.ovrl:before {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #00000033;
        display: block;
        z-index: 2;
    }

    .haschild li a {
        white-space: nowrap;
    }

}

.haschild li:hover {
    background: #217ed333;
}

@media (min-width: 910px) {
    /*
    .navbar>.haschild:nth-child(2) .navbar__submenu {
        flex-direction: column;
    }

    .navbar>.haschild:nth-child(2) li {
        flex-direction: column;
    }

    .navbar>.haschild:nth-child(2) .navbar__submenu .navbar__submenu {
        opacity: 1;
        position: static;
        display: none;
        z-index: 1;
    }

    .navbar .haschild:nth-child(2):hover .navbar__submenu .navbar__submenu {
        display: flex;
    }
    */
}
#modal_form .help-block{
    position: absolute;
    margin: 0;
    font-size: 13px;
}

.wish-list {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #666;
    text-shadow: 0 0 2px #ea7e21;
    z-index: 3;
}

.wish-list.checked,
.wish-list:hover {
    color: #ea7e21;
}

.thumbnail .inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.thumbnail .inputs input {
    margin: 0px;
}

.thumbnail .inputs .count {
    display: flex;
    margin: auto;
}

.thumbnail .inputs .count input {
    width: 100px;
    text-align: center;
}

.thumbnail .inputs .count span {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 15px;
    width: 44px;
    text-align: center;
    cursor: pointer;
}

.fullprice {
    font-weight: 600;
    font-size: 2rem;
}

.sidebar-module-middle,
.sidebar-module-bottom,
.sidebar-module-top {
    background: #f9f9f9;
    padding: 25px 30px;
    margin-bottom: 3px;
}

.sidebar-module-middle,
.sidebar-module-bottom {
    padding: 35px 30px;
}

.sidebar-module-bottom {
    display: flex;
    align-items: center;
}

.sidebar-module-top h1 {
    font-size: 36px;
    font-weight: 500;
}

.sidebar-module-top .article {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c0;
    margin-bottom: 0;
}

.sidebar-module-top .article span {
    color: #808080;
    margin-right: 5px;
}

.sidebar-module-top ul.options-list {
    list-style: disc;
    font-size: 16px;
    margin-top: 32px;
    column-count: 2;
    padding-left: 15px;
}

.carousel-thumbnail .slick-slide img {
    width: 92px !important;
    object-fit: cover;
}

.orange-phone a {
    color: #ea7e21;
    white-space: nowrap;
}

.zaloga-dobava-badge span {
    font-size: 20px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    background: #ea7e21;
}

.zaloga-dobava-badge span.green {
    background: #03c03c;
}

.zaloga-dobava-badge span.dob {
    background: #00a8ad;
}

.sidebar-module-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.old-price .action {
    font-size: 13px;
    text-decoration: line-through;
    color: #808080;
}

.thumbnail .percent,
.old-price .percent {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
    padding: 3px 5px;
    background: #ff0000;
    border-radius: 10px;
    font-size: 10px;
    height: initial;
    width: initial;
}

.new-price {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

.sidebar-module-middle .btn-md {
    text-transform: none;
    min-width: initial;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 3px;
    line-height: 1.3;
    height: 48px;
}

.sidebar-module-middle .btn-sale-single {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}
.topbar__phones > span {
  color: #0e1560;
  border: 4px solid #0e1560;
  position: relative;
  padding: 2px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.topbar__phones > span a {
  color: #0e1560;
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}

.topbar__phones > span a::before {
  content: '';
  display: block;
  background: #0e1560;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.topbar__phones > span a::before {
  content: '';
  display: block;
  background: #0e1560;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

@media (min-width: 1400px) {
    .mega > .navbar__submenu .container {
        width: 1400px;
    }
}

@media (max-width: 910px) {
    .open-sidebar {
        height: 100%;
        overflow: hidden;
    }
    .topbar {
        justify-content: space-around;
    }
    .topbar__left {
        display: none;
    }

    .navbar__toggle {
        display: flex;
        align-items: center;
    }

    header .navbar {
        position: absolute;
        left: -500px;
        width: 280px;
        flex-direction: column;
        transition: all 0.3s;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }

    header .navbar a {
        font-size: 16px;
        width: 240px;
    }

    .open-sidebar .page-wrap {
    /*    left: 280px;*/
        overflow: hidden;
    }

    .open-sidebar header {
        /*left: 280px;*/
    }

    .open-sidebar header .navbar {
        left: 0;
    }

    .open-sidebar header .navbar>li {
        //display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    header .navbar>.haschild>span:before {
        transform: rotate(-90deg);
    }
    .open-sidebar header .navbar .opened:before {
        transform: rotate(0);
    }

    .open-sidebar header .navbar .navbar__submenu {
        height: 0;
        box-shadow: none;
    }

    .open-sidebar header .navbar .opened + .navbar__submenu {
        display: block;
        opacity: 1;
        position: static;
        transition: all .5s ease-in-out .1s;
        height: 100%;
        z-index: initial;
        padding-left: 10px;
        width: 100%;
    }
    .haschild li {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .navbar__submenu .navbar__submenu {
        background: #ffffff00;
    }
    .haschild li a {
        width: auto;
    }

    .navbar__submenu .container {
        width: auto;
    }

   .open-sidebar .haschild .haschild span {
       padding-right: 10px;
   }
   .open-sidebar .haschild .haschild span:before {
       padding: 0;
       transition: all .5s ease-in-out;
   }
   .open-sidebar .haschild .haschild span.opened:before {
        transform: rotate(90deg);
        margin: 0;
        padding: 0;
    }

    .navbar__toggle .logo {
        display: flex;
        flex-direction: column;
        line-height: 1;
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #fff;
    }
    .first-line {
        font-weight: bold;
    }
    .second-line {
        font-size: 15px;
    }

    .megamenu {
        display: none;
    }
}

@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
    }

    .topbar__right {
        order: 0;
    }

    .topbar__middle {
        order: 1;
        font-size: 16px;

    }

    .topbar__search input {
        padding: 4px 10px;
    }

    .topbar__middle div {
        flex-direction: row;
    }

    .topbar__middle div span:first-child {
        margin-right: 5px;
    }

    .information-home .range {
        margin-top: 30px;
    }

    .topbar__phones a {
        font-size: 18px;
    }
}

@media (max-width: 570px) {
    .sidebar-module-middle,
    .sidebar-module-bottom {
        flex-direction: column;
    }

    .sidebar-module-middle > * {
        margin-bottom: 10px;
    }

    .show-cutom-text {
        margin: 10px 0px 0px;
    }


    .sidebar-module-top h1 {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media (min-width: 910px) {
    li.haschild:hover .navbar__submenu > div > li {
        display: none;
    }

    .mega > .navbar__submenu {
        width: auto;
        min-width: initial;
        background: #ffffff00;
        left: 50%;
        transform: translateX(-50%);
    }

    .mega > .navbar__submenu .container {
        padding: 0px;
    }

    header .navbar li.haschild.mega {
        position: static;
    }

    .navbar {
        position: relative;
    }

    .megamenu {
        width: 100%;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .megamenu > div {
        column-count: 4;
        column-gap: 10px;
        padding: 0 20px 0 60px;
        background: #fff;
        display: block;
    }

    .haschild .megamenu__parent {
        font-weight: 600;
        color: #217ed3;
        position: relative;
        display: inline-block;
        width: 100%;
        padding-left: 35px;
        line-height: 1.2;
    }

    .haschild .megamenu__parent > a {
        padding-left: 0px;
        padding-bottom: 0;
        font-weight: 600;
        font-size: 20px;
    }

    .megamenu__image {
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 2;
    }

    .megamenu__image svg {
        width: 100%;
        height: auto;
    }

    .haschild .megamenu__subitem a {
        padding: 0;
        font-size: 15px;
        line-height: 1.2;
        color: #000;
    }

}
.section-shells .filter-cat::before {
    display: none;
}

.modra-stevilka {
    display: none;
}

.modra-stevilka + div {
    align-items: center;
}

.modra-stevilka + div > span > span {
  color: #217ED3;
  border: 4px solid #217ED3;
  position: relative;
  padding: 2px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  line-height: normal;
  margin-right: 25px;
}
.modra-stevilka + div > span:first-child {
    color: #217ED3;
    display: flex;
    align-items: center;
    position: relative;
}
.modra-stevilka + div > span:first-child:before {
    content: '(';
    font-size: 35px;
    position: absolute;
    top: -11px;
    left: -9px;
}

.modra-stevilka + div > span:first-child:after {
    content: '(';
    font-size: 45px;
    position: absolute;
    top: -20px;
    left: -18px;
}

.modra-stevilka + div > span > span a {
    color: #217ED3;
    display: flex;
    align-items: center;
}
.modra-stevilka + div > span > span a:before {
    content: '';
    display: block;
    background: #217ED3;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.btn-naroch {
    display: flex;
    align-items: center;
}

.btn-kulstik-montaza {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}

.cat-kozmeticna-ogledala .btn-kulstik-montaza,
.cat-dodatki .btn-kulstik-montaza,
.cat-sifoni .btn-kulstik-montaza,
[class*="cat-armature"] .btn-kulstik-montaza,
.cat-kosi-za-smeti .btn-kulstik-montaza,
.cat-oznake .btn-kulstik-montaza,
.cat-obesala .btn-kulstik-montaza,
.cat-steklene-police .btn-kulstik-montaza,
.cat-kozarci-za-zobne-scetke .btn-kulstik-montaza,
.cat-drzala-za-milo .btn-kulstik-montaza,
.cat-dozatorje-za-tekoce-milo .btn-kulstik-montaza,
.cat-drzala-za-wc-papri .btn-kulstik-montaza,
.cat-wc-scetke .btn-kulstik-montaza,
.cat-drzala-za-wc-papir .btn-kulstik-montaza,
.cat-kozarce-za-zobne-scetke .btn-kulstik-montaza,
.cat-kos-za-smeti .btn-kulstik-montaza,
.cat-stenska-drzala .btn-kulstik-montaza
{
display: none;
}


