/* Add here all your css styles (customizations) */
@media all {
 .page-break { display: none; }
}

.modal {
    display: block;
    visibility: hidden;
    overflow-y: hidden;
}
.modal.in {
    visibility: visible;
}


@media print {
    

    .logo-invoice {
        display: block !important;
        visibility: visible !important;
    }

    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }

    #topcontrol {
        display: none !important;
        visibility: hidden !important;
    }

    .table-responsive::-webkit-scrollbar {
      display: none;
    }
/*    .modal-content {
        background-color: white !important;
    }
    .show-license {
    visibility:visible;
  }
  .modal-content {
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    border: none;
  }*/
    .emigre-modal-footer {
        display: none;

    }
}

video {
    border: 1px solid #ddd !important;
}

@media (max-width: 767px)  {
    /*fix image row wraping small screens */
        .img-xs-row-wrap {
        margin-bottom: 15px !important; 
    }
}


<<<<<<< HEAD
.red-href a {
    color: red !important;
}

.black-href a {
    color: black !important;
}

.black-href a:hover {
    color: red !important;
    text-decoration: underline;
}
=======

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.credit-card-error {
  color: red;
  font-size: 25px;
  padding: 10px;

}



.dot-bottom-11-padding {
    padding-bottom: 11px !important;
}

.prints-title {
    padding-top: 30% !important;
    font-size: 17px !important;
}

.ceramic-title {
    font-size: 17px !important;
}

.line-printed-badge {
    padding-right: 38px;
}

.input-flush-left {
    padding-left: 0px !important;
}

.no-boarder {
    border-width: 0px !important;
    padding: 0px !important;
}
.center-image {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    left: 0px !important;
}

.emigre-fonts-app-logo {

    max-width: 39.5px;
    

}
.archive-city-list {
    font-size: 14px !important;
    line-height: 120% !important;
}

.archive-title-header {
    margin-bottom: 2px !important;
    font-size: 19px !important;;
    line-height: 23px !important;
}

.add-to-cart {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 14px !important;
}

.add-to-cart a {
    color: black;
    text-decoration: none;
}

.alignMultiButtonAddtoCart {
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
}


