 /* CUSTOM CSS HERE */


 .navbar {
     background-color: #fff !important;
 }

 .navbar-top {
     background: #fff !important;
     border-bottom: 1px solid #eee;
 }

 .userMenu li a {
     color: #8c8c8c !important;
     font-size: 11px !important;
     font-weight: 400 !important;
 }

 .gr-user-menu__balanse {
     color: #8c8c8c !important;
     font-weight: 400 !important;
 }

 .navbar-brand img {
     max-width: 230px !important;
     padding: 5px 0px 0px 65px !important;
 }

 .list-group-item {
     position: relative !important;
     display: block !important;
     padding: 6px 15px !important;
     margin-bottom: -1px !important;
     background-color: #3d464d !important;
     color: #fff !important;
     border: 1px solid  #3d464d !important;;
 }

 a.list-group-item:hover, a.list-group-item:focus,
 button.list-group-item:hover,
 button.list-group-item:focus {
     text-decoration: none !important;
     color: #fff !important;
     background-color: #545d65 !important;
 }

.label-processing {
 background-color: #c6e1c6; }
.label-processing[href]:hover,
.label-processing[href]:focus {
 background-color: #c6e1c6; }

.label-waiting {
    background-color: #f8dda7;
}

.label-done {
 background-color: #c8d7e1;
}

/* Frontend Navigation Fixes CSS, by Stefan */

.gr-header-nav-second-row{
    padding-bottom: 0px;
    padding-top: 0px;
}

#gr-main-nav{
    float: right;
    width: calc(100% - 230px);
}

@media screen and (max-width: 989px) and (min-width: 767px) {
    #gr-main-nav{
        width: calc(100% - 160px);
    }
}

.gr-header-nav-right{
    width: 100%;
}

.gr-header-nav-right>*{
    float: left;
}

.gr-header-nav-right .search-box{
    width: calc(100% - 145px);
}

@media screen and (max-width: 989px) and (min-width: 767px) {
    .gr-header-nav-right .search-box{
        width: calc(100% - 75px);
    }
}

.gr-header-nav-right .input-group{
    max-width: 100%;
    width: 100%;
    /*-webkit-display: flex;*/
    /*-moz-display: flex;*/
    /*-ms-display: flex;*/
    /*display: flex;*/
    /*-webkit-justify-content: space-between;*/
    /*-moz-justify-content: space-between;*/
    /*-ms-justify-content: space-between;*/
    /*justify-content: space-between;*/
}

.gr-header-nav-right .input-group::after{
    content: '';
    display: block;
    clear: both;
}

.gr-header-nav-right .input-group>*{
    display: block;
    float: left;
}

@media (max-width: 1200px) {
    .search-box.static-search .form-control {
        max-width: 999999px;
    }
}

.gr-header-nav-right .input-group-btn{
    max-width: 50px;
    float: right;
}

.gr-header-nav-right .input-group input{
    width: calc(100% - 50px) !important;
}

.gr-header-nav-right .input-group button{
    background-color: transparent;
    border-radius: 2px;
    height: 34px;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    border: 1px solid #fff !important;
}

.gr-header-nav-right .input-group button:hover{
    background-color: rgba(255,255,255,0.4);
}

.gr-header-nav-right .search-box:hover .input-group {
    max-width: 100%;
}

.gr-nav-right{
    float: right;
}

.gr-nav-cart, .gr-nav-login-register{
    float: left;
}

.gr-header-nav-right .input-group input {
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

/* Third row navigation */
.navbar-wrapper{
    background-color: #47991f;
}

.navbar-wrapper .navbar-nav{
    float: none;

    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;

    justify-content: space-between;
}

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

    .navbar-wrapper .navbar-nav{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.navbar-wrapper .navbar-nav::after, .navbar-wrapper .navbar-nav::before{
    display: none;
}

.navbar-wrapper .navbar-nav li{
    float: none;
}

.navbar-wrapper .megamenu-fullwidth>a{
    font-size: 14px !important;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 3px solid transparent !important;
}

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

    .gr-mobile-searchbar{
        display: none;
    }
}

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

    .navbar-wrapper .megamenu-fullwidth>a {
        font-size: 12px !important;
    }
}

.navbar-wrapper .megamenu-fullwidth>a:hover,
.navbar-wrapper .megamenu-fullwidth>a:focus,
.navbar-wrapper .megamenu-fullwidth>a:active{
    background-color: transparent !important;
    border-bottom: 3px solid #367806 !important;
}

.navbar-wrapper .megamenu-fullwidth:hover >a{
    background-color: transparent;
    border-bottom: 3px solid #367806 !important;
}

/* New Auth Btns */
.gr-nav-auth-btn{
    font-size: 12px;
    padding: 0;
}

/* Mobile Searchbar */
.gr-mobile-searchbar{
    display: none;
}

.gr-nav-login-register{
    height: 50px;

    display: flex;
}
/* Dropdowns */
.dropdown-menu {
    border-top: 1px solid #efefef;
    padding: 0;
    box-shadow: none;
}

.megamenu-content {
    padding: 10px !important;

}

.megamenu-content>ul:first-child>ul{
    padding: 0;
}

