.sku-main-container h1 {
  margin-bottom: 10px;
}

.sku-main-container h2 {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 6px 0;
  color: var(--primaryDefault);
}



.sku-main-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

/*.vinyltopcenter {
  background-image: url(/img/src/vinyl-top-center.gif);
  background-repeat: repeat-x;
  height: 35px;
}

.vinylbotcenter {
  background-image: url(/img/src/vinyl-bot-center.gif);
  background-repeat: repeat-x;
  height: 15px;
}*/

.vinyl-step { font-size: 24px; font-weight: normal; color: var(--teal); line-height: normal; display: inline-block; vertical-align: middle; padding-left: 8px; /*font-family: var(--heading-font);*/ }

.vinyl3-bdr {
  border-bottom: 1px solid #cccccc;
}

.qvQtybtn {
  display: none;
  /*display: inline-flex;*/
  vertical-align: middle;
}

.steps .table-condensed>tbody>tr>th,
.steps .table-condensed>tfoot>tr>th,
.steps .table-condensed>thead>tr>th {
  padding: 5px 5px 6px 5px;
  vertical-align: middle;
}

.steps .table-condensed>tbody>tr>td,
.steps .table-condensed>tfoot>tr>td,
.steps .table-condensed>thead>tr>td {
  padding: 6px 5px 5px 5px;
  height: 38px;
  min-height: 38px;
  vertical-align: middle;
}

[id^='skumpc'] {
  font-size: 18px;
  line-height: 14px;
}

[id^='skumpc'] span {
  font-size: 12px;
  line-height: 12px;
}

.steps .table-condensed>tbody>tr>td:nth-child(2) {
  min-width: 85px;
}

.steps .table-condensed>tbody>tr>td:nth-child(3) {
  padding: 0px;
}

.steps .table-condensed>thead>tr>th:nth-child(1) {
  text-align: left;
}

.steps label {
  margin-bottom: 0px;
}

.steps td .md-checkbox label>.box {
  top: 3px;
}

.steps .md-checkbox label>.check {
  top: -1px;
}
.quantity-minus{border-radius: 6px 0 0 6px;padding: 0 0 3px 0;}
.quantity-plus{border-radius: 0 6px 6px 0;padding: 0 0 2px 0;}
.quantity-plus,
.quantity-minus {
    width: 26px;
    text-align: center;    
    font-weight: 600;
    font-size: 21px;
    float: right;
    margin: 0;
    height: 28px;
    border: 1px solid #d1d1d1;
    color: var(--primaryDefault);
    line-height: 10px;
    background: var(--light);
}
.quantity-plus:active, .quantity-minus:active, .quantity-plus:hover, .quantity-minus:hover, .quantity-plus:focus, .quantity-minus:focus {
    background-color: var(--light);
    border-color: var(--primaryDefault);
}
.qvQty {
    display: inline-block;
    width: 42px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    border: 1px solid #d1d1d1;
    padding: 3px 3px;
    text-align: center;
    height: 28px;
    margin: 0;
    background: #fff;
    z-index: 1;
    border-left:0px;
    border-right:0px;
}

#customerReviews {
  margin: 15px 0px;
  border-bottom: none;
}

.md-checkbox-list .md-checkbox:last-child {
  margin-bottom: 0;
}

.md-checkbox-list .md-checkbox {
  display: block;
  margin-bottom: 10px;
}

.md-checkbox {
  position: relative;
}

.md-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.md-checkbox label {
  cursor: pointer;
  padding-left: 30px;
}

.md-checkbox label>span.inc {
  background: #fff;
  left: -20px;
  top: -20px;
  height: 60px;
  width: 60px;
  opacity: 0;
  border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  -webkit-border-radius: 50%!important;
  -webkit-animation: growCircle .3s ease;
  -moz-animation: growCircle .3s ease;
  animation: growCircle .3s ease;
}

.md-checkbox label>span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.md-checkbox label>.check {
  top: -4px;
  left: 6px;
  width: 10px;
  height: 20px;
  border: 2px solid #36c6d3;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}

.md-checkbox label>.box {
  top: 0;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  z-index: 5;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}

.md-checkbox input[type=checkbox]:checked~label>.check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.md-checkbox input[type=checkbox]:checked~label>.box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}



/*---------material-checkbaox------*/

.steps .md-checkbox label>span.inc {
  left: -8px;
  top: -6px;
  height: 37px;
  width: 38px;
}

.slidercontainer {
  width: 300px;
  margin: 0 auto;
}

.steps .table>thead>tr>th {
  border-top: 0;
  background-color: #f3f3f3;
  text-align: center;
  font-weight:600;
}

.totalprice {
  font-size: 18px;
}

b, strong{font-weight:600 !important;}
/*---------material-checkbaox------*/
.numletter_step_panel {    
    margin: 0 0 20px 0; 
}
/*.numletter_step_inner {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom:20px;
}*/

.numletter_step_inner .letter_color_selector {
  width: 200px;
  margin: 10px 0px 10px 10px;
}

