::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 11px;
}

::-webkit-scrollbar:horizontal {
    height: 11px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}


body {
  background:#fff !important;
  font-family:'roboto', 'helvetica', 'arial', 'sans-serif';
}
/*
  Grid Overrides
*/
.grid_3 {
  width:23%;
  margin:0;
}
div.category-page {
  width:75%;
  float:right;
    margin:0;
}
.shipping-options span {
    color: #000;
}
/*
  ##
    Header Links
  ##
*/
div.block-account-navigation div.listbox ul {
  display:block;
  width:auto;
  background:none;
  position:relative;
}
div.row {
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.adminlinks {
  border:none !important;
  background:none !important;

}
div.header-selectors-wrapper{
  float:right;
}
a.logo {
  background: url('/1976849980/Handler/CSSOverride/GetImage/2/ASU.png');
  width:203px;
  height:38px;
  display:block;
  text-indent:-9999px;
  margin-bottom:7px;
}
#logorow {
  margin:0 auto;
}
nav .selectnavwrapper {
  background:none;
  margin-top:11px;
}
h1#title {
  clear:left;
  float:left;
}
h1#title a {
  color: #2a2a2a;
  display: block;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -.5px;
  text-indent: 0;
  padding: 0;
  text-decoration:none;
}

/*
  ##
    Menu
  ##
*/

div#menurow {
  width:100%;
  max-width:100%;
  background:#353535;
  height:57px;
  margin-bottom:0;
}
.banner {
  margin-bottom:0;
}
div.menuwrapper {
  width:100%;
  max-width:1170px;
  margin:0 auto;
  float:none;
  display:block;
  border:none;
}
div.menu {
  width:auto;
}
div.search {
  float:right;
}
div.headermenu nav,  div.headermenu nav ul {
  height:57px;
}
div.headermenu nav ul li {
  height:57px;
  line-height:57px;
  background:none;
}
div.headermenu nav ul li:hover {
  background:#000;
}
div.headermenu nav ul.dropdown li a {
  display: block;
  height:57px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:0;
  color:#fff;
  font-size:15px;
  font-weight:bold;
}
div.headermenu nav ul.dropdown li a:hover {
  background:#000;
}
div.headermenu nav ul.dropdown ul {
  width:250px;
}
div.headermenu nav ul.dropdown ul a {
  width:250px;
  padding-left: 0;
  padding-right: 0;
  text-indent:15px;
}
div.headermenu nav ul.dropdown ul li {
  background:#232323;
}
div.headermenu nav ul.dropdown li:hover > a.dir, div.headermenu nav  ul.dropdown ul li:hover > a.dir {
  background-color: #000;
  color: #fff;
}
div.headermenu {
  float:left;
}

/*
  ##
    Shopping Cart
  ##
*/
div.minishoppingcart {
  padding:10px;
  margin-top:20px;
  background:#8C1D40;
  color:#fff;
  border-radius:10px;
  border:none;
  width:170px;
  box-shadow:1px 2px 3px rgba(0, 0, 0, 0.15);
}
a.minishoppingcarticon img {
  display:none;
}
a.minishoppingcarticon {
  height:24px;
  width:24px;
  background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/4/cart.png') no-repeat;
  float:left;
  margin-right:5px;
  margin-top:5px;
}
div.minishoppingcartinner {
  font-size:13px;
}
div.minishoppingcartinner a {
  color:#fff;
}
div.left {
  width:48%;
  float:left;
}
div.right {
  width:48%;
  float:right;
}
div.right p {
  font-size:16px;
  line-height:22px;
}
/*
  ##
    Checkout
  ##
*/
.product-grid table tr td {
  float:left;
}
/*
  ##
    Login Page
  ##
*/
.text-box:focus {
  border-color:#8c1D40;
  outline:none;
}
select:focus {
  border-color:#8c1D40;
  outline:none;
}
div.needReg {
  background: rgba(0, 0, 0, 0.5);
  border:2px solid rgba(255, 255, 255, 0.18);
  clear:both;
  margin-top:25px;
  font-size:22px;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align:center;
}
button.registerNow {
  margin-top:8px;
  background:#5C6670;
  padding:10px 0;
  border-radius:20px;
  display:block;
  border:none;
  color:#fff;
  font-size:16px;
  text-shadow:0 0 5px rgba(0, 0, 0, 0.4);
  transition:all .5s;
  width:100%;
}
button.registerNow:hover {
  background:#6d7882;
}
div.loginScreen {
  background:#fff;
  padding-top:40px;
  padding-bottom:100px;
}
div.loginScreen .page-title {
  margin-top:0;
  display:none;
}
div.register-customer-wrapper, div.returning-wrapper {
  position:fixed;
  width:100%;
  overflow:scroll;
  z-index:99999;
  height:100%;
  top:0;
  left:0;
  background:rgba(0, 0, 0, 0.7);
  display:none;
}
div.register-customer-wrapper form, div.returning-wrapper form {
  width:70%;
  margin:25px auto;
  background:#f9f9f9;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.8);
  padding:15px;
  border-radius:10px;
}
.register-customer-wrapper.grid_6, .returning-wrapper.grid_6 {
  margin:0;
}


div.exitUserReg {
  height:30px;
  width:30px;
  margin-bottom:10px;
  background:#ccc;
  float:right;
  text-align:center;
  line-height:30px;
  border-radius:50%;
  font-weight:bold;
  font-size:18px;
  transition:all .5s;
  cursor:pointer;
}
div.exitUserReg:hover {
  color:#fff;
  background:#000
}

div.loginRegWelcome h2 {
  font-size:24px;
  font-weight:bold;
  margin-bottom:18px;
  margin-bottom:5px;
  color:#ffc627;
  text-shadow:none;
}
div.loginRegWelcome p {
  font-size:16px;
  line-height:25px;
  padding:5px;
}
.rightSide h3 {
  margin:0;
  font-size:22px;
  font-weight:bold;
  margin:10px 0;
  color:#5C6670;
  text-shadow:none;
}
.returning-wrapper {
  display:none;
}
div.needReg {
  clear:none;
  background:none;
  font-weight:bold;
  border:none;
  margin-top:0;
  width:45%;
}
a.asu {
  width:100%;
  margin-top:20px;
  background:#ffc627;
  padding:10px 0;
  border:none;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  margin-bottom:50px;
  display:block;
  border-radius:40px;
  text-align:center;
  transition: .5s all;
}
a.asu:hover {
  text-decoration: none;
  background:#f9ce58;
}
div.loginRegWelcome {
  float:left;
  width:50%;
}
div.rightSide {
  width:40%;
  float:right;
  padding:20px;
  background:#f4f4f4;
  border-radius:20px;
  margin-top:40px;
}
.needReg.showLeft {
  float:left;
}
.needReg.showRight {
  float:right;
}
h3 {
  color:#fff;
  font-size:22px;
  font-weight:bold;
}
.needReg.showRight button {
  float:right;
}
/*
  ##
    Search
  ##
*/
div.search {
  margin-top:15px;
  padding:0;
  margin-right:15px;
}
.loadingScreen .loadingLogo .loadingSpinner {
  margin-top:50px;
}
/*
  ##
    Home Slider
  ##
*/
div.featuredSlider div.down {
  width:40px;
  height:40px;
  background: rgba(0, 0, 0, 0.5);
  position:absolute;
  left:50%;
  left:calc(50% - 20px);
  bottom:20px;
  z-index:999;
  color:#fff;
  text-align:center;
  line-height:40px;
  font-size:25px;
  border-radius:50%;
  cursor:pointer;
  font-weight:bold;
}
div.featuredSlider div.down:hover {
  color:#ffc627;
}
.orders_v2 .order_Processing, .orders_v2 .order_Processing:hover, #order_details_v2 .order_Processing {
  background:#ffc627;
}
div.featuredSlider {
  width:100%;
  height:500px;
  display:block;
  position:relative;
}
  div.featuredSlider div.slide {
    width:100%;
    height:100%;
    background-size:cover;
    position:absolute;
    display:none;
    background-repeat: no-repeat;
    background-position: center center;
  }
  div.featuredSlider div.slide:first-child {
    display:block;
  }
    div.slide.main {
      background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/4/main.jpg') no-repeat center center;
    }
    div.slide.card {
      background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/4/cardPic.jpg') no-repeat center center;
    }
#simpleSliderNav {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 999;
}
.simpleSliderNavItem {
  height: 12px;
  width: 12px;
  background: #f4f4f4;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.simpleSliderNavItem.active {
  background:#ffc627;
}
div.slideTitle {
  width:100%;
  max-width:1200px;
  margin:30px auto;
  display:block;
  background:rgba(0, 0, 0, 0.60);
    padding:10px;
}
div.slideTitle p {
  font-size:55px;
  margin:0;
  color:#fff;
  text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
  padding:7px;
  display:inline;
  line-height:normal;
  font-weight:bold;
}
div.slideContent {
  clear:left;
  width:100%;
  max-width:1200px;
  margin:10px auto;
  background:rgba(0, 0, 0, 0.60);
  padding:10px;
  display:block;
}
div.slideContent p{
  font-size:20px;
  margin:0;
  color:#fff;
  text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
  padding:7px;
  display:inline-block;
  line-height:normal;
}
/*
  ##
    Featured Products - Home Page
  ##
*/
.homeFeaturedProducts .listWrapper .listItem:nth-child(4n+5) {
  clear:left;
}

.product-grid .product-title, .product-grid .product-title a {
  white-space:inherit;
}

