/* Minification failed. Returning unminified contents.
(7423,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 25px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #a1d9f2; }
    .sweet-alert button:active {
      background-color: #81ccee; }
    .sweet-alert button.cancel {
      background-color: #D0D0D0; }
      .sweet-alert button.cancel:hover {
        background-color: #c8c8c8; }
      .sweet-alert button.cancel:active {
        background-color: #b6b6b6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .icon.error {
      border-color: #F27474; }
      .sweet-alert .icon.error .x-mark {
        position: relative;
        display: block; }
      .sweet-alert .icon.error .line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .icon.error .line.left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .icon.error .line.right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .icon.warning {
      border-color: #F8BB86; }
      .sweet-alert .icon.warning .body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .icon.warning .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .icon.info {
      border-color: #C9DAE1; }
      .sweet-alert .icon.info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .icon.info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .icon.success {
      border-color: #A5DC86; }
      .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .icon.success .line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .icon.custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@-moz-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }


/* <Home Hero Rotator> */

#rotator {  height: 290px; width: 720px; overflow:hidden; }

.hero-left-side { float: left; width: 420px; height: 108px; padding: 20px; }
.hero-left-side h3 { font-size:19px; font-weight:bold; color:#FFF; font-family: Arial, sans-serif; margin-bottom: 10px;}

.hero-nav-container
{
	position: absolute;
	height: 60px;
	width: 347px;
	z-index: 90;
	padding: 0; 	
	margin: -40px 0 0 24px;
}
.hero-nav a
{
	width: 26px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: 8px;
	margin-right: 4px;
	font-weight:bold;
	text-align: center;
	padding: 4px 0 5px 0;
	display: block;
	text-decoration:none;
	float: left;
	color: #FFF;
	background:#F93E04;
	outline: none;
	-moz-border-radius:5px;
    background: url(/images/SliderButtonInActiveSmall.png) no-repeat;
    background-color: transparent;
}

.hero-nav a:hover
{
	text-decoration: none;
}

.hero-nav a.activeSlide
{
	background: url(/images/SliderButtonActiveSmall.png) no-repeat;
	color:#191919;
	text-decoration: none;
    background-color: transparent;
}
	
.hero-left-side p, .hero-left-side h3
{
	font-size:14px;
	color:#191919;
	line-height: 20px;
	margin-bottom:10px;
}		
	
.hero-left-side a
{
	font-size:14px;
	line-height: 20px;
	margin-bottom:0;
}

#ss360-div {
    position: absolute;
    left: 720px;
    width: 220px;
    top: 49px;
    height: 40px;
    overflow: visible;
    vertical-align: bottom;
}

#searchBox {
    width: 140px;
    height: 30px;
}

#searchButton {
    height: 30px;
}

.unibox__content-container a {
    font-size: 12px;
    color: #EA6A26;
}

.ss360-layer__heading a {
    font-size: 18px;
}

.ss360-list li {
    margin-bottom: 15px;
}

.ss360-list p {
    font-size: 14px;
}

.ss360-list .ss360-suggests__url {
    font-size: 12px;
    color: #808080;
}

.ss360-suggests__header a {
    font-size: 18px;
    color: #00B1C3;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

.card-deck {
    display: flex;
}

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }

body {
    min-width: 1366px;
    max-width: 1920px;
    margin: auto;
}

.paging {
    color: #ffffff;
}

.pageNum {
    color: #ffffff;
}

.table-pager {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    width: 700px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    height: 20px;
}

.pager-container {
    display: flex;
    justify-content: space-between;
}

.card-button {
    font-weight: bold;
    min-width: 160px;
    font-size: 14px;
}

p.card-text a {
    font-weight: bold;
    font-size: 18px;
}

a {
    box-sizing: content-box;
}

div#divDoneLinkT, div#divDoneBackLinkT, div#divDoneBack1Cover, div#divDone1Cover, div#divDone2Cover, div#divDoneLinkB {
    box-sizing: content-box;
}

.btn-light:hover {
    color: white;
    background-color: #EA6A26;
}
.btn-grey:hover {
    color: white;
    background-color: #EA6A26;
}

label {
    display: inline;
    margin-bottom: 1rem;
}

table, td, th {
    box-sizing: content-box;
}

table.Gridview td {
    border-width: 1px;
}

table.Gridview th {
    border-width: 1px;
}

table {
    border-collapse: separate;
}

#orderTableTitle {
    box-sizing: content-box;
}

#divFilter {
    box-sizing: content-box;
}

div.search-for, div.orderContent, div.timeoutDiv, div.thead, div.divArtworkLeft, div.divArtworkRight {
    box-sizing: content-box;
}

div.content-box {
    box-sizing: content-box;
}

#divStudioContainer fieldset {
    box-sizing: content-box;
}

dl, ol, ul {
    box-sizing: content-box;
}

input, textarea {
    box-sizing: content-box;
}

#searchButton {
    box-shadow: 0px 0px 0px;
}

.btn-light {
    border-color: #000000;
}

.bg-grey {
    background-color: #f3f3f3 !important;
}

.cenPic_bg {
    background-color: #f3f3f3;
    width: 100%;
    height: 2000px;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}

.cenPic_div {
    width: 100%;
    height: 2000px;
    overflow: hidden;
    position: absolute;
}

.text-dark {
    color: #4c4c4e !important;
}

.btn-grey {
    background-color: #e3e3e3;
    border: 0;
}

h1.text-dark b{
    font-size: 25px;
    font-weight: bold;
}

/*********************************Header**************************************/

#top-category-hr {
    background-color: #2cbfcd;
    height: 6px;
    opacity: 1;
}

#top-category-hr-thin {
    background-color: #2cbfcd;
}

#navitor-header #top-category-nav a {
    text-decoration: none;
    color: #4c4c4e;
    font-size: 1.2rem;
    font-family: "MuseoSans-100", "Museo Sans 100", "museo-sans", sans-serif;
    font-weight: 300;
    text-align: center;
}

    #navitor-header #top-category-nav a:hover {
        font-weight: bold;
        text-decoration: none;
    }

#navitor-header .space-lr {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 22px;
    margin-right: 20px;
}


#navitor-header .bg-white {
    background-color: #FFF;
}

#navitor-navbar {
    width: 940px;
    margin: auto;
}

#top-category-nav {
    width: 940px;
    margin: auto;
}

#navitor-logo {
    width: 150px;
    height: 40px;
}

/*********************************carousel**************************************/
#top-banner-carousel .carousel-item img {
    width: 100%;
}

.carousel .carousel-item {
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

a.carousel-item div:first-child {
    min-height: 445px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.carousel .carousel-item img {
    width: 100%;
}


.carousel .carousel-item {
    min-height: 445px;
}

.carousel .btn-banner {
    font-size: 14px;
}

.carousel-caption-1920 {
    display: none;
}
.carousel-caption-1366 {
    display: block;
}

a.carousel-item.under-umbrella-item div:first-child {
    min-height: 502px;
}

@media (min-width: 1400px) {
    a.carousel-item div:first-child {
        min-height: 545px;
    }
}

@media (min-width: 1650px) {
    .carousel-caption-1920 {
        display: block;
    }

    .carousel-caption-1366 {
        display: none;
    }

    .carousel .carousel-item {
        min-height: 500px;
    }

        .carousel .carousel-item.banner-item {
            min-height: 705px;
        }

    a.carousel-item div:first-child {
        min-height: 500px;
    }

    a.carousel-item.banner-item div:first-child {
        min-height: 705px;
    }

    a.carousel-item.under-umbrella-item div:first-child {
        min-height: 705px;
    }
}

#carousel-item-1 {
    background-image: url('/images/home/2024/banner6_1366.png')
}

@media (min-width: 1400px) {
    #carousel-item-1 {
        background-image: url('/images/home/2024/banner6.png')
    }
}

#carousel-item-2 {
    background-image: url('/images/home/2024/banner1_1366.png')
}

@media (min-width: 1400px) {
    #carousel-item-2 {
        background-image: url('/images/home/2024/banner1.png')
    }
}

#carousel-item-3 {
    background-image: url('/images/home/2024/banner2_1366.jpg')
}

@media (min-width: 1400px) {
    #carousel-item-3 {
        background-image: url('/images/home/2024/banner2.jpg')
    }
}

#carousel-item-4 {
    background-image: url('/images/home/2024/banner3_1366.png')
}

@media (min-width: 1400px) {
    #carousel-item-4 {
        background-image: url('/images/home/2024/banner3.png')
    }
}

#carousel-item-5 {
    background-image: url('/images/home/2024/banner4_1366.jpg')
}

@media (min-width: 1400px) {
    #carousel-item-5 {
        background-image: url('/images/home/2024/banner4.jpg')
    }
}

/*********************************top seller************************************/
.topSy1_ul li.sy1_li .sy1_tit {
    font-weight: bold;
}

a.top-menu-green {
    color: #93c47d;
    text-decoration: none;
}

a.sy1_tit.top-menu-green:hover {
    color: #93c47d;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 15px;
    text-decoration-color: #93c47d;
    text-decoration-thickness: 3px;
}

a.top-menu-orange {
    color: #EA6A26;
    text-decoration: none;
}

a.sy1_tit.top-menu-orange:hover {
    color: #EA6A26;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 15px;
    text-decoration-color: #EA6A26;
    text-decoration-thickness: 3px;
}


#navitor-topseller, #under-navitor-sub1, #navitor-promise-members, #under-navitor, #navitor-free-content, #navitor-checkout-catalog, #under-navitor-sub2 {
    margin-top: 80px;
}

#navitor-checkout-catalog {
    margin-bottom: 80px;
}

.museo-100 {
    font-family: "MuseoSans-100", "Museo Sans 100", "museo-sans", sans-serif;
}

.card-noborder {
    border: none !important;
}

    .card-noborder h2 {
        font-size: 25px;
        margin-top: 4rem !important;
        margin-bottom: 2rem !important;
        font-weight: 700;
    }

    .card-noborder p {
        font-size: 18px;
        line-height: 1.8rem;
    }

.card h1 a,
.card h2 a {
    font-size: 25px;
    text-decoration: none;
    font-weight: 700;
}

    .card h1 a:hover,
    .card h2 a:hover {
        text-decoration: underline;
        text-decoration-style: solid;
        text-underline-offset: 5px;
        text-decoration-color: #ea6a26;
    }

.card-noborder .card-body {
    padding: 0;
    padding-bottom: 1.4rem;
}

.card-btn {
    padding-left:18px;
}

.card-noborder .card-text, .card-noborder .card-title {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

/*********************************navitor brand************************************/

#navitor-checkout-catalog-carousel {
    background-image: url('/images/home/catalog-1366.jpg');
    min-height: 445px;
}

@media (min-width: 1750px) {
    #navitor-checkout-catalog-carousel {
        background-image: url('/images/home/catalog.jpg');
        min-height: 626px;
    }
}

#under-navitor-sub1-carousel {
    background-image: url('/images/home/under-umbrella_sub1_1366.png');
    min-height: 445px;
}

@media (min-width: 1750px) {
    #under-navitor-sub1-carousel {
        background-image: url('/images/home/under-umbrella_sub1.png');
        min-height: 626px;
    }
}


#under-navitor-sub2-carousel {
    background-image: url('/images/home/under-umbrella_sub2_1366.jpg');
    height: 445px;
}

@media (min-width: 1750px) {
    #under-navitor-sub2-carousel {
        background-image: url('/images/home/under-umbrella_sub2.jpg');
        height: 626px;
    }
}

#under-umbrella1 {
    background-image: url('/images/home/2024/under-umbrella1-1366.jpg');
}

#under-umbrella2 {
    background-image: url('/images/home/2024/under-umbrella2-1366.jpg');
}

#under-umbrella3 {
    background-image: url('/images/home/2024/under-umbrella3-1366.jpg');
}

#under-umbrella4 {
    background-image: url('/images/home/2024/under-umbrella4-1366.png');
}


a.carousel-item.under-unbrella-item div:first-child {
    min-height: 502px;
}

@media (min-width: 1400px) {
    #under-umbrella1 {
        background-image: url('/images/home/2024/under-umbrella1.jpg');
    }

    #under-umbrella2 {
        background-image: url('/images/home/2024/under-umbrella2.jpg');
    }

    #under-umbrella3 {
        background-image: url('/images/home/2024/under-umbrella3.jpg');
    }

    #under-umbrella4 {
        background-image: url('/images/home/2024/under-umbrella4.png');
    }
}

.auto-justify-lr .auto-justify-l {
    display: inline-block;
    position: relative;
    left: 0px;
    margin-right: 680px;
}

.auto-justify-lr .auto-justify-r {
    display: inline-block;
    position: relative;
    left: 0px;
}

@media (min-width: 1400px) {
    .auto-justify-lr .auto-justify-l {
        margin-right: 1040px;
    }
}

.carousel-border {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

#top-category-hr,
#top-category-hr-thin {
    visibility: hidden;
}

.standOutText {
    font-weight: 900;
}

.disabled-link {
    pointer-events: none;
}

.fa-spinner {
    color: #999;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
}

