@import url(//allfont.net/allfont.css?fonts=franklin-gothic-book);
body {
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-family: 'Franklin Gothic Book', arial;
  color: #262626;
  overflow-x: hidden; }
  
  .notie-container {
  z-index: 4000;
  font-size: 16px;
}

.loaderOuter {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,0.7);
  z-index: 999999999;
  text-align: center;
  display: table
}

  .loaderOuter .loaderInner {
    display: table-cell;
    vertical-align: middle
  }

    .loaderOuter .loaderInner img {
      display: inline-block;
      width: 100px
    }

body .container{
    max-width: 1600px;
    height: 100%;
	}
  
  body .container .container{
    max-width: 1600px;
    height: 100%; 
	flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	}
body .container .cart-inner {
	max-width: 1600px;
    height: 100%; 
	flex: 1 0 auto !important;
	-ms-flex: 1 0 auto !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.heading {
  color: #8a8a8a; }

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; 
  height: 100%;
  }

.page-header {
  box-shadow: 0 3px 6px #E2E2E2;
  -webkit-box-shadow: 0 3px 6px #E2E2E2;
  -moz-box-shadow: 0 3px 6px #E2E2E2;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1; }
  .page-header .container {
    position: relative; }
  .page-header .header-data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    cursor: pointer; }
    .page-header .header-data span {
      font-size: 1.125rem; }
    .page-header .header-data .totalprice {
      font-weight: 600; }
      .page-header .header-data .totalprice p {
        margin-right: 1rem !important;
        margin-bottom: 0; }
  .page-header .pricing-container {
    position: absolute;
    right: 0;
    top: 55px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px #E2E2E2;
    -webkit-box-shadow: 0 3px 6px #E2E2E2;
    -moz-box-shadow: 0 3px 6px #E2E2E2;
    border: 1px solid #E2E2E2;
    padding: 10px;
    max-width: 220px;
    width: 100%; }
    .page-header .pricing-container ul {
      padding: 0;
      margin: 0; }
      .page-header .pricing-container ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        line-height: 40px; }
        .page-header .pricing-container ul li:last-child {
          border-top: 1px solid #E2E2E2; }
        .page-header .pricing-container ul li p {
          margin-bottom: 0;
          font-weight: 600; }
    .page-header .pricing-container:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      border-left: 1px solid #E2E2E2;
      border-top: 1px solid #E2E2E2;
      position: absolute;
      top: -11px;
      right: 47px;
      transform: rotate(45deg);
      background: #ffffff; }

.page-main {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  padding: 100px 0;
  flex-grow: 1; }
  .page-main.bg {
    background: url(../images/bg.png) no-repeat bottom;
    background-size: 100%; }
  .page-main .inner-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
	height:100%;
	width:100%}
    .page-main .inner-section .box {
      box-shadow: 0 4px 56px #E2E2E2;
      -webkit-box-shadow: 0 4px 56px #E2E2E2;
      -moz-box-shadow: 0 4px 56px #E2E2E2;
      border: 1px solid #E2E2E2;
      background-color: #ffffff;
      width: 300px;
      height: 300px;
      margin-right: 80px;
      font-size: 1.875rem;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      color: #262626; }
      .page-main .inner-section .box:last-child {
        margin-right: 0; }
    .page-main .inner-section .form-container {
      max-width: 440px;
      width: 100%; }
    .page-main .inner-section .action-btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin-top: 2rem; }
      .page-main .inner-section .action-btn .btn {
        width: 150px;
        margin: 0 0.5rem;
        text-transform: uppercase; }
    .page-main .inner-section .quote-head .head {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1.5rem; 	  
	  }
      .page-main .inner-section .quote-head .head .edit {
        background: #344552;
        color: #ffffff;
        padding: 0.5rem;
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 24px; }
        .page-main .inner-section .quote-head .head .edit i {
          font-size: 24px; }
    .page-main .inner-section .form-matboard .btn-block {
      width: 100%; }
	  
	.page-main .matdetail{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
	.page-main .matdetail .box {
      box-shadow: 0 4px 56px #E2E2E2;
      -webkit-box-shadow: 0 4px 56px #E2E2E2;
      -moz-box-shadow: 0 4px 56px #E2E2E2;
      border: 1px solid #E2E2E2;
      background-color: #ffffff;
      width: 300px;
      height: 300px;
      margin-right: 80px;
      font-size: 1.875rem;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      color: #262626; }
      .page-main .matdetail .box:last-child {
        margin-right: 0; }
    .page-main .matdetail .form-container {
      max-width: 440px;
      width: 100%; }
    .page-main .matdetail .action-btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin-top: 2rem; }
      .page-main .matdetail .action-btn .btn {
        width: 150px;
        margin: 0 0.5rem;
        text-transform: uppercase; }
    .page-main .matdetail .quote-head .head {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1.5rem; 	  
	  }
      .page-main .matdetail .quote-head .head .edit {
        background: #344552;
        color: #ffffff;
        padding: 0.5rem;
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 24px; }
        .page-main .matdetail .quote-head .head .edit i {
          font-size: 24px; }
    .page-main .matdetail .form-matboard .btn-block {
      width: 100%; }
	  .page-main .matdetail .form-matboard .btn-block:disabled {
		      background-color: #929292;
			border-color: #929292;
	  }
  .page-main .agent-login {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #262626;
    margin-top: -8rem;
    display: block; }
    .page-main .agent-login a {
      color: #344552;
      text-decoration: underline; }
  .page-main .back {
    color: #262626; }

.page-footer {
  background-color: #262626; 
  }
  .page-footer .social-icons ul {
    margin-bottom: 10px;
    padding: 0; }
    .page-footer .social-icons ul li {
      list-style: none;
      margin-right: 10px; }
      .page-footer .social-icons ul li:last-child {
        margin-right: 0; }
      .page-footer .social-icons ul li a {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 50%;
        color: #262626;
        text-decoration: none;
        border: 1px solid #262626;
        -webkit-flex-wrap: no-wrap;
        -moz-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        .page-footer .social-icons ul li a i {
          font-size: 1.125rem; }
        .page-footer .social-icons ul li a:hover {
          border-color: #ffffff;
          color: #ffffff;
          background-color: transparent; }
  .page-footer .copyright {
    color: #ffffff; }
    .page-footer .copyright p {
      margin-bottom: 0; }

.form-group label {
  text-transform: uppercase; }

.form-control {
  height: 60px;
  border-radius: 0;
  border: 2px solid rgba(38, 38, 38, 0.2); }
  .form-control:focus {
    border-color: rgba(38, 38, 38, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.1); }

.btn-primary {
  background-color: #344552;
  border-radius: 0;
  border-color: #344552;
  width: 130px; }
  .btn-primary:hover {
    background-color: rgba(52, 69, 82, 0.9);
    border-color: #344552; }
  .btn-primary:focus, .btn-primary.focus {
    background-color: rgba(52, 69, 82, 0.9);
    border-color: #344552;
    box-shadow: 0 0 0 0.2rem rgba(52, 69, 82, 0.2); }
  .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #344552;
    border-color: #344552; }
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 69, 82, 0.2); }

.btn-secondary {
  background-color: #8a8a8a;
  border-radius: 0;
  border-color: #8a8a8a;
  width: 130px; }
  .btn-secondary:hover {
    background-color: rgba(138, 138, 138, 0.9);
    border-color: #8a8a8a; }
  .btn-secondary:focus, .btn-secondary.focus {
    background-color: rgba(138, 138, 138, 0.9);
    border-color: #8a8a8a;
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.2); }
  .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #8a8a8a;
    border-color: #8a8a8a; }
  .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.2); }

.quote-detail {
  box-shadow: 0 3px 6px #E2E2E2;
  -webkit-box-shadow: 0 3px 6px #E2E2E2;
  -moz-box-shadow: 0 3px 6px #E2E2E2;
  padding: 20px; margin-bottom: 2rem;}
  .quote-detail .details-data table {
    border-collapse: collapse;
    margin-top: 15px; }
    .quote-detail .details-data table.table-outer tr {
      border-bottom: 1px solid #E2E2E2; }
      .quote-detail .details-data table.table-outer tr:last-child {
        border: none; }
      .quote-detail .details-data table.table-outer tr td {
        line-height: 3rem; }
        .quote-detail .details-data table.table-outer tr td table.table-inner tr {
          border: none; }
          .quote-detail .details-data table.table-outer tr td table.table-inner tr td.img-shadow {
            box-shadow: 1px 5px 5px #8a8a8a;
            padding: 15px 40px;
            display: block;}
          .quote-detail .details-data table.table-outer tr td table.table-inner tr td p {
            color: #8a8a8a;
            line-height: 20px; }
          .quote-detail .details-data table.table-outer tr td table.table-inner tr td.frame-detail {
            line-height: 20px;
            padding-left: 10px;}

.btn-outline-secondary {
  color: #262626;
  border: 2px solid rgba(38, 38, 38, 0.2); }

.input-group-append .btn {
  z-index: 0; }

.helping-text {
  font-size: 1.125rem;
  color: #262626;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .helping-text:hover {
    color: #262626; }
  .helping-text .fa {
    margin-right: 10px; }

.share-text {
  color: #998543;
  font-weight: 600; }
  .share-text:hover {
    color: #998543; }

.detail-box {
  list-style: none;
  margin: 0;
  padding: 0; }
  .detail-box li {
    border: 1px solid #E2E2E2;
    padding: 10px; 
	word-break: break-all;}
    .detail-box li small {
      font-size: 1.125rem;
      color: #8a8a8a; }

.cart .top-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; 
  -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
	-ms-flex-line-pack: center;
	align-content: center;
	margin-bottom: 2rem;
  }
  .cart .top-section h2 {
	  margin-bottom: 0 !important;
  }
  .cart .top-section .button-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .cart .top-section .button-action .btn-block {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      width: 200px;
      margin: 0 1rem 0 0;
      background: #262626;
      border-radius: 0;
      color: #ffffff;
      border: none;
      outline: none; }
      .cart .top-section .button-action .btn-block:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 69, 82, 0.2); }
    .cart .top-section .button-action .btn-quote {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      width: 200px;
      background: #344552;
      border-radius: 0;
      color: #ffffff;
      border: none;
      outline: none; }
      .cart .top-section .button-action .btn-quote:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 69, 82, 0.2); }
