@import url(/data/css/designer_custom.css);

#error .error-block {
    text-align: center;
}

.clickable {
    cursor: pointer;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
    padding-left: 15px;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    /*color: transparent;*/
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: transparent;*/
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*    color: transparent;*/
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: #fff;
}

.re-captcha.has-error > div {
    border: 2px solid #a94442 !important;
}

.marg-b20 {
    margin-bottom: 20px !important;
}

.marg-b15 {
    margin-bottom: 15px !important;
}

.marg-b50 {
    margin-bottom: 50px !important;
}

.marg-l15 {
    margin-left: 15px !important;
}

.padding-l30 {
    padding-left: 30px !important;
}

.contact-form .kontakt-btn {
    background: #ddd;
    border: 1px solid #cdcdcd;
    color: #333;
    transition: all 0.3s ease-in;

}

.contact-form .kontakt-btn {
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 12px;
    transition: all 0.3s ease-in;
}

.contact-form .kontakt-btn:hover {
    background: #f26667;
    color: #fff;
    border-color: #f26667;
}

.recent-post .sidebar-title.no-border:before {
    background-color: transparent;
}

.middle-menu-list .podmenu > a:after {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nivoSlider .oveerlay {
    opacity: 0.5;
}

.sredina {
    text-align: center;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.header-top-left .header-list-menu > li > a::after {
    content: "\f2f9";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 15px;
    right: 20px;
    transition: all 0.5s;
    font-size: 12px;
}

.submenu-active {
    color: #0162bd;
}

.tech-details-left {
    float: left;
    font-weight: 700;
}

.tech-details-right {
    float: right;

}

.butto {
    padding: 18px !important;
}

.marg-t10 {
    margin-top: 10px !important;
}

.marg-t20 {
    margin-top: 20px;
}

.marg-b30 {
    margin-bottom: 30px;
}

.marg-b10 {
    margin-bottom: 10px;
}

.marg0 {
    margin: 0px;
}

@media (max-width: 480px) {
    .sredina {
        text-align: left;
    }
}

.text_over {
    background-color: #0162bd;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 20px;
}

.slider-area .row {
    position: relative;
}

.slider-back {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    margin: 0 15px;
}

.article-data h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.article-data-atribute {
    border-bottom: #ccc 1px solid;
    padding-bottom: 5px;
    padding-top: 5px;
}

.lightblue-bg {
    background-color: #0162bd;
}

.lightgray-bg {
    background-color: #f5f5f5;
}

.slider-text {
    right: 70px;
}

.nivoSlider {
    height: auto;
    max-height: 500px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 27px;
}

.send-button {
    background: #ddd;
    border: 1px solid #cdcdcd;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 12px;
    outline: medium none;
}

.form-control {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

::placeholder {
    color: #c0cddc !important;
}

::-webkit-input-placeholder {
    color: #c0cddc !important;
}

::-moz-placeholder {
    color: #c0cddc !important;
}

:-ms-input-placeholder {
    color: #c0cddc !important;
}

:-moz-placeholder {
    color: #c0cddc !important;
}

.mobile-menu-dropdown {
    margin-top: -13px;
}

input:focus {
    background: #FFFFFF;
}

.fade {
    opacity: 1;
}

.content ul li {
    list-style-type: disc;
    padding: 5px 0;
}

.pro-price span ins {

    text-decoration: none;

}

.modal .box-quantity .number {
    border: 1px solid #333;
}

.slider-text h1, .slider-text h1 span {
    text-shadow: #000 1px 1px;
}

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

.pro-sticker {
    width: auto;
    padding: 0 8px;
}

.cart-box.mobile-kosarca .cart-counter span {
    display: none;
}

.product-remove {
    width: 50px !important;
}

.checkout-pickme-btn {
    float: right;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px;
}

.cart-scroller {
    max-height: 270px;
    overflow: auto;
}

.modal hr {
    margin: 15px 0px;
}

.pos_relative {
    position: relative;
}

.wc-proceed-to-checkout a:hover {
    color: #fff;
}

.amount, .price-button {
    width: auto;
}

.your-order {
    margin-bottom: 20px;
}

.align-left-bottom {
    position: absolute;
    left: 15px;
    bottom: 50px;
}

.btn-coupon-fix {
    background: #222222 none repeat scroll 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    margin-top: -3px;
}

.vertical-menu-list > li > a, .category-menu li a {
    text-transform: initial;
}

.megamenu-one-column > ul > li ul > li > a,
.megamenu-two-column > ul > li ul > li > a,
.megamenu-three-column > ul > li ul > li > a {
    text-transform: initial;
}

.banner.row .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.banner.row {
    padding: 0 15px;
}

.slider-text h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
}

.modal-title {
    font-size: 20px;
}

.product-header {
    font-size: 25px;
}

.pro-price span {
    font-size: 23px;
}

.submenu-active {
    font-weight: 700;
}

.country-select select {
    height: 42px;
}

.f-left {
    padding-left: 10px;
}

.f-right {
    padding-right: 10px;
}

.cart-footer h5 span {
    text-align: right;
}

.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
    text-transform: initial;
}

.footer-list li a::before {
    content: "\25b6";
    color: #666666;
    font-size: 12px;
}

.owl-item > .col-md-4 {
    width: 100%;
}

.panel-default > .panel-heading.active {
    background-color: rgba(1, 98, 189, 0.8);
    cursor: pointer;
}

.panel-heading, .panel-heading label {
    cursor: pointer;
}

.panel-title > .aButton {
    width: 87%;
    padding: 12px 0;
}

.checkout-pickme-btn {
    margin-top: 12px;
}

.panel-heading input[type="radio"]:checked + label {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.panel-heading input[type="radio"]:checked + label + label {
    cursor: pointer;
    display: none;
}

.search-box-view .search {
    position: relative;
    width: calc(100% - 50px);
    float: left;
    height: 25px;
    font-size: 11px;
    color: #333;
    background: #eceff8;
    line-height: 45px;
    font-weight: 600;
    border: none;
}

.search-box-view .submit {
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.search-box-view .submit::before {
    right: 5px;
    font-size: 20px;
}

.search-box-view {
    margin-top: 15px;
}

.search-box-view.search ::placeholder {
    color: #333;
}

.search-box-view .search {
    border: 2px solid #0006;
    background: #fff;
}

.logo img {
    margin-top: -10px;
}

h4.search-results {
    font-size: 16px;
    line-height: 24px;
}

#span_price_max.f-right {
    padding-right: 0;
}

#filter_search.search {
    width: calc(100% - 25px);
}

#checkout.bg-white {
    background-color: #fff;
}