div.homeFeaturedProductsWrapper, div.homeFeaturedCategoriesWrapper {
  width:100%;
  max-width:1200px;
  margin:20px auto;
}
#homeFeaturedProductsTitleRow h3, #homeFeaturedCategoriesTitleRow h3 {
  font-size:23px;
  font-weight:800;
  color:#8C1D40;
  margin:10px 0;
}
.product-title {
  white-space: normal;

}
div.homeFeaturedProducts div.product-item {
  margin-bottom:20px;
}
div.homeFeaturedProducts div.product-item div.product-title a, div.homeFeaturedCategoriesWrapper div.category-item div.product-title a{
  font-size:15px;
  margin-bottom:5px;
}
div.small-product-item a img, div.small-product-item a {
  transition:all .5s;
  display:block;
  text-align:center;
}

div.picture, .product-grid .picture {
  background:#5C6670;
  border:none !important;
}

.product-item {
    position: relative;
}
div.small-product-item:hover div.picture a img {
  transform: scale(1.1);
}
div.small-product-item div.product-title {
  transition:.5s all;
  position:absolute;
  bottom:0;
  background: rgba(0, 0, 0, 0.6);
  width:95%;
  z-index:99;
  padding:4px 2.5%;
}
div.small-product-item div.product-title a {
    color:#fff;
}
div.small-product-item:hover div.product-title{
  background: rgba(0, 0, 0, 0.5);
}
div.small-product-item:hover div.product-title a {
  color:#fff;
}
div.small-product-item div.picture a:hover {

}
div.small-product-item div.picture, .product-item div.picture {
  overflow:hidden;
}
.product-item div.picture img {
  transition:.5s all;
}
.product-item div.picture:hover img {
  transform:scale(1.1);
}


.product-item div.picture + h2.product-title a {
  transition:.5s all;
  padding:4px;
  display:block;
  text-align:left;
}
.product-item div.picture:hover + h2.product-title a{
    background:#8c1D40;
    color:#fff;
}
.sub-category-item div.picture img {
  transition:.5s all;
}
div.sub-category-item:hover div.picture img {
  transform:scale(1.1);
}

div.sub-category-item div.picture, .sub-category-grid .listWrapper .picture {
  overflow:hidden;
}
div.sub-category-item h2.category-title a{
  transition:.5s all;
  padding:4px;
  display:block;
  text-align:center;
}
div.sub-category-item:hover h2.category-title a{
  background:#8c1D40;
  color:#fff;
}


/*
  ##
    Shipping
  ##
*/
div.shipping-option-item {
  margin-bottom:50px;
}

/*
  ##
    Category Pages
  ##
*/
div.FiltersWrapper {
  padding:0;
}
.product-grid div.description {
  display:none;
}
.acentcolour, .producttags-box .producttags-list .producttags-wrapper .producttag, .register-title, .login-title, .section-title  {
    color: #8c1D40;
}
.editorbackbutton, .pageListPageItem.highlight, .pageListPageItem.highlight, .addToBasket, .saveChanges, .printItem, .emailItem, #UploadButtonArea .button, .order-progress ul li a.active-step {
  background: #8c1D40;
  color:#fff;
}
.pageListPageItem.highlight:hover, .addToBasket:hover, .saveChanges:hover, .printItem:hover, .emailItem:hover, #UploadButtonArea .button:hover, .pageListPageItem:hover {
    background: #d92e62;
}
#headerRowLeft {
  width:60%;
}
#headerRowRight {
  width:35%;
}
div.listWrapper .listItem {
  width:23%;
  margin-left:1%;
  transition:all .5s;
  position:relative;
  margin-top:20px;
}
.DT_bigpicture {
  background-color: #5C6670;
}
.DT_bigpicture a {
  background-color: #5C6670;
  width: 80%;
  margin: 0 auto;
}

/*
  ##
    Product Page(s)
  ##
*/
div.selectnavwrapper {
  width:300px;
  margin:10px auto;
}
.DT_tab_button {
  width:49%;
}
a.DT_tab_button.DTB3{
  display:none;
}
div.breadcrumb {
  margin-top:15px;
  margin-bottom:15px;
}
div.navigationmenu, .block-account-navigation {
  background:#F9F9F9;
  border: 1px #eee solid;
  color:#000;
  margin-top:30px;
}
div.navigationmenu h6 {
  font-weight:bold;
}

.block-account-navigation ul a {
  color:#000;
  transition:all .5s;
}
.block-account-navigation ul a:hover {
  background:#ccc;
}
.navigationmenu li a {
  color:#000;
}
.navigationmenu li a:hover {
  color:#000;
  background:#fff;
}
div.category-title {
  font-size:18px;
  font-weight:bold;
  height:30px;
  line-height:30px;
  margin-top:15px;
}
div.category-description {
  display:none;
}

.biodesign .attributes {
    display: block !Important;
    margin-top: 40px;
}

.product-variant-line   { display: table; }
.attributes  { display: table-footer-group; }
.add-info { display: table-header-group !Important; }

.overview .attributes select {
  width: 350px;
  height: 30px;
  border-radius: 0;
  padding-left: 13px;
  font-size: 15px;
  border: 1px solid #AEAEAE;
  background-color: #fff
}
.attributeTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 5px;
}
.attributeHeader {
  border-bottom: none;
}
.infoAttribute {
display: none;
}

div.attributeDescription {
  padding-left: 7px;
}
div.price {
  font-weight: bold;
  padding-top: 15px;
}
.attribute {
  padding: 8px 5px 8px 5px;
  margin-bottom: 15px;
}
div.DT_tab1.DT_tab {
  margin-top: 15px;
}
/*
  ##
    Footer
  ##
*/
footer {
  margin-top:0;
}
div#footerrow {
  margin-top:0;
}

div#footerrow, div.footerinner, .footercopyrightrow {
  background:#1E1E1E;
  border:none;
}
div.footerinner .grid_3 {
  width:95%;
  margin:0 auto;
}
div.footerinner .grid_3 h3 {
  display:none;
}
#footerrow p {
    font-size: 16px;
    line-height:21px;
    color:#fff;
    text-decoration:none;
}
#footerrow div.row {
    width: 100%;
}

/*
  FOOTER BAR
*/

.footerBlogContent {
  background:rgba(255, 255, 255, 0.5);
  padding:15px;
  margin-bottom:15px;
  border-radius:15px;
  color:#000;
}
footer {
  background:#1E1E1E;
  width:100%;
  border-top:2px solid #262626;
}
footer a {
  color:#fff;
}
.footContainer {
  width:99%;
  max-width:1200px;
  margin:0 auto;
}

.socialIcons {
  height:40px;
  width:40px;
  display:inline-block;
  border-radius:50%;
  margin-right:15px;
}
.footerSocialMedia a {
  text-indent:-9999px;
  float:left;
  margin-right:20px;
  transition:.5s all;
}
.footerSocialMedia a.facebook {
  background: #2d2d2d url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/4/facebook.png') top center no-repeat;
  height:38px;
  width:38px;

}
.footerSocialMedia a.twitter {
  background: #2d2d2d url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/4/twitter.png') top center no-repeat;
  height:38px;
  width:38px;
}
.footerSocialMedia a.vimeo {
  background: #2d2d2d url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/4/vimeo.png') top center no-repeat;
  height:38px;
  width:38px;
}

.footerSocialMedia a:hover {
  background-position: bottom center;
}

span.twitter {
  background: #2d2d2d url('../images/twitter.png') center center no-repeat;
  background-size:25px 21px;
}

span.vimeo {
  background: #2d2d2d url('../images/vimeo.png') center center no-repeat;
  background-size:25px 21px;
}
.footerinner ul {
  margin:12px 0 0 0;
}
.footerinner ul, .footerinner li {
  border:none;
  border-top:0;
  font-size:16px;
}
.footerinner li a {
  padding:2px;
}
.footerinner li a:hover {
  background:none;
}
p.footTitle {
  font-size:1.3em;
  color:#fff;
}
.footerLinks {
  margin-top:20px;
  font-size:1.05em;
  line-height:25px;
}
.footerLinks li {
  display:block;
}
#footerrow p.footHead {
  color:#fff;
  padding:0;
  margin:0;
  font-size:22px;
  text-align:right;
}
.footerBlock {
  float:right;
  margin-right:40px;
  margin-bottom:40px;
}
.footerLinks a, .footerinner li a {
  color:#A9A9A9;
  border-bottom:#A9A9A9 1px dotted;
  float:right;
  clear:left;
  margin-bottom:3px;
  transition:all .4s;
  font-size:18px;
}
.footerLinks a:hover, .footerinner li a:hover {
  color:#fff;
}
#latestBlog {
  width:70%;
  float:right;

  margin-top:25px;
}
#PILContact {
  margin-top:25px;
  float:left;
  color:#fff;
  width:25%;
}
img#footerlogo{
  width:200px;
}

.footInfoBlock {
  display:block;
  margin-top:10px;
  clear:left;
}
.footInfoBlock p {
  display:inline;
  font-size:16px;
}

.botomFoot {
  border-top:1px solid #232323;
  margin-top:20px;
  background:#ebebeb;
  padding:15px 0 15px 0;
  color:#000;
}
div.footercopyrightrow  {
  margin-top:20px;
  background:#ebebeb;
  color:#000;
}

/*
  Editor Styles
  d92e62

*/
#scaleControls, #rotateControls, #translateControls {
  background: none !important;
  color: #000 !important;
  font-weight: bold;
}
button#btn-preview-continueEditing {
  background: #8D1C40 !important;
}


/*
  HOW TO VIDEOS
*/


