body {
  background-color: #f2f2f2;
  color: #333;
  line-height: 1.125rem;
  font-size: 0.875rem
}

textarea,
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
  max-width: 100%;
  width: 100%;
}

input, textarea, body {
  font-family: 'proxima-nova', sans-serif;
}

input[type="text"].error {
  background-color: #fef8c2;
}

input.input-ph {
  font-style: italic;
}

.login-form input[type="text"] {
  width: 65.812%;
}

.btn-view-cart {
  border: none;
  background-color: inherit;
  cursor: pointer;
  display: inline-block;
  padding:0;
}

.btn-view-cart:hover {
	text-decoration:underline !important;
	}

a.ada-link{
	text-decoration: none;
	border-bottom: 1px solid #1b6dc7;
}
a.ada-link:hover{
	border-bottom-width: 2px;
	font-weight:bold;
}

a {
  color: #08c;
	text-decoration: none;
}


a:active,
a:focus,
a:hover{
  color: #005580;
	text-decoration: underline;
}

.select-side-label {
  margin-bottom: 10px;
}

.select-side-label label {
  float: left;
  margin: 3px 10px 0 0;
}

.select-side-label select {
  float: left;
}

div {
  position: relative;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: normal;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}

small, p small {
  line-height: 12px !important;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.disabled {
  cursor: not-allowed !important;
}

.body {
  z-index: 1;
}

.text-right {
  text-align: right;
}

.row-spacing {
  margin-bottom: 20px;
}

.short-input {
  max-width: 285px !important;
}

.title-bar {
    background: #e5e4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #efefef 0%, #f7f7f7 67%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(67%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#f7f7f7 67%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#f7f7f7 67%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#f7f7f7 67%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #efefef 0%,#f7f7f7 67%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: solid 1px #d5d5d5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -1px;
    padding: 10px 20px;
    z-index: 1;
}

.title-bar h1 {
  margin: 0;
}

.graybox {
  background-color: #f7f7f7;
  border: solid 1px #e5e4e4;
}

.graybox.scrollable {
  margin-bottom: 10px;
  max-height: 300px;
  padding: 10px;
}

.graybox.scrollable ul li {
  border: solid 1px #F7F7F7;
  border-radius: 2px;
  height: 175px;
  line-height: 175px;
  text-align: center;
  padding: 5px;
}

.graybox.scrollable ul li:hover,
.graybox.scrollable ul li.active {
  background-color: #f2f0e7 !important;
  border-color: #d9d4ba !important;
}

.graybox.scrollable ul li a {
  width: 100%;
  display: inline-block !important;
  margin: 0px !important;
  line-height: 20px;
  vertical-align: middle;
}

.graybox.scrollable ul li a img {
  width: auto;
  max-height: 100px;
}

.first-in-row {
  margin-left: 0 !important;
}

.tanbox {
  background-color: #f2f0e7;
  border: solid 1px #d9d4ba;
  border-radius: 10px;
}

.whitebox {
  background-color: #fff;
  border: solid 1px #e5e4e4;
}

.bluebox {
  background: #e6f4fe;
  border: 1px solid #c7dbe9;
  position: relative;
}

.graybox {
  background-color: #f7f7f7;
  border: solid 1px #e5e4e4;
}

.graybox.scrollable {
  margin-bottom: 10px;
  max-height: 300px;
  padding: 0px;
  min-height: 40px;
  overflow-y: auto;
}

.graybox.scrollable ul li {
  border: solid 1px #F7F7F7;
  border-radius: 2px;
}

.graybox.scrollable ul li:hover,
.graybox.scrollable ul li.active {
  background-color: #f2f0e7 !important;
  border-color: #d9d4ba !important;
}

.graybox.scrollable ul li a {
  display: block;
  margin: 5px;
}


.main-content {
  overflow: hidden;
  width: 100%;
}

.content-padding {
  padding: 20px;
}

.small-padding {
  padding: 10px;
}

.title-bar {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  border-bottom: solid 1px #d5d5d5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}

.error-icon {
  background-color: red;
  border-radius: 9px;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: 1px;
  width: 18px;
}

.error-icon i {
  margin: 0;
}

.icon-remove {
  background-position: -310px 2px;
  background-image: url("../images/cbd/site/glyphicons-halflings-white.png");
  width:18px;
  height:18px;
  display: inline-block
}

.header-bar .left-heading {
  float: left;
}

.header-bar .right-heading {
  float: right;
}

@media (max-width: 979px) {
  .header-bar .left-heading {
    float: none;
    margin-bottom: 5px;
  }

  .header-bar .right-heading {
    float: none;
  }
}

.tooltip-bar .float {
  float: left
}

.tooltip-bar .icon {
  cursor: pointer;
  float: left;
  margin-left: 5px;
}

.tooltip-bar .icon-for-h2 {
  margin-top: 0px;
}

.tooltip-bar .icon-for-text-input {
  margin-top: 6px;
}

.icon-blue {
  background-image: url('../images/site/glyphicons-halflings-blue.png') !important;
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-position: 14px 14px;
background-repeat: no-repeat;
}
.icon-arrow-left {
 background-position:-240px -96px
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-green {
  background-image: url('../images/site/glyphicons-halflings-green.png');
}

.btn {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  white-space: normal;
}

.btn-success {
  background: #5ae000; /* Old browsers */
  background: -moz-linear-gradient(top,  #5ae000 0%, #22b500 44%, #239301 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ae000), color-stop(44%,#22b500), color-stop(100%,#239301)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5ae000 0%,#22b500 44%,#239301 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5ae000 0%,#22b500 44%,#239301 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5ae000 0%,#22b500 44%,#239301 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5ae000 0%,#22b500 44%,#239301 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ae000', endColorstr='#239301',GradientType=0 ); /* IE6-9 */
  border: 2px solid #30D327;
  font-weight: lighter;
  text-shadow: 0px 1px 1px #333;
}

.btn-success:hover {
  background-color: 0;
  background-position: 0 0;
  border: 2px solid #30D327;
  text-decoration: none;
}

.btn-success.inactive {
  background: #e4e4e4; /* Old browsers */
  background: -moz-linear-gradient(top,  #e4e4e4 0%, #d4d4d4 10%, #acacac 44%, #787878 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(10%,#d4d4d4), color-stop(44%,#acacac), color-stop(100%,#787878)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e4e4e4 0%,#d4d4d4 10%,#acacac 44%,#787878 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e4e4e4 0%,#d4d4d4 10%,#acacac 44%,#787878 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e4e4e4 0%,#d4d4d4 10%,#acacac 44%,#787878 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e4e4e4 0%,#d4d4d4 10%,#acacac 44%,#787878 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#787878',GradientType=0 ); /* IE6-9 */
  border: 1px solid #333;
}

.btn-custom {
  background-color: #606060 !important;
  background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#939393", endColorstr="#606060");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#939393), to(#606060));
  background-image: -moz-linear-gradient(top, #939393, #606060);
  background-image: -ms-linear-gradient(top, #939393, #606060);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #939393), color-stop(100%, #606060));
  background-image: -webkit-linear-gradient(top, #939393, #606060); background-image: -o-linear-gradient(top, #939393, #606060);
  background-image: linear-gradient(#939393, #606060);
  border-color: #606060 #606060 hsl(0, 0%, 33%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
  padding: 4px 12px;
}

.btn-custom-blue {
  background-color: #488AD5 !important;
  background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82afe2", endColorstr="#488ad5");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#82afe2), to(#488ad5));
  background-image: -moz-linear-gradient(top, #82afe2, #488ad5);
  background-image: -ms-linear-gradient(top, #82afe2, #488ad5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82afe2), color-stop(100%, #488ad5));
  background-image: -webkit-linear-gradient(top, #82afe2, #488ad5);
  background-image: -o-linear-gradient(top, #82afe2, #488ad5);
  background-image: linear-gradient(#82afe2, #488ad5);
  border-color: #488ad5 #488ad5 hsl(212, 63%, 52.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
  padding: 4px 12px;
}

.modal-backdrop {
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.modal {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: -370px;
  top: 0;
  width: 740px;
  visibility: hidden;
}
.modal.show {
  visibility: visible;
}

@media (max-width: 767px) {
  .modal {
    margin: 0;
    left: 0;
    width: 100%;
  }
}

.modal.fade.in {
  top: 0;
}

.modal-header {
  background: #69adf8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YWRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjdkY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #69adf8 0%, #367dcc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69adf8), color-stop(100%,#367dcc));
  background: -webkit-linear-gradient(top,  #69adf8 0%,#367dcc 100%);
  background: -o-linear-gradient(top,  #69adf8 0%,#367dcc 100%);
  background: -ms-linear-gradient(top,  #69adf8 0%,#367dcc 100%);
  background: linear-gradient(to bottom,  #69adf8 0%,#367dcc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69adf8', endColorstr='#367dcc',GradientType=0 );
}

.modal-header h2 {
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.modal-header #modal-close, .modal-header #modal-close-ada , .modal-header #modal-close-ada1, .modal-header #modal-close-ada3 {
  margin: 2px 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.modal-header a[data-bs-dismiss="modal"]:hover{
  text-decoration: none;
}

.modal-body {
  max-height: none;
}

.modal-footer {
  background: #dcdcdc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWExYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #dcdcdc 0%, #a1a1a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#a1a1a1));
  background: -webkit-linear-gradient(top,  #dcdcdc 0%,#a1a1a1 100%);
  background: -o-linear-gradient(top,  #dcdcdc 0%,#a1a1a1 100%);
  background: -ms-linear-gradient(top,  #dcdcdc 0%,#a1a1a1 100%);
  background: linear-gradient(to bottom,  #dcdcdc 0%,#a1a1a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#a1a1a1',GradientType=0 );
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: solid 1px #a3a3a3;
  box-shadow: none;
}

.accordion-group {
  background-color: #fff;
}

.sidenav a {
  color: #333;
  display: block;
  margin: 0.5em 0;
}

.sidenav a.active {
  font-weight: bold;
}

/* Carousel */
.jcarousel {
  margin-top: 10px;
  overflow: hidden;
}

.jcarousel .jcarousel-clip{
  /* height: 125px;
  overflow: hidden;
  margin: 0 35px;
  position: relative; */
}
.jcarousel ul {
  white-space: nowrap;
  position: relative
}

.jcarousel ul li {
  border-radius: 5px;
  font-size: 0.9em;
  height: 125px;
  line-height: 1.2em;
  margin: 0 20px 0 0;
  position: relative;
  text-align: center;
  width: 160px;
  float: left;
  list-style: none;
  white-space: normal;
}

.jcarousel ul a {
  display: block;
  height: 125px;
  padding: 5px;
}

.jcarousel ul a .bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.jcarousel ul a .bottom span {
  color: #333;
  display: block;
}

.jcarousel-next {
  cursor: pointer;
  background: url('../images/site/jcarousel-next.png') 0 50% no-repeat;
  height: 125px;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
}

.jcarousel-next.inactive,
.jcarousel-next.inactive:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jcarousel-prev {
  cursor: pointer;
  background: url('../images/site/jcarousel-prev.png') 0 50% no-repeat;
  height: 125px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

.jcarousel-prev.inactive,
.jcarousel-prev.inactive:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* End Carousel */


/* Checkout Sidebar */
.checkout-sidebar .checkout-header {
  background: url('../images/site/header-border.gif') 0 bottom repeat-x;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 20px 0 10px;
}

.checkout-sidebar .btn-block{
  width: 100%;
}
.checkout-sidebar .btn-block.btn-large {
  padding: 6px 10px;
}

.checkout-sidebar .total-wrapper {
  float: left;
}

.checkout-sidebar .total-wrapper .total {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 30px;
}

.checkout-sidebar .checkout-align {
  clear: both;
  float: none;
}

.checkout-align .total {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.checkout-sidebar .type-wrapper {
  float: left;
  margin-right: 20px;
}

.checkout-sidebar .type-wrapper select {
  margin: 0;
  width: auto !important;
}

.checkout-sidebar .quantity-wrapper {
  float: left;
}

.checkout-sidebar .quantity-wrapper select {
  margin: 0;
  width: 60px !important;
}

.checkout-sidebar .btn.btn-link.btn-block {
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 2px solid transparent;
}

.checkout-sidebar .btn.btn-link.btn-block:focus {
  color: #005580;
  text-decoration: underline;
  border: 2px solid #000;
}

#credit-payment #creditCardPaymentSection .checkbox label{
  display: inline-block;
  cursor: pointer;
}

.shipping__section label.checkbox{
  width: auto;
  display: inline-block;
}

#paymentInformation .formset .radio{
  display: inline-block;
}
#creditCardPaymentSection .checkbox label{
  display: inline-block;
}
.agent_checkout label.checkbox{
  display: inline-block;
}
#addressSection .checkbox label{
  display: inline-block;
}

#comments-fraud .checkbox label{
  display: inline-block;
}

HTML > BODY > FORM:nth-of-type(1) > DIV:nth-of-type(1){
  visibility: visible!important;
}

#checkout .container-xxl{
  visibility: visible!important;
}

@media (min-width: 1200px) {
  .checkout-sidebar .checkout-align {
    clear: none;
    float: right;
  }
}

@media (max-width: 1199px) {
  .checkout-sidebar .total-wrapper {
    display: block;
    float: none;
  }

  .checkout-sidebar .checkout-align {
    float: none;
  }
}

.checkout-sidebar .checkout-header a {
  float: right;
  font-weight: normal;
}

.checkout-sidebar .checkout-detail {
  padding-right: 45px;
}

.checkout-sidebar .checkout-detail span {
  display: block;
  font-weight: bold;
}

.checkout-sidebar .checkout-detail .btn {
  bottom: 25%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  position: absolute;
  right: 0;
}

.modal .checkout-sidebar .total-wrapper {
  float: left !important;
}

.modal .checkout-sidebar .checkout-align {
  clear: none;
  float: right;
}

/* End Checkout Sidebar */


/* Order Status */
table.order-status-table {
  border: solid 1px #d9d9d9;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
  padding: 0;
}

table.order-status-table thead tr th {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#eeeeee));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 50%);
  background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 50%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 50%);
  background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 50%);
  border-bottom: solid 1px #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  padding: 5px 10px;
  text-align: left;
}

table.order-status-table thead tr th:first-child {
  border-top-left-radius: 10px;
}

table.order-status-table thead tr th:last-child {
  border-top-right-radius: 10px;
}

table.order-status-table tbody tr td {
  padding: 5px 10px;
  text-align: left;
}

table.order-status-table tbody tr td .btn {
  white-space: nobreak;
  padding: 2px 7px;
}

table.order-status-table tbody tr td a:not([href]):not([class]) {
  color: #08c;
}

table.order-status-table tbody tr td a:not([href]):not([class]):hover{
  color: #005580;
}

/* End Order Status */

.licensed-check {
  font-size: 12px;
  line-height: 1.2em;
}

.licensed-check img {
  float: left;
  margin: 0 10px 10px 0;
}

.affix {
  top: 20px;
}


/* bootstrap-responsive.css override */
@media (max-width: 768px) {

  body {
    padding: 0;
  }

  .wrapper {
    margin: 0 20px;
  }

  .phone-spacing {
    margin-bottom: 20px;
  }

}

/*============================================
* Toggle Box
* ==========================================*/

.toggle-box {
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 10px;
}

.toggle-title {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #e2e2e2;
    padding: 11px 20px;
    position: relative;
}

.toggle-title:after {
    background: url('../images/site/icon-arrow-up.png') no-repeat;
    content: '';
    display: block;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
}

.toggle-title.collapsed:after {
    background: url('../images/site/icon-arrow-down.png') no-repeat;
}

.toggle-title h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}

.toggle-title .toggle-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 41px;
  width: 51px;
  cursor: pointer;
  z-index: 999;
}

.toggle-content {
    padding: 20px;
}

.icon-popover {
  cursor: pointer;
}

.popover .popover-title {
  display: block;
}

.popover .popover-content p {
  font-size: 12px;
  font-weight: normal;
}

.teleservice .toggle-content {
  background: #fff;
}

/* New Address Form */

.address-form {
  margin-bottom: 30px;
}

.address-form label {
  font-weight: bold;
}

.address-form #fname,
.address-form #mname,
.address-form #lname {
  margin-right: 15px;
  max-width: 25%;
  width: 25%;
}

.address-form #business-name,
.address-form #address1,
.address-form #address2 {
  max-width: 35%;
  width: 60%;
}

.address-form #city {
  max-width: 30%;
  width: 30%;
}

.address-form #state {
  max-width: 20%;
  width: 20%;
}

.address-form #zip {
  max-width: 15%;
  width: 15%;
}

.address-form #country {
  max-width: 30%;
  width: 30%;
}

/* Design Carousel */

#design-options {
  background: #f7f7f7;
  border-radius: 5px;
}

#design-category-label {
  float: left;
  margin-right: 5px;
}

.jcarousel-skin-check-designs .jcarousel-container {
  margin-top: 20px;
}

.jcarousel-skin-check-designs .jcarousel-item {
  font-size: 1em;
  font-weight: bold;
}

.jcarousel-skin-check-designs .jcarousel-item a {
  color: #333;
  padding: 6px;
  height: 113px;
}

.jcarousel-skin-check-designs .jcarousel-item a:hover,
.jcarousel-skin-check-designs .jcarousel-item.active a {
  background-color: #f2f0e7;
  border: solid 1px #d9d4ba;
  border-radius: 2px;
  padding: 5px;
}

.jcarousel-skin-check-designs .jcarousel-item a .bottom {
  bottom: 25px;
}

/**/



/**/ /*css for new interstitail page change*/
	/* To remove rounded corners in button */
input#routingModal,input#accountModal,#routing-number,#account-number,#routingnumber,#accountnumber { 
	width: 40%;
}



input#zipModal,#zipcheck {
	width: 20%;
}

.btn-success{
	border-radius: 0 !important;
	} 
.btn-large{
	font-size: 20px !important;
	background-color:#00b300!;
	border: 1px solid lightgreen;
	text-align: center !important;
  padding: 11px 10px;
	}

/* body {
  background-image: url('Samplecheckimage.png');
} */ /* browse without pricing link */

#mainImageBlock label
{
font-size:16px;
}

.errMsg
{
font-size: 12px;
bottom: 9px;
}

#loginValidationError ,.commonErrorMsg {
text-align: justify;
}

/* To have the image aligne dto right side */
	/* for getting non field area. */

/* To move the modal window to right side */
.modal-body  {
	overflow: Hidden;
}
#mainImageBlock .modal-content:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 200px;
	width: 0px;
	height: 0px;
	border-top: 22px solid transparent;
	border-right: 22px solid white;
	border-bottom: 22px solid transparent;
}
#mainImageBlock .modal-content {
float:right;
	width: 45%;
	height: auto;
	top: 2px;
	background-color: white;
	border-radius: 15px;
}

label {
	display: block;
}

#mainImageBlock .modal-body {
	overflow: Hidden;
	left: 5px;
}

#mainImageBlock {
	background-image: url('../images/site/interstitial.png');
	background-repeat: no-repeat;
  padding-bottom: 5%;
  padding-top: 7%;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
  background-position-y: -45px;
}
/* #sampleImg {
position: absolute;
left: 48%;
right: 0;
top: 63px;
bottom: 56px;
width: 238px;
padding-left: 17px;
}  */

.span7.browseWtPrice {
left: 40px !important;
top: 9px !important;
}

#browseWithoutPricing {
position: relative;
float: right;
font-size:14px;
}