.spinner-back {
    opacity: 0.8;
    display:inline-block;
    background-color: black;
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.loadAlign {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100px;
}

.productImage {
    display: flex;
    justify-content: flex-end;
}

.productTable {
    width: 100%;
    border: 0;
}

.productText {
    flex: 1;
}

.productRow {
    display:flex;
    flex-direction: row;
}

.multiDesignLabelTop {
    font-size: 12px;
    padding: 10px 15px 0px 15px;
    white-space: normal;
    line-height: 14px;
}

.multiDesignLabel {
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    white-space: normal;
    line-height: 14px;
}

.multiDesignLabelBold {
    font-weight: 700;
}

.multiDesignInfo {
    padding: 3px 3px 3px 9px;
    background-color: LemonChiffon;
    font-size: 14px;
    line-height: 18px;
}

.columnright {
    display: none
}

.para {
    color: #4D4D4F;
    width: 730px;
    font-weight: bold;
}

.para span {
    color: #4D4D4F;
    font-family: museo-sans,sans-serif;
    font-size: 16px
}

.para a {
    font-size: 16px;
    text-decoration: underline;
}

.headerInk {
    color: #00b1c3;
    font-family: museo-sans,sans-serif;
    font-size: 16px
}

.headerMargin {
    margin-left: 0px
}

.dottedLine {
    clear: both;
    display: block;
    height: 1px;
    border-bottom: dotted 2px gray;
    width: 730px;
    margin-bottom: 20px;
}

.dottedLineAlt {
    clear: both;
    display: block;
    height: 1px;
    border-bottom: dotted 2px gray;
    width: 730px;
    margin-bottom: 10px;
}

.imgNorm {
    width: 730px;
    height: 215px;
}

.imgShort {
    width: 730px;
    height: 120px;
}

.list {
    margin-left: 60px;
    font-size: 13px;
    padding-top: 20px;
}

.warning {
    color: #BF301A;
    font-weight: bold;
}
#orderStateTable td.state_column {
    width: 15px;
    border-bottom: none;
    padding: 0px;
}

#orderStateTable td.state_columns {
    width: 15px;
    text-align: center;
    border-bottom: none;
    padding: 0px;
}

#orderStateTable td.state_columnsAlt {
    width: 25px;
    text-align: center;
    vertical-align: top;
    border-bottom: none;
    padding: 0px;
}

.show_progress_arrow {
    width: 12px;
}

.progress_filled {
    width: 15px;
}

.progress_bar {
    width: 108px;
}

.state_text {
    white-space: nowrap;
    width: 15px;
}

.state_date_text {
    width: 15px;
    white-space: nowrap;
    font-size: 8px;
    font-style: italic;
}

.gpc_parentcontainer {
    display: none;
}

.gpc_container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 10%;
}

.gpc_bubble {
    width: 65%;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-bottom: 10px;
}

.gpc_message {
    display: flex;
    align-items: center;
    width: 95%;
    justify-content: center;
}

.gpc_close {
    width: 5%;
}

.status_description {
    line-height: 24px;
    text-align: left;
    color: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    font-family: "museo-sans",sans-serif;
    font-size: 12px;
}

html, body {
    height: 100%;
    min-height: 100%;
    border: 0px;
    outline: none;
    font-family: "museo-sans",sans-serif;
    color: #6d6e70;
}

.breakAll {
    word-break: break-all;
    word-wrap: break-word;
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 0px solid #ccc;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

input:not([type]), input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], input[type="week"], select {
    border: 1px solid #4d4d4f;
    border-radius: 3px;
    background-color: White;
}

ol.carousel-indicators {
    list-style-type: none;
}

li {
    margin: 0px;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #4d4d4f;
}

    a:hover {
        text-decoration: underline;
        color: #EA6A26;
    }

#Wrapper {
    width: 100%;
    height: 100%;
}

#header {
    height: 180px;
    vertical-align: top;
}

    #header #additionalBar {
        width: 940px;
        margin: auto;
        display: block;
    }

#topBar {
    background: #EA6A26; /*height: 40px;*/
    vertical-align: middle;
}

#topbarContent {
    width: 940px;
    margin: auto;
    display: block;
    height: 40px;
    vertical-align: middle;
}

#topbarMenu {
    float: right;
    display: block;
    height: 40px;
    line-height: 40px;
    color: White;
}

    #topbarMenu h5 {
        color: white;
    }

    #topbarMenu a {
        color: white;
    }

#menu {
    display: block;
    float: right;
}

#account {
    background-color: #00b1c3;
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    min-width: 220px;
    text-align: center;
}

#topExtend {
    height: 120px;
    display: block;
    width: 940px;
    margin: auto;
    border-bottom: 2px dotted gray;
    position: relative;
}

.divMessageCenterBox {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    width: 940px;
    background: linear-gradient(90deg, rgba(234, 106, 38, 0.35) 0%, rgba(255, 255, 255, 0.35) 30.29%);
    border: 0.25px solid #EA6A26;
    box-shadow: 0px 4px 7.5px 1px rgba(0, 0, 0, 0.08);
}

.divCampaignCenterBox {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 940px;
    box-shadow: 0px 4px 7.5px 1px rgba(0, 0, 0, 0.08);
}

.divMessageCenterBox a {
    text-decoration: underline;
    font-size: 14px;
}

#footer .footer-border {
    width: 100%;
    border-top: 5px solid #2cbfcd;
    border-bottom: 5px solid #2cbfcd;
}

#footer .footer-content {
    width: 960px;
    margin: auto;
}

#footer-menu1,
#footer-menu2,
#foot_connect {
    width: 960px;
    margin: auto;
    background-color: #f2f2f2;
}

#foot_connect1 {
    width: 20%;
    margin-top: 10px;
}

#foot_connect1 a {
    margin-right: 15px;
}

#foot_connect1 img {
    width: 22px;
    height: 22px;
}

.divMessageCenterBox p {
    margin-bottom: 0px;
}

#divMessageCenterText {
    font-size: 12px;
    color: #000000;
}

.divMessageCenterHide {
    display: none;
}

#logo {
    position: absolute;
    left: 10px;
    top: 28px;
}

#lw_homeLogo #logo {
    top: 20px;
}


#chat {
    position: absolute;
    left: 500px;
    top: 40px;
    bottom: 35px;
}

.phone {
    position: absolute;
    left: 600px;
    bottom: 46px;
    font-weight: 700;
    font-size: 18px;
    color: #00B1C3
}

.hours {
    position: absolute;
    left: 600px;
    bottom: 31px;
    font-weight: bold;
    font-size: 11px;
    color: black;
    width: 120px;
    text-align: center;
}

#divSearch {
    position: relative;
    float: right;
    top: 62px;
    width: 165px;
    height: 25px;
    display: block;
    background: url(/images/search.png) no-repeat;
    vertical-align: top;
}

div.divCSRName {
    height: 27px;
    color: #fff;
    font-size: 12px;
    background-color: #00B1C3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    margin: auto;
    margin-top: 3px;
    width: 940px;
}

span.customerName {
    font-size: 12px;
}

a.linkStopManage {
    font-size: 12px;
    color: #fff;
}

#subScribe {
    position: relative;
    float: left;
    width: 125px;
    height: 25px;
    display: block;
    vertical-align: middle;
}

#txtInputSubScribe {
    background-color: transparent;
    border: 0px;
    width: 140px;
    display: block;
    float: left;
    position: absolute;
    top: 4px;
    outline: none;
    margin-left: 5px;
}

#btnSearch {
    display: block;
    float: left;
    width: 20px;
    position: absolute;
    margin-left: 138px;
    height: 25px;
}

#footer {
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 500", "Museo Sans", sans-serif;
    font-size: 16px;
    background-color: #F2F2F2;
    vertical-align: top;
    color: #4C4C4E;
}

#footer td {
    width: 50%;
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 500", "Museo Sans", sans-serif;
    text-align: center;
    font-size: 12px;
}

#body {
    vertical-align: top;
}

.PromoText {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
    color: #4D4D4F;
}

.feature_text {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    color: #4D4D4F;
}

h1 {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    /*margin-bottom: 8px;*/
    color: #EA6A26;
    /*padding-top: 20px;*/
    margin-bottom: 20px;
}

    h1 span {
        font-size: 28px;
    }

h2,
h2 span{
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 11px;
    color: #EA6A26;
}

a:hover h2.productName {
    color: #4D4D4F;
}

a.productTitle,
a.productTitle:hover,
a.productTitle:hover h2.productName {
    color: #EA6A26;
    /*text-decoration: none;*/
}

h3 {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
    color: #EA6A26;
}

    h3.productName {
        font-size: 15px;
        font-weight: 500;
        color: #ea6a26;
    }

h4 {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
    color: #EA6A26;
}

h5 {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    color: #4D4D4F;
}

    h5.active {
        color: #EA6A26;
    }

#content {
    width: 700px;
    display: block;
    position: relative;
    margin: auto;
    float: left;
}

#formcontent {
    width: 940px;
    display: block;
    position: relative;
    margin: auto;
}

    #formcontent fieldset {
        border-width: 1px;
    }

#slider {
    display: block;
    float: right;
    width: 220px;
}

#banner {
    display: block;
    height: 290px;
}

#products {
    float: left;
    display: block;
    width: 140px;
    min-height: 830px;
}

    #products ul {
        margin: 0;
    }

        #products ul li {
            margin: 0;
            list-style-type: none
        }

.welcome {
    float: right;
    display: block;
    width: 540px;
    min-height: 285px;
}

    .welcome p {
        margin-top: 11px;
    }

#welcomeHeader H1 {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #EA6A26;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#promotion {
    float: left;
    display: block;
    margin-top: 26px;
    height: 286px;
    width: 300px;
    margin-left: 20px;
}

#samplePack {
    float: left;
    display: block;
    margin-top: 26px;
    margin-left: 20px;
    width: 220px;
    height: 286px; /*background: url(/images/Sample.png) no-repeat;   */
}

#ProductionShipping {
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 26px;
    width: 160px;
    height: 164px;
}

    #ProductionShipping .logo {
        float: left;
        display: block;
        background: url(/images/Production.png) no-repeat;
        width: 50px;
        height: 53px;
        margin-top: 5px;
    }

    #ProductionShipping .title {
        float: left;
        display: block;
        width: 100px;
        margin-left: 10px;
        height: 43px;
        margin-top: 15px;
    }

    #ProductionShipping .content {
        float: left;
        display: block;
        width: 150px;
        height: 110px;
        margin-top: 8px;
    }

#NavitorBrandedQuality {
    float: left;
    display: block;
    height: 164px;
    width: 220px;
    margin-top: 26px;
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
}

#NavitorBrandedQuality .logo {
    float: left;
    display: block;
    background: url(/images/NavitorBranded.png) no-repeat;
    width: 50px;
    height: 53px;
    margin-top: 5px;
    margin-left: 10px;
}

#NavitorBrandedQuality .title {
    float: left;
    display: block;
    width: 147px;
    margin-left: 10px;
    height: 43px;
    margin-top: 15px;
}

#NavitorBrandedQuality .content {
    float: left;
    display: block;
    width: 200px;
    height: 110px;
    margin-top: 8px;
    margin-left: 10px;
}

#MembershipBenefits {
    float: left;
    display: block;
    height: 164px;
    width: 158px;
    margin-top: 26px;
}

#MembershipBenefits .logo {
    float: left;
    display: block;
    background: url(/images/membership.png) no-repeat;
    width: 50px;
    height: 53px;
    margin-top: 5px;
    margin-left: 10px;
}

#MembershipBenefits .title {
    float: left;
    display: block;
    width: 85px;
    margin-left: 10px;
    height: 43px;
    margin-top: 15px;
}

#MembershipBenefits .content {
    float: left;
    display: block;
    width: 140px;
    height: 110px;
    margin-top: 8px;
    margin-left: 10px;
}

.foot_text_container {
    padding: 15px 20px 5px 0;
    position: relative;
    display: block;
    border: 0px;
    float: left;
    width: 20%;
}

.foot_text_container1 {
    padding: 15px 20px 5px 0;
    position: relative;
    display: block;
    border: 0px;
    float: left;
    width: 26.6667%;
}

#foot_text1 {
    position: relative;
    display: block;
    border: 0px;
    float: left;
    border-bottom: 2px solid #797979;
    padding-bottom: 20px;
}

#foot_text2 {
    position: relative;
    display: block;
    border: 0px;
    float: left;
    width: 100%;
}

#foot_text3 {
    position: relative;
    display: block;
    border: 0px;
    float: left;
    width: 100%;
}

.foot_logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 0px;
    float: left;
    width: 33.3333%;
}

.foot_logo * {
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 500", "Museo Sans", sans-serif;
    font-size: 12px;
}

.foot_logo .foot_logo_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: flex-end;
}

.foot_logo .item{
    width: 50%;
    text-align: center;
}

.foot_logo img.g7 {
    width: 85px;
    height: 85px;
}

.foot_logo img.asi {
    width: 85px;
    height: 47px;
}

.foot_logo img.brand-chain {
    width: 99px;
    height: 64px;
}

.foot_logo img.sage {
    width: 100px;
    height: 43px;
}

#foot_credit_container {
    width: 100%;
    background-color: #ffffff;
}

#foot_credit {
    clear: both;
    border: 0px;
    height: 55px;
    padding: 0 0;
    margin: auto;
    width: 960px;
    background-color: #ffffff;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
}

#foot_credit > div:first-child {
    height: 55px;
}

#foot_credit .justify-content-custom {
    justify-content: space-around;
}

#foot_credit #caption {
    display: block;
    float: left;
    font-size: 14px;
    width: 20%;
    color: #4c4c4e;
}

#foot_credit .credit-connect {
    width: 55%;
    text-align: center;
}

#foot_credit .credit-connect a {
    margin-left: 15px;
    margin-right: 15px;
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #4c4c4e;
    font-size: 10px;
    line-height: 12px;
}

#foot_credit .credit-image {
    width: 25%;
}

.labels-credit-group {
    display:inline-block;
}

.labels-credit-group img {
    width: 40px;
}

#foot_credit .first-credit img {
    width: 40px;
}