.zoom-gallery {
    margin-top: 0px !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
}

.marker_data_table {
    margin-top: 20px;
}

.table.marker_data_table>thead>tr>th {
  border-top: 0;
  background-color: #f3f3f3;
  text-align: left;
}

.marker_data_table { margin-top: 0px; border: 1px solid #dee2e6; border-width: 1px 0px; }

.price-table-marker>thead>tr>th {
  background: #C7D8FA !important;
}

.price-table-marker {
  width: 90%;
}

.price-table-marker b{font-weight:600;}

.marker_data_table>tbody>tr>th,
.marker_data_table>tfoot>tr>th,
.marker_data_table>thead>tr>th {
  border-color: #7283a7 !important;
  font-weight:600;
}


.Chinese-Menu h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 6px 0;
  color: var(--primaryDefault);
  border-bottom: 1px solid #ddd;
  margin-bottom: 6px;
  font-family: var(--ss-font-sans-serif);
}

.Chinese-Menu>[class*="col-"] {
  margin-top: 5px;
  margin-bottom: 10px;
}

.kit-container {
  border: 1px solid #c0c0c0;
  padding: 8px;
  margin-bottom: 15px;
  position: relative;
}

.kit-container h3 {
  padding: 0;
  font-size: 14px;
  line-height:18px;
  color: var(--primaryDefault);
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
}

.kit-container .sub-title-txt {
  font-weight: normal;
  font-size: 13px;
}

.kit-container .md-checkbox label {
  margin-bottom: 10px;
}
table.pricerj {
    font-size: 12px;
    color: var(--primaryDefault);
}
table.pricerj tbody tr td {
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    padding: 4px 5px 4px 10px;
    text-align: right;
}


.kit-container .pricerj td:nth-child(1) {
  background-color: #C7D8FA;
  text-align: center;
  border-color: #8b9ec3;
  font-weight: 600;
}

.kit-container .pricerj {
  width: 100%;
  border: 1px solid #ccc;
}

.kit-container .kit-details-cont {
  padding-left: 20px;
}

.kit-container .kit-input-cont {
 background: #FFFFCC;
 margin-top: 10px;
 padding: 5px 10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: -8px;
 border-top: 1px solid #c0c0c0;
 display: none;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 8px;
}

.kit-container .total-selected-cont {
  float: right;
  padding-top: 8px;
}

#moreChoices {
  margin-bottom: 15px;
  display: inline-block;
}
.top-nav-search{
  display: none !important
}
.page_title {
    flex-flow: wrap;
    margin-bottom: 20px;
}
.page_title .headingtext{margin-right:auto;white-space:normal !important;}
.page_title .section_right {
    min-width: auto !important;
    margin-left: 0px !important;
    width: 100%;
    background: #fafafa;
    border: 1px solid #ddd !important;
}
.numletter_step_head {
    padding: 0 0 10px 0;
    /*background-color: #fafafa;
    border: 1px solid #ddd;
    border-bottom: 0;*/
}
.vinyal-stepCount {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-color: var(--green);
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
}
.marker_data_table td, .marker_data_table th{
    padding:0.5rem;
}
.marker_data_table td:nth-child(1) {font-weight: 600;}

.design-grid { float: none !important; }
.numletterPrice_section{border-top: 1px solid #ddd;padding-top:10px;text-align:right;}
.numletterPrice_section .totalprice{display:block;margin-bottom:8px;font-size:22px;line-height:normal;}
.numletterPrice_section .totalprice .body8{font-size:16px;padding-left:6px;}
.numletterPrice_section .totalprice + .totalprice{margin-bottom:15px;}
.numletterPrice_section .numletterAction_btn > .btn{width:35%;}
.numletterPrice_section .totalprice > span > strong{display:inline-block;width:100%;max-width:180px;font-size:28px;}
.design-grid div.item{border-radius:4px;}
.design-grid div.item.selected{border:2px solid var(--green) !important;background:#fff !important;}
.selectors a.mz-thumb-selected, .selectors a.mz-thumb.active{box-shadow: 0 0 2px 2px var(--green) !important;}
@media(min-width: 992px) {
    .container {
        /*padding: 0;*/
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width:992px) {
    .zoom-gallery {
        margin-bottom: 20px;
    }
}  
@media(max-width: 767px) {
    /*    .design-grid div.item .product-img-cont {
    width: 98px;
    height: 66px;
    line-height: 66px;
    background: #FFFFFF;
    position: relative;
}
.design-grid div.item:nth-child(2n){
      margin: 0 0 10px 0;
}
.design-grid div.item .product-img-cont img{
      display: block;
    max-width: 100%;
    height: auto;
}*/
.quantity-plus,
.quantity-minus{padding:0px;}
.numletterPrice_section .numletterAction_btn > .btn{width:100%;}
.numletterPrice_section .totalprice{font-size: 18px;}
.numletterPrice_section .totalprice > span > strong{width:auto;}
.vinyal-stepCount{margin-right: -30px;float: left;margin-top: 2px;}
.vinyl-step{padding-left: 40px;}
} 
