@charset "UTF-8";
body {
    font-family: Nunito,sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #212121;
    background: #f8f8f8;
	margin: 0;
	line-height: 1.5;
	text-align: left;
}
h1{font-size: 1.75rem; padding:0 0 10px 0; margin:0 0 .5rem 0; display: inline-block;font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit;}
h1 select{font-size: 14px; height: 2.5rem; padding: 0 30px 0 15px; border: 1px solid #ccc; display: inline-block;}
h4{font-size: 1.15rem; padding:0 0 10px 0; margin:0 0 .5rem 0; display: inline-block;font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit;}
p{margin:0;}
a{text-decoration:none; color:inherit; outline:none; transition: color .2s;}
a:active, a:hover {
    text-decoration: initial;
    color: #f18024;
}
/*a.btn:hover{border: 1px solid #f18024;background: #fff;}*/
#app-container{background:#f8f8f8;}

/* Login page */
body.login{height: 100%;}
body.login main {
    margin: 0 !important;
    height: 100%;
    position:relative;
}
body.login main .container {
 height:100%
}
#loading{position: absolute; top: 20px;}
#root {height: 100%;}
.fixed-background {
 background:url(../img/login-bg.jpg) no-repeat 50% fixed;
 background-size:cover;
 width:100%;
 height:100%;
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0
}
.auth-card {
 display:flex;
 flex-direction:row;
 box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
 border-bottom-right-radius: 20px !important;
}
.auth-card .image-side {
 width:40%;
 background:#f2f2f2;
 background-size:cover;
 padding:80px 40px;
 color: #999;
}
.auth-card .image-side img{width:auto; max-width:40%; margin:20px auto;}
.auth-card .image-side .h3 {
 line-height:.8rem
}
.auth-card .form-side {
 width:60%;
 padding:80px
}
#wf-login-form label{position: relative;
margin-bottom: 1.5rem;
display: block;}
#wf-login-form label span{position: absolute;
cursor: text;
font-size: 90%;
opacity: 1;
top: -0.4em;
left: .75rem;
z-index: 3;
line-height: 1;
padding: 0 1px;
background: #fff;
color: rgba(33,33,33,.7);}
.loginStatus{position: absolute; top: 10px; left: 50%; z-index: 1; transform: translate3d(-50%,-100px,0); transition: all 1s; padding: 20px 50px 20px 20px; background: #dc3545; color: #fff;}
.loginStatus .close{position: absolute; top:50%; right: 0; padding:.5rem 1rem; color:inherit; background-color:transparent; border:0; z-index: 1; transform: translateY(-50%);}
.loginStatus.show{transform:translate3d(-50%,0,0);}
.loginStatus.wrong{background: #dc3545;}
.loginStatus.correct{background: #28a745;}

.h-100 {
    height: 100% !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.w-40 {
    width: 40% !important;
}
.w-15 {
    width: 15% !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pl-1, .px-1 {
    padding-left: .25rem !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.navbar {
    background: #fff;
    height: 120px;
    padding: 1.5rem 60px 1.5rem 0;
    box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar .menu-button {
    color: #8f8f8f;
    width: 120px;
    text-align: center;
}
.navbar .menu-button svg {
    height: 12px;
}
.navbar .menu-button .main, .navbar .menu-button .sub {
    fill: #212121;
    transition: fill .3s;
}
#app-container.main-hidden .menu-button .main, #app-container.main-hidden .menu-button .sub, #app-container.menu-hidden .menu-button .main, #app-container.menu-hidden .menu-button .sub, #app-container.menu-sub-hidden .menu-button .sub, #app-container.sub-hidden .menu-button .sub {
    fill: #8f8f8f;
}
.navbar .search {
    position: relative;
    width: 230px;
    border-radius: 20px;
    background: #f8f8f8;
}
.navbar .search input {
    border: initial;
    background: transparent;
    outline: initial !important;
    padding: .5rem 1rem;
    line-height: 2;
    font-size: .8rem;
    width: 93%;
    color: #212121;
border-radius: .1rem;
box-shadow: none !important;
display: block;
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.navbar .search .search-icon {
    font-size: 17px;
    border-radius: 10px;
    color: #8f8f8f;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -8px;
    right: 3px;
    text-align: center;
    cursor: pointer;
}
.navbar .wfLogo {
    position: relative;
    width: 200px;
}

/* Logo */
.navbar .navbar-logo {width: 200px; height:80px; position: absolute; left: 0; right: 0; margin: 0 auto;}
.navbar .navbar-logo .logo {
    width: 100%;
    height: 100%;
    background: url(../img/logo.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: 50%;
	background-size:contain;
}
.navbar .header-icon:hover {
    color: #f18024;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-xs-block {
    display: block !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.navbar .header-icon {
    font-size: 16px;
    color: #8f8f8f;
    -webkit-appearance:initial;
}
.header-icons{margin-right: 1rem; display: inline-block !important; vertical-align: middle !important;}
.d-sm-inline-block {display: inline-block !important;}
.btn-empty {background: transparent !important;}
.navbar .user {
    color: #6e6e6e;
    position: relative;
    display: inline-block !important;
}
.navbar .user .btn-group{position: relative; display: -webkit-inline-box;  display: -ms-inline-flexbox;display: inline-flex; vertical-align: middle; left: auto; right: 0;}
.navbar .user button{padding: 0 !important;}
.navbar .user .name{line-height: 40px; float: left;}
.navbar .user .userLetter{width:30px; height:30px; background: #114468; display: block; float: right; color: #fff; line-height:30px; border-radius: 50%; font-size:18px; margin:5px 0;}
.navbar .user img {
    margin-left: 10px;
    border-radius: 30px;
    width: 40px;
    float:right;
}
.position-relative{position:relative;}
.navbar .iconMenuDropdown{position: absolute; will-change: transform; top:100%; right:0; width:220px !important; min-width:220px !important; padding: 1.5rem 1rem; height: 290px; display:none; font-size: .8rem; border-radius: .1rem; background: #fff; border:1px solid rgba(33,33,33,.15);}
.navbar .icon-menu-item {
    display: inline-block;
    text-align: center;
    margin-bottom: 1.7rem;
    color: rgba(33,33,33,.8);
    height:80px; float:left; width:50%;
}
.navbar .icon-menu-item i {
    font-size: 28px;
    line-height: 42px;
}
.navbar .icon-menu-item:hover {
    color: #f18024;
}

/* Sidebar */
#app-container .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 120px;
    z-index: 6;
    height: calc(100% - 120px);
}
#app-container .sidebar .main-menu {
    width: 120px;
    height: calc(100% - 120px);
    background: #fff;
    z-index: 3;
    position: fixed;
    transition: transform .3s;
    padding-top: 2px;
    left: 0;
}
#app-container .sidebar .main-menu .scroll {
    padding-right: unset;
    margin-right: unset;
    height: 100%;
    overflow-y: scroll !important;
}
.ps__scrollbar-y-rail, .ps__scrollbar-y{height:auto !important;}
#app-container .sidebar .main-menu ul{padding:0; margin:0; list-style:none;}
#app-container .sidebar .main-menu ul li {
    position: relative;
}
#app-container .sidebar .main-menu ul li.active::after {
    content: " ";
    background: #f18024;
    border-radius: 10px;
    position: absolute;
    width: 6px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#app-container .sidebar .main-menu ul li a {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    color: #212121;
    transition: color .3s;
    transition: background .3s;
}
#app-container .sidebar .main-menu ul li a:hover {
    color: #f18024;
    background: #f8f8f8;
}
#app-container .sidebar .main-menu ul li.active a {
    color: #f18024;
}
#app-container .sidebar .main-menu ul li i {
    font-size: 26px;
    line-height: 42px;
}
#app-container .sidebar .sub-menu {
    width: 230px;
    background: #fff;
    z-index: 2;
    position: fixed;
    left: 120px;
    border-left: 1px solid #f3f3f3;
    box-shadow: 0 3px 30px rgba(0,0,0,.1),0 3px 20px rgba(0,0,0,.1);
    transition: transform .3s;
    height: calc(100% - 120px);
}
#app-container .sidebar .sub-menu .ps {
    padding-top: 25px;
    padding-bottom: 25px;
}
#app-container .sidebar .sub-menu .scroll {
    height: 100%;
    margin-top: 2px;
    margin-right: unset;
    padding-right: unset;
}
.ps-container {
    position: relative;
}
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
#app-container .sidebar .sub-menu ul {
    display: none;
	margin:0; padding:0; list-style:none;
}
#app-container .sidebar .sub-menu ul li {
    margin-bottom: 10px;
    margin-left: 30px;
}
#app-container .sidebar .sub-menu ul li a {
    font-size: 13px;
    display: block;
    padding: 8px 0;
}
#app-container .sidebar .sub-menu ul li i {
    font-size: 1.3em;
    margin-right: 10px;
    color: #8f8f8f;
    vertical-align: middle;
}
#app-container .sidebar .sub-menu ul li.active a, #app-container .sidebar .sub-menu ul li.active i {
    color: #f18024;
}

