/*  *** Main menu style *** */

:root{
    /* Menu Colors */
    --nb-menu-color: var(--nb-color-white); /* Menja se boja pozadine menija, crna ili bela boja */
    --nb-menu-spec-color: var(--nb-spec-color); /* Ova boja se menja, karakteristicna boja sajta */
    --nb-menu-first-level-color: var(--nb-color-black); /* Ukoliko je boja menija bela, ova boja treba da bude crna i suprotno */

    --nb-menu-item-color: var(--nb-color-white); /* Uvek bela */
    --nb-menu-hover-color: var(--nb-color-black); /*uvek crna*/

    --nb-mobile-menu-width: 300px;
}

/*Stil za mobilni heder*/
.nb-mobile-favorite{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.nb-mobile-favorite .nb-img-wrapper .nb-img,
.nb-mobile-cart .nb-img-wrapper .nb-img{
    filter: invert();
}

.nb-mobile-favorite .nb-item,
.nb-mobile-cart .nb-item{
    align-items: center;
}

.nb-mobile-cart{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}



/* User actions links */
.wsmenu .nb-nav-header-items,
.wsmenu .nb-header-user-actions{
    display: none;
}

.wsmenu .cl {
    clear: both;
}

.wsmenu img,
object,
embed,
video {
    border: 0 none;
    max-width: 100%;
}

.wsmenu a:focus {
    outline: none;
}

.wsmenu:before,
.wsmenu:after {
    content: "";
    display: table;
}

.wsmenu:after {
    clear: both;
}

/* ================== Desktop Main Menu CSS ================== */
.headerfull {
    width: 100%;
    height: 47px;
    position: relative;
    /*border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);*/
    /*border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);*/
    /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);*/
    /*-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);*/
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);*/
}

.wsmainfull {
    width: 100%;
    height: 70px;
    position: relative;
}

.wsmainwp {
    margin: 0 auto;
    max-width: 1400px;
}

.smllogo {
    padding: 9px 0px 0 16px;
    margin: 0;
    float: left;
    width: 6%;
}

.smllogo a {
    display: block;
    /*float: left;*/
    padding: 0;
}

.wsmain {
    width: 100%;
    margin: 0 auto;
    /*padding: 0 10px;*/
    /*max-width: calc(var(--nb-container-width) + var(--nb-gutter-x));*/
}

.wsmenu {
    width: 100%;
    float: left;
    font-family: var(--nb-body-font-family);
    color: var(--nb-color-white);
    position: relative;
    font-size: 13px;
    padding: 0;
    display: block;
    margin: 0;
    /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}

.wsmenu>.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0;
}

.wsmenu .nb-nav-header-items,
.wsmenu .nb-header-user-actions{
    display: none;
}


/*form*/

.wsmenu>.wsmenu-list>li.rightmenu .nb-form {
    width: 320px;
}

.wsmenu>.wsmenu-list>li.rightmenu .product-search-form-2 .nb-search-popup-wrapper,
.wsmenu>.wsmenu-list>li.rightmenu .product-search-form .nb-search-popup-wrapper{
    top: 42px;
}

