html,
body {
    height: 100%;
}

body {
    /*background-color: #f8f8f8;*/
    font-family: 'Source Sans Pro', sans-serif;
    color: #626262;
    font-size: 14px;
}

.ajax-loader {
    visibility: hidden;
}

/*label.required {
    color: #ff0000;
}*/
.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

div.err {
    font-weight: normal;
    color: #ff0000;
    padding-left: 0 !important;
}

a {
    color: #626262;
}

a:hover {
    color: #333333;
}

textarea {
    resize: vertical;
    font-weight: normal;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0;
    min-height: 568px;
    background-color: white;
}

#page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    /*border-left: 1px solid #e7e7e7;*/
}

.navbar {
    margin-bottom: 0;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li a {
    padding: 15px;
}

.sidebar ul li a:hover {
    color: #333333;
}

.sidebar ul li a i {
    width: 30px;
}

.sidebar ul li a.active {
    background-color: #eeeeee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.sidebar ul li.nav-dropdown.active>a {
    background: #eee;
    color: #337ab7;
}

.sidebar ul li.nav-dropdown .nav-dropdown-items {
    list-style-type: none;
    padding: 0;
    background: #eee;
}

.sidebar ul li.nav-dropdown .nav-dropdown-items .nav-item a {
    display: block;
    padding: 5px 15px 5px 50px;
    position: relative;
    font-size: 13px;
}

.sidebar ul li.nav-dropdown .nav-dropdown-items .nav-item a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 25px;
    top: 10px;
    display: inline-block;
    background: #626262;
    border-radius: 50%;
}

.sidebar ul li.nav-dropdown .nav-dropdown-items .nav-item a:hover,
.sidebar ul li.nav-dropdown .nav-dropdown-items .nav-item a:focus {
    text-decoration: none;
}

.sidebar ul li.nav-dropdown .nav-dropdown-items .nav-item a:hover:before,
.sidebar ul li.nav-dropdown .nav-dropdown-items .nav-item.active a:before {
    background: #333333;
}

.sidebar ul li.nav-dropdown .nav-dropdown-items .nav-item.active a {
    color: #333333;
    font-weight: 600;
}


@media (min-width: 768px) {
    .sidebar {
        left: 0;
    }
}

.sidebar {
    z-index: 1;
    position: fixed;
    width: 250px;
    top: 51px;
    bottom: 0;
    overflow-y: auto;
    background-color: #f8f8f8;
    height: calc(100% - 51px);
    border-right: 1px solid #e7e7e7;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sidebar-collapse .sidebar {
    left: -250px;
}

#page-wrapper {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sidebar-collapse #page-wrapper {
    margin-left: 0;
}

@media (max-width: 767px) {
    .navbar-brand {
        width: auto !important;
    }

    .navbar-right {
        float: right;
    }

    .navbar-header {
        float: left;
    }

    .sidebar {
        left: -250px;
    }

    .sidebar-collapse .sidebar {
        left: 0;
    }

    .sidebar-collapse #page-wrapper {
        margin-left: 250px;
    }

    #page-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .sidebar-collapse {
        overflow-x: hidden;
    }

    .toggle-button {
        float: left;
    }
}

@media (max-width: 639px) {

    .stepwizard,
    .stepwizard-row {
        display: block !important;
    }

    .stepwizard-step {
        display: inline-block !important;
        width: auto !important;
    }
}

.btn {
    outline: none !important;
    box-shadow: none;
    border-radius: 0;
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #333333;
    border-color: #333333;

}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #010101 !important;
    border-color: #010101 !important;

}

.navbar {
    background-color: #ffffff;
}

.navbar-brand {
    padding: 10px 15px;
    height: auto;
    width: 250px;
}

.navbar-brand img {
    width: 130px;
}

.toggle-button {
    border: 0;
    background-color: transparent;
    padding: 10px 15px;
    height: 51px;
    font-size: 20px;
    color: #333333;
    outline: none;
}

.toggle-button:hover {
    background-color: #eee;
}