/*
  MultiPart File Upload
*/

.instructions {
  background: #fff;
  z-index: 99;
  box-shadow: none;
  border-radius: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dashed #A6A6A6;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  }
.instructions ul {
  width: 100%;
  padding: 0px;
  text-align: center;
}
.instructions ul li {
  display: inline-block;
  width: 21%;
  min-height: 50px;
  vertical-align: top;
  margin: 0px 4% 0px 0px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  }
.mainUIParent .upload .partHeader {
  background: #2d2d2d url('/741498999/Handler/CSSOverride/GetImage/4/multipart.png') top center no-repeat;
  }
.upload span, .ImgPlugPaging span {
  background:#8c1D40;
}
.mainUIParent .fileUploadButton {
  background:#fff;
  color:#8c1D40;
  text-indent:0px;
  font-size:17px;
  font-weight:bold;
}
.mainUIParent .addtobasket.multiPartButton {
  background:#8c1D40;
  color:#fff;
  text-indent:0px;
  transition: .5s all;
  font-size:15px;
  z-index:99999;
}
.mainUIParent .addtobasket.multiPartButton:hover {
  background:#db2f65;
}
.mainUIParent #showPreview {
  background:#8c1D40;
  color:#fff;
  text-indent:0px;
  font-size:15px;
  transition: .5s all;
}
.mainUIParent #showPreview:hover {
  background:#db2f65;
}

@media only screen and (min-width: 1200px) {
  .product-grid .product-title, .product-grid .product-title a {
    color:#8c1D40;
    font-size:16px;
  }
  .product-grid .add-info {
    position:relative;
    top:0;
    left:0;
    bottom:0;
    right:0;
  }
}
@media only screen and (max-width: 959px) and (min-width:801px) {
  div.listWrapper .listItem {
    width:32%;
    margin-bottom:8px;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(4n+5) {
    clear:none;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(3n+4) {
    clear:left;
  }
  .small-product-item .picture {
    width:98%;
    height:auto;
    display:block;
    margin:0 auto;
  }

}
@media only screen and (max-width: 907px) {
    #latestBlog {
      margin:0;
      margin:30px auto;
      clear:both;
      width:95%;
      float:none;
    }
    .footerBlock {
      clear:both;
      width:100%;
      float:right;
      text-align:center;
      margin:0;
      margin-bottom:20px;
    }
    .footerBlock a {
      display:block;
      width:100%;
      border:none;
    }
    .footerinner li a{
      margin-bottom:10px;
    }
    .footHead {
      float:left;
    }
    .grid_6 {
      margin-left:15px;
    }
    #PILContact {
      width:95%;
      margin:25px 0 25px 15px;
    }
}
@media only screen and (max-width: 800px) {
  div.listWrapper .listItem {
    width:47%;
    margin-bottom:8px;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(4n+5) {
    clear:none;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(3n+4) {
    clear:none;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(2n+3) {
    clear:left;
  }
  .small-product-item .picture {
    width:98%;
    height:100%;
    display:block;
    margin:0 auto;
  }
  .grid_3 {
    width:95%;
    display:block;
    margin:0 auto;
  }
  div.category-page {
    width:100%;
    float:none;
    display:block;
    margin:0;
    margin-top:25px;
  }
.product-grid .listWrapper .listItem  {
  width:47%;
  margin-bottom:8px;
  }
.product-grid .listWrapper .listItem .item-box {
  height:auto;
}
div.loginRegWelcome {
  float:none;
  width:95%;
  margin:0 auto;
}
div.rightSide {
  float:none;
  width:95%;
  margin:0 auto;
}
}


  /*
    ##
      Buttons
    ##
  */
.albumManagement .currentSelectedAlbum {
  background:#8c1d40;
}
.duplicateaddressbutton {
  margin:10px 0;
  border:none;
  color:#fff;
}
.checkout_data_integrated .order-details-box tbody {
  border:1px solid #8c1d40;
}
.checkout_data_integrated .total-info .OrderTotalValue, .product-grid .product-title a {
    color:#8c1d40;
  font-weight:bold;
}
.checkout-data .opc .section .sectionheader .number, .orders_v2 .order_products_list .order_prod_total, #order_details_v2 .od_products_container .od_product_box .od_product_total,
 #order_details_v2 .od_order_total {
  background:#8c1d40;
}
.cart-item-row .end .productPrice, .orders_v2 .order_q_info .order_title, .orders_v2 .order_q_info .order_info .o_data, .orders_v2 .order_f_info .order_title,
.orders_v2 .orders_page_title, #order_details_v2 .od_info_box .od_info_title, #order_details_v2 .od_title, #order_details_v2 .od_products_title,
#order_details_v2 .od_notes_title, #order_details_v2 .od_product_box .od_field_title, .checkout_data_integrated .order-details-box thead b,
.order-details-box b, .checkout_data_integrated .total-info .cart_total_left.SubTotal, .checkout_data_integrated .total-info .cart_total_left.SubTotal,
.checkout_data_integrated .total-info .OrderTotal, .orders_v2 .order_products_list .order_prod_name {
  color:#8c1d40 !important;
}
.orders_v2 .order_container .order_show_details_but, .basketEditButton, .orderprocessedcontinuebutton, button#btn_watermark, .saveChanges,
.productlistproductdetailbutton, .savecustomerinfobutton, .editaddressbutton, .facebookbutton, .file-upload-button, #markerControls button,
 .changepasswordbutton, .loginbutton, .registernextstepbutton, .productvariantaddtocartbutton, .pager a  {
  background:#8c1d40 !important;
  transition:all .32s;
}
.orders_v2 .order_container .order_show_details_but:hover, .basketEditButton:hover, .orderprocessedcontinuebutton:hover, button#btn_watermark:hover,
.updatePreview:hover, .saveChanges:hover, .productlistproductdetailbutton:hover, .savecustomerinfobutton:hover, .editaddressbutton:hover, .facebookbutton:hover,
 .file-upload-button:hover, #markerControls button:hover, .changepasswordbutton:hover, .loginbutton:hover, .registernextstepbutton:hover,
 .productvariantaddtocartbutton:hover, .pager a:hover {
  background:#be2f5c !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color:#fff;
}

.reset, .pageListPageItem.highlight, .editorbackbutton, .basketUpdatecartbutton, .updatecartbutton, .continueshoppingbutton,
.deleteaddressbutton {
  background:#5C6670 !important;
  transition:all .32s;
  color:#fff !important;
}
.ui-dialog button {
  background-color:#5C6670 !important;
  transition:all .32s;
  color:#fff !important;
}
.reset:hover, .pageListPageItem.highlight:hover, .editorbackbutton:hover, .basketUpdatecartbutton:hover, .updatecartbutton:hover,
.continueshoppingbutton:hover, .deleteaddressbutton:hover {
  background:#737a81 !important;
}
.addToBasket, .checkoutbutton, .newaddressnextstepbutton, .shippingmethodnextstepbutton, .confirmordernextstepbutton, .duplicateaddressbutton,
.addaddressbutton, #newAlbum, #order_details_v2 .od_reorder .od_reorder_button, .productlistaddtocartbutton {
  background:#FFc624 !important;
  /*color:#636363;*/
  color:#fff;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
  transition:all .32s;
}
.addToBasket:hover, .checkoutbutton:hover, .newaddressnextstepbutton:hover, .shippingmethodnextstepbutton:hover, .confirmordernextstepbutton:hover,
.duplicateaddressbutton:hover, .addaddressbutton:hover, #newAlbum:hover, #order_details_v2 .od_reorder .od_reorder_button:hover, .productlistaddtocartbutton:hover {
  background:#ffd662 !important;
}

div.shipping-option-item .ui-button-text {
  color:#000;
}
.grid_3 {
  width:23%;
  margin:0;
}
div.category-page {
  width:75%;
  float:right;
    margin:0;
}
.shipping-options span {
    color: #000;
}
/*
  ##
    Header Links
  ##
*/
div.block-account-navigation div.listbox ul {
  display:block;
  width:auto;
  background:none;
  position:relative;
}
div.row {
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.adminlinks {
  border:none;
  background:none;

}
div.header-selectors-wrapper{
  float:right;
}
#logorow {
  margin:0 auto;
}
nav .selectnavwrapper {
  background:none;
  margin-top:11px;
}
h1#title {
  clear:left;
  float:left;
}
h1#title a {
  color: #2a2a2a;
  display: block;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -.5px;
  text-indent: 0;
  padding: 0;
  text-decoration:none;
}

/*
  ##
    Menu
  ##
*/

div#menurow {
  width:100%;
  max-width:100%;
  background:#353535;
  height:57px;
  margin-bottom:0;
}
.banner {
  margin-bottom:0;
}
div.menuwrapper {
  width:100%;
  max-width:1170px;
  margin:0 auto;
  float:none;
  display:block;
  border:none;
}
div.menu {
  width:auto;
}
div.search {
  float:right;
}
div.headermenu nav,  div.headermenu nav ul {
  height:57px;
}
div.headermenu nav ul li {
  height:57px;
  line-height:57px;
  background:none;
}
div.headermenu nav ul li:hover {
  background:#000;
}
div.headermenu nav ul.dropdown li a {
  display: block;
  height:57px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:0;
  color:#fff;
  font-size:15px;
  font-weight:bold;
}
div.headermenu nav ul.dropdown li a:hover {
  background:#000;
}
div.headermenu nav ul.dropdown ul {
  width:250px;
}
div.headermenu nav ul.dropdown ul a {
  width:250px;
  padding-left: 0;
  padding-right: 0;
  text-indent:15px;
}
div.headermenu nav ul.dropdown ul li {
  background:#232323;
}
div.headermenu nav ul.dropdown li:hover > a.dir, div.headermenu nav  ul.dropdown ul li:hover > a.dir {
  background-color: #000;
  color: #fff;
}
div.headermenu {
  float:left;
}