.ship-different-title h3 label {
    font-size: 28px;
}

.shipping_same_checkbox {
    width: 50px;
    /*height: 50px;*/
    position: relative;
    /*  visibility: hidden;*/
    float: right;
}

.chbox-fix {
    margin-left: -8px;
    padding: 0 0;
}

.chbox-fix label {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #333;
    display: inline-block;
    margin: 0 0 5px;
    font-size: 15px;
    max-width: 100%;
}

.panel-heading {
    padding: 0 15px;
}

.amount {
    word-spacing: 0;
    padding-right: 20px;
}

.box-quantity .action-prime {
    text-transform: initial;
}

#comments {
    padding: 5px 9px;
}

.mobile {
    display: none;
}

.coupon-accordion h3::before {
    content: "\f209";
    top: 14px;
    font-size: 15px;
    left: 20px;
}

.cart.add-item > .box-quantity tr td {
    padding-right: 15px;
}

.col-menu-fix {
    width: 27%;
}

.col-menu-fix2 {
    width: 56%;
}

.search-box-view .search{
    border-color: #333;
}

#filter_form .mobile-sidebar-title span::after{
    font-size: 20px;
    content: "\f107";
    color: #333;
    font-family: FontAwesome;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-right: 0;
    display: none;
}

#filter_form.active .mobile-sidebar-title span::after{
    content: "\f106";
}

