* {
    font-family: "Jost", sans-serif;
}

body{
    letter-spacing: 1px;
}

.no-padding{
    padding-left: 0;
    padding-right: 0;
}
/*************************************
#HEADER - START
*************************************/
#mainNav .navbar-nav li.nav-item {
    width: fit-content;
}
#mainNav .navbar-nav p {
    font-size: 13px;
    margin-top: 4px;
}
img.nav-icon, img.img-icon {
    max-height: 32px;
}
/*************************************
!HEADER - END
*************************************/
/*************************************
#LOGIN - START
*************************************/
.form-control:focus {
    box-shadow: none;
    border: 1px solid #b9b9b9;
}
.page-login {
    background-image: url(../images/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.form-signin {
    padding: 0;
    max-width: 500px;
}
.form-signin button[type=submit] {
    font-size: 14px;
    padding: 6px 20px;
}
.form-signin button[type=submit]:hover,
.form-signin button[type=submit]:focus {
    background-color: #007161 !important;
}
.form-signin .checkbox.mb-3 {
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}
.form-signin .checkbox.mb-3 input {
    transform: translate(0, 1.1px);
    margin-right: 2px;
}
body.page-login {
    padding-top: 0;
}
/*************************************
!LOGIN - END
*************************************/

div#catalogue-items > div .heading{
    padding: 6px 0;
}
div#catalogue-items > div .heading .title{
  font-size: 16px;
}

.navbar .container-xl {
    max-width: 100%;
    border-bottom: 2px solid #d7d9da;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
nav.navbar{

    box-shadow: none;
    padding-left: 55px;
    padding-right: 55px;
}

body.default-layout .footer {
    padding: 20px 24px;
}
.badge {
color: #fff;
    padding: 2px 10px;
    border-radius: 0;
    text-transform: uppercase;
    background: #f18f01;
    line-height: 1.5;
    font-size: 12px;
}

.badge-success{
    background: #8bc53f;
}

div#catalogue-items .history .details {
    color: #838384;
    font-size: 12px;
}

.catalogue-item{
    padding:0;
    margin-bottom: 10px;
}

body.default-layout .content-wrapper .content{
    padding-right: 40px;
    padding-left: 40px;
}

.content-wrapper > .heading{
    padding-right: 55px;
    padding-left: 55px;
    padding-top: 8px;
    background-color: #fff;
}

body.default-layout .navbar.fixed-top + #main{
    padding-top: 0;
    background-color: #ffffff;
}

.content-title h2{
    color: #404040;
    font-size: 32.5px;
}

.content-title{
    padding-bottom: 20px;
}

.btn{
    padding: 4px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Opens Sans", sans-serif !important;
    font-size: 12px;
}

.catalogue-item .btn-group a {
    font-size: 21px;
    color: #838384;
    margin: 0 4px;
}
div#catalogue-items .history .details{
    padding: 8px 0 12px;
}

.container-custom,.container{
    max-width: 1935px;
}

.product-image{
    min-height: 163px;
}

.product-items .first-column > .row,
.product-items .second-column > .row,
.row.catalogue-builder,
.catalogue-options-form.row,
.row{
    margin-left: 0;
    margin-right: 0;
}

.product-items .first-column,
.product-items .second-column {
    padding: 15px 15px 35px;
    border: 2px solid #cecece;
    background-color: #fff;
    width: fit-content;
}

.product-items{
    padding: 15px;
    background-color: #fafafa;
    margin: 0;
}

.catalogue-options-form{
    background-color: #f1f1f1 !important;
}

.tree-node{
    font-size: 12px !important;
}

.tree-arrow.has-child:after{
    width: 7px !important;
    height: 7px !important;
}

.tree-arrow.has-child{
    width: 20px !important;
}

.tree>.tree-filter-empty, .tree>.tree-root{
    padding: 3px 30px !important;
}

.product-item-wrapper.col-md-6 .product-info{
    top: 0!important;
    width: 40%!important;
    position: absolute!important;
}

.product-item-wrapper.col-md-6 .image-wrapper{
    position: relative;
    max-width: 60%;
    margin-left: auto;
}

.product-item-wrapper.col-md-6 .product-item .title{
    text-align: left;
}

.product-item-wrapper.col-md-6 .product-item .product-details{
    margin-top: 50px;
}

.product-item-wrapper.col-md-6 .product-item .barcode-info{
    position: absolute;
    bottom: 6px;
    left: 6px;
}

.product-item-wrapper.col-md-6 .add-block{
    display: flex;
    flex-flow: column;
    top: 51px;
    z-index: 99;
}

.product-item-wrapper.col-md-6 .product-info .rrp-ob{
    align-items: center;
}

.product-item-wrapper:not(.col-md-6) .product-item .barcode-info{
    width: 51px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}

.product-item-wrapper:not(.col-md-6) .product-item .barcode-info span{
    font-size: 9px;
}

.product-item-wrapper:not(.col-md-6) .product-info .units-rrp{
    min-width: 90px;
}


.product-item .product-details{
    justify-content: space-between;
}

.product-item .title,
.product-item .product-details{
    font-size: 9px;
    letter-spacing: 0;
}

.page--build-catalogue .xmodal-dialog{
    max-width: 460px !important;
}