/*
  ##
    Shopping Cart
  ##
*/
div.minishoppingcart {
  padding:10px;
  margin-top:20px;
  background:#8C1D40;
  color:#fff;
  border-radius:10px;
  border:none;
  width:170px;
  box-shadow:1px 2px 3px rgba(0, 0, 0, 0.15);
}
a.minishoppingcarticon img {
  display:none;
}
a.minishoppingcarticon {
  height:24px;
  width:24px;
  background: url('/-1755151722/Handler/CSSOverride/GetImage/2/cart.png') no-repeat;
  float:left;
  margin-right:5px;
  margin-top:5px;
}
div.minishoppingcartinner {
  font-size:13px;
}
div.minishoppingcartinner a {
  color:#fff;
}
div.left {
  width:48%;
  float:left;
}
div.right {
  width:48%;
  float:right;
}
div.right p {
  font-size:16px;
  line-height:22px;
}
/*
  ##
    Checkout
  ##
*/
.product-grid table tr td {
  float:left;
}
/*
  ##
    Login Page
  ##
*/
.text-box:focus {
  border-color:#8c1D40;
  outline:none;
}
select:focus {
  border-color:#8c1D40;
  outline:none;
}
div.needReg {
  background: rgba(0, 0, 0, 0.5);
  border:2px solid rgba(255, 255, 255, 0.18);
  clear:both;
  margin-top:25px;
  font-size:22px;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align:center;
}
button.registerNow {
  margin-top:8px;
  background:#5C6670;
  padding:10px 0;
  border-radius:20px;
  display:block;
  border:none;
  color:#fff;
  font-size:16px;
  text-shadow:0 0 5px rgba(0, 0, 0, 0.4);
  transition:all .5s;
  width:100%;
}
button.registerNow:hover {
  background:#6d7882;
}
div.loginScreen {
  background:#fff;
  padding-top:40px;
  padding-bottom:100px;
}
div.loginScreen .page-title {
  margin-top:0;
  display:none;
}
div.returning-wrapper table{
  width:60%;
  min-width:500px;
  margin:0 auto;
}
div.register-customer-wrapper, div.returning-wrapper {
  position:fixed;
  width:100%;
  overflow:scroll;
  z-index:99999;
  height:100%;
  top:0;
  left:0;
  background:rgba(0, 0, 0, 0.7);
  display:none;
}
div.register-customer-wrapper form, div.returning-wrapper form {
  width:70%;
  margin:25px auto;
  background:#f9f9f9;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.8);
  padding:15px;
  border-radius:10px;
}
.register-customer-wrapper.grid_6, .returning-wrapper.grid_6 {
  margin:0;
}


div.exitUserReg {
  height:30px;
  width:30px;
  margin-bottom:10px;
  background:#ccc;
  float:right;
  text-align:center;
  line-height:30px;
  border-radius:50%;
  font-weight:bold;
  font-size:18px;
  transition:all .5s;
  cursor:pointer;
}
div.exitUserReg:hover {
  color:#fff;
  background:#000
}

div.loginRegWelcome h2 {
  font-size:24px;
  font-weight:bold;
  margin-bottom:18px;
  margin-bottom:5px;
  color:#ffc627;
  text-shadow:none;
}
div.loginRegWelcome p {
  font-size:16px;
  line-height:25px;
  padding:5px;
}
.rightSide h3 {
  margin:0;
  font-size:22px;
  font-weight:bold;
  margin:10px 0;
  color:#5C6670;
  text-shadow:none;
}
.returning-wrapper {
  display:none;
}
div.needReg {
  clear:none;
  background:none;
  font-weight:bold;
  border:none;
  margin-top:0;
  width:45%;
}
a.asu {
  width:100%;
  margin-top:20px;
  background:#ffc627;
  padding:10px 0;
  border:none;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  margin-bottom:50px;
  display:block;
  border-radius:40px;
  text-align:center;
  transition: .5s all;
}
a.asu:hover {
  text-decoration: none;
  background:#f9ce58;
}
div.loginRegWelcome {
  float:left;
  width:50%;
}
div.rightSide {
  width:40%;
  float:right;
  padding:20px;
  background:#f4f4f4;
  border-radius:20px;
  margin-top:40px;
}
.needReg.showLeft {
  float:left;
}
.needReg.showRight {
  float:right;
}
h3 {
  color:#fff;
  font-size:22px;
  font-weight:bold;
  text-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
.needReg.showRight button {
  float:right;
}
/*
  ##
    Search
  ##
*/
div.search {
  margin-top:15px;
  padding:0;
  margin-right:15px;
  background:none;
}
.searchbox_wrapper div.awesomplete input {
    width: 294px;
    margin-top: 1px;
}
div.search input.searchbutton, #btnsearch {
  background:#78BE20;
  font-weight:bold;
  border:none;
}
.loadingScreen .loadingLogo {
   background: url('/-1597451654/Handler/CSSOverride/GetImage/2/printLabFooterNEW.png') no-repeat center center;
 }
.loadingScreen .loadingLogo .loadingSpinner {
  margin-top:50px;
}
/*
  ##
    Home Slider
  ##
*/
div.featuredSlider div.down {
  width:40px;
  height:40px;
  background: rgba(0, 0, 0, 0.5);
  position:absolute;
  left:50%;
  left:calc(50% - 20px);
  bottom:20px;
  z-index:999;
  color:#fff;
  text-align:center;
  line-height:40px;
  font-size:25px;
  border-radius:50%;
  cursor:pointer;
  font-weight:bold;
}
div.featuredSlider div.down:hover {
  color:#ffc627;
}
.orders_v2 .order_Processing, .orders_v2 .order_Processing:hover, #order_details_v2 .order_Processing {
  background:#ffc627;
}
div.featuredSlider {
  width:100%;
  height:500px;
  display:block;
  position:relative;
}
  div.featuredSlider div.slide {
    width:100%;
    height:100%;
    background-size:cover;
    position:absolute;
    display:none;
    background-repeat: no-repeat;
    background-position: center center;
  }
  div.featuredSlider div.slide:first-child {
    display:block;
  }
    div.slide.main {
      background: url('/-1455002130/Handler/CSSOverride/GetImage/2/main.jpg') no-repeat center center;
    }
    div.slide.card {
      background: url('/603117558/Handler/CSSOverride/GetImage/2/cardPic.jpg') no-repeat center center;
    }
#simpleSliderNav {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 999;
}
.simpleSliderNavItem {
  height: 12px;
  width: 12px;
  background: #f4f4f4;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.simpleSliderNavItem.active {
  background:#ffc627;
}


/*
  ##
    Featured Products - Home Page
  ##
*/
.homeFeaturedProducts .listWrapper .listItem:nth-child(4n+5) {
  clear:left;
}

.product-grid .product-title, .product-grid .product-title a {
  white-space:inherit;
}

div.homeFeaturedProductsWrapper {
  width:100%;
  max-width:1200px;
  margin:20px auto;
}
#homeFeaturedProductsTitleRow h3 {
  font-size:23px;
  font-weight:800;
  color:#8C1D40;
  margin-bottom:15px;
}
.product-title {
  white-space: normal;

}

div.homeFeaturedProducts div.product-item {
  margin-bottom:20px;
}
div.homeFeaturedProducts div.product-item div.product-title a {
  font-size:15px;
  margin-bottom:5px;
}
div.small-product-item a img, div.small-product-item a {
  transition:all .5s;
  display:block;
  text-align:center;
}
div.small-product-item:hover div.picture a img {
  transform: scale(1.1);
}
div.small-product-item div.product-title {
  transition:.5s all;
  position:absolute;
  bottom:0;
  background: rgba(0, 0, 0, 0.6);
  width:95%;
  z-index:99;
  padding:4px 2.5%;
}
div.small-product-item div.product-title a {
    color:#fff;
}
div.small-product-item:hover div.product-title{
  background: rgba(0, 0, 0, 0.5);
}
div.small-product-item:hover div.product-title a {
  color:#fff;
}
div.small-product-item div.picture a:hover {

}
div.small-product-item div.picture, .product-item div.picture {
  overflow:hidden;
}
.product-item div.picture img {
  transition:.5s all;
}
.product-item div.picture:hover img {
  transform:scale(1.1);
}

.product-item div.picture + h2.product-title a {
  transition:.5s all;
  padding:4px;
  display:block;
  text-align:left;
}
.product-item div.picture:hover + h2.product-title a{
    background:#8c1D40;
    color:#fff;
}
.sub-category-item div.picture img {
  transition:.5s all;
}
div.sub-category-item:hover div.picture img {
  transform:scale(1.1);
}
div.sub-category-item div.picture, .sub-category-grid .listWrapper .picture {
  overflow:hidden;
}
div.sub-category-item h2.category-title a{
  transition:.5s all;
  padding:4px;
  display:block;
  text-align:center;
}
div.sub-category-item:hover h2.category-title a{
  background:#8c1D40;
  color:#fff;
}
/*
  ##
    Shipping
  ##
*/
div.shipping-option-item {
  margin-bottom:50px;
}