input#submitBtnId {
    bottom: 11px;
    position: relative;
}

#sampleImgHomePage{
position: absolute;
left: 49%;
right: 0;
top: 47px;
bottom: 56px;
width: 198px;
height: 106px;
}
.commonErrorMsg , #loginValidationError {
width: 90%;
padding: 7px 15px;
}

.backgroundImageFTO{
		background-image: url('../images/site/interstitial_FTO.png') !important;
	
	}
/* Applicable for IE8 and below  */

@media \0screen\,screen\9 {
	#mainImageBlock {
		background-image: url('../images/site/interstitial_IE8.png');
	}
	.backgroundImageFTO{
		background-image: url('../images/site/interstitial_FTO_IE8.png') !important;
	
	}
}
input[type="text"]:focus , a:hover , input[type="button"]:hover{
      cursor: pointer !important;
}

@media only screen and (min-width : 360px) and (max-width
	: 640px) {
#mainImageBlock .modal-dialog {
    left: 66%;
    bottom: 11px;
}
}


@media only screen and (min-width : 100px) and (max-width
	: 765px) {
	
	input#accountModal, #routing-number, #account-number, #routingnumber, #accountnumber ,#routingModal {
    width: 90% !important;
	}
	input#zipModal, #zipcheck {
    width: 45%;
	}
	.modal-content:before{
	display:none;
	}
	#mainImageBlock div{
 	position:initial !important;
	}
	.intrestialBlock
	{
	background-color:none !important;
	}
	#mainImageBlock .btn-block
	{
	width:auto;
	} 
	#sampleImgHomePage,#sampleImg
	{
	display:none;
	}
		.backgroundImageFTO{
		background-image: url('../images/site/interstitial_FTO_mobile.png') !important;
	
	}
	#mainImageBlock {
		background-image: url('../images/site/interstitial_mobile.png');
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
			-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
		padding-top: 100%;
	}
	#mainImageBlock .modal-dialog {
		left:65%;
	}
	.browseWithoutPrice {
		padding-left:0px !important
	}
	.modal-body {
		top: 0px
	}
	#browseWithoutPricing {
	float:none;
	padding-left:0px !important
	}
	#mainImageBlock .modal-content {
    
     width:90%;
     height:auto;
}
}
@media only screen and (min-width : 320px) and (max-width
	: 568px) {
	#mainImageBlock div{
 position:initial !important;
	}
