html{
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
    height: 100%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    font-family: "Cuprum";
}

header {
    flex: 0 0 auto;
}

.content {
    flex: 1 0 auto;
}

body {
    font-size: 14px;
    color: #2d5564;
    font-family: "Arial", "Helvetica", sans-serif;
}

.top {
    border-bottom: 5px solid #1458ad;
    padding: 14px 0 5px;
}

.topmenu {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.topmenu ul {
    padding: 0;
    margin: 0;
}

.topmenu ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    color: #4c4c4c;
}

.topmenu ul li a {
    padding: 0 15px;
    color: inherit;
}

.topmenu ul ul {
    display: none;
}

.slider {
    margin-bottom: 20px;
}

.subheader {
    padding: 10px 0;
}

.container {
    max-width: 1440px;
}

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

.title {
    font-family: "Cuprum";
    font-size: 40px;
    text-align: center;
    background-color: #bce4f3;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.secondblock {
    margin-bottom: 30px;
}

.nm_title {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nm_title a {
    color: inherit;
}

.nm_text p {
    line-height: 1.3;
}

.nm_image {
    margin-bottom: 10px;
}

.newspage .nmbl {
    margin-bottom: 30px;
}

footer {
    background-color: #656565;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 30px;
    flex: 0 0 auto;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.ftitle {
    margin-bottom: 10px;
}

.fmenu li {
    list-style: none;
}

.fcopy {
    text-align: center;
}

.fcopy img {
    margin-bottom: 15px;
}

.fcopy .copy {
    margin-bottom: 30px;
}

.fcopy .dev {
    color: #bbbbbb;
}

.fcopy .dev a {
    color: #bbbbbb;
}

.tabcatalog {
    font-size: 12px;
}

.tabcatalog {
    border-radius: 5px;
}

.tabcatalog thead th {
    background-color: #e8d6ca;
    padding: 5px;
}

.tabcatalog tbody tr:nth-child(even) td {
    background-color: #d6e1f1;
}

.tabcatalog tbody td {
    color: #2464c1;
    padding: 5px;
}
.tabcatalog tbody td a {
    color: #2464c1;
}

.pagination {
    margin-top: 15px;
}

.pagination ul li {
    float: left;
    list-style: none;
}

.pagination ul li a {
    padding: 5px 8px;
}

.pagination ul li.active a {
    background-color: #2464c1;
    color: #fff;
}

.fltr_block  {
    margin-bottom: 30px;
}

.fltr_name {
    display: block;
    text-align: center;
}

.filter {
    background-color: #f4f7fb;
    padding: 15px;
    font-size: 14px;
    color: #054493;
    margin-top: 26px;
    border-radius: 10px;
}

.filter label {
    font-size: 12px;
    width: 100%;
}

.filtertitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.fltr_name {
    margin-bottom: 15px;
}

#eFiltr_results_wrapper {
    display: none;
}

.pagination:first-child {
    display: none;
}

.container .cartimg {
    width: 26px;
    max-width: 26px;
}

.nostock {
    color: red;
    font-size: 11px;
}

.scart {
    position: relative;
}

.smallcart {
    position: absolute;
    right: 15px;
    top: 25px;
    background-image: url('../img/bag.png');
    background-repeat: no-repeat;
    width: 28px;
    height: 33px;
    display: inline-block;
}

.ico-count {
    position: absolute;
    top: -9px;
    left: -12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: red;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    display: none;
}

.item_quantity {
    text-align: center;
}

.shopping-cart .main-content-area {
    margin-bottom: 27px;
}

.cart_empty {
    min-height: 300px;
}
.wrap-iten-in-cart .box-title {
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    text-align: left;
    display: block;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: -2px;
}

.wrap-iten-in-cart .products-cart {
    padding: 0;
    border-top: 1px solid #e6e6e6;
}

.wrap-iten-in-cart .products-cart .product-image {
    width: 100px;
}

.wrap-iten-in-cart .products-cart .product-name {
    padding-left: 20px;
}

.wrap-iten-in-cart .products-cart .product-name {
    width: 485px;
}

.wrap-iten-in-cart .products-cart .product-name a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    text-align: left;
}

.wrap-iten-in-cart .products-cart .price-field {
    width: 182px;
    text-align: center;
}

.wrap-iten-in-cart .products-cart .price-field p {
    font-size: 22px;
    line-height: 18px;
    color: #222222;
    font-weight: 600;
}

.wrap-iten-in-cart .products-cart .quantity {
    width: 157px;
}

