@import "font-awesome.min.css";
a, a:hover, a:active, a:focus{color: #880016;text-decoration: none;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
   padding-right: 15px;
   padding-left: 15px;
}
@media print {
   .buttonBox,.designNotesSectionButtons,.basic{display: none;}
   table.otherCharges .input-group{display: none !important;}
   #setting_charges_disp, #additional_charges_disp, #tax_disp{display: block !important;}
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
   background: transparent !important;
   color: #880016 !important;
}
.has-error {border-color:red;}

.blink-soft {
   animation: blinker 1.5s linear infinite;
 }
 @keyframes blinker {
   50% {
     opacity: 0;
   }
 }
 
/* #mainCanvasSec .canvas-container{
   margin: auto;
   position: absolute;
   padding: 0px;
   left: 0;
   right: 0;
   bottom: 30px;
   border: 1px solid #dfdfdf;
   box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.2);
} */
.siteColor{color: #880016;}
.navbar-default{
   background: #F9F9F9;
}
.navbar-default .navbar-nav>li.active>a {
   background: transparent;
   color: #880016;
}
.navbar.mainNavbar{
   padding: 5px 10px;
   min-height: auto;
}
.navbar.mainNavbar .navbar-brand{
   padding: 0px;
   height: auto;
}
.navbar.mainNavbar .navbar-brand img{
   height: 40px;
}
.navbar.mainNavbar .navbar-collapse{
   padding: 5px 0px;
   float:right;
   display: flex !important;
   align-items: center;
   justify-content: center;
}
.navbar.mainNavbar .navbar-nav>li>a{
   padding: 5px 15px;
}
.navbar.mainNavbar .cartIcon{
   float:left;margin:0px 30px 0 30px;
}
.navbar.mainNavbar #logoutform{
   float: left;margin: 0;
}
.navbar.subNavbar{
   background: #FFFFFF;
   padding: 0 10px;
   min-height: auto;
   display: flex;
   align-items: center;
   justify-content: center;
}
.navbar.subNavbar .designerName{
   line-height: 28px;
   display: inline-flex;
   color: #8f8f8f;
   font-size: 15px;
}
.navbar.subNavbar .pricing_stock_section{
   display: inline-flex;
   margin: 0 auto;
}
.navbar.subNavbar .navbar-nav{
   float: none;
   display: inline-flex;
   flex-direction: row;
}
.nav-pills > li > a {
    border-radius: 0;
 }
 .logoutButton{
   float: right;
   margin: 0 0 0 0;
 }
 #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    height: calc(100vh - 52px - 32px);
 }
 
 #wrapper.toggled {
    padding-left: 250px;
    overflow: hidden;
 }
 .closeSidebarInner{cursor: pointer;}
 #sidebar-wrapper {
    z-index: 1000;
    width: 0;
    height: 100%;
    padding: 0 0px;
    overflow-y: auto;
    background: #880016;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
 }
 #sidebar-wrapper-inner{
   /* display: none; */
   position: absolute;
   top: calc(52px + 32px);
   height: calc(100vh - 52px - 32px);
   overflow-y: auto;
   background: #ffffff;
   width: 250px;
   z-index: 200;
   left: -500px;
   border-right: 1px solid #c1c1c1;
   transition: left .3s cubic-bezier(0.820, 0.085, 0.395, 0.895);
 }
 div#sidebar-wrapper-inner.shown{
   left: 70px;
   /* display: block; */
 }
 
 #wrapper.toggled #sidebar-wrapper {
    width: 70px;
 }
 
 #page-content-wrapper {
    padding: 0px;
    width: calc(100% - 70px);
    overflow-x: hidden;
 }
 
 #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
 }
 
 .fixed-brand {
    width: auto;
 }
 /* Sidebar Styles */
 
 .sidebar-nav {
    /* position: absolute; */
    top: 0;
    /* width: 80px; */
    margin: 0;
    padding: 0;
    list-style: none;
 }
 
 .sidebar-nav li {
    margin-top: 20px;
    /* line-height: 40px; */
    text-align: center;
 }
 .sidebar-nav li > a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 5px;
    font-size: 13px;
 }
 .sidebar-nav li > a i,.sidebar-nav li > a img{
   margin-bottom: 5px;
   font-size: 20px;
 }
 .sidebar-nav li > a:hover {
    text-decoration: none;
    color: #fff;
    background: #828E9A;
    /* border-left: red 2px solid; */
 }
 
 .sidebar-nav li > a:active,
 .sidebar-nav li > a:focus {
    text-decoration: none;
 }
 
 .sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
 }
 
 .sidebar-nav > .sidebar-brand a {
    color: #999999;
 }
 
 .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
 }
 
 .no-margin {
    margin: 0;
 }
 
 @media (min-width: 768px) {
    .fixed-brand {
       width: 250px;
    }
    #wrapper.toggled {
       padding-left: 0;
    }
    #sidebar-wrapper {
       width: 70px;
    }
    #wrapper.toggled #sidebar-wrapper {
       width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
       width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
       width: 250px;
    }
    #page-content-wrapper {
       padding: 0px;
       position: relative;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;
    }
    #wrapper.toggled #page-content-wrapper {
       position: relative;
       margin-right: 0;
       padding-left: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
       position: relative;
       margin-right: 0;
       margin-left: -200px;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;
       width: auto;
    }
 } 

