@font-face {
    font-family: "Sofia";
    src: url("/styles/fonts/Sofia/Sofia Pro Regular Az.woff");
}
@font-face {
    font-family: "Sofia";
    font-weight: bold;
    src: url("/styles/fonts/Sofia/Sofia Pro Bold Az.woff");
}

:root {
    --tt-splash: 37, 244, 238;
    --tt-razz-light: 255,233,237;
    --tt-razz: 254, 44, 85;
    --tt-lightgray: 240, 240, 240;
    --tt-gray: 226, 226, 226;
    --tt-mediumgray: 199, 199, 199;
    --tt-darkgray: 134, 134, 134;
    --tt-black: 0, 0, 0;
    --tt-white: 255, 255, 255;
    --tt-ultralightpurp: 227, 217, 255;
    --tt-lightpurp: 188, 165, 255;
    --tt-purp: 136, 106, 255;
    --tt-ultralightsplash: 240, 255, 254;
    --tt-lightsplash: 222, 254, 253;
    --tt-mediumsplash: 176, 252, 250;
    --index: 0;
}
body, a, p, span, strong, h1, h2, h3, h4, h5, label, button, input, textarea, select, option {
  font-family: "Sofia";
}
body {
    min-height: 100vh;
    position: relative;
    margin: 0px;
}
body div.uwy.userway_p1 .userway_buttons_wrapper
{
    top: auto;
    bottom: 13px;
}
.bg-razz-light{
    background-color: rgba(var(--tt-razz-light));
}
img {
    max-width: 100%;
}#25F4EE
.small-text
{
    font-size: 11px;
}
.employee-login {
    height: 335px;
    width: 100%;
}
a.button,.button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    font-size: 1.15em;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgba(var(--tt-white));
    background-color: rgba(var(--tt-black));
    border-radius: 40px;
    min-width: 200px;
    line-height: 180%;
    height: 2.875rem;
}