.wrap-iten-in-cart .products-cart .quantity .quantity-input {
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 100%;
    max-width: 157px;
}

.wrap-iten-in-cart .products-cart .quantity .quantity-input input[type=number], .wrap-iten-in-cart .products-cart .quantity .quantity-input input[type=text] {
    max-width: 71px;
    float: right;
    border: none;
    outline: none;
    height: 37px;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    text-align: right;
    padding-right: 15px;
    padding-left: 10px;
}

.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn {
    display: inline-block;
    float: right;
    width: 28px;
    height: 28px;
    background-color: #dddddd;
    border: none;
    padding: 0;
    line-height: 20px;
    margin: 4.5px 0 0 10px;
    border-radius: 50%;
    position: relative;
}

.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn.btn-increase {
    background-color: #999999;
}


.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::after, .wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate( -50% , -50% ); */
    /* -webkit-transform: translate( -50% , -50% ); */
    /* -ms-transform: translate( -50% , -50% ); */
}

.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::before {
    content: "";
    width: 10px;
    height: 2px;
    margin-left: -5px;
    margin-top: -1px;
    background-color: #666666;
    display: inline-block;
}

.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn.btn-increase::after {
    content: "";
    width: 2px;
    height: 10px;
    margin-left: -1px;
    margin-top: -5px;
    background-color: #666666;
    display: block;
}

.wrap-iten-in-cart .products-cart .price-field {
    width: 182px;
    text-align: center;
}

.wrap-iten-in-cart .products-cart .price-field p {
    font-size: 22px;
    line-height: 18px;
    color: #222222;
    font-weight: 600;
}

.wrap-iten-in-cart .products-cart .delete {
    width: 39px;
    text-align: right;
}

.wrap-iten-in-cart .products-cart .delete a.btn span {
    display: none;
}