.select2-container {
   width: 100% !important;
}
/** INPUT SPINNER **/
.spinner input {
   text-align: right;
}

.input-group-btn-vertical {
   position: relative;
   white-space: nowrap;
   width: 1%;
   vertical-align: middle;
   display: table-cell;
}

.input-group-btn-vertical > .btn {
   display: block;
   float: none;
   width: 100%;
   max-width: 100%;
   padding: 0 !important;
   margin-left: 5px;
   position: relative;
   border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
margin-top: -2px;
border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
   position: absolute;
   top: 0;
   left: 4px;
   line-height: normal;
}
/** INPUT SPINNER **/

 /** OUR CUSTOM CSS **/
 div#footer-wrapper {
    background: #880016;
    height: 130px;
}
.patternsArea{
    background: #ffffff;
}
.patternsArea div img {
    width: 50px;
    height: 50px;
}
.footerbase button{
    background: #ffffff;
    color: #880016;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
}

#configurator_menu li.active div.patternsArea{
   display: block !important;
}
#configurator_menu li.active div.patternsArea .patternsAreaInner{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}
#configurator_menu > li.active > a{
   background-color: #828f9b !important;
}
#configurator_menu > li > a img{
   width: 20px;
}
.patternsIcons a.active {
   border: 2px dashed #880016;
   /* outline-offset: -5px; */
}
.backgroundImg a.active {
   outline: 2px dashed #880016;
   outline-offset: -5px;
}
.objContextMenu{
   display: none;
   position:absolute;
   width: 150px;
   height: auto;
   background: #e5e5e5;
}
div.objContextMenu ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
div.objContextMenu ul li {
   padding-left: 10px;
   line-height: 30px;
   cursor: pointer;
}
div.objContextMenu ul li:hover{
   background-color: #DFDFDF;
}
div.objContextMenu ul li a{
   color: inherit !important;
   text-decoration: none !important;
   height: 100%;
   display: block;
}
div.objContextMenu ul li a i{
   color: inherit !important;
}
a.activeborder {
   border: 2px dashed #880016;
}
.artsIcons, .vaseIcons, .patternsIcons, .backgroundImg, .shapeIcons{
   margin-top: 15px;
}
.artTagIcons.parentArts.col-xs-12 { padding:0px;}
.patternsIcons{
   display: grid;
   grid-template-columns: repeat(2, calc(50% - 5px));
   grid-gap: 10px;
}
.serviceCatItems,.cameoCustom{margin-bottom: 10px;}
.artsIcons.parentArts .serviceCatItems, .artsIcons.parentArts .cameoCustom, .childArts, .childCameoArts, .artTagIcons{
   display: grid;
   grid-template-columns: repeat(2, calc(50% - 5px));
   grid-gap: 10px;
}
.shapesIcons.customShape, .childShapes, .vaseIcons,
.baseIcons.customBase, .childBase{
   display: grid;
   grid-template-columns: repeat(2, calc(50% - 5px));
   grid-gap: 10px;
   /* padding-bottom: 15px; */
}
.artsIcons .serviceCatItems > div, 
.artsIcons .cameoCustom > div,
.childArts > div,
.childCameoArts > div,
.shapesIcons > div, .childShapes > div,
.baseIcons > div, .childBase > div,
.artTagIcons > div, 
.vaseIcons > div{
   width: 100%;word-wrap: break-word;
   padding: 5px;
   font-size: 13px;
   border: 1px solid #cdcdcd;
   border-radius: 5px;
}
.patternsIcons > div{
   width: 100%;word-wrap: break-word;
   padding: 5px;
   font-size: 13px;
   border: 1px solid #cdcdcd;
   border-radius: 5px;
}