/*
  ##
    Category Pages
  ##
*/
div.FiltersWrapper {
  padding:0;
}
.product-grid div.description {
  display:none;
}
.acentcolour, .producttags-box .producttags-list .producttags-wrapper .producttag, .register-title, .login-title, .section-title  {
    color: #8c1D40;
}
.editorbackbutton, .pageListPageItem.highlight, .pageListPageItem.highlight, .addToBasket, .saveChanges, .printItem, .emailItem, #UploadButtonArea .button, .order-progress ul li a.active-step {
  background: #8c1D40;
  color:#fff;
}
.pageListPageItem.highlight:hover, .addToBasket:hover, .saveChanges:hover, .printItem:hover, .emailItem:hover, #UploadButtonArea .button:hover, .pageListPageItem:hover {
    background: #d92e62;
}
#headerRowLeft {
  width:60%;
}
#headerRowRight {
  width:35%;
}
div.listWrapper .listItem {
  width:23%;
  margin-left:1%;
  transition:all .5s;
  position:relative;
  margin-top:20px;
}
/*
  ##
    Product Page(s)
  ##
*/
div.selectnavwrapper {
  width:300px;
  margin:10px auto;
}
.DT_tab_button {
  width:49%;
}
a.DT_tab_button.DTB3{
  display:none;
}
div.breadcrumb {
  margin-top:15px;
  margin-bottom:15px;
}
div.navigationmenu, .block-account-navigation {
  background:#F9F9F9;
  border: 1px #eee solid;
  color:#000;
  margin-top:30px;
}
div.navigationmenu h6 {
  font-weight:bold;
}

.block-account-navigation ul a {
  color:#000;
  transition:all .5s;
}
.block-account-navigation ul a:hover {
  background:#ccc;
}
.navigationmenu li a {
  color:#000;
}
.navigationmenu li a:hover {
  color:#000;
  background:#fff;
}
div.category-title {
  font-size:18px;
  font-weight:bold;
  height:30px;
  line-height:30px;
  margin-top:15px;
}
div.category-description {
  display:none;
}


/*
  ##
    Footer
  ##
*/
footer {
  margin-top:0;
}
div#footerrow {
  margin-top:0;
}

div#footerrow, div.footerinner, .footercopyrightrow {
  background:#1E1E1E;
  border:none;
}
div.footerinner .grid_3 {
  width:95%;
  margin:0 auto;
}
div.footerinner .grid_3 h3 {
  display:none;
}
#footerrow p {
    font-size: 16px;
    line-height:21px;
    color:#fff;
    text-decoration:none;
}
#footerrow div.row {
    width: 100%;
}

/*
  FOOTER BAR
*/

.footerBlogContent {
  background:rgba(255, 255, 255, 0.5);
  padding:15px;
  margin-bottom:15px;
  border-radius:15px;
  color:#000;
}
footer {
  background:#1E1E1E;
  width:100%;
  border-top:2px solid #262626;
}
footer a {
  color:#fff;
}
.footContainer {
  width:99%;
  max-width:1200px;
  margin:0 auto;
}

.socialIcons {
  height:40px;
  width:40px;
  display:inline-block;
  border-radius:50%;
  margin-right:15px;
}
.footerSocialMedia a {
  text-indent:-9999px;
  float:left;
  margin-right:20px;
  transition:.5s all;
}
.footerSocialMedia a.facebook {
  background: #2d2d2d url('/1755997502/Handler/CSSOverride/GetImage/2/facebook.png') top center no-repeat;
  height:38px;
  width:38px;

}
.footerSocialMedia a.twitter {
  background: #2d2d2d url('/-537369284/Handler/CSSOverride/GetImage/2/twitter.png') top center no-repeat;
  height:38px;
  width:38px;
}
.footerSocialMedia a.vimeo {
  background: #2d2d2d url('/718663158/Handler/CSSOverride/GetImage/2/vimeo.png') top center no-repeat;
  height:38px;
  width:38px;
}

.footerSocialMedia a:hover {
  background-position: bottom center;
}

span.twitter {
  background: #2d2d2d url('../images/twitter.png') center center no-repeat;
  background-size:25px 21px;
}

span.vimeo {
  background: #2d2d2d url('../images/vimeo.png') center center no-repeat;
  background-size:25px 21px;
}
.footerinner ul {
  margin:12px 0 0 0;
}
.footerinner ul, .footerinner li {
  border:none;
  border-top:0;
  font-size:16px;
}
.footerinner li a {
  padding:2px;
}
.footerinner li a:hover {
  background:none;
}
p.footTitle {
  font-size:1.3em;
  color:#fff;
}
.footerLinks {
  margin-top:20px;
  font-size:1.05em;
  line-height:25px;
}
.footerLinks li {
  display:block;
}
#footerrow p.footHead {
  color:#fff;
  padding:0;
  margin:0;
  font-size:22px;
  text-align:right;
}
.footerBlock {
  float:right;
  margin-right:40px;
  margin-bottom:40px;
}
.footerLinks a, .footerinner li a {
  color:#A9A9A9;
  border-bottom:#A9A9A9 1px dotted;
  float:right;
  clear:left;
  margin-bottom:3px;
  transition:all .4s;
  font-size:18px;
}
.footerLinks a:hover, .footerinner li a:hover {
  color:#fff;
}
#latestBlog {
  width:70%;
  float:right;

  margin-top:25px;
}
#PILContact {
  margin-top:25px;
  float:left;
  color:#fff;
  width:30%;
}


img#footerlogo{
  width:200px;
}

.footInfoBlock {
  display:block;
  margin-top:10px;
  clear:left;
}
.footInfoBlock p {
  display:inline;
  font-size:16px;
}

.botomFoot {
  border-top:1px solid #232323;
  margin-top:20px;
  background:#ebebeb;
  padding:15px 0 15px 0;
  color:#000;
}
div.footercopyrightrow  {
  margin-top:20px;
  background:#ebebeb;
  color:#000;
}

/*
  Editor Styles
  d92e62

*/

button#btn-preview-continueEditing {
  background: #8D1C40 !important;
}

div#btn_page1.highlight, div#btn_page2.highlight {
    background: #FFC627 !important;
}
div#btn_page1, div#btn_page2 {
    padding: 5px 25px;
    font-weight: bold;
    background: #5C6670 !important;
    font-size: 20px;
    color: #fff;
    border-radius: 70px;
    margin-right:8px;
    margin-top: 4px;
}
.pagelist {
  padding:10px 10px 5px 10px;
}
.pageListItemTitle {
    padding: 5px;
    float: left;
    line-height: 35px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
}
/*
  HOW TO VIDEOS
*/


/*
  MultiPart File Upload
*/

.instructions {
  background: #fff;
  z-index: 99;
  box-shadow: none;
  border-radius: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dashed #A6A6A6;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  }
.instructions ul {
  width: 100%;
  padding: 0px;
  text-align: center;
}
.instructions ul li {
  display: inline-block;
  width: 21%;
  min-height: 50px;
  vertical-align: top;
  margin: 0px 4% 0px 0px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  }
.multipart-product .multiPartItem .partHeader.description {
    display: none;
}
.multipart-product .multiPartItem .uploadMultiPart .constraintDescription.self.block {
    display: none;
}
.multipart-product #preview div#page1emboss {
    display: none;
}
.mainUIParent .upload .partHeader {
  background: #2d2d2d url('/980820807/Handler/CSSOverride/GetImage/2/multipart.png') top center no-repeat;
  }
.upload span, .ImgPlugPaging span {
  background:#78be20;
}
.mainUIParent .fileUploadButton {
  background:#fff;
  color:#78be20;
  text-indent:0px;
  font-size:17px;
  font-weight:bold;
}
.mainUIParent .addtobasket.multiPartButton {
  background:#78be20;
  color:#fff;
  text-indent:0px;
  transition: .5s all;
  font-size:15px;
  z-index:99999;
}
.mainUIParent .addtobasket.multiPartButton:hover {
  background:#93e32d;
}
.mainUIParent #showPreview {
  background:#78be20;
  color:#fff;
  text-indent:0px;
  font-size:15px;
  transition: .5s all;
}
.mainUIParent #showPreview:hover {
  background:#93e32d;
}