.page-header {
    margin: 15px 0 0 0;
    font-weight: 300;
    border-bottom: 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb>li+li:before {
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
}

.product {
    border: 1px solid #eee;
    padding: 15px;
}

.setup-content {
    margin-top: 15px;
    display: block;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #ddd;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}*/

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 1%;
}

.stepwizard-step .btn {
    display: block;
    border-radius: 0;
    margin-left: -1px;
    position: relative;
}

.stepwizard-step .btn-primary,
.stepwizard-step .btn-primary:focus {
    background-color: #d0cfcf !important;
    border-color: #cccccc !important;
    color: rgba(51, 51, 51, 0.65) !important;
}

.stepwizard-step .btn[disabled] {
    background-color: #eeeeee !important;
    color: #333 !important;
    opacity: 0.45 !important;
}

.stepwizard-step .btn.btn-default {
    /*background-color: #5cb85c;
    color: #fff;*/
    color: #5cb85c;
}

.stepwizard-step .btn.btn-default:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
}

.stepwizard-step .btn[disabled]:before,
.stepwizard-step .btn.btn-primary:before {
    content: none;
}

.company-head {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 0;
}

.control-label {
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #dddddd;
    /*text-transform: uppercase;*/
}

.form-control:focus {
    box-shadow: none;
    border-color: #848484;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #eee;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
    border: 1px solid #ddd;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.element-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 0;
    border: 2px dashed #dddddd;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #eee;
    border: 2px dashed #333333;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 400;
    padding: 50px 0;
    font-size: 15px;
}

.file-upload-image {
    max-height: 200px;
    max-width: 100%;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 5px 10px;
    transition: all .2s ease;
    outline: none;
    font-weight: 400;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.elmnt-add {
    margin-top: 0;
}

.sb-hd {
    display: block;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 10px;
    color: #333;
}


.fileinput-remove,
.file-upload-indicator {
    display: none !important;
}

.file-preview {
    padding: 0 !important;
    border-radius: 0 !important;
}

.file-drop-zone {
    padding: 10px !important;
    border-radius: 0 !important;
}

.file-drop-zone-title {
    font-size: 15px !important;
}

.krajee-default.file-preview-frame {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12) !important;
}

.radio-main {
    display: inline-block;
    margin-right: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 400;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #ccc;
}

.control input:checked~.control__indicator {
    background: #333333;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #333333;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

.input-group-addon {
    border-radius: 0;
}

.ProductMain {
    padding: 15px 0
}

.ProductGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}

.ProductGroup>.ProductMain {
    padding: 15px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 33.333333%;
}

@media (max-width: 767px) {

    .ProductGroup>.ProductMain,
    .finishes .ProductGroup>.ProductMain {
        width: 100% !important;
    }
}

@media (max-width: 991px) {

    .ProductGroup>.ProductMain,
    .finishes .ProductGroup>.ProductMain {
        width: 50%;
    }
}