.childArts > div a,
.childCameoArts > div a,
.shapesIcons > div a,.childShapes > div a,
.baseIcons > div a,.childBase > div a,
.artTagIcons > div a , .artTagIcons > div a,
.vaseIcons > div a {
   color: inherit;
   text-decoration: none;
   display: block;
   text-align: center;
   height: 100%;
}
.patternsIcons > div a{
   color: inherit;
   text-decoration: none;
   display: block;
   text-align: center;
   height: 100%;
}
.artsIcons .serviceCatItems > div a,
.artsIcons .cameoCustom > div a {
   color: inherit;
   text-decoration: none;
   display: block;
   text-align: center;
}
.childArts > div a > div,
.childCameoArts > div a > div,
.shapesIcons > div a > div,.childShapes > div a > div,
.baseIcons > div a > div,.childBase > div a > div,
.artTagIcons > div a > div, .artTagIcons > div a > div,
.vaseIcons > div a > div
 {
   font-size: 13px;
   text-align: center;
   margin-bottom: 10px;
   display: block;
   /* min-height: 40px; */
}
.patternsIcons > div > div
 {
   font-size: 13px;
   text-align: center;
   margin-bottom: 0px;
   display: block;
}
.artsIcons .serviceCatItems > div a > div,
.artsIcons .cameoCustom > div a > div
 {
   font-size: 13px;
   text-align: center;
   display: flex;
   min-height: 40px;
   justify-content: center;
   align-items: center;
}
.artsIcons .serviceCatItems > div a > img, 
.artsIcons .cameoCustom > div a > img,
.childArts > div a > img,
.childCameoArts > div a > img,
.artTagIcons > div a > img,
.shapesIcons > div a > img, .childShapes > div a > img,
.baseIcons > div a > img, .childBase > div a > img,
.vaseIcons > div a > img, .childVase > div a > img
{
   height: auto;
   width: auto;
   margin-bottom: 10px;
   max-width: 95%;
   max-height: 55px;
}
.patternsIcons > div a > img
{
   height: auto;
   width: auto;
   margin-top: 5px;
   margin-bottom: 10px;
   max-width: 95%;
   max-height: 55px;
}
.vaseIcons > div a > img, .childVase > div a > img
{
   height: auto;
   width: auto;
   margin-bottom: 10px;
   max-width: 95%;
   max-height: 55px;
}
.backgroundImg > div {
   /* margin-bottom: 10px; */
   padding: 5px;
   font-size: 13px;
}
/* .shapesIcons > div {
   padding: 0;
   margin-bottom: 15px;
} */
.artsIcons .serviceCatItems > div img,
.artsIcons .cameoCustom > div img,
.shapesIcons > div img,
.baseIcons > div img,
.artTagIcons > div img,
.vaseIcons > div img{
   width: 100%;
   /* height: 75px; */
   object-fit: contain;
}
.patternsIcons > div img {
   width: 100%;
   height: 50px;
   object-fit: cover;
}
.backgroundImg > div img {
   width: 100%;
   height: 50px;
   object-fit: cover;
}
.artsToolBox{
   padding: 0px;
   height: auto;
   display: none;
   position: absolute;
   background-color: #FFFFFF;
   top: 25px;
   width: 250px;
   border: 1px solid #dfdfdf;
   right: 5px;
}
/*.artsToolBox .artsToolBoxBlock{
   display: table;
    table-layout: fixed;
    width: 100%;
}
.artsToolBox .artsToolBoxBlock > div{
   width: 25%;
   display: table-cell;
   padding-left: 10px;
}*/
.artsToolBox .artsToolBoxBlock div.colorsDropdown{
   margin-bottom: 10px;
}
.artsToolBox .artsToolBoxBlock div.colorsDropdown > span{
   display: block;
   font-weight: bold;
}
.artsToolBox .artsToolBoxBlock div.colorsDropdown select{
   width: 100%;
   padding: 5px;
   border: 1px solid #dfdfdf;
}
.textToolBox, .shapesToolBox, .vaseToolBox, .baseToolBox{
   top: 25px;
   display: none;
   position: absolute;
   width: 220px;
   background-color: #FFFFFF;
   border: 1px solid #dfdfdf;
   right: 5px;
}
div.artsToolBox .headIng, div.textToolBox .headIng, div.shapesToolBox .headIng, div.vaseToolBox .headIng, div.baseToolBox .headIng {
   background: #880016;
   color: #fff;
   padding: 10px 30px 10px 10px;
   word-wrap: break-word;
}
div.artsToolBox .imgPreview {
   text-align: center;
   padding: 10px;
}
div.artsToolBox .imgPreview img {
   height: 150px;
   margin: auto;
   width: 100%;
   object-fit: contain;
}
.toolButtons, .textToolOptions, .shapeCurved, .shapesToolBoxBlock, .vaseToolBoxBlock, .baseToolBoxBlock {
   padding: 10px;
}
.toolButtons button, .shapeCurved button {
   margin-bottom: 5px;
}
.toolButtons button.active, .shapeCurved button.active {
   background: #08252b;
   outline-offset: 2px;
   outline: 1px solid #08252b;
}
.textToolOptions select {
   width: 100%;
   height: 25px;
}
.textEditButtonBlock, .textEditSectionBlock, .textDoneButtonBlock {
   position: absolute;
}
.textEditSectionBlock {
   text-align: center;
}
.textEditSectionBlock textarea {
   width: 100%;
   min-height: 50px;
   padding: 5px;
   overflow: hidden;
   background: #880016;
   text-transform: uppercase;
   margin-bottom: 20px;
   color: #fff;
   box-shadow: none;
   border-radius: 5px;
   border: 1px solid #880016;
}
/*
button.siteButton {
   background: #880016;
   border: none;
   color: #fff;
   padding: 5px 10px;
   margin-right: 5px;
   border-radius: 5px;
}
button.siteButton:disabled {
   opacity: 0.4;
   cursor: not-allowed;
}
button.siteButton.letterstyle{
   float: left;
   padding: 5px;
}
*/
.shapeCurved {
   clear: both;
}
div.artsToolBox .closeToolBox, div.textToolBox .closeToolBox, 
div.shapesToolBox .closeToolBox, div.vaseToolBox .closeToolBox,
div.baseToolBox .closeToolBox {
   position: absolute;
   right: 10px;
   top: 10px;
   color: #fff;
   font-size: 16px;
   cursor: pointer;
}
textarea.editTextUpdateInput {
   overflow: hidden;
   width: 100%;
   height: 60px;
   padding: 5px;
   font-size: 24px;
}
.fontLoadingOverlay, .loadingOverlay {
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background: #0000006A;
   z-index: 20000000;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
}
.fontLoadingOverlay div, .loadingOverlay div, .pagination_loader div {
   opacity: 0.8;
}