.list-group-item.active {
    background-color: rgba(var(--tt-splash));
    color: rgba(var(--tt-black));
    border-color: rgba(var(--tt-splash));
}
a.button:hover,
button:hover, input[type="submit"]:hover {
    background-color: rgba(var(--tt-splash));
    color: rgba(var(--tt-black));
}
.tk-master-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.tk-maincontent {
    grid-area: 2 / 1 / 2 / 13;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tk-maincontent > *:last-child {
    height: 100%;
}
.formcontent > * {
    height: 100%
}
div.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1200;
    opacity: 0.5;
    background-color: rgba(var(--tt-black));
}
div.overlay.show
{
    display: block;
}
.fixedheader {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(var(--tt-white));
    color: rgba(var(--tt-black));
    z-index: 999;
    grid-area: 1 / 1 / 2 / 13;
}
.fixedheader a{
    text-decoration: none;
}
#SideNavigationPanel > div {
    position: sticky;
    top: 111px;
}
.header.wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    height: 100%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding: 0px 20px;
}
.header-left,
.header-center{
    padding: 6px 0px;
}
.header-center
{
    text-align: center;
}
.header-center img {
  display: inline-block;
}
.header-center span {
  display: inline-block;
  font-size: 32px;
  margin: 0px;
  line-height: 50px;
}
.header-right {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-right .small-text
{
    font-size: 9px;
    display: block;
    color: rgba(var(--tt-black));
}
.header-right .menu
{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0,1fr);
    column-gap: 20px;
    align-items: center;
    text-align: center;
}
.header-right .icon
{
    font-size: 26px;
    color: rgba(var(--tt-black));
    text-decoration: none;
}
.header-right .icon img
{
    filter: invert(1);
    min-width: 20px;
}
.header-right .icon img.rotate
{
    transform: rotate(180deg);
}
.search .search-icon:hover img,
.search.open .search-icon img,
.header-right a:hover img {
  filter: invert(25%);
}
.search .search-icon
{
    display: block;
    cursor: pointer;
}
.search .search-icon img
{
    display: block;
}
.search
{
    display: grid;
    align-items: center;
    background: linear-gradient(to left, transparent 50%, rgba(218,218,218,0.3) 50%) right;
    background-size: 200%;
    transition: .25s ease-out;
    grid-auto-flow: column;
    grid-template-columns: 30px auto 30px;
    grid-gap: 5px;
    padding: 5px;
}
.search.open
{
    background-position: left;
}
.searchform input
{
    display: inline-block;
    margin: 0px;
    background-color: transparent;
    border: none;
    color: rgba(var(--tt-white));
}
.search .search-submit
{
    height: 28px;
    width: 28px;
    background-color: #6bcad4;
    padding: 0px;
    display: inline-block;
    position: relative;
    color: rgba(var(--tt-white));
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
ul.sayt-menu img
{
    max-height: 50px;
}
.header .logo
{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.header .logo:hover
{
    text-decoration: none;
}
.header .logo img
{
    max-height: 80px;
}
.searchwrapper,
.search .search-submit
{
    display: inline-block;
    opacity: 0;
    transition: .25s ease-out;
}
.search.open .searchwrapper,
.search.open .search-submit
{
    opacity: 1;
}
.micro-nav
{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 100px;
    color: rgba(var(--tt-black));
    height: 35px;
    background-color: rgba(var( --tt-gray));
    text-align: center;
}
.micro-nav .leftside
{
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: center;
    grid-gap: 15px;
    padding-left: 15px;
}
.micro-nav a
{
    color: rgba(var(--tt-black));
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
}
.micro-nav .cart {
    color: rgba(var(--tt-black));
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding-right: 20px;
    height: 100%;
}
.rightside .cart img {
  filter: brightness(0%);
}
.micro-nav .small-text {
    font-size: 12px;
    display: inline-block;
}
.name-banner
{
    text-align: center;
    background-color: rgba(var( --tt-gray));
    padding-top: 15px;
    padding-bottom: 15px;
}
.name-banner h2
{
    margin: 0px;
    font-size: 36px;
}
.main-content .pnl-container 
{
    max-height: 40px;
}
p.price.original span
{
    position:relative;
}
p.price.original span::before{
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: calc( 50% - 1.5px );
    border-bottom: 3px solid rgba(255,0,0,0.8);
}
.link-btn-remove {
    background-image: url('../images/Remove_Item.svg');
    background-repeat: no-repeat;
    width: 50px; /* adjust this to the width of your SVG */
    height: 50px; /* adjust this to the height of your SVG */
    border: none; /* remove the border if necessary */
    text-indent: -9999px; /* hide the text */
    transition:all ease-in-out 0.15s;
}
.link-btn-remove:hover {
    filter: brightness(3.5);
}
.footer {
    position: absolute;
    left: 0;
    bottom: -260px;
    height: 100%;
    max-height: 260px;
    clear: both;
    background-color: rgba(var(--tt-black));
    color: rgba(var(--tt-white));
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    z-index: 10;
}
.footer.docked
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
.footer .logo img
{
    margin-left: 20%;
    margin-right: 20%;
}
.footer a {
    color: rgba(var(--tt-white));
    text-decoration: none;
}
.footer .links a,
.footer .has-children > a{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}
.cookiebar
{
    position: fixed;
    bottom: 0px;
    background-color: rgba(var(--tt-white));
    padding: 25px;
    width: 100%;
    z-index:5000;
    display: none;
    border-top: 2px solid rgba(var(--tt-splash));
}
.cookiebar.visible
{
    display: block
}
.cookiebar .wrapper
{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 3fr 1fr;
    grid-gap: 25px;
}
.cookiebar .buttons
{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    padding-right: 20px;
}
.cookiebar .button
{
    margin-left: auto;
    margin-right: auto;
}
.cookiebar .decline
{
    background-color: transparent;
    border: 2px solid rgba(var(--tt-black));
    color: rgba(var(--tt-black));
}

/* Home Page */
div.rotator
{
    position: relative;
    z-index: 100;
}
div.rotator a.left,
div.rotator a.right{
    font-size: 40px;
    display: none;
    position: absolute;
    z-index: 300;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
div.rotator a.left
{
    left: 2%;
}
div.rotator a.right
{
    right: 2%;
}
div.rotator .home-banner
{
    position: relative; 
    top: 0px;
    z-index: 100;
    display: none;
}
div.rotator .home-banner.hiding
{
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 30;
}
div.rotator .home-banner img
{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.featured
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.featured h3
{
    text-align: center;
}
.home-featured .arrow
{
    display: none;
}
.home-featured .product:nth-child(4n+1)
{
    margin-left: 0px;
    clear: both;
}
.home-banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 5%;
    width: 40%;
}
.banner-text h2 span
{
    font-size: 14px;
    line-height: 18px;
    display: block;
}
div.featured-grid div.category
{
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
div.featured-grid div.product:first-child
{
    margin-left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
div.featured-grid div.product:last-child
{
    margin-right: 0px;
}
div.featured-grid div.product
{
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
}
div.featured-grid p.name {
    white-space: initial;
}
div.featured-grid a.arrow
{
    font-size: 40px;
    position: relative;
    z-index: 100;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}

/* Category Pages */
.cat-page .prodcrumbs
{
    padding: 10px;
    padding-left: 20px;
}
.pageddl
{
    padding-top: 15px;
    padding-bottom: 25px;
}
.pageddl label
{
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}
.cat-page .description .owner-user .recipient,
.cat-page .description .owner-user .participant,
.cat-page .description .owner-user .admin,
.cat-page .description .participant-user .recipient,
.cat-page .description .participant-user .owner,
.cat-page .description .participant-user .admin,
.cat-page .description .recipient-user .participant,
.cat-page .description .recipient-user .owner,
.cat-page .description .recipient-user .admin,
.cat-page .description .admin-user .recipient,
.cat-page .description .admin-user .participant,
.cat-page .description .admin-user .recipient
{ display: none; }
.featured .category,
.cat-page .product,
.searchResults .product
{
    text-align: center;
    margin-bottom: 25px;
}
.product div.image
{
    margin-bottom: 15px;
}
.product div.image img
{
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.product:hover div.image img
{
    transform: scale(1);
}
.top-cat .category .name a,
.cat-page .product .name a,
.searchResults .product .name a
{
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
.cat-page .category .product:nth-child(4n+1),
.top-cat .category:nth-child(4n+1),
.searchResults .product:nth-child(3n+1)
{
    clear: left;
    margin-left: 0px;
}
.searchResults.category
{
    padding-top: 20px;
}
.filters label
{
    display: inline-block;
}
.blendedSearchMain .left
{
    padding-top: 25px;
}
.blendedSearchMain .left h3
{
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 25px;
}
.blendedSearchMain .left h4
{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.searchMessage
{
    margin-top: 25px;
    margin-bottom: 15px;
}
.searchPaging
{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}
.searchPaging span
{
    float: left;
}
.searchPaging a
{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
}
.catheader
{
    background-color: rgba(var( --tt-gray));
    text-align: center;
}
.catheader h1
{
    margin: 0px;
    margin-bottom: 15px;
    height: 100px;
    line-height: 100px;
    font-size: 42px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}
.filters h3
{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 30px;
}
.category.catpage,
.related .category{
    display: grid;
    padding-left: 20px;
    padding-right: 20px;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 100%/5), 1fr));
}
.col.img img.preview{
    min-width: 100px;
}
/* Product Pages */
.cartoverlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 35%;
    transform: translate(-50%, -50%);
    background-color: rgba(var(--tt-white));
    padding: 20px;
    z-index: 1400;
    border-radius: 5px;
    min-width: 530px;
    max-width: 575px;
}
.breadcrumb{
    justify-content: center;
    /*min-height: 2.75rem;*/
}
.history{
    max-width: 1600px;
}
.cartoverlay .close.top,
.save-popup > .close.top
{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 22px;
    cursor: pointer;
}
.cartoverlay .image
{
    text-align: center;
}
.cartoverlay .copy p
{
    margin-bottom: 15px;
    font-size: 18px;
}
.cartoverlay .cart-btns .continue
{
    display: block;
    cursor: pointer;
}
.cartoverlay .row
{
    display: flex;
    align-items: center;
}
.productImage
{
    text-align: center;
}

.prod-page .breadcrumb
{
    text-align: left;
}
h1.prod-title,
.prod-page p.price
{
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    line-height: 38px;
    margin-bottom: 8px;
}
h3.sku
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 25px;
}
.productquantity
{
    margin-bottom: 25px;
}
div.quantities
{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 0.5fr 1fr ;
    margin-bottom: 25px;
}
div.quantities .qtyopt input
{
    max-width: 95px;
    display: inline-block;
    margin-left: 10px;
}
.productQTYPricing table
{
    width: 100%;
    background-color: rgba(var(--tt-white));
    text-align: center;
}
.productQTYPricing table th
{
    background-color: rgba(var(--tt-black));
    color: rgba(var(--tt-white));
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.productQTYPricing table td
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.productQTYPricing table tr:nth-child(2n+1)
{
    background-color: rgba(var( --tt-gray));
}
.productcontent .details,
.productcontent .prodopt
{
    margin-bottom: 20px;
}
.related
{
    margin-bottom: 25px;
    text-align: center;
}
.related h3
{
    font-weight: bold;
}
.productcontent .description ul
{
    padding-left: 25px;
    list-style: disc;
}
.productcontent .description strong
{
    font-weight: bold;
}
.productcontent .description p
{
    margin-bottom: 15px;
}

/* Login/Account/Order History */
.login-form
{
    margin-top: 25px;
    text-align: center;
}
table.login {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
h1.account { 
    text-align: center;
    margin-top: 20px;
    font-size: 35px;
}
.accountheader
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.accountheader a
{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
table.orders
{
    margin: auto;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
table.orders td {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    border: 1px solid rgba(var( --tt-gray));
}
table.orders th {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-weight: bold;
}
table.orders td:first-child {
    padding-left: 8px;
}
table.line-items tr:last-child td{
    padding:0;
}
.table-footer td > *{
    text-align: left;
}
table.orders td:nth-child(n+4) {
    text-align: center;
}
table.t-details td{
    border-style: none;
    text-align: left;
}
table.line-items th{
    background-color: rgba(var(--tt-mediumsplash));
}
table.line-items td {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(var( --tt-gray));
    text-align: center;
}
table.line-items * {
    border-style: none;
}
table.orders th.subtable span {
    display: inline-block;
}
table.orders th.subtable span,
table.orders table.t-details td {
    width: 20%;
}
table.orders th.subtable span:first-child,
table.orders table.t-details td:first-child {
    width: 60%;
}
table.orders p {
    margin-bottom: 5px;
    line-height: 17px;
}
table.orders div.o-details,
table.orders div.reorder {
    display: none;
    position: fixed;
    max-width: 85%;
    max-height: 85%;
    min-width: 60%;
    min-height: 50%;
    z-index: 2500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}
table.orders a.view-more,
table.orders a.reorder-btn {
    cursor: pointer;
    display: inline-block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}
table.orders table.t-details p
{
    margin-bottom: 5px;
}
table.orders a.close {
    font-size: 30px;
    text-decoration: none;
    margin-bottom: 25px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
table.orders div.padding {
    padding: 20px;
}
table.orders table.line-items {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
table.orders table.t-details
{
    width: 100%;
}

/* Order Approval */
table.orders a.more
{
    text-decoration: underline;
}
a.more:hover {
    cursor: pointer;
}
div.lightbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: 3000;
    padding: 30px;
}
div.lightbox.show {
    display: block;
}
div.lightbox.results {
    text-align: center;
}
div.lightbox a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d7d7d7;
    margin-left: 5px;
    margin-top: 0px;
    line-height: 24px;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
}
.filters input[type="date"]{
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 90%;
}
.lightbox.approval {
    padding-top: 40px;
}
.lightbox.container h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}
table.overview div.group {
    margin-top: 20px;
}
a.showhide:hover,
a.close:hover {
    cursor: pointer;
}
.orderrow .lightbox h4
{
    text-align: left;
    margin-bottom: 20px;
}
.orderrow .lightbox strong
{
    border-bottom: 1px solid rgba(var(--tt-black));
    margin-bottom: 15px;
    padding-bottom: 5px;
    display: block;
}
.orderrow .items-tbl
{
    font-size: 13px;
}
.orderrow .items-tbl .row:first-child
{
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
.prog-name
{
    text-align: center;
}
.orderrow .items-tbl .row
{
    margin-bottom: 6px;
}
.items-tbl .iteminfo ul
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    list-style: disc;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
}
.radio
{
    display: block;
    margin-bottom: 20px;
}
.radio label
{
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
}
.buttons.space-out div {
    text-align: center;
}
.buttons.space-out div:first-child {
    text-align: left;
}
.buttons.space-out div:last-child {
    text-align: right;
}
.buttons.space-out .formElement
{
    width: 125px;
    display:inline-block;
}
.buttons.space-out label
{
    font-size: 12px;
    line-height: 16px;
    margin-top: 1px;
}
.buttons.space-out select
{
    height: 44px;
    padding-top: 13px;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 0px;
    background-position: calc(100% - 29px) calc(1.3em + 2px), calc(100% - 25px) calc(1.3em + 2px), calc(100% - 1.8em) 0.3em;
}
.addr-tbl
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; 
}
table.orders  .addr-tbl td
{
    border: none;
    background-color: rgba(var(--tt-white));
}
.statuses {
    width: 100%;
    margin-bottom: 25px;
}
.statuses tr
{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

/* Dashboard page */
.tab-wrapper
{
    padding: 40px;
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.tab-wrapper .section
{
    display: none;
}
.tab-wrapper .section.active
{
    display: block;
    left: 0px;
    width: calc(100% - 44px);
    text-align: left;
    border: 2px solid rgba(var( --tt-darkgray));
    border-radius: 10px;
    padding: 20px;
}
.tab-wrapper .tab
{
    border: 1px solid rgba(var( --tt-darkgray));
    border-bottom: none;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: calc(100%/5 - 40px);
    max-width: 250px;
    position: absolute;
    height: 40px;
    top: 0px;
}
.grouping:nth-child(1) .tab
{--index: 0;}
.grouping:nth-child(2) .tab
{--index: 1;}
.grouping:nth-child(3) .tab
{--index: 2;}
.grouping:nth-child(4) .tab
{--index: 3;}
.grouping:nth-child(5) .tab
{--index: 4;}
.tab-wrapper .grouping .tab
{ transform: translateX(calc((100% + 40px) * var(--index) + 40px)); }
.tab-wrapper .tab.active
{
    border-color: rgba(var(--tt-black));
    background-color: rgba(var(--tt-black));
    color: rgba(var(--tt-white));
}
.tab-wrapper .tab.active a
{
    color: rgba(var(--tt-white));
}
.section .popup img{
    position: relative;
}
.enabled a{
    display: flex;
     flex-direction: column;
     align-items: center;
}
.notice {
    position: absolute;
    top: 33%;
    width: 100%;
    min-height: 100px;
    padding: 5px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 800;
    font-size: 28px;
    font-weight: bold;
    border-top: 10px solid rgba(var(--tt-white));
    border-bottom: 10px solid rgba(var(--tt-white));
}
.tab-wrapper .popup
{
    text-align: center;
    margin-bottom: 25px;
}
.popup{
    text-align: center;
}
.tab-wrapper .popup .img .logo.offerstate {
    filter: opacity(0.25);
}
.tab-wrapper .popup .img
{
    position: relative;
    width: fit-content;
}
.tab-wrapper .popup .notice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 800;
    font-size: 28px;
    font-weight: bold;
    border-top: 10px solid rgba(var(--tt-white));
    border-bottom: 10px solid rgba(var(--tt-white));
}
.tab-wrapper .popup:nth-child(3n+1)
{
    margin-left: 0px;
    clear: left;
}
.tab-wrapper .popup.disabled img
{
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);
}
.tab-wrapper .popup a
{
    display: block;
    padding: 10px;
}
.tab-wrapper .popup img,
.tab-wrapper .popup span
{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.tab-wrapper.single {
    display: block;
}
.tab-wrapper.single .tab
{
    display: none;
}
.tab-wrapper.single .section
{
    position: relative;
}
.new-offer
{
    text-align: center;
}
.img{
    position: relative;
}
/* Cart Page */
.carttable .item input[type="text"]
{
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}
.cartbuttons a
{
    float: right;
    clear: right;
    min-width: 125px;
}
.carthead
{
    text-align: center;
}
div.cartfooter.row
{
    margin-bottom: 20px;
}
div.carttable .row div:last-child
{
    text-align: left;
}
div.carttable div.carthead,
.review-cart .cartHeader
{
    text-align: left;
}
div.carttable .remove
{
    float: right;
}
.review-cart
{
    width: 100%;
    margin-bottom: 25px;
}
div.carttable .carthead,
div.carttable .item.row,
.review-cart .cartHeader,
.review-cart .cartItem
{
    border-bottom: 2px solid rgba(var(--tt-black));
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.review-cart .cartHeader th,
.review-cart .cartItem td
{
    padding-top: 10px;
    padding-bottom: 10px;
}
div.carttable .item.row a
{
    text-decoration: none;
}

div.cartfooter .labels
{
    text-align: right;
}
div.empty p
{
    text-align: center;
    margin-bottom: 25px;
}
div.carttable .cartbuttons
{
    clear: both;
}
.carttable .gifts
{
    float: left;
    width: 50%;
}

/* Invite Form */
.card-inv {
    width: 30rem;
    min-height: 15rem;
}
.wizard-form
{
    background-color: rgba(var(--tt-splash));
}
.wizard-wrapper
{
    background-color: rgba(255,255,255,0.85);
    padding-bottom: 40px;
}
.invite-form.heading
{
    background-color: rgba(var(--tt-white));
    border-bottom: 2px solid rgba(var( --tt-gray));
    text-align: center;
    padding-top: 15px;
}
.wizard-form .step
{
    width: 80%;
    padding: 30px;
    border: 1px solid rgba(var( --tt-gray));
    background-color: rgba(var(--tt-white));
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.wizard-form p
{
    margin-bottom: 12px;
}
div.invite-wiz {
    text-align: center;
    min-height: 85px;
}
div.invite-wiz ul {
    list-style: none;
    counter-reset: item;
    margin-top: 25px;
}
div.invite-wiz ul li {
    display: inline-block;
    counter-increment: item;
    margin-bottom: 5px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100px;
    vertical-align: top;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 13px;
    line-height: 15px;
    color: rgba(var(--dd-mediumgray));
}
div.invite-wiz ul li:after {
    content: counter(item);
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid rgba(var( --tt-gray));
    color: rgba(var( --tt-gray));
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,0);
}
div.invite-wiz ul li:nth-child(n+2)::before {
    content: '';
    border-top: 3px solid rgba(var( --tt-gray));
    position: absolute;
    width: 100px;
    height: 1px;
    left: -50px;
    top: 22px;
    transform: translate(-27px,0);
    color: rgba(var( --tt-gray));
}
div.invite-wiz ul li.active:after,
div.invite-wiz ul li.active:before,
div.invite-wiz ul li.check:before
{
    border-color: rgba(var(--tt-black));
    color: rgba(var(--tt-black));
    background-color: rgba(var(--tt-splash));
}
div.invite-wiz ul li.check:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    text-decoration: inherit;
    border: 3px solid rgba(var(--tt-black));
    background-color: rgba(var(--tt-black));
    line-height: 42px;
    color: #fff;
}
div.invite-wiz ul li.active
{
    font-weight: bold;
}
div.invite-wiz ul li.check, div.invite-wiz ul li.active a, div.invite-wiz ul li.check a {
    color: rgba(var(--tt-black));
    text-decoration: none;
    font-weight: bold;
}

/* Checkout */
div.continue
{
    padding-top: 20px;
}
div.breadcrumb,
div.continue {
    text-align: center;
}
div.breadcrumb ol {
    list-style: none;
    counter-reset: item;
    margin-top: 25px;
}
div.breadcrumb ol li {
    display: inline-block;
    counter-increment: item;
    margin-bottom: 5px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 80px;
    vertical-align: top;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: rgba(var( --tt-darkgray));
    text-transform:capitalize;
}
div.breadcrumb ol li:after {
    content: counter(item);
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid rgba(var( --tt-darkgray));
    color: rgba(var( --tt-darkgray));
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content:center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}
div.breadcrumb ol li:nth-child(n+2)::before {
    content: '';
    border-top: 3px solid rgba(var( --tt-darkgray));
    position: absolute;
    width: 80px;
    height: 1px;
    left: -40px;
    top: 22px;
    transform: translate(-27px, 0);
}
div.breadcrumb ol li.active:before,
div.breadcrumb ol li.check:before {
    border-top: 3px solid rgba(var(--tt-black));
}
div.breadcrumb ol li.active,
div.breadcrumb ol li.check,
div.breadcrumb ol li.active a,
div.breadcrumb ol li.check a {
    text-decoration: none;
}
div.breadcrumb li.check {
    padding-top: 0px;
}
div.breadcrumb li.check a {
    display: block;
    padding-top: 50px;
    position: absolute;
}
div.breadcrumb ol li.active:after {
    border: 3px solid rgba(var(--tt-black));
    color: rgba(var(--tt-black));
}
div.breadcrumb ol li.active::after{
    background-color: rgba(var(--tt-mediumsplash));
    color: rgba(var(--tt-black));
}
div.breadcrumb ol li.check:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-size: 30px;
    font-weight: 900;
    text-decoration: inherit;
    border: 3px solid rgba(var(--tt-black));
    background-color: rgba(var(--tt-black));
    font-size: 28px;
    line-height: 42px;
    color: #fff;
}
div.address.ReadOnly label
{
    margin-left: 0px;
    margin-bottom: 0px;
}
div.address.ReadOnly span
{
    display: block;
}
div.address.ReadOnly .row
{
    padding-bottom: 15px;
}
.checkout h2
{
    text-align: center;
    font-size: 2.5rem;
}
.checkout div.addr,
.checkout div.date
{
    text-align: center;
    padding-bottom: 15px;
}
div.checkout table.shopts
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
div.checkout input[type="checkbox"],
div.checkout input[type="radio"],
div.checkout label
{
    display: inline-block;
}
.checkout .paymentbox
{
    text-align: center;
}
.checkout .paymentbox.certs
{
    margin-bottom: 15px;
}
.checkout .paymentbox.certs p
{
    display: block;
    clear: both;
}
.checkout .payment.row
{
    margin-bottom: 25px;
    clear: both;
    text-align: center;
}
.express-addr 
{
    padding-top: 20px;
}
.express-addr h5
{
    font-weight: bold;
}
.address.row > * {
    width: auto;
}
.addr.row{
    display: block;
}
.row.ten.columns.continue.offset-by-one{
    justify-content:center;
}
.row.ten.columns.continue.offset-by-one input {
    width: auto;
}
.name a{
    color: rgba(var(--tt-black));

}
.has-children ul{
    padding-left: 0;
}
.carttable .row{
    display: block;
}
#RfcCurp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.RfcCurp-lightbox-content {
    background: #fff;      
    padding: 2em;
    border-radius: 8px;
    min-width: 300px;
    max-width 90vw;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    position: relative;
}
@media (max-width: 600px) {
    .RfcCurp-lightbox-content {
        width: 95vw;
        max-width:95vw;
        min-width: unset;
        padding: 1em;
        border-radius: 6px;
        margin-top: 5vh;
        margin-bottom: 5vh;
        max-height: 60vh;
        overflow-y: auto;
    }
}
#RfcCurp-lightbox[style*="display: none"] {
    display: none !important;
}
.RfcCurp-lightbox-content ol {
    list-style: decimal inside;
    margin-left: 0;
    padding-left: 0;
}
.RfcCurp-lightbox-content ul {
    list-style: disc inside;
    margin-left: 1.5em;
    padding-left: 0;
}
.RfcCurp-lightbox-content ul li {
    margin-bottom: 0.5em;
}
.RfcCurp-lightbox-content a:last-of-type {
    display: block;
    margin: 2em auto 0 auto;
    text-align: center;
    width: fit-content;
}

/*
    ------AddressBook-----
*/
.card-addrinsert > .card > .card-body > img {
    max-width: 100px;
    width: 25%;
}

.card-addrinsert > .card > .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.addressbook-container {
    margin: 25px 0;
}

.card-addr-size > .card-footer  input,
.card-addr-size > .card-footer > a.button {
    margin-bottom: 0px;
}

.card-addr-size > .card-footer {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}

.card-addr-size, .card-addrinsert > .card {
    min-height: 300px;
}

    .card-addrinsert > .card > .card-body {
        justify-content: center;
    }

.card-addr-size {
    min-width: 435px;
    box-shadow: 1px 1px 9px hsl(210deg 14% 75%);
}
.card-addrinsert .card{
    border: none;
}


.plus-container {
    cursor: pointer;
    height:100px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-addrinsert:hover .vertical-line, .card-addrinsert:hover .horizontal-line {
    background-color: rgba(var( --tt-darkgray));
}
.card-addrinsert:hover h3{
    color: rgba(var( --tt-darkgray));
}

.vertical-line {
    position: absolute;
    background: #000;
    width: 10px;
    height: 100px;
    border-radius: 10px;
}

.horizontal-line {
    position: absolute;
    background: #000;
    width: 10px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(90deg);
    transform: translate-x(50px);
}

.card-addr-size .card-header
{
    margin-top: 0.5rem;
}
.addressedit-container {
    display: flex;
    justify-content: center;
}
.popup-grid {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap: 2rem;
}

.addressbook-card-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 25px;
}
.card-addrinsert:hover {
    cursor: pointer;
}

.addressedit-form-action > input {
    margin-bottom: 0;
}
.card-text {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.addressedit-container .formElement > input select {
   width: 100% !important;
}

/* primaryNavigation.ascx styles*/
.tt-nav-link a {
    text-align: center;
    min-width: 200px;
   
}
.tt-bg-light {
    background-color: rgba(var(--tt-white));
    color: rgba(var(--tt-black))
}
.tt-bg-purp-lt {
    background-color: rgba(var(--tt-ultralightpurp));
    color: rgba(var(--tt-black))
}
.tt-bg-dark, .tt-bg-dark a {
    background-color: rgba(var(--tt-black));
    color: rgba(var(--tt-white));
}
.tt-bg-dark > *{
    color: white;
}
.tt-bg-dark a:hover {
    background-color: rgba(var(--tt-splash));
    color: rgba(var(--tt-black));
}
.tt-bg-purp {
    background-color: rgba(var(--tt-purp));
    color: rgba(var(--tt-black));
}
.tt-bg-splash{
    background-color: rgba(var(--tt-splash));
    color: rgba(var(--tt-black));
}
.tt-bg-ultralightsplash{
    background-color: rgba(var(--tt-ultralightsplash));
    color: rgba(var(--tt-black));
}
.tt-bg-purp a:hover {
    background-color: rgba(var(--tt-lightpurp));
    color: rgba(var(--tt-black));
}
.tt-collect-my-swag {
    margin-right: 10rem;
}
.tt-bg-lightsplash{
    background-color: rgba(var(--tt-lightsplash));
}
.tt-bg-mediumsplash {
    background-color: rgba(var(--tt-mediumsplash));
}
.tt-bg-razz-light{
    background-color: rgba(var(--tt-razz-light));
    color: rgba(var(--tt-black));
}
.tt-bg-razz{
    background-color: rgba(var(--tt-razz));
    color: rgba(var(--tt-white));
}
.tt-bg-gray{
    background-color: rgba(var( --tt-gray));
    color: rgba(var(--tt-black));
}
.tt-bg-darkgray {
    background-color: rgba(var( --tt-darkgray));
    color: rgba(var(--tt-black));
}
.tt-bg-lightgray {
    background-color: rgba(var( --tt-lightgray));
    color: rgba(var(--tt-black));
}
.text-razz {
    color: rgba(var(--tt-razz));
}

/* MySwag styles*/
.tt-header {
    min-height: 75px;
}
.tt-bg-white{
    background-color: rgba(var(--tt-white));
    color: black;
}
.tt-back-to-top {
    bottom: 20px;
    right: 20px;
    display: none;
}
/*MySwag SideNav*/
.side-nav {
    width: 200px;
    grid-area: nav;
    border-right: 1px solid rgba(var( --tt-gray));
    background-color: rgba(var(--tt-ultralightsplash));
    height: 100vh;
}
.side-nav *{
    transition: all ease-in-out 0.15s;
}
.tt-sidenav a {
    text-decoration: none;
    font-size: 1.05em;
    font-weight: 500;
}

.tt-sidenav, .tt-sidenav a:hover {
    color: unset;
    font-weight: 600;
}

.tt-sidenav > ul {
    line-height: 1.5em;
}
.tt-sidenav ul li{
    width: 100%;
    /*text-align: center;*/
    margin: 0 0 5px 0;
}
.tt-sidenav ul > li:hover {
   background-color: rgba(var(--tt-splash))
}
.tt-sidenav ul > li.active {
    background-color: rgba(var(--tt-splash)); color: unset;
    font-weight: 600;
}
.tt-sidenav ul > li.active > a {
    color: unset;
    font-weight: 600;
}
.tt-sidenav ul > li.active .suspend-site {
    background-color: rgba(var(--tt-razz));
    color: white;
    font-weight: 600;
}
.tt-sidenav ul > li .suspend-site:hover{
    background-color: rgba(var(--tt-razz));
    color: white;
}
/* Header styles */
header {
    grid-area: header;
    border-bottom: solid 2px  rgba(var( --tt-gray));
    position: sticky; /* Make the header sticky */
    top: 130px; /* Stick the header to the top of the viewport */
    z-index: 10; /* Make sure the header is above other elements */
}
 .pagination .page-link {
    color: rgba(var(--tt-black));
    background-color: rgba(var(--tt-white));
}

 .pagination .page-item.active > .page-link {
    color: rgba(var(--tt-white));
    scale: 1 !important;
    background-color: rgba(var(--tt-black));
    border-color: rgba(var(--tt-black));
}

 .pagination .page-link:focus {
    color: rgba(var(--tt-black));
    box-shadow: 0 0 0 0.25rem rgb(37 244 238 / 25%);
}

 .pagination .page-link:hover {
    z-index: 3;
    scale: 1.1;
    transition: scale 0.2s ease-in-out;
    color: rgba(var(--tt-splash));
    background-color: rgba(var(--tt-black));
    border-color: rgba(var(--tt-splash));
}
.projectgrid thead * {
    background-color: rgba(var(--tt-black));
    color: rgba(var(--tt-white));
    width: fit-content !important;
}

.projectgrid tr:nth-child(odd) {
    background-color: rgba(var(--tt-mediumsplash));
}

    .projectgrid tr:nth-child(odd):hover {
        background-color: rgba(var(--tt-lightgray));
    }
tr.seleted td {
    background-color: black;
    color: white;
}
.grid-button {
    font-size: 15px;
    display: flex;
    height: 40px;
    width: 180px;
    min-width: unset;
}
.error{
    color: rgba(var(--tt-razz));
    font-size: 14px;
    font-weight: bold;
}
.error-stock {
    color: rgba(var(--tt-razz));
    font-size: 32px;
    -webkit-text-stroke: 0.1pt black;
    font-weight: 600;
}
.w-max-content{
    width: max-content;
}
.text-color-splash{
    color: rgba(var(--tt-splash));
}
table.dataTable.table-striped > tbody > tr.odd.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95) !important;
    box-shadow: inset 0 0 0 9999px rgba(var(--tt-splash), 0.95) !important;
    color: black !important;
    background: rgba(var(--tt-black), 0.91) !important;
}
table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95) !important;
    box-shadow: inset 0 0 0 9999px rgba(var(--tt-splash), 0.95) !important;
    color: black !important;
    background: rgba(var(--tt-black), 0.91) !important;
}
td .form-check-input:checked {
    background-color: rgba(var(--tt-black));
    border-color: #000000;
}
td .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--tt-black), 10%);
    border-color: rgba(var(--tt-black),20%);
}
.projectgrid tr:nth-child(even) {
    background-color: rgba(var(--tt-white));
}
.product-image{
    aspect-ratio:1;
    width: 75px;
}
    .projectgrid tr:nth-child(even):hover {
        background-color: rgba(var(--tt-white));
    }


    body
    {
        padding-bottom: 0px;
    }
    .side-nav a {
        display: block;
        padding: 10px 15px;
        color: black;
        text-decoration: none;
    }
    .side-nav-list{
        position: sticky;
        top:220px;
    }
    .side-nav a:hover {
        background-color: rgba(var(--tt-splash));
    }

    .side-nav a.suspend-site:hover {
        color: rgba(var(--tt-white));
        background-color: rgba(var(--tt-razz));
    }

    /* Main content styles */
    .main-content {
        grid-area: main;
    }
    .sub-header{
        height:15%;
    }

    .collapse-icon {
        display: inline-block;
        transform: rotate(0deg);
        transition: transform 0.2s ease-out;
    }

    .collapsed .collapse-icon {
        transform: rotate(180deg);
    }

    /* Grid container styles */
    .grid-container {
        display: grid;
        grid-template-areas:
            "nav main";
        grid-template-rows:  auto;
        grid-template-columns: min-content 1fr;
    }
    #StoreFontFormContentWrapper section{
        padding: 0.5rem 1.75rem;
    }
    .ui-autocomplete {
        z-index: 99999;
    }
    .ui-autocomplete .ui-menu-item {
        border: 0;
        padding: 0;
    }
    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
        display: block;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }
    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover,
    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-focus {
        background-color: #e9ecef;
    }
    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .ui-menu-item-wrapper-icon {
        float: right;
        font-size: 0.75rem;
    }
    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .ui-menu-item-wrapper-text {
        display: block;
        margin-bottom: 0.25rem;
    }
    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .ui-menu-item-wrapper-description {
        font-size: 0.75rem;
        color: #6c757d;
    }