.Product-inner {
    display: block;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.ProductGroup>.ProductMain .product-image {
    height: 220px;
}

.ProductGroup>.ProductMain .product-name {
    position: static;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: auto;
}

.ProductGroup>.ProductMain .pr-prc {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.finishes .ProductGroup>.ProductMain {
    width: 25%;
}

.product-image {
    display: block;
    height: 320px;
    overflow: hidden;
    /*border: 1px solid #ddd;*/
    position: relative;
}

.img-pro {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.product-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding: 5px 10px;
    min-height: 85px;
}

.product-name strong {
    font-weight: 700;
    color: #333;
}

.product-name .text {
    margin: 0;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.product-image:hover .hover-div,
.Product-inner:hover .hover-div {
    opacity: 1;
}

.hover-div {
    opacity: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all ease 0.3s;
}

.hover-div .btn {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    padding: 0;
}

.product-div {
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}

.pr-head {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pr-sb-head,
.fb-sb-head {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    padding: 5px 10px;
    color: #626262 !important;
}

.fb-sb-head {
    padding: 0;
}

.pr-prc {
    background-color: #f5f5f5;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    margin-top: -1px;
    position: relative;
    border: 1px solid #ddd;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f107";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-default>.panel-heading,
.panel-group .panel {
    border-radius: 0 !important;
}

.panel-default>.panel-heading {
    padding: 0 !important;
    background-color: #eee !important;
}

.panel-body {
    padding: 0 15px !important;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.fabric-main .product-image {
    height: 235px;
}

.object-cover {
    /*object-fit: cover;*/
    object-fit: contain;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 3px 7px;
}

.td-img {
    width: 80px;
    height: 50px;
}

.td-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table thead th {
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    background-color: #F7F7F7;
    color: #333;

}

.table-custom.table tbody tr td {
    vertical-align: middle !important;
    position: relative;
}

.table-custom.table tbody tr td:hover .edit-dv {
    display: block;
}

.edit-dv {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
}

.v-middle {
    vertical-align: middle !important;
}

.qty-wd {
    width: 120px;
}

.qnt-pd {
    padding: 0 5px;
    height: 28px;


}

.input-group-btn .btn-default {
    background-color: rgba(243, 243, 243, .7);
}

.btn-default {
    border-color: #dddddd;
}

.btn-minus,
.btn-plus {
    font-size: 10px;
    height: 28px;
    line-height: 16px;
    padding: 0 5px;
}

.pro-main {
    padding: 10px;
    width: 100%;
    display: inline-block;
}

.ProductWrap {
    width: 100%;
    display: inline-block;
}

.ProductWrap .product-box {
    box-shadow: none;
    position: relative;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.productBtnGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}

.ProductWrap .productBtnGroup .product-box.active {
    outline: none !important;
}

.full-width {
    width: 100%;
}

.ProductWrap .productBtnGroup .product-box.active .method {
    border-color: #333333;
    outline: none !important;
}

.ProductWrap .productBtnGroup .product-box .method {

    margin: 5px;
    border: 1px solid #F1F1F1;
    transition: all 0.5s;
}

.rd-pr-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}


.ProductWrap .productBtnGroup .product-box .method:hover {
    border-color: #333333;
    outline: none !important;
}

.prd-nm {
    display: block;
    background: #ffffff;
    padding: 10px 0;
    text-transform: uppercase;
}

.rd-slc {
    position: absolute;
    top: 10px;
    right: 10px;
}

.rd-slc:before {
    content: '';
    display: inline-block;
    color: #EDEDED;
    width: 25px;
    height: 25px;
    border: 2px solid #EDEDED;
    border-radius: 100%;
    background-color: #ffffff;
}

.ProductWrap .productBtnGroup .product-box.active .rd-slc:before {
    border-color: #333333;
}

.ProductWrap .productBtnGroup .product-box.active .rd-slc:after {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.quotationProductName {
    width: 180px;
    height: 80px !important;
}

.quotationProductName img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.fbrc-leather,
.FiberImage {
    display: table-cell;
    vertical-align: middle;
}

.fbrc-leather {
    text-align: left;
}

.FiberImage {
    width: 110px;
    height: 110px;
    /*padding-left: 5px;*/
}

.FiberImage img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.dmn-img,
.dmn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.dmn-img {
    border: 1px solid #ddd;
}

.dmn {
    padding-left: 5px;
}

.img-frm {
    width: auto;
    height: 180px;
    object-fit: contain;
}

.no-padding {
    padding: 0 !important;
    border: 0 !important;
}

.ProductWrap .product-box.dmntn {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.dmntn .rd-pr-img {
    height: 220px;
}

.fbrc-box {
    -ms-flex: 0 0 100px !important;
    flex: 0 0 100px !important;
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 2px;
}

.fbrc-box .rd-pr-img {
    height: 100px;
    object-fit: cover;
}

.fbrc-box .method {
    margin: 0 !important;
    height: 100px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.fbrc-select {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.fbrc-select:last-child {
    border-bottom: 0;
}

.fbrc-box.active .rd-slc:before {
    color: #ffffff !important;
}

.collapse-div {
    display: none;
}

.selected {
    box-shadow: 0 0 0 1px #5cb85c;
}

[data-toggle=buttons] .btn input[type=radio] {
    top: 10px;
    right: 10px;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

#radioBtn .active {
    color: #fff !important;
    background-color: #333 !important;
}

#radioBtn a {
    color: #333 !important;
}

#radioBtn a:hover {
    color: #333 !important;
    background-color: #eee !important;
}

.price-txt {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}


.pricetable table tr {
    background: #fff;
    /*border: 1px solid #ddd;*/
}

.pricetable table th,
.pricetable table td {
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid #ddd;
    font-weight: 600;
    color: #333;
}

.pricetable table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #999;
}

@media screen and (max-width: 600px) {
    .pricetable table {
        border: 0;
    }

    .pricetable table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .pricetable table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .pricetable table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .pricetable table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .pricetable table td:last-child {
        border-bottom: 0;
    }
}

.fvrclonned {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mnprice {
    font-weight: 500;
    /*text-transform: uppercase;*/
    float: none;
    /*float: left;*/
}

.edit-dv-1 {
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
}

.fbrc-leather-utxt {
    text-transform: uppercase !important;
}

.product-name-1 {
    display: block !important;
    padding: 5px 0;
    margin: 0;
}

/*.tblcl1 { width:30px; }
.tblcl2 { width:280px;}
.tblcl3 { width:280px;}
.tblcl4 { width:200px;}
.tblcl5 { width:120px;}
.tblcl6 { width: 180px;}
.tblcl7 { width:100px;}
.tblcl8 { width:30px;}*/
.vrtmd {
    vertical-align: middle !important;
}

.nottxt {
    display: block;
    margin-top: 50px;
    text-align: right;
    color: #999;
}

.nottxt span {
    margin: 0 8px;
}

.nottxticon {
    font-size: 14px !important;
    margin-right: 3px;
}

.modal-content {
    border-radius: 0;
}

body.modal1-on,
body.modal2-on {
    overflow: hidden;
}

.modal1-on .modal,
.modal2-on .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.btns {
    position: absolute;
    right: 40px;
    top: 10px;
}

.btns .btn {
    width: 25px;
    height: 25px;
    padding: 0;
    white-space: normal;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;

}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 1) !important;
    color: #ffffff !important;
    width: 35px;
    border-radius: 0;
    font-size: 24px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}


.loginbg {
    width: 100%;
    background-color: #f8f8f8;
    height: 100%;
}

.login-main {
    display: table;
    height: 100%;
    width: 100%;
}

.vm {
    vertical-align: middle;
    display: table-cell;
}

.height {
    height: 100%;
}

.login-panel {
    width: 350px;
    margin: 0 auto;
}

.logoimg {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.login-panel .panel-body {
    padding: 15px !important;
}

.login-panel .txblack {
    color: #333 !important;
    text-decoration: underline;
}

.login-panel .txblack:hover {
    color: #000 !important;
    text-decoration: none;
}

.filterbox {
    background-color: #f1f1f1;
    padding: 15px 0 0 0;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.product-item {
    padding: 0;
    background: #fff;
    position: relative;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.product-item:hover {
    box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}

.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}

.sticker-new {
    background: url(../../images/products/new.png) no-repeat;
    left: auto;
    right: 0;
}

.pi-img-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
}

.pi-img-wrapper img {
    position: relative;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}

.pi-img-wrapper div {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-item:hover>.pi-img-wrapper>div {
    display: block;
}

.pi-img-wrapper div .btn {
    padding: 3px 10px;
    color: #fff;
    border: 1px #fff solid;
    margin: -13px 5px 0;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    line-height: 1.4;
    font-size: 12px;
}

.product-item .btn:hover {
    background: #222;
    border-color: #c8c8c8;
}

.product-item h3 {
    font-size: 12px;
    padding-bottom: 4px;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}

.product-item h3 a {
    color: #222;
}

.product-item h3 a:hover {
    color: #000;
}

.pi-price {
    color: #e84d1c;
    font-size: 18px;
    float: left;
    padding-top: 1px;
}

.product-item .add2cart {
    float: right;
    color: #a8aeb3;
    border: 1px #ededed solid;
    padding: 3px 6px;
    text-transform: uppercase;
}

.product-item .add2cart:hover {
    color: #fff;
    background: #e84d1c;
    border-color: #e84d1c;
}


.hotel-image-slider {
    position: relative;
    top: -15px;
}

.hotel-image-slider .carousel {
    margin-bottom: 5px;
}

.hotel-image-slider .carousel-cell {
    /*width: 90%;*/
    height: 450px;
}

.hotel-image-slider .carousel-nav.flickity-enabled.is-draggable .flickity-viewport {
    cursor: pointer !important;
}

.hotel-image-slider .carousel-nav .carousel-cell {
    height: 135px;
    width: 135px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
}

.carousel-cell img {
    margin: 0 auto;
}

.carousel-cell img {
    /*width: 100%;*/
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}

.custom-carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prheader {
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    font-size: 36px !important;
    color: #000 !important;
}

.descbox {
    padding: 15px;
    display: block;
    color: #222;
    margin: 50px 0;
}

.descbox p {
    font-weight: 100 !important;
    font-size: 16px;
    line-height: 24px;
}

.descbox h3 {
    font-weight: 100 !important;
    font-size: 24px;
    line-height: 30px;
    padding: 0 25px;
    margin-bottom: 35px;
}


.prductslider {
    display: block;
}

.prductslider .carousel-cell {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    background: transparent;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

.prductslider .carousel-cell img {
    width: 100%;
    object-fit: contain;
}

.prductslider .flickity-prev-next-button.previous {
    display: none;
}

.prductslider .flickity-prev-next-button.next {
    display: none;
}

.prductslider .carousel {
    background: #fff !important;
    border: 1px solid #f1f1f1;
}

.pr-head-1 {
    font-weight: 100 !important;
    font-size: 36px;
    color: #222;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.product-item-1 {
    padding: 0 !important;
}

.material-box-main {
    display: block;
}

.material-box {
    display: block;
}

.material-box .carousel-cell {
    width: 18%;
    height: auto;
    border-radius: 0;
}

.carousel-cell {
    background: none !important;
}

.material-box .flickity-page-dots {
    display: none !important;
}

.hotel-image-slider-1 {
    position: relative;
    left: 0;
    top: 0;
}

.hotel-image-slider-1 .carousel-cell {
    height: 300px;
    width: 100%;
}

.prheader {
    margin: 10px 0;
    padding: 0;
}

.pr-head-2 {
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
}

.material-featrue {
    display: block;
    width: 100%;
}

.material-featrue ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.material-featrue li {
    list-style-type: none;
    padding: 0 0 8px 5px;
    line-height: 24px;
    margin: 10px 15px 0 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    color: #222;
    display: block;
}

.material-featrue li label {
    display: block;
    margin: 0;
    padding: 0;
}

.material-featrue li span {
    display: block;
    margin: 0;
    padding: 0;
}

.mt-4 {
    margin-top: 15px;
}

.mb-2 {
    margin-bottom: 10px;
}

/*sidemenu up and down arraw*/
.nav-item.active .nav-link i.fa-angle-down {
    transform: rotate(-180deg);
}

.krajee-default .file-caption-info {
    width: 100% !important;
    display: block;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
}

.krajee-default .file-caption-info:focus {
    border-color: #333 !important;
    box-shadow: none !important;
    outline: none !important;
}

.ProductWrap {
    border-top: 1px solid #ddd !important;
}

.custome-input-group {
    position: relative;

}

.checkbox-group {
    position: absolute;
    left: 0;
    height: 34px;
    padding: 6px 12px;
    background: #eee;
    border: 1px solid #ccc;
    border-right: 0 !important;
}

.custome-input-group .form-control {
    padding-left: 45px;
}

/*alert msg css*/
.alert {
    margin-top: 7px;
}

.popover {
    max-width: 100% !important;
}

.setup-content .file-drop-zone {
    height: 283px;
    overflow-y: auto;
}

.mb-3 {
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
}

@media (min-width: 992px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .w-5 {
        width: 40px !important;
    }

    .mt-27 {
        margin-top: 27px !important;
    }
}

@media (max-width: 992px) {
    .ml-sm-15 {
        margin-left: 15px !important;
    }

    .mt-sm-15 {
        margin-top: 15px !important;
    }

    .toclone {
        margin-bottom: 15px;
    }

}

.mt-2 {
    margin-top: 15px;
}

.pos-ini {
    position: initial !important;
}

.removeProduct,
.cloneProduct {
    width: 35px;
    margin-top: 5px;
    text-align: center;
    padding: 6px 0;
    margin-left: auto;
    margin-right: auto;
}

.ProductWrap #materialDetails .productBtnGroup .product-box.active .method {
    border-color: #ffffff;
    outline: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.15);
    position: relative;
    z-index: 5;
}

.ProductWrap #materialDetails .productBtnGroup .product-box.active .method:hover {
    border-color: #ffffff;
}

#materialDetails .rd-slc {
    display: none;
}

.ProductWrap #materialDetails .productBtnGroup .product-box.active .method .rd-slc {
    display: block;
}

.rain-cover {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#generatePriceTable .table .form-control {
    width: 100%;
    /*margin: -8px;*/
    margin: -5px;
    /*border: 0;*/
    min-width: 100px;
}

.sweet-alert button.confirm {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.sweet-alert button.confirm:hover {
    background-color: #398439 !important;
    border-color: #255625 !important;
}

.price-includes-section {
    font-size: 10px;
}

.ProductPriceRow {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -ms-flexbox;
    display: flex;
}

.ProductColumn {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}

.materialLabel {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    display: block;
    color: white;
    font-weight: 700;
    font-size: 11px;
}

.border-0 {
    border: 0 !important;
}

.custom-modal-body {
    max-height: 500px;
    overflow: scroll;
}

.table .btn-sm {
    display: inline-table;
    float: left;
    margin: 1px;
}

.ProductWrap .productBtnGroup .product-box .method {
    white-space: normal;
}

/* moodboard css starts */

:root {
    --border-radius: 10px;
    --rounded-radius: 500px;
}

@media (min-width: 1200px) {
    .moodboard-container {
        width: calc(1170px + 30px);
    }
}


.moodboard-section-starts {
    min-height: 100vh;
}

.moodboard {
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
    padding-bottom: 34px;
    height: 100%;
}

.board-section {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 100%;
    position: relative;
    /* background: url(../../images/carpet.png) center center no-repeat;
    background-size: cover; */
    /* -webkit-border-radius: var(--border-radius);
    -moz-radius: var(--border-radius);
    border-radius: var(--border-radius);
    border: 1px solid #707070; */
}

.floor {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.floor-content {
    top: 15px;
    left: 60px;
}

.carpet-picture {
    height: 100%;
    position: absolute;
    width: calc(100% - 16px);
    border: 1px solid #707070;
    overflow: hidden;
    -webkit-border-radius: var(--border-radius);
    -moz-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.carpet-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: calc(var(--border-radius) - 1px);
    -moz-radius: calc(var(--border-radius) - 1px);
    border-radius: calc(var(--border-radius) - 1px);
}

.board-box {
    background-color: #ffffff;
    -webkit-border-radius: var(--border-radius);
    -moz-radius: var(--border-radius);
    border-radius: var(--border-radius);
    border: 1px solid #707070;
    overflow: hidden;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.inner-container {
    width: 816px;
    margin: 0 auto;
    /* position: relative;
    z-index: 1; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-wrapper-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(85% - 55px);
    position: relative;
}

.rug {
    width: 100%;
    height: 100%;
    position: relative;
}

.box-clickable {
    width: 100%;
    height: 100%;
}

.box-content {
    text-align: center;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
}

.rug-content {
    top: 45px;
    left: 150px;
}

.label-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #8E8E8E;
}

.plus-img {
    margin-top: 5px;
}

.sofa-section {
    width: 230px;
    height: 405px;
    position: absolute;
    bottom: -25px;
    left: -25px;
}

.sofa {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sofa .board-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sofa-content {
    top: 78px;
    left: 138px;
}

.cushion-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}

.cushion {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 3;
}

.cushion-content,
.detail-sofa-content,
.center-table-content,
.coffee-table-content,
.center-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.cushion-content {
    white-space: nowrap;
}

.cushion-row {
    display: flex;
    margin-top: 30px;
}

.cushion-row .cushion:not(:last-child) {
    margin-right: 30px;
}

.detail-sofa {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -49px;
}

.detail-sofa .board-box {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sideboard {
    width: 217px;
    height: 267px;
    position: absolute;
    top: -55px;
    left: 327px;
    z-index: 2;
}

.sideboard1-content {
    top: 100px;
    left: 40px;
}

.sideboard2 {
    width: 135px;
    height: 161px;
    position: absolute;
    top: -25px;
    left: 451px;
    z-index: 3;
}

.sideboard2-content {
    top: 42px;
    left: 42px;
}

.center-table {
    width: 275px;
    height: 275px;
    position: absolute;
    left: 284px;
    /* margin-left: 0; */
    bottom: -25px;
    z-index: 2;
    /* -webkit-border-radius: var(--rounded-radius);
    -moz-radius: var(--rounded-radius);
    border-radius: var(--rounded-radius); */
    border-radius: 500px;

}

.center-table .board-box {
    /* -webkit-border-radius: var(--rounded-radius);
    -moz-radius: var(--rounded-radius);
    border-radius: var(--rounded-radius); */

    border-radius: 500px;
}

.armchair-section {
    width: 232px;
    height: 232px;
    position: absolute;
    bottom: 20px;
    right: -55px;
    z-index: 2;
}

.armchair {
    width: 100%;
    height: 100%;

}

.armchair-content {
    left: 18px;
    position: absolute;
    bottom: 10px;
    text-align: left;
}

.armchair-content .plus-img {
    margin-top: 0;
    margin-bottom: 5px;
}

.armchair-content .label-text {
    margin-bottom: 0;
}

.detail-armchair {
    width: 145px;
    height: 145px;
    position: absolute;
    top: 56px;
    left: 32px;
    z-index: 4;
}

.detail-armchair .board-box {
    -webkit-border-radius: var(--rounded-radius);
    -moz-radius: var(--rounded-radius);
    border-radius: var(--rounded-radius);
}

.detail-armchair-content {
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.detail-armchair-content .label-text {
    margin-bottom: 0;
}

.detail-armchair2 {
    width: 209px;
    height: 50px;
    position: absolute;
    top: 35px;
    left: -52px;
    z-index: 3;
}

.detail-armchair2-content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 91px;
    left: 12px;

}

.detail-armchair2-content .plus-img {
    margin-top: 0;
    margin-right: 7px;
}

.detail-armchair2-content .label-text {
    margin-bottom: 0;
}

.detail-armchair3 {
    width: 30px;
    height: 255px;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 3;
}

.detail-armchair3-content {
    display: flex;
    white-space: nowrap;
    align-items: center;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left center;
    top: 50%;
    left: 13px;
}

.detail-armchair3-content .plus-img {
    margin-top: 0;
    margin-right: 7px;
}

.detail-armchair3-content .label-text {
    margin-bottom: 0;
}

.ottoman {
    width: 162px;
    height: 162px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 2;
}

.ottoman-content {
    top: 52px;
    left: 28px;
}

.coffee-table {
    width: 105px;
    height: 105px;
    position: absolute;
    top: -55px;
    right: -55px;
    z-index: 3;
}

.coffee-table .board-box {
    -webkit-border-radius: var(--rounded-radius);
    -moz-radius: var(--rounded-radius);
    border-radius: var(--rounded-radius);
}

.coffee-table-content {
    white-space: nowrap;
}

.edit-button {
    position: absolute;
    z-index: 1;
}

.edit-button .btn-primary {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 0;
    padding: 0;
}

.remove-button {
    position: absolute;
    z-index: 1;
}

.remove-button .btn-danger {
    width: 30px;
    height: 30px;
    opacity: 0.8;
    border: 0;
    padding: 0;
}

.remove-button.left-top-btn {
    left: 48px !important;
}

.detail-sofa .remove-button.left-top-btn {
    top: 48px !important;
    left: 10px !important;
}

.center-table .remove-button.left-top-btn {
    top: 48px !important;
    left: 10px !important;
}

.detail-armchair2 .remove-button.left-top-btn {
    top: 8px !important;
}

.detail-armchair3 .remove-button.left-top-btn {
    top: 48px !important;
    left: 0.5px !important;
}

.armchair-upholstery .remove-button.left-bottom-btn {
    left: 38px;
    bottom: 10px;
}

.left-top-btn {
    left: 10px;
    top: 10px;
}

.center-btn {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.center-btn.remove-button {
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);

}

.coffee-table .center-btn.remove-button {
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.coffee-table .center-btn.edit-button {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.detail-armchair .center-btn.edit-button {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.left-bottom-btn {
    left: 5px;
    bottom: 10px;
}

.selected-material {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: var(--border-radius);
    -moz-radius: var(--border-radius);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.selected-material img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-section {
    flex: 0 0 110px;
    margin-left: 20px;
}

.download-text {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #000000;
}

.download-buttons {
    display: flex;
    flex-direction: column;
}

.download-buttons .btn {
    height: 50px;
}

.download-buttons .btn:not(:last-child) {
    margin-bottom: 10px;
}

/* for fixed section */
.fixed-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed-section .moodboard {
    width: 100%;
    height: calc(650px + 68px);
}

.fixed-section .inner-container {
    padding-top: 15px;
}

.fixed-section .middle-wrapper-section {
    height: 540px;
}

.detail-armchair2 .edit-button {
    top: 8px;
}

.detail-armchair3 .edit-button {
    left: 0;
}

.detail-armchair3 .edit-button .btn {
    width: 30px;
}

/* responsive css */
@media (max-width: 992px) {
    .board-section {
        width: 1044px;
        overflow-x: auto;
        padding-left: 65px;
        padding-right: 15px;
        padding: 20px 65px 0 65px;
    }

    .floor {
        width: 1044px;
    }
}

@media (min-width: 1023px) and (max-width: 1199px) {
    .moodboard-container {
        width: 100%;
    }

    .inner-container {
        max-width: 750px;
    }

    .sideboard {
        left: 280px;
    }

    .sideboard2 {
        left: 404px;
    }

    .center-table {
        width: 250px;
        height: 250px;
    }
}

/*-----moodboard modal popup-----*/
.moodboard-modal.modal .modal-dialog {
    transform: translateX(100%);
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}

.moodboard-modal.modal.in .modal-dialog {
    transform: translateX(0);
}

.moodboard-modal.modal .modal-dialog .modal-content {
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    position: relative;
}

.moodboard-modal.modal .modal-dialog .modal-content .modal-header,
.moodboard-modal.modal .modal-dialog .modal-content .modal-body,
.moodboard-modal.modal .modal-dialog .modal-content .modal-footer {
    padding: 30px;
}

.moodboard-modal.modal .modal-dialog .modal-content .modal-header {
    position: relative;
    border: 0;
}

.moodboard-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.moodboard-modal.modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    font-weight: 500;
    font-size: 35px;
    line-height: 18px;
    opacity: 0.35;
}

.moodboard-modal.modal .modal-dialog .modal-content .modal-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding-top: 0;
}

.material-section {
    border: 1px solid #000000;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.material-search {
    border-bottom: 1px solid #000000;
}

.material-search .input-group .input-group-addon {
    background-color: transparent;
    border: 0;
    font-size: 25px;
    color: #707070;
    padding-right: 0;
    padding-left: 20px;
}

.material-search .form-control {
    height: 50px;
    border: 0;
    font-size: 15px;
}

.material-list-body {
    flex: 1 1 auto;
    min-height: 1px;
    overflow-y: auto;
}

.material-items {
    margin-bottom: 0;
}

.material-items .list-group-item {
    border-radius: 0;
    border: 0;
    padding: 0;
}

.material-item {
    padding: 10px 20px;
    display: block;
}

.material-item:hover,
.material-item:focus,
.material-item:active,
.material-item.active {
    text-decoration: none;
    background-color: #f5f5f5;
}

.material-item .media-left {
    width: 50px;
    height: 40px;
}

.material-item .media-left img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.material-item .media-heading {
    color: #000000;
    font-size: 15px;
}

.media-heading {
    margin-bottom: 0px !important;
}

p {
    margin: 0px !important;
}

.material-item .media-body p {
    color: #8E8E8E;
    font-size: 12px;
    margin-bottom: 0;
}

.selected-mat {
    background-color: rgb(51, 48, 48, 0.1);
}


/*-----material selected-----*/
.sofa .selected-material {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.detail-sofa .selected-material {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.center-table .selected-material,
.detail-armchair .selected-material,
.coffee-table .selected-material {
    -webkit-border-radius: var(--rounded-radius);
    -moz-radius: var(--rounded-radius);
    border-radius: var(--rounded-radius);
}

/* moodboard css end */

.pagination>.active>a {
    background-color: #333 !important;
    border-color: #333 !important;
}

.pagination>.active>a:hover {
    background-color: #010101 !important;
    border-color: #010101 !important;
}

.td-barcode img {
    object-fit: fill;
}

#tableToExport .td-img {
    width: 75px;
    height: 75px;
}

#tableToExport .td-barcode {
    width: 297px;
}

#tableToExport td {
    text-align: center;
    vertical-align: middle;
}

.product-selection-block {
    display: none;
}

table.tableToExport tr td,
table.tableToExport tr th {
    page-break-inside: avoid;
}

.empty-space-for-page-break {
    min-height: 60px;
}

.large-datainfo {
    font-size: 24px !important;
    margin-top: 5px;
}

.p-0 {
    padding: 0;
}

.transparent {
    opacity: 0;
}

/* #divToExport{
    visibility: hidden;
} */
.print-data {
    padding: 15px;
    display: none;
}

.print-data .td-img {
    width: 200px;
    height: auto;
}

.print-data .table thead th {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 0;
    background-color: #ffffff;
}

.print-data .table tbody td {
    color: #000000;
    font-size: 16px;
    vertical-align: middle;
}

/* .print-data .table tbody td.td-img{
    padding: 0;
} */
.print-data .table tbody td,
.print-data .table thead th,
.print-data .table-bordered {
    border-color: #000000;
    text-align: center;

}

table tr.page-break {
    page-break-after: always;
    margin: 4px 0 4px 0;
}

.mainTable>tbody>tr>td {
    font-size: 12px;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    font-weight: 500;
}

.mainTable>thead>tr>th {
    font-size: 14px;
    font-weight: 700;
}

.border-right {
    border-right: 1px solid rgb(51, 51, 51, 0.3);
}

.mt-4 {
    margin-top: 2.5rem;
}

.mainTable thead tr th{
    vertical-align: middle;
    text-align: center;
}
.product-select .product-box{
    max-width: 100%;
    width: 100%;
}