#mainImageBlock .modal-content {
     position:none !important;
}
}
@media only screen and (min-width : 768px) and (max-width
	: 1025px) {
	
	.backgroundImageFTO{
		background-image: url('../images/site/interstitial_FTO_mobile.png')  !important;
	
	}
	#mainImageBlock {
		background-image: url('../images/site/interstitial_mobile.png');
		padding-top: 105%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
	}
	#mainImageBlock .modal-content {
    width:90%;
     height:auto;
	}
	#sampleImgHomePage
	{
	display:none;
	}
#browseWithoutPricing {
	float:none;
	}
}
@media only screen and (min-width : 1025px) and (max-width
      : 1200px) {
      #mainImageBlock .modal-body{
left:0px;
      }
      #sampleImgHomePage{
      left:45%;
      }
      #mainImageBlock {
      padding-bottom: 0px;
      padding-top: 0px;
}
      #browseWithoutPricing {
      float:none;
      }
      #sampleImg {
		width: 250px;
	} 
}





/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**/ /*End of css for new interstitail page change*/


#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}


.error-field {
background-color: rgb(252, 222, 222) !important;
}

.text-info {
	color:#333333 !important;
}

.btn:hover, .btn:focus {
	background-position: 0 0px !important;
}

.alert, .alert h4 {
    color: #333333 !important;
}