@media only screen and (min-width: 1200px) {
  .product-grid .product-title, .product-grid .product-title a {
    color:#8c1D40;
    font-size:16px;
  }
  .product-grid .add-info {
    position:relative;
    top:0;
    left:0;
    bottom:0;
    right:0;
  }
}
@media only screen and (max-width: 959px) and (min-width:801px) {
  div.listWrapper .listItem {
    width:32%;
    margin-bottom:8px;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(4n+5) {
    clear:none;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(3n+4) {
    clear:left;
  }
  .small-product-item .picture {
    width:98%;
    height:100%;
    display:block;
    margin:0 auto;
  }

}
@media only screen and (max-width: 907px) {
    #latestBlog {
      margin:0;
      margin:30px auto;
      clear:both;
      width:95%;
      float:none;
    }
    .footerBlock {
      clear:both;
      width:100%;
      float:right;
      text-align:center;
      margin:0;
      margin-bottom:20px;
    }
    .footerBlock a {
      display:block;
      width:100%;
      border:none;
    }
    .footerinner li a{
      margin-bottom:10px;
    }
    .footHead {
      float:left;
    }
    .grid_6 {
      margin-left:15px;
    }
    #PILContact {
      width:95%;
      margin:25px 0 25px 15px;
    }
}
@media only screen and (max-width: 800px) {
  div.listWrapper .listItem {
    width:47%;
    margin-bottom:8px;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(4n+5) {
    clear:none;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(3n+4) {
    clear:none;
  }
  .homeFeaturedProducts .listWrapper .listItem:nth-child(2n+3) {
    clear:left;
  }
  .small-product-item .picture {
    width:98%;
    height:100%;
    display:block;
    margin:0 auto;
  }
  .grid_3 {
    width:95%;
    display:block;
    margin:0 auto;
  }
  div.category-page {
    width:100%;
    float:none;
    display:block;
    margin:0;
    margin-top:25px;
  }
.product-grid .listWrapper .listItem  {
  width:47%;
  margin-bottom:8px;
  }
.product-grid .listWrapper .listItem .item-box {
  height:auto;
}
div.loginRegWelcome {
  float:none;
  width:95%;
  margin:0 auto;
}
div.rightSide {
  float:none;
  width:95%;
  margin:0 auto;
}
}

@media only screen and (max-width: 624px) {
  div.navigationmenu, .block-account-navigation {
    display:none;
  }
  .DT_breadcrumbs .grid_12 {
    width: 100%;
}
div.menu {
  width:111px;
}
    /* FooterSMALLEST */
    #latestBlog, #PILContact {
      float:none;
      width:100%;
      text-align:center;
      clear:both;
    }
    #PILContact a{
      float:left;
    }
    #latestBlog ul {
      border-top:1px solid #282828;
      padding-top:15px;
      text-align:left;
      float:none;
    }
    #footerrow p.footHead {
    margin: 10px 0;
  }
        .footerinner li a {
          margin-bottom: 4px;
          display: inline-block;
          width: auto;
          float: left;
      }
      div#toprow .grid_8 {
          width: 100%;
          margin-top: 5px;
          margin-bottom: 10px;
      }
      .adminmenu li {
          font-weight: bold;
      }
    .footerBlock {
      float:none;
      margin-left:12px;
    }
    .footerinner li a {
    margin-bottom: 4px;
    }
    div.listWrapper .listItem {
      width:47%;
      margin-bottom:8px;
    }
    .small-product-item .picture {
      width:98%;
      height:auto;
      display:block;
      margin:0 auto;
    }

    .product-grid .listWrapper .listItem  {
      width:100%;
      }
      div.slideTitle, div.slideContent {
        padding:10px 0;
      }

      div.listWrapper .listItem {
        width:47%;
        margin-bottom:8px;
      }
      .small-product-item .picture {
        width:98%;
        height:100%;
        display:block;
        margin:0 auto;
      }

      .product-grid .listWrapper .listItem  {
        width:100%;
        }
      div.slideTitle p {
          font-size:36px;
      }
      div.slideContent p {
        font-size:18px;
      }
      .footInfoBlock {
      padding-right: 12px;
      white-space: nowrap;
      float:left;
    }
    #footerrow p {
      font-size: 18px;
    }
    a#footerLogo {
    margin-left: 12px;
    }
    .footerSocialMedia {
    float:left;
    padding-left: 0;
    margin:15px 0;
    display: inline-flex;
    }
    .DT_tab_button {
      height: 37px !important;
      padding: 12px;
      font-size: 14px;
    }
    .DT_tab_buttons {
      border-bottom: 0;
    }
    .shareWrapper {
      display: none;
    }
    .emailCompareWrapper {
      display: none;
    }
    button.DT_checkout_button {
      font-size: 16px !important;
      width: 100%;
      height: 50px;
      margin: 20px auto 0 auto;
      display: block;
    }
    .DT_checkout_button_container {
    width: 70%;
    margin: 0 auto;
    float:none !important;
}
.editor_grid_6.editor_bg.editor_preview_row_2 {
    width: 90%;
    margin: 0 auto;
}
#editorTabControl .editor_row {
    float: left;
    width: 100%;
}
    p {
      line-height: 18px;
      font-size: 15px;
    }
    .DT_product-collateral .overview .price {
      padding-top: 12px;
    }
    .newProductPriceWrapper .productPrice {
      font-size: 26px;
    }
    nav .selectnavwrapper {
        padding: 7px 14px;
        width:100%;
    }
    div.search {
      float: right;
      padding: 0;
      margin: 0;
      margin-right:10px;
      width: 65%;
      background: none;
      margin-top: 4px;
    }
  div.awesomplete {
    width:73%;
  }
  .search .searchbox {
    width:100%;
  }
  div.search input.searchbutton {
    width:20%;
  }

    nav select {
      width: 77%;
      padding: 2%;
    }
    .search .searchbutton {
      margin-top: 10px;
    }
    .searchbox_wrapper div.awesomplete {
      padding-top: 10px;
    }
    .DT_tab_button.active {
      height: 0;
    }

  }

  /*
    ##
      Buttons
    ##
  */
.albumManagement .currentSelectedAlbum {
  background:#8c1d40;
}
.duplicateaddressbutton {
  margin:10px 0;
  border:none;
  color:#fff;
}
.checkout_data_integrated .order-details-box tbody {
  border:1px solid #8c1d40;
}
.checkout_data_integrated .total-info .OrderTotalValue, .product-grid .product-title a {
    color:#8c1d40;
  font-weight:bold;

}
.checkout-data .opc .section .sectionheader .number, .orders_v2 .order_products_list .order_prod_total, #order_details_v2 .od_products_container .od_product_box .od_product_total,
 #order_details_v2 .od_order_total {
  background:#8c1d40;


  font-weight:bold;
}
.cart-item-row .end .productPrice, .orders_v2 .order_q_info .order_title, .orders_v2 .order_q_info .order_info .o_data, .orders_v2 .order_f_info .order_title,
.orders_v2 .orders_page_title, #order_details_v2 .od_info_box .od_info_title, #order_details_v2 .od_title, #order_details_v2 .od_products_title,
#order_details_v2 .od_notes_title, #order_details_v2 .od_product_box .od_field_title, .checkout_data_integrated .order-details-box thead b,
.order-details-box b, .checkout_data_integrated .total-info .cart_total_left.SubTotal, .checkout_data_integrated .total-info .cart_total_left.SubTotal,
.checkout_data_integrated .total-info .OrderTotal, .orders_v2 .order_products_list .order_prod_name, .orderSummaryTitle, .checkout_data_integrated .orderSummaryTitle {
  color:#8c1d40 !important;


  font-weight:bold;
}
.orders_v2 .order_container .order_show_details_but, .basketEditButton, .orderprocessedcontinuebutton, button#btn_watermark, .saveChanges,
.productlistproductdetailbutton, .savecustomerinfobutton, .editaddressbutton, .facebookbutton, .file-upload-button, #markerControls button,
.changepasswordbutton, .loginbutton, .registernextstepbutton, .productvariantaddtocartbutton, .pager a,
#btn-savedprojpreview-continueEditing, .t-button, #batchWatermark  {
  background:#8c1d40 !important;
  transition:all .32s;
  color:#fff !important;
  border:none;
  font-weight:bold;
}
.orders_v2 .order_container .order_show_details_but:hover, .basketEditButton:hover, .orderprocessedcontinuebutton:hover, button#btn_watermark:hover,
.updatePreview:hover, .saveChanges:hover, .productlistproductdetailbutton:hover, .savecustomerinfobutton:hover, .editaddressbutton:hover, .facebookbutton:hover,
 .file-upload-button:hover, #markerControls button:hover, .changepasswordbutton:hover, .loginbutton:hover, .registernextstepbutton:hover,
 .productvariantaddtocartbutton:hover, .pager a:hover, #btn-savedprojpreview-continueEditing:hover, .t-button:hover {
  background:#be2f5c !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color:#fff;
}

.reset, .pageListPageItem.highlight, .editorbackbutton, .basketUpdatecartbutton, .updatecartbutton, .continueshoppingbutton,
.deleteaddressbutton {
  background:#5C6670 !important;
  transition:all .32s;
  color:#fff !important;


  font-weight:bold;
}
.ui-dialog button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .saved-projects-list table td button
 {
  background-color:none;
  background-color:#5C6670 !important;
  transition:all .32s;
  color:#fff !important;
  font-weight:bold;
}
.reset:hover, .pageListPageItem.highlight:hover, .editorbackbutton:hover, .basketUpdatecartbutton:hover, .updatecartbutton:hover,
.continueshoppingbutton:hover, .deleteaddressbutton:hover, .saved-projects-list table td button:hover, .saved-projects-list table td a.t-grid-cancel:hover {
  background:#737a81 !important;
}
.addToBasket, .checkoutbutton, .newaddressnextstepbutton, .shippingmethodnextstepbutton, .confirmordernextstepbutton, .duplicateaddressbutton,
.addaddressbutton, #newAlbum, #order_details_v2 .od_reorder .od_reorder_button, .DT_checkout_button, .productlistaddtocartbutton,
 .checkout-data .opc .section .paymentmethodnextstepbutton, .checkout-data .opc .section .paymentinfonextstepbutton, #btn-preview-addToBasket,
 #btn-savedprojpreview-addToBasket, .saveaddressbutton, .reorderbutton, .saved-projects-list table td:first-child a, .saved-projects-list table td button.t-grid-update,
 #btBatchNext, #batchAddToBaset  {
  background:#78BE20 !important;
  /*color:#636363;*/
  color:#fff;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
  transition:all .32s;


  font-weight:bold;
}
.addToBasket:hover, .checkoutbutton:hover, .newaddressnextstepbutton:hover, .shippingmethodnextstepbutton:hover, .confirmordernextstepbutton:hover,
.duplicateaddressbutton:hover, .addaddressbutton:hover, #newAlbum:hover, #order_details_v2 .od_reorder .od_reorder_button:hover,
.DT_checkout_button:hover, .productlistaddtocartbutton:hover, .checkout-data .opc .section .paymentmethodnextstepbutton:hover,
.checkout-data .opc .section .paymentinfonextstepbutton:hover, #btn-preview-addToBasket:hover, #btn-savedprojpreview-addToBasket:hover,
.saveaddressbutton:hover, .reorderbutton:hover, .saved-projects-list table td:first-child a:hover, .saved-projects-list table td button.t-grid-update:hover {
  background:#93e32d !important;
}
#btn_saveProjectChanges {
  background:#00A3E0 !important;
}
#btn_saveProjectChanges:hover {
  background:#1fbbf6 !important;
}
#ececec
div.shipping-option-item .ui-button-text {
  color:#000;
}
.checkout_data_integrated .order-details-box tbody .midColumn {
  border-left: 1px #8C1D40 solid !important;
  border-right: 1px #8C1D40 solid !important;
}
div.bestsellers h3 {
  text-shadow: none;
}