.validation{
    color: rgba(var(--tt-razz));
}
/*Media Queries*/


@media (max-width: 767px) {
    .tab-wrapper .popup .notice {
        font-size: 12px;
        min-height: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tab-wrapper .popup .notice {
        font-size: 16px;
        min-height: 50px;
    }
}

@media (min-width: 1024px) {
    .tab-wrapper .popup .notice {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
   .footer .logo img
    {
        max-width: 60%;
        margin-bottom: 20px;
    }
    div.breadcrumb ol li
    {
        font-size: 0px;
        width: 30px;
        margin-left: 12px;
        margin-right: 12px;
    }
    div.breadcrumb ol li::after
    {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        border: 2px solid rgba(var( --tt-darkgray));
    }
    div.breadcrumb ol li:nth-child(n+2)::before
    {
        left: 1px;
        width: 25px;
        border-top: 2px solid rgba(var( --tt-darkgray));
        top: 15px;
    }
    div.breadcrumb ol li.active::after
    {
        border: 2px solid rgba(var(--tt-black));
    }
    div.breadcrumb ol li.active:before,
    div.breadcrumb ol li.check:before {
        border-top: 2px solid rgba(var(--tt-black));
    }
    div.breadcrumb ol li.check:after {
        font-size: 24px;
        border: 2px solid rgba(var(--tt-black));
    }
    div.quantities
    {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