.megamenu-content ul li a {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.megamenu-content>ul:first-child li{
    padding: 0;
    margin: 0;
}

.megamenu-content>ul:first-child .badge{
    top: 10px;
    right: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
    background-color: transparent;
}

.megamenu-content>ul:first-child .gr-megamenu-ul{
    padding-right: 20px;
}

.megamenu-content ul li {
    border-bottom: none;
}

.megamenu-content>ul:first-child a{
    padding: 7px 10px;
}


@media only screen and (min-width: 991px) {
    .megamenu-content ul li:hover a {
        padding-left: 10px;
        background-color: #53a318;
        color: #fff;
    }
    .megamenu-content ul li:hover .badge {
        color: rgba(255,255,255,0.75);
    }
    .megamenu-content ul li a:hover {
        padding-left: 10px;
    }
}
/* END of Dropdowns */

/*!* Breadcrumbs *!
.breadcrumb li + li:before {
    content: "";
    display: none;
}

.breadcrumb ul{
    line-height: 0.5em;
}

.breadcrumb li{
    display: inline;
}

.breadcrumb a{
    font-size: 16px;
    font-weight: 600;
    color: #777;
}

.breadcrumb a::after{
    content: ',';
}

.breadcrumb .active a {
    color: #53a318;
}

.breadcrumb .active a::after {
    content: '';
}
!* END of Breadcrumbs *!*/

@media screen and (max-width: 767px) {
    .navbar-top{
        /*display: none;*/
    }

    .navbar-header{
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
    }

    .navbar-header>*{
        float: none;
    }

    .navbar-toggle{
        margin: 10px 10px 8px 0px;
        display: block;
        width: 40px;
        background-color: transparent;
    }

    .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3){
        display: none;
    }

    .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2){
        transform: rotate(-45deg) translateY(5px);
        width: 15px;
    }

    .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4){
        transform: rotate(45deg) translateY(2px) translateX(7px);
        width: 15px;
    }

    .navbar-toggle .icon-bar {
        border: solid 1px #fff;
        width: 20px;

        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .gr-mobile-searchbar{
        display: block;
        box-sizing: border-box;
        width: calc(100% - 75px);
    }

    .gr-mobile-searchbar .navbar-form{
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        border: none;
        box-shadow: none;
    }

    .gr-mobile-searchbar .input-group{
        width: 100%;
    }

    .gr-mobile-searchbar input{
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 2px !important;
        border-top-right-radius: 2px !important;
    }

    .gr-mobile-searchbar .input-group-btn{
        display: none;
    }

    .gr-header-nav-second-row {
        padding-bottom: 0px;
    }

    .gr-cart-toggle{
        display: none;
    }

    .navbar-brand{
        display: none;
    }

    .navbar-wrapper{
        background-color: #53a318;
        position: relative;
        height: 47px;
        width: auto;
        overflow: hidden;
        z-index: 1;
    }

    .navbar-wrapper .container{
        position: static;
        visibility: visible;
    }

    .navbar-wrapper .container .navbar-nav{
        -webkit-user-select: none;
        display: block;
        overflow-y: hidden;
        padding: 0;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        visibility: visible;
        white-space: nowrap;
    }

    .navbar-wrapper .container .navbar-nav::-webkit-scrollbar {
        display: none;
    }

    .navbar-wrapper .navbar-nav>li{
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
    }

    .navbar-wrapper .navbar-nav>li>a{
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-wrapper .megamenu-fullwidth>a{
        color: #a9d18c !important;
    }

    .navbar-wrapper .megamenu-fullwidth>a:hover{
        border-bottom-color: transparent !important;
    }

    .nav .open > a {
        background-color: transparent;
    }

    .navbar-nav .open .dropdown-menu{
        position: absolute;
        background-color: #999;
    }
}

/* Mobile Top Navigation */
.gr-mobile-nav-wrapper>*{
    height: 50px;
    font-family: 'Helvetica Neue','Open Sans', sans-serif;
}

.gr-mobile-search{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    padding: 8px 5px 0px 0;
}

.gr-mobile-search__hamburger,
.gr-mobile-search__back{
    height: 40px;
    width: 50px;
    display: block;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.gr-mobile-search__back{
    font-size: 36px;
    line-height: 36px;
}

.gr-mobile-search__hamburger:hover,
.gr-mobile-search__hamburger:focus{
    color: #fff;
}

.gr-mobile-search__cart:hover,
.gr-mobile-search__cart:focus,
.gr-mobile-search__back:hover,
.gr-mobile-search__back:focus{
    color: #fff;
}

.gr-mobile-search__back{
    display: none;
}

.gr-mobile-search.menuopen .gr-mobile-search__hamburger{
    display: none;
}

.gr-mobile-search.menuopen .gr-mobile-search__back{
    display: block;
}

.gr-mobile-search form{
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.gr-mobile-search input{
    width: 100%;
    padding-left: 10px;
}

.gr-mobile-search__cart{
    position: relative;
    height: 40px;
    width: 50px;
    display: block;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.gr-mobile-search__cart__itemsNo{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    background-color: #ff471a;
    font-size: 12px;
    font-weight: 400;
    height: 15px;
    padding: 0 5px;
    line-height: 15px;
    border-radius: 50px;
}

.gr-mobile-nav{
    height: 50px;
    -webkit-user-select: none;
    display: block;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}

.gr-mobile-nav::-webkit-scrollbar {
    display: none;
}

.gr-mobile-nav-content{
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.gr-mobile-nav-content>li{
    display: inline-block;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
}

.gr-mobile-nav-content>li:first-of-type{
    padding: 0 20px;
}

.gr-mobile-nav-content a{
    font-size: 16px;
    color: #fff;
    display: block;
    height: 100%;
    color: #a9d18c;
}

.gr-mobile-subnav::-webkit-scrollbar {
    /*display: none;*/
}

.gr-mobile-subnav-wrapper{
    display: none;
    position: fixed;
    top: 52px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: calc(100% - 52px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.gr-mobile-subnav-wrapper.active{
    display: block;
    position: fixed;
    top: 52px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: calc(100% - 52px);
}

.gr-mobile-subnav{
    height: 100%;
    background-color: #fff;
    font-family: 'Helvetica Neue','Open Sans', sans-serif;
}

.gr-mobile-subnav__toggle{
    height: 45px;
    border-bottom: 1px solid #bebdbc;
}

.gr-mobile-subnav li>div, .gr-mobile-subnav li>a{
    height: 45px;
    background-color: #f6f6f6;
}

.gr-mobile-subnav li>ul>li>a, .gr-mobile-subnav li>ul>li>div{
    background-color: #fff;
}

.gr-mobile-subnav li>ul>li>ul>li>a, .gr-mobile-subnav li>ul>li>ul>li>div{
    padding-left: 30px;
    background-color: #f6f6f6;
}

.gr-mobile-subnav li>ul>li>ul>li a{
    font-size: 14px;
}

.gr-mobile-subnav>li>div>button.gr-mobile-nav-dropdown__toggle{
    display: none;
}

.gr-mobile-subnav>li>ul{
    max-height: none;
}

.gr-mobile-subnav__toggle::after{
    content: '';
    display: block;
    clear: both;
}

.gr-mobile-subnav__toggle a {
    float: right;
    line-height: 24px;
    text-align: center;
    display: block;
    font-size: 18px;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
    color: #777 !important;
    margin-top: 10px;
    margin-right: 15px;
}

.gr-mobile-subnav a{
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.gr-mobile-subnav>li{
    background-color: #fff;
    line-height: 40px;
}

.gr-mobile-subnav>li>a{
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 600;
}

.gr-mobile-subnav>li>div>a{
    font-weight: 600;
}

.gr-mobile-subnav li{
    border-bottom: 1px solid #ddd;
    line-height: 0px;
}

.gr-mobile-subnav li>ul>li>ul>li {
    border-bottom: 0px solid transparent;
    line-height: 0px;
}

.gr-mobile-nav-total{
    color: #777;
    margin-left: 3px;
    font-size: 14px;
}

.gr-mobile-subnav li:last-child{
    border-bottom: none;
}

.gr-mobile-dropdown>div:first-child{
    height: 45px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
}

.gr-mobile-subnav>li>ul>li>ul>li{
    background-color: #fff;
}

.gr-mobile-dropdown>div:first-child>*{
    height: 100%;
    display: block;
    line-height: 45px;
    padding: 0 15px;
}

.gr-mobile-dropdown>div:first-child>button{
    background-color: transparent;
    border: none;
    font-size: 28px;
    color: #53a318;
    outline: none;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gr-mobile-dropdown.active>div:first-child>button{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gr-mobile-subnav li.active>.gr-mobile-dropdown-content{
    max-height: none;
}

.gr-mobile-dropdown-content{
    max-height: 0px;
    overflow: hidden;

    /*-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear; */
}

.gr-mobile-dropdown.active>.gr-mobile-dropdown-content{
    max-height: none;
    height: auto;
}

.gr-mobile-dropdown-content{
    max-height: 0px;
    overflow: hidden;
}

.gr-mobile-dropdown-content li{
    height: auto;
    background-color: #f6f6f6;
}

.gr-mobile-dropdown-content a{
    display: block;
    padding-left: 15px;
    line-height: 45px;

}
.search-backdrop,
.modal-below-menu{
    margin-top: 80px;
}

.search-item {
    padding: 5px
}

#modal-search-results .modal-body a:first-child .search-item {
    margin-top:15px;
}

.search-item:hover {
    background: #53a318;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .search-backdrop,
    .modal-below-menu{
        margin-top: 101px;
    }

    .navbar-top{
        display: none;
    }
}
/* END of Mobile Top Navigation */

/* Mobile Sidebar */
.gr-mobile-sidebar{
    position: fixed;
    font-family: Helvetica Neue, Open Sans, sans-serif;
    font-family: helvetica neue,sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    z-index: 99;
    top: 51px;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    /*max-width: 0px;*/
    margin-left: -200%;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    max-width: 100%;


    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    overflow-y: scroll;
}

.gr-mobile-sidebar.active{
    /*max-width: 768px;*/
    margin-left: 0px;
}

.gr-mobile-sidebar__toggle{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
    border: none;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.gr-mobile-sidebar__header{
    width: 100%;
     padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.gr-mobile-sidebar__header>div>*{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.gr-mobile-sidebar__bottom{
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.gr-mobile-sidebar__bottom a{
    border-top: 1px solid #e6e6e6;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #53a318;
}

.gr-mobile-sidebar_content>a{
    padding-left: 20px;
    padding-right: 100px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica Neue, Open Sans, sans-serif;
    font-family: helvetica neue,sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #777;
    border-bottom: 1px solid #e6e6e6;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.gr-mobile-sidebar_content>a>i, .gr-mobile-sidebar__menu a>i{
    margin-right: 10px;
    font-size: 20px;
}

.gr-mobile-sidebar__menu a{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    border-bottom:1px solid #EEEEEE;
}
/* END of Mobile Sidebar */

/* Sidebar */
.panel-title>a{
    font-size: 16px;
    border-bottom: 1px solid #d8d8d8;
}

.panel-title .label-danger{
    display: none;
}

.nav-category li a{
    font-weight: 400;
    line-height: 19.5px;
}

.nav-category ul a {
    padding-left: 30px;
    font-size: 13px;
}

.parent_li li a{
    font-weight: 400;
    line-height: 19.5px;
}

.block-element.check-filters{
    line-height: 1.5;
    margin: 2px 0;
}

.nav-category li a:hover {
    color: #0093ea;
}

.parent_li li a:hover {
    color: #0093ea;
}

.icr.checked .icr__checkbox:before {
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 0;
    color: #53a318;
}

.icr.checked .icr__checkbox {
    border: 1px solid transparent;
}

.icr.checked .icr__text {
    font-weight: bold;
}

.badge_curles{
    display: inline-block;
    color: #888;
    line-height: 25px;
}

/* OVERLAY */
.gr-mobile-overlay{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0);
    pointer-events: none;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.gr-mobile-overlay.active{
    background-color: rgba(0,0,0,.3);
    pointer-events: auto;
}

.block-element.check-filters .gr-sidebar-label{
    color: #333;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 7px;
}

.block-element.check-filters>label:hover{
    color: #0185c6;
}

.panel.panel-default input[type="checkbox"]{
    position: absolute;
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    visibility: visible;
    padding: 0px;
    height: 20px;
    width: 20px;
    opacity: 0;        /* ovde --------- */
    cursor: pointer;
}

.withCheckbox label{
    padding-left: 2.2em;
    position: relative;
}

.withCheckbox label::before{
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #a5a8ab;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    pointer-events: none;
    text-align: center;
    line-height: 20px;
}

.panel.panel-default input[type="checkbox"]:checked+label span{
    font-weight: 600;
}

.panel.panel-default input[type="checkbox"]:checked+label::before{
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: normal;
    color: white;
    background-color: #53a318;
    border-color: #53a318;
    font-style: normal;
}
/* END of Sidebar */

/* Mobile Breadcrumbs */
.gr-mobile-breadcrumbs{
    display: none;
    height: 45px;
    background-color: #fff;
    padding-left: 10px;
    box-shadow: 0 0 5px #c3c3c3;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.gr-mobile-breadcrumbs>*{
    display: block;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
}

.gr-mobile-breadcrumbs__category{
    color: #999;
}

.gr-mobile-breadcrumbs__subcategory{
    color: #53a318;
    margin-left: 3px;
}

.gr-mobile-breadcrumbs>a{
    font-size: 30px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #53a318;
}

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

    .gr-mobile-breadcrumbs{
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
    }
}
/* END of Mobile Breadcrumbs */

/* Header Offset */
.headerOffset {
    padding-top: 157px;
}

@media screen and (max-width: 767px) {
    .headerOffset{
        padding-top: 165px;
    }
}

body.preventScrolling{
    height: 100%;
    position: fixed;
    overflow: hidden;
}

/* END of Frontend Navigation Fixes CSS */

#grouper-warning {
    padding: 10px 10px 10px 90px;
    background: #f1f1f1;
    border: 0px solid #53a318;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    width: 100%;
    position: relative;
    color: #141414;
    margin-top: 15px;
}

#grouper-warning .icon {
    background: url(/images/redesign/q100.png) 0 0 no-repeat;
    width: 56px;
    height: 58px;
    position: absolute;
    top: 16px;
    left: 17px;
}

 #grouper-travel-info {
     padding: 10px 10px 10px 90px;
     background: #f1f1f1;
     border: 0px solid #53a318;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 4px;
     width: 100%;
     position: relative;
     color: #141414;
     margin-top: 15px;
 }


 #grouper-travel-info .icon {
     background: url(/images/redesign/logo-hoteli.png) 0 0 no-repeat;
     width: 56px;
     height: 58px;
     position: absolute;
     top: 34px;
     left: 16px;
 }

 #mastercard-hamock-info {
     padding: 30px 30px 30px 150px;
     background: #F1D568;
     border: 0px solid #53a318;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 4px;
     width: 100%;
     position: relative;
     color: #141414;
     margin-top: 15px;
 }

 #mastercard-hamock-info .icon {
     background: url(https://bucket.mlcdn.com/a/1322/1322568/images/f75f237e575dbdf919a444d1fc656637b2328ac0.png) 0 0 no-repeat;
     background-repeat: no-repeat;
     background-size: 80px 80px;
     width: 120px;
     height: 80px;
     position: absolute;
     top: 15px;
     left: 16px;
 }

 #mastercard-info {
     padding: 30px 30px 30px 150px;
     background: #F1D568;
     border: 0px solid #53a318;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 4px;
     width: 100%;
     position: relative;
     color: #141414;
     margin-top: 15px;
 }

 #mastercard-info .icon {
     background: url(https://bucket.mlcdn.com/a/1322/1322568/images/dead69abb9f295ca6bc3bfb02c4f3134b05d35f7.png) 0 0 no-repeat;
     width: 120px;
     height: 80px;
     position: absolute;
     top: 15px;
     left: 16px;
 }

 #mastercard-outdoor-info {
     padding: 30px 30px 30px 200px;
     background: #f1f1f1;
     border: 0px solid #53a318;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 4px;
     width: 100%;
     position: relative;
     color: #141414;
     margin-top: 15px;
 }

 #mastercard-outdoor-info .icon {
     background: url(https://bucket.mlcdn.com/a/1322/1322568/images/1745794fb31d11f4fdce23200ace84804c41bb8f.png) 0 0 no-repeat;
     width: 160px;
     height: 90px;
     position: absolute;
     top: 15px;
     left: 16px;
 }


.nagradna-intro {
    background: #ed273f;
    color: #fff;
    padding: 15px 0 0;
}

.nagradna-intro h2 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    font-family: DINPro-Cond, serif;
    color: #ffffff;
}

.home-intro a {
    color: #ffffff;
}

.category-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid #53a318;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.category-top1 {
    padding: 10px;
}

.category-top1 .category-menu {
    width: 34%;
    display: inline-block;
    float: left;
}

@media (min-width: 768px) {
    .category-top1 .category-menu {
        width: 31%;
    }
}

.category-top1 .category-menu h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 15px;
    border-bottom: 1px solid #eee;
    color: #53a318;
}

@media (min-width: 768px) {
    .category-top1 .category-menu h2 {
        font-size: 17px;
        padding: 15px 0 25px;
    }
}

.category-menu ul {
    padding: 10px 0;
}

.category-menu ul li {
    padding: 5px 0;
}

@media (min-width: 768px) {
    .category-menu ul li {
        padding: 8px 0;
        font-size: 13px;
    }
}

.category-menu ul li a {
    color: #252525;
}

.category-menu ul li:hover a {
    color: #53a318;
}

.category-Slider {
    width: 63%;
    float: right;
}

@media (min-width: 768px) {
    .category-Slider {
        width: 67%;
    }
}

.category-Slider .categorySlider .owl-nav {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
}

.category-Slider .categorySlider .owl-next span {
    background: none;
    width: 40px;
    height: 60px;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-Slider .categorySlider .owl-next span:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.category-Slider .categorySlider .owl-next span:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-Slider .categorySlider .owl-prev span {
    background: none;
    width: 40px;
    height: 60px;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-Slider .categorySlider .owl-prev span:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.category-Slider .categorySlider .owl-prev span:after {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-bottom {
    width: 100%;
    float: left;
    margin: 0 1.2%;
}

.category-bottom .imageBox,
.category-bottom .whiteSection .featuredProducts .slide,
.whiteSection .featuredProducts .category-bottom .slide,
.category-bottom .mainContent .featuredProducts .slide,
.mainContent .featuredProducts .category-bottom .slide,
.category-bottom .productsContent .productBox,
.productsContent .category-bottom .productBox {
    width: 30.67%;
    margin: 0 1% 10px;
    display: inline-block;
    float: left;
}

.category-bottom .imageBox .productImage .productMasking ul,
.category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul,
.whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul,
.category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul,
.mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul,
.category-bottom .productsContent .productBox .productImage .productMasking ul,
.productsContent .category-bottom .productBox .productImage .productMasking ul {
    width: 96px;
    height: 26px;
    left: 54%;
}

.category-bottom .imageBox .productImage .productMasking ul li,
.category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li,
.whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li,
.category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li,
.mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li,
.category-bottom .productsContent .productBox .productImage .productMasking ul li,
.productsContent .category-bottom .productBox .productImage .productMasking ul li {
    padding: 0 2px;
}

.category-bottom .imageBox .productImage .productMasking ul li a,
.category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li a,
.whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li a,
.category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li a,
.mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li a,
.category-bottom .productsContent .productBox .productImage .productMasking ul li a,
.productsContent .category-bottom .productBox .productImage .productMasking ul li a {
    width: 26px;
    height: 26px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    line-height: 22px;
}

.category-bottom .imageBox .productImage .productMasking ul li a i,
.category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li a i,
.whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li a i,
.category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li a i,
.mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li a i,
.category-bottom .productsContent .productBox .productImage .productMasking ul li a i,
.productsContent .category-bottom .productBox .productImage .productMasking ul li a i {
    font-size: 12px;
}

.category-bottom .imageBox .productCaption h3,
.category-bottom .whiteSection .featuredProducts .slide .productCaption h3,
.whiteSection .featuredProducts .category-bottom .slide .productCaption h3,
.category-bottom .mainContent .featuredProducts .slide .productCaption h3,
.mainContent .featuredProducts .category-bottom .slide .productCaption h3,
.category-bottom .productsContent .productBox .productCaption h3,
.productsContent .category-bottom .productBox .productCaption h3 {
    font-size: 18px;
}

.featuredCollection.version2.version3 {
    margin-bottom: 40px;
}

.featuredCollection.version2.version3 .slide {
    background: transparent;
    height: auto;
}

.featuredCollection.version2.version3 .productImage {
    width: 100%;
    float: none;
}

.featuredCollection.version2.version3 .productImage1 {
    background-image: url("../img/home/featured-collection/product-img4.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.featuredCollection.version2.version3 .productImage2 {
    background-image: url("../img/home/featured-collection/product-img5.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.featuredCollection.version2.version3 .productCaption p {
    color: #666666;
}

.featuredCollection.version2.version3 .btn-border {
    border-color: #252525;
    margin-bottom: 30px;
}

.featuredCollection.version2.version3 .productCaption {
    width: 50%;
    position: absolute;
    bottom: 40px;
    right: 0;
    padding-right: 30px;
}


.imageBox,
.whiteSection .featuredProducts .slide,
.mainContent .featuredProducts .slide,
.productsContent .productBox {
    height: auto;
    display: block;
    margin-bottom: 40px;
}

.imageBox .productImage,
.whiteSection .featuredProducts .slide .productImage,
.mainContent .featuredProducts .slide .productImage,
.productsContent .productBox .productImage {
    position: relative;
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
}

.imageBox .productImage img,
.whiteSection .featuredProducts .slide .productImage img,
.mainContent .featuredProducts .slide .productImage img,
.productsContent .productBox .productImage img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.imageBox .productImage:hover img,
.whiteSection .featuredProducts .slide .productImage:hover img,
.mainContent .featuredProducts .slide .productImage:hover img,
.productsContent .productBox .productImage:hover img {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.imageBox .productImage .productMasking ul,
.whiteSection .featuredProducts .slide .productImage .productMasking ul,
.mainContent .featuredProducts .slide .productImage .productMasking ul,
.productsContent .productBox .productImage .productMasking ul {
    width: 157px;
    height: 42px;
}

.imageBox .productImage .productMasking ul li,
.whiteSection .featuredProducts .slide .productImage .productMasking ul li,
.mainContent .featuredProducts .slide .productImage .productMasking ul li,
.productsContent .productBox .productImage .productMasking ul li {
    padding: 0 4px;
}

.imageBox .productImage .productMasking ul li a,
.whiteSection .featuredProducts .slide .productImage .productMasking ul li a,
.mainContent .featuredProducts .slide .productImage .productMasking ul li a,
.productsContent .productBox .productImage .productMasking ul li a {
    width: 42px;
    height: 42px;
    padding: 0;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    background-color: transparent;
    line-height: 36px;
    -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;
}

.imageBox .productImage .productMasking ul li a i,
.whiteSection .featuredProducts .slide .productImage .productMasking ul li a i,
.mainContent .featuredProducts .slide .productImage .productMasking ul li a i,
.productsContent .productBox .productImage .productMasking ul li a i {
    -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;
    font-size: 14px;
    color: #ffffff;
}

.imageBox .productImage .productMasking ul li a:hover,
.whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover,
.mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover,
.productsContent .productBox .productImage .productMasking ul li a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.imageBox .productImage .productMasking ul li a:hover i,
.whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover i,
.mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover i,
.productsContent .productBox .productImage .productMasking ul li a:hover i {
    color: #53a318;
}

@media (min-width: 480px) {
    .imageBox .productImage,
    .whiteSection .featuredProducts .slide .productImage,
    .mainContent .featuredProducts .slide .productImage,
    .productsContent .productBox .productImage {
        width: 100%;
        height: auto;
    }
}

.imageBox:hover .productMasking,
.whiteSection .featuredProducts .slide:hover .productMasking,
.mainContent .featuredProducts .slide:hover .productMasking,
.productsContent .productBox:hover .productMasking {
    opacity: 1;
}

.imageBox:hover .productMasking ul,
.whiteSection .featuredProducts .slide:hover .productMasking ul,
.mainContent .featuredProducts .slide:hover .productMasking ul,
.productsContent .productBox:hover .productMasking ul {
    -webkit-animation: itemMove 0.3s linear;
    animation: itemMove 0.3s linear;
}

.imageBox .productCaption,
.whiteSection .featuredProducts .slide .productCaption,
.mainContent .featuredProducts .slide .productCaption,
.productsContent .productBox .productCaption {
    width: 100%;
    display: block;
}

.imageBox .productCaption h5,
.whiteSection .featuredProducts .slide .productCaption h5,
.mainContent .featuredProducts .slide .productCaption h5,
.productsContent .productBox .productCaption h5 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.imageBox .productCaption h5 a,
.whiteSection .featuredProducts .slide .productCaption h5 a,
.mainContent .featuredProducts .slide .productCaption h5 a,
.productsContent .productBox .productCaption h5 a {
    color: #252525;
}

.imageBox .productCaption h3,
.whiteSection .featuredProducts .slide .productCaption h3,
.mainContent .featuredProducts .slide .productCaption h3,
.productsContent .productBox .productCaption h3 {
    color: #c5c5c5;
    font-weight: 700;
    margin-bottom: 0;
}

.imageBox .productCaption .offer-price,
.whiteSection .featuredProducts .slide .productCaption .offer-price,
.mainContent .featuredProducts .slide .productCaption .offer-price,
.productsContent .productBox .productCaption .offer-price {
    font-size: 24px;
    font-weight: 700;
    color: #53a318;
    display: block;
    margin-bottom: 10px;
}

.imageBox .productCaption .regular-price,
.whiteSection .featuredProducts .slide .productCaption .regular-price,
.mainContent .featuredProducts .slide .productCaption .regular-price,
.productsContent .productBox .productCaption .regular-price {
    font-size: 18px;
    color: #c5c5c5;
    display: block;
    margin-bottom: 25px;
}

.masking-btn,
.whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn,
.mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn,
.productListSingle .media .media-left .maskingImage .viewBtn {
    width: 196px;
    min-height: 55px;
    border: 3px solid #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    -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;
    box-shadow: 0;
    border-radius: 0;
    padding: 0;
    line-height: 55px;
}

.masking-btn:hover,
.whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover,
.mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover,
.productListSingle .media .media-left .maskingImage .viewBtn:hover {
    background-color: #ffffff;
    color: #53a318;
}


.item1 {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    background: #fff;
}

.gr-item-baner__image--small .promotion {
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 10px;
    width: auto;
    border-radius: 2px;
    pointer-events: none;
    line-height: 14px;
}

.gr-item-baner__image--small .discount {
    background: #53a318;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "Cuprum", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    height: 100%;
    padding: 2px 3px;
    letter-spacing: 1px;
}

#clock-nedela-hrana {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 45%;
    left: 43%;
    color: #11310A;
    font-size: 3.0em;
    font-weight: bold;
}

#clock-nedela-hrana-page {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 62%;
    left: 29%;
    color: #11310A;
    font-size: 5.0em;
    font-weight: bold;
}

gr-mobile-overlay.active{
    background: transparent;
}


.green_icon i{
    color: #53a318;
}


div.white_bkg{
    background: #fff !important;
    padding-left: 0px !important;
}


.gr-mobile-nav.for_filter{
    background: #fff;
    border-bottom:.1em solid #dfdfdf;
}

.gr-mobile-nav.for_filter li{
     padding: 10px 20px; 
    background: #fff;
    border:0.1em solid #dedede;
    /* height: 80% !important; */
    margin-top: 7px;
    margin-left: 7px;
    height: auto;
    line-height: 1.2 !important;
    border-radius: 2px;
    color: #333;
}

.gr-mobile-nav.for_filter li.active_category{
    background: #53a318;
    border-color: #53a318;
    color: #fff;
}

.gr-mobile-nav.for_filter li i{
    color: #53a318;
}

.gr-mobile-nav.for_filter li.active_category a{
    color: #fff;
}

.gr-mobile-nav.for_filter li.active_category i{
    color: #fff;
}

.gr-mobile-nav.for_filter li a{
    font-size: 12px !important;
    color: #333;
}


.workinHours{
  padding-right: 6px; 
  color: green; 
  margin-left: -5px; 
  font-size: 14px;
}

.workinHours table{
    color: #333333;
}


.workinHours table tr td.days{
    text-align: left;
    background-color: white;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .workinHours table tr td.hours{
        padding-top: 10px;
        padding-bottom: 10px;
    }


.workinHours .rightGlyph{
  padding-left: 8px;
  vertical-align: middle;
}

span#open_close{
    margin-left: 5px;
}


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

    .workinHours table tr{
        border-bottom: none !important;
    }
}


form#refinement-form .panel-title .panel-collapse ul li a{
    color: #333;
    font-size: 13px;
}

form#refinement-form .panel-title .panel-collapse .panel-body > ul li{
    /*padding-left: 16px;*/
    margin-bottom: 7px;
}

form#refinement-form .panel-title .panel-collapse .panel-body > ul li.first{
    padding-left: 0px;
}

form#refinement-form .panel-title .panel-collapse .panel-body ul li.active_taxonomy{
    font-weight: 700;
}


#category_root_taxon li a:after{
    position: absolute;
    right: 10px;
    content: "";
    height: 1.8rem;
    top: 0;
    width: 1.8rem;
    transition: all .1s ease-in;
    border: 1px solid #efefef;
    border-radius: 50%;
    background-clip: content-box;
    height: 0;
    padding: .9rem;
    width: 0;
}