.listWrapper .item-box {
  padding:0 0 40px 0 !important;
  height:auto;
}
.listItem:nth-child(5) {
    clear: both;
}
.product-grid .add-info {
position:relative;
}
input.texteditInput {
    text-align: left !important;
}

/* EDITOR */
.simplePagePreview canvas {
    box-shadow: 0 0 10px rgba(0,0,0,.2) !important;
    margin: 0 auto;
    text-align: center;
}
.simplePagePreview {
    margin-top: 20px;
}
#previewDialog {
    height: 500px;
    background: #e9e9e9!important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #353535;
}
.ui-dialog .ui-dialog-title {
    color: #fff;
    font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    background:none;
}
.ui-icon.ui-icon-closethick {
  background: url('/-1415777324/Handler/CSSOverride/GetImage/2/close.png');
  background-size:cover;
}
div#previewDialogTitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
}

.editorScaffolderDefault, .editor_row_top {
  background: #f1f1f1 !important;
}

.editor_row {
  background: #f1f1f1 !important;
}

.editor_bg {
  background:none !important;
}

#scaleButtons, .rotatewrapper, .pageZoomButtons, .resetImage, .clearImage, .pageZoomReset button {
  background:none !important;
}
#btn_zoomtofit, .spellCheckButton, #btn_batch {
  background-color:#5C6670 !important;

}
.spellCheckButton, #btn_batch {
  padding:7px;
}
.spellCheckButton:hover, #btn_batch {
  background-color:#5C6670 !important;
}
/*
  Batch Upload
*/
.batchTable h3, .mappingNameCol h3 {
  color:#000;
  text-shadow:none;
}
.mappedMappingValue, .fixedMappingValue, .mappingNameColarrow {
  color:#8C1D40;
}
.pageZoomButtons #btn_zoomin {
  background-color:#5C6670;
  border-radius: 10px 0 0px 10px !important;
}
.pageZoomButtons #btn_zoomout {
  background-color:#5C6670;
  border-radius: 0px 10px 10px 0px !important;
}
div.stepNbr {
  background:#8C1D40;
}

/*
  End Batch Upload
*/
.imageControlsTitle {
    text-align: left;
    padding: 2px;
    background: none;
    margin-bottom: 5px;
    color: #000;
    border-radius: 7px;
    font-weight: bold;
    font-size: 15px;
}
.showEditableFields {
    margin: 10px 0;
}

.editaddressbutton, .deleteaddressbutton, .addaddressbutton, .savecustomerinfobutton, .changepasswordbutton
{
  line-height:0;
}
.orders_v2 .order_container .short_view_order_details {
  max-height:150px;
}
.translationContainer .up, .translationContainer .left, .translationContainer .right, .translationContainer .down {
  background-image:none;
  background-color:#5C6670;
}
.adjustToolDesc  {
    margin-bottom: 15px;
}
button#rotateleft, #zoomIn {
    background-color: #5C6670;
    border-radius: 10px 0 0px 10px !important;
}
button#rotateright, #zoomOut {
    background-color: #5C6670;
    border-radius: 0px 10px 10px 0px !important;
}
#clearAdjustment, #clearImage {
  background-color: #5C6670 !important;
  font-weight: bold;
  font-size: 15px;
}
#rotateControls {
  margin-bottom:0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-skin-tango .jcarousel-next-horizontal {
  top:35px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:before {
  content: '<';
}
.jcarousel-skin-tango .jcarousel-next-horizontal:before {
  content: '>';
}
.jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-skin-tango .jcarousel-next-horizontal {
    cursor: pointer;
    background: none;
    background: #5C6670 !important;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    height:28px;
    width:28px;
}
.interiortitle span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-left: 5px;
}
.editor__title-row h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    margin-left: 8px;
}
.resetDialog, #previewSavedProjectsDialogTitle {
    font-size: 15px;
    line-height: 20px;
}
.fieldrow.fieldtitle {
    font-weight: 800;
    font-size: 14px;
    margin-left: 4px;
}
.texteditInput {
    font-family:'roboto', 'helvetica', 'arial', 'sans-serif' !important;
    font-size: 12px;
}
.fieldlist {
    max-height: 545px;
    padding-bottom: 5px;
    border: 2px solid rgba(0,0,0,.08);
}
.productEditableContent {
  display:none;
}
div#contentiInnerRow {
    margin-top: 10px;
}
.jcarousel-container.jcarousel-container-horizontal {
    min-height: 60px;
}
#dialog-form label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
.cf_accountlinks_CustomerChangePassword {
  display:none;
}
.t-widget, .t-input {
  border-color: #ccc !important;
}
.t-toolbar, .t-grouping-header, .t-grid-pager, .t-widget .t-status, .t-header, .t-grid-header {
    border-color: #ccc !important;
    background-color: #eee !important;
    color:#000 !important;
}
.t-toolbar:hover, .t-grouping-header:hover, .t-grid-pager:hover, .t-widget .t-status:hover, .t-header:hover, .t-grid-header:hover, .t-header:hover {
    border-color: #ccc !important;
    background-color: #eee !important;
    color:#000 !important;
}
.t-header, .t-header .t-link {
  color:#000 !important;
}


.saved-projects-list table td a.t-grid-cancel {
  background-color:#5C6670 !important;
}
.saved-projects-list table td a.t-grid-cancel:hover {
    background:#737a81 !important;
}
.order-progress {
  background:none;
}
.shoppingcart__wrapper h1 {
    font-weight: bold;
}
.shoppingcart__wrapper .product, .shoppingcart__wrapper thead, .shoppingcart__wrapper .cart-total, .productPrice {
  font-size:14px;
}
.cart-item-row .productpicture img {
  box-shadow:0 0 6px rgba(0, 0, 0, 0.3);
}
.order-progress ul li a {
    padding: 9px;
    font-weight: bold;
    font-size: 13px;
}
.checkout-data .opc .section .shipping-option-item .option-description {
  padding:0;
}
.checkout-data .opc .section .step .buttons {
    padding: 0px 10px 10px 10px;
    margin:0;
}
button.paymentmethodnextstepbutton, button.confirmordernextstepbutton {
    margin-top: 10px !important;
}
.option-name {
    margin-top: 5px;
    margin-bottom: 5px;
}
.cart-header-row {
    text-align: center;
}
.newProductPriceWrapper .productPrice {
  font-size:24px;
}
.related-products-grid h3 {
    text-shadow: none;
}
.related-products-grid .product-title {
    white-space: normal;
    bottom: 0;
    z-index: 9999;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    position:absolute;
    background:rgba(0, 0, 0, 0.5);
}
.related-products-grid .product-title a {
  color:#fff;
}
.picture img{
  transition:.5s all;
}
.related-products-grid .listItem:hover .picture img{
  transform: scale(1.1);
}

.related-products-grid .listWrapper .item-box {
  border: none;
  background: #eee;
  height: auto;
  margin-top: 10px;
  padding: 5px;
  position: relative;
  padding: 0px !important;
}
.related-products-grid .listWrapper .item {
  height:auto;
}

span.crosssells-title, #WorkInProgressGrid  {
    font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color:#5C6670 !important;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
  background-color:#5C6670 !important;
}
a.fontOption {
  height:auto;
  font-weight:normal;
  font-family:'roboto', 'helvetica', 'arial', 'sans-serif';
}

.orderdetailsprintbutton:first-child {
 display: none !important;
}
.checkout_data_integrated {
    font-size: 14px;
}
.orderSummaryTitle {
    font-size: 20px !important;
    margin-bottom: 8px;
}
.od_print_button {
  display:none;
}

/*
  MegaEdit
*/
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .imageOptionsDialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .textOptionsDialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .customFieldOptionsDialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .imageOptionsDialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .textOptionsDialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .customFieldOptionsDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none !important;
  background: url('/1406615941/Handler/Static/Catfish.Web/Scripts/ME2k/img/appbar.close.png') no-repeat 0 0;
}
.dialogGeneralConfirm .ui-dialog-buttonpane {
  background:none !important;
}
.GS_window_title, .ui-dialog-buttonpane, .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix, .ui-widget-header,
#imageTabs-details .imageOptions, .fakeUploadTarget, .UISetRow.ImageFXRow .UISetCol {
    background-color: none !important;
}
.ui-slider-horizontal {
  border-color:#3b434a !important;
}
.buttonContainer.rightSide {
  background:none;
}
.viewControlButton.previewButton {
  background:#8C1D40 !important;
  transition:all .32s;
}
.viewControlButton.previewButton:hover {
  background:#b82352 !important;
}
.effectRow input[type=checkbox]:not(old):checked+label, .effectRow input[type=radio]:not(old):checked+label, .effectRow label:hover, .effectRow label:hover  {
  background-color:#00A3E0 !important;
}
.saveProjectButton, .pageSelectorItem .pageMarker {
  background:#00A3E0 !important;
  transition:all .32s;
}
.saveProjectButton:hover {
  background:#1fbbf6 !important;
}

