@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;}
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.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; overflow: visible;}
#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{float:left; margin:0 15px 0 0; line-height:25px;}
#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;
}
#displayOptions button {

    border-color: #8f8f8f;
    color: #8f8f8f;

}
.search-sm::after {
    font-family: simple-line-icons;
    content: "\e090";
    font-size: 14px;
    border-radius: 10px;
    color: #8f8f8f;
    position: absolute;
    width: 25px;
    right: 2px;
    text-align: center;
    cursor: pointer;
    top: 2px;
}
.search-sm {
    position: relative;
}
.search-sm input {
    background: none;
    outline: initial !important;
    border: 1px solid #8f8f8f;
    border-radius: 15px;
    padding: .4rem .75rem;
    font-size: .76rem;
    line-height: 1.3;
    color: #212121;
}
.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;
    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:cover; position:relative; margin:0 0 40px 0; color: #ccc;}
.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%);}

/* 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; font-size: .8rem; padding: .75rem 1.3rem .6rem;}
.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
}
.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;}

/* 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;}

/*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 span{}
.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;}
.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;}
.tableNewsThumb{width:200px !important;}
.tableBanner{width:200px !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;}

/*-------------------------- 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;}




html, body{font-family:'Open Sans',sans-serif; font-weight:400; color:#2c2c2e; font-size:16px; line-height:1.75; word-wrap:break-word; background:#fff; position:relative;}
h1{/*font-size:inherit; line-height:inherit; font-weight:inherit; margin:inherit; padding:inherit;*/}
.h1{font-size:28px; font-weight:600; margin:0 0 30px 0;}
h2{font-size:inherit; line-height:inherit; font-weight:inherit; margin:inherit; padding:inherit;}
.h2{padding: 0; margin: 0 0 20px; font-weight: 600; font-size: 22px; line-height: 22px;}
a{text-decoration:none; color:inherit; outline:none;}
p{margin:0 0 20px 0;}
p:last-child{margin:0;}
textarea{resize:none;}
input:focus {outline:none;}
.toggleMenu{margin:0; background: #fff; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; cursor:pointer; z-index:11; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); color: #28aea3;}
.toggleMenu.invert {background:#fff; color:#333;}
.transition2s{transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;}
.transition3s{transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.nonMobile{display:block;}
.mobile{display:none;}
body.homeBg::after{position:fixed; top:0; left:0; right:0; bottom:0; content:""; background:url(../img/home-bg.jpg) repeat;}
.homeBg{}

.sideMenuBar{position: fixed; left: 0; top: 0; bottom: 0; width: 150px; padding:25px 10px; text-align: center; -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2); z-index:5; background:#fff;}
.sideMenuBar .logo{display:block; margin:0 0 50px 0;}
.sideMenuBar .sideMenuHolder{}
.sideMenuBar .sideMenuHolder a{display: block; padding: 20px 0; font-size: 26px; color: #6f6f6f;}
.sideMenuBar .sideMenuHolder a.active{background:#eee;}
.sideMenuBar .sideMenuHolder a:hover{background:#f2f2f2;}
.sideMenuBar .sideMenuHolder button {display: block; padding: 20px 0; font-size: 26px; color:#6f6f6f; border: none; background: none; width: 100%;}
.sideMenuBar .sideMenuHolder button:hover{background:#f2f2f2;}

.sideCartBar{position: fixed; top: 0; left:-600px; bottom: 0; width:600px; background: #fff; z-index:4; padding:0 0 0 150px; overflow-y:scroll;}
.sideCartBar.open{left:0;}
.sideCartBar .item{overflow: hidden; border-bottom: 1px solid #e5e5e5; padding: 15px 30px 15px 0; position:relative;}
.sideCartBar .item .thumb{width:25%; float: left; margin:0 5% 0 0;}
.sideCartBar .item .info{width:50%; float: left;}
.sideCartBar .item .info .title{display: block; font-weight: 600; font-size: 16px; line-height:1.2; margin: 0 0 10px 0;}
.sideCartBar .item .info .code{display: block; font-size:13px; line-height: 16px; color: #999; font-style:italic;}
.sideCartBar .item .info .pricesHolder{margin:10px 0 0 0;}
.sideCartBar .item .info .pricesHolder .price{color:#fc7265;}
.sideCartBar .item .quantity{width:20%; float:left; text-align: center;}
.sideCartBar .item .quantity input{width: 100%; text-align: center;  border: none; color: #00aaad; font-weight: 700; font-size: 24px; padding: 0; margin: 0; line-height:40px;}
.sideCartBar .item .quantity .fas{margin:0 5px; font-size:22px; cursor:pointer; width: 25px; height: 25px; line-height: 25px; text-align: center;}
.sideCartBar .item .quantity .fas:hover{background:#eee;}
.sideCartBar .item .quantity .minus{}
.sideCartBar .item .quantity .plus{}
.sideCartBar .item .delete{position: absolute; top: 0; right: 0; bottom: 0; width: 30px; background: #e5e5e5; text-align: center; cursor:pointer; z-index:3;}
.totalHolder{border-bottom: 1px solid #e5e5e5; padding:15px 30px; overflow:hidden;}
.totalHolder .total{width:50%; float:right; line-height: 40px; font-weight: 700; font-size: 18px; text-align:right;}
.totalHolder .button{width:50%; float:left; height: 40px; background: #00aaad; color: #fff; line-height: 40px; border-radius: 5px; text-align: center; font-size: 14px; text-transform:uppercase;}
.cartOverlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 3; display:none;}
.cartOverlay .close{position:absolute; top:20px; right:20px; color:#fff; cursor:pointer; font-size:30px;}
.emptyCart{padding: 20px; text-align: center; font-size: 15px; color:#aaa;}

header{margin:70px 100px 70px 200px; z-index:1; position:relative;}
.searchForm{background: #fff; margin:0; border: 1px solid #e2e2e2; border-radius: 5px; overflow: hidden; -webkit-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15);}
.searchForm input{width: 80%; border: none; background: none; height: 50px; padding: 0 20px;}
.searchForm button{height: 50px; width: 20%; float: right; border: none; color: #fff; background: #00aaad;}
.totalUnrealized{padding: 12px 20px; border-bottom: 1px solid #ccc; clear: both; background: #f2f2f2; margin: 0 0 30px 0 !important; color: #c00;}
.clientInfoHolder{display:table; margin:0 0 70px 0; width:100%;}
.clientInfoHolder .logoHolder{-webkit-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); background: #fff; border-radius: 5px; width:200px; margin: 0 20px 0 0; float: left; padding:25px 0;}
.clientInfoHolder .logoHolder img{padding:25px; width:120px; height:120px; border-radius:50%; display:block; margin:0 auto; background:#f7f6f4;}
.clientInfoHolder .logoHolder .letter{background: #ad0054; width: 100px; height: 100px; display: block; margin: 0 auto; line-height: 100px; text-align: center; color: #fff; border-radius: 50%; font-size: 40px; font-weight: 900;}
.clientInfoHolder .infoHolder{-webkit-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); background: #fff; border-radius: 5px; width:40%; margin:0 20px 0 0; float: left;}
.clientInfoHolder .infoHolder.large{width:70%;}
.clientInfoHolder .infoHolder .title, .clientInfoHolder .infoHolder .titleNoClick{padding: 12px 20px; border-bottom: 1px solid #ccc; clear: both; background: #f2f2f2; margin:0; cursor:pointer;}
.clientInfoHolder .infoHolder .title:hover{background:#fff;}
.clientInfoHolder .infoHolder .title .fas{margin:0 5px 0 0;}
.clientInfoHolder .infoHolder .title .fas.fa-chevron-down{float: right; line-height: 30px; margin: 0 !important;}
.clientInfoHolder .infoHolder .half{width:calc(100% / 3); padding: 5px 20px; float: left; font-size: 14px; font-weight: 300; line-height: 16px; margin: 0 0 5px 0;}
.clientInfoHolder .messagesHolder{width:100%; float:left; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);}
.clientInfoHolder .messagesHolder .title, .clientInfoHolder .messagesHolder .titleNoClick{padding: 12px 20px; border-bottom: 1px solid #ccc; clear: both; background: #f2f2f2; margin:0; cursor:pointer;}
.clientInfoHolder .title{padding: 12px 20px; border-bottom: 1px solid #ccc; clear: both; background: #f2f2f2; margin:0;}
.clientInfoHolder .title .fas{margin:0 5px 0 0;}
.clientInfoHolder .messagesHolder .title:hover{background:#fff;}
.clientInfoHolder .messagesHolder .title .fas{margin:0 5px 0 0;}
.clientInfoHolder .messagesHolder .title .fas.fa-chevron-down{float: right; line-height: 30px; margin: 0 !important;}

.clientInfoHolder .informationsHolder{width:calc(60% - 20px); float:left; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);}
.clientInfoHolder .informationsHolder .title, .clientInfoHolder .informationsHolder .titleNoClick{padding: 12px 20px; border-bottom: 1px solid #ccc; clear: both; background: #f2f2f2; margin:0; cursor:pointer;}
.clientInfoHolder .informationsHolder .title:hover{background:#fff;}
.clientInfoHolder .informationsHolder .title .fas{margin:0 5px 0 0;}
.clientInfoHolder .informationsHolder .title .fas.fa-chevron-down{float: right; line-height: 30px; margin: 0 !important;}
.b2bInformationsHolder .b2bInformationHolder{background:#fff; padding:15px 20px; border-bottom: 1px solid #ddd; overflow:hidden; font-size:14px;}
.b2bInformationsHolder .b2bInformationHolder .date{margin: 0 0 5px 0; font-size: 13px; color:#999;}
.b2bInformationsHolder .b2bInformationHolder .text{font-size: 14px; line-height: 1.4;}

.infosHolder{overflow: hidden; margin:10px 0;}
.infosHolder.open{display:block;}
.deliveryInfoHolder{width:25%; margin:0 0 0 3%; float: left; padding:0;}
.deliveryInfoHolder .deliveryInfo{display:none;}
.deliveryInfoHolder .deliveryInfo input{width: 100%; border: 1px solid #ccc; line-height: 40px; padding: 0 20px; margin: 0 0 10px 0; border-radius: 5px; font-size: 14px;}
#delivery{display:none;}
#delivery + label{padding: 20px 40px; background:#eee; border-radius: 5px; text-align: center; line-height: 1.2; display: table; margin: 0 auto 20px auto; color:#999; font-size:14px; cursor:pointer;}
#delivery:checked + label{color:#fff; background:#00aaad; text-decoration: underline;}
.subtitle{font-weight: 600; margin:10px 0 5px 0; line-height: 27px; text-transform: uppercase;}
.categoriesHolder{background:#fff; overflow:hidden; border-radius:5px; -webkit-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); margin:0 0 30px 0;}
.categoriesHolder .item{float: left; width: calc(100%/4); padding: 15px 20px; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; font-size: 13px; text-transform: uppercase; line-height: 18px;}
.categoriesHolder .item:hover{background:#f2f2f2;}
.categoriesHolder .item.active{background:#f2f2f2;}
.categoriesHolder .item .fas{margin:0 10px 0 0;}
.categoriesHolder.leftColumn{width:25%; float:left; margin:0 2% 0 0;}
.categoriesHolder.leftColumn .item{width:100%;}

.filteringForm{float:left;}
.filteringForm select{float: left;
border: none;
color: #fff;
background: #00aaad;
line-height: 3;
padding: 10px 40px;
border-radius: 3px;
margin: 0 20px 0 0;
font-size: 14px;
text-decoration: underline;}
.sendrequest {float: right; border: none; color:#fff; background:#00aaad; line-height: 3; padding: 0 40px; border-radius: 3px; margin: 0 0 20px 0; font-size: 14px; text-decoration: underline;}

.b2bOrdersHolder{margin: 0 0 70px 0;}
.b2bOrdersHolder .header{font-weight: 700; font-size: 14px; background:#333; padding:10px 20px; margin:0 0 10px 0; color:#fff;}
.b2bOrdersHolder .header .no{width: 150px; display: inline-block;}
.b2bOrdersHolder .header .total{width: 150px; float:right; text-align:right;}
.b2bOrdersHolder .header .status{width: 150px; float:right; text-align:center;}
.b2bOrdersHolder .header .date{width:200px; float:right; text-align:center;}
.b2bOrdersHolder .header .brand{width: 150px; float:right; text-align:center;}
.b2bOrdersHolder .header .type{width: 150px; float:right; text-align:center;}
.b2bOrdersHolder .b2bOrderHolder{background:#fff; padding:15px 20px; border-bottom: 1px solid #ddd; overflow:hidden; font-size:14px; cursor:pointer;}
.b2bOrdersHolder .b2bOrderHolder.open{background:#ccc;}
.b2bOrdersHolder .b2bOrderHolder:hover{background:#eee;}
.b2bOrdersHolder .b2bOrderHolder .no{width: 150px; display: inline-block; line-height:1; float:left;}
.b2bOrdersHolder .b2bOrderHolder .total{width: 150px; float:right; text-align:right; line-height:1;}
.b2bOrdersHolder .b2bOrderHolder .status{width: 150px; float:right; text-align:center; line-height:1;}
.b2bOrdersHolder .b2bOrderHolder .date{width:200px; float:right; text-align:center; line-height:1;}
.b2bOrdersHolder .b2bOrderHolder .brand{width: 150px; float:right; text-align:center; line-height:1;}
.b2bOrdersHolder .b2bOrderHolder .type{width: 150px; float:right; text-align:center; line-height:1;}
.b2bOrderProducts{padding: 20px; background:#f2f2f2; font-size: 14px; line-height: 1.4; margin: 0 0 20px 0; display:none;}
.b2bOrderProducts table{width:100%;}
.b2bOrderProducts table tr th{border-bottom:2px solid #333; padding:0 0 10px 0;}
.b2bOrderProducts table td{padding:10px 0; border-bottom:1px solid #ddd;}
.b2bOrderProducts table tr:last-of-type td {border-bottom: initial;}
.b2bOrderProducts .galleryItem{width:30%; margin:0 5% 5% 0; float:left;}
.b2bOrderProducts .galleryItem:nth-child(3n){margin:0 0 5% 0;}
.allOrders{display: block; float: right; margin: 10px 0 0 0; padding: 10px 30px; color:#fff; background:#00aaad; line-height: 1; font-size: 14px; border-radius: 3px; font-weight: 300;}
.answersWrapper{margin: 20px 0;}
.answersWrapper .title{font-weight: bold; margin-bottom: 10px;}
.answersWrapper .answerWrapper{padding: 10px; border-bottom: 2px solid #fff; background: #f2f2f2; display: table; width: 100%;}
.answersWrapper .answerWrapper .date{display: block; font-size: 10px; margin-bottom: 5px;}
.answersWrapper .answerWrapper .status{display: block; float: right; font-size: 12px; background: #fff; padding: 5px 10px; cursor: pointer; margin: 15px 0 0 15px;}
.newMessage{font-size: 12px; width: 150px; float: left; text-align: center; line-height: 1; color: red;}

.b2bOrdersHolder .b2bOrderHolder.statusColorNew{background:#bae1ff;}
.b2bOrdersHolder .b2bOrderHolder.statusColorDuring{background: #ffdfba;}
.b2bOrdersHolder .b2bOrderHolder.statusColorSuccess{background:#baffc9;}
.b2bOrdersHolder .b2bOrderHolder.statusColorFail{background:#ffb3ba;}

.b2bMessagesHolder .header{font-weight: 700; font-size: 14px; background:#333; padding:10px 20px; margin:0 0 10px 0; color:#fff;}
.b2bMessagesHolder .header .no{width:50px; display: inline-block;}
.b2bMessagesHolder .header .status{width: 150px; float:right; text-align:center;}
.b2bMessagesHolder .header .date{width:130px; float:right; text-align:center;}
.b2bMessagesHolder .header .document{width:100px; float:right; text-align:center;}
.b2bMessagesHolder .header .text{width:calc(100% - 430px); float:right;}
.userDocument{width:calc(50% - 90px); float:right;}
.b2bMessagesHolder .b2bMessageHolder{background:#fff; padding:15px 20px; border-bottom: 1px solid #ddd; overflow:hidden; font-size:14px;}
.b2bMessagesHolder .b2bMessageHolder .no{width:50px; display: inline-block; line-height:1; float:left;}
.b2bMessagesHolder .b2bMessageHolder .status{width: 150px; float:right; text-align:center; line-height:1;}
.b2bMessagesHolder .b2bMessageHolder .status .read{cursor:pointer;}
.b2bMessagesHolder .b2bMessageHolder .date{width:130px; float:right; text-align:center; line-height:1;}
.b2bMessagesHolder .b2bMessageHolder .document{width:100px; float:right; text-align:center; line-height:1;}
.b2bMessagesHolder .b2bMessageHolder .text{width:calc(100% - 430px); float:right; line-height:1;}
.green{color:green;}
.red{color:red;}

.productsHolder{width: 73%; float: left; padding: 20px; background: #fdfdfd; border-radius: 5px; -webkit-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15);}
.productsHolder .item{background: #fff; padding: 20px; border: 1px solid #eee; border-radius: 5px; margin: 0 0 20px 0; overflow:hidden;}
.productsHolder .item .thumb{float:left; width:150px;}
.productsHolder .item .info{float:right; text-align:right; width: calc(100% - 170px);}
.productsHolder .item .info .title{text-transform: uppercase; font-weight:400; font-size: 22px; display: block; line-height: 20px; margin: 0 0 5px 0;}
.productsHolder .item .info .code{display: block; color: #999; font-weight: 300; font-size: 14px;}
.productsHolder .item .info .pricesHolder{margin:20px 0 0 0;}
.productsHolder .item .info .pricesHolder .oldPrice{font-size: 14px; position: relative; display: inline-block; color: #999; line-height:18px; float:right;}
.productsHolder .item .info .pricesHolder .oldPrice::after{content: ""; position: absolute; background: #666; height: 1px; width: 100%; left: 0; top: 50%;}
.productsHolder .item .info .pricesHolder .price{color: #fc7265; font-weight: 700; font-size: 20px; line-height: 22px; clear: both; margin:0;}
.productsHolder .item .info .pricesHolder span{font-size:13px; line-height:2; display:block;}
.productsHolder .item .buyHolder{margin:20px 0 0 0; overflow: hidden;}
.productsHolder .item .buyHolder .title{float:right; margin:0; height: 45px; line-height: 45px; font-size: 14px; font-weight: 700;}
.buyHolder .quantity{float:right; margin:0 0 0 20px;}
.buyHolder .quantity .fas{height: 45px; float: left;  line-height: 45px;font-size: 30px; color: #b7db81; margin: 0 5px;}
.buyHolder .quantity #qty{height: 45px; float: left; width:60px; text-align: center; border: 1px solid #ddd; font-weight: 600;}
.buyHolder  #version{height: 45px; float: left; border: 1px solid #ddd; font-size: 13px; padding:0 15px;}
.buyHolder .addToCart{float:right; margin:0 0 0 20px; background: #ffbf00; color: #fff; height: 45px; line-height: 45px; padding: 0 15px; border-radius: 5px; font-size:13px;}
.buyHolder .addToCart .fas{margin:0 0 0 5px;}
.productsHolder .item hr{display: table; width: 100%; clear: both; margin: 15px 0; float: left; border: none; border-bottom: 1px solid #ddd;}
.productsHolder .item .documentButton{display: block; float: right; background: #f2f2f2; padding: 10px 20px; margin: 0 0 0 10px; font-size: 12px; letter-spacing: 0.5px;}

main{position: relative;z-index: 1; margin: 0 100px 70px 200px;}

/* cart page */
.cartHolder{padding:30px; background:#fff;}
.cartHolder .item{overflow: hidden; border-bottom: 1px solid #e5e5e5; padding:20px; position:relative;}
.cartHolder .item .thumb{width:130px; float: left; margin:0 20px 0 0;}
.cartHolder .item .info{width:calc(100% - 550px); float: left;}
.cartHolder .item .info .title{display: block; font-weight: 600; font-size: 16px; line-height:1.2; margin: 0 0 10px 0;}
.cartHolder .item .info .code{display: block; font-size:13px; line-height: 16px; color: #999; font-style:italic; margin:0 0 10px 0;}
.cartHolder .item .info textarea{border: 1px solid #ccc; border-radius: 10px; padding: 10px 15px; line-height: 1.2; font-size: 12px; width: 50%; height: 80px;}
.cartHolder .item .info .pricesHolder{margin:10px 0 0 0;}
.cartHolder .item .info .pricesHolder .price{color:#fc7265;}
.cartHolder .item .quantity{width:100px; float:left; text-align: center;}
.cartHolder .item .quantity input{width: 100%; text-align:right;  border: none; padding: 0; margin: 0; line-height:40px;}
.cartHolder .item .quantity .fas{margin:0 5px; font-size:22px; cursor:pointer; width: 25px; height: 25px; line-height: 25px; text-align: center;}
.cartHolder .item .quantity .fas:hover{background:#eee;}
.cartHolder .item .quantity .minus{}
.cartHolder .item .quantity .plus{}
.cartHolder .item .perItem{width:150px; float:left; text-align:center; line-height: 40px; color: #fc7265;}
.cartHolder .item .totalPerItem{width:150px; float:left; text-align:right; line-height: 40px;}
.cartHolder .item .delete{position: absolute; top: 0; right: 0; bottom: 0; width: 30px; background: #e5e5e5; text-align: center; display:none; cursor:pointer; z-index:3;}
.totalHolder{border-bottom: 1px solid #e5e5e5; padding:15px 30px; overflow:hidden;}
.totalHolder .totalHolder2{width:50%; float:right; line-height: 40px; font-weight: 700; font-size: 18px; text-align:left;}
.totalHolder .totalHolder2 .total{width:auto; margin:0 10px 0 0; float:none; display:inline;}
.totalHolder .button{width:30%; float:left; height: 40px; background: #00aaad; color: #fff; line-height: 40px; border-radius: 5px; text-align: center; font-size: 14px; text-transform:uppercase; border:none; max-width:200px;}

footer{margin:0 100px 70px 200px; z-index:1; position:relative;}
.smallBanner{margin:0; display:block; border-radius:5px; overflow:hidden;}

/* Form */
.formHolder{padding: 20px; background:#fff; overflow: hidden; border-radius: 5px; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); margin: 0 0 30px 0; width: 50%;}
.formHolder .title{font-weight: 700; font-size: 20px;}
.form-group{margin:0 0 20px 0; overflow: hidden;}
.form-check{width: 50%; display: block; float: left;}
.form-group label{width: 100%; display: block; font-size: 14px; line-height: 2;}
.form-group label .small{color:red; float: right; font-size: 12px; font-weight: 700;}
.form-group input{width:100%; height:40px; line-height:40px; border:1px solid #ddd; padding:0 10px;}
.form-group select{width:100%; height:40px; line-height:40px; border:1px solid #ddd; padding:0 10px;}
.form-group textarea{width:100%; height:100px; line-height:40px; border:1px solid #ddd; padding:0 10px;}
.form-check input{width: auto; float: left; height: 28px; margin: 0 0 0 15px; display:none;}
.form-check label{float: left; background:#f2f2f2; width: 90%; padding: 10px; color:#aaa; text-align: center;}
.form-check input:checked + label{background: #00aaad; color:#fff;}
.formHolder button{height: 50px; border: none; color:#fff; background:#00aaad; padding: 0 50px; border-radius: 5px;}

/* Search */
.searchHolder{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.95); z-index: 1; transform: scale(0.5) rotate(15deg); opacity: 0; visibility:hidden;}
.searchHolder::after{position: absolute; content: ""; top: 33px; right: 32px; bottom: 33px; left: 32px; border: 4px double #00aaad; border-radius:20px;}
.searchHolder.show{transform:scale(1) rotate(0deg); opacity:1; visibility:visible;}
.searchHolder .close{font-size: 30px; color: #00aaad; position: absolute; top: 20px; right: 20px; z-index:1; background:#fff; cursor:pointer;}
#searchForm{position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 40%; z-index:1;}
#searchForm input{border: none; border-bottom:2px solid #00aaad; background: transparent; width: 100%; color: #000; font-size:20px; line-height: 50px; font-weight: 100; margin: 0 0 20px 0;}
#searchForm button{border: none; display: table; margin: 0 auto; width: 40%; background: #00aaad; color:#fff; line-height: 45px;}

#backToTop{bottom:30px; right:30px; cursor:pointer; display:none; height:60px; position:fixed; width:60px; border-radius:50%; font-size:20px; line-height:60px; text-align:center; z-index:100; color:#352e1f; background:#28aea3;}