.page--build-catalogue .xmodal-dialog .ql-editor{
    min-height: 20em;
}

.page--build-catalogue .xmodal-dialog .modal-body{
    padding: 0;
}

.page--build-catalogue .xmodal-dialog .modal-footer{
    padding-left: 0;
    padding-right: 0;
}
.page--build-catalogue .button.btn-block-images {
    right: 15px !important;
}

.login form {
    margin-bottom: 60px;
}
.login h4 {
    margin-top: 45px;
    font-size: 16px;
    color: #AAA;
}

.login .col-md-3 a span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.login .col-md-3 a img {
    max-width: 100%;
    border: 1px solid #f5f5f5;
}
.login .col-md-3 a:hover img {
    max-width: 100%;
    border: 1px solid #8bc53f;
}

/*************************************
#FOOTER - START
*************************************/
.footer .row:last-child{
    margin-top: 0;
}

.footer .row:last-child p{
    text-align: left;
}
.footer a.impulse-marketing:hover {
    text-decoration: none;
}
.footer .impulse-marketing span {
    font-size: 14px;
    margin-left: 6px;
}
.bottom-footer .mb-3 {
    margin-bottom: 0 !important;
}
.bottom-footer p {
    margin-bottom: 0;
    font-size: 13px;
}
/*************************************
!FOOTER - END
*************************************/

.col-form-label{
    text-align: right;
}

.modal-header{
    font-size: 24px;
    padding-bottom: 10px;
}

.modal-body.block-grey{
    padding: 20px;
    background-color: #ececec;
}

.modal-body label{
    text-align: right;
}

.xmodal-dialog{
    top: 30px;
}

.modal-catalogue-preview.xmodal .product-preview > .product-items.row{
    align-items: stretch;
    height: 100%;
}

.modal-catalogue-preview.xmodal .product-preview > .product-items.row .first-column .row{
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-catalogue-preview.xmodal .product-preview > .product-items.row .cover-image{
    height: auto;
}

.xmodal.modal-catalogue-preview.xmodal .product-preview .product-items > .second-column .row{
    align-items: stretch;
    flex-wrap: wrap;
}

body.page--front-covers .navbar.fixed-top + #main,
body.page--block-images .navbar.fixed-top + #main{
    background-color: #fff;
}

body.page--front-covers .content-wrapper .content.container-fluid > .row,
body.page--block-images .content-wrapper .content.container-fluid > .row{
    background: #fafafa;
    border: 2px solid #d7d9da;
    padding: 20px;
}

/* @media (min-width: 641px){
.xmodal-dialog{
    max-width: 500px !important;
}
} */
/*************************************
#PRODUCT SELECTION - START
*************************************/
.product-selection .nav-tabs {
    background-color: transparent;
    border-right: none;
    border-left: none;
}
.product-selection .nav-tabs a.nav-link {
    padding: 20px;
}
.product-selection .nav-tabs a.nav-link:hover,
.product-selection .nav-tabs .nav-link.active,
.product-selection .nav-tabs .nav-item.show .nav-link {
    background: #ececec;
    color: #495057;
}

.product-selection .nav-tabs > li.nav-item{
    border-bottom: 1px solid #cecece;
}

.product-item .product-details{
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.product-item.grey-border{
  min-height: 100%;
  height: fit-content;
}

.page-info{
    align-items: center;
}

.page-info > *{
    margin-bottom: 0;
}

.page-info span.page{
    font-size: 13px;
}

/* .product-item .product-info{
    height: 100%;
} */

.product-item .product-info .barcode-image{
    max-width: 50px;
}

.product-item .product-info .order-box{
    width: 30px;
}

.product-item .product-info .rrp-ob{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*************************************
!PRODUCT SELECTION - END
*************************************/

/*************************************
#THREE CHECKBOX - START
*************************************/
.tree-arrow {
    margin-right: 8px;
}
/*************************************
!THREE CHECKBOX - END
*************************************/

/*************************************
#NEW CATALOGUE - START
*************************************/
.catalogue-preview .catalogue-preview-heading {
    text-transform: uppercase;
}
.catalogue-preview {
    margin-bottom: 24px;
}

.catalogue-preview .catalogue-preview-heading{
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    font-size: 12px;
    color: #838384;
    padding-bottom: 20px;
    background-color: transparent;
}

 body.page--new-catalogue .navbar.fixed-top + #main{
    background-color: #fff;
}

.upload-file-content .upload-file svg{
    display: none;
}
/**
.upload-file-content .upload-file-note:before{
    content: '';
    background-image: url(../images/csv-icon.png);
    width: 48px;
    height: 48px;
    display: block;
    background-size: contain;
    margin: auto;
    margin-bottom: 15px;
}
**/
.modal-upload .modal-body{
    margin-bottom: 20px;
    color: #000;
    padding-left:0;
    padding-right: 0;
}

.modal-upload .modal-footer{
    padding-left: 0;
    padding-right: 0;
}
.modal-upload .xmodal-dialog{
    padding: 20px 30px;
}

@media(min-width: 1024px){
    .page--new-catalogue .content-wrapper > .heading{
        max-width: 66%;
        border: none;
        padding-left: 200px;
        padding-top: 100px;
    }
}
/*************************************
!NEW CATALOGUE - END
*************************************/

.cursor-pointer {
    cursor: pointer;
}