.txtAlignment{
   margin: 10px auto 0 auto;text-align: center;
}
.txtAlignment > div {
   padding: 5px;
}
.alignmentlist + label {
   padding: 6px;
   display: block;
   text-align: center;
   cursor: pointer;
   font-size: 14px;
   margin: 0px;
}
.alignmentlist + label i {
   color: inherit !important;
}
input[type="radio"].leftalign,input[type="radio"].centeralign,input[type="radio"].rightalign{
   display: none;
}
input[type="radio"].alignmentlist:checked +label {
   background-color:#880016;
   color: #fff;
}
div.singleMeasurement.active {
   background: #5e8b93;
}
.deleteShape, .deleteShape:hover, .deleteShape:visited, .deleteShape:focus{
   color: inherit !important;
}
.zoomSections{
   position: fixed;
   bottom: 20px;
   left: 90px;
   display: flex;
   align-items: center;
}
.zoomSections a{
   background: #DFDFDF;
   color: #880016;
   padding: 10px;
   margin-right: 10px;
}
.sideSections,.sideSectionsVase,.sideSectionsBase{display: none;padding-left: 10px;}
.sideSections input[type='radio'],.sideSectionsVase input[type='radio'],.sideSectionsBase input[type='radio'] {
   margin: 0 5px 0 15px;
   display: inline-block;
   vertical-align: middle;
}
.sideSections label,.sideSectionsVase label,.sideSectionsBase label {
   vertical-align: text-top;
}
.sideSections [type="radio"]:checked,
.sideSections [type="radio"]:not(:checked),
.sideSectionsVase [type="radio"]:checked,
.sideSectionsVase [type="radio"]:not(:checked),
.sideSectionsBase [type="radio"]:checked,
.sideSectionsBase [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.sideSections [type="radio"]:checked + label,
.sideSections [type="radio"]:not(:checked) + label,
.sideSectionsVase [type="radio"]:checked + label,
.sideSectionsVase [type="radio"]:not(:checked) + label,
.sideSectionsBase [type="radio"]:checked + label,
.sideSectionsBase [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-right: 15px;
}
.sideSections [type="radio"]:checked + label:before,
.sideSections [type="radio"]:not(:checked) + label:before,
.sideSectionsVase [type="radio"]:checked + label:before,
.sideSectionsVase [type="radio"]:not(:checked) + label:before,
.sideSectionsBase [type="radio"]:checked + label:before,
.sideSectionsBase [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 100%;
    background: #fff;
}
.sideSections [type="radio"]:checked + label:after,
.sideSections [type="radio"]:not(:checked) + label:after,
.sideSectionsVase [type="radio"]:checked + label:after,
.sideSectionsVase [type="radio"]:not(:checked) + label:after,
.sideSectionsBase [type="radio"]:checked + label:after,
.sideSectionsBase [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #880016;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sideSections [type="radio"]:not(:checked) + label:after,
.sideSectionsVase [type="radio"]:not(:checked) + label:after,
.sideSectionsBase [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sideSections [type="radio"]:checked + label:after,
.sideSectionsVase [type="radio"]:checked + label:after,
.sideSectionsBase [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.option-disabled{opacity: 0.5;}
.bgWhiteOption{
   height: 50px;border: 1px solid #dfdfdf;align-items: center;display: flex;justify-content: center;color: #0f0f0f;text-decoration: none;
}
.backgroundImg div:first-child a.active{
   display: block;outline: 1px solid #000000;text-decoration: none;
}
.canvas-container {
   position: absolute !important;
}

/*[data-title]:before,
[data-title]:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.1s ease-in-out 0.2s;
}

[data-title]:before {
  content: "";
  height: 0;
  width: 0;
  top: calc(100% - 9px);
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #333 transparent;
}

[data-title]:after {
  content: attr(data-title);
  white-space: nowrap;
  background: #333;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1.3rem;
  box-sizing: border-box;
  top: calc(100% + 11px);
  color: #fff;
  border-radius: 2px;
  text-shadow: 0px 1px 1px #000;
  z-index: 9;
}

[data-title]:hover:before,
[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  transition: 0.1s ease-in-out 0.2s;
}*/

.undoredoSections{
   position: absolute;
   bottom: 10px;
   left: 100px;
}
.undoredoSections .undoredo{
   background: #DFDFDF;
   color: #880016;
   padding: 10px;
   margin-top: 20px;
}
.backtoParentShapes, .backtoParentArts,.backtoParentBase{ color: inherit; }
 .file-upload {
   background: #880016;
   border: none;
   color: #fff;
   padding: 5px 10px;
   margin-right: 5px;
   border-radius: 5px;
 }
 .visuallyhidden {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}
.pop-up-orange {
   background-color:orange;
   color:white;
}
.artsIcons.customArt {
   display:flex;
   justify-content: center;
}
.search-filter {
   border: 1px solid;
   border-radius: 5px;
   cursor: pointer;
   background-color: #880016;
   color: white;
   margin-left: 2px;
   width: 20%;
   height: 34px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.clear-filter {
   border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    background-color: #880016;
    color: white;
    width: 20%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center
}
.pagination_loader {
   position: absolute;
   width: 100%;
   background: #0000006A;
   z-index: 20000000;
   text-align: center;
   display:flex;
   align-items:flex-end;
   justify-content: center;
   color:white;
   height: 100%;
}
.stockBar, .priceBar {
   float: right;
   line-height: 30px;
   color: #880016;
   font-size: 16px;
   font-weight: bold;
   padding: 0 10px;
   /* cursor: pointer; */
}

/** RIGHT DRAWER ANIMATION **/
.drawer .content {
   height: 100%;
   position: relative;
   overflow-y: auto;
 }
 .drawer .content .header {
   background: #880016;
   position: relative;
 }
 .drawer .content .header .text {
   width: 100%;
   box-sizing: border-box;
   color: white;
   display: flex;
   height: 100px;
   align-items: center;
   justify-content: center;
 }
 .drawer .content .header .text .field {
   font-size: 14px;
 }
 .drawer .content .header .text .field.name {
   font-weight: bold;
 }
 
 /* Drawer Library */
.rx_noselect {
   /* iOS Safari */
   -webkit-touch-callout: none;
   /* Chrome/Safari/Opera */
   -webkit-user-select: none;
   /* Konqueror */
   -khtml-user-select: none;
   /* Firefox */
   -moz-user-select: none;
   /* Internet Explorer/Edge */
   -ms-user-select: none;
   /* Non-prefixed version, currently
                                   not supported by any browser */
   user-select: none;
 }
 .drawer_bg {
   position: fixed;
   background: rgba(0, 0, 0, 0.5);
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: 4000;
   opacity: 0.001;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   visibility: hidden;
 }
 .drawer {
   max-width: 320px;
   width: 75%;
   height: 100%;
   right: 0px;
   top: 0;
   bottom: 0;
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   transform: translateX(-100%);
   background: white;
   position: fixed;
   z-index: 5000;
   opacity: 0.001;
   -webkit-box-shadow: 3px 0 16px -3px rgba(0, 0, 0, 0.4);
   -moz-box-shadow: 3px 0 16px -3px rgba(0, 0, 0, 0.4);
   -ms-box-shadow: 3px 0 16px -3px rgba(0, 0, 0, 0.4);
   -o-box-shadow: 3px 0 16px -3px rgba(0, 0, 0, 0.4);
   box-shadow: 3px 0 16px -3px rgba(0, 0, 0, 0.4);
 }
 .drawer .label {
   position: absolute;
   top: 56px;
   bottom: 0;
   width: 32px;
   left: -32px;
 }
 .drawer .antiSelect {
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 100%;
   visibility: hidden;
 }
 /* Hamburger Library */
 .rx_icon {
   position: relative;
 }
 .rx_icon .ic {
   display: none;
 }
 .closeDrawer {
   position: absolute;
   z-index: 8000;
   color: #fff;
   font-size: 20px;
   font-weight: normal;
   right: 10px;
   cursor: pointer;
}
/** RIGHT DRAWER ANIMATION END **/

.summaryItems table tr td {
   vertical-align: middle;
}
.pagination>li>span, 
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
   background-color: #b64143;
   border-color: #b64143;
}
.form-control:focus{
   border-color: #880016;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(138,0,23,.6);
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
   border: 2px solid #cfcfcf;
   border-right: 0;
   border-left: 0;
}
.drag-area{
   position: relative;
   top: auto;
   right: auto;
   left: auto;
   bottom: auto;
   padding-top: 0;
   border: 4px dashed #c3c4c7;
   height: 8rem;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.5rem;
 }
 .drag-main-area{
   text-align: center;
 }
 .drag-area-content{
   margin: 2em 0;
 }

 .inputfile{
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
 }
 .accepted-format{
 display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px;
 color:red;
 }
 .inputfile + label{
   font-size: 18px;
   display: inline-block;
   /* padding: 15px 60px; */
   padding: 5px 20px;
   color: #880016;
   border-color: #880016;
   background: #ffffff;
   vertical-align: top;
   font-size:14px;
 }
 .inputfile:focus + label,.inputfile + label:hover{
   background: aliceblue;
   border-color: #0a4b78;
   color: #0a4b78;
 }
 .inputfile + label{
   cursor: pointer;
   border: 1px solid #880016;
 }
 #drag-text{
   font-size: 30px;
   line-height: 1.7;
   font-weight: 600;
   margin: 0;
   text-align: center;
   padding-bottom: 15px;
}
#msvSummaryTable td{vertical-align: middle;}
.childShapesContainer .childBaseContainer .childArtsContainer {
   display: flex;
   height: 100%;
   flex-direction: column;
   overflow: hidden;
}
.search-action, .cameo-search-action {
   margin-top: 10px;
   overflow-y: auto;
}
.shapesIcons, .baseIcons { margin-top:10px;margin-bottom:10px; }

.artTagIcons { padding: 10px; }
.error{color: red;}

/** PAGINATION BAR **/
#myTable_wrapper ul.pagination {
   display: inline-block;
   padding-left: 0;
   margin: 2px 0;
   border-radius: 4px;
   white-space: nowrap;
}
#myTable_wrapper ul.pagination>li {
   display: inline;
}
#myTable_wrapper ul.pagination>li>a, #myTable_wrapper ul.pagination>li>span {
   position: relative;
   float: left;
   padding: 6px 12px;
   margin-left: -1px;
   line-height: 1.42857143;
   color: #337ab7;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ddd;
}
#myTable_wrapper ul.pagination>li:first-child>a, #myTable_wrapper ul.pagination>li:first-child>span {
   margin-left: 0;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
}
#myTable_wrapper ul.pagination>.disabled>a, #myTable_wrapper ul.pagination>.disabled>a:focus, #myTable_wrapper ul.pagination>.disabled>a:hover, #myTable_wrapper ul.pagination>.disabled>span, #myTable_wrapper ul.pagination>.disabled>span:focus, #myTable_wrapper ul.pagination>.disabled>span:hover {
   color: #777;
   cursor: not-allowed;
   background-color: #fff;
   border-color: #ddd;
}
#myTable_wrapper ul.pagination>.active>a, #myTable_wrapper ul.pagination>.active>a:focus, #myTable_wrapper ul.pagination>.active>a:hover, #myTable_wrapper ul.pagination>.active>span, #myTable_wrapper ul.pagination>.active>span:focus, #myTable_wrapper ul.pagination>.active>span:hover {
   z-index: 2;
   color: #fff;
   cursor: default;
   background-color: #337ab7;
   border-color: #337ab7;
}
#myTable_wrapper ul.pagination>li>a, #myTable_wrapper ul.pagination>li>span{
   color: #000;
}

#myTable_wrapper ul.pagination>.active>a, #myTable_wrapper ul.pagination>.active>a:focus, #myTable_wrapper ul.pagination>.active>a:hover, #myTable_wrapper ul.pagination>.active>span, #myTable_wrapper ul.pagination>.active>span:focus, #myTable_wrapper ul.pagination>.active>span:hover {
   background-color: #880016;
   border-color: #880016;
   color: #fff;
}
.form-control { appearance: auto; }

/** PLACE ORDER **/
.custDet {
   display:flex;
   flex-direction: column;
   width:20%;
}
.section { padding: 1.5rem 0 0 0;}
/** PLACE ORDER **/