/* Home page style */

#main-nav .dropdown-menu{
  font-size: 14px;
}

#main-nav .dropdown-toggle:hover {
  text-decoration: none;
}

#main-nav .dropdown-toggle::after{
  display: none;
}

#mainImageBlock .block__inputs .inputs__item{
  margin-bottom: 20px;
}

#mainImageBlock {
  min-height: 510px;
}
#mainImageBlock .block__inputs .inputs__item label {
  line-height: 20px;
  margin-bottom: 5px;
}

#mainImageBlock .block__inputs .inputs__item input{
  width: 82%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  box-sizing: content-box;
}

#mainImageBlock .block__inputs .inputs__item input:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}


#mainImageBlock .block__inputs .inputs__item input#zipModal{
  width: 50%;
}

#mainImageBlock .block__image{
  margin-top: 25px;
}

#mainImageBlock .block__image #sampleImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#mainImageBlock .block__bottom .browseWithoutPrice{
  font-size:1.1500em;
}

#mainImageBlock .block__bottom #submitBtnId {
  border: 2px solid #30D327;
  width: 100%;
}

.home__page__command .command__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.home__page__command .command__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recommendation__block li a img{
  border-radius: 4px;
}

.command__info__section .left__item .slide-holder{
  float: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  min-height: 450px;
}
.command__info__section .left__item #slides {
  width: 100%;
  height: 100%;
}
.command__info__section .left__item .slide {
  cursor: pointer;
  background-size: cover;
  height: 100%!important;
}

.command__info__section .right__item.sing__in .reorder{
  cursor: auto;
}
.command__info__section .right__item.sing__in .reorder img{
  cursor: auto;
}