#foot_credit .second-credit img {
    width: 90px;
    height: 39px;
}

#footer .header {
    font-size: 13px;
    line-height: 16px;
    text-indent: 8px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#footer .subscribe {
    font-family: "museo-sans",sans-serif;
    font-size: 11px;
    width: 200px; /*padding: 10px;*/
    border: 1px solid #6D6E70;
    background: #6D6E70;
}

#footer a.item:hover {
    text-decoration: underline;
}

.ProductMenu {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    color: #4D4D4F;
}

#PartnerBrands {
    border-top: 2px dotted gray;
}

p, .intro {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #4D4D4F;
}
.intro a {
    text-decoration: underline;
}
p b {
    font-size: 14px;
}
.feature-stock p {
    font-size: 12px;
}
.feature-stock a {
    font-size: 12px;
}
/*colors*/
.primaryOrange {
    color: #EA6A26;
}

.primaryBorderOrange {
    color: #EA6A26;
    font-weight: 600;
}

.primaryBlue, a.primaryBlue {
    color: #00b1c3;
}

    .primaryBlue a {
        color: #00b1c3;
    }

    .primaryBlue input {
        color: #00b1c3;
    }

.primaryGreen {
    color: #7cbb08;
}

.secondary {
    color: #4d4d4f;
}

.tertiary1 {
    color: #6d6e70;
}


/*IPC begin*/
#IPC {
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 374px;
    width: 210px;
    color: #c7c8c9;
    border: 1px solid #a6a8ab;
}

.InstantPriceTitle {
    padding-top: 10px;
}

.IPC_Footer {
    font-size: 6px;
    line-height: 6px;
    height: 8px;
}

.IPC select:disabled {
    color: gray;
    border-color: gray
}

.IPC_button {
    display: inline-block;
    width: 89px;
    height: 22px;
    text-decoration: none;
}

.intantPriceField {
    width: 160px;
    color: #000000;
    border-color: #a6a8ab;
}

.instantPrideHr {
    border: 1px #cccccc dashed;
}
/*IPC end*/
/*Catalog Control begin*/
.Catalog {
    height: 139px;
    width: 220px;
    margin-top: 20px;
    border: 0px;
    background: url(/images/WhiteGrayPanel.png);
}

    .Catalog .CatalogHeader {
        padding-left: 10px;
        font-size: 22px;
        height: 60px;
    }

    .Catalog .CatalogContent {
        padding-left: 10px;
        padding-right: 10px;
    }

/*Catalog Control end*/
/*Resource Control begin*/
.ProductionShipping {
    height: 139px;
    width: 220px;
    margin-top: 20px;
    border: 1px solid #a6a8ab;
    border-radius: 8px;
}

    .ProductionShipping .header {
        font-weight: bold;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        width: 160px;
        margin-top: 10px;
    }

    .ProductionShipping .content {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 190px;
    }

    .ProductionShipping .footer {
        margin-top: 10px;
        background: url(/images/production.png);
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        height: 53px;
        width: 50px;
        margin-bottom: 10px;
    }

.Resource {
    height: 139px;
    width: 220px;
    margin-top: 20px;
    border: 0px;
    background: url(/images/WhiteGrayPanel.png);
}

    .Resource .ResourceHeader {
        padding-left: 10px;
        font-size: 22px;
        height: 60px;
    }

    .Resource .ResourceContent {
        padding-left: 10px;
        padding-right: 10px;
    }

/*Resource Control end*/
.columncenter {
    margin-left: 20px;
    float: left;
    display: block;
    width: 540px;
}

.columnleft {
    float: left;
    display: block;
    width: 140px;
}

.columnright {
    display: block;
    float: right;
    width: 220px;
}

.product-landing-left {
    width: 140px;
}

.product-landing-center {
    margin-left: 20px;
}

.product-landing-right {
    margin-left: 20px;
    width: 220px;
}

.blockspan {
    line-height: 14px;
    text-align: left;
}

    .blockspan span {
        display: block;
    }

.itemListFirstLine {
    border-top: 2px dotted gray;
    margin-top: 20px;
}

.itemList {
    border-bottom: 2px dotted gray;
    padding-top: 10px;
}

    .itemList td {
        text-align: center;
        vertical-align: top;
    }