/* Main content */
main {
    margin: 165px 60px 40px 410px;
    transition: margin-left .3s;
}
#app-container.menu-hidden main, #app-container.menu-sub-hidden main, #app-container.sub-hidden main {
    margin-left: 180px;
}
#app-container.main-hidden main, #app-container.menu-hidden main {
    margin-left: 60px;
}
#app-container.main-hidden .main-menu, #app-container.menu-hidden .main-menu {
    transform: translateX(-120px);
}
#app-container.menu-hidden .sub-menu, #app-container.menu-sub-hidden .sub-menu, #app-container.sub-hidden .sub-menu {
    transform: translateX(-230px);
}
#app-container.main-hidden.sub-hidden .sub-menu, #app-container.menu-hidden .sub-menu {
    transform: translateX(-350px);
}
.d-lg-inline-block {
    display: inline-block !important;
	margin:0; padding:0; list-style:none;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: .5rem;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
list-style: none;
border-radius: .25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
	display: inline-block;
padding-right: .5rem;
color: #6c757d;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.main-heading, .separator {
	margin-bottom: 2rem !important;
    border-bottom: 1px solid #d7d7d7;
}
.float-md-right{float: right !important;}
.text-muted{color: #909090 !important; font-size: .76rem; line-height: .9rem; position: relative;}
#displayOptions .text-muted{line-height:40px;}
#ddown1{position:relative;}
#ddown2{float:right; position:relative;}
.mb-2, .my-2 {margin-bottom: .5rem !important;}
.mt-2, .my-2 {margin-top: .5rem !important;}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}
.float-md-left {
    float: left !important;
}
.d-inline-block {
    display: inline-block !important;
}
.align-top {
    vertical-align: top !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.filterStatusWrapper{display: block; clear: both; margin:30px 0 15px 0; float: left; width: 100%;}
.filterStatusWrapper .item{float: left; margin: 0 30px 0 0;}
.filterStatusWrapper .item legend{display:block; margin:0; padding:0;}
#displayOptions button {margin: 0; float: left; border: 1px solid #8f8f8f; padding: 0 20px; font-size: 12px; line-height: 40px;  height: 40px; border-radius: 20px; background: #fff;}
.search-sm::after {
    font-family: simple-line-icons;
    content: "\e090";
    font-size: 14px;
    border-radius: 10px;
    color: #8f8f8f;
    position: absolute;
    right:10px;
    text-align: center;
    cursor: pointer;
    top: 50%; transform: translateY(-50%);
}
.search-sm {
    position: relative;
}
.search-sm input {margin: 0; float: left; border: 1px solid #8f8f8f; padding: 0 20px; font-size: 12px; line-height: 40px;  height: 40px; border-radius: 20px; width:350px;}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu {
    font-size: .8rem;
    border-radius: .1rem;
    background: #fff;
    border-color: rgba(33,33,33,.15);
    right: 0;
    left: auto;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    max-height:300px; overflow-y:scroll;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212121;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover {
    background-color: #f8f8f8;
    color: #212121;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.tablist{margin:0 0 2rem 0; border-bottom:1px solid #d7d7d7; padding:0; display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;}
.tablist li{margin-bottom: -1px;}
.tablist li a{padding: .5rem .5rem .5rem 0; border: initial;
    background: initial;
    margin-right: 1.5rem;
    font-weight: 600;
    letter-spacing: .5px;
    color: #8f8f8f;
    display: block;
    }
    .tablist li a:hover{border: initial;
    color: #f18024;}
    .tablist li a.active{
    border: initial;
    position: relative;
    color: #f18024;}
    .tablist li a.active:before{
    content: " ";
    background: #f18024;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    top: unset;}
.card {
    border: initial;
    background: #fff;
    border-radius: calc(.15rem - 1px);
    box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
	margin-bottom: 1rem !important;
}
.list-thumbnail {
    max-width: unset;
    height: 85px;
    object-fit: cover;
    width: unset !important;
}
.card .card-body {
    padding: 1.75rem;
	-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.flex-lg-column, .flex-lg-row {
    -webkit-box-direction: normal !important;
}
.flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control i {font-size: 16px; margin:0 5px;}
.card .card-title{margin-bottom: 2rem;}
.card .card-title span{display: block; font-size: 0.8rem; line-height: 1.9rem;}
.form-control {
    border-radius: .1rem;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: .7rem .75rem .65rem;
    line-height: 1.5;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #212121;
	display: block;
width: 100%;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.form-control:focus {
    border-color: rgba(241,128,36,.6);
}
.form-control:focus {
    background: #fff;
    color: #212121;
}
.close-video-input{position: absolute; right: 0; height: 42px; width: 42px; border:none; background: red; color:white; font-size: 22px; text-align: center;  line-height: 42px; padding: 0; transform: translateY(-100%);}
.btn-primary {
    background-color: #f18024;
    border-color: #f18024;
    color: #fff;
}
.btn {
    border-radius: 50px;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: .75rem 1.3rem .6rem;
	display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
line-height: 1.5;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-sm {
    padding: .5rem 1rem;
    font-size: .76rem;
    line-height: 1.5;
}
.btn-xs {
    padding: .4rem .75rem;
    font-size: .76rem;
    line-height: 1.3;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.add-video-input{margin:0 0 20px 0;}
.add-video-input .icon-plus{margin: 0 10px 0 0; line-height: 1.5; float: left;}

.form-img input {display:none;}
.form-img label {cursor: pointer;}
.form-img-preview>.img-thumbnail {height: 120px; width: 120px;}
.labelFileButton{width:100%; height:170px; border:1px solid #eee; text-align:center; display:block; font-size: 13px; line-height: 22px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; position:relative; margin:0 0 40px 0; color: #ccc;}
.brendImage {width: 400px; height: 200px;}
.verticalImage {width: 200px; height: 400px;}
.bannerImage {width:100%; height:400px; background-size: 100%;}
.bannerImageMob {width: 50%; height: 300px; background-size: 100%;}
.labelFileButtonProductImg{width:400px; height:400px; border:1px solid #eee; text-align:center; display:block; font-size: 13px; line-height: 22px; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; position:relative; margin:0 0 40px 0; color: #ccc;}
.labelFileButtonProductImg.small{width:200px; height:200px;}
.labelFileButton .labelText, .labelFileButtonProductImg .labelText{position:absolute; bottom:0; left:0; right:0; padding:20px; z-index:1; color:#333; background: rgba(255,255,255,0.5);
background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );}
.labelFileButton .icon-plus{position: absolute; top: 30%; left: 50%; font-size: 40px; color: #eee; z-index: 2;transform: translateX(-50%) translateY(-50%);}
.labelFileButton i{margin:0 5px 0 0;}
.featuredImageDelete{float:left;}
.galleryThumbHolder {float:left; width:15%; margin: 0 2% 2% 0; border:1px dashed #ccc; position:relative; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; padding-bottom:15%;}
.galleryThumbHolder:nth-child(6n) {margin: 0 0 2% 0;}
.galleryThumbHolder .form-img-preview{position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0;}
.galleryThumbHolder .galleryDelete{position:absolute; z-index:1; bottom: 10px; left:0%; transform: translateX(20%);}
.galleryThumbHolder .galleryEdit{position:absolute; z-index:1; bottom: 10px; right:0%; transform: translateX(-20%);}
.galleryThumbHolderLarge {float:left; width:30%; margin: 0 2% 2% 0; border:1px dashed #ccc; position:relative; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; padding-bottom:30%;}
.galleryThumbHolderLarge .form-img-preview{position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0;}
.galleryThumbHolderLarge .galleryDelete{position:absolute; z-index:1; bottom: 10px; left:0%; transform: translateX(20%);}
.galleryThumbHolderLarge .galleryEdit{position:absolute; z-index:1; bottom: 10px; right:0%; transform: translateX(-20%);}

.switchy {margin: 0;}
.switchy .title{margin:0;}
.switchy label{cursor:pointer; display:inline-block !important; margin: 0;}
.switchy label input[type="checkbox"]{opacity: 0; width: 0; height: 0; position: absolute; pointer-events: none;}
.switchy label .lever{content: ""; display: inline-block; position: relative; background-color: #818181; border-radius: .9375rem; vertical-align: middle; margin: 0 0.4rem; width: 2.5rem; height: .9375rem; transition: background .3s ease;}
.switchy label .lever::after{content: ""; position: absolute; display: inline-block; background-color:#fc6042; border-radius: 1.3125rem; left: -.3125rem; top: -.1875rem; width: 1.3125rem; height: 1.3125rem; transition: left .3s ease,background .3s ease,box-shadow 1s ease;}
.switchy label input[type="checkbox"]:checked + .lever {background-color: #dccfe2;}
.switchy label input[type="checkbox"]:checked + .lever::after {background-color:#2cc990; left: 1.5rem;}
.switchy.inline{display: -ms-inline-flexbox; display: inline-flex; padding-right: 30px;}

/* Switch */
.switch {position: relative; display: inline-block; width:50px; height:24px; margin: 5px 0 0 0;}
.switch input {opacity: 0; width: 0; height: 0;}
.slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.slider:before {position: absolute; content: ""; height:16px; width:16px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s;}
input:checked + .slider {background-color: #f18024;}
input:focus + .slider {box-shadow: 0 0 1px #f18024;}
input:checked + .slider:before {-webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

.btn-danger {color:#fff; background-color:#dc3545; border-color:#dc3545; border-radius: 50px; outline: initial !important; box-shadow: none !important;}
.btn-danger:hover {color:#fff; background-color:#c82333; border-color:#bd2130}
.btn-danger.focus,.btn-danger:focus {-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5); box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-danger.disabled,.btn-danger:disabled { color:#fff; background-color:#dc3545; border-color:#dc3545}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {color:#fff; background-color:#bd2130; border-color:#b21f2d}
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5); box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}

.btn-info {color:#fff; background-color:#17a2b8; border-color:#17a2b8; border-radius: 50px; outline: initial !important; box-shadow: none !important; font-size: .8rem; padding: .75rem 1.3rem .6rem;}

.notification-container {
 box-sizing:border-box;
 position:fixed;
 top:0;
 right:0;
 z-index:999999;
 width:320px;
 padding:0 15px;
 max-height:calc(100% - 30px);
 overflow-x:hidden;
 overflow-y:auto
}
.notification {
 box-sizing:border-box;
 cursor:pointer;
 font-size:1em;
 line-height:1.2em;
 position:relative;
 margin-top:15px;
 border-radius: .1rem;
box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
padding: 25px;
 transform:translate3d(120%,0,0);
 transition:all 2s;
}
.notification.enter{transform:translate3d(0,0,0);}
.notification .close{position: absolute; top: 0; right: 0; padding: .5rem 1.25rem; color: inherit; background-color: transparent; border:0;}
.notification .title {
 font-size:1em;
 line-height:1.2em;
 font-weight:700;
 margin:0 0 5px;
 padding:0;
}
.notification-error.filled {
 color:#fff;
 background-color:#c43d4b
}
.notification-error.filled .notification-message .message,
.notification-error.filled .notification-message .title {
 color:#fff
}
.notification-success {
 color:#3e884f;
 background-color:#fff;
 border:1px solid #3e884f;
 opacity:1
}
.notification-success.filled {
 color:#fff;
 background-color:#3e884f
}
.notification-success.filled .notification-message .message,
.notification-success.filled .notification-message .title {
 color:#fff
}

/* Table */
.table {
 width:100%;
 max-width:100%;
 margin-bottom:1rem;
 background-color:transparent
}
.table td,
.table th {
 padding:.75rem;
 vertical-align:top;
}
.table thead th {
 vertical-align:bottom;
 border-bottom:2px solid #dee2e6
}
.table tbody+tbody {
 border-top:2px solid #dee2e6
}
.vuetable {
 border:initial
}
.vuetable th.sortable:hover {
 color:#f18024!important
}
.vuetable thead th {
 box-shadow:none;
 border:initial;
 text-align:left;
 font-weight:700
}
.vuetable thead th.sorted-asc {
 box-shadow:inset 0 3px 0 0 #f18024
}
.vuetable thead th.sorted-desc {
 box-shadow:inset 0 -3px 0 0 #f18024
}
.vuetable tr td,
.vuetable tr th {
 padding-top:20px;
 padding-bottom:16px;
 border:initial
}
.vuetable tr th {
 padding-bottom:20px;
 border-bottom: 1px solid #dee2e6;
}
.vuetable tbody tr td {
 border-bottom:1px solid #f3f3f3
}
.vuetable tbody tr:last-of-type td {
 border-bottom:initial
}
.delveEdit {padding: 0 5px; cursor: pointer; background:#f00; color:white; margin: 0 0 0 10px; border-radius: 4px;}
.izdatoEdit {padding: 0 5px; cursor: pointer; background:#f00; color:white; margin: 0 0 0 10px; border-radius: 4px;}
.orderedProductsButton{cursor:pointer; position:relative;}
.orderedProductsButton.dark{background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );}
.orderedProductsHolder{display:none; width: 98%; margin: -25px auto 0 auto;}
.orderedProductsHolder .borderLeft{border-left:1px solid #f18024; padding-left:30px;}
.pt0{padding-top:0 !important;}
 .galleryItem{width:30%; margin:0 5% 5% 0; float:left;}
 .galleryItem:nth-child(3n){margin:0 0 5% 0;}

 input#date {border-radius: .1rem; outline: initial !important; box-shadow: none !important; font-size: .8rem; padding: .60rem .75rem .65rem; line-height: 1.5; border: 1px solid #d7d7d7; background: #fff; color: #212121; display: block; width: 100%; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}

/* Paginacija */
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pageInput{width:50px; text-align:center; border-radius:30px; border:1px solid #8f8f8f; margin-top: 3px;}
.page-item {
    padding:0 1px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item .page-link {
    outline: initial !important;
    box-shadow: none !important;
    line-height: 1;
    border-radius: 30px !important;
    min-width: 30px;
    text-align: center;
    height: 30px;
    padding: .55rem 0;
    cursor: pointer;
}
.page-link {
    background-color: transparent;
    border-color: transparent;
}
.page-item.active .page-link {
    background: transparent;
    border: 1px solid #f18024;
    color: #f18024;
}
.page-item .page-link:hover {
    background-color: transparent;
    border-color: #f49c54;
    color: #f18024;
}

/* Badge */
.badge-pill {
 padding-right:.6em;
 padding-left:.6em;
 border-radius:10rem
}
.badge-primary,
.badge-theme-1,
.bg-primary,
.bg-theme-1 {
 background-color:#f18024!important;
 color:#fff
}
.badge-secondary,
.bg-secondary {
 background-color:#e7523e!important;
 color:#fff
}
.badge-warning {
 background-color:#b69329
}
.badge-success {
 background-color:#3e884f
}
.badge-info {
 background-color:#3195a5
}
.badge-danger {
 background-color:#c43d4b
}
.badge-light {
    background-color: #ececec;
    color: #131113;
}
.badge-danger,
.badge-info,
.badge-success,
.badge-warning {
 color:#fff
}
.badge {padding:.55em .75em .6em; margin: .30em 0;}
.badge.badge-pill {
 padding-right:1.25em;
 padding-left:1.25em
}

/*-------------------------- Modal popup ------------------------*/
.wf-modal-holder{display:none; position:fixed; top:150px; width: auto; max-width: 60%; color:#000; background-color:#fff; z-index:9999; -webkit-box-shadow:0px 0px 30px 0px rgba(50, 50, 50, 0.5); -moz-box-shadow:0px 0px 30px 0px rgba(50, 50, 50, 0.5); box-shadow:0px 0px 30px 0px rgba(50, 50, 50, 0.5);}
.wf-modal-back{display: none;position:fixed; height:100%; width:100%; top:0; left:0; z-index:9998; background:rgba(255,255,255,0.8);}
.wf-modal-content{padding:40px;}
.buttonsHolder{display:block; width:100%; text-align:right;}
.wf-modal-content>.title{font-weight: 700;}
.buttonsHolder>button{display:inline-block; margin:0 0 0 15px; border:none; padding:8px 20px; color:#fff;}
.buttonsHolder>button:first-child{margin:0;}
.buttonsHolder>button.yes{background:#2ecc71;}
.buttonsHolder>button.no{background:#e74c3c;}
.buttonsHolder>button.ok{background:#3498db;}

/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left:60px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-item .card{margin:0 0 2px 0 !important;}
.dd-item .dd-item .card .card-body{padding:15px;}
.dd-handle {
 /* display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;*/
}
.dd-handle span {
  font-weight: bold;
}
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size:30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
#manu_nestable>ol>li{margin:0 0 20px 0;}

@media (max-width:767px) {
    .navbar .menu-button{width:auto;}
    #app-container .sidebar{padding-top: 80px; height: calc(100% - 80px);}
    #app-container .sidebar .main-menu{width:100px; height: calc(100% - 80px);}
    #app-container .sidebar .sub-menu{left:100px; height: calc(100% - 80px);}
    #app-container.menu-hidden .sub-menu, #app-container.menu-sub-hidden .sub-menu, #app-container.sub-hidden .sub-menu{transform: translateX(-330px);}
    #app-container .sidebar .main-menu ul li a{height:100px;}
    #app-container .sidebar .main-menu ul li i{font-size: 24px; line-height: 34px;}
    .auth-card {flex-direction: column;}
    .auth-card .image-side{width:100%; padding: 35px 30px;}
    .auth-card .form-side{width:100%; padding: 35px 30px;}
    .navbar{height: 80px; padding: 15px;}
    .navbar .wfLogo{display:none;}
    .navbar .user .name{display:none;}
    .navbar .navbar-logo{width: 35px; height: 35px;}
    .navbar .navbar-logo .logo{width: 35px; background-position: 0; background-size: cover;}
    main{margin: 100px 15px 0 15px !important;}
    .card .card-body{padding: 1.25rem; -webkit-box-orient: vertical !important; -ms-flex-direction: column !important; flex-direction: column !important;}
    .card .card-body>p{width:100% !important;}
    .card .card-body>div{width:100% !important;}
    .card .card-body>div .badge{margin:20px 0 0 0; float: left;}
    .custom-control{font-size:18px;}
    .custom-control a{padding:10px;}
    .separator{clear:both;}
    .dropdown-menu{min-width: 7rem;}
    .dropdown-item{padding: .75rem;}
}
/*admin - files*/
.fileThumbHolder {
    display: block;
    float: left;
    margin: 0 40px;
}
.icon-cards-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}
.icon-cards-row .swiper-container .icon-row-item, .icon-cards-row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.icon-cards-row .card-body {
    padding: 2rem .5rem;
}
.icon-cards-row i {
    font-size: 46px;
    line-height: 66px;
    color: #f18024;
}
.icon-cards-row .card-text {
    color: #8f8f8f;
    height:45px;
    line-height:16px;
}
.font-weight-semibold {
    font-weight: 600;
}
.icon-cards-row .lead {
    color: #f18024;
    margin-bottom: 0;
}
.lead {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2rem;
}
.text-center {
    text-align: center !important;
}
.productVariationHolder{height: 150px; overflow-y: scroll; padding: 10px; border: 5px solid #f2f2f2;}
.productVariationHolder .item{position: relative; border-bottom: 1px solid #f2f2f2; padding: 5px;}
.productVariationHolder .item input{position: absolute; top: 50%; right: 5px; width: auto; transform: translateY(-50%);}
.productVariationHolder .item input.small{position:relative; top:auto; right:auto; transform:none; float: right; text-align: right; width: 50px; padding: 3px 10px;}
.productVariationHolder .item span{}
.productVariationHolder .item span.percent{float: right; padding: 3px; line-height: 1.6; margin: 0 0 0 5px;}
.formGroup{padding:20px 15px 0 15px; background:#f2f2f2; position:relative; margin:0 0 10px 0;}
.deleteFormGroup{position: absolute; top: 5px; right: 5px; color: #fff; background: #f00; border-radius: 50%; font-size: 15px; font-weight: 700; padding: 3px; cursor: pointer;}
#tableHeader{}
#tableHeader.card .card-body{padding: 0.5rem 6rem 0.5rem 1.75rem; font-weight: 700; color: #333;}
#tableHeader.card .card-body-full{padding: 0.5rem 1.75rem; font-weight: 700; color: #333;}
.card .card-body{padding:1.75rem 6rem 1.75rem 1.75rem;}
.card .card-body-full{padding:1.75rem; width: 100%}
.tableOrderNumber {width: 50px !important;}
.tableIcon {width:80px !important; margin:0 20px 0 0;}
.tableTitle {width:250px !important;}
.tableUrl {width:250px !important;}
.tableCode {width:100px !important;}
.tablePrice {width:100px !important;}
.tableCategory {width:100px !important;}
.tableBrand {width:100px !important;}
.tableButton{width:120px !important; position:relative;}
.tableAddress{width:200px !important;}
.tableEmail{width:200px !important;}
.tablePhone{width:150px !important;}
.tableTotal{width:150px !important;}
.tableCity{width:120px !important;}
.tableType{width:150px !important;}
.tableDate{width:120px !important;}
.tableDoc{width:200px !important;}
.tableStatus{width:120px !important;}
.tableMessage{width:calc(100% - 250px) !important;}
.tableThumb{width:200px !important;}
.tableNewsThumb{width:200px !important;}
.tableBanner{width:200px !important;}
.tableTools{width:150px !important;}
.tablefunfactThumb {width: 200px !important;}
.custom-control{position:absolute; right:0;}
.pb-0{padding-bottom:0 !important;}
.pt-0{padding-top:0 !important;}
.bootstrap-select{width:100% !important; border: 1px solid #d7d7d7;}
.bootstrap-select .btn{border-radius:0; background:#fff;}
.dropdown-menu{width:100% !important; min-width:100% !important; max-width:100% !important;}
.homeBox{padding: 20px !important;}

.orderHolder{display:none;}
.orderButton.dark{background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );}
.orderHolder{display:none; width: 98%; margin: -25px auto 0 auto;}

.openOrder{cursor:pointer;}
.openOrder:hover{background:#fff;}

.brandButton {display: inline-block; padding: 15px 30px; margin: 0px 10px 10px; background: #fff; line-height: 1; border: 1px solid #ccc;}
.brandButton.selected{color:#fff; background:#333;}
.statusColorNew{background:#bae1ff;}
.statusColorDuring{background: #ffdfba;}
.statusColorSuccess{background:#baffc9;}
.statusColorFail{background:#ffb3ba;}

#sorting-table{}
#sorting-table thead tr{background-color: rgba(52,40,104,.05); font-size: .8rem; line-height: 1.2;}
/*#sorting-table tbody tr:nth-child(2n){background:#fff;}*/
#sorting-table tbody tr td{line-height: 1.2; position: relative;}
#sorting-table .toolIcon:hover{background-color: #de6b0e; border-color: #de6b0e;}
#sorting-table .toolIcon:nth-last-child(-n+2){margin-bottom:0 !important;}
.toolsWrapper a{display:block; width:100%; max-width:80px; position: relative; z-index: 3;}
.slideMe{display:none;}
.viewProduct, .viewCategory, .viewBrand, .viewUser, .viewNews, .viewPromotion{position: relative; z-index: 1;}
.viewProduct:hover, .viewCategory:hover, .viewBrand:hover, .viewUser:hover, .viewNews:hover, .viewPromotion:hover{background:#f2f2f2 !important;}
.strongUppercase{font-weight:700; text-transform:uppercase;}
.productPreviewItem{margin:0 0 20px 0;}
.productPreviewItem .title{font-weight: 700; font-size: 15px;}
.productPreviewItem .value{font-size:14px;}
.productPreviewItem .value img{width:100%; max-width:300px;}
.left .productPreviewItem {float: left; margin-right: 5.5%; margin-bottom: 40px;}
.bottomButtonsHolder{}
.bottomButtonsHolder a{float:right; margin:0 0 0 15px;}

/*-------------------------- Modal popup ------------------------*/
.wf-modal-holder{display:none; position:fixed; top:150px; width: auto; max-width: 60%; min-width:400px; color:#000; background-color:#fff; z-index:9999; -webkit-box-shadow:0px 0px 30px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow:0px 0px 30px 0px rgba(50, 50, 50, 0.3); box-shadow:0px 0px 30px 0px rgba(50, 50, 50, 0.3); padding:30px; border-radius:4px; text-align: center;}
.wf-modal-back{display: none;position:fixed; height:100%; width:100%; top:0; left:0; z-index:9998; background:rgba(255,255,255,0.8);}
.wf-modal-content{padding:0 0 40px 0;}
.buttonsHolder{display:block; width:100%; text-align:center;}
.wf-modal-content>.title{font-weight: 700;}
.buttonsHolder>button{display:inline-block; margin:0 10px; border:none; padding:8px 20px; color:#fff;}
.buttonsHolder>button.yes{background:#2ecc71;}
.buttonsHolder>button.no{background:#e74c3c;}
.buttonsHolder>button.ok{background:#3498db;}