.command__info__section .right__item .reorder{
  cursor: pointer;
  float: none;
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.command__info__section .right__item .reorder img {
  cursor: pointer;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.command__info__section .whitebox {
  display: flex;
  justify-content: space-between;
}

.command__info__section .left__item {
  border: 1px solid #e5e4e4;
  border-right: 0;
  box-sizing: border-box;
}
.command__info__section .right__item {
  border: 1px solid #e5e4e4;
  border-left: 0;
  box-sizing: border-box;
  background: #fff;
}
.command__info__section .left__item .slide-holder .slide {
  border-radius: 0;
}
.command__info__section .right__item.sing__in .modal-header {
  padding: 9px 15px;
}

.command__info__section .sing__in .info__text{
  font-size:1rem;
  line-height:24px;
}
.command__info__section .sing__in .cont__image {
  width: 75%;
  margin: 20px auto;
}

.command__info__section .sing__in .tanbox .time__text span{
  font-size:1rem;
}
.command__info__section .sing__in .tanbox .btn-success img{
  width: auto;
  height: auto;
}
.command__info__section .sing__in .tanbox .btn-success{
  font-size: 14px;
  white-space: nowrap;
  line-height: 16px;
}

.command__info__section .sing__in .tanbox .btn-success:hover{
  text-decoration: none;
  border: 2px solid #30D327;
}
/* End Home page*/

/* products page*/
  .product__catalog__top {
    padding-left: 40px;
    margin-bottom: 20px;
  }

  .product__catalog__top .bold{
    font-size: 1.005em;
  }

  .product__side_bar .title h2{
    display: block;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: strong;
  }

  .catalog-tiles .tiles__items .tiled-block {
    float: none;
    margin: 0;
    width: 31%;
    min-height: 160px;
    margin-bottom: 25px;
    padding: 0px 17px;
  }

  .catalog-tiles .tiles__items .tiled-block a{
    display: inline-block;
    width: 100%;
  }

  .catalog-tiles .tiles__items .tiled-block a img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: top;
  }

  .catalog-tiles .tiles__items .tiled-block .name{
    padding-top: 10px;
  }

  .catalog-tiles .tiles__items .tiled-block .name .name{
    padding-top: 0;
    padding-right: 0;
  }

  .catalog-tiles .tiles__items .tiled-block .icons{
    width: auto;
    text-align: right;
    top: 10px;
  }

  .catalog-tiles .tiles__items .tiled-block .image{
    min-height: 112px;
  }


/* End products page*/

/* MODAL */

.modal.show {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  max-height: 100%;
  padding-bottom: 10px;
}

.modal.show .modal-dialog {
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
  max-width: none;
  max-height: none;
  margin: 0;
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
}

.modal.show .modal-body #modalBigImage {
  width: 100%;
}

.modal.show .modal-footer {
  justify-content: space-between;
}

.modal.show .modal-footer .btn {
  border-color: #606060 #606060 hsl(0, 0%, 33%);
  cursor: pointer;
}
.modal.show .modal-footer .btn:hover{
  text-decoration: none;
}
.modal.show .modal-footer .btn.step-close {
  background-image: linear-gradient(#939393, #606060);
  border-color: #606060 #606060 hsl(0, 0%, 33%)!important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 33%);
  -webkit-font-smoothing: antialiased;
  padding: 11px 19px;
}
.modal.show .modal-footer .btn.btn-success{
  border: 1px solid #30D327;
}
.modal .messageTable{
  border: 0;
}
.modal .messageTable:hover{
  border: 0;
  box-shadow: 0px 0px 0px 1px #d9d4ba;
}
.modal .messageTable a:hover{
  text-decoration: none;
}
/* MODAL */

/* Product Pages */
.input_block input{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}

.input_block textarea{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}

.product__sidebar  .input_block{
  padding: 0px 3px;
}
.product__sidebar .input_block .checkbox.combinePhoneLines #combinePhoneLines {
  top: 0;
}
.product__sidebar .input_block .checkbox input{
  width: auto;
  border: 0;
  box-shadow: none;
  position: relative;
  top: 4px;
}
.product__sidebar .input_block input{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.product__sidebar input[disabled], .product__sidebar select[disabled], .product__sidebar textarea[disabled], .product__sidebar input[readonly], .product__sidebar select[readonly], .product__sidebar textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

.product__sidebar .input_block select{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
} 
.input_block select{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
} 
.product__sidebar .change__font {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 27px;
}
.product__sidebar .change__font .font-picker{
  top: 0px;
}
.product__sidebar .change__font .font-label{
  max-width: 120px;
}
.product__sidebar .input_block .combinePhoneLines small{
  font-size: 10px;
  top: 1px;
  position: relative;
}
.product__sidebar #edit-disclaimer-row small{
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
  margin-block: 10px;
  line-height: 15px!important;
}
.product__sidebar .change__font .icon-chevron-down{
  position: relative;
  width: 12px;
  height: 10px;
  display: inline-block;
  top: 5px;
}
.product__sidebar .change__font .icon-chevron-down::after{
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  top: 0;
  transform: rotate(-45deg);
  background: #000;
  right: 0px;
}
.product__sidebar .change__font .icon-chevron-down::before{
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  top: 0;
  transform: rotate(45deg);
  background: #000;
}
.product__sidebar #imrpint-row .form-row {
  padding-right: 22px;
}
.product__sidebar #imrpint-row .controls.row {
  width: 100%;
  margin-left: -3px;
}
.product__sidebar #imprint-widget .controls.row {
  width: 100%;
  margin-left: -3px;
}
.product__sidebar #imrpint-row .add-line {
  color: #555555;
}
.product__sidebar .change__font .font-picker .unstyled{
  padding: 0 4px;
  list-style: none;
}

.product__sidebar .change__font .font-picker .unstyled li{
  padding: 6px 5px;
  padding-left: 12px;
}

.product__sidebar .change__font .selected-font.open .icon-chevron-down{
  transform: rotate(180deg);
  top: -2px;
  transition: all .4s;
}

.product__sidebar .rounded-icon {
  height: 20px;
}
.product__sidebar .combinePhoneLines input {
  margin-bottom: 0;
  box-shadow: none;
  width: auto;
}

.product__sidebar .icon-popover {
  background-position: -96px -96px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
}

.icon-popover {
  background-position: -96px -96px;
  display: inline-block!important;
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
 
.btn-link {
  font-size: 14px;
  text-decoration: none;
  color: #08c;
}

.product__sidebar .toggle-content .radio input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.product__sidebar .toggle-content label.radio{
  margin: 0 -12px;
}
#background_images img{
  max-width: 100%;
}
.product_detail_info .background-image-preview{
  text-align: center;
}

#background-widget .toggle-content .btn.btn-link {
  padding-left: 0;
}


.product__sidebar #additional-sig-lines{
  position: relative;
  top: 2px;
}

.product__sidebar .toggle-content .symbol-row .controls {
  width: 100%;
  margin-left: 0;
}

#symbol-carousel .jcarousel-clip ul li {
  font-size: 1em;
  font-weight: bold;
  width: 96px;
  margin: 10px 5px 10px 5px;
}
#symbol-carousel .jcarousel-clip ul li img{
  max-width: 100%;
  height: auto!important;
  max-height: 67px;
}
#symbol-carousel .jcarousel-clip ul li .bottom {
  font-size: 0.788em;
  color: #333;
  font-weight: bold;
  line-height: 12px;
}
#symbol-carousel .jcarousel-clip {
  height: 140px;
  overflow: hidden;
  margin: 0 23px;
  position: relative;
}