.no-bottom-padding {
    padding-bottom: 0px !important;
}
.catalog-small-sub-header {
    color: white;
    font-size: 13px;
    padding-bottom: 30px;
    margin-top: -5px;
}
.select-css {
    display: block;
    
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 320px; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
/*    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
    
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;

    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
        
    */
    background-image: url(../img/selectArrow.svg);
    /*background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),*/
    linear-gradient(to bottom, #ffffff 100%,#e5e5e5 0%);
    background-repeat: no-repeat, repeat;
     /*arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .85em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}


/* Hide arrow icon in IE browsers 
.select-css::-ms-expand {
    display: none;
}
/* Hover style */
.select-css:hover {
    border-color: #888;
}
/* Focus style */
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
/*    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
    color: #222; 
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #aaa;
}

.table-row-bottom-boarder {
    border-bottom: 1px solid #ddd;
}

.view-tight {
    margin-bottom: 4.5px !important;
}



.tight-landing-column {
    padding-right: 4px !important;
    padding-left: 5px !important;
}


audio:focus {
   outline: none;
}
.align-icon-middle {
    vertical-align: middle !important;
}



.pdf-sub-title a {
    color: white !important;
}

.activate-cc:focus {
    
    color: white !important;
}

.footnote {
    font-size: 14px !important;
}

.cart-license-icon a:hover, 
.cart-license-icon a:visited, 
.cart-license-icon a:link, 
.cart-license-icon a:active {
    /*color: #FFFFFF;*/
    text-decoration: none !important;
}


.checkbox-license {
    margin-top: 0px !important;
    margin-bottom: 0px !important; 
}

.print-license-btn  {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.order-logo {
    display: none;
    visibility: hidden;
}

.make-visible {
    visibility:visible;
}

.no-href-style-black a {
    color: black !important;
    text-decoration: none !important;
}

.img-max-350 {
    max-width: 350px;
}

.img-max-387 {
    max-width: 387px;
}

.poster-border {
  border: 1px solid #ddd;
  
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -5px !important;

}

.character-map-title {
    margin-left: 15px;
   
}

.character-map {
    margin-right: 5px;
    padding-bottom: 30px;
}

.text-field-tiny-info-cs {
    font-size: 14px !important;
    color: gray !important;
}


.bookcd-img-text {
    font-family: "Mr Eaves Mod Heavy" !important;
    font-size: 14.5px !important;
    text-align: center;
}

.bookcd-img-text a {
    color: black !important;
}

.bookcd-img-text a:hover {
    color: red !important;
    text-decoration: none !important;
}


.cart-remove-x {
    
    font-size: 32px !important;
}





.campaign-good-color-box {
       border: solid 2px #72c02c !important;
}
.campaign-bad-color-box {
       border: solid 2px red !important;
}

.campaign-large-number {
    font-size: 45px;
    text-align: center;
}

.single-font-sub-title {
    font-family: "Mr Eaves Mod Regular";
    margin-top: -5px;
    font-size: 12px !important;
    color: gray !important;
}

#card-element {
    border: 1px solid #ccc;
    padding: 10px;
    font-family: "Mr Eaves Mod Regular", Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
    
}

.grecaptcha-badge {
    margin-bottom: 50px;
}

.customer-search-table {
    font-size: 12px !important;
}

.fa-alert-red {
    color: red  !important;
}
.glyph-box {
  position: relative;
  width: 70px;
  height: 70px;
  border: solid 1px #eee;
  margin-bottom: 10px;
}

.glyph-character {
    font-size: 45px;
    text-align: center;
}

.glyph-name-small {
    font-family: "Mr Eaves Mod Regular" !important;
    font-size: 12px;
    margin-top: -11px
}
.big-headline {
    font-size: 40px !important;
}

.bio-image {
    max-width: 250px;
}

.ceramic-edit-image {
    max-width: 250px;
    padding: 12px;
}

.z-image-thumb {
    width: 50px;
    padding-bottom: 2px;
    padding-right: 10px;
}

.z-image-add-on {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 34px;
}


    

.carousel-indicators-top {
        top: 20px !important;
      
}

.width-100 {
    width: 100% !important;
}


/*.modal-backdrop {
   background-color: #fafafa !important;
}*/



.modal-books-content {
    position: relative;
    background-color: #f3f1f1 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

}

.modal-content {

    background-color: #fafafa !important;
}


.imageHolder {
   
    margin-bottom: 30px;
    margin-top: 25px;
}

.imageHolderCaption {
    padding-top: 10px;
    font-size: 14px !important;
    color: gray;
}
.family-pdf-image {
    margin-bottom: -10px;
}

.family:hover {
    -webkit-transform: scale(1.15); 
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.family {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.pdf-download-icon {
    color: #e82c2b !important;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    font-size: 24px !important;
    background: #fff;
    text-align: center;
    display: inline-block;
}

.pdf-download-icon:hover {
    color: #fff !important;
    background: #e82c2b;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer-logo {
    max-width: 100px;
}

.long-dropdown {
    max-height: 500px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.extra-wide-dropdown {
    min-width: 320px !important;
}

.royalty-table {
    font-size: 12px !important;

}

.royalty-table > tbody > tr > th, 
.royalty-table > tbody > tr > td:nth-child(1)  {
    white-space: nowrap;
}

.royalty-table > tbody > tr > td:nth-child(5),
.royalty-table > tbody > tr > td:nth-child(6),
.royalty-table > tbody > tr > td:nth-child(7),
.royalty-table > tbody > tr > th:nth-child(5),
.royalty-table > tbody > tr > th:nth-child(6),
.royalty-table > tbody > tr > th:nth-child(7)  {
    text-align: right !important;
}

.my-royalty-table > thead > tr > th:nth-child(2), 
.my-royalty-table > tbody > tr > td:nth-child(2) {
    padding-left: 95px !important;
    

}
.search-form > .input-group .form-control {
    position: static !important;
}

.tag-box > hr {
    margin-left: -20px !important;
    margin-right: -10px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    border-top: 2px solid #eee !important;
}

.tag-box-package {
    padding-bottom: 40px !important;
    overflow-x: visible !important;
}
.cart-license-agreement a {
    color: red !important;
}

.format-description {
    font-size: 14px;
    color: #999;
    /*padding-right: 5px;
    padding-top: 5px;
    */
}


.order-return-address {
    padding-left: 20px;
}
.us-dollars {
    padding-left: 15px;
}

.us-dollars-small {
    font-size: 10px;
    padding-right: 5px;
}

.us-dollars-small-nopad {
    font-size: 10px;
    
}
.shipping-report {
    font-size: 14px !important;
}

input[type="checkbox"] {
    margin-top: 5px !important;
}

/*.padding-left-none {
    padding-left: 0px !important;
}*/



.table > tbody > tr > td:first-child,
.table > thead > tr > th:first-child {
    padding-left: 20px;
}

.padding-left-none  {
    padding: 0 !important;
    margin: 0 !important;
}

.search-form > .modal-header {
    padding: 5px !important;
    border-bottom: none !important;
}

.modal-header-e {
    padding: 15px;
  
}



.modal-footer-e {
    padding: 0px 15px 15px 15px;
    text-align: right;
    margin-right: 27px;
    margin-bottom: 50px;
   
}

@media screen and (max-width: 1000px) {
  .footer-app-icon {
    display: none;
  }
}


@media (max-width: 599px)  {
    /*Responsive code for max-width: 991px*/
        .modal-footer-e {
        margin-right: 10px !important; 
    }
}

@media (min-width: 650px) AND (max-width: 766px) {
    /*Responsive code for max-width: 991px*/
    .modal-footer-e {
        margin-right: 60px !important; 
    }
}

@media (min-width: 767px) AND (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .modal-footer-e {
        margin-right: 39px !important; 
    }
}

/*Big Logo Style*/
@media (min-width: 1000px) AND (max-width: 2800px) {

    .modal-footer-e {
        margin-right: 19px !important; 
    }
}

.margin-bottom-none {
    margin-bottom: 0px !important;
}
.ui-widget {
    font-family: "Mr Eaves Mod Regular" !important;
    
}

.custom-cart-icon {
    padding-top: 1px;
    margin-top: 14px;
    vertical-align: top !important;
}

.btn-danger {
    background-color: #e82c2b !important;
    border-color: #e82c2b !important;
}

.ui-menu-item > .ui-state-hover, 
.ui-menu-item > .ui-widget-content .ui-state-hover, 
.ui-menu-item > .ui-widget-header .ui-state-hover, 
.ui-menu-item > .ui-state-focus, 
.ui-menu-item > .ui-widget-content .ui-state-focus, 
.ui-menu-item > .ui-widget-header .ui-state-focus {
        
        color: #687074 !important;
        border: none !important;
        filter: none !important;
        background: #eee !important;
        margin: 0 !important;
        zoom: 0 !important;
}



input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}



.cart-header {
    display: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  .page-break { display: block; page-break-before: always; }

  .footer-v1 {
    display: none !important;
  }

    .cart-header {
        display: inline !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
}

@media (min-width: 1300px) {

/*    #font-size-slider {
        width: 85%;
    }

    .size-slider {
        width: 75% !important;
    }
*/
    .size-slider-side-bar {
    
        margin-right: 40% !important;    

        max-width: 140px !important;
    }
}



@media (min-width: 1200px) {
    .fonts-black-bar {
        height: 25px;
        background: black;
        margin-top: -12px;
    }

    .col-sp-4 {
        width: 27.50%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-sp-8 {
        width: 71.4%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

 
    .carousel-indicators {
        bottom: -35px !important;
      
    }

    .carousel-indicators-img {
        bottom: -55px !important;
      
    }

    .carousel-indicators li {
        margin-right: 5px !important;
        background-color: black !important;
        border: 1px solid black !important;
    
    }

    .carousel-indicators .active {
        
        background-color: white !important;
        
    }

    .headline {
        margin: 1px 0 -10px 0 !important;
    }

    #font-size-slider {
        width: 85%;
    }

    .size-slider {
        width: 75% !important;
    }

    .size-slider-side-bar {
        margin-top: 10px;
        margin-left: 0px;    
        float: right;
        width: 68%;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .fonts-black-bar {
        height: 25px;
        background: black;
        margin-top: -12px;
    }

    .col-sp-4 {
        width: 28.2%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-sp-8 {
        width: 69.9%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .carousel-indicators {
        bottom: -35px !important;
        
    }

    .carousel-indicators-img {
        bottom: -55px !important;
      
    }

    .carousel-indicators li {
        margin-right: 5px !important;
        background-color: black !important;
        border: 1px solid black !important;
    
    }

    .carousel-indicators .active {
        
        background-color: white !important;
        
    }

    .headline {
        margin: 1px 0 -10px 0 !important;
    }

    #font-size-slider {
        width: 81%;
    }

    .size-slider {
        width: 80% !important;
    }

    .size-slider-side-bar {
        margin-top: 10px;
        margin-left: 0px;    
        float: right;
        width: 60%;
    }

}

@media (min-width: 300px) and (max-width: 990px) {
    
    .carousel-indicators {
        bottom: -35px !important;
       
    }
     
    .carousel-indicators-img {
        bottom: -55px !important;
        left: 40%  !important;
        width: 80%  !important;
      
    }

    .carousel-indicators li {
        margin-right: 5px !important;
        bottom: 10px !important;
        background-color: black !important;
        border: 1px solid black !important;
        width: 6px !important;
        height: 6px !important;
    
    }

    .navbar-emigre {
        background-color: black;
        border-radius: 0px !important;
    }
    .carousel-indicators .active {
        width: 8px !important;
        height: 8px !important;
        background-color: white !important;
        
    }

    .gutters-family-tiles {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .headline {
        margin: 10px 0 -10px 0 !important;
    }

    .slider-container {
        width: 180px;
    }
    #font-size-slider {
        width: 75%;
    }

    .size-slider {
        width: 70% !important;
    }

    .size-slider-side-bar {
        margin-top: 10px;
        margin-left: 0px;    
        float: right;
        width: 60%;
    }

    .loginbar {
        padding-left: 60px !important;
        padding-right: 0px !important;
    }
    /*.topbar {
        float: right !important;
    }*/
}


@media (max-width: 510px) {
    .button_wrap_pad_5 {
        margin-top: 3px !important;
    }
}

@media (max-width: 770px) {
    .cube-portfolio {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

/*Character set small portrait screen*/


    @media (max-width: 400px) and (min-width: 300px)  {
    .glyph-character {
        font-size: 30px !important;
        
    }

    .glyph-box {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 5px !important;
    }

    .glyph-name-small {
        font-size: 9px !important;
        margin-top: -12px !important;

    }
}

/*@media (max-width: 600px) and (min-width: 400px){
    .glyph-character {
        font-size: 35px !important;
        
    }

    .glyph-box {
        width: 45px !important;
        height: 45px !important;
        margin-bottom: 8px !important;
    }
}*/

.modal-header-emigre {
        padding-top: 15px !important;
        padding-right: 15px !important;
}

.family-title {
    font-family: "Mr Eaves Mod Regular";
    margin-top: -5px; 
    font-size: 17px !important;
}

.gutters-family-tiles {
    padding-left: 60px;
    padding-right: 60px;
}

.family-story {
    display: none;
}

.famSortByDesign{
    display: none;
}

.cart-icon {
    color: #999;
    display: block;
    font-size: 25px;
    margin-top: 10px;
}

.cart-price {
    
    display: block;
    font-size: 17px;
    margin-top: 10px;
}

.cart-btn {
    margin-top: 10px;
}

.cart-btn-tight-top-0px {
    margin-top: 0px;
}
.cart-license-icon {
	display: block;
    margin-top: 10px;
    border: 0px !important;
    font-size: 18px;
    text-decoration: none;
}

.cart-added-icon {
    color: #72c02c;
    font-size: 35px;
    vertical-align: middle;
    padding-right: 5px;
}

.plus10 .cart-added-icon  {
    padding-top: 10px;
}

.cart-error-icon {
    color: red;
    font-size: 35px;
}

.cart-license-agreement {
    margin-left: 20px;
    
}

.invoice-total-info {
    margin-right: 57px;
    font-size: 18px;
}

@media (max-width: 599px)  {
    /*Responsive code for max-width: 991px*/
    .invoice-total-info {
        margin-right: 38px !important;
    }
}

@media (min-width: 600px) AND (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .invoice-total-info {
        margin-right: 46px !important;
    }
}

/*Big Logo Style*/
@media (min-width: 1200px) AND (max-width: 2800px) {

    .invoice-total-info {
        margin-right: 67px !important;
    }
}



.view-license {
    display: none;
}

.family-description {

    font-size: 17px;
}

.fonthr {
    margin-top: 5px;
    margin-bottom: 15px
}

.font-icon {
    color: #999;
    /*display: block;*/
    font-size: 18px;
    margin-top: 10px;
}

.tooltip-inner {
    /* max-width: 200px; */
    width: 200px !important;

}
.tooltip-inner-white {
   
    color: black !important;
    background-color: white !important;
}


.tooltip-white {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Mr Eaves Mod Regular";
    font-size: 17px !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
    padding-bottom: 5px;
}

.tooltip-white.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: white;
}

.tooltip-white.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: white;
}
.tooltip-white.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-white.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}


.tooltip {
    top: 45px !important;
    font-family: "Mr Eaves Mod Regular";
    font-size: 17px !important;
}
.fontdemo {
    font-size: 56px;
    line-height: 80px;
    outline-width: 0;
    white-space: nowrap;
}

.fontdemo {
    font-size: 56px;
    line-height: 80px;
    outline-width: 0;
    white-space: nowrap;
}



.fontsizeslider {
    font-size: 56px;
    line-height: 80px;
    outline-width: 0;
    white-space: nowrap;
}

.fontsizeslider-lo-res-outlined {
    font-size: 100px;
}


.small-style-name {
    font-size: 12px;
    margin-top: -10px;

}

.packagename {
    font-size: 48px !important;
    line-height: 50px !important;
    white-space: nowrap;
    outline-width: 0;
}

.packagename a {
    color: black !important;
    text-decoration: none !important;
}

/*Charcter Set modal*/

.modalCharacterSet {
    max-width: 500px !important;
    margin: 30px auto !important;

}

.modal-pdf-view  {
    max-width: 350px !important;
    margin: 30px auto !important;
  }

.modalWebView {
    width: 85%;
    margin: 30px auto !important;
}

.modalCeramicViewImage {   
    max-width: 500px;
}

.modalWebViewImage {   
    max-width: 1000px;
}
.modalWebViewConent {
    
    padding: 30px;
}


     @media only screen and (max-width : 500px) {
        .modalCharacterSet {
            width: 90% !important;
           
        }
        .modal-pdf-view  {
            width: 90% !important;
            
          }

        .modalWebView {
            width: 90% !important;
            
        }

    }



/*@media (min-width: 768px) {
  .modal-pdf-view  {
    width: 200px !important;
    margin: 30px auto !important;
  }
  
  
}*/

.webfont-variable-header {
    font-size: 48px;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    outline-width: 0;

}

.webfont-variable-body-1 {
    font-size: 16px;
    line-height: 22px;
    outline-width: 0;
}

.webfont-variable-body-2 {
    font-size: 16px;
    line-height: 22px;
    outline-width: 0;
}

.webfont-header {
    font-size: 48px;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    outline-width: 0;

}

.webfont-image-body {
    font-size: 100px;
    line-height: 100px;
    outline-width: 0;
}

.webfont-body-1 {
    font-size: 16px;
    line-height: 22px;
    outline-width: 0;
}

.webfont-body-2 {
    font-size: 16px;
    line-height: 22px;
    outline-width: 0;
}

#font-size-slider {
    margin-top: 10px;
    margin-left: 13px;    
    float: left;
}



.size-slider {
    margin-top: 10px;
    margin-left: 13px;    
    float: left;
    width: 84%;
}

.webfont-slider {
    margin: 10px;
    width: 75%;
    float: left;
}
.slider-container {
    vertical-align: middle;
    height: 30px;
}

.slider_small_char {
    font-size: 80%;
    vertical-align: middle;
    line-height: 30px;
    float: left;
    display: inline;
}

.slider_large_char {
    font-size: 140%;
    vertical-align: middle;
    line-height: 30px;
    float: right;
    display: inline;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.remove-item {
    float: left;
}

/*Registration and Login Page v1
------------------------------------*/
.reg-page {
    color: black;
    padding: 30px;
    /*background: #fefefe;*/
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

/*Reg Header*/
.reg-header {
    color: black;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}


.reg-header h1,
.reg-header h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

/*Reg Forms*/
.reg-page label {
    color: black;
}

.download-icon {
    
    font-size: 24px;
}

.test-table {
   white-space: nowrap;
      overflow-y: scroll;
      display: inline-block;
      height: 400px;
      width: 100%;
}

.tb-overflow {
    overflow: scroll;
      display: inline-block;
     height: 320px;
     width: 100%
}
.test-row {
    width: 80%;

}
.myaccount-tr {
width: 100%;
display: inline-table;
text-align: left;
}

.myaccount-td-left {
    text-align: left;
}
.myaccount-table{
 height:300px; 
}
.myaccount-tbody{
  overflow-y: scroll;
  height: 200px;
  width: 75%;
  position: absolute;
}

.center-text {
    text-align: center;
}

.error-warn {
    background: #fff0f0 !important;
}

.checkout-table td {
    text-align: right;
}

.text-right  {
    text-align: right !important;
}

.text_left {
    text-align: left !important;
}


.text-overflow {
      width:100%;
      height:140px;
      display:block; 
      overflow:hidden;
      word-break: break-word;
      word-wrap: break-word;
}

  .btn-overflow {
    display: none;
    text-decoration: none; 
  }

  #featureslist{
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 15px;
  }


.familyimage {
       display: block;
       float: right;
}

.e-socials a {
    font-size: 17px;
    color: red;
    padding-right: 5px;
}

.e-socials a:hover {
     border: none;
     text-decoration: none;
}

.footer-dropdown a{
    color: red;
}

.footer-dropdown  li a   {
    font-family: "Mr Eaves Mod Heavy" !important;
    color: #687074 !important;
    font-size: 14px;
    border-bottom: solid 1px #eee;

}


.magazine-cover-title {
        white-space: normal !important;
}

.magazine-cover-title a{
        
        color: white !important
}

h1.magazine-title {
    margin-top: -8px !important;
    margin-bottom: -1px !important;
    line-height: 27px !important;
}

h1.catalog-title {
    margin-bottom: 0px !important;
}

h2.magazine-title {
    margin-top: -8px !important;
    margin-bottom: -4px !important;
}

h2.catalog-title {
    margin-bottom: 0px !important;
}

h3.tight-bottom {
    margin-bottom: 3px !important;
}

.bottom-align-text {
    position: absolute !important;
    text-align: center !important;
    bottom: 0;
    margin: 0 auto;
}

.red-alert {
    color: red !important;
}

.emigre-modal-footer {
    /*padding: 15px;*/
    text-align: right;
    position: relative;
   
}
.btn-modal-close-z-boost {
    z-index: 99999;
}
.big-modal-close-x {
    margin-top: -5px !important;
    font-size: 32px !important;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

audio[controls].emigre-mp3 {
    width: 100% !important;
}

/*align left on single colum content*/
@media (min-width: 769px) {
    .pager .previous > a, .pager .previous > span{
        float: none !important; 
    }

    .pager .next > a, .pager .next > span {
        float: none !important; 
    }


}

@media (max-width: 768px) {
    .pager .next > a, .pager .next > span {
        float: left !important; 
        
    }
    .pager .back > a, .pager .back > span {
        float: left !important; 
        margin-right: 5px !important;
    }
    .pager .previous > a, .pager .previous > span{
        margin-right: 5px !important;
    }
}

.pager li {
    padding-right: 5px !important;
}

.center-back-pager-button {
    position: relative;
    top: 3px;
    left: 1px;
}
   





.cart-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}

.cart-heading {
    color: inherit;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 8px;
    padding-left: 20px;
}

.diff td{
      vertical-align : top;
      white-space    : pre;
      white-space    : pre-wrap;
      font-family    : monospace;
      width: 50%;
}

.diffUnmodified span{
    border: 1px solid rgb(192,255,192);
    background: rgb(224,255,224);
}

.diffDeleted span {
    border: 1px solid rgb(255,192,192);
    background: rgb(255,224,224);
}

.by-line {
    font-family: "Mr Eaves Mod Heavy" !important;
    
}

.editorial {
    font-size: 14px !important;
}

.editorial a:link {
   color: red !important;
}

.zero-bottom-margin {
    margin-bottom: 0px !important;
}

.indent-25 {
    padding-left: 25px;
}




.essay_title a {
    color: black !important;

}
.main-essay-url  {
    font-family: "Mr Eaves Mod Heavy" !important;
    font-size: 14.5px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-essay-url a {
    color: red !important;

}
/*.main-essay-url a:hover {
    color: red !important;
    text-decoration: none !important;
}
*/
.essay_title a:hover {
    color: red !important;
    text-decoration: none !important;
}





.text5 {
    font-variant-numeric: diagonal-fractions;
    -moz-font-feature-settings: "frac";
    -webkit-font-feature-settings: "frac";
    font-feature-settings: "frac";
}

.designer-sub-heading {
    margin-top: -10px;
    padding-bottom: 15px;
}

.designer-sub-heading a {
    color: black !important;
}

.designer-sub-heading a:hover {
    color: red !important;
    text-decoration: none !important;
}

/*cs popover cart */
.popover-x-wide {
    max-width: 600px !important;
}