#category_root_taxon li.active_taxonomy a:after{
    background-color: #53a318;
    border-color:  #53a318;
    height: 2rem;
    padding: .2rem;
    width: 2rem;
}

#sticky-filter ul li.active_taxonomy a{
    color: #53a318;
    font-weight: 700;
}

#sticky-filter ul > li{
    position: relative;
}

#sticky-filter ul li{
    margin: 7px 0;
    padding: 2px 0 0;
}

#sticky-filter .checkbox-list > li{
    min-height: 30px;
}


.ecome-category .banner-thumb
{
 border: 1px solid #eaeaea;
 border-radius: 8px 8px 0 0;
 border-bottom: 0;
}

.ecome-category .cat-name
{
 font-size: 16px;
 padding-top: 10px;
 padding-left: 10px;
}

.ecome-category .cat-info
{
 position: relative;
 background-color: #f8f8f8;
 padding: 31px 27px 31px 32px;
 border-radius: 0 0 8px 8px;
 border: 1px solid #eaeaea;
}

.ecome-category .button
{
 letter-spacing: .025em;
 font-size: 12px;
 position: absolute;
 top: -19px;
 right: 10px;
 display: inline-block;
 height: 32px;
 line-height: 32px;
 border-radius: 38px;
 min-width: 122px;
 padding: 0 15px;
 text-align: center;
 color: #fff;
 background: #53a318;
 overflow: hidden;
}