#symbol-carousel .jcarousel-clip ul li a.selected, #symbol-carousel .jcarousel-clip ul li a:hover {
  background-color: #fff;
  border-radius: 5px;
  border-color: #ccc;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 50%);
}

#background-carousel .jcarousel-clip ul li {
  font-size: 1em;
  font-weight: bold;
  width: 96px;
  margin: 10px 5px 10px 5px;
}

#background-carousel .jcarousel-clip ul li .bottom {
  font-size: 0.788em;
  color: #333;
  font-weight: bold;
}
#background-carousel .jcarousel-clip {
  height: 140px;
  overflow: hidden;
  margin: 0 23px;
  position: relative;
}

#background-carousel .jcarousel-clip ul li a.selected, #background-carousel .jcarousel-clip ul li a:hover {
  background-color: #fff;
  border-radius: 5px;
  border-color: #ccc;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 50%);
}

.modal {
  display: block;
  height: auto;
  border-radius: 0px 0px 6px 6px;
}
.modal .modal-header{
  border-radius: 0px;
}
#symbol-modal {
  display: block;
  height: auto;
  border-radius: 0px 0px 6px 6px;
}

#messageSection .row{
  width: 100%;
  margin-left: 0;
}

.product_detail_info .input_block select{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
.product_detail_info .input_block label{
  margin-bottom: 8px;
}

.product_detail_info .button_bottom .btn{
  width: 100%;
  max-width: 235px;
  border: 2px solid #30D327!important;
  line-height: 22px;
}

.product_detail_info .button_bottom .btn:hover{
  text-decoration: none;
}

.product_detail_info #itemTotal {
  margin-top: 8px;
  margin-bottom: 0;
}

#design-options ul li a img{
  width: 100%;
}
#design-options ul li a{
  padding: 5px;
  border: solid 1px transparent;
}
#design-options ul li a:hover{
  background-color: #f2f0e7;
  border: solid 1px #d9d4ba;
  border-radius: 2px;
  padding: 5px;
}
#design-options ul li a .bottom{
  bottom: 3px!important;
  font-size: 0.8600em;
  color: #333;
  font-weight: 700;
}

#details-widget .row{
  width: 100%;
  margin-left: 0;
}

#symbol-widget .row{
  width: 100%;
  margin-left: 0;
}
#background-widget .row{
  width: 100%;
  margin-left: 0;
}
#message-widget .row {
  width: 100%;
  margin-left: 0;
}
.product_detail_info .order-preview .row{
  justify-content: space-between;
}
.customize-form {
  margin-top: 10px;
}
.custom-check .imprint-preview .imprint {
  line-height: 13px!important;
}
.custom-check .imprint-preview .imprint font{
  display: block;
  line-height: 12px!important;
}
.custom-check .imprint-preview .imprint br{
  display: none;
}

.custom-check .preview.message-preview img{
  max-width: 100%;
  max-height: 100%;
}

.checkout-sidebar .checkout-align .total {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.checkout-sidebar .checkout-align .total .icon-green{
  width: 15px;
  height: 15px;
  background: url(/personal-checks/images/site/icon-discount.png)no-repeat center;
  display: inline-block;
}

.product_detail_info .order-preview .total #total-float{
  position: relative;
  display: inline-block;
  padding-right: 6px;
}

.product_detail_info .order-preview .total #total-float::before{
  content: "";
  width: 15px;
  height: 15px;
  background: url(/personal-checks/images/site/icon-discount.png)no-repeat center;
  top: 0;
  position: absolute;
  right: -15px;
}


.checkconfirmation_add {
  border: 2px solid gray; margin: 0px;
}
.checkconfirmation_add a{
  display: block;
}
.custom-check .checkconfirmation_add .tiled-block {
  margin-bottom: 15px;
}
.custom-check .checkconfirmation_add .text_block {
  margin:11px
}
.custom-check .checkconfirmation_add .img_block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.checkconfirmation_add .tiled-block .name{
  padding-right: 0;
  width: 100%;
}
.checkconfirmation_add .tiled-block .name .name a{
  margin-top: 10px;
  display: inline-block;
}

.custom-check .imprint-preview .symbol-img img{
  max-width: 100%;
  max-height: 100%;
}

/* End product pages */

/* Modal */
.modal .input_block select{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
} 
.modal #modalSymbolMonogram {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
.modal .modal-content {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  border: 0;
  background-color: transparent;
}

.order_detail_modal .modal-dialog {
  max-width: 700px;
}

.order_detail_modal .modal-footer .btn {
  padding: 11px 10px;
  border-radius: 0;
  border-width: 1px;
}

.order_detail_modal .modal-footer .btn-success {
  padding: 6px 10px;
}
.timeout_Warning{
  max-width: 520px;
}

.ezshield-cart-popup{
  width: 100%;
}
.ezshield-cart-popup .plus-logo{
  height: auto;
}
.modal.timeout_Warning {
  min-height: 250px;
  overflow: hidden;
}
/* Modal end */

.customer_service .input_block .control-label{
  text-align: left;
}
.customer_service .input_block .help-block {
  position: relative;
  top: -10px;
}
.customer_service .input_block {
  margin-bottom: 10px;
}
.customer_service .security{
  padding-left: 0px;
}

.customer_service .btn-success {
  border: 2px solid #30D327;
  font-size: 20px !important;
  color: #fff;
  padding: 11px 19px;
  height: auto;
  margin-bottom: 0;
  cursor: pointer;
}
/* Agent Checkout  */

.agent_checkout .toggle-content .radio {
  display: flex;
  flex-wrap: wrap;
}
.agent_checkout .toggle-content .radio input[type="radio"]{
  margin-right: 10px;
  margin-top: 2px;
}
.agent_checkout .toggle-content .radio small {
  width: 100%;
  padding-left: 18px;
  padding-top: 10px;
}
.agent_checkout .toggle-content .checkbox input{
  margin-right: 7px;
  display: inline-block;
  top: 2px;
  position: relative;
}
.agent_checkout .address-form{
  width: 50%;
  margin-left: 25px;
}
.agent_checkout .address-form .input_block input{
  width: 100%!important;
  max-width: 100%!important;
}
.agent_checkout .address-form .input_block select{
  width: 100%!important;
  max-width: 100%!important;
}

.agent_checkout .summary-items .product-row #product1 img{
  max-width: 100%;
  max-height: 100%;
}