.cart .cart-table {
  width: 100%; }
  .cart .cart-table tbody {
    border-bottom: 1px solid #8a8a8a;
    position: relative;
    max-height: 500px;
    overflow-x: auto;
    display: block; }
    .cart .cart-table tbody .no-data {
      border-bottom: 1px solid #8a8a8a;
      font-weight: bold;
      background: #8a8a8a;
      padding: 1rem;
      color: #ffffff; }
    .cart .cart-table tbody tr {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: .625rem 0;
      border-top: 1px solid #8a8a8a; }
      .cart .cart-table tbody tr .proImg {
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 45%; }
        .cart .cart-table tbody tr .proImg a {
          position: unset;
          width: auto;
          padding: 0 .625rem 0 0; }
          .cart .cart-table tbody tr .proImg a .product-image-container {
            max-width: 80px; }
            .cart .cart-table tbody tr .proImg a .product-image-container .product-image-wrapper {
              border: none;
              width: 60px;
              height: 80px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              padding: 5px; }
              .cart .cart-table tbody tr .proImg a .product-image-container .product-image-wrapper .product-image-photo {
                max-height: 100%;
                max-width: 100%;
                width: auto;
                margin-top: 0; }
      .cart .cart-table tbody tr .detail {
        padding: 0 0 0 2rem;
        width: 33%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .cart .cart-table tbody tr .detail .cart-left {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start;
          width: 100%; }
          .cart .cart-table tbody tr .detail .cart-left .product_qty_section {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%; }
            .cart .cart-table tbody tr .detail .cart-left .product_qty_section .top_left {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-align-self: flex-start;
              -moz-align-self: flex-start;
              -ms-align-self: flex-start;
              align-self: flex-start; }
              .cart .cart-table tbody tr .detail .cart-left .product_qty_section .top_left .control {
                width: 70px;
                margin-left: 5px; }
                .cart .cart-table tbody tr .detail .cart-left .product_qty_section .top_left .control input {
                  width: 70px;
                  border-radius: 0;
                  outline: none;
                  border: 1px solid #8a8a8a; 
				  height: 28px;
                  line-height: 1.2; }
            .cart .cart-table tbody tr .detail .cart-left .product_qty_section .actions {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-justify-content: space-between;
              -moz-justify-content: space-between;
              -ms-justify-content: space-between;
              justify-content: space-between;
              -ms-flex-pack: space-between;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              margin-left: 1rem; }
              .cart .cart-table tbody tr .detail .cart-left .product_qty_section .actions a {
                color: #262626;
                text-decoration: none;
                font-weight: bold; }
      .cart .cart-table tbody tr .pricing {
        padding: 0 1rem 0 1rem;
        width: 23%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        text-align: right; }
        .cart .cart-table tbody tr .pricing .product_price_section {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          min-width: 230px; }
          .cart .cart-table tbody tr .pricing .product_price_section .api_sale_price {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: baseline;
            -moz-align-items: baseline;
            -ms-align-items: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: space-between;
            width: 100%;
            font-weight: bold; }
            .cart .cart-table tbody tr .pricing .product_price_section .api_sale_price label {
              margin-bottom: .3rem; }
        .cart .cart-table tbody tr .pricing .art-price {
          white-space: nowrap; }
          .cart .cart-table tbody tr .pricing .art-price label {
            font-size: 1.1rem;
            font-weight: bold; }
          .cart .cart-table tbody tr .pricing .art-price .price {
            font-size: 1.1rem;
            font-weight: bold; }
      .cart .cart-table tbody tr .product-sku {
        margin-bottom: 3px;
        font-size: 0.9375rem;
        clear: both; }
        .cart .cart-table tbody tr .product-sku strong {
          margin-right: 0.5rem; }
  .cart .cart-table tfoot {
    border-bottom: 1px solid #8a8a8a; }
    .cart .cart-table tfoot tr td {
      text-align: right;
      font-weight: bold;
      font-size: 1.1rem;
      padding: 0.8rem 1rem; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #707070; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #ffffff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #998543;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.modal .modal-content {
  border: none;
  border-radius: 0; }
  .modal .modal-content .modal-header {
    border: none;
    padding-bottom: 0; }
    .modal .modal-content .modal-header .close {
      padding: 0.2rem 0.5rem;
      margin: 0 -0.3rem 0rem auto;
      background: #8a8a8a;
      border-radius: 50%;
      width: 30px;
      color: #ffffff;
      outline: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .modal .modal-content .modal-body {
    padding-bottom: 0; }
  .modal .modal-content .modal-footer {
    border: none;
    justify-content: flex-start;
    padding-top: 0; }

.confirmation-modal .modal-content {
  border: none; }
  .confirmation-modal .modal-content .modal-header {
    border: none;
    padding-bottom: 0; }
  .confirmation-modal .modal-content .modal-body {
    padding-top: 0;
    padding-bottom: 1rem;
    text-align: center; }
    .confirmation-modal .modal-content .modal-body h4 {
      margin: 20px 0; }

.input-group-append .btn:focus {
  z-index: 0; }

.quote-confirm {
  margin-right: 1rem; }
.input-group>.form-control:focus {
	z-index: 0;
}
	
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     .page-main .container{
         margin: 0;
    }
     .quote-detail {
        margin: 0 0 2rem 0;
        width: 100%;
    }
	.page-footer {
        margin-bottom: -0.4rem;
    }
  }
  @media screen and (max-width: 1199px) {
	  .quote-detail {
		  max-height: 600px;
		overflow-y: auto;
	  }
  }
@media screen and (max-width: 768px) {
	.cart .cart-table tbody tr .proImg {width: 42%;}
	.cart .cart-table tbody tr .detail {padding: 0 0 0 0rem;width: 35%;}
	.cart .cart-table tbody tr .pricing {width: 23%;}
   }
@media screen and (max-width: 767px) {
  .page-header img {
    width: 150px; }

  .page-main .inner-section .box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px; }
	.page-main .matdetail .box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px; }

  h2 {
    font-size: 24px; } 
.page-main .inner-section {    height: auto;}
	.cart .cart-table tbody tr .proImg {
		width: 100%;
		flex: inherit;
		margin-bottom: 1rem; }

	  .cart .top-section {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1rem; }
		.cart .top-section .button-action {
		  -webkit-justify-content: flex-start;
		  -moz-justify-content: flex-start;
		  -ms-justify-content: flex-start;
		  justify-content: flex-start;
		  -ms-flex-pack: flex-start; }
		  .cart .top-section .button-action .btn-block {
			font-size: 1rem;
			width: 180px; }
		  .cart .top-section .button-action .btn-quote {
			font-size: 1rem;
			width: 150px; }
			
			.cart .cart-table tbody tr .detail {
			width: 100%;
			padding-left: 4.1rem;}
			.cart .cart-table tbody tr .pricing .product_price_section .api_sale_price {
			  font-size: 0.9375rem; } 
			.cart .cart-table tbody tr .detail .cart-left .product_qty_section .actions {    width: 100%;
				flex-direction: row;
				justify-content: flex-start;
				margin: 0;
			} 
				.cart .cart-table tbody tr .pricing {
				width: 100%;
				padding-left: 4.1rem;
				margin-top: 1rem;
				-webkit-align-items: flex-start;
				-moz-align-items: flex-start;
				-ms-align-items: flex-start;
				-ms-flex-align: flex-start;
				align-items: flex-start;
				padding-right: 0;
			}
			.cart .cart-table tfoot tr td {
				text-align: left;
				font-weight: bold;
				font-size: 1.1rem;
				padding: 0.8rem 1rem 1rem 4rem;
			}
			.cart .cart-table tbody tr .product-item-details {
				width: 100%;
			}
			.cart .cart-table tbody tr .product-sku {
				margin-bottom: 3px;
				font-size: 0.9375rem;
				clear: both;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: space-between;
				-moz-justify-content: space-between;
				-ms-justify-content: space-between;
				justify-content: space-between;
			}
		.cart .cart-table tbody tr .detail .cart-left .product_qty_section .actions a {margin: 0 1rem 0 0;}	
		.cart .cart-table tbody tr .pricing .product_price_section {min-width:100%;}
		.cart .cart-table tbody tr .pricing .art-price {
			display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: space-between;
				-moz-justify-content: space-between;
				-ms-justify-content: space-between;
				justify-content: space-between;
				width: 100%;
		}
		.form-quote {
		margin-bottom: 2rem;
	}
	}
  @media screen and (max-width: 639px) {
	  .page-header .header-data .totalprice {
		font-weight: 600;
		flex-wrap: wrap;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
}
.page-header .header-data .totalprice .btn-primary {
	    width: 110px;
		line-height: 1;
		order: 1;
}
.page-header .header-data .totalprice p {
	order: 2;
    width: 100%;
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	margin: 0 !important;
}
.page-main .agent-login {font-size: 1.3rem;    margin-top: 0rem;}
.page-main .inner-section .box {height: 260px;}

  }
@media screen and (max-width: 480px) {
  
}

/*# sourceMappingURL=custom.css.map */