.startOrder {
    display: block;
    margin-top: 20px;
    position: relative;
    font-family: "museo-sans",sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 10px 15px;
    vertical-align: bottom;
    background-color: #EA6A26;
    background: -moz-linear-gradient(top,#ea6a26 0%,#d64a04);
    background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(226,85,34) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#F06B29));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

    .startOrder div {
        display: block;
        margin: auto;
        width: 100px;
        height: 35px;
        position: relative;
        top: 5px;
    }

a.startOrder {
    text-decoration: none;
}

    a.startOrder:hover {
        text-decoration: none;
        background: -moz-linear-gradient(top,#ea6a26 0%,#b83d00);
        background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(184,61,0) 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#b83d00));
    }

.baseButton {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    font-family: "museo-sans",sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    vertical-align: bottom;
    background-color: #EA6A26;
    background: -moz-linear-gradient(top,#ea6a26 0%,#d64a04);
    background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(226,85,34) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#F06B29));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

a.baseButton {
    text-decoration: none;
}

a.baseButton:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #b83d00;
    background: -moz-linear-gradient(top,#ea6a26 0%,#b83d00);
    background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(184,61,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#b83d00));
}

.baseBlueButton {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    font-family: "museo-sans",sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    vertical-align: bottom;
    background-color: #EA6A26;
    background: -moz-linear-gradient(top,#2CBFCD 0%,#2CBFCD);
    background: -ms-linear-gradient(#2CBFCD 0%,#2CBFCD 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#2CBFCD),to(#2CBFCD));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

a.baseBlueButton {
    text-decoration: none;
}

a.baseBlueButton:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #b83d00;
    background: -moz-linear-gradient(top,#2CBFCD 0%,#2CBFCD);
    background: -ms-linear-gradient(#2CBFCD 0%,#2CBFCD 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#2CBFCD),to(#2CBFCD));
}

#sliderButtons {
    height: 20px;
    display: block;
    width: 700px;
    padding-top: 5px;
}

    #sliderButtons .button {
        float: left;
        display: block;
        background: url(/images/SliderButtonInActive.png) no-repeat;
        height: 20px;
        width: 20px;
        margin-right: 20px;
    }

    #sliderButtons .active {
        float: left;
        display: block;
        background: url(/images/SliderButtonActive.png) no-repeat;
        height: 20px;
        width: 20px;
        margin-right: 20px;
    }

.Partner .StockScroll {
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    height: 400px;
    overflow: auto;
    position: relative;
    top: 2px;
    width: 680px;
}

.Partner .Stock {
    background-color: #86B2DF;
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    color: Black;
    height: 3em;
    position: relative;
    width: 680px;
}

    .Partner .Stock ul {
        left: 0;
        list-style-type: none;
        margin-left: 0;
        padding: 0 8px;
        position: absolute;
        top: 1em;
    }

        .Partner .Stock ul li {
            float: left;
        }

.Partner .StockColumn {
    text-align: left;
    width: 5em;
}

.Partner .DescriptionColumn {
    text-align: left;
    width: 15em;
}

.Partner .CottonColumn {
    text-align: center;
    width: 5em;
}

.Partner .RecycledColumn {
    text-align: center;
    width: 8em;
}

.Partner .AbbreviatedColumn {
    text-align: center;
    width: 2em;
}

.Partner .StockScroll ul {
    border-bottom: 2px solid #86B2DF;
    clear: both;
    list-style-type: none;
    margin-left: 0;
    padding: 0 8px;
}

    .Partner .StockScroll ul li {
        float: left;
    }

.Partner .StockColumn {
    text-align: left;
    width: 5em;
}

.SheetPanel {
    background-color: #f1f1f1;
    width: 974px;
}

.SearchingHeader {
    width: 972px;
    height: 130px;
    margin: auto;
    padding-top: 10px;
    font-size: 13px;
}

    .SearchingHeader td {
        height: 25px;
    }

.SheetGrid {
    width: 972px;
    background: url(/images/sheetheader.png) no-repeat;
    font-size: 12px;
    border: 1px solid #f1f1f1;
}

.SheetHeader {
    color: #00B1C3;
    height: 40px;
}
.OnlineOrderHeader th {
    text-align: center;
}

.OnlineOrderRow td {
    text-align: center;
}

.SheetRow1 {
    height: 28px;
}

.SheetRow2 {
    height: 28px;
    background: white;
}

a.button {
    float: left;
    margin: 0;
    height: 20px;
    font-weight: bold;
    padding: 4px 15px;
    font-size: 13px;
    border: 2px solid #fff;
    background: url(/images/v3/button-bg.png) left top repeat-x;
    color: #0e93c4;
    text-decoration: none;
    outline: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
}

a.buttonGrey {
    float: left;
    margin: 0;
    height: 20px;
    font-weight: bold;
    padding: 4px 15px;
    font-size: 13px;
    border: 2px solid #fff;
    background: url(/images/v3/button-bg.png) left top repeat-x;
    color: Gray;
    text-decoration: none;
    outline: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
}

a.button:hover {
    background: #e2e2e2;
    text-decoration: none;
}

a.alt-button {
    float: left;
    margin: 0;
    font-weight: normal;
    padding: 1px 8px 1px 34px;
    font-size: 13px;
    border: 1px solid #fff;
    background: #6f95ba;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    outline: none;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

a.buttonBlue, .buttonBlue {
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 10px 15px;
    background-color: #2DBFC3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

a.buttonSkyBlue, .buttonSkyBlue {
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    padding: 10px 20px;
    background-color: rgba(0,120,212,1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

a.buttonOrange, .buttonOrange, .buttonOrangeGrid {
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 10px 15px;
    background-color: #EA6A26;
    background: -moz-linear-gradient(top,#ea6a26 0%,#d64a04);
    background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(226,85,34) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#F06B29));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

    a.buttonOrange:hover, div.buttonOrange:hover, button.buttonOrange:hover, input.buttonOrange:hover, a.startOrder:hover, .buttonOrangeGrid:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #b83d00;
        background: -moz-linear-gradient(top,#ea6a26 0%,#b83d00);
        background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(184,61,0) 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#b83d00));
    }

.buttonOrangeGrid {
    padding: 5px 10px;
}

a.buttonGray, .buttonGray {
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 15px;
    color: #000000;
    background-color: #e4e4e6;
    background: -moz-linear-gradient(top,#f1f1f2 0%,#e4e4e6);
    background: -ms-linear-gradient(rgb(241,241,242) 0%,rgb(228,228,230) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#f1f1f2),to(#e4e4e6));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

    a.buttonGray:hover {
        color: #000000;
        text-decoration: none;
        background-color: #9e9e9e;
        background: -moz-linear-gradient(top,#f1f1f2 0%,#9e9e9e);
        background: -ms-linear-gradient(rgb(241,241,242) 0%,rgb(158,158,158) 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#f1f1f2),to(#9e9e9e));
    }

.buttonGreyGrid {
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 15px;
    color: #000000;
    background-color: #9e9e9e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    padding: 5px 10px;
}

a.buttonGreyGrid {
    pointer-events: none;
}

.buttonGreyGrid:hover {
    color: #000000;
    text-decoration: none;
    background-color: #9e9e9e;
}

.headerGray {
    padding: 10px 15px;
    font-family: "museo-sans",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    background-color: #4D4D4F;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.headerGray-inline > div {
    display: inline-block;
}

.opacity01 {
    filter: alpha(opacity=70);
    opacity: 0.70;
}

.opacity80 {
    opacity: .80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

.productShippingBackground {
    background: url(/Images/PrintIt/productshipping.png) no-repeat;
    width: 781px;
    height: 174px;
}

.onlineProductBackground {
    background: url(/Images/products-feature.jpg) no-repeat;
    width: 540px;
    height: 250px;
}

#divPrivacyPolicy a {
    color: #0E93C4;
}

#divTermsOfUse a {
    color: #0E93C4;
}

a.colored {
    color: #0E93C4;
}

div.DropDownMenuCS {
    background-color: #EA6A26;
    z-index: 99;
    position: relative;
    margin: auto;
}

    div.DropDownMenuCS a {
        display: block;
        color: White;
        /*padding-left: 25px;*/
    }

.Deleted {
    text-decoration: line-through;
    color: Red;
}

a.hoverOrange {
    text-decoration: underline;
}

    a.hoverOrange:hover {
        color: #EA6A26;
    }

.intro a.hoverOrange {
    font-size: 14px;
}

    .intro a.hoverOrange:hover {
        font-size: 14px;
    }

a.overOrange {
    text-decoration: none;
}

    a.overOrange:hover {
        color: #EA6A26;
    }

p a.hoverOrange {
    font-size: 14px;
}

    p a.hoverOrange:hover {
        font-size: 14px;
    }

.backgoundTitle {
    width: 180px;
    display: inline-block;
}

#divPriceMain .title {
    float: left;
}

.watermarkfieldtxt {
    padding-left: 5px;
    width: 400px;
    height: 34px;
}

.campaignPromotionTools {
    text-align: center;
    vertical-align: top;
    padding: 20px 15px 0px 15px;
}

input[type=radio] /*spacing around radio button */ {
    border-spacing: 2px 2px;
}

.process {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .process .Button {
        margin-top: 20px;
    }

    .process .Label {
        display: block;
        width: 80px;
        height: 18px;
        color: #EA6A26;
        font-size: 14px;
        font-weight: 300;
    }

    .process .Left {
        display: block;
        float: left;
    }

    .process .Right {
        display: block;
        float: right;
    }

    .process a {
        font-family: "museo-sans",sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 16px;
        color: #ffffff;
        padding: 10px 15px;
        background-color: #EA6A26;
        background: -moz-linear-gradient(top,#ea6a26 0%,#d64a04);
        background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(226,85,34) 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#F06B29));
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 0 solid #010300;
        -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
        -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
        box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    }

        .process a:hover {
            color: #ffffff;
            text-decoration: none;
            background-color: #b83d00;
            background: -moz-linear-gradient(top,#ea6a26 0%,#b83d00);
            background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(184,61,0) 100%);
            background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#b83d00));
        }

.footerheader,
.footerheader1 {
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 14px;
    line-height: normal;
}

.footerheader1 {
    margin-bottom: 10px;
}

.foot_connect_container {
    margin-bottom: 10px;
}

#subscribe-frame {
    height: 90px;
}

.footerheader-subscribe {
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans", sans-serif;
    font-weight: 100;
    color: #4C4C4E;
    font-size: 14px;
    line-height: normal;
}

.subscribe-email-address {
    width: 200px;
    height: 25px;
    font-size: 14px;
    color: #4D4D4E;
    padding: 3px;
}

.subscribe-button {
    font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans", sans-serif;
    width: 70px;
    height: 20px;
    padding: 6px;
    margin-top: 2px;
    margin-left: 5px;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 3px;
}

#subscribeError {
    margin-top: 5px;
    color: red;
    font-size: 14px;
}

.footer_caption {
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
}

.footermenuitems div {
    height: 20px;
}

.footermenuitems p,
.footermenuitems a.item {
    font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.footermenuitems a.blog {
    vertical-align: text-top;
    font-family: "museo-sans",sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    display: block;
}

#gsc-search-button {
    position: absolute;
    left: 726px;
    bottom: 10px;
    width: 220px;
    font-size: 12px;
    top: 80px;
    height: 40px;
    overflow: visible;
}

input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 6px 25px;
    min-width: 13px;
    margin: 0px 0px 2px 0px;
}

input.gsc-input {
    font-size: 12px;
    width: 150px;
}

.gsc-input-box {
    font-size: 12px;
    border: 0px solid #D9D9D9;
    background: #fff;
    height: 23px;
}

.gsc-clear-button, .gscb_a, .gsst_a, .gsst_b {
    display: none;
}

.gsc-tabHeader {
    color: #ffffff;
}

    .gsc-tabHeader.gsc-tabhInactive, .gsc-tabHeader.gsc-tabhActive {
        margin-right: 2px;
        -moz-border-radius: 3px 3px 0px 0px;
        -webkit-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
        color: #ffffff;
        height: 20px;
        vertical-align: middle;
        padding-top: 10px;
        min-width: 50px;
        text-align: center;
    }

.gsc-results-wrapper-overlay {
    font-family: "museo-sans",sans-serif;
}

.breadcrumbs {
    font-family: "museo-sans",sans-serif;
    font-weight: 300;
    color: #4D4D4F;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
}

#div {
    font-family: "museo-sans",sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #4D4D4F;
    margin-bottom: 8px;
}

.gridviewSearchResults {
    font-size: 12pt;
    height: 40px;
    background-color: #ffffff;
}

.gridviewSearchResultsAlt {
    font-size: 12pt;
    height: 40px;
    background-color: #F1F1F2;
}

.gridviewButtonOrange {
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    /*line-height: 16px;*/
    color: #ffffff;
    padding: 5px 10px;
    background-color: #EA6A26;
    background: -moz-linear-gradient(top,#ea6a26 0%,#d64a04);
    background: -ms-linear-gradient(rgb(233,106,38) 0%,rgb(226,85,34) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ea6a26),to(#F06B29));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0 solid #010300;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.2), inset 0 0 2px rgba(255,255,255,1);
}

.gridviewOrderDetail td, th {
    padding: 5px;
}

.topMenu {
    font-family: "museo-sans",sans-serif;
    font-weight: 300;
    color: #4D4D4F;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
}

.dottedBorderBottom {
    margin-top: 15px;
    border-bottom: 2px dotted #4D4D4F;
}

.dottedBorderTop {
    margin-top: 15px;
    border-top: 2px dotted #4D4D4F;
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}

.formHeader {
    vertical-align: middle;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 15px;
    line-height: 35px;
    background-color: #A6A8AB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.watermarkfield label {
    margin: 5px 0 0;
    padding: 5px 0 0 0px;
    position: absolute;
    text-indent: 5px !important;
    white-space: nowrap;
}

.AddonDetail img {
    border: 0
}

.ShortIntro {
    font-family: "museo-sans",sans-serif;
    display: block;
    float: left;
    width: 280px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 18px;
}

/* order history css */
#divCurrentOrders {
    white-space: nowrap;
}

.headerSeperator {
    height: 3px;
    background-color: #2cbfcd;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.history-grid-header {
    border-bottom: 1px solid;
}
.filterHeaderContainer {
    display:flex;
}
.filterHeaderSeperator {
    height: 3px;
    background-color: #333333;
    border: none;
}

.details_seperator {
    height: 1px;
    background-color: #333333;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.commontext {
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4F;
}

.table-pager {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    width: 700px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    height: 20px;
}

.paging {
    color: #ffffff;
}

.pageNum {
    color: #ffffff;
}

.pager-container {
    display: flex;
    justify-content: space-between;
}

.tooltip {
    border-bottom: 0px dotted #000000;
    color: #000000;
    outline: none; /*cursor: help; */
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip:hover span {
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        font-family: "museo-sans",sans-serif;
        position: absolute;
        left: 3em;
        top: -6em;
        z-index: 99;
        margin-left: 0;
        width: 250px;
        padding: 10px;
    }

.help {
    background: #4D4D4F;
    border: 1px solid #4D4D4F;
    color: #ffffff;
    text-align: center;
}

.tooltip:hover:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 15px solid #4D4D4F;
    left: 27px;
    top: -15px;
    z-index: 99;
}

.gridview {
    font-family: "museo-sans",sans-serif;
}

    .gridview td {
        padding: 5px 5px 2px 5px;
        text-align: left;
        /*vertical-align: text-top;*/
    }

    .gridview th {
        padding: 2px 5px 2px 5px;
        vertical-align: middle;
    }

.gridHeader {
    color: #4d4d4f;
    width: 100%;
    height: 35px;
    background-color: #A6A8AB;
    text-decoration: underline;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
}

.gridHeaderNoUnderline {
    text-decoration: none;
}

.gridFooter {
    color: #ffffff;
    width: 100%;
    height: 35px;
    background-color: #4D4D4F;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gridAlternateRow {
    width: 100%;
    padding: 5px;
    height: 35px;
    background: #ffffff;
    background: #D0D2D3;
}

    .gridAlternateRow * a {
        text-decoration: underline !important;
    }

.gridRowStyle {
    width: 100%;
    padding: 5px;
    height: 35px;
    background: #ffffff;
}

    .gridRowStyle * a {
        text-decoration: underline !important;
    }

.linkStyle {
    color: #4D4D4F;
    text-decoration: underline;
}

    .linkStyle a:hover {
        color: #EA6A26;
        text-decoration: underline;
    }

.linkStyleAlt {
    color: #4D4D4F;
    text-decoration: underline;
    font-size: 14px;
}

.linkStyleAlt a:hover {
    color: #EA6A26;
    text-decoration: underline;
    font-size: 14px;
}

.chatlink {
    right: 70px;
    overflow: hidden;
    position: fixed;
    bottom: 75px;
    width: 76px;
    height: 76px;
    z-index: 1000;
}

/*customize dropdownlist for LabelWorks*/

.DDLPanel a.selected {
    color: White;
    background: #1E90FF
}

.DDLPanel div.selected {
    font-weight: bold
}

.DDLPanel a {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: default;
    text-decoration: none;
    color: #12346e
}

    .DDLPanel a:hover {
        color: White;
        background: #1E90FF
    }

.marginLeft20 {
    margin-left: 20px
}

.displayImg {
    height: 40px;
    margin: 2px;
    cursor: pointer;
    border: 1px solid black;
    margin-top: 4px
}

.delete {
    width: 16px;
    left: -12px;
    top: -32px;
    position: relative;
    z-index: 2;
    margin: 0px;
}


/* 'submit order' button style of catalog products*/

a.catalogGrey {
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    vertical-align: bottom;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 16px;
    background: #ccc;
    text-align: center;
    float: left;
    width: 80px;
}

.catalogSubmit {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    vertical-align: bottom;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #EA6A26;
    text-align: center;
    float: left;
    border: 0 solid #010300;
    width: 80px;
}

table.IPC {
    border: 1px solid #a6a8ab;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

span.orange {
    color: #EA6A26;
    font-size: 12px;
}

.navigation .IPC {
    width: 220px;
    border: 0px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
    z-index: 10000002;
}

.resetDiv, .timeoutDiv {
    position: absolute;
    display: none;
    width: 450px;
    height: 200px;
    border: 1px solid #ccc;
    background: White;
    padding-top: 50px;
    border-radius: 5px;
    text-align: center;
    z-index: 10000003;
    box-sizing: content-box;
}

/*********************************tools and resources************************************/

.memberExclusive {
    color: #EA6A26;
    font-size: 14px;
}

.resourceHeader {
    /*font-weight: bold;*/
}

.ResourceList div div {
    margin-top: 20px;
}

.ResourceList ul {
    color: #4d4d4f;
}

.ResourceList .h3 {
    color: #00B1C3;
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
}

.ResourceList .h3 a {
    font-size: 16px;
    color: #00b1c3;
}

.ResourceList a {
    font-size: 14px;
}

.ResourceList a:hover {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

#helpContent p, #helpContent p a {
    font-size: 16px;
}

#helpContent p a {
    text-decoration: underline;
}

#helpContent p a {
    text-decoration: underline;
}

.supplier-container {
    margin-left: 45px;
    margin-right: 45px;
}

.supplier-container .line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.supplier-container .line .title,
.supplier-container .line .title a.link{
    width: 100%;
    height: 32px;
    line-height: normal;
    font-weight: 900;
    font-size: 24px;
    color: #eb6a26;
    font-family: "MuseoSans-900", "Museo Sans 900", "Museo Sans 500", "Museo Sans", sans-serif;
    text-align: left;
    margin-top: 40px;
}

.supplier-container .line .image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 34px 0 34px 0;
}

.supplier-container .line .image-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0 20px 0;
}

.supplier-container .line .footer {
    width: 100%;
    line-height: normal;
    display: flex;
    flex-direction: column;
}

.supplier-container .line .footer .title {
    width: 100%;
    height: 32px;
    line-height: normal;
    font-weight: 700;
    font-size: 24px;
    color: #eb6a26;
    font-family: "MuseoSans-700", "Museo Sans 700", "Museo Sans 500", "Museo Sans", sans-serif;
    text-align: left;
}

.supplier-container .line .footer .image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 34px 0 34px 0;
}

.supplier-container .content{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.supplier-container .content .left{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.supplier-container .content .right{
    width: 232px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.supplier-container .content .right img{
    width: 232px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 31px;
}

.supplier-container .content .right-brand-chain{
    width: 252px;
}

.supplier-container .sub-title,
.supplier-container .sub-title a.link{
    width: 100%;
    line-height: normal;
    font-weight: 700;
    font-size: 18px;
    color: #eb6a26;
    font-family: "MuseoSans-700", "Museo Sans 700", "Museo Sans 500", "Museo Sans", sans-serif;
    text-align: left;
    margin-top: 30px;
}

.supplier-container .sub-description,
.supplier-container .sub-description a.link{
    width: 100%;
    line-height: normal;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 300", "Museo Sans", sans-serif;
    text-align: left;
    margin-top: 15px;
}

.supplier-container .sub-description * {
    width: 100%;
    line-height: normal;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 300", "Museo Sans", sans-serif;
    text-align: left;
    margin-bottom: 8px;
    line-height: 18px;
}

.supplier-container .btn-normal {
    margin-top: 30px;
}

.supplier-container .btn-normal a {
    width: 126px;
    height: 25px;
    display: inline-block;
    font-family: "ArialMT", "Arial", sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    padding: 2px;
    background-color: #EA6A26;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0 solid #010300;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.supplier-container .title,
.supplier-container .sub-title,
.supplier-container .sub-title *,
.supplier-container .sub-description b,
.supplier-container .sub-description b *{
    font-weight: 900 !important;
    font-family: "MuseoSans-900", "Museo Sans 900", "Museo Sans 500", "Museo Sans", sans-serif !important;
}

.supplier-container .content .left .sub-description ul {
    list-style-type: square;
    padding-left: 20px;
}

.grid-tb-header {
    width: 100%;
    border-bottom: 3px solid #2cbfcd;
}

.grid-tb-title {
    width: 540px;
    height: 37px;
    padding: 0px 0px 20px 0px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #2cbfcd;
    text-align: left;
    line-height: 28px;
    margin: 0;
}

#save_jobs_search {
    width: 100%;
    height: 36px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 10px;
    border-radius: 4px;
}

#save_jobs_search_container {
    width: 100%;
    height: 36px;
    background-color: transparent;
    display: flex;
    border: 2px solid transparent;
}

    #save_jobs_search_container.input-focus {
        top: 0px;
        left: 0px;
        border: 2px solid #1e98d7;
    }

    #save_jobs_search_container .div-search-value {
        flex: 1;
    }

.job-search-button {
    background-color: transparent;
    background: url(/images/MyAccountEdit/normal_search.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    border: none;
    margin: 5px 5px;
}

    .job-search-button.active {
        background: url(/images/MyAccountEdit/selected_search.svg) no-repeat center center;
    }

.job-search-value {
    background-color: transparent !important;
    width: 100%;
    height: 32px;
    outline: none;
    line-height: 32px;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.4px;
    border: none !important;
    border-radius: 0;
}

#btnJobSearchClear {
    background: #f2f2f2 no-repeat center center;
    width: 24px;
    height: 24px;
    border: none;
    margin: 5px 5px;
}

    #btnJobSearchClear.i-normal,
    #btnJobSearchClear.o-normal {
        background: url(/images/MyAccountEdit/normal_clear.svg) no-repeat center center;
    }

    #btnJobSearchClear.active {
        background: url(/images/MyAccountEdit/mouseover_clear.svg) no-repeat center center;
    }

.grid-tb-result {
    margin-top: 10px;
}

.job-rename {
    width: 15px;
    height: 15px;
    background: url(/images/MyAccountEdit/rename.svg) no-repeat center center;
}

.grid-header {
    color: #333333;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    line-height: 50px;
    border-bottom: 1px solid #797979;
}

    .grid-header a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.grid-row {
    border-bottom: 1px solid #797979;
}

.grid-alternate-row {
    background: rgba(44, 191, 205, 0.19);
    border-bottom: 1px solid #797979;
}

    .grid-row *,
    .grid-alternate-row * {
        font-size: 14px;
        font-weight: 500;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        word-wrap: break-word;
        word-break: break-word;
    }

    .grid-row .g-text,
    .grid-alternate-row .g-text {
        margin-right: 10px;
    }

.grid-footer {
    padding: 10px 15px;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .grid-footer a {
        font-size: 12px;
        font-weight: 500 !important;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    }

.tool-link-button {
    text-decoration: none;
    font-size: 12px;
    width: 90px;
    height: 28px;
    border-radius: 3px;
    background-image: linear-gradient(-180deg, rgba(234, 106, 38, 0.86) 0%, #f06b29 100%);
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
}

    .tool-link-button:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(234, 106, 38, 0.86);
    }

#divModalSaveJobContainerBack {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#divModalSaveJobContainer {
    width: 400px;
    background-color: white;
    border: 1px solid #212529;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 20px 20px;
    box-sizing: content-box;
}

    #divModalSaveJobContainer .text-center {
        text-align: center !important;
    }

    #divModalSaveJobContainer .flex-center {
        justify-content: center !important;
    }

    #divModalSaveJobContainer .title {
        display: flex;
        justify-content: end;
        width: 100%;
        height: 30px;
        align-items: center;
    }

    #divModalSaveJobContainer .job-close {
        width: 14px;
        height: 14px;
        content: url(/images/MyAccountEdit/close_icon.svg);
    }

        #divModalSaveJobContainer .job-close:hover {
            content: url(/images/MyAccountEdit/close_icon_mouseover.svg);
        }

    #divModalSaveJobContainer .top {
        display: flex;
    }

    #divModalSaveJobContainer .top-left {
        width: 100%;
    }

    #divModalSaveJobContainer .top-right {
        width: 0px;
    }

    #divModalSaveJobContainer .bottom {
        display: flex;
        justify-content: end;
        margin: 10px 0;
        width: 100%;
    }

    #divModalSaveJobContainer,
    #divModalSaveJobContainer * {
        font-family: "MuseoSans-700", "Museo Sans 700", "Museo Sans 500", "Museo Sans", sans-serif;
    }

        #divModalSaveJobContainer .top-left > div {
            margin: 10px 0;
        }

        #divModalSaveJobContainer .save-job-title {
            font-size: 24px;
            color: #ea6a26;
            word-wrap: break-word;
            word-break: break-word;
        }

        #divModalSaveJobContainer .save-job-name,
        #divModalSaveJobContainer .save-job-input {
            outline: none;
            width: 100%;
            font-size: 16px;
            border: 1px solid #797979;
            padding: 2px;
            border-radius: 0px;
            height: 25px;
            color: #000000;
            background-color: #f2f2f2;
        }

        #divModalSaveJobContainer .save-job-description {
            font-size: 14px;
        }

        #divModalSaveJobContainer .job-button {
            width: 90px;
            height: 28px;
            font-weight: 500;
            letter-spacing: 1px;
            font-size: 12px;
            line-height: 16px;
            color: #ffffff;
            background-color: #f06b29;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            border: 0 solid #010300;
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
            font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        }

            #divModalSaveJobContainer .job-button.job-cancel {
                color: #797979;
                background-color: rgba(242, 242, 242, 0.86);
            }

        #divModalSaveJobContainer a.job-button:hover {
            background-color: rgba(234, 106, 38, 0.86);
        }