.ecome-category .button::before
{
 position: absolute;
 top: 0;
 left: -100%;
 z-index: 2;
 display: block;
 content: '';
 width: 50%;
 height: 100%;
 background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
 background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
 -webkit-transform: skewX(-45deg);
 -moz-transform: skewX(-45deg);
 -o-transform: skewX(-45deg);
 -ms-transform: skewX(-45deg);
 transform: skewX(-45deg);
}

.ecome-category .cat-list
{
 padding-left: 0;
 list-style: none;
}

.ecome-category .cat-item
{
 font-size: 14px;
 line-height: 32px;
 padding-left: 16px;
 position: relative;
}

.ecome-category .cat-item::before
{
 content: '';
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 border-style: solid;
 border-width: 4px 5px;
 border-color: transparent transparent transparent #bfbfbf;
}

 .martfury-icon-box {
     position: relative;
 }
 .martfury-icon-box.icon_position-top-center {
     font-size: 16px;
     text-align: center;
 }
 .martfury-icon-box.icon_position-top-center .mf-icon-area {
     margin-bottom: 28px;
 }
 .martfury-icon-box.icon_position-top-center .box-img {
     min-height: 130px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }
 .martfury-icon-box.icon_position-top-center .box-title {
     font-weight: 500;
     margin-bottom: 17px;
     margin-top: 0;
 }
 .martfury-icon-box.icon_position-top-center .box-title a {
     color: #000;
 }
 .martfury-icon-box.icon_position-top-center .box-icon {
     font-size: 90px;
     color: #fcb800;
 }
 .martfury-icon-box.icon_position-left {
     font-size: 14px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 .martfury-icon-box.icon_position-left.text_center {
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }
 .martfury-icon-box.icon_position-left.text_right {
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
 }
 .martfury-icon-box.icon_position-left .box-wrapper {
     padding-left: 25px;
 }
 .martfury-icon-box.icon_position-left .box-icon {
     color: #fcb800;
     line-height: 1;
 }
 .martfury-icon-box.icon_position-left .box-icon i {
     font-size: 40px;
 }
 .martfury-icon-box.icon_position-left .box-title {
     font-size: 18px;
     font-weight: 500;
     margin-bottom: 0;
     margin-top: 0;
     color: #000;
 }
 .martfury-icon-box.icon_position-left .box-title a {
     color: #000;
 }
 .martfury-icon-box .box-url {
     color: #000;
     text-decoration: underline;
     margin-top: 23px;
     display: inline-block;
 }
 .martfury-icon-box .box-url:hover {
     color: #fcb800;
 }
 .martfury-icon-box-2 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 .martfury-icon-box-2 .box-item {
     font-size: 14px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding: 10px 30px;
     margin-bottom: 30px;
 }
 .martfury-icon-box-2 .box-item .box-content {
     padding-left: 25px;
 }
 .martfury-icon-box-2 .box-item .box-icon {
     color: #fcb800;
     line-height: 1;
 }
 .martfury-icon-box-2 .box-item .box-icon i {
     font-size: 40px;
 }
 .martfury-icon-box-2 .box-item .box-title {
     font-size: 18px;
     font-weight: 500;
     margin-bottom: 0;
     margin-top: 0;
 }
 .martfury-icon-box-2 .box-item .box-title a {
     color: #000;
 }
 .martfury-icon-box-2 .box-item:nth-child(4n+1) {
     -webkit-box-pack: start;
     -webkit-justify-content: start;
     -moz-box-pack: start;
     -ms-flex-pack: start;
     justify-content: start;
     width: 22%;
     padding-left: 0;
 }
 .martfury-icon-box-2 .box-item:nth-child(4n+2) {
     width: 28%}
 .martfury-icon-box-2 .box-item:nth-child(4n+3) {
     width: 28%}
 .martfury-icon-box-2 .box-item:nth-child(4n+4) {
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     width: 22%;
     padding-right: 0;
 }
 .martfury-icon-box-2.show-border .box-item {
     border-right: 1px solid rgba(45, 45, 45, .15);
 }
 .martfury-icon-box-2.show-border .box-item:nth-child(4n+4) {
     border-right: 0;
 }
 .martfury-icons-list ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }
 .martfury-icons-list ul li {
     padding: 10px 0;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     position: relative;
     margin-bottom: 0;
 }

 .icon-box-step {
     width: 1px;
     position: relative;
     min-width: 1px;
 }
 .martfury-icons-list ul .icon-box-step:after {
     position: absolute;
     top: -20px;
     right: 0;
     width: 1px;
     height: 60px;
     background-color: #dadada;
     content: ""}
 .martfury-icons-list ul .icon-box-step:last-child {
     display: none;
 }
 .martfury-icons-list.style-2 {
     background-color: #fff;
     padding: 25px 40px;
 }
 .martfury-button a {
     display: inline-block;
 }
 .martfury-button.color-dark a {
     padding: 0 25px;
     height: 50px;
     line-height: 50px;
     background-color: #fcb800;
     -webkit-transition: all .5s;
     transition: all .5s;
     color: #000;
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     border: 0;
 }
 .martfury-button.color-dark a:hover, .martfury-button.color-dark a:focus, .martfury-button.color-dark a:active {
     outline: 0;
 }
 .martfury-button.color-dark a:hover {
     color: #000;
 }
 .martfury-button.color-dark a:hover, .martfury-button.color-dark a:focus, .martfury-button.color-dark a:active {
     outline: 0;
 }
 .martfury-button.color-dark a:hover {
     color: #000;
 }
 .martfury-button.color-white a {
     padding: 0 25px;
     height: 50px;
     line-height: 50px;
     background-color: #fcb800;
     -webkit-transition: all .5s;
     transition: all .5s;
     color: #000;
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     border: 0;
     background-color: #8a0;
     color: #fff;
 }
 .martfury-button.color-white a:hover, .martfury-button.color-white a:focus, .martfury-button.color-white a:active {
     outline: 0;
 }


 /*shopiing-cart new design start*/
 .shopping_cart_page{
        font-family: 'Ubuntu', sans-serif;
    }
    
    .shopping_cart_page h3{
        padding-left: 15px;
    }
    .shopping_cart_page .company_all_items, .shopping_cart_page .delvery_address_div{
        border:1px solid #efefef;
        padding: 20px 20px 10px 20px;
        margin-bottom: 20px;
    }
    .shopping_cart_page .company_all_items .company_item{
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #efefef;
        padding: 15px 0px;
    }

    .shopping_cart_page .company_all_items .company_item:last-child{
        border-bottom: 0;
        padding-bottom: 0;
    }

    .shopping_cart_page .company_all_items .company_item:first-child{
        padding-top: 0;
    }


    .company_item_left{
    }

    .shopping_cart_page .company_item_left{
        width: 100%;
        float: left;
    }
    
    .shopping_cart_page .company_item_left p:last-child{
        color: #999;
    }
    .shopping_cart_page .company_item_left p:last-child .quantity{
        color: #333;
    }

     .shopping_cart_page .company_item_left p:first-child{
         color: #333333;
     }
    

    .shopping_cart_page .company_delivery {
        padding: 0 10px;
    }
     
    .shopping_cart_page .company_delivery{
        margin-top: -7px;
    }
    .shopping_cart_page .company_delivery p, .shopping_cart_page .discount_code p {
        font-size: 13px;
        color: #999;
        padding-top: 10px;
        font-weight: 400;
    }


    .shopping_cart_page .discount_code .final-price{
        color: #333;
        font-weight: 400;
    }
    .shopping_cart_page .delvery_address_div{
        padding: 30px;
    }
    
    .shopping_cart_page .delvery_address_div p:first-child{
        color:#333;
    }

    

    .shopping_cart_page input[type=checkbox] + label:after, .shopping_cart_page input[type=checkbox] + label:before, .shopping_cart_page input[type=radio] + label:after, .shopping_cart_page input[type=radio] + label:before{
        display: block;
        position: absolute;
        content: "";
        height: 1.8rem;
        top: 10%;
        left: 0;
        width: 1.8rem;
        transition: background-color .1s ease-in,transform .1s ease-in,border-color .1s ease-in;
        transition: background-color .1s ease-in,transform .1s ease-in,border-color .1s ease-in,-webkit-transform .1s ease-in;
    }

    .shopping_cart_page input[type=radio] + label:after {
        height: 1.2rem;
        margin: .3rem;
        width: 1.2rem;
    }

    

    .shopping_cart_page .total_div{
        border-top: 1px solid #dfdfdf;
        margin:0 -30px;
        margin-top: 30px;
        padding: 15px 15px 0 15px;
    }
    .shopping_cart_page .total_div p{
        color: #666 !important;
        font-weight: 600;

    }

    
    .shopping_cart_page .total_div p.total{
        color: #53a318 !important;
    }

    .shopping_cart_page .delvery_address_div.pay_option{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .shopping_cart_page .final_pay button{
        width: 100%;
        border-radius: 3px;
        background: #53a318;
        border: 0px;
        outline: none;
        color: #fff;
        font-size: 20px;
        padding: 10px 5px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .img-rounded{
        border-radius: 2px;
    }

    .noTopPadding{
        padding-top: 0px !important;
        margin:0 !important;
    }

    .pT10{
        padding-top: 10px;
    }


    .pt25{
        padding-top: 25px !important;
    }

    .pt15{
        padding-top: 15px !important;
    }

    .mt30{
        margin-top: 30px;
    }

     .mt25{
         margin-top: 25px;
     }

    .items_in_cart{
        margin:0;
        padding: 0;
    }

    a.more{
        font-size: 15px;
        padding-top: 30px;
        color: #53a318;
    }

    .shopping_cart_page .company_name{
        color: #999;
        border-bottom: 1px solid #efefef;
    }
    .shopping_cart_page .company_name a{
        font-size: 11px;
        font-weight: 600;
        color: #999;
        float: right;
    }

    .shopping_cart_page .shopping_company{
        color: #333;
    }


    p.total_text{
        font-size: 17px;
    }


    p.total{
        color: #53a318;
        font-weight: bold;
    }


    .delivery {
        position: relative;
        text-align: left;
        padding-top: 15px;
    }

    .shoping-cart{
        position: relative;
        text-align: left;
        padding-top: 0px;
    }

    .delivery p{
        display: inline;
        padding-left: 30px;
    }

    .checkout p{
        display: inline-block;
    }


    .shopping_cart_page input[type=checkbox], .shopping_cart_page input[type=radio]{
        left: 0;
        opacity: 0;
        position: absolute;
    }


    .company_item a{
        font-size: 10px;
    }

    .mainDivPosRel{
        position: relative;
    }



    input.qty_input{ 
        text-align: center;
        border: none; 
        outline: none;
        height: 30px; 
        width: 33px;
        -moz-appearance: textfield;
    }

    .input-group-prepend{
        display: inline;
    }


    .input-group-prepend i{
        color: #909497;
    }

    .input-group-prepend button{
        background: #E5E7E9;
        outline: none !important;
        border-radius: 50%;
    }

    .company_item_left p:first-child{
        overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       line-height: 19px;     /* fallback */
       max-height: 38px;      /* fallback */
       -webkit-line-clamp: 2; /* number of lines to show */
       -webkit-box-orient: vertical;
    }

   

    div.showDiv{
        background: #FFFFFF;
        color: #363636;
        height: 100%;
        width: 100%;
        position: absolute;
        display: none;
        z-index: 200;
    }


    a.modalYesButton{
        background: #53a318;
        color: #FFF;
        font-size: 12px;
        border-radius: 2px;
    }

    a.modalNoButton{
        background: transparent;
        color: #363636;
        border: 1px solid #00B51B;
        font-size: 12px;
        border-radius: 2px;
    }

    a.modalYesButton:hover,
    a.modalYesButton:active,
    a.modalYesButton:focus{
        color: #FFF;
    }


    .itemImg{
        background-image: url("https://cdn.thewirecutter.com/wp-content/uploads/2017/08/windshield-wipers-2x1-fullres--1024x512.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 50%;
        height: 80px;
        max-height: 80px;
        border-radius: 2px;
    }

    #loading-img {
        background: url(images/gif/loader.gif) center center no-repeat;
        background-size: 80px;
        height: 100%;
        z-index: 9999;
    }

    .overlay {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }   




/*shoping-cart new design end*/


/*checkout new design start*/


    .checkout_page .company_all_items, .checkout_page .delvery_address_div{
        border:1px solid #efefef;
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .checkout_page .company_all_items .company_item{
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #efefef;
        padding: 15px 20px;
    }

    .checkout_page .company_all_items .company_item:last-child{
        border-bottom: 0;
        padding-bottom: 0;
    }

    .checkout_page .company_all_items .company_item:first-child{
        padding-top: 0;
    }

    .checkout_page .company_item_left{
        width: 70%;
        float: left;
    }
    .checkout_page .company_item_right{
        width: 30%;
        float: right;
        text-align: right;
        padding-top: 9px;
    }
    .checkout_page .company_item_left p:last-child{
        color: #999;
    }
     .checkout_page .company_item_left p:first-child{
         color: #333;
     }
    .checkout_page .company_item_left p:last-child .quantity{
        color: #333;
    }

    .checkout_page .company_item_right p{
        color: #999;
        font-size: 16px;
    }

    .checkout_page .company_delivery {
        padding: 0 10px;
    }
     .checkout_page .discount_code{
        padding:0 20px;
     }
    .checkout_page .company_delivery{
        margin-top: -7px;
    }
    .checkout_page .company_delivery p, .checkout_page .discount_code p {
        font-size: 14px;
        color: #999;
        padding-top: 22px;
        font-weight: 600;
    }

    .checkout_page .borderB{
        border-bottom: 1px solid #efefef;
    }

    .checkout_page .borderB:last-child{
        border-bottom: 0;
        margin-bottom: -10px;
    }

    .checkout_page .discount_code .final-price{
        color: #333;
        font-weight: 700;
    }
    .checkout_page .delvery_address_div{
        padding: 30px;
    }
    .checkout_page .delvery_address_div p{
        color:#999;
    }
    .checkout_page .delvery_address_div p:first-child{
        color:#333;
    }

    .checkout_page input[type=checkbox], .checkout_page input[type=radio]{
        opacity: 0;
        position: absolute;
    }


    .checkout_page input[type=checkbox] + label:after, .checkout_page input[type=checkbox] + label:before, .checkout_page input[type=radio] + label:after, .checkout_page input[type=radio] + label:before{
        display: block;
        position: absolute;
        content: "";
        height: 1.8rem;
        top: 42%;
        left: 0;
        width: 1.8rem;
        transition: background-color .1s ease-in,transform .1s ease-in,border-color .1s ease-in;
        transition: background-color .1s ease-in,transform .1s ease-in,border-color .1s ease-in,-webkit-transform .1s ease-in;
    }

    .checkout_page input[type=radio] + label:after {
        height: 1.2rem;
        margin: .3rem;
        width: 1.2rem;
    }

     .delivery{
     padding-top: 0px
    }
    button#sendMessage {
        right: 18px;
        top: 55px;
    }

    /*moved the radio inputs from address 35px down code*/
    .current-address-container input[type=radio] + label:after, .current-address-container input[type=radio] + label:before, .current-address-container input[type=radio] + label:before{
      display: block;
      position: absolute;
      content: "";
      height: 1.8rem;
      top: 35px;
      left: 0;
      width: 1.8rem;
      transition: background-color .1s ease-in,transform .1s ease-in,border-color .1s ease-in;
      transition: background-color .1s ease-in,transform .1s ease-in,border-color .1s ease-in,-webkit-transform .1s ease-in;
     }

       .current-address-container input[type=radio] + label:after{
        height: 1.2rem;
        transform: scale(0);
        width: 1.2rem;
      }

      .current-address-container input[type=radio]:checked + label:after {
        background-color: #53a318;
        transform: scale(1);
      }
    /*moved the radio inputs from address 35px down code*/

    .checkout_page .delvery_address_div label{
        padding-left: 30px;
    }

    .checkout_page .delvery_address_div a{
        color: #999;
        font-weight: 600;
    }

    .checkout_page .total_div{
        border-top: 1px solid #efefef;
        margin:0 -30px;
        margin-top: 30px;
        padding: 15px 15px 0 15px;
    }
    .checkout_page .total_div p{
        color: #666 !important;
        font-weight: 600;

    }

    .checkout_page .total_div p.total, .checkout_page .total_div p.total_text{
        font-size:18px;
    }
    .checkout_page .total_div p.total{
        color: #53a318 !important;
    }

    .checkout_page .delvery_address_div.pay_option{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .checkout_page .final_pay button{
        width: 80%;
        margin-left: 10%;
        border-radius: 3px;
        background: #53a318;
        border: 0px;
        outline: none;
        color: #fff;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 22px;
        padding: 10px 5px;
        margin-bottom: 15px;
    }

    .noTopPadding{
        padding-top: 0px !important;
        margin:0 !important;
    }

    .pT10{
        padding-top: 10px;
    }


    .pt25{
        padding-top: 25px !important;
    }

    .pt15{
        padding-top: 15px !important;
    }


    .pb10{
        padding-bottom: 10px;
    }


    .addresDiv,
    .shipping_address select{
        font-size: 14px;
    }


    #add-address{
        padding: 0px 20px;
    }


    #address-span{
        color: red; 
    }


    .shipping_address input[type=submit]{
        width: 46%;
    }

    .delete_address{
        width: 46%;
        text-align: center;
    }


    .change_current_address, 
    .change_current_address:focus, 
    .change_current_address:active, 
    .btn_add_new_address, 
    .btn_add_new_address:focus, 
    .btn_add_new_address:active{
        color: #53a318;
    }

    .change_current_address{
        margin-top: 25px;
    }


    select.city_select{
        padding-left: 10px;
    }
/*checkout new design end*/



   

  @media screen and (max-width: 425px){
    .delivery p{
        display: inline;
    }

    .change_current_address{
        margin-top: 30px !important;
    }
    .shipping_address input[type=submit]{
        padding: 10px 20px;
    }
  }

 .material-icons.logo_grey { color: #393c4a; }

 .material-icons.md-18 { font-size: 18px; }
 .material-icons.md-24 { font-size: 24px; }
 .material-icons.md-36 { font-size: 36px; }
 .material-icons.md-48 { font-size: 48px; }