.agent_checkout .prom_code .btn{
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  white-space: normal;
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}
#custom-billing-address .input_block{
  align-items: center;
  margin-bottom: 15px;
}
#custom-billing-address .input_block input{
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
#custom-billing-address .input_block select{
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.checkout_adress_form .input_block input{
  max-width: none!important;
  width: 100%!important;
  margin-bottom: 0;
}
.checkout_adress_form .input_block select{
  width: 100%!important;
  margin-bottom: 0;
}
.checkout_adress_form .input_block{
  align-items: center;
  margin-bottom: 15px;
}
.checkout_adress_form {
  padding-left: 40px;
}
/* Agent Checkout End */

/* Footer */
footer.footer .copyright{
  font-size: 12px;
  line-height: 1.3em;
}
.footer small a{
  font-size: 12px;
}

#shipping-tip-close{
  color: #08c;
  display: block;
  font-weight: 500;
}
.imprint div {
  line-height: .7rem!important;
}
hr.checkout-separator{
  opacity: 1;
}
/* Footer End */

.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#confirm-address-modal .modal-dialog{
  max-width: 550px;
}
#confirm-address-modal .modal-footer {
  height: auto;
  min-height: 60px;
  justify-content: end;
}
#confirm-address-modal .modal-footer .btn {
  padding: 7px 11px;
}

.test_slider .jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel ul{
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#design-options .jcarousel-clip{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  overflow: hidden;
}

#symbol-carousel .jcarousel-clip{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  
}

#background-carousel .jcarousel-clip{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
}
#recommended-products .jcarousel-clip{
  margin-left: 30px;
  margin-right: 30px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

#fi-coversion-modal{
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}

#fi-coversion-modal .modal-dialog{
  max-width: 360px;
}
#fi-coversion-modal .modal-footer{
  justify-content: end;
}

.form-row .add-line:focus{
  text-decoration: none;
}

label.radio{
  cursor: pointer;
}
input[type="radio"] {
  cursor: pointer;
}
label.checkbox {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
}
.combinePhoneLines{
  cursor: pointer;
}
#lettering-widget #check-imprint-form1 .controls-group{
  padding: 0px 15px;
}
#lettering-widget #check-imprint-form1 .controls-group .radio{
  margin-bottom: 7px;
}
#color-widget #check-imprint-form2 .controls-group{
  padding: 0px 15px;
}
#color-widget #check-imprint-form2 .controls-group .radio{
  margin-bottom: 7px;
}

.all_delivery_methods .methods_list{
  margin-left: 50px;
}
.all_delivery_methods .methods_list .deliveryCommon{
  padding-left: 0;
}
.all_delivery_methods .methods_list .deliveryCommon li{
  padding-left: 15px;
  position: relative;
}
.all_delivery_methods .methods_list .deliveryCommon li:before{
  left: 0;
  position: absolute;
}

.promotion-code .btn.showSpinnerClick {
  padding: 4px 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

.promotion-code .btn {
  padding: 5px 10px;
  font-size: 12px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

.promotion-code .promoClose{
  left: auto;
  right: 18px;
  top: 15px;
  position: absolute;
  width: 18px;
  height: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: translate(-50%, -50%);
}
.promotion-code .promoClose:hover{
  text-decoration: none;
}

.agent_checkout .summary-items .product-row a img{
  max-width: 100%;
}

#paymentInformation.toggle-box{
  background: #fff;
}

.showSpinnerClick:hover{
  text-decoration: none;
}

.checkout-crosssell-box {
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
}
.checkout-crosssell-box h5{
  font-size: 14px;
}

.symbol_modal .radiogroup_row{
  display: flex;
  flex-wrap: wrap;
}
.symbol_modal .radiogroup_row .item{
  padding-right: 15px;
}
.symbol_modal .radiogroup_row .item .radio {
  display: flex;
  align-items: center;
}
.symbol_modal .radiogroup_row .item .radio input{
  margin-right: 5px;
}

.product__sidebar .check_imprint_color label.radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  padding-left: 12px;
  margin-bottom: 6px;
  margin-top: 6px;
}

.product__sidebar .check_imprint_color .radio  input[type="radio"] {
  width: 13px;
  height: 13px;
  border: 0;
  box-shadow: none;
  top: auto;
  padding: 0;
  margin: 0;
  margin-right: 7px;
}

b, strong{
  font-weight: bold;
}

.add_cart_btn {
  font-size: 12px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
  border-radius: 3px;
  padding: 5px 13px;
}