.linkJobSave {
    width: 90px;
    height: 28px;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    background-image: linear-gradient(-180deg, rgba(234, 106, 38, 0.86) 0%, #f06b29 100%);
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
}

.linkEmailSpecs {
    width: 97px;
    height: 28px;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    background-color: #2cbfcd;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
    margin-left: 18px;
}

#enabledSaveJobBtn a,
#enabledSaveJobBtn a:hover {
    color: #ffffff;
    text-decoration: none;
}

.img-cursor-pointer:hover {
    cursor: pointer;
}

text-cursor-pointer:hover {
    cursor: text;
}

.statustooltip {
    display: block;
    position: relative;
    background: #4D4D4F;
    color: White;
    padding: 10px;
    z-index: 10000002;
}

.statustooltipContainer {
    background: #4D4D4F;
    color: White;
    max-width: 750px;
    overflow: visible;
    border: 1px solid #4D4D4F;
    z-index: 10000003;
}

.navbar-toggler {
    cursor: pointer;
}

.lpPoweredBy {
    display: none;
}

.topMenuControl {
    margin-left: 0;
}

.topMenuControl.ml40 {
    margin-left: 40px;
}

.df-end {
    display: flex;
    justify-content: flex-end;
}

.ModalSpaceLine {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    clear: both;
    border-bottom: 2px dotted gray;
}

#divModalOuter {
    margin-top: 3%;
}

    #divModalOuter h1 {
        padding-bottom: 10px;
    }

#divButton a {
    padding: 15px 30px 15px 30px;
}

#modalHeader {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    color: #EA6A26;
    margin-bottom: 20px;
}

#product,
#product * {
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 500", "Museo Sans", sans-serif;
}

    #product .productName,
    #product .buttonOrange
    #product .mainTitle,
    #product a,
    #product span,
    #product h1,
    #product h5 {
        font-family: "Museo Sans 500", "Museo Sans", "MuseoSans-100", "Museo Sans 100", sans-serif;
    }

#tbl-item a {
    font-size: 14px;
    font-weight: 900;
}

.productLanding {
    width: 940px;
    display: flex;
    justify-content: center;
}

.productLandingSub {
    width: 910px;
    display: flex;
    flex-direction: column;
}

.opcContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.opcWidth {
    width: 231px;
}

.introText {
    padding-top: 10px;
}

.introTextContainer {
    width: 620px;
    margin-bottom: 15px;
}

.productRepeaterContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    border-top: 1px dashed #797979;
}

.productGridConatiner {
    text-align: center;
    margin-top: 30px;
}

.productGrid {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: 100%;
    margin-bottom: 10px;
}

.productGridTR {
    height: 48px;
}

.productTitleTD {
    text-align: center;
    height: 60px;
    vertical-align: top;
}

.productTitleH2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.productImgTD {
    padding-top: 5px;
    padding-bottom: 26px;
}

.productImg {
    width: 250px;
    height: 250px;
    border: 0;
}

.productIntroTR {
    height: 100%;
}

.productIntroTD {
    height: 100%;
}

.productIntro {
    text-align: left;
}

.productBtn {
    display: inline-block;
    padding: 7px 15px;
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    width: 126px;
}

.productSpace {
    clear: both;
    height: 1px;
    padding-top: 20px;
    width: 780px;
}

.copyIcon {
    height:15px;
    width:15px;
}

.mailIcon {
    height:15px;
}

.deleteIcon {
    width:15px
}