.wsmenu>.wsmenu-list>li.rightmenu {
    float: right;
    padding-top: 6px;
    zoom: 1;
}

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .searchicon {*/
/*    -webkit-transition: all 0.7s ease 0s;*/
/*    -moz-transition: all 0.7s ease 0s;*/
/*    -o-transition: all 0.7s ease 0s;*/
/*    transition: all 0.7s ease 0s;*/
/*}*/

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .nb-input{
    background: #f7f7f7;
    border-color: transparent;
    height: 32px;
}

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {*/
/*    position: relative;*/
/*    float: right;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    border: 0;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    text-indent: 15px;*/
/*    height: 39px;*/
/*    z-index: 2;*/
/*    outline: none;*/
/*    color: #333;*/
/*    background-color: #efefef;*/
/*    !*-webkit-transition: all 0.7s ease 0s;*!*/
/*    !*-moz-transition: all 0.7s ease 0s;*!*/
/*    !*-o-transition: all 0.7s ease 0s;*!*/
/*    !*transition: all 0.7s ease 0s;*!*/
/*    font-size: 12px;*/
/*}*/

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input::placeholder {*/
/*    color: #a9a9a9;*/
/*}*/

/*!*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {*!*/
/*!*    color: #333;*!*/
/*!*    width: 230px;*!*/
/*!*}*!*/

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle i {*/
/*    color: #000;*/
/*    opacity: 1;*/
/*}*/

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {*/
/*    opacity: 1;*/
/*    z-index: 3;*/
/*    color: #FFFFFF;*/
/*}*/

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle {*/
/*    top: 0;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 40px;*/
/*    line-height: 30px;*/
/*    cursor: pointer;*/
/*    opacity: 0.3;*/
/*    color: #333;*/
/*    z-index: 1000;*/
/*    background-color: transparent;*/
/*    border: solid 0;*/
/*    !*-webkit-transition: all 0.7s ease 0s;*!*/
/*    !*-moz-transition: all 0.7s ease 0s;*!*/
/*    !*-o-transition: all 0.7s ease 0s;*!*/
/*    !*transition: all 0.7s ease 0s;*!*/
/*}*/

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle i {*/
/*    line-height: 37px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    text-align: center;*/
/*}*/

/*.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle:hover i {*/
/*    opacity: 1;*/
/*}*/



.wsmenu>.wsmenu-list {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0;
    position: relative;
}

.wsmenu>.wsmenu-list>li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.wsmenu>.wsmenu-list>li>.navtext {
    line-height: 16px;
    text-align: right;
    padding: 15px 20px;
    margin: 0;
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    text-decoration: none;
    position: relative;
}

.wsmenu>.wsmenu-list>li a.menuhomeicon {
    padding: 7px 0 7px 0;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    content: "\f078";
    font-family: var(--nb-body-font-family);
    font-weight: 900;
    font-size: 9px;
    line-height: 10px;
    margin-left: 0px;
    position: relative;
    right: -7px;
    text-align: right;
    top: 1px;

}

.wsmenu>.wsmenu-list>li>.navtext>span {
    display: block;
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    line-height: 16px;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}

.wsmenu>.wsmenu-list>li .nb-third-level.third-level-1.wsmegamenu,
.wsmenu>.wsmenu-list>li .nb-third-level.third-level-2.wsmegamenu,
.wsmenu>.wsmenu-list>li .nb-fourth-level.fourth-level-1.wsshoptabing,
.wsmenu>.wsmenu-list>li .nb-fourth-level.fourth-level-2.wsshoptabing,
.wsmenu>.wsmenu-list>li .nb-third-level.third-level-1.wsshoptabing{
    top: 46px;
}

.wsmenu>.wsmenu-list>li a:hover .arrow:after {
    border-top-color: var(--nb-border-color);
}

.wsmenu>.wsmenu-list>li a.active .arrow:after {
    border-top-color: var(--nb-border-color);
}

.wsmenu>.wsmenu-list>li:hover>a .arrow:after {
    border-top-color: var(--nb-border-color);
}

/* Main Search Bar CSS*/
.wsmenu>.wsmenu-list>li.wssearchbar {
    width: 40%;
    float: left;
    padding-left: 15px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch {
    float: right;
    width: 100%;
    height: 42px;
    position: relative;
    margin: 9px 0 0 0;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.searchicon {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
    width: 60%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    font-size: 12px;
    height: 42px;
    z-index: 2;
    outline: none;
    color: #7d7d7d;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
    color: #fff;
    opacity: 0.9;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.searchicon {
    opacity: 1;
    z-index: 3;
    color: #FFFFFF;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
    top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    z-index: 1000;
    border: solid 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle>i {
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #9c9c9c;
}

/* My Account Dropdown */
.wsmenu>.wsmenu-list>li>ul.second-level.sub-menu {
    position: absolute;
    top: 46px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 190px;
    background-color: #fff;
    border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount {
    float: right;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    display: block;
    padding: 0 24px 0 24px;
    line-height: 59px;
    text-decoration: none;
    position: relative;
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
    display: inline-block;
    font-size: 13px;
    line-height: inherit;
    margin-right: 11px;
    vertical-align: middle;
}

/* Main Menu Cart Icon*/
.wsmenu>.wsmenu-list>li.wscarticon {
    float: right;
    clear: right;
}

.wsmenu>.wsmenu-list>li.wscarticon>a {
    display: block;
    color: var(--nb-menu-first-level-color);
    padding: 0 26px 0 22px;
    line-height: 59px;
    text-decoration: none;
    position: relative;
}

.wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
    display: none;
}

.wsmenu>.wsmenu-list>li.wscarticon a {
    padding: 0 27px 0 23px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list>li.wscarticon a i {
    font-size: 16px;
}

.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
    position: absolute;
    top: 14px;
    right: 21px;
    width: 17px;
    height: 17px;
    background-color: #DA4B38;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    font-style: normal;
    line-height: 16px;
    color: #fff;
}

.wsmenu>.wsmenu-list>li.wscarticon i {
    display: inline-block;
    font-size: 13px;
    line-height: inherit;
    margin-right: 2px;
    color: var(--nb-menu-first-level-color);
}

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
    display: none;
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden;
}

.wsmenu .wsmenu-click {
    display: none;
}

.wsmenu .wsmenu-click02 {
    display: none;
}

.wsmenu .wsmenu-click03 {
    display: none;
}

.hometext {
    display: none;
}
.wsmenu-list li:hover .navtext span{
    position: relative;
}


.wsmenu-list li:hover .navtext span::before{
    content: '';
    position: absolute;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-color: var(--nb-spec-color);
    bottom: -15px;
}

/* Opcija bloka */

.header-menu-1.nb-full-width-menu .wsmenu,
.header-menu-1.nb-full-width-menu .wsmenu-list{
    position: static;
}

.header-menu-1 .nb-footer-menu {
    display: none !important;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

    /*================== Mobile Base CSS ================== */
    html {
        overflow: hidden;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }

    body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body.wsactive {
        overflow: hidden;
    }

    .header-menu-1{
        margin: 0 calc(-1 * var(--nb-gutter-x) / 2);
    }

    .wsmenu-list li:hover .navtext span::before{
        content: unset;
    }
    /* User actions links */
    .wsmenu .nb-nav-header-items,
    .wsmenu .nb-header-user-actions{
        margin-left: calc(var(--nb-mobile-menu-width) * -1);
        display: block;
        width: var(--nb-mobile-menu-width);
        webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .wsactive .wsmenu .nb-nav-header-items,
    .wsactive .wsmenu .nb-header-user-actions{
        margin-left: 0;
    }

    .wsmainfull {
        height: 0;
    }


    .wsmenu .nb-nav-header-items .nb-list-wrapper,
    .wsmenu .nb-header-user-actions .nb-list-wrapper{
        list-style: none;
        padding: 0;
    }

    .wsmenu .nb-nav-header-items .nb-list-wrapper,
    .wsmenu .nb-header-user-actions .nb-list-wrapper{
        margin-bottom: 0;
    }

    .wsmenu .nb-header-user-actions .nb-list-wrapper > .nb-item:first-child{
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .wsmenu .nb-nav-header-items .nb-list-wrapper .nb-item,
    .wsmenu .nb-header-user-actions .nb-list-wrapper .nb-item{
        display: flex;
        align-items: center;
        padding: 15px 20px 15px 18px;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        font-size: 14px;
        background: var(--nb-bg-secondary);
        color: var(--nb-text-color-primary);
    }

    .wsmenu .nb-nav-header-items .nb-item{
        padding: 30px 20px 30px 18px;
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .wsmenu .nb-nav-header-items .nb-img-wrapper .nb-img{
        filter: invert();
    }


    /* ================== Mobile Main Menu CSS ================== */
    .smllogo {
        display: none;
    }

    .wsmain {
        margin: 0px;
        background-color: transparent;
    }

    .wsmenu {
        width: 100%;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0px;
        border-left: none;
    }

    .wsmenu>.wsmenu-list {
        height: auto;
        min-height: 100%;
        width: var(--nb-mobile-menu-width);
        background: #fff;
        padding-bottom: 0;
        margin-left: calc(var(--nb-mobile-menu-width) * -1);
        display: block;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: static;
    }

    .wsmenu>.wsmenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }

    .wsmenu>.wsmenu-list>li:has(.menuhomeicon){
        display: none;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        .wsmenu>.wsmenu-list>li:last-child {
            padding-bottom: 110px;
        }
    }

    .wsmenu>.wsmenu-list>li>a {
        padding: 9px 32px 9px 18px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #666666;
        line-height: 25px;
        border-bottom: 1px solid;
        position: static;
    }

    .wsmenu>.wsmenu-list>li>.navtext {
        padding-left: 18px;
    }

    .wsmenu>.wsmenu-list>li.wscarticon a {
        padding-left: 18px;
    }

    .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
        padding-left: 18px;
    }

    .wsmenu>.wsmenu-list>li>a>i {
        font-size: 16px;
        color: #bfbfbf;
    }

    .wsmenu>.wsmenu-list>li.wscarticon a i {
        margin-right: 7px;
        font-size: 15px;
    }

    .wsmenu>.wsmenu-list>li>a .wsarrow:after {
        display: none;
    }

    .wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
        display: inline-block;
        right: auto;
        left: 27px;
    }

    .wsmenu>.wsmenu-list>li:hover>a {
        background-color: rgba(0, 0, 0, 0.08);
        text-decoration: none;
    }

    .wsmenu>.wsmenu-list>li>a>.hometext {
        display: inline-block;
    }

    .wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
        display: inline-block;
    }

    .wsmenu>.wsmenu-list>li.wssearchbar {
        display: none;
    }

    /* Mobile Search Bar*/
    .wsmenu>.wsmenu-list>li.rightmenu{
        display: none;
    }

    .wsmenu>.wsmenu-list>li.wscarticon {
        float: none;
    }

    .wsmenu>.wsmenu-list>li.wsshopmyaccount {
        float: none;
    }

    .wsmenu>.wsmenu-list>li.wscarticon a {
        text-align: left;
        font-size: 13px;
    }

    /* ================== Mobile Dropdown CSS ================== */
    .wsmenu>.wsmenu-list>li>ul.second-level.sub-menu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #fff;

        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }

    .wsmenu>.wsmenu-list>li>ul.second-level.sub-menu>li>a,
    .wsmenu>.wsmenu-list>li>ul.second-level.sub-menu>li>ul.sub-menu>li>a{
        line-height: 20px;
        font-size: 13px;
        padding: 13px 0 13px 16px;
        color: #6e6e6e;
        border-bottom: solid 1px rgba(0, 0, 0, 0.13);
    }

    .wsmenu>.wsmenu-list>li>ul.second-level.sub-menu>li span+a {
        padding-right: 30px;
    }

    .wsmenu>.wsmenu-list>li>ul.second-level.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666666;
        text-decoration: underline;
    }

    .wsmenu>.wsmenu-list>li>ul.second-level.sub-menu li:hover>a {
        background-color: #e7e7e7;
        color: #666666;
    }

    /* ================== Mobile Mega Menu CSS  ================== */
    .wsmenu>.wsmenu-list>li>.wsmegamenu {
        background-color: #fff;
        padding-top: 5px;
        color: #666666;
        display: none;
        position: relative;
        top: 0px;
        padding: 8px 0px 8px 0px;
        border: solid 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        -webkit-transform-style: flat;
    }


    /* ================== Mobile Header CSS ================== */
    .wsmobileheader {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        height: 60px;
        background-color: #eaecf0;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        /*box-shadow: 0 0 1px rgba(0, 0, 0, .3);*/
    }

    .wsactive .wsmobileheader {
        margin-left: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .wsmobileheader>.smllogo {
        display: block;
        width: 100%;
        margin: 7px auto 0px auto;
        float: none;
        padding-left: 0px;
    }

    .wsmobileheader>.smllogo .nb-img{
        max-width: 125px;
    }

    .mobiletext {
        display: inline-block;
    }

    /*Mobile Search Bar*/
    .wsmobileheader .wssearch .mobile-search-button .nb-icon.custom-img.mob-search {
        background-color: transparent;
        z-index: 1000;
        position: absolute;
        top: 0;
        left: 30px;
        padding: 20px 22px;
        cursor: pointer;
    }

    /*.wsmobileheader .wssearch i {*/
    /*    font-size: 18px;*/
    /*    color: #9196a0;*/
    /*}*/

    .wsmobileheader .wssearchform {
        display: none;
        position: absolute;
        width: 100%;
        height: 50px;
        top: 48px;
        left: 0;
        padding: 13px 15px;
        cursor: default;
    }

    .wsmobileheader .wssearchform .product-search-form-2,
    .wsmobileheader .wssearchform .product-search-form{
        display: none;
    }

    /*.wsmobileheader .wssearch.wsopensearch {*/
    /*    width: 100%;*/
    /*    background-color: var(--nb-menu-color);*/
    /*}*/



    /*.wsmobileheader .wssearch.wsopensearch .nb-icon{*/
    /*    display: none;*/
    /*}*/

    /*.wsmobileheader .wssearch.wsopensearch .product-search-form{*/
    /*    display: block;*/
    /*}*/


    /*.wsmobileheader .wssearch .product-search-form  {*/
    /*    display: none;*/

    /*}*/

    .wsmobileheader .wssearchform form {
        display: block;
        position: relative;
    }

    /*.wsmobileheader .wssearchform form:before {*/
    /*    content: "\f002";*/
    /*    font-family: "Font Awesome 5 Free";*/
    /*    font-weight: 900;*/
    /*    left: 12px;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    color: #777777;*/
    /*    height: 34px;*/
    /*    line-height: 36px;*/
    /*    font-size: 15px*/
    /*}*/

    .wsmobileheader .wssearchform input {
        width: 100%;
        height: 34px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: solid 0px;
        margin: 0px;
        line-height: 18px;
        padding: 0px;
        display: block;
    }

    .wsmobileheader .wssearch.wsopensearch {
        left: 0px;
        right: auto;
        width: 100%;
        height: 60px;
    }

    .wsmobileheader .wssearch i.wsclosesearch {
        display: none;
    }

    .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
        display: inline-block;
        float: right;
        font-size: 23px;
    }

    .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
        display: inline-block;
        float: right;
        font-size: 23px;
    }
    .wsmobileheader .wssearch.wsopensearch .headlines-slider{
        display: none;
    }

    .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
        display: none;
    }

    /* Mobile Toggle Menu icon (X ICON) */
    .wsanimated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .wsanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0px;
        margin: 12px 0 0 15px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 12px;
        background: var(--nb-text-color-primary);
        position: absolute;
        display: block;
        content: '';
    }

    .wsanimated-arrow span:before {
        top: -7px;
        width: 20px;
    }

    .wsanimated-arrow span:after {
        bottom: -7px;
        width: 20px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
        transition: all 500ms ease-in-out;
    }

    .wsactive .wsanimated-arrow span:after {
        width: 20px;
        top:0;
    }

    .wsactive .wsanimated-arrow span {
        background-color: transparent;
    }

    .wsactive .wsanimated-arrow span:before,
    .wsactive .wsanimated-arrow.active span:after {
        top: 0;
    }

    .wsactive .wsanimated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }

    .wsactive .wsanimated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    /* ================== Mobile Overlay/Drawer CSS ================== */
    .wsmenu>.overlapblackbg {
        right: 0;
        width: calc(100% - var(--nb-mobile-menu-width));
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }

    .wsactive .wsmenu>.overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
    }

    .wsmenucontainer {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .wsactive .wsmenucontainer {
        margin-left: var(--nb-mobile-menu-width);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .wsactive .wsmenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 60px;
    }

    .wsactive .wsmenu>.wsmenu-list {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin-left: 0;
    }

    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        /*border-left: 1px solid;*/
        cursor: pointer;
        display: block;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        display: block;
        height: 8px;
        width: 8px;
        float: right;
        transform: rotate(45deg);
        margin: 17px 21px 0 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
        content: "";
        width: 100%;
        height: 100%;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.40);
        transition: 0.2s ease;
        display: block;
        transform-origin: 100% 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
        transform: rotate(-45deg);
        margin-top: 23px;
    }

    .wsmenu>.wsmenu-list>li .nb-third-level.third-level-1.wsmegamenu,
    .wsmenu>.wsmenu-list>li .nb-third-level.third-level-2.wsmegamenu,
    .wsmenu>.wsmenu-list>li .nb-fourth-level.fourth-level-1.wsshoptabing,
    .wsmenu>.wsmenu-list>li .nb-fourth-level.fourth-level-2.wsshoptabing,
    .wsmenu>.wsmenu-list>li .nb-third-level.third-level-1.wsshoptabing{
        top: 0;
    }

    .nb-footer-menu .nb-content-wrapper ul{
        list-style: none;
        padding-left: 18px !important;
        padding-right: 18px !important;
        text-align: start;
    }

    .nb-footer-menu .nb-content-wrapper .nb-item{
        margin-bottom: 15px;
    }

    .nb-footer-menu .nb-content-wrapper .nb-item:last-child{
        margin-bottom: 0;
    }

    .nb-footer-menu .nb-items-wrapper .nb-item .nb-title{
        font-weight: var(--nb-font-bold);
        font-size: 14px;
    }

    .product-search-form-2 .nb-search-wrapper,
    .product-search-form .nb-search-wrapper{
        top: 87px;
    }

    /* Opcija bloka */
    .header-menu-1.nb-full-width-menu .wsmenu{
        position: fixed;
    }

    .header-menu-1.nb-add-footer-navigation-to-menu .nb-footer-menu {
        display: block !important;
    }

    /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1262px) {
    .wsmenu>.wsmenu-list>li.wssearchbar {
        width: 21%;
    }

    .smllogo {
        width: 7%;
    }

    .wsmenu {
        width: 93%
    }
}

/* Desktop Main Menu Color */

.headerfull {
    background-color: var(--nb-menu-color);
}

.wsmainfull {
    background-color: var(--nb-menu-color);
}

.wsmenu>.wsmenu-list {
    background-color: var(--nb-menu-color);
}

.wsmenu>.wsmenu-list>li>.navtext>span {
    color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
    color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
    color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>li:hover>.navtext>span+span:after {
    color: var(--nb-menu-item-color);
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
    color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
    background-color: var(--nb-menu-item-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
    background-color: var(--nb-menu-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus {
    color: #000;
}

.wsmenu>.wsmenu-list>li>a {
    color: var(--nb-menu-color);
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
    border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
    border-top-color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
    border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a>i {
    color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>li>a.active i {
    color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a>i {
    color: var(--nb-menu-item-color);
}

.wsmenu>.wsmenu-list>li>a:hover i {
    color: var(--nb-menu-item-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle:hover {
    background-color: var(--nb-menu-spec-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle:hover i {
    color: var(--nb-menu-item-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
    background-color: var(--nb-menu-spec-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle>i {
    color: var(--nb-menu-item-color);
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle i {
    color: var(--nb-menu-item-color);
}

.wsmenu>.wsmenu-list>li>a.active {
    background-color: var(--nb-menu-color);
    color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a {
    /*background-color: var(--nb-menu-spec-color);*/
    /*background-color: var(--nb-white);*/
    /*color: var(--nb-menu-item-color);*/
}
.wsmenu>.wsmenu-list>li:hover>.navtext>span+span,
.wsmenu>.wsmenu-list>li:hover>.navtext>span{
    color: var(--nb-menu-spec-color);
}

.wsmenu>.wsmenu-list>li>ul.second-level.sub-menu>li:hover>a,
.wsmenu>.wsmenu-list>li>ul.second-level.sub-menu>li>ul.sub-menu>li:hover>a{
    background-color: var(--nb-menu-spec-color);
    color: var(--nb-menu-item-color);
    text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
    background-color: var(--nb-menu-item-color);
    color: var(--nb-menu-hover-color);
    border-left: 3px solid var(--nb-menu-spec-color);
}

/* Mobile Header Color */

.wsmobileheader {
    background-color: var(--nb-menu-item-color);
}

.wsmobileheader {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-width: 0;
}

.wsactive .wsmobileheader {
    border-bottom: none;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
    /*border-color: var(--nb-border-color);*/
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i:before{
    border-color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i:before,
.wsmenu>.wsmenu-list>li:hover>.wsmenu-click>i:before{
    /*border-color: var(--nb-menu-item-color);*/
    border-color: var(--nb-menu-spec-color);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    color: var(--nb-menu-first-level-color);
}

.wsmenu>.wsmenu-list>li>a {
    /*border-bottom-color: var(--nb-border-color);*/
}
/*  *** End Main menu style *** */


/*  * Mobile search btn * */

/*.mobile-search-button .nb-icon{*/
/*    width: 32px;*/
/*    float: right;*/
/*    text-align: center;*/
/*    background: var(--nb-color-bg-secondary);*/
/*    color: var(--nb-color-secondary);*/
/*    margin: 0;*/
/*    height: 56px;*/
/*    line-height: 54px;*/
/*    background: transparent;*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/

.mobile-search-button .nb-icon.custom-img.mob-search::before {
    content: url("../../../static/images/core/header/search-icon.svg");
}
/*  End Mobile search btn */

/*  Fourth level 2 */
.nb-fourth-level.fourth-level-2 .wsshopwp.container {
    padding: 0;
}

.nb-fourth-level.fourth-level-2.wsshoptabing {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.wsmenu-list>li:hover .nb-fourth-level.fourth-level-2.wsshoptabing {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.nb-fourth-level.fourth-level-2.wsshoptabing {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    background-color: #f8f8f8;
    left: 0;
    border-bottom: solid 2px var(--nb-spec-color);
    border-top: solid 0;
    z-index: 101;
}

.nb-fourth-level.fourth-level-2.wsshoptabing .wsshopwp .wstabitem li .wstitemright .wstadsize01 .nb-img,
.nb-fourth-level.fourth-level-2.wsshoptabing .wsshopwp .wstabitem li .wstitemright .wstadsize02 .nb-img{
    max-height: 100px;
}

.nb-fourth-level.fourth-level-2.wsshoptabing .wsshopwp .wstabitem li .wstitemright .wstadsize01 .nb-img,
.nb-fourth-level.fourth-level-2.wsshoptabing .wsshopwp .wstabitem li .wstitemright .wstadsize02 .nb-img{
    max-height: 100px;
}

.nb-fourth-level.fourth-level-2 .wstmegamenucolr .nb-img {
    max-height: 360px;
}

.nb-fourth-level.fourth-level-2 .wstliststy02 .nb-img {
    max-height: 110px;
}

.nb-fourth-level.fourth-level-2 .wstmegamenucolr03 .nb-img {
    max-height: 360px;
}

.nb-fourth-level.fourth-level-2 .wstliststy05 .nb-img {
    max-height: 150px;
}

.nb-fourth-level.fourth-level-2 .computermenubg {
    /*background-image: url('../../../../static/images/core/product1.jpg');*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp {
    width: 100%;
    display: block;
    position: relative;
    background-color: #f5f5f5;
}

.nb-fourth-level.fourth-level-2.wsshoptabing.wtsdepartmentmenu {
    background: #fff;
    border-bottom: solid 1px #d1d3d4;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:before,
.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:after {
    content: "";
    display: table;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:after {
    clear: both;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li {
    width: 23%;
    list-style: none;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>a {
    display: block;
    padding: 16px 11px;
    font-size: 13px;
    color: #606060;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
    float: left;
    position: relative;
    border-left: 3px solid #fff;
    background-color: #fff;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp {
    width: 100%;
    display: block;
    position: relative;
    background-color: #f5f5f5;
}

.nb-fourth-level.fourth-level-2.wsshoptabing.wtsdepartmentmenu {
    background: #fff;
    border-bottom: solid 1px #d1d3d4;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:before,
.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:after {
    content: "";
    display: table;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:after {
    clear: both;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li {
    width: 23%;
    list-style: none;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:last-child >a {
    border-bottom: none;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>a>i {
    color: #848484;
    margin-right: 5px;
    text-align: center;
    width: 24px;
    font-size: 16px;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>a>i {
    color: #848484;
    margin-right: 5px;
    text-align: center;
    width: 24px;
    font-size: 16px;
}

/* Tabing Rightside */
.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5f5f5;
    color: #000;
    display: block;
    float: left;
    padding: 10px 8px 0px 8px;
    width: 77%;
    min-height: 400px;
}

.wsmenu>.wsmenu-list>li:hover>.nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.wstitemright {
    opacity: 1;
    visibility: visible;
}

/* Mega Menu Content Formatting */

.nb-fourth-level.fourth-level-2 .wstmegamenucolr {
    display: block;
    float: right;
    margin-top: 8px;
}

.nb-fourth-level.fourth-level-2 .wstheading {
    width: 100%;
    display: block;
    padding: 10px 0px 6px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.nb-fourth-level.fourth-level-2 .wstliststy01 {
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

.nb-fourth-level.fourth-level-2 .wstliststy01 li {
    width: 33.33%;
    float: left;
    line-height: 23px;
    font-size: 14px;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.nb-fourth-level.fourth-level-2 .wstliststy01 li a {
    color: #6e6e6e;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2 .wstliststy01 li a:hover {
    color: #000;
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2 .wstliststy02 {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    text-align: left;
}

.nb-fourth-level.fourth-level-2 .wstliststy02 li {
    width: 100%;
    list-style: none;
    line-height: 25px;
}

.nb-fourth-level.fourth-level-2 .wstliststy02 li a {
    color: #6e6e6e;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2 .wstliststy02 li a:hover {
    color: #000;
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2 .wstliststy02 li.wstheading {
    line-height: normal;
    padding-left: 0px;
    margin-top: 0px;
    text-transform: none;
}

.nb-fourth-level.fourth-level-2 .wstliststy02 li a .wstcount {
    font-size: 10px;
    color: #adadad;
}

.nb-fourth-level.fourth-level-2 .wstliststy06 li.wstheading {
    line-height: normal;
    padding-left: 0px;
}

.nb-fourth-level.fourth-level-2 .wstliststy06 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.nb-fourth-level.fourth-level-2 .wstliststy06 li {
    width: 100%;
    list-style: none;
    line-height: 24px;
}

.nb-fourth-level.fourth-level-2 .wstliststy06 li a {
    color: #6e6e6e;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2 .wstliststy06 li a:hover {
    color: #000;
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2 .wstliststy06 li.wstheading {
    line-height: normal;
}

.nb-fourth-level.fourth-level-2 .wstliststy06 li a .wstcount {
    font-size: 10px;
    color: #adadad;
}

.nb-fourth-level.fourth-level-2 .wstliststy03 {
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

.nb-fourth-level.fourth-level-2 .wstliststy03 li {
    width: 33.33%;
    float: left;
    line-height: 23px;
    font-size: 14px;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.nb-fourth-level.fourth-level-2 .wstliststy03 li a {
    color: #6e6e6e;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2 .wstliststy03 li a:hover {
    color: #000;
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2 .wstliststy04 {
    padding: 14px 0px 0px 0px;
    margin: 0px;
}

.nb-fourth-level.fourth-level-2 .wstliststy04 li {
    width: 100%;
    list-style: none;
    line-height: 22px;
}

.nb-fourth-level.fourth-level-2 .wstliststy04 li a {
    color: #6e6e6e;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2 .wstliststy04 li a:hover {
    color: #000;
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2 .wstliststy04 li.wstheading {
    line-height: normal;
    text-align: center;
    padding: 12px 0px;
    font-size: 13px;
    margin-bottom: 12px;
}

.nb-fourth-level.fourth-level-2 .wstliststy04 li a .wstcount {
    font-size: 10px;
    color: #adadad;
}

.nb-fourth-level.fourth-level-2 .wstliststy05 {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.nb-fourth-level.fourth-level-2 .wstmegamenucolr03 {
    padding-top: 10px;
    padding-left: 20px;
}

.nb-fourth-level.fourth-level-2 .wstliststy05 li {
    width: 100%;
    list-style: none;
    line-height: 22px;
}

.nb-fourth-level.fourth-level-2 .wstliststy05 li a {
    color: #6e6e6e;
    font-size: 12px;
}

.nb-fourth-level.fourth-level-2 .wstliststy05 li a:hover {
    color: #000;
    text-decoration: none;
}

.nb-fourth-level.fourth-level-2 .wstliststy05 li.wstheading {
    line-height: normal;
}

.nb-fourth-level.fourth-level-2 .wstliststy05 li a .wstcount {
    font-size: 10px;
    color: #adadad;
}

.nb-fourth-level.fourth-level-2 .wstmorebtn {
    border-radius: 2px;
    color: #9b9b9b;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 1px 7px;
    text-align: right;
    text-transform: none;
}

.nb-fourth-level.fourth-level-2 .wstmenutag {
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 1px 6px 1px 6px;
    margin-left: 6px;
    text-transform: none;
    letter-spacing: -0.0px;
}

.nb-fourth-level.fourth-level-2 .wstmenutag:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: -6px;
    margin-top: 0px;
    position: absolute;
    top: 4px;
    z-index: 1;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.redtag {
    background-color: #fe7b8f;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.redtag:after {
    border-color: transparent #fe7b8f transparent transparent;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.greentag {
    background-color: #00c853;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.greentag:after {
    border-color: transparent #00c853 transparent transparent;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.bluetag {
    background-color: #4fc3f7;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.bluetag:after {
    border-color: transparent #4fc3f7 transparent transparent;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.orangetag {
    background-color: #FE7000;
}

.nb-fourth-level.fourth-level-2 .wstmenutag.orangetag:after {
    border-color: transparent #FE7000 transparent transparent;
}



.nb-fourth-level.fourth-level-2 .wstpngsml {
    padding-left: 18px;
}

.nb-fourth-level.fourth-level-2 .wstfullwtag {
    width: 100%;
    display: block;
    border-bottom: solid 1px #e5e5e5;
    background-color: #f5f5f5;
}

@media screen and (max-width: 1200px){
    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li {
        position: relative;
        width: 100%;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>a {
        width: 100%;
        margin: 0px;
        float: none;
        font-size: 12px;
        padding: 14px 11px 14px 11px;
        font-weight: bold;
    }

    .nb-fourth-level.fourth-level-2 .wstheading {
        font-weight: normal;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
        width: 100%;
        position: static;
        top: 0px;
        min-height: inherit;
        padding: 10px 0px;
        opacity: 1;
        visibility: visible;
        display: none;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    .nb-fourth-level.fourth-level-2 .wstbootslider {
        width: auto;
    }

    .nb-fourth-level.fourth-level-2 .wstmegamenucolr {
        width: auto;
    }

    .nb-fourth-level.fourth-level-2 .wstliststy01>li {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .nb-fourth-level.fourth-level-2 .wstliststy02 {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 15px 0px;
    }

    .nb-fourth-level.fourth-level-2 .wstliststy03 li {
        width: 100%;
    }

    .nb-fourth-level.fourth-level-2 .wstliststy05 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .nb-fourth-level.fourth-level-2 .kitchenmenuimg {
        background-image: none;
    }

    .nb-fourth-level.fourth-level-2 .computermenubg {
        background-image: none;
    }
    .nb-fourth-level.fourth-level-2.wsshoptabing {
        background-color: #ffffff;
        color: #666666;
        display: none;
        position: relative;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -webkit-transform-style: flat;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem {
        width: 100%;
        background-color: #fff;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>a:after {
        border: none;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>a i {
        display: none;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
        border-left: 1px solid #f3f3f3;
        cursor: pointer;
        display: block;
        height: 41px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
        background-color: #f5f5f5;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
        display: block;
        height: 8px;
        width: 8px;
        float: right;
        transform: rotate(-225deg);
        margin: 17px 21px 0px 0px;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i:before {
        content: "";
        width: 100%;
        height: 100%;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.40);
        transition: 0.2s ease;
        display: block;
        transform-origin: 100% 0;
    }

    .nb-fourth-level.fourth-level-2.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
        transform: rotate(-45deg);
        margin-top: 21px;
    }


}
/*  End Fourth level 2 */

/*  Dropdown-3 */
.dropdown-3{
    --nb-title-font-size: 14px;
    --nb-title-line-height: 1.3;
}

.nb-third-level.dropdown-3.wsmegamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.nb-third-level.dropdown-3.wsmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.nb-third-level.dropdown-3.wsmegamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 46px;
    color: #000;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 0;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.nb-third-level.dropdown-3.wsmegamenu .container {
    padding: 14px 5px;
}


/*.nb-third-level.dropdown-3.wsmegamenu .nb-items-wrapper{*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*}*/

.nb-third-level.dropdown-3.wsmegamenu .nb-heading-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-heading-wrapper .nb-img-wrapper{
    margin-right: 10px;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-heading-wrapper .nb-title,
.nb-third-level.dropdown-3.wsmegamenu .nb-heading-wrapper .nb-title > *{
    font-size: var(--nb-title-font-size);
    line-height: var(--nb-title-line-height);
    font-weight: var(--nb-font-semibold);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: none;
    padding: 0;
    height: auto;
    margin-bottom: 0;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-heading-wrapper .nb-title .nb-link:hover{
    color: var(--nb-text-color-primary);
    text-decoration: none;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-item .nb-list-wrapper{
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-item .nb-list-wrapper:last-child{
    margin-bottom: 0;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-item .nb-list-wrapper .nb-list-item{
    margin-bottom: 15px;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-item .nb-list-wrapper .nb-list-item > * {
    font-size: 14px;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-item .nb-list-wrapper .nb-list-item:last-child{
    margin-bottom: 0;
}

.nb-third-level.dropdown-3.wsmegamenu .nb-item .nb-link-style-1{
    font-size: 14px;
    font-weight: var(--nb-font-semibold);
    color: var(--nb-text-color-primary);
}

.nb-third-level.dropdown-3.wsmegamenu .nb-item .nb-link-style-1:hover {
    color: var(--nb-spec-color);
    text-decoration: var(--nb-link-hover-text-decoration);
}

/*  End Dropdown-3 */

/* Fourth level detail 1 */
.fourth-level-detail-1.custom-img {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 400px;
}

@media screen and (max-width: 991px) {
    .fourth-level-detail-1.custom-img {
        background-image: none !important;
    }
}
/* End Fourth level detail 1 */

/* Fourth level detail 2 */
.fourth-level-detail-2.custom-img {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
}

@media screen and (max-width: 1200px){
    .fourth-level-detail-2.custom-img{
        background-image: none !important;
    }
}
/* End Fourth level detail 1 */