.main-nav-bar li a.active{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjMjAzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjE1MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ec2031 0%, #c21524 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec2031), color-stop(100%, #c21524));
    background: -webkit-linear-gradient(top, #ec2031 0%, #c21524 100%);
    background: -o-linear-gradient(top, #ec2031 0%, #c21524 100%);
    background: -ms-linear-gradient(top, #ec2031 0%, #c21524 100%);
    background: linear-gradient(to bottom, #ec2031 0%, #c21524 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2031', endColorstr='#c21524', GradientType=0);
    border-bottom-left-radius: 0;
    box-shadow: 0 0 5px rgb(255 255 255 / 35%) inset;
    color: #fff;
    text-decoration: none;
}

#full-imprint-form-revert{
  padding-top: 3px;
  padding-bottom: 3px;
  border-width: 2px;
  box-sizing: border-box;
  border-color: transparent;
}
#full-imprint-form-revert:focus{
  border-color: #000;
  text-decoration: underline;
  color: #08c;
}

@media only screen and (min-width : 320px){
  .custom-check .imprint-preview .symbol-img {
    max-width: 30px !important;
    width: 30px;
  }
  .design-options{
    margin-top: 0px;
  }
  .design-options .header-bar .chosen-container{
    display: inline-block;
    width: 190px;
  }
  .product_detail_info .button_bottom .btn{
    margin: 0 auto;
    display: block;
  }
  .product_detail_info .custom-check .preview.imprint-preview {
    display: flex;
  }
  .product_detail_info .custom-check .preview.imprint-preview .symbol-img img{
    height: auto!important;
    max-width: 100%;
    max-height: 100%;
  }
  .product_detail_info .custom-check .preview.imprint-preview .imprint div{
    font-size: 9px!important;
    display: inline-block;
    border-right: 1px solid #727171;
    padding-right: 4px;
    padding-left: 4px;
  }
  .product_detail_info .custom-check .preview.imprint-preview .imprint div:last-child{
    border-right: 0;
  }
  .product_detail_info .custom-check .preview.imprint-preview div{
    font-size: 9px!important;
  }
  .product_detail_info .custom-check .preview.account-numbers{
    bottom: 3.5%!important;
  }
  .product_detail_info .custom-check .preview.account-numbers div {
    font-size: 9px;
  }
  .product_detail_info .custom-check .preview.message-preview {
    width: 45%!important;
  }
  .modal {
    width: 100%!important;
  }
   #affix-wrapper {
    padding: 10px;
  }
  .product__sidebar .toggle-title {
    padding: 11px 10px;
  }
  .product__sidebar .toggle-content {
    padding: 15px 10px;
  }
  .product__sidebar 
  .catalog-tiles .tiled-block .name {
    padding-right: 30px;
  }
  .catalog-tiles .tiles__items .tiled-block .image{
    min-height: auto;
  }
  .catalog-tiles .tiles__items .tiled-block {
    margin: 0 auto 30px;
    min-height: auto;
    width: 100%;
  }
  .catalog-tiles .tiles__items .tiled-block .icons{
    position: absolute;
  }
  .product__side_bar {
    margin-bottom: 20px;
  }
  .utility-nav .utility-right a {
    margin-right: 0.5em;
  }
  .header .logo-link img{
    width: 170px;
    margin-left: -20px;
  }
  .main-nav-bar .business-checks {
    width: 100%;
    border-radius: 10px;
  }
  #main-nav .dropdown-toggle{
    line-height: 30px;
  }
  #main-nav .dropdown-menu {
    top: 30px;
  }
  .command__info__section .right__item .reorder {
    min-height: 260px;
    height: auto!important;
  }
  .home__page__command .command__item {
    margin-bottom: 20px;
  }

  #mainImageBlock {
    background-position-y: 0px;
  }

  #mainImageBlock .modal-content {
    width: 100%;
    padding: 5px;
  }

  #mainImageBlock .block__bottom {
    padding-top: 0!important;
  }
  #mainImageBlock .block__bottom #submitBtnId {
    margin-bottom: 10px;
    max-width: 250px;
  }

  .command__info__section .left__item .slide-holder {
    min-height: 308px;
  }

  .command__info__section .left__item .slide-holder .slider {
    height: 100%!important;
  }

  .product__catalog__top {
    padding-left: 15px;
  }

}
@media only screen and (min-width : 420px) {
  .catalog-tiles .tiles__items .tiled-block {
    margin: 0 0 30px;
  }
  .catalog-tiles .tiles__items .tiled-block a img{
    object-fit: fill;
  }
  .catalog-tiles .tiles__items .tiled-block .image {
    height: 100%;
    max-height: 110px;
  }
  
  .catalog-tiles .tiles__items .tiled-block {
    width: 50%;
    padding: 0 10px;
  }
  .home__page__command .command__item {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .command__info__section .whitebox {
    background-color: transparent;
    border: solid 1px transparent;
  }
  .command__info__section .right__item {
    max-width: 80%;
    margin: 0 auto;
  }
  .command__info__section .right__item .reorder {
    height: auto!important;
  }
}
@media only screen and (min-width : 550px) {
  .header .discontinue_block {
    margin-top: 25px;
    text-align: right;
  }
  .custom-check .imprint-preview .symbol-img {
    max-width: 40px !important;
    width: 40px;
  }
  .custom-check .checkconfirmation_add .tiled-block{
    width: 60%;
    margin: 0 auto 15px;
  }

  .product_detail_info .custom-check .preview.account-numbers {
    bottom: 6.5%!important;
  }
  .product_detail_info .custom-check .preview.account-numbers div {
    font-size: 13px;
  }
  .product_detail_info .custom-check .preview.imprint-preview div .symbol-img{
    max-width: 60px;
    width: 60px;
  }
  .catalog-tiles .tiles__items .tiled-block .image {
    height: 100%;
    max-height: 130px;
}
  #upper-nav .utility-nav a {
    margin-right: 1.5em;
  }
  .header .logo-link img{
    width: auto;
    margin-left: 0px;
  }
  .main-nav-bar .business-checks {
    width: auto;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width : 700px) {
  .command__info__section .right__item{
    max-width: 70%;
  }
  .main-nav-bar .business-checks {
    height: auto;
    line-height: 42px;
  }
  #main-nav .dropdown-toggle{
    line-height: 42px;
  }
  #main-nav .dropdown-menu {
    top: 40px;
  }
}

@media only screen and (min-width : 768px){
  .customer_service .security{
    padding-left: 120px;
  }
  .customer_service .input_block .control-label{
    text-align: right;
  }
  #account-start-month{
    width: 48%;
  }
  #account-start-year{
    width: 48%;
  }
  .custom-check .checkconfirmation_add .tiled-block{
    width: 48%;
    margin: 0 auto 15px;
  }
  .product__sidebar .input_block .btn-link {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
  }
  #symbol-widget #icon_images{
    padding-left: 12px;
  }
  #homePage_ad {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%!important;
  }
  .product_detail_info .button_bottom .btn {
    float : right;
  }
  .product__sidebar .change__font .font-label{
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width : 990px){
  .catalog-tiles .tiles__items .tiled-block {
    width: 33%;
  }
}

@media only screen and (min-width : 1024px) {
  #affix-wrapper {
    padding: 19px;
  }
  .custom-check .checkconfirmation_add .tiled-block{
    width: 33%;
    margin: 0 auto 15px;
  }
  .product__sidebar {
    width: 33%;
  }
  #main-column {
    width: 67%;
  }
  .product_detail_info .custom-check .preview.imprint-preview .imprint div {
    font-size: 11px!important;
    display: block;
    border-right: 0;
    padding-right: 4px;
    padding-left: 4px;
  }
  #mainImageBlock .modal-content {
    width: 49.2%;
  }
  .home__page__command .command__item{
    max-width: none;
  }
}

@media only screen and (min-width : 1200px) {
  .product_detail_info .jcarousel ul li {
    width: 191px;
  }
  #recommended-products .jcarousel ul li {
    width: 178px;
  }
  .jcarousel ul{
    margin: 0;
    padding: 0;
  }
  #mainImageBlock {
    background-position-y: -45px;
  }
  .product__sidebar {
    width: 29%;
  }
  #main-column {
    width: 71%;
  }
  .command__info__section .right__item .reorder {
    min-height: 470px;
  }
  .catalog-tiles .tiles__items .tiled-block {
    width: 31%;
  }
}
@media only screen and (min-width : 1400px){
  .product__sidebar {
    width: 25%;
  }
  #main-column {
    width: 75%;
  }
}

/*overrid h4 from new bootstrap version to match our old style */
h4 {
    font-size: 17.5px !important;
}
/*End Home page style*/