.rectangle {
    width: 299px;
    height: 386px;
    padding: 2px 2px 2px 2px;
    margin: 4px 4px 4px 4px;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.rectangleTop {
    padding: 2px 2px 2px 2px;
    margin: 4px 4px 4px 4px;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.subText {
    font-size: 16px;
}

.btnContainer {
    display: flex;
    flex-direction: column;
}

.btnContainerAlt {
    padding-bottom:10px;
}

.btnRow {
    display: flex;
    margin-bottom: 25px;
}

.btnText {
    width: 75%;
}

.subHeaderText {
    color: #555555;
}

.headerFontEright {
    font-weight: 500;
}

.catalogPadding {
    padding-left: 12px;
}

.catalogTopBtn {
    margin: 0px 0px 0px 10px;
    display: inline-block;
    text-align: center;
    height: 16px;
    width: 66px;
}

.catalogBtn {
    display: inline-block;
    text-align: center;
    height: 16px;
    width: 66px;
}

.catalogBtnAlt {
    display: inline-block;
    text-align: center;
    height: 16px;
    width: 63px;
}

.mainCatalogcontainer {
    padding-left: 20px;
    padding-right: 20px;
    width: 960px;
}

.cc-image {
    filter: invert(28%) sepia(0%) saturate(76%) hue-rotate(78deg) brightness(92%) contrast(82%);
}

label.error
{
    margin-left:5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 17px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e4e4e4;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider.checked {
    background-color: #00b1b0;
}

.switch .slider.unchecked {
    background-color: grey;
}

.switch .slider.disabled,
.switch .slider.checked.disabled{
    background-color: rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}

.switch .slider.checked:before {
    transform: translateX(17px);
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch .slider-text {
    color: #fff;
    position: absolute;
    left: 24px;
    margin: 0 auto;
    font-size: 12px;
}

.switch .on.slider-text {
    left: 8px;
}

.radio_type {
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
}

.radio_type:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #00778A;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #00778A;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:after {
    content: '';
    width: 10px;
    height: 10px;
    text-align: center;
    background: #00778A;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.radio_type.disabled:before,
.radio_type.disabled:checked:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.radio_type.disabled:checked:after {
    background: rgba(0, 0, 0, 0.1);
}

.leaf.my-account-leaf-main {
    height: 23px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #797979;
    text-align: left;
    line-height: 23px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 0 5px;
}

.leaf.my-account-leaf-main:hover {
    box-sizing: border-box;
    font-weight: bold;
    color: #ea6a26;
    text-decoration: none;
}

.leaf.my-account-leaf-second {
    height: 23px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-100", "Museo Sans 100", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #797979;
    text-align: left;
    line-height: 23px;
    font-size: 13px;
    font-weight: 100;
    padding: 0;
    display: inline;
}

.leaf.my-account-leaf-second:hover {
    box-sizing: border-box;
    font-weight: bold;
    color: #ea6a26;
    text-decoration: none;
}

.sy2_ul.boxStyle li.play-flex {
    display: flex;
    justify-content: start;
    align-items: center;
}

.menu-dot {
    width: 4px;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    margin-right: 6px;
    display: flex;
    align-items: center;
}

.menu-dot-show {
    width: 4px;
    height: 4px;
    padding: 2px 2px 2px 2px;
    background-color: #ea6a26;
    box-sizing: border-box;
    border-radius: 50%;
}

.menu-dot-hide {
    width: 4px;
    height: 4px;
    padding: 2px 2px 2px 2px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.loginText {
    color: #EA6A26;
}

.card-normal3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-normal3 .card-container {
    flex: 0 0 32%;
    margin: 15px 0 15px 0;
}

.card-normal3 .card.divCard {
    height: 100%;
}

.inputUrlError {
    color: red;
    display:none;
}

.textBoldUnderline {
    font-weight: bold;
    text-decoration: underline;
}

.textBold {
    font-weight:bold;
}

.panNormalCategory {
    padding-bottom: 20px;
}

.shippingOptionContainer {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 17px;
}

.shippingOption {
    margin-right: 5px;
}

.shippingOptionText {
    margin-bottom: 0;
}

.loadingAlign {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 277px;
}

.loadingBorder {
    border-radius: 8px;
    background: #fff;
}

.onlinePriceNotice {
    font-size: 11px;
    font-style: italic;
}

.onlinePriceNoticeAlign {
    text-align: center;
}

/* 
    /MyAccount/MyNavitor.aspx styles 
*/
.my-navitor-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.my-navitor-content {
    width: 908px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.my-navitor-header {
    margin-bottom: 20px;
}

.my-navitor-header-name {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 11px 14px 11px 7px;
    border-bottom: 5px solid #2cbfcd;
}

.my-navitor-header-setting {
    display: flex;
    justify-content: end;
    padding: 6px 14px;
}

.my-navitor-header-name-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

    .my-navitor-header-name-line .hello {
        height: 35px;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-700Italic", "Museo Sans 700 Italic", "Museo Sans 500", "Museo Sans", sans-serif;
        font-style: italic;
        font-weight: 700;
        color: #555555;
        text-align: left;
        line-height: normal;
        font-size: 26px;
    }

    .my-navitor-header-name-line .account {
        height: 22px;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        font-weight: 500;
        color: #555555;
        text-align: right;
        line-height: normal;
        font-size: 16px;
    }

    .my-navitor-header-name-line .last-login {
        height: 22px;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        font-weight: 500;
        color: #555555;
        text-align: left;
        line-height: normal;
        font-size: 16px;
        margin-top: 5px;
    }

.my-navitor-header-setting .my-navitor-header-invoice {
    margin-right: 10px;
}

    .my-navitor-header-setting .my-navitor-header-invoice a {
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans 500", "Museo Sans", sans-serif;
        font-weight: 300;
        color: #555555;
        text-align: left;
        line-height: normal;
        font-size: 16px;
    }

.my-navitor-header-setting .account-setting {
    width: 17px;
    height: 17px;
}

    .my-navitor-header-setting .account-setting:hover {
        cursor: pointer;
    }

.my-navitor-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 6px;
    margin-bottom: 20px;
}

    .my-navitor-item .my-navitor-item-header {
        height: 43px;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-900", "Museo Sans 900", "Museo Sans 500", "Museo Sans", sans-serif;
        font-weight: 700;
        color: #555555;
        text-align: left;
        line-height: normal;
        font-size: 20px;
        border-bottom: 3px solid #2cbfcd;
    }

    .my-navitor-item .my-navitor-item-content {
        margin-top: 5px;
    }

        .my-navitor-item .my-navitor-item-content .my-navitor-item-line {
            margin-top: 13px;
            display: flex;
            justify-content: space-between;
        }

    .my-navitor-item .navitor-item-left {
        width: 645px;
    }

    .my-navitor-item .navitor-item-right {
        width: 236px;
    }

.navitor-tab {
    width: 100%;
}

.navitor-tab ul {
    margin-left: 0;
}

.navitor-tab ul li {
}

.navitor-tab ul li a {
    width: 150px;
    height: 33px;
    padding: 0;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 33px;
    font-size: 13px;
}

.navitor-tab ul li a.pending-order-width {
    width: 170px;
}

#tab-label-2:hover {
    background-color: #ea8e5b;
    box-sizing: border-box;
}

#tab-label-2:checked {
    background-color: #9aca3c;
    box-sizing: border-box;
}

.navitor-tab ul li a.nav-link {
    background-color: #ea6a26;
}

    .navitor-tab ul li a.nav-link:hover {
        background-color: #ea8e5b;
    }

    .navitor-tab ul li a.nav-link.active {
        background-color: #9aca3c;
    }

.tab-search-result {
    width: 645px;
    height: 268px;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab-empty-result {
    width: 645px;
    height: 268px;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

    .tab-empty-result .empty-image {
        height: 145px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 33px;
        margin-bottom: 19px;
    }

    .tab-empty-result .empty-text {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

        .tab-empty-result .empty-text .empty-text-value {
            height: 21px;
            background-color: rgba(255, 255, 255, 0);
            box-sizing: border-box;
            font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
            color: #4c4c4e;
            text-align: center;
            line-height: 21px;
            font-size: 16px;
            font-weight: 500;
        }

.tab-pedding-order-loading,
.tab-order-history-loading {
    width: 645px;
    height: 268px;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

    .tab-pedding-order-loading .tab-loading-gif img,
    .tab-order-history-loading .tab-loading-gif img {
        width: 338px;
        height: 191px;
    }

.loading-text {
    height: 21px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #4c4c4e;
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    font-weight: 500;
}

.tab-search-result .grid-header {
    color: #333333;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    line-height: 30px;
    border-bottom: 1px solid #797979;
}

    .tab-search-result .grid-header a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.tab-search-result .grid-row {
    border-bottom: 1px solid #797979;
    height: 30px;
    line-height: 30px;
}

.tab-search-result .grid-alternate-row {
    background: rgba(44, 191, 205, 0.19);
    border-bottom: 1px solid #797979;
    height: 30px;
    line-height: 30px;
}

    .tab-search-result .grid-row *,
    .tab-search-result .grid-alternate-row * {
        font-size: 12px;
        font-weight: 300;
        font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans", sans-serif;
        /*word-wrap: break-word;
            word-break: break-word;*/
    }

    .tab-search-result .grid-row .g-text,
    .tab-search-result .grid-alternate-row .g-text {
        margin-right: 10px;
    }

.tab-search-result .footer {
    height: 20px;
    margin: 0 12px 8px 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-search-result a.more {
    height: 12px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #333333;
    text-align: left;
    line-height: normal;
    font-weight: 500;
    font-size: 12px;
}

    .tab-search-result a.more:hover {
        color: #ea6a26;
        text-decoration: none;
    }

.my-navitor-container .fixed-table-container {
    border: none;
}

.my-navitor-container .navitor-item-right .IPC.PromoText {
    height: 301px;
}

.my-bootstrap-table thead th,
.my-bootstrap-table thead th div.th-inner {
    border: none !important;
    padding: 0 !important;
    line-height: 35px !important;
}

    .my-bootstrap-table thead th div.th-inner {
        padding: 0 5px !important;
    }

    .my-bootstrap-table thead th:first-child div.th-inner {
        padding-left: 9px !important;
    }

.my-bootstrap-table tbody td {
    border: none !important;
    padding: 0 5px !important;
    line-height: 35px !important;
}

.my-bootstrap-table tbody tr td:first-child {
    padding-left: 9px !important;
}

.my-bootstrap-table thead tr,
.my-bootstrap-table tbody tr {
    border-bottom: 1px solid #333333;
}

.my-bootstrap-table thead th {
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #333333;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 500;
}

.my-bootstrap-table tbody td {
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.my-bootstrap-table .talbe-cell-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.my-bootstrap-table .talbe-cell-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.my-bootstrap-table .talbe-cell-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-bootstrap-table .talbe-cell-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.my-bootstrap-table .checkbox-center {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .my-bootstrap-table .checkbox-center input.InvoicePayment {
        margin: 0 !important;
    }

    .my-bootstrap-table .checkbox-center label {
        margin: 0 !important;
        margin-left: 3px !important;
    }

.my-bootstrap-table .m-item-2 {
    margin: 0 2px;
}

.navitor-tab .nav-pills .nav-link {
    border-radius: 5px 5px 0 0;
    color: #ffffff;
}

.tool-link-button {
    width: 60px;
    height: 20px;
    border-radius: 3px;
    background-image: linear-gradient(-180deg, rgba(234, 106, 38, 0.86) 0%, #f06b29 100%);
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
    font-family: "OpenSans-Regular", "Open Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

    .tool-link-button.ellipses {
        width: 20px;
        background-image: none;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        border: none;
        background-color: transparent;
        box-shadow: none;
    }

        .tool-link-button.ellipses:hover {
            background-image: none;
            background-color: transparent;
            box-shadow: none;
        }

    .tool-link-button.submit-payment {
        width: 111px;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

        .tool-link-button.submit-payment.gray-payment,
        .tool-link-button.submit-payment.gray-payment:hover {
            color: #333333;
            background-image: linear-gradient(-180deg, #f1f1f2 0%, #e4e4e6 100%);
        }

.table-column-status {
    height: 16px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-300Italic", "Museo Sans 300 Italic", "Museo Sans 500", "Museo Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #333333;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
}

.coupons-container {
    width: 581px;
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.navitor-item-container {
    width: 651px;
    background-color: #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 0 12px 12px 17px;
}

.rotating-container {
    width: 300px;
    height: 300px;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.navitor-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    padding: 12px 0 12px 0;
    height: 48px;
}

    .navitor-item-title.bb {
        padding-left: 17px;
        padding-right: 12px;
        border-bottom: 1px solid #797979;
    }

    .navitor-item-title .navitor-item-title-left {
        height: 24px;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        color: #555555;
        text-align: left;
        line-height: 24px;
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
    }

    .navitor-item-title .navitor-item-title-right {
        width: 100%;
        height: 0px;
        border-bottom: 2px dotted #797979;
    }

.navitor-rectangle-container {
    display: flex;
    justify-content: space-between;
}

    .navitor-rectangle-container .item-rectangle {
        padding: 2px 0 6px 0;
        border-radius: 5px;
        background-color: #f2f2f2;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

        .navitor-rectangle-container .item-rectangle.rectangle-h {
            flex-direction: row;
        }

        .navitor-rectangle-container .item-rectangle.rectangle-fu {
            width: 198px;
            height: 55px;
            padding: 0 0 0 25px;
            align-items: center;
        }

        .navitor-rectangle-container .item-rectangle.rectangle-v {
            flex-direction: column;
            align-items: center;
        }

.item-rectangle.i4 {
    width: 148px;
}

.navitor-item-description {
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: left;
    line-height: 19px;
    font-size: 14px;
    padding: 2px 0 5px 0;
}

.navitor-item-img {
    margin-top: 11px;
    text-align: center;
}

.navitor-item-percent {
    width: 148px;
    height: 43px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-700", "Museo Sans 700", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 700;
    color: #ea6a26;
    text-align: center;
    line-height: 43px;
    font-size: 32px;
    margin-top: 4px;
}

.navitor-item-text {
    height: 18px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    padding: 0 8px;
}

.navitor-item-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navitor-item-link-container-wrap {
    flex-direction: column;
}

.navitor-item-link-container-no-wrap {
    flex-direction: row;
}

a.navitor-item-link {
    height: 18px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-700", "Museo Sans 700", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 700;
    color: #ea6a26;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.navitor-item-fu-img {
    text-align: center;
}

.navitor-item-fu-link-container {
    width: 138px;
    height: 22px;
    text-align: center;
}

.navitor-item-fu-link {
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #555555;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}

    .navitor-item-fu-link:hover {
        color: #555555;
    }

.navitor-mr-container {
    width: 236px;
    height: 304px;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

    .navitor-mr-container .navitor-mr-img {
        margin-top: 15px;
    }

    .navitor-mr-container .navitor-mr-percent {
        width: 235px;
        height: 43px;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-900", "Museo Sans 900", "Museo Sans 500", "Museo Sans", sans-serif;
        font-weight: 700;
        color: #ea6a26;
        text-align: center;
        line-height: 43px;
        font-size: 32px;
        margin-top: 11px;
    }

    .navitor-mr-container .navitor-mr-text {
        width: 236px;
        height: 19px;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        color: #555555;
        text-align: center;
        line-height: 19px;
        font-size: 14px;
        font-weight: 500;
    }

.navitor-item-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navitor-item-btn {
    width: 116px;
    height: 24px;
    border-radius: 3px;
    background-image: linear-gradient(-180deg, rgba(234, 106, 38, 0.86) 0%, #f06b29 100%);
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
    font-family: "OpenSans-Regular", "Open Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}

    .navitor-item-btn:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

    .navitor-item-btn:disabled {
        background-color: #f2f2f2;
    }

.aa {
    width: 138px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #555555;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}

.flex-cell-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.coupons-items .coupons-item .coupons-item-title {
    background-color: white;
}

.coupons-items .coupons-item:nth-child(even) .coupons-item-title {
    background-color: rgba(44, 191, 205, 0.19);
}

.coupons-item-container {
    display: flex;
    flex-direction: column;
}

    .coupons-item-container .coupons-item-title {
        height: 38px;
        line-height: 38px;
        display: flex;
        justify-content: space-between;
        padding: 0 12px 0 17px;
        border-bottom: 1px solid #797979;
    }

        .coupons-item-container .coupons-item-title .coupons-item-title-text {
            background-color: rgba(255, 255, 255, 0);
            box-sizing: border-box;
            font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
            color: #4c4c4f;
            text-align: left;
            line-height: 38px;
            font-weight: 500;
            letter-spacing: 0.4px;
            font-size: 14px;
        }

    .coupons-item-container.active .coupons-item-title .coupons-item-title-text {
        color: #ea6a26;
    }

    .coupons-item-container .coupons-item-content {
        line-height: 38px;
        display: flex;
        flex-direction: column;
        padding: 0;
        border-bottom: 1px solid #797979;
        display: none;
    }

.coupons-item-title-arrow.active {
    transform: rotate(180deg);
}

.coupons-item-content-text {
    padding: 8px 12px 8px 17px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans 500", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #4c4c4f;
    text-align: left;
    line-height: normal;
    letter-spacing: 0.4px;
    font-size: 12px;
}

    .coupons-item-content-text a,
    .coupons-item-content-text a:hover {
        color: #4c4c4f;
    }

.coupons-item-content-footer {
    display: flex;
    justify-content: space-between;
    padding: 0 12px 0 17px;
    margin: 0 0 5px 0;
}

    .coupons-item-content-footer * {
        display: inline-block;
    }

    .coupons-item-content-footer * {
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
        color: #4c4c4f;
        text-align: left;
        line-height: normal;
        letter-spacing: 0.4px;
        font-weight: 500;
        font-size: 12px;
    }

.coupon-code-text-text:hover {
    cursor: text;
}

div.coupon-title-copy {
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-300", "Museo Sans 300", "Museo Sans 100", "Museo Sans", sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: left;
    line-height: normal;
    font-size: 12px;
    font-style: italic;
}

.coupons-item-content-footer .coupon-code-name,
.coupons-item-content-footer .coupon-valid-name {
    padding-right: 1px;
}

.coupon-loading-container {
    width: 572px;
    height: 264px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #4c4c4e;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
}

.coupon-empty-container {
    width: 572px;
    height: 264px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "MuseoSans-500", "Museo Sans 500", "Museo Sans", sans-serif;
    color: #4c4c4e;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
}

    .coupon-empty-container .coupon-empty-gif-container {
        margin-top: 10px;
    }

        .coupon-empty-container .coupon-empty-gif-container img {
            width: 139px;
            height: 131px;
        }

    .coupon-empty-container div {
        font-size: 16px;
    }

    .coupon-empty-container .coupon-empty-line1 {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .coupon-empty-container .coupon-empty-line2 {
        margin-bottom: 20px;
    }

    .coupon-empty-container .coupon-empty-line3 {
    }

.hidden-carousel-button {
    display: none;
}

.overtext-300 {
    display:inline-block;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
    width: 300px;
}

.listStyle td {
    vertical-align: top;
}

h4.title {
    height: 30px;
}

h4.title p {
    width: 220px;
    height: 30px;
    color: #EA6A26;
    font-weight: 700;
}

.onlinePrintingPageContainer {
    width: 940px;
    display: flex;
}

.onlinePrintingpageTitleContainer {
    display: block;
    height: 80px;
    line-height: 80px
}

.onlinePrintingpageTitle {
    padding-top: 20px;
}

.onlinePrintingContentContainer {
    padding-bottom: 30px;
}

.onlinePrintingFeatureImg {
    width: 540px;
    height: 240px;
}

.onlinePrintingDivider {
    border-bottom: 2px dotted gray;
    height: 1px;
}

.onlinePrintingItemContainer {
    width: 320px;
}

/* (A) LIST STYLES */
.slist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slist li {
    margin: 5px;
    padding: 10px;
    float: left; /* 往左浮动 */
    width: 250px;
}

.add-tile {
    color: Blue;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/* (B) DRAG-AND-DROP HINT */
.slist li.hint {
    background: #fea;
}

.slist li.active {
    background: #ffd4d4;
}

.product-landing-edit-add-title {
    display: flex;
    justify-content: right;
}

.productLandinglist {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.productLandingEditConatiner {
    width: 940px;
    display: block;
    margin: auto;
}

.divMask {
    border: 1px solid #0845C2;
    background: url(/images/catalog/bg_grey.png) no-repeat left top;
    display: flex;
    z-index: 99;
    position: absolute;
}

.divEdit {
    color: Blue;
    font-size: 20px;
    font-weight: 500;
}

.divDelete {
    color: Blue;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.productLandingMasterHeaderContainer {
    height: 180px
}

.productLandingMasterTopBar {
    display: block
}

.productLandingMasterMenuOptions {
    display: inline;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.productLandingMasterTopExtend {
    height: 140px
}

.productLandingMasterLogo {
    border: 0;
}

.productLandingMasterBtnContainer {
    vertical-align: bottom;
}

.productLandingMasterPublishPreviewContainer {
    display: block;
    position: relative;
    left: 800px;
    top: 20px;
    height: 20px;
    width: 200px;
    height: 40px;
}

.productLandingMasterPreviewLink {
    color: Blue
}

.productLandingMasterMetaContentContainer {
    display: block;
    position: relative;
    left: 280px;
    top: -40px;
    height: 20px;
    width: 500px;
    height: 40px;
}

.productLandingMasterFooterSpacer {
    height: 40px
}

.productLandingEditCrumbTitle {
    color: #EA6A26
}

.productLandingEditSpacer {
    clear: both
}

.productLandingEditUpdateBtn {
    display: none;
}

.register-button{
    width:110px;
}

.companyPurgeContainer {
    width: 800px;
    max-height:800px;
    overflow-y:scroll;
}

.prodDays {
    color: #ea6a26;
    font-weight: bold;
}

.closeOptIn {
    border-width: 0px;
    background-color: white;
}

.reOptInContainer {
    top: 25%;
}

.reOptInHeader {
    font-weight: bold;
    font-size: 26px;
    color: #f37014;
}

.reOptInContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ao-block-wrapper div {
    padding-bottom: 5px;
    text-align: center;
}

.reOptInBold {
    font-weight:bold;
}

.reOptInHighlight {
    color: #f37014;
}

#navitor-header #top-category-nav a.shopSeasonLink {
    color: #93c47d;
    font-weight: 700;
}

.labelsProductMenuList {
    list-style: none;
    line-height: 17px;
    margin-left: 0px;
    padding-left: 0px;
}

.notaryBullet {
    color: #BF301A;
    font-weight: bold;
}

.input-box {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: none;
    border: none;
    outline: none;
    background-color: #f4f4f4;
}

.select-display {
    padding: 5px;
    cursor: pointer;
    background-color: #f4f4f4;
}

.custom-select {
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
}

.catalogLink {
    color: #00b1c3;
    font-weight: bold;
    text-decoration: underline;
    font-size: inherit;
}

.passwordInstructions{
    font-weight:bold;
}

.legend {
    font-weight: bold;
}

.isApprovedLabel {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    padding-left: 50px;
    height: 25px;
}

.topMessage * {
    font-size: 14px;
}

.catMsgHeader {
    display: flex;
    height: 35px;
    width: 100%;
    justify-content:space-between;
}

.filterOptions {
    display:flex;
    justify-content:space-around;
}

.divider {
    border-top: 3px dashed #bbb;
}

.searchLabel{
    font-weight:bold;
}
.searchbox {
    height: 30px;
    width: 200px;
}

.categoryGridHeader {
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    background-color: #4D4D4F;
    text-align:center;
}

.categoryGridCell {
    text-align:center;
}

.createMessageHeader {
    width: 70%;
}

.createMessageExit {
    width: 20%;
    text-align:center;
}

.categorySelector 
{
    display: flex;
    justify-content: space-between;
}

.addCategoryButton {
    height:15px;
}

.text-input-wrapper {
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    padding: 1px 6px 1px 1px;
}

.text-input-wrapper input {
    background: none;
    border: none;
    font: inherit;
    margin: 0 0;
    outline: none;
    padding: 0 0;
}

.text-input-wrapper span {
    color: blue;
    cursor: pointer;
    font-weight: bold;
    visibility: visible;
}

.createMessageTitle {
    height: 30px;
    width: 85%;
}

.messageOn {
    color: green;
}

.messageOff {
    color: red;
}

.currentCategoryMessage {
    width: 75%;
    padding: 10px 10px 10px 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.currentCategoryMessageContainer {
    background-color: #f1f1f2;
    display: flex;
    justify-content:space-between;
    align-items:center;
}

.categoryMessageContainer {
    border: 1px solid #cccccc;
}

.addCategoryDialog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.dialogButton {
    width: 100px;
}

.categoryDisplay {
    height: 25px;
    width: 600px;
}

.activeCategoryTitle {
    display: flex;
    justify-content: center;
}

.activeCategoryHierarchy {
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    line-height: 1.2;
}

.sign-up-container {
    padding-bottom: 43px;
}

.sign-up-container .sign-up-title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding-top: 31px;
}

.sign-up-container .sign-up-title span {
    color: #2CBFCD;
    font-size: 32px;
    font-weight: 700;
}

.sign-up-container .sign-up-description {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 12px;
}

.sign-up-container .sign-up-input-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    margin-top: 38px;
}

.sign-up-container .sign-up-email-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sign-up-container .sign-up-email-container .sign-up-email {
    width: 446px;
    height: 36px;
    border-radius: 10px;
    border: 0.5px solid #ABABAB;
    background: #FFF;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
}

.sign-up-container .sign-up-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 140px;
    height: 36px;
    border-radius: 8px;
    border: 2px solid #EA6A26;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-weight: 600;
    background-color: #FFF;
    color: #4D4D4D;
}

.sign-up-container .sign-up-submit:hover {
    background-color: #4D4D4D;
    color: #FFF;
}

.message-ok {
    color: green;
}

.message-error {
    color: red;
}

.pass-messageContainer{
    margin-top: 15px;
}

.passwordAccepted {
    color: green;
    display:none;
}

.passwordChanged {
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
}

.horizontal-dot-line {
    clear: both;
    display: block;
    height: 1px;
    border-bottom: dotted 2px gray;
    width: 540px;
    margin-top: 10px
}

.message-tool-important-update {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 150px;
    font-weight: bolder;
}

.message-tool-shipping-promotion {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 170px;
    font-weight: bolder;
}

.message-tool-sale {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 50px;
    font-weight: bolder;
}

.new-category-title {
    padding: 0px 0px 5px 5px;
    font-family: museo-sans, sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    text-align: left;
    font-weight: 500;
    display: block;
    color: #EA6A26;
    margin-top: 20px;
    margin-bottom: 10px;
}

.new-category-item {
    color: #4D4D4F;
}

span.NewCategoryLabel {
    color: #93c47d;
}

.menu-new-category-width {
    width: 200px !important;
    max-width: 200px !important;
}

.menu-new-category-wrap {
    white-space: wrap !important;
}

span.notice {
    color: red;
}

.normal-top-nav {
    margin-top: 20px;
}

.catalog-img {
    border: 0px;
    width: 240px;
    height: 150px;
}

.catalog-booklet-container {
    width: 1414px;
    height: 350px;
    margin-left: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-booklet-container .catalog-booklet-left {
    width: 606px;
}

.catalog-booklet-container .catalog-booklet-left .catalog-booklet-header {
    font-size: 28px;
    font-weight: 700;
}

.catalog-booklet-container .catalog-booklet-left .catalog-booklet-content,
.catalog-booklet-container .catalog-booklet-left .catalog-booklet-content * {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.catalog-booklet-container .catalog-booklet-left ul {
    margin-top: 10px;
    padding-left: 22px;
}

.catalog-booklet-container .catalog-booklet-right {
    width: 700px;
}

.catalog-make-catalog {
    width: 1440px;
    height: 284px;
    background-color: #F15D5E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-make-catalog,
.catalog-make-catalog * {
    color: #FFF;
}

.catalog-make-catalog .catalog-make-catalog-left img {
    width: 344px;
    height: 251px;
}

.catalog-make-catalog .catalog-make-catalog-center {
    margin-left: 20px;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-center-header {
    font-size: 36px;
    font-weight: 700;
    line-height: 29px;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-items {
    display: flex;
    justify-content: space-between;    
    margin-top: 20px;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-items .catalog-make-catalog-item {
    width: 180px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-items .catalog-make-catalog-item.border-lr {
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-items .catalog-make-catalog-item .catalog-make-catalog-item-content {
    width: 128px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-items .catalog-make-catalog-item .new-normal-link {
    width: 141px;
    height: 40px;
    color: #4C4C4E;
    padding: 0;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-items .catalog-make-catalog-item .new-normal-link:hover {
    color: #FFF;
}

.catalog-make-catalog .catalog-make-catalog-center .catalog-make-catalog-items .catalog-make-catalog-item .new-normal-link i {
    font-size: 28px;
}

.catalog-make-catalog .catalog-make-catalog-right * {
    width: 419px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.catalog-make-catalog .catalog-make-catalog-right .catalog-make-catalog-right-header {
    font-weight: 700;
}

.catalog-explore {
    width: 1348px;
    margin: auto;
    margin-top: 44px;
    margin-bottom: 20px;
}

.catalog-explore .catalog-explore-header,
.catalog-explore .catalog-explore-header * {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
}

.catalog-explore .catalog-explore-description {
    width: 888px;
}

.catalog-explore .catalog-explore-description,
.catalog-explore .catalog-explore-description * {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.catalog-explore .catalog-explore-description b {
    font-weight: 700;
}

.catalog-explore .catalog-explore-items {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}

.catalog-explore .catalog-explore-items .catalog-explore-item {
    height: 472px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-image {
    width: 334px;
    height: 221px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-image img {
    width: 285px;
    height: 194px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 3px solid #F5F5F5;
    height: 251px;
    padding: 10px 20px 15px 20px;
    width: 294px;
    box-sizing: content-box;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-bottom-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-title {
    width: 300px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-content {
    width: 275px;
    font-size: 14px;
    line-height: 18px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-link {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-link a {
    font-size: 18px;
    color: #EA6A26;
    padding: 5px 0;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-link i {
    color: #EA6A26;
    font-size: 20px;
    font-weight: 400;
    margin-left: 8px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-link-button a {
    font-size: 16px;
    color: #4D4D4D;
    padding: 0;
    width: 280px;
    height: 46px;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-link-button a:hover {
    background-color: #4D4D4D;
    color: #FFF;
}

.catalog-explore .catalog-explore-items .catalog-explore-item .catalog-explore-item-bottom .catalog-explore-item-link-button i {
    color: #EA6A26;
    font-size: 28px;
    font-weight: 400;
    margin-left: 8px;
}

.catalog-more-marketing {
    width: 1440px;
    height: 284px;
    display: flex;
    padding: 0 80px;
    justify-content: space-between;
    align-items: center;
    background-color: #F15D5E;
}

.catalog-more-marketing .catalog-more-marketing-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.catalog-more-marketing .catalog-more-marketing-left .catalog-more-marketing-left-header {
    font-size: 36px;
    font-weight: 700;
    line-height: 29px;
    color: #FFF;
    margin-bottom: 20px;
}

.catalog-more-marketing .catalog-more-marketing-left .catalog-more-marketing-left-content {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    width: 710px;
    margin-bottom: 20px;
}

.catalog-more-marketing .catalog-more-marketing-left .catalog-more-marketing-left-button a {
    font-size: 16px;
    color: #4D4D4D;
    padding: 0;
    width: 343px;
    height: 40px;
}

.catalog-more-marketing .catalog-more-marketing-left .catalog-more-marketing-left-button a:hover {
    background-color: #4D4D4D;
    color: #FFF;
}

.catalog-more-marketing .catalog-more-marketing-left .catalog-more-marketing-left-button i {
    color: #EA6A26;
    font-size: 28px;
    font-weight: 400;
    margin-left: 8px;
}

.catalog-more-marketing .catalog-more-marketing-right img {
    width: 260px;
    height: 247px;
}

#showText {
    display: none;
    margin-top: 5px;
}

#showButton {
    margin-top: 5px;
}

.sent-new-code {
    font-size: 14px;
    margin-top: 10px;
}

#sentCodeButton {
    text-decoration: underline;
    cursor: pointer;
}

.divCmsButton {
    color: #0845C2;
    width: 40px;
    position: relative;
}

#divFolderCatalog {
    margin-left: -2px;
    text-align: center;
    width: 240px;
    height: 150px;
}

#divFolderContact {
    margin-left: -2px;
    text-align: center;
    width: 240px;
    height: 150px;
}

.statustooltipOH {
    width: 500px;
}

.statushead {
    margin-top: -2px;
}

.ui-tooltip.statustooltipContainerOH {
    background: #4D4D4F;
    max-width: 600px;
}

.moreButton {
    padding-left: 4px;
    height: 20px;
    width: 82px;
    font-size: 10px;
    text-align: left;
}

.showDetailButton {
    padding: 2px;
    height: 20px;
    width: 82px;
}

#divMore {
    cursor: pointer;
    padding-right: 20px;
    height: 22px;
}

.MorePlus {
    width: 250px;
}

div.MorePlus {
    background: url(/images/OrderHistory/plus-icon.png);
    background-position-x: 200px;
    background-repeat: no-repeat;
}

.MoreMinus {
    width: 250px;
}

div.MoreMinus {
    background: url(/images/OrderHistory/minus-icon.png);
    background-position-x: 200px;
    background-repeat: no-repeat;
}

div.divExport {
    background: url(/images/OrderHistory/export-icon.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 23px;
    vertical-align: middle;
}

.watermarkfieldOH label {
    height: 19px;
    margin: 6px 0 0;
    padding: 5px 0 0 5px;
    position: absolute;
    text-indent: 5px !important;
    color: #A6A8AB;
    font-size: 13px;
    font-weight: 500;
}

.watermarkfieldOH input[type="text"] {
    height: 24px;
    padding: 3px 0 0 5px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.input-textOH {
    border: 1px solid #C3CED9;
    border-radius: 3px;
    font-size: 14px;
}

.thead, .search-for {
    height: 20px;
    width: 930px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

    .search-for p, .search-for a {
        color: White;
    }

#divFilter td {
    padding: 10px 6px 0 6px;
}

tr.orderTr1 {
    background-color: rgba(44, 191, 205, 0.19);
    height: 50px;
}

tr.orderTr2 {
    height: 50px;
}

.orderTr table {
    margin-left: 5px
}

.orderTr td {
    word-wrap: break-word;
    word-break: break-all
}

#orderTable {
    table-layout: fixed;
    width: 940px;
}

    #orderTable td {
        width: 94px;
        height: 24px;
        text-align: left;
        table-layout: fixed;
    }

        #orderTable td.OrderStatus {
            width: 80px
        }

#orderTableTitle {
    width: 935px;
    padding-left: 5px;
    table-layout: fixed
}

    #orderTableTitle div {
        float: left;
        width: 92px;
        height: 24px;
        text-align: center;
        cursor: pointer;
        text-align: left;
    }

        #orderTableTitle div.actionPlus {
            background: url(/images/OrderHistory/minus-icon.png);
            background-position: 58px 0px;
            background-repeat: no-repeat;
        }

        #orderTableTitle div.actionMinus {
            background: url(/images/OrderHistory/plus-icon.png);
            background-position: 58px 0px;
            background-repeat: no-repeat;
        }

    #orderTableTitle div {
        text-decoration: underline;
    }

        #orderTableTitle div.descend {
            background: url(/images/OrderHistory/descending.png);
            background-position: 80px 2px;
            background-repeat: no-repeat;
        }

        #orderTableTitle div.ascend {
            background: url(/images/OrderHistory/ascending.png);
            background-position: 80px 2px;
            background-repeat: no-repeat;
        }

#loading {
    background: url(/images/loader.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: none;
}

#exportLoading {
    background: url(/images/loader.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: none;
}

a#prePage:hover {
    text-decoration: none;
}

a#nextPage:hover {
    text-decoration: none;
}

.selectMore {
    background: url(/images/OrderHistory/bgmore.jpg);
    width: 82px;
    background-repeat: no-repeat;
    background-position: left -4px;
}

.flipped {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.paging {
    color: #555555;
}

.pageNum {
    color: #555555;
}

.pageSelector {
    border-bottom: 1px solid;
    border-top: 1px solid;
}

.ui-datepicker-trigger {
    position: relative;
    left: -20px;
    top: -3px;
    width: 15px;
    height: 15px;
}

.more-orders-container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

#orderTable {
    border-collapse: collapse;
}

.orderTr {
    border-bottom: 1px solid;
}

.details_link {
    color: #ea8e5b;
    font-size: 11px;
}

    .details_link:hover {
        color: #ea8e5b;
    }

.progress_arrow {
    text-decoration: none;
}

    .progress_arrow:hover {
        text-decoration: none;
    }

.action_container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#orderTablePaging {
    width: 100%;
}

.ui-datepicker-prev .ui-icon {
    background-image: url('../../images/previous.png') !important;
    background-position: 0px, 0px;
    width: 15px;
}

.ui-datepicker-next .ui-icon {
    background-image: url('../../images/next.png') !important;
    background-position: 0px, 0px;
    width: 15px;
}

.ui-datepicker .ui-state-default {
    border: 0px;
    color: #8c8c8c;
    background-color: #ffffff;
}

.ui-datepicker-calendar td:not(.ui-datepicker-other-month) .ui-state-hover {
    border: 0px;
    color: #ffffff;
    background-color: #169bd5;
}

.ui-datepicker .ui-state-active {
    border: 0px;
    background-color: #169bd5;
    color: #8c8c8c;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #ffffff;
    border: 0px;
}

.details-row {
    display: none;
}

.slider-content {
    display: none; /* Hide the content div */
    padding: 10px;
}

.statustooltipOD {
    display: block;
    position: relative;
    background: #4D4D4F;
    color: White;
    padding: 0px;
    width: 500px;
    padding: 10px;
}

.statusheadOD {
    margin-top: -2px;
}

.statustooltipContainerOD {
    background: #4D4D4F;
    color: White;
    max-width: 600px;
    overflow: visible;
    border: 1px solid #4D4D4F;
}

.order-container {
    display: flex;
    flex-direction: row;
}

.order-left-container {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.detail-container {
    display: flex;
    flex-direction: row;
    line-height: 25px;
    justify-content: space-between;
}

.details-labels {
    display: flex;
    flex-direction: column;
}

.details-content {
    display: flex;
    flex-direction: column;
}

.status-notification-container {
}

.notification-sub-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

.notification-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.notification-submit {
    height: 15px;
}

.sub-email {
    width: 60%;
}

.print-container {
}

.order-acknowledgements {
    color: #EA6A26;
    font-size: 10px;
}

.order-divider {
    border-left: 1px solid #38546d;
    border-right: 1px solid #16222c;
    margin-right: 5px;
    margin-left: 5px;
}

.order-right-container {
    width: 75%;
}

.order-info-container {
    display: flex;
    flex-direction: column;
}

.cust-ship-container {
    display: flex;
    justify-content: space-between;
}

.customer-info-container {
    width: 40%;
}

.price-container {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.price-info-container {
    display: flex;
    justify-content: space-between;
}

.price-labels {
    display: flex;
    flex-direction: column;
}

.price-results {
    display: flex;
    flex-direction: column;
}

.shipping-container {
}

.tracking-container {
    width: 40%;
}

.tracking-info-container {
    display: flex;
    justify-content: space-between;
}

.tracking-numbers {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

.address-container {
}

.altLinkStyle {
    color: #EA6A26;
    text-decoration: none;
}

    .altLinkStyle:hover {
        color: #EA6A26;
        text-decoration: underline;
    }

.gridviewOrderDetail th,
.gridviewOrderDetail td {
    border: none;
    border-bottom: 1px solid #000;
}

.notification-message {
    display: none;
    background: #e9f6ef;
    color: #1f5f3a;
    border: 1px solid #bfe0c7;
    padding: 8px 10px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
}

.detail_container {
    display: flex;
    justify-content:space-between;
}

.detail_labels {
    

    display: flex;
    justify-content: space-between;
}

.detail_textAlt {
    width: 400px;
    max-width: 80ch; /* Roughly limits to 80 characters */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_text {
    font-weight: bold;
}

.timeoutDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 400px;
    align-content: center;
    text-align: center;
    border-width: 1px;
    border-radius: 15px:
}

.timeoutDialog::backdrop {
    /* Apply a background color with some opacity for better contrast */
    background-color: rgba(0, 0, 0, 0.4);
    /* Apply the blur effect to the background behind the backdrop element */
    backdrop-filter: blur(5px);
    /* Include the -webkit- prefix for wider browser compatibility, especially Safari */
    -webkit-backdrop-filter: blur(5px);
}

.breadcrumbs-product-name {
    color: #EA6A26;
}

.reOrderBtn_container {
    position: relative;
    top: 30px;
    display: flex;
    justify-content: flex-end;
}

.manual-only-message{
    color:red;
    margin-top:5px;
    font-size:14px;
}
@charset "utf-8";

* {
    font-family: "museo-sans",sans-serif;
    font-size: 12px;
}

.toplevel {
    z-index: 100;
    font-family: "museo-sans",sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.frameStyle_login {
    position: relative;
    height: 70px;
}

.frameStyle_logout {
    position: relative;
    height: 70px;
}

.leaf {
    padding: 10px 0px 0px 6px;
    z-index: 0;
    background-color: transparent;
    color: #4D4D4F;
    font-size: 12px;
    font-weight: 500;
    display: block;
    position: relative;
    white-space: nowrap;
}

.multi {
    float: left;
}

    .multi dd {
        text-align: left;
    }

.dotline {
    border-width: 0px 0px 2px;
    border-style: dotted;
    border-color: #4D4D4F;
    position: relative;
    width: 100%;
    display: block;
}

.sy2_ul {
    position: absolute;
    left: 38px;
    top: 70px;
    z-index: 1112;
    display: none;
    border: #999 solid 1px;
    border-top: none;
    padding: 20px 5px;
    background: #fff;
    text-align: center;
}

.topSubBox, .boxStyle {
    padding: 10px 10px 20px 10px;
    margin: 0px;
    background-color: #FFFFFF;
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: #4D4D4F;
    box-shadow: rgb(95, 95, 95) 0px 0px 10px;
    border-radius: 0px 0px 6px 6px;
    text-align: left;
}

.topSubBox {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 100px;
}

    .topSubBox a {
        padding: 10px 0px 0px 6px;
    }

    .topSubBox ul {
        margin: 0;
        padding-left: 0px;
    }

.topSy1_ul .subTitle {
    margin: 0px 0px 4px;
    color: #EA6A26;
    font-family: "museo-sans",sans-serif;
    font-size: 17px;
    white-space: nowrap;
    position: relative;
    line-height: normal;
    display: block;
    font-weight: normal;
}

.leftSubTitle {
    padding: 0px 0px 5px 5px;
    color: #EA6A26;
    font-family: museo-sans,sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-align: left;
    font-weight: 500;
    display: block;
}

.topSy1_ul li {
    list-style: none;
}

.topSy1_ul a {
    text-decoration: none;
}

    .topSy1_ul a:hover {
        text-decoration: underline;
    }

.topSy1_ul dd {
    margin: 0;
    padding: 0;
}

.topSy1_ul li a.sy1_tit {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    text-decoration: none;
    font-size: 1.1rem;
}

.topSy1_ul li.sy1_li {
    height: 70px;
    float: left;
    z-index: 100;
    position: relative;
    padding-top: 26px;
    margin-right: 4px;
}
#topmenu_tap {
    display: none;
}
#menu-logged-out li.sy1_li {
    margin-right: 10px;
}

.topSy1_ul li.sy1_li .sy1_tit {
    display: block;
    text-align: center
}

.sy1_li_bg {
    display: block;
    text-align: center;
}

.paragraphStyle {
    width: 150px;
    color: #4D4D4F;
    font-family: museo-sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px;
    display: block;
}

.paragraphBgStyle {
    width: 160px;
    padding: 0px 0px 0px 4px;
    margin: 00px 0px 0px 0px;
}

.catalogTitle {
    width: 790px;
    margin: 20px 0px 0px 10px;
}

.catalogLeft {
    width: 160px;
    padding: 0px 30px 15px 0px;
    margin: 15px 0px 0px 10px;
}

.catalogMiddle {
    width: 160px;
    padding: 0px 30px 15px 15px;
    margin: 15px 0px 0px;
}

.catalogRight {
    width: 160px;
    padding: 0px 30px 15px 15px;
    margin: 15px 0px 0px;
}

.onlineProductsTitle {
    width: 790px;
    margin: 10px 0px 0px 10px;
}

.commonColumn {
    width: 195px;
    padding: 5px 15px 5px 5px;
}

#standardTopMenu {
    width: 812px;
}

.tripleLineMenu {
    width: 620px;
    float: left;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#standardTopMenu .tripleLineMenu dd {
    display: inline-block;
    width: 130px;
    position: relative;
    margin: 0px 0px 0px 10px;
}

.tripleLineMenu dd {
    height: 26px;
}

#menu-search input {
    border: none;
    outline: none;
    padding: 0 5px;
}

#menu-search .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu-search {
    border-bottom: 1px solid #4c4c4e;
    padding: 0;
}

#menu-search .button-search {
    font-size: 12px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    min-width: 30px;
    background-color: transparent;
}

#menu-search.active {
    border-bottom: 2px solid #ea6a26;
}

#menu-search .button-search i {
    cursor: pointer;
    color: #000;
    font-size: 1.8em;
}

#menu-search.active .button-search i {
    color: #ea6a26;
}

#menu-search .input-search i {
    margin: 0 3px;
}

#menu-search .delete-search i {
    margin-left: 3px;
}

#menu-search div.inline-block {
    display: inline-block;
}

#menu-search .center {
    align-items: center;
    display: flex;
    justify-content: center;
}