.viewControlButton.fullScreen, .clearPagesButton, .viewControlButton, .addTextFieldButton, .addImageFieldButton, .autofillButton, .snapControlButton, .pageItemInline,
.meuiButton.update-button, .me_quick_menu ul li a
 {
  background-color:#5C6670 !important;
  transition:all .32s;
  color:#fff !important;
}
.viewControlButton.fullScreen:hover, .clearPagesButton:hover, .viewControlButton, .addTextFieldButton:hover, .addImageFieldButton:hover, .autofillButton:hover,
.snapControlButton:hover, .pageItemInline:hover, .meuiButton.update-button:hover, .me_quick_menu ul li a:hover, #imageControlButtonset .ui-button:hover:hover
 {
  background-color:#737a81 !important;
}

.nextStepButton.btn-success, .fileinput-button, .GS_thumbnail_sizes input[type=radio]:checked+label, #dlgEditorSettings .SnapOptions input:checked+label
  {
  background:#78BE20 !important;
  transition:all .32s;
}
.nextStepButton.btn-success:hover, .fileinput-button:hover
 {
  background:#93e32d !important;
}
.pageSelectorContainer.pageItemInline {
  background:none !important;
}
#previewArea {
  background:#ccc !important;
}
.cf_imageViewer_image {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

img.ui-draggable.mCS_img_loaded {
 margin: auto !Important;
}

.galleryItem.ng-scope {
 height: 90px;
}

.galleryItem .fake_thumb {
  opacity: 1 !important;
}

.galleryItem img {
 opacity: 0 !important;
 }
 div#mCSB_1_container {
    background: #fff !important;
}
.meuiTextBox, .meuiSelect {
    width: 96%;
    padding: 2%;
    box-shadow: 1px 2px 9px rgba(213, 213, 213, 0.5) inset;
    border: none;
    outline: 0;
    height: 30px;
    border-radius: 4px;
    position: relative;
    z-index: 9;
    border: 1px solid #b0b0b0;
    transition: all .5s;
    line-height: 1.44;
    display: inline;
    margin-bottom: 10px;
    height: 35px;
}
.pane.ui-layout-east.ui-layout-pane.ui-layout-pane-east {
    padding: 10px;
}
/*
  PageFlip Shizzle
*/


#pageflip-controls .left-buttons, #b-zoomin.control-bar-button, #b-fullscreen.control-bar-button {
  display:none;
}
#controls #b-fullscreen.control-bar-button {
  display:block;
}
.emboss-right {
  background-image:none !important;
}
#pageflip-controls {
    bottom: -44px !important;
    background: #F9F9F9 !important;
    padding: 3px !important;
    width: 90% !important;
    left: 4.5% !important;
    border: 1px solid #EEE !important;
}
#stage.pageflip-container {
  overflow:visible !important;
}
#dropshadow {
    box-shadow: 0 0 80px rgba(0,0,0,1) !important;
}
input.quantityBox, .attributeLogic  {
    position: relative;
    z-index: 15;
}

/* .attributeHeader br {
  display: none;
} */

button.DT_checkout_button {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
.emailCompareWrapper, .shareWrapper {
  display:none;
}

.ui-dialog-buttonpane {
  display: block !important;
}
input.basketSaveForLaterButton {
   background: #78BE20  !important;
   transition: all .32s;
   color: #fff !important;
   font-weight: bold;
   margin: 0 0 5px 0;
   width: 50px;
   border:none;
 }
 button#addToBasketButton {
   display:block !important;
  position: fixed;
  bottom: 2%;
  right: 2%;
  padding: 14px;
  border: none;
  background: #8C1D4D;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-shadow: 0 0 7px rgba(0,0,0,.5);
  transition:.5s all;
 }
 button#addToBasketButton:hover {
   background:#bd306d;
 }
div.editorwrapper div.preview {
  background:#5C6670;
}
.dispatchInfo {
   display: none;
}
li.meuiHtmlListMenuItem {
    display: block;
    float: none;
    margin: 0;
}
ul.dropdown-menu.meuiHtmlListCollapsedMenu.meuiHtmlListMenu {
    overflow: hidden !important;
    overflow-y: scroll !important;
    height: 500px;
    width: 460px !IMPORTANT;
    font-size: 14px;
    top: 30px;
}

button#single-button {
    width: 460px;
    text-align: left;
    padding-left: 17px;
    color: #333;
   background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    text-shadow: none;
}

button#single-button:hover, button#single-button:focus, button#single-button:active {
  background-color: #fff !important;
}

a.ng-binding {
    padding-left: 15px !important;
}

h3.sidebarTitle {
    color: black;
    text-shadow: none;
}
body {
    margin: 0;
}
.meuiCheckBox {
    display: none;
}
.meuiDataGrid {
    overflow: hidden !important;
    overflow-y: scroll !important;
    max-height: 500px !important;
}
div.floatleftmegaedit {
  display:inline-block;
}
div#recordControlArea {
    bottom: 30px !important;
    top: inherit;
    width: 400px !important;
}
#recordControlArea #btPrevRecord, #recordControlArea #btNextRecord {
    padding: 10px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    width: 180px !important;
}
label[for=price_537_EnteredQuantity] {
    display: none;
}

input#price_537_EnteredQuantity {
    display: none;
}

label[for=price_601_EnteredQuantity] {
    display: none;
}

input#price_601_EnteredQuantity {
    display: none;
}

label[for=price_604_EnteredQuantity] {
    display: none;
}

input#price_604_EnteredQuantity {
    display: none;
}

label[for=price_605_EnteredQuantity] {
    display: none;
}

input#price_605_EnteredQuantity {
    display: none;
}

label[for=price_612_EnteredQuantity] {
    display: none;
}

input#price_612_EnteredQuantity {
    display: none;
}

label[for=price_616_EnteredQuantity] {
    display: none;
}

input#price_616_EnteredQuantity {
    display: none;
}

label[for=price_617_EnteredQuantity] {
    display: none;
}

input#price_617_EnteredQuantity {
    display: none;
}

label[for=price_602_EnteredQuantity] {
    display: none;
}

input#price_602_EnteredQuantity {
    display: none;
}

label[for=price_625_EnteredQuantity] {
    display: none;
}

input#price_625_EnteredQuantity {
    display: none;
}

span.orderLineRecordCount {
    font-size: 14px;
    font-weight: bold;
}

label[for=price_626_EnteredQuantity] {
    display: none;
}

input#price_626_EnteredQuantity {
    display: none;
}

label[for=price_633_EnteredQuantity] {
    display: none;
}

input#price_633_EnteredQuantity {
    display: none;
}

.StartingNumber {
    display: none;
}

span.error {
    font-weight: bold;
    font-size: 20px;
    color: red;
}

.sideControl .meuiStacklayoutHorizontal {
    display: block;
}

.allInlineBaby button {
    float: left;
    margin-right: 8px;
    margin-bottom: 15px;
}

.alert-success {
    border-color: #8c1d40;
    background: rgba(140,29,64,.9);
    color: #fff;
}

.alert {
    box-shadow: rgba(0,0,0,.8) 0px 0px 10px;
}


div.messagesContainer .alert-success .messageText a {
  font-weight:bold;
  color:#fff;
}

.validationFailed {
    background: #8c2d40;
    color: #fff;
}

.required {
    font-size: 20px;
    background-color: #8c2d40;

  }

  .multipartUploadContainer .multiPartContainer .multiPartList .multiPartItem .constraintDescription .required {
    color: #FFFFFF !important;
  }


.dynamicProductOptionTable select.valid {
width: 180px;
height: 30px;
border-radius: 0;
padding-left: 13px;
font-size: 15px;
border: 1px solid #AEAEAE;
background-color: #fff;
    padding: 8px 5px 8px 5px;
}

.biodesign .dynamicProductOptionTable td {
    font-size: 16px;
    vertical-align: bottom;
    float: left;
    padding: 8px 5px 8px 5px;
}

.biodesign .dynamicProductOptionTable tr:nth-child(2) td:nth-child(1) {
    font-size: 0px;
      width: 100%;}
.biodesign .dynamicProductOptionTable tr:nth-child(1) td:nth-child(1) {
    font-size: 0px;
  padding: 0px;}
.biodesign .dynamicProductOptionTable tr:nth-child(2) td:first-child:before {
        content: "Poster size and material:";
        font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 5px;
    }

    table td {
    padding: 10px 8px 10px 0px;
    color: #333;
}

.biodesign .add-info label { font-size: 0; }
.biodesign .add-info label:before { content: "Number of posters needed:"; font-size: 18px; }

.biodesign table.dynamicProductOptionTable {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EEE;
    margin-top: 5px;
}

div#1023 {
  padding-bottom: 0px !important;
  height: 118px !important;
}

.upload-pages .upload-pages__pages iframe {
  height: 350px;
}

.GIT250Trifold .DT_checkout_button_container button { font-size: 0; }
.GIT250Trifold .DT_checkout_button_container button:before { content: "Upload your design"; font-size: 14px; text-transform: initial; }

label[for=price_733_EnteredQuantity] {
    display: none;
}

input#price_733_EnteredQuantity {
    display: none;
}