.wrap-iten-in-cart .products-cart .delete a.btn i {
    font-size: 20px;
    line-height: 24px;
    color: #888888;
    outline: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-times-circle:before {
    content: "\f057";
}

.shopping-cart .summary {
    display: inline-block;
    background-color: #fdfdfd;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 25px 40px 21px 40px;
    display: table;
    margin-top: 20px;
}

.shopping-cart .summary .checkout-info {
    width: 259px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.summary .checkout-info .link-to-shop {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
}

.summary .checkout-info .link-to-shop i {
    margin-left: 7px;
}

.shopping-cart .summary .order-summary {
    padding-right: 0;
}

.order-summary .title-box {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 18px;
    padding-bottom: 26px;
    margin-top: 0;
}

.orderform {
    width: 100%;
    /*margin-top: 50px;*/
}

.orderform .box-title {
    margin-top: 0 !important;
}

.order-summary .title-box {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
}

.wrap-iten-in-cart .products-cart .delete, .wrap-iten-in-cart .products-cart .quantity, .wrap-iten-in-cart .products-cart .price-field, .wrap-iten-in-cart .products-cart .product-name, .wrap-iten-in-cart .products-cart .product-image {
    display: table-cell;
    vertical-align: middle;
}

.tovar h1 {
    font-family: "Cuprum";
    font-size: 24px;
    color: #054493;
}

.addcart {
    display: flex;
    flex-wrap: wrap;
    background-color: #f6efea;
    padding: 18px 25px;
    border-radius: 10px;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 30px;
}

.addcart .jq-number {
    width: 56px;
}

.addcart .jq-number input {
    font-size: 18px;
    font-weight: bold;
    color: #054493;
    background-color: #F6EFEA;
}

.addcart .jq-number__spin.plus {
    top: -2px;
}

.addcart .jq-number__spin.minus {
    top: 17px;
}

.tovar_price {
    color: #054493;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}

.tovar_addbut button {
    background-color: #6ab924;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 5px 15px;
}

.opis {
    margin-bottom: 30px;
    color: #054493;
}

.nav-tabs .nav-link {
    background-color: #e3e3e3;
}

.nav-tabs .nav-item {
    color: #054493;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #e8d6ca;
}

.tab-content {
    background-color: #f6efea;
    padding: 10px;
}

.login-form {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding: 25px 30px;
    width: 100%;
}

.login-form input[type=text],
.login-form input[type=password] {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}

.login-form  input[type=submit] {
    background-color: #003E8E;
    max-width: 200px;
    color: #fff;
    padding: 10px 30px;
    border: none;
}

.login-area input[type=text],
.login-area input[type=password] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}

.login-form input[type=text],
.login-form input[type=password] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}

.form-row > label {
    margin-top: 7px;
}

label {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

.summary-item .title-box, .wrap-address-billing .box-title {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 18px;
    padding-bottom: 15px;
    margin-top: 0;
}

.wrap-address-billing>.box-title {
    margin-bottom: 25px;
}

.wrap-address-billing .row-in-form {
    margin: 0;
    display: block;
    float: left;
    width: calc( 50% - 15px );
    width: -webkit-calc( 50% - 15px );
    width: -moz-calc( 50% - 15px );
}

.wrap-address-billing .row-in-form label {
    font-size: 14px;
    line-height: 19px;
    color: #555555;
    display: block;
    font-weight: 400;
}

.wrap-address-billing .row-in-form input[type=email], .wrap-address-billing .row-in-form input[type=text], .wrap-address-billing .row-in-form input[type=number] {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    height: 43px;
    padding: 2px 20px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.wrap-address-billing .row-in-form {
    margin: 0;
    display: block;
    float: left;
    width: calc( 50% - 15px );
    width: -webkit-calc( 50% - 15px );
    width: -moz-calc( 50% - 15px );
    margin-bottom: 23px;
}

.mr30 {
    margin-right: 30px !important;
}

.butcart {
    display: block;
    background-color: #ff2832;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 4.5px 10px;
    text-align: center;
}



.wrap-address-billing .row-in-form:nth-child(3n+1) {
    margin-right: 30px;
}

.row-in-form textarea {
    border: 1px solid #e6e6e6;
    width: 100%;
}

.clear {
    clear: both;
}

.pagetitle {
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
}

.pagetitle .usermanager {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 14px;
}

.pagetitle .usermanager .usermanagerlabel {
    text-decoration: underline;
}

.sortby {
    position: relative;
    cursor: pointer;
    padding-right: 20px !important;
}

.sortby.active {
    font-weight: bold;
    color: red;
}

.sortby:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 5px;
    border: 6px solid transparent;
    border-bottom: 10px solid #2262c0;
}

.sortby.desc:after {
    top: 20px;
    border: 6px solid transparent;
    border-top: 10px solid #2262c0;
}

.eFilter_display_block {
    text-align: right;
}

.eFilter_display_block label {
    display: inline-block;
    width: auto;
}

.eFilter_sort_block {
    display: none;
}

.eFiltr .fltr_block {
    margin-bottom: 30px;
}

.fltr_block  {
    overflow-x: hidden;
    max-height: 300px;
    margin-bottom: 0;
    width: 100%;
}

.jq-checkbox {
    margin-right: 5px;
}

.jq-checkbox .jq-checkbox__div {
    width: 18px;
    height: 18px;
    background-image: url('../img/checkbox.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.jq-checkbox.checked .jq-checkbox__div {
    background-position: 0 -18px;
}

.fltr_block label {
    color: #2464c1;
}

.eFiltr_btn_wrapper input {
    width: 100%;
    background-color: #2464c1;
    color: #fff;
    border: none;
    margin-bottom: 10px;
}

.eFiltr_reset {
    text-align: center;
    font-size: 12px;
    color: #2464c1;
}

.eFiltr_reset a {
    color: inherit;
}

.filter_more,
.filter_less {
    display: block;
    margin-bottom: 15px;
    color: #2464c1;
    text-decoration: underline;
}

.help-block {
    color: red;
}

.filter_less {
    display: none;
}

h1 {
    font-family: "Cuprum";
    color: #2464c1;
}

input.item_quantity {
    width: 35px;
    text-align: right;
    border: none;
}

.tabcatalog tbody tr:nth-child(even) td input.item_quantity {
    background-color: #d6e1f1;
}

.jq-number {
    position: relative;
    width: 100%;
    text-align: left;
}

.jq-number__spin.minus {
    position: absolute;
    top: 13px;
    right: 0px;
    border: 6px solid transparent;
    border-top: 9px solid #2464c1;
}

.jq-number__spin.plus {
    position: absolute;
    top: -5px;
    right: 0px;
    border: 6px solid transparent;
    border-bottom: 9px solid #2464c1;
}

.jq-selectbox__select-text {
    display: inline-block;
    height: 16px;
    width: 30px;
    margin-right: 5px;
}

.eFilter_display_select {
    border: none;
}

.jq-selectbox__trigger {
    display: inline-block;
}

.jq-selectbox__trigger-arrow {
    border: 6px solid transparent;
    border-top: 9px solid #2464c1;
    width: 6px;
    height: 10px;
    top: 5px;
    position: relative;
}

.jq-selectbox.eFilter_display_select {
    position: relative;
}

.jq-selectbox__dropdown {
    background-color: #fff;
    position: absolute;
    top: 19px;
    right: 0;
    border: 1px solid #2464c1;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    min-width: 100px;
}

.jq-selectbox__dropdown ul li {
    padding-right: 10px;
    padding-left: 10px;
}

.jq-selectbox__dropdown ul li:hover {
    background-color: #e3e3e3;
}

.rek {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rek .row {
    margin-left: 0;
    margin-right: 0;
}

.item_rek {
    padding: 0;
}

.partners {
    margin-bottom: 30px;
}

.partners .owl-carousel .owl-item {
    text-align: center;
    height: 170px;
}

.partners .owl-carousel .owl-item .item {
    display: table;
    height: 100%;
    width: 100%;
}

.partners .owl-carousel .owl-item .item a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.partners .owl-carousel .owl-item img {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.partners .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.partners .owl-carousel .owl-dots button {
    outline: none;
}

.partners .owl-carousel .owl-dots span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #054493;
    border-radius: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumb {
    background-color: #fff;
    padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
    color: #054493;
}

.breadcrumbs .breadcrumb li a span {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.breadcrumbs .breadcrumb li a span:after {
    content: "/";
    position: absolute;
    right: 0px;
    top: -2px;
}

.search .searchbl {
    border: 1px solid #dbe0e2;
    width: 100%;
    border-radius: 15px;
    width: 100%;
    max-width: 340px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.search input {
    border: none;
    height: 28px;
    padding: 0 15px;
    border-radius: 15px;
    outline: none;
    width: 85%;
}

.slider {
    border-bottom: 5px solid #1458ad;
}

.topmenu2 li a {
    color: #4c4c4c;
}

.topmenu2 {
    margin: 25px 0 0;
    padding: 0;
    float: right;
}

.topmenu2 li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.hcart a {
    background-image: url('../img/ico-cart.png');
    background-repeat: no-repeat;
    padding-left: 24px;
    position: relative;
}

.haccount a {
    background-image: url('../img/ico-ak.png');
    background-repeat: no-repeat;
    padding-left: 24px;
}

.horders a {
    background-image: url('../img/ico-order.png');
    background-repeat: no-repeat;
    padding-left: 24px;
}

.langmenu {
    float: right;
}

.logo img {
    max-height: 60px;
}

.langmenu li {
    list-style: none;
    color: #4c4c4c;
}

.langmenu li a {
    color: #4c4c4c;
}

.langmenu li a.active {
    text-decoration: underline;
}

.mblock .title {
    background-color: transparent;
    color: #054493;
    font-size: 30px;
    padding-top: 0;
}

.mblock .title a {
    color: inherit;
}

.tovar_instock {
    color: #054493;
    font-size: 18px;
    line-height: 1;
}

.tovar_addbut .item_add {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}

.tovar-success {
    display: none;
}

.topmenu ul li.second:after, .start .wcabinet:after {
    display: none;
}

.start .partners form input {
    width: 100%;
}

.selectnp .jq-selectbox__dropdown {
    width: auto !important;
}

.jq-selectbox li, .jq-select-multiple li {
    white-space: normal;
}

.selectnp .jq-selectbox__dropdown {
    min-width: 100%;
}

#profile input[type=submit] {
    background-color: #86c500;
    border-radius: 7px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    display: block;
    float: none;
    height: 39px;
    z-index: 55;
    text-decoration: none;
    outline: none;
    border: none;
    transition: none;
    margin: 0;
    width: auto;
}

.loginmenu a {
    display: block;
    color: inherit;
}

.itemRow.hidden {
    display: none !important;
}

.itemRow:has( .rowhide ) {
    display: none !important;
}

.paymentlabel {
    width: 100% !important;
}

.historyOrders .contentItems {
    margin-bottom: 100px;
}

.start .wmenu ul li.wcabinet {
    padding-left: 0;
}

.start .wmenu ul li {
    padding-left: 0;
}

.slider {
    margin-bottom: 70px;
}

.slider .carousel-indicators {
    bottom: -50px;
}

.slider .carousel-indicators li {
    background-color: #054493;
}

.brochur .nm_title {
    line-height: 1.2;
    height: 93px;
    overflow: hidden;
}

.tabcatalog thead th:first-child {
    border-radius: 10px 0 0 0;
}

.tabcatalog thead th:last-child {
    border-radius: 0 10px 0 0;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 0 0 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.right-sidebar .rpanel-title {
    display: block;
    padding: 21px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background: #2cabe3;
}

.right-sidebar .rpanel-title {
    background: #2464c1 !important;
    padding: 19px 21px 17px;
    font-size: 17px;
}

.right-sidebar .rpanel-title {
    background: #f44336;
}

.right-sidebar .rpanel-title span {
    float: right;
    cursor: pointer;
    font-size: 11px;
}

.right-sidebar .rpanel-title span {
    font-size: 17px;
}

.right-sidebar .right-side-toggle {
    position: relative;
}

.right-sidebar [class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.right-sidebar .ti-close:before {
    content: "\e646";
}

.right-sidebar .r-panel-body {
    padding: 0;
    position: absolute;
    top: 60px;
    bottom: 117px;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.right-sidebar .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.modal-open header .top {
    padding-right: 15px;
}

.cart-summary {
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.cart-summary .cart-summary-info {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    padding: 10px 10px 0px;
}

.cart-summary .cart-summary-sum {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding: 5px 10px;
}

.cart-summary .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cart-summary-info {
    text-align: right;
}

.cart-summary .col-xs-12 {
    width: 100%;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.cart-list li {
    padding: 5px 10px !important;
    border-right: 0;
    border-left: 0;
}

.right-sidebar .r-panel-body ul li {
    list-style: none;
    padding: 0 !important;
}

.cart-list li .m-b-5 {
    margin-bottom: 5px !important;
}

.cart-list li .p-r-0 {
    padding-right: 0px !important;
}

.cart-list li .cart-control .bootstrap-touchspin {
    width: 100px;
}

.cart-list li .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.cart-list li .input-group-addon, .cart-list li .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.cart-list li .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.cart-list li .cart-control input {
    display: block;
    padding: 5px;
    text-align: center;
    height: 30px;
}

.cart-list li  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.cart-list li .btn-info.btn-outline {
    color: #1e88e5;
    background-color: transparent;
}

.cart-list li .input-group-addon, .cart-list li .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.cart-list li .input-group .form-control, .cart-list li .input-group-addon, .cart-list li .input-group-btn {
    display: table-cell;
}

.cart-list li .pull-left {
    float: left!important;
}

.cart-list li .cart-control .input-group-btn .btn {
    padding: 4px 6px;
    margin: 0;
    width: 30px;
    line-height: 1;
    border-radius: 0;
}

.cart-list li .cart-control input {
    display: block;
    padding: 4px 5px;
    text-align: center;
    height: 26px;
    width: 40px;
}

.cart-list li .m-l-10 {
    margin-left: 10px !important;
}

.cart-list li {
    padding: 5px 10px !important;
    border-right: 0;
    border-left: 0;
}
.cart-list li.cart_item_added {
    background: #dff0d8;
}
.cart-list li:hover {
    background-color: #f7fafc;
}
.cart-control .btn {
    transition: unset;
}
.cart-list .cart-control .btn {
    opacity: 0;
}
.cart-list li:hover .cart-control .btn {
    opacity: 0.8;
    background-color: #f7fafc;
    color: #2464c1;
    border-color: #f7fafc;
}

.cart-list li:hover .cart-control .btn.btn-delete {
    font-size: 16px;
}

.cart-list .item-price {
    margin-top: -2px;
}

.cart-list .cart-control .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: auto !important;
}

.cart-list .cart-control .btn-icon.btn-info {
    line-height: 1;
    border-radius: 0;
    padding: 5px 5px;
}

.emptycart {
    display: none;
}

.scart_title a {
    color: #2464c1;

}

.cart-list .scart_title {
    line-height: 1.4;
    font-size: 12px;
    margin-top: 5px;
}

#nav-files ul li a {
    color: inherit;
    text-decoration: underline;
}

.mycompany_item {
    border-bottom: 1px solid #1458ad;
    padding-bottom: 30px;
}

.mycompanies {
    padding-right: 30px;
    margin-bottom: 30px;
}

.manager_name {
    color: #0052A8;
}

/*.manager_photo {*/
/*    border: 2px solid #0052A8;*/
/*}*/

.fltr_pattern .jq-checkbox {
    display: none;
}

.fmenulink {
    display: block;
    padding-left: 40px;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #d4d9df;
    color: #054493;
}

.eFiltr_btn_wrapper {
    margin-top: 30px;
}

.isemptycart {
    padding-left: 15px;
    padding-top: 15px;
}

.butscartorder {
    background-color: #86c500;
    border: 1px solid #86c500;
}

.butscartorder:hover {
    background-color: #72a800;
    border: 1px solid #72a800;
}

.butscartclear {
    background-color: #c54f00;
    border: 1px solid #c54f00;
}

.butscartclear:hover {
    background-color: #af4600;
    border: 1px solid #af4600;
}

#orderForm .textar {
    margin-top: 30px;
}

.tabcatalog tbody td.td_img {
    padding: 0 10px 0 0;
    background-color: #fff !important;
}

.tabcatalog tbody tr.newlabel td {
    background-color: #E8FEB8;
    position: relative;
    height: 46px;
}

.supdiasew-benchma-esults {
    width: 86px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.caselsaokem-ucubeten {
    font: bold 10px Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    position: relative;
    padding: 2px 0;
    left: 5px;
    top: 10px;
    width: 126px;
    background-color: #77a013;
}

.caselsaokem-ucubeten:before, .caselsaokem-ucubeten:after {
    content: "";
    border-top: 4px solid #6d8608;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position:absolute;
    bottom: -4px;
}

.caselsaokem-ucubeten:before {
    left: 0;
}
.caselsaokem-ucubeten:after {
    right: 0;
}

.activeW {
    position: relative;
    z-index: 2;
}

select#companies {
    border: 1px solid #1458ad;
    width: 100%;
}

body.ismanager {
    padding-top: 48px;
}

.manager_panel {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FF8500;
    color: #fff;
    text-align: center;
}

body.ismanager .top {
    padding-bottom: 0;
}

body.ismanager .manager_panel .bootstrap-select {
    width: 500px !important;
    max-width: 100%;
}

.container .image img {
    width: auto !important;
}

.image .thumbs {
    display: flex;
}

.image .thumbs img {
    width: 100px !important;
}

.image .thumbs a.active img {
    border: 1px solid #054493;
}

#manager_form .dropdown-menu {
    max-width: 100%;
}

#manager_form .bootstrap-select {
    padding-left: 15px;
    padding-right: 15px;
}

.error {
    border: 1px solid red !important;
}

.selectpicker {
    border: 1px solid #1458ad;
}

#np .bootstrap-select {
    width: 100%;
    margin-bottom: 15px;
}

#np .bootstrap-select button {
    border: 1px solid #1458ad;
    height: 25px;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #fff;
    color: #1458ad;
}

#np .bootstrap-select button:after {
    border: 6px solid transparent;
    border-top: 9px solid #2464c1;
    width: 6px;
    height: 10px;
    top: 4px;
    position: relative;
    margin-right: 10px;
}

.dosta-label {
    display: block;
    margin-bottom: 10px !important;
}

@media (max-width: 720px) {

    .pagetitle .usermanager {
        top: -25px;
    }

    .tabcatalog tr td:nth-child(2),
    .tabcatalog tr th:nth-child(2) {
        display: none;
    }

    .tabcatalog tr td:nth-child(4),
    .tabcatalog tr th:nth-child(4) {
        display: none;
    }

    .tabcatalog tr td:nth-child(5),
    .tabcatalog tr th:nth-child(5) {
        display: none;
    }

    .tabcatalog tr td:nth-child(6),
    .tabcatalog tr th:nth-child(6) {
        display: none;
    }

    .top {
        position: relative;
    }

    body.ismanager {
        padding-top: 0px;
    }

    .content {
        margin-top: 0px;
    }

    .topmenu2 {
        margin-top: 0px;
    }
}

.bootstrap-select .dropdown-menu {
    width: 100%;
    font-size: 14px;
}

.bs-searchbox .form-control {

}

.bootstrap-select .dropdown-menu li a {
    padding-left: 20px;
    padding-right: 20px;
    color: #1458ad;
}

.bootstrap-select .dropdown-menu li.selected.active a,
.bootstrap-select .dropdown-menu li.active a{
    color: #fff;
    background-color: #1458ad;
}

.bootstrap-select .dropdown-menu .bs-searchbox {
    padding: 0 20px;
}

.bootstrap-select .dropdown-menu .bs-searchbox input {
    padding: 0 20px;
    height: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.bootstrap-select .dropdown-menu li a span.text {
    text-wrap: wrap;
}