#filter_form .mobile-sidebar{
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-box-view.fix{
    margin-bottom: 15px;
}

.mean-container .mean-bar {
    top: -82px;
}

.container.article-data h2 {
    padding-top: 20px;
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
}

ul.vertical-menu-list > li:empty ::after{
    display: none;
}

#filter_form ul > li > a > label, #filter_form ul > li > a, .text-initial{
    text-transform: initial;
}

.vertical-menu .categorie-title > a {
    color: #fff;
}

.search-box-view.menu-search {
    margin-top: 10px;
}

.search-box-view.fix.menu-search {
    margin-bottom: 10px;
}

.search-box-view .search{
    border-color: #0006;
    border-width: 1px;
}

.search-box-view.menu-search .submit::before {
    right: 9px;
    font-size: 20px;
}

.search-box-view .submit{
    background: #0006;
}

.search-box-view.menu-search .submit{
    width: 30px;
    height: 30px;
}

.search-box-view.menu-search .search{
    height: 30px;
}

.header-top-left .header-list-menu > li > a{
    border: none;
}

.manufacturer li a:before{
    display: none;
}

.manufacturer li a label:before{
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #ebebeb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.manufacturer li:hover a label{
    color: #0162bd;
}
.manufacturer li:hover a label:before{
    background: #0162bd;
    border-color: #0162bd;
}

.manufacturer li.active a label:before{
    background: #0162bd;
    border-color: #0162bd;
}

.manufacturer li a span{
    float: right;
}

.manufacturer li:hover a label {
    cursor: pointer;
}

.manufacturer li:hover a{
    cursor: auto;
}

@media only screen and (max-width: 767px) {

    #filter_form .mobile-sidebar-title span::after{
        display: block;
    }

    .sidebar-title{
        position: static;
    }

    .mobile-sidebar-title span.f-right{
        padding-right: 0;
    }

    #filter_form.active .mobile-sidebar-title{
        margin-bottom: 20px;
    }

    #filter_form .mobile-sidebar{
        opacity: 0;
        height: 0;
        visibility: hidden;
        overflow: hidden;
    }

    #filter_form.active .mobile-sidebar{
        opacity: 1;
        height: auto;
        visibility: visible;
    }

    #limiter, .toolbar-sorter.f-left, .field-limiter.f-right {
        float: left;
        padding: 0;
        margin: 0;
    }

    .all-left-mobile {
        float: left;
        text-align: left;
    }

    table#cart.tablee thead {
        display: none;
    }

    table#cart.tablee tbody tr {
        border-top: 2px solid #ddd;
    }

    table#cart.tablee tbody tr:not(.coupon) td {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: none;
        text-align: right;
    }

    table#cart.tablee tbody td.cart_name,
    table#cart.tablee tbody td.cart_photo {
        text-align: center;
    }

    table#cart.tablee tbody td .quantity {
        float: right;
        text-align: left;
    }

    table#cart.tablee tbody td.cart_photo > img {
        text-align: center;
        display: inline-block;
    }

    table#cart.tablee tbody tr:not(.coupon) td:first-child {
        float: left;
        width: 50px;
        text-align: center;
        line-height: 46px;
    }

    table#cart.tablee td.checkout:first-child {
        display: none;
    }

    table#cart.tablee tr.coupon td {
        display: none;
    }

    table#cart.tablee tr.coupon td:first-child {
        display: table-cell;
        width: 100%;
        position: relative;
        left: 0;
        text-align: left;
    }

    table#cart.tablee tbody td > span.mobile {
        display: block;
    }

    table#cart.tablee tfoot th {
        display: inline-block;
        float: left;
        width: 50%;
    }

    table#cart.tablee tfoot tr:first-child th {
        padding-top: 40px;
    }

    table#cart.tablee thead th:first-child,
    table#cart.tablee thead th:last-child {
        display: none;
    }

    table#cart.tablee tbody tr.empty td {
        width: 100% !important;
        display: table-cell;
        border: none !important;
        position: relative !important;
    }

    .table-content table td{
        padding: 5px;
    }

    .section-title.mb-50{
        margin-bottom: 20px;
    }

    .mobile {
        float: left;
    }

    .product-remove.mobile {
        float: right;
        padding: 9px 5px;
        position: relative;
        left: 0;
    }

    .amount {
        padding-right: 0;
    }

    .product-remove.a {
        display: none !important;
    }

    .product-thumbnail {
        position: relative;
        width: calc(100% - 50px) !important;
        float: left;
        padding: 7px 5px !important;
        margin-top: 0;
    }

    .product-thumbnail img {
        max-height: 50px;
        max-width: 50px;
    }

    .header-top-right .header-list-menu > li {
        float: right;
    }

    .header-top-left .header-list-menu > li > a {
        padding: 16px 36px 20px 20px;
    }

    .header-top-right.f-right .header-list-menu li {
        width: 100%;
    }

    .cart-text, .cart-counter {
        color: #333;
    }

    .cart-box.visible-xs {
        position: relative;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .cart-box > ul > li > a {
        padding: 0;
    }

    .cart-box.visible-xs > ul > li > a::before {
        color: #222;
        font-size: 30px;
        top: 25px;
        left: auto;
        right: 0;
    }

    .cart-box.visible-xs > ul > li > a > .mobile-cart-counter {
        top: 5px;
        right: 85px;
    }

    .cart-box > ul > li > a > span:not(.mobile) {
        top: 5px;
        display: none;
    }

    .header-list-menu.right-menu > li > a {
        padding-right: 10px !important;
        padding: 10px;
    }

    .order-total.all-left-mobile, .thubnail-desc.fix, td.value {
        width: 100%;
    }

    #search.search {
        height: 50px;
    }

    .search-box-view.fix > form > button.submit {
        width: 50px;
        height: 50px;
    }

    .search-box-view.fix > form > button.submit::before {
        right: 15px;
        font-size: 30px;
    }

    .mean-container a.meanmenu-reveal {
        top:-28px;
        z-index: 999;
    }

    .mean-container .mean-bar {
        top: -82px;
    }


    .mobile-cart-counter {
        display: block;
        position: absolute;
        background-color: #ff0000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        right: -3px;
        top: -7px;
        color: #fff;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: 10px;
        line-height: 16px;
    }

    .cart-box.visible-xs > ul > li > a::after {
        display: none;
    }

    .slider-wrapper.theme-default {
        margin-top: 13px;
    }

    .slider-text h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .text-over{
        font-size: 15px;
    }

    .ptb-15.breadcrumb-list{
        padding-top: 30px;
    }

    .cart-box.visible-xs > ul > li > a > .mobile-cart-counter {
        top: 0;
        right: -5px;
        left: auto;
        padding: 0;
        margin: 0;
    }

    .pro-content p span, .pro-content p del {
        font-size: 15px;
    }

    .buttons-cart.he-130{
        height: auto;
    }
}


@media only screen and (max-width: 479px) {

    .mean-container a.meanmenu-reveal {
        top:-28px;
        z-index: 999;
    }

    .mean-container .mean-bar {
        top: -82px;
    }

    .mobile{
        display: block;
    }
    .cart-box.visible-xs > ul > li > a > .mobile-cart-counter {
        top: 0;
        right: -5px;
        left: auto;
        padding: 0;
        margin: 0;
    }

    .header-list-menu.right-menu > li > a {
        padding: 10px 0 !important;
    }

    .small-version > .header-top-right.f-right {
        padding-right: 0;
    }

    .box-quantity > button.action-prime {
        width: calc(100% - 70px);
        padding-left: 5px;
        padding-right: 5px;
    }

    .box-quantity > table > tbody tr td {
        float: left;
        width: 100%;
    }


    .cart.add-item > .box-quantity tr td.name{
        padding-bottom: 10px;
    }

    .cart.add-item > .box-quantity tr td{
        padding-right: 0;
    }

    .box-quantity table{
        width: 100%;
    }

}
