.text-center {
  text-align: center !important;
  float: center;
}

.text-left {
  text-align: left !important;
  float: left;
}

.text-right {
  text-align: right !important;
  float: right;
}

.text-justify {
  text-align: justify !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.panel-heading, .panel-heading:hover, .panel-heading a {
  background-color: #333 !important;
  border-color: #333 !important;
  color: white !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin-top: 3px !important;
}

.checkbox, .radio {
  display: inline-block !important;
  margin-right: 10px !important;
}

.cblSize {
  width: 120px !important;
}

.cblFinish {
  width: 140px !important;
}

.cblMaterial {
  width: 230px !important;
}

.rblLocation {
  width: 230px !important;
}

.headerlabel {
  color: #8b6f4e !important;
  text-transform: uppercase;
}

  h4.headerlabel, .headerlabel h4, h4 > .headerlabel {
    margin-top: 2px !important;
  }

.imgsize {
  position: relative;
  max-width: 600px !important;
  max-height: 400px !important;
}

@media (max-width:1150px) {
  .imgsize {
    max-height: 500px !important;
  }
}

@media(max-width: 991px) {
  .imgsize {
    max-width: 100% !important;
    max-height: 300px !important;
  }
}

.image-container, .tub-shower .image-container, .img-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0px;
  max-width: 900px !important;
  max-height: 900px !important;
}
.image-container {
  min-height: 195px !important;
  max-height: 900px !important;
  height: 230px !Important;
}
.newtag {
  font-size: 14px !important;
}

.colheightadj {
  align-items: stretch !important;
  display: flex !important;
  border-bottom: 1px groove #ccc;
  margin-top:1.7rem;
  margin-bottom:1.5rem;
padding-top:1.0rem;
padding-bottom:1.0rem;
}

.product-title-sm {
  height: 45px;
  font-weight:500;
  font-size: 15px !important;
}

.specsheader {
font-weight:600 !important;
font-size:18px !important;
color: #555 !important;

}


.mcs-item:hover .mcs-caption, .mcs-item .mcs-caption {
  bottom: 0% !important;
}

.bg-secondary {
background-color : #555 !important;
}

.has-error {
  border-color: #9e2a2b !important;
}


a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
  display: block !important;

}
.imgslabinventory {
  min-height: 260px !important;
  max-height: 900px !important;
}


.detailsheight {
height:83px;
}

.row.modal-content {
    margin: 0 4% 0 4% !important;
}


.back-to-top.fade-out {
  opacity: .5
}

footer {
  z-index: 1;
  width: 100%
}

  footer .modal {
    padding: 0
  }

  footer .modal-body, footer .modal-header {
    padding: 15px
  }

  footer .modal-title {
    line-height: 1.5
  }

.signup-container {
  padding: 0
}

.social-tools {
  text-align: right;
  padding: 0
}

  .social-tools a {
    display: inline-block;
    background-repeat: no-repeat;
    height: 38px
  }

.icon-container {
  display: inline-block;
  text-align: center;
  padding: 14px 8px
}

  .icon-container:last-child {
    padding-right: 0
  }

svg {
  height: 50px;
  width: auto;
  display: block
}

.copyright-disclaimer {
  font-size: 14px;
  background-color: #8b6f4e;
  color: #fff;
  width: 100%
}

  .copyright-disclaimer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px 0
  }

  .copyright-disclaimer a, .copyright-disclaimer p {
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
    margin: 0;
    display: inline-block;
    font-weight: 400
  }

    .copyright-disclaimer a:hover {
      background-color: #8b6f4e;
      text-decoration: underline
    }

    .copyright-disclaimer a:focus {
      outline: 1px dotted #fff
    }

  .copyright-disclaimer ul li {
    display: inline-block;
    color: inherit
  }

span.seperator {
  display: block;
  margin: -2px 10px -2px;
  height: 14px;
  width: 1px;
  background-color: #fff
}

.footer-bottom {
  position: absolute;
  width: 100%;
  z-index: -1
}

.msi-logo a, .msi-logo img, .msi-logo svg {
  height: 72px;
  display: inline-block
}

.input-group .form-control, .input-group-btn > .btn, .input-group-btn, .input-group {
  position: inherit !important;
}

.image-container .img-responsive {
    margin: 0px !important;
}


.colheightadj .product-title-sm {
    position: inherit !important;
    bottom: 0;
    height: 30px !important;
    font-weight: 600;
    text-align: center !important;
}

.product-title-lg {
height:55px !important;
}

#btnCancel, #btnCancel:hover, #btnCancel:focus {
    color: #fff !important;
    background-color: #555  !important;
    border-color: #ccc  !important;
}

@media (max-width: 590px){
.img-wrapper {
     width: 100% !important; 
}
}

@media (min-width: 1200px){
.colheightadj{
height:265px !important;
}	
}

@media (max-width: 1199px) and (min-width: 999px){
.colheightadj{
height:280px !important;
}
}	

@media (max-width: 1199px) and (min-width: 768px){
.bundleimagesize {
height:175px !important;
}
}

@media (max-width: 998px) and (min-width: 768px){
.colheightadj{
height:285px !important;
}	
}

body .uwy.userway_p1 .uai {
    top: auto !important;
    right: auto !important;
    bottom: 13px !important;
    left: 13px !important;
    transform: inherit !important;
}

input.chkslabdetails, input#slabdetailsSelectAll {
    height: 18px;
    width: 18px;
}

@media (max-width:600px) {
.mobilepadding{
margin-top:1.5rem;
}
}

@media (max-width: 767px) {
.bundleimagesize {
height:auto !important;
}
}


.img-responsive.bundleimagesize {
height:200px;
width:100% !important;
}


@media (min-width:1201px) {

  .MagicScroll-horizontal {
     height: 205px !important;
  }
  .mcs-item {
    width:16.666% !important;
  }
a.h-auto > img.h-auto {
	height:200px !important;
}
}

@media (max-width: 1200px) and (min-width:991px) {
  .MagicScroll-horizontal {
     height: 155px !important;
  }
  .mcs-item {
    width:25% !important;
  }
}

@media (max-width: 992px) and (min-width:687px) {
  .MagicScroll-horizontal {
     height: 155px !important; 
  }
  .mcs-item {
    width:33.333% !important;
  }
}

@media (max-width: 686px) and (min-width:307px){
  .MagicScroll-horizontal {
     height: 130px !important; 
  }
  .mcs-item {
    width:50% !important;
  }
}

@media (max-width: 1200px) and (min-width:760px){
a.h-auto > img.h-auto {
	height:150px !important;
}
}

@media (max-width: 759px) and (min-width:260px){
a.h-auto > img.h-auto {
	height:125px !important;
}
}

a.h-auto.ml-2.mr-2 {
    margin: 0.75rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mcs-items-container {
text-align:left !important;
}


.mcs-items-container span.mcs-caption {
	text-align:center !important;
	
}

#SlabContent h4.headerlabel {
    font-size: 38px !important;
}

@media (max-width: 1100px) and (min-width:760px){
.imgslabinventory {
    min-height: 240px !important;
}
}

@media (max-width: 759px) and (min-width:307px){
.imgslabinventory {
    min-height: 175px !important;
}
}