@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Raleway:ital,wght@0,400;0,700;1,400&display=swap');


:root {
    --mp-white:rgba(255, 255, 255, 1);
    --mp-cyan:rgba(0, 174, 227, 1);
    --mp-navy:rgba(28, 99, 186, 1);
    --mp-teal:rgba(98, 207, 217, 1);
    --mp-duck-egg:rgba(172, 232, 243, 1);
    --mp-charcoal:rgba(40, 40, 39, 1);
    --mp-dark-gray:rgba(47, 64, 80, 1);
    --mp-middle-gray:rgba(188, 204, 212, 1);
    --mp-light-gray:rgba(243, 243, 243, 1);
    --mp-magenta:rgba(252, 107, 151, 1);
    --mp-warning:rgba(243, 102, 104, 1);
    --mp-warning-pink:rgba(255, 244, 249, 1);
    --mp-palest-blue:rgba(243, 250, 252, 1);
    --mp-pale-yellow:rgba(255,252,235,1);
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size: 18px;
    line-height: 28px;
    color: var(--mp-charcoal);
}

.wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-bottom: 2.5rem;
    margin: 0 auto;
    max-width: 1280px;
}

.centerme-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.flexy {
    display: flex;
    justify-content: space-between;
}

.sub-menu #topleft,
.sub-menu #topright {
    display: flex;
    align-items: center;
}

#footer {
    height: stretch;
    background-color: var(--mp-charcoal);
    color: var(--mp-middle-gray);
    padding: 2em 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

#credits {
    font-size: 0.8em;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    background-color:var(--mp-white);
    padding: 20px 60px 0 0;
}
#wrap a{
    color: var(--mp-cyan);
}
#wrap hr{
    height:1px;
    background-color: var(--mp-middle-gray);
    width: 100%;
    border: none;
}

#wrap hr.spacer{
    margin: 20px 0;
}

.hide-desk {
    display: none;
}

#svelte {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* TYPOGRAPHY START */
h1, h2, h3, h4, h5{
    margin:0;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    color: var(--mp-dark-gray);
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    color: var(--mp-dark-gray);
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 20px 0px;
    color: var(--mp-dark-gray);
}
h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.sub-heading{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.blue {
    color: var(--mp-navy);
}
.middle-gray{
    color: var(--mp-middle-gray);
}
.small{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.tag{
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.header{
    border-bottom: 1px solid var(--mp-middle-gray);
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.fullbtn{
    width: 100% !important;
}
.titleicon{
    display: flex;
    align-items: center;
    height:60px
}
.h1svg,.h1svg svg{
    height:48px;
}

.order-status-unpaid{
    background-color: #DB578A;
}
.order-status-paid{
    background-color: #61CED8;
}
.order-status-partially-paid{
    background-color: #01ADE2;
}
.order-status-invoiced{
    background-color: #F79B57;
}
.order-status-payment-verification{
    background-color: #F79B57;
}
.order-status-bank-transfer-checking{
    background-color: #F79B57;
}
.job-status-pending{
    background-color:#B0B6C6;
}
.job-status-data-ok{
    background-color:#61CED8;
}
.job-status-data-problem{
    background-color:#DB578A;
}
.job-status-pending-approval{
    background-color: #F79B57;
}
.job-status-completed{
    background-color:#61CED8;
}
.job-status-shipped{
    background-color:#01ADE2;
}
.job-status-in-production{
    background-color: #01ADE2;
}
.job-status-label{
       padding: 5px 12px;
        border-radius: 7px;  
        color: var(--mp-white); 
        font-size:14px;
        text-align: center;
    }
hr{
    height:1px;
    background-color: var(--mp-middle-gray);
    width: 100%;
    border: none;
}
/* TYPOGRAPHY END */

a {
    color: inherit;
}

code {
    font-family: menlo, inconsolata, monospace;
    font-size: calc(1em - 2px);
    color: var(--mp-middle-gray);
    background-color: #f0f0f0;
    padding: 0.2em 0.4em;
    border-radius: 2px;
}

.inline {
    display: inline-block;
}

.highlight {
    padding: 12px;
    border: 1px solid var(--mp-duck-egg);
    background-color: #e0f4fa;
    color: var(--mp-cyan);
    border-radius: 2px;
}


/* menu nav */

nav {
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-sub {
    background-color: var(--mp-white);
    position: absolute;
    width: 70%;
    padding: 10px 10px 0 0;
    border-radius: 8px;
    color: var(--mp-dark-gray);
    display: none;
    z-index: 100;
    box-shadow: 1px 1px 8px var(--mp-middle-gray);
}
.top-sub.mini{
    width:auto;
}

.top-sub .blue {
    font-size: 15px;
    margin: 10px 0 20px 0;
}

.has-sub:hover>.top-sub {
    display: flex;
}

.sub-left {
    display: block;
    z-index: 99;
}

.sub-left a, .sub-mini a {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0;
}

.sub-left a:hover, .sub-mini a:hover {
    color: var(--mp-middle-gray);
}

.sub-left a img {
    max-height: 24px;
    margin-top: 3px;
}

.sub-right a {
    font-size: 15px;
    padding: 12px 10px;
    line-height: 25px;
}

.sub-right a:hover {
    color: var(--mp-middle-gray);
}

.sub-left>div {
    margin: 0;
    padding: 0;
}

.sub-left a .lefty, .sub-mini a span {
    width: 100%;
    text-align: left;
    padding-left: 18px;
    font-weight: 400;
    font-size: 17px;
}

.sub-mini a span{
    padding: 18px;
}

.picicon {
    width: 70px;
    text-align: center;
}

.top-sub .sub-left {
    width: 33%;
    border-right: 2px solid var(--mp-light-gray);
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.top-sub .sub-right {
    padding: 15px;
    width: calc(66% - 30px);
}

.top-sub .triangle-thingy {
    position: absolute;
    top: -10px;
    width: 30px;
    left: 7%;
}

#headerbg {
    position: absolute;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 420px;
}

#top-banner-new {
    color: var(--mp-white);
    display: flex;
    justify-content: space-between;
    height: 310px;
    min-height: 310px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 80px 0;
}

#top-banner-new.inner #mojo-overpic {
    top: -160px;
}

#top-banner-new.inner {
    height: 190px;
    min-height: 190px;
    padding: 0;
}

#top-banner-new.inner.banner-full{
    height:220px;
}

#top-banner-new.inner #banner-left {
    justify-content: space-evenly;
}

#top-banner-new #banner-left {
    padding: 20px 0 0 0;
    height: calc(100% - 50px);
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    z-index: 9;
}


#top-banner-new #banner-left h1 {
    margin: 0 0 10px 0;
    color: var(--mp-white);
}

#top-banner-new #banner-left a {
    margin: 20px 0 0 0;
    background-color: var(--mp-navy) !important;
    border-color: var(--mp-navy) !important;
    box-shadow: none !important;
    transition: 0.3s;
}

#top-banner-new #banner-left a:hover {
    background-color: var(--mp-dark-gray) !important;
    border-color: var(--mp-dark-gray) !important;
    box-shadow: none !important;
}

#top-banner-new #banner-left div {
    font-size: 20px;
}

#top-banner-new.banner-full #banner-left{
    width:100%;
}

.a-columnblock span{
	font-size: 16px;
}

#mojo-overpic {
    height: 350px;
    position: absolute;
    right: 0;
    top: -40px;
}

#mojo-overpic img {
    height: 390px;
}

.sub-menu {
    position: relative;
    margin: 0 auto;
    color: var(--mp-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 10;
    max-width: 1280px;
}

.my-form input,
.my-form textarea {
    display: block;
    width: calc( 100% - 34px );
  font: inherit;
  border: 2px solid var(--mp-light-gray);
  border-radius: 4px;
  background: var(--mp-white);
  padding: 7px 15px;
  transition: border-color 0.1s ease-out;
    transition-property: border-color;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-behavior: normal;
  position:relative;
}

.my-form input:focus,
.my-form textarea:focus {
    border-color: var(--mp-cyan);
    outline: none;
}

.my-form{
    position:relative;
    margin: 15px 0;
}
.add-address-row .my-form{
    margin:0 !important;
}
.my-form label {
    display: block;
    position: absolute;
    font-size: 11px;
    left: 12px;
    top: -6px;
    color: var(--mp-navy);
    background-color: var(--mp-white);
    padding: 1px 3px;
    z-index: 1;
    font-weight: 500;
    line-height: 11px;
}   

#drop-area label{
    position:revert;
}

.my-form .form-control {
    padding: 0.5rem 0;
    width: 100%;
    margin: 0.25rem 0;
}

.my-form .invalid {
    border-color: var(--mp-magenta);
    background: var(--mp-white);
}

.my-form .error-message {
    color: var(--mp-magenta);
    margin: 0.25rem 0;
    font-size: 14px;
}



.title-select .iconselect img {
    height: 30px;
}



.sub-menu #login-btn {
    padding: 7px;
    border: 1px solid var(--mp-white);
    border-radius: 7px;
    font-size: 1em;
    text-align: center;
    width: 150px;
    display: flex;
    justify-content: center;
}

ul.main-menu {
    color: var(--mp-white);
    display: flex;
    align-items: center;
    width: 100%;
}

.sub-menu li {
    display: inline-block;
    height: 100%;
}

.product-page .sub-title {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 240%;
    font-weight: 200;
}

.menuwrap {
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.left-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: flex-end;
    display: none;
}

ul.main-menu>li {
    display: block;
    float: left;
    font-size: 1.2em;
}

#mojo-logo img {
    padding: 3px 0 10px 0;
    max-height: 40px;
}

.selected {
    position: relative;
    display: inline-block;
}

#login-btn.selected {
    background-color: var(--mp-white);
    color: var(--mp-navy);
}

a {
    text-decoration: none;
    display: block;
}

nav a {
    padding: 15px 20px;
}

#mojo-logo a {
    padding: 15px 0;
}

.welcome {
    position: absolute;
    top: 1em;
    padding: 0 0.5em;
}

#logout {
    text-decoration: underline;
    cursor: pointer;
}

#menucart {
    margin-left: auto;
    position: relative;
}

#menucart #cart a {
    padding: 16px 20px 9px 20px;
}

#banner-index,
#banner-index img {
    width: 100%;
}

#cart {
    height: 45px;
    color: var(--mp-white);
    border-radius: 7px;
    font-size: 1rem;
    position: relative;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--mp-white);
    border-radius: 50%;
    margin-left: 10px;
}

#homeflow-container {
    display: none !important;
}

#item-count {
    width: 20px;
    height: 20px;
    background-color: var(--mp-magenta);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -5px;
    right: -5px;
}

#items-list {
    display: none;
    position: absolute;
    z-index: 100;
    font-size: 0.9rem;
    line-height: 1.8rem;
    right: 0;
    width: 300px;
    background-color: var(--mp-white);
    color: var(--mp-dark-gray);
    border-bottom: 1px solid var(--mp-light-gray);
}

#items-list ul {
    list-style-type: none;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

#items-list li {
    border-bottom: 1px solid var(--mp-light-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.single-item {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
}

#cart:hover #items-list {
    display: none;
}

#cart:hover {
    cursor: pointer;
}

.delete-btn {
    background-color: var(--mp-dark-gray);
    color: var(--mp-white);
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2px;
    text-align: center;
}

.delete-btn:hover {
    cursor: pointer;
}

#cart-total {
    font-weight: 600;
    color: var(--mp-charcoal);
    display: flex;
    justify-content: space-between;
    padding-right: 31px;
    width: 100%;
}

#checkout,
#cart-title {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

#checkout button {
    margin: 0 auto;
}
.button-wrap .layout-beginning{
    background-color: var(--mp-white);
  color: var(--mp-navy);
}

.blue-x {
    color: var(--mp-navy);
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 40px;
}

.bluecenter {
    text-align: center;
}

.texty {
    font-size: 18px;
}

.centerwrap {
    display: flex;
    justify-content: center;
    width: 100%;
}


/*index */

#wrap-carousel {
    background-color: var(--mp-light-gray);
    padding: 20px 0 40px 0;
}

#carousel {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#banner img {
    width: 100%;
}

#news-calendar {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

#news-block {
    width: 48%;
}

#calendar-block {
    width: 48%;
}

#top-text-left,
#top-text-right {
    width: 48%;
}

#top-text-right {
    display: flex;
    justify-content: space-between;
}

#top-text-right .a-columnblock {
    width: 30%;
}

#top-text-right .a-columnblock .top-mini {
    height: 55px;
    margin-bottom: 25px;
}

#top-text-right .a-columnblock .blue {
    color: var(--mp-navy);
    width: calc(100%);
}

#top-text-right .a-columnblock .light-blue-link {
    color: var(--mp-cyan);
    font-weight: 500;
    font-size: 110%;
    margin-top: 25px;
}

.cal-top {
    width: 60px;
    background-color: var(--mp-cyan);
    color: var(--mp-white);
    text-align: center;
    border: 1px solid var(--mp-cyan);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.cal-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    font-size: 28px;
    font-weight: 600;
    border: 1px solid var(--mp-middle-gray);
    border-top: none;
    line-height: 50px;
}

.single-news {
    display: flex;
    margin-bottom: 30px;
}

.single-news .title {
    font-size: 21px;
    font-weight: 600;
}

.minical {
    padding: 0px 20px 10px 0;
}

.calendar-top-container {
    display: flex;
    justify-content: space-between;
}

.single-news a {
    text-decoration: none;
}

.slide-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 10px 0;
    max-width: calc(22% - 2px);
    width: calc(22% - 2px);
    background-color: var(--mp-white);
    color: var(--mp-dark-gray);
    margin: 0 1.5% 30px 1.5%;
    border: 1px solid var(--mp-light-gray);
    border-radius: 2px;
}

.cwrap {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.slide-button {
    display: inline-block;
}

.slide-container .image {
    object-fit: cover;
    max-height: 280px;
    overflow: hidden;
}

.slide-container .image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.slide-container .title {
    font-size: 21px;
    font-weight: 600;
    color: var(--mp-navy);
    line-height: 28px;
    margin: 15px 0px;
}

.slide-container .description {
    min-height: 75px;
    font-size: 15px;
    line-height: 26px;
}

.slide-container a {
    color: var(--mp-white);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background-color: var(--mp-navy);
    padding: 5px 0;
    border-radius: 2px;
    transition: background-color 0.3s ease-in-out;
}

.slide-container a:hover {
    background-color: var(--mp-cyan);

}

#breadcrumbs {
    display: none;
}


/*product*/

ul#product-list {
    margin: 0 0 1em 0;
    line-height: 1.5;
}

#product-list li {
    position: relative;
    height: auto;
    font-size: 1.5rem;
    background-color: var(--mp-light-gray);
    font-weight: 500;
    margin-bottom: 20px;
    padding: 1rem;
    list-style-type: none;
}

#product-list .fl-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#product-list img {
    max-height: 4rem;
    margin-right: 2rem;
}

#product-list li a {
    text-decoration: none
}

#product-list .my-fa-icon {
    margin-left: auto;
}

#container-product .content {
    margin-bottom: 20px;
}

.blue-text {
    color: var(--mp-cyan);
    font-style: italic;
    font-weight: 500;
}

#turnaround-box {
    background-color: var(--mp-duck-egg);
    color: var(--mp-dark-gray);
    font-size: 16px;
    padding: 1rem;
    display: flex;
}

#turnaround-box h3 {
    margin: 0 0 15px 0;
}

#turnaround-box h3 .h3gray {
    color: var(--mp-dark-gray) !important;
}

#container-product {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

#container-product .block,
#container-product-desc .block {
    display: inline-block;
}

#container-product .left,
#container-product-desc .left {
    width: 54%;
}

#container-product .right,
#container-product-desc .right {
    width: 42%;
    vertical-align: top;
    margin-left: 3%;
    height: 360px;
}

#container-product .right img {
    width: 100%;
    object-fit: cover;
/*     height: 100%; */
}

#container-product-desc {
    background-color: var(--mp-light-gray);
    margin-top: 50px;
    padding: 2rem 0;
}

#text-turnaround {
    margin-left: 20px;
}


/*icons*/

.arrowpointer .svg {
    width: 30px;
}

#credits .svg {
    width: 16px;
    margin-top: 5px;
}

.iconblock .svg {
    height: 50px;
}

#cart .svg {
    width: 22px;
}

#login-btn .svg {
    width: 20px;
    margin-right: 10px;
}

.my-fa-icon .svg {
    width: 25px;
}

.optionselect .svg {
    height: 70px;
    mix-blend-mode: multiply;
}

.delete .svg,
.duplicate .svg {
    height: 16px;
}

.order-tracking .svg {
    height: 20px;
}

#login .svg,
#register .svg {
    width: 40px;
}

.option-wrapper button.layout-end {
    align-self: flex-end !important;
}

.next-arrow {
    height: 16px;
    margin-left: 10px;
}

#footer-links {
    background-color: var(--mp-dark-gray);
    color: var(--mp-white);
    font-size: 14px;
    padding: 40px 0;
}

.footer-blue {
    color: var(--mp-cyan);
}

#footer-links ul {
    padding: 0;
}

#footer-links #minilogo {
    max-height: 50px;
    padding: 0 0 40px 0;
}

#footer-links h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

#footer-links #link-contact {
    font-size: 18px;
    font-weight: 600;
}

#footer-links ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

#footer-links ul li a:hover {
    color: var(--mp-middle-gray);
}

#footer-links ul li {
    list-style-type: none;
}

#all-the-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.bg-wrap {
    padding-top: 40px;
}

.bg-wrap:nth-child(2n) {
    background-color: var(--mp-light-gray);
}

.single-options {
    display: block;
    font-size: 12px;
}

#product-info-block {
    margin-top: 60px;
}

#prod-info-selector {
    border-bottom: 1px solid var(--mp-middle-gray);
    text-align: left;
    margin-bottom: 15px;
}

#prod-info-selector .tab-select {
    display: inline-block;
}

#prod-info-selector .tab-select h3 {
    color: #294050;
    font-size: 16px;
    width: 150px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
}

#prod-info-selector .tab-select.active h3 {
    color: var(--mp-navy);
    border-bottom: 3px solid var(--mp-navy);
}

#product-info-block #prod-info-block span {
    display:block;
    margin: 5px 0;
    border-bottom: 1px solid var(--mp-light-gray);
}

#prod-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}

#prod-thumbnails .prod-thumb {
    width: 100px !important;
    cursor: pointer;
    margin-right: 5px;
}

.view-all-prod {
    max-height: 25px;
    max-width: 200px;
    margin: 10px auto;
    transition: 0.3s;
}

.view-all-prod:hover {
    background-color: var(--mp-cyan) !important;
    border-color: var(--mp-cyan) !important;
    box-shadow: none !important;
}

.cart-job-body .cart-part {
    width: 22%;
}

.cart-job-body .cart-part.cart-price {
    width: 12%;
}

#job-files-container-front {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 5px 10px;
    border: 1px solid var(--mp-middle-gray);
    border-radius: 10px;
}

#job-files-container-front .im-a-job-file {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding: 5px 20px;
    width: calc(100% - 40px);
    background-color: var(--mp-white);
    border-radius: 7px;
    margin: 5px 0;
    font-style: italic;
    font-size: 16px;
}


#job-files-container-front .im-a-job-file:nth-child(even) {
    background-color: var(--mp-light-gray);
}

#job-files-container-front .im-a-job-file .delete-file-button {
    color: var(--mp-white);
    background-color: var(--mp-magenta);
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    padding: 2px 11px;
    border-radius: 3px;
}

#job-files-container-front .im-a-job-file .delete-file-button:hover {
    cursor: pointer;
}

#btoc {
    margin-top: 50px;
}
#back-to-cart-wrap{
    display:flex;
    width:100%;
    justify-content: flex-end;
}

.current-file-list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    line-height: normal;
    background: var(--mp-palest-blue);
    padding: 10px;
    border: 1px solid var(--mp-cyan);
    border-radius: 8px;
}

.current-file-list .attachedfile {
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
}

.edit-uploaded-files .svg {
    height: 16px;
}

.edit-uploaded-files {
    color: var(--mp-cyan);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 8px;
}

.edit-uploaded-files:hover {
    cursor: pointer;
}

#uploader-body #submit-upload {
    color: #fff;
    background-color: #1B63B9;
    height: 30px;
    padding: 5px 20px;
    border: 1px solid #1B63B9;
    border-radius: 5px;
}

#uploader-body #mp-up-form {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 14px 30px;
}

.file-account ul li {
    list-style-type: none;
    color: #01ade2;
    font-size: 14px;
}

.file-account ul {
    margin-left: 0;
    padding-left: 0;
}

.log-me-out {
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
    align-self: flex-end;
}

#user-account-menu .inline:hover {
    cursor: pointer;
}

.account-button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
}

#login-or-register #login,
#login-or-register #register {
  width: calc(100% - 20px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#login-or-register {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#login-or-register .svg-icon-login svg{
    height:80px;
    fill: var(--mp-middle-gray);
}

#login-or-register .inner-wrappy{
    margin: 30px 0;
    text-align: center;
}

#login-or-register .loginreg-cardwrap, #contact-form-wrapp .loginreg-cardwrap{
    border: 1px solid var(--mp-middle-gray);
    border-radius: 0 0 7px 7px;
    margin-bottom: 20px;
    border-top: 3px solid var(--mp-navy);
    width: calc(90% - 80px);
    padding: 40px;
}

#login-or-register .loginreg-cardwrap button, #contact-form-wrapp .loginreg-cardwrap button{
    width:100%;
}

#contact-form-wrapp .loginreg-cardwrap{
    margin: 0 auto 20px auto;
}

#contact-form-wrapp .loginreg-cardwrap h3{
    margin: 20px 0 10px 0;
}
#contact-form-wrapp .loginreg-cardwrap select{
  width: 100%;
  height: 40px;
  border: 2px solid var(--mp-light-gray);
  border-radius: 4px;
  background: var(--mp-white);
}

.login-form,
.register-form {
    margin-bottom: 30px;
}


#or #me {
    align-self: center;
    font-size: 1.5em;
}

#remember-me {
    margin-bottom: 1em;
}

.lowmargin{
    margin-bottom:5px;
}

.orders-switch{
    border: 1px solid var(--mp-middle-gray);
    padding:7px 15px;
    font-weight: 600;
    width: 140px;
    text-align: center;
    color: var(--mp-middle-gray);
    background-color: var(--mp-light-gray);
}
.orders-switch.active{
    color: var(--mp-navy);
    background-color: var(--mp-white);
}
.orders-switch.orders-current{
    border-radius: 7px 0 0 7px;
}
.orders-switch.orders-history{
    border-radius:  0 7px 7px 0;
    border-left:0px;
}
.orders-switch:hover{
    cursor:pointer;
}
#orders-filter-switch{
    display: flex;
    justify-content: flex-start;
    margin-top:40px;
}

.svg-mojo-icon{
    height: 18px;
    margin-bottom: -3px;
    margin-right: 4px;
}
.svg-white{
    fill: var(--mp-white);
}
.svg-pink{
    fill: var(--mp-magenta);
}


.data-problem-summary .yaritori{
  background-color: #fff;
  border: 1px solid #333;
  margin: 10px 0 15px 0;
  border-radius: 3px;
  padding: 20px 0;
  max-height: 600px;
  overflow-y: scroll;
}
.data-problem-summary .yaritori .customer{
  width: calc(80% - 20px);
  position: unset;
  margin-left: 19%;
  text-align: right;
  padding: 10px;
  background-color: var(--mp-magenta);
  color: #fff;
  border-radius: 7px;
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
}
.data-problem-summary .yaritori .customer .timestamp-chat{
    font-size: 12px;
    text-align: left;
}
.data-problem-summary .yaritori .admin{
  width: calc(80% - 20px);
  position: unset;
  margin-right: 19%;
  margin-left: 1%;
  text-align: left;
  padding: 10px;
  background-color: #2F3F4E;
  color: #fff;
  border-radius: 7px;
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
}
.data-problem-summary .yaritori .admin .timestamp-chat{
    font-size: 12px;
    text-align: riht;
}
.data-problem-summary .mtarea {
    width: 100%;
    height: 100px;
}

.cat-card{

}
.cat-card a{
    color: var(--mp-white) !important;
}

/* Mini calendars */

.cal-digits span{
	width: 30px !important;
	font-size: 16px !important;
    padding: 0;
    margin: 5px !important;
    text-align: center;
    color: var(--mp-charcoal) !important;
    height: 30px !important;
    }
 
 /* Holidays */ 
.cal-digits span.im-a-holiday{
	color: var(--mp-white) !important;
	background-color: var(--mp-magenta) !important;
	border-radius: 40px !important;
    }
 /* Weekends */   
 .cal-digits span:nth-child(7n+7) {
 	color: var(--mp-magenta) !important;
 	background-color: var(--mp-white) !important;
    }
    
 
 /* Cart */
 
 .cart-job-title-bar{
	 background-color: var(--mp-dark-gray) !important;
 }
 
 .selection{
	 line-height: 16px;
 }
 
 .delete{
	 background-color: var(--mp-magenta) !important;
 }
 
 .duplicate{
	 background-color: var(--mp-teal) !important;
 }
 
 /* Configurator */
 
 .title-select{
	background-color: var(--mp-dark-gray) !important;
}

.an-option h5{
	color: var(--mp-dark-gray) !important;
}
 
 .an-option{
	 border-color: var(--mp-light-gray) !important;
	 transition: 0.3s;
 }
 
 .an-option:hover{
	 border-color: var(--mp-middle-gray) !important;
 }
 
  .option-selected{
	 border-color: var(--mp-cyan) !important;
	 background-color: var(--mp-palest-blue) !important;
 }

#password-successful{
    position: relative;
    padding: 12px;
    width: calc( 100% - 72px);
    margin: 20px;
    border: 1px solid var(--mp-navy);
    border-radius: 3px;
    color: var(--mp-navy);
    background-color: #E4F4F7;
    text-align: center;
}
 
 
.setpw-wrapper{
     #password-successful{
        position: relative;
        padding: 12px;
        width: calc( 100% - 72px);
        margin: 20px;
        border: 1px solid var(--mp-navy);
        border-radius: 3px;
        color: var(--mp-navy);
        background-color: #E4F4F7;
        text-align: center;
    }
    #password-successful a{
        display: inline;
    }
    #password-error, #password-mismatch{
        position: relative;
        padding: 12px;
        width: calc( 100% - 72px);
        margin: 20px;
        border: 1px solid var(--mp-warning);
        border-radius: 3px;
        color: var(--mp-warning);
        background-color: var(--mp-warning-pink);
        text-align: center;
    }
}

.uploader-wrapper{
    #uploader-body{
	display:flex;
	}
	.wrapper{
		margin-top: 20px;
	}
	#rightey{
		width:70%;
		position: relative;
	}
	#right-column{
        background-color: var(--mp-white);
        color: var(--mp-dark-gray);
        padding: 20px 18px;
        margin-left: 30px;
		border-radius: 3px;
    }
    #right-column h5{
        font-weight: 600;
    }
    #title-sidebar{
        color: var(--mp-navy);
		margin-left: 46px;
    }
	#price-tag-title{
		color: var(--mp-dark-gray);
		font-weight:600;
		margin-bottom: 10px;
	}
	.checklistpoint{
		display:flex;
		justify-content: flex-start;
		font-size: 16px;
		line-height: 20px;
		margin-bottom:12px;
	}
	.greencheck{
		color: var(--mp-teal);
		filter: brightness(0) saturate(100%) invert(80%) sepia(66%) saturate(346%) hue-rotate(109deg) brightness(87%) contrast(91%);
		margin-right:10px;
		height:18px;
		display: flex;
	}
	#sidey{
		width:30%;
	}

	#drop-area {
		border: 2px dashed var(--mp-middle-gray);
		border-radius: 10px;
		margin: 40px auto;
		padding: 100px 60px;
		background: var(--mp-palest-blue);
		text-align: center;
	}
	#drop-area.highlight {
		border-color: var(--mp-cyan);
	}
	p {
		margin-top: 0;
	}
	.my-form {
		margin-bottom: 10px;
	}
	#gallery {
		margin-top: 10px;
	}
	#gallery img {
		width: 150px;
		margin-bottom: 10px;
		margin-right: 10px;
		vertical-align: middle;
	}
	.button {
		display: inline-block;
		padding: 10px;
		background-color: var(--mp-navy);
		cursor: pointer;
		border-radius: 5px;
		width: calc(100% - 20px);
		color: #fff;
		text-align: center;
		font-size: 14px;
		margin-top: 20px;
	}
	.button:hover {
		background: var(--mp-dark-gray);
	}
	#fileElem {
		display: none;
	}
}
 /* Account */
 
 .order-wrapper{
	 margin-right: 0 !important;
 }
 
 button{
	 background-color: var(--mp-navy) !important;
	border-color: var(--mp-navy) !important;
	color: var(--mp-white) !important;
	 transition: 0.3s;
 }
  button:hover {
	background-color: var(--mp-cyan) !important;
	border-color: var(--mp-cyan) !important;
	box-shadow: none !important;
	color: var(--mp-white) !important;
	}

  button:disabled, button:disabled:hover {
	background-color: var(--mp-light-gray) !important;
	border-color: var(--mp-middle-gray) !important;
	box-shadow: none !important;
	color: var(--mp-middle-gray) !important;
	}


@media (max-width: 1279.9px) {

    .sub-menu,
    .wrapper,
    #top-banner-new {
        /*why wrapper was here?*/
        padding: 0 25px 30px 25px;
        width: calc(100% - 50px);
    }
}

@media (max-width: 767.99px) {
    body {
        font-size: 16px;
    }

    main {
        width: 92%;
        padding: 30px 0;
    }

    h1 {
        font-size: 250%;
    }

    #footer {
        padding: 2em 0 100px 0;
    }

    #close-mobi-menu {
        position: absolute;
        padding: 0 10px;
        fill: #fff;
        top: 30px;
    }

    #wrap {
        margin: 1rem auto;
        padding: 10px 0;
    }


    #top-text-right {
        flex-direction: column;
    }

    #top-text-right .a-columnblock {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #close-mobi-menu svg {
        color: #fff;
    }

    .hide-desk {
        display: block;
    }

    .menuwrap {
        display: none;
    }

    ul.main-menu {
        flex-direction: column;
        display: none;
    }

    .sub-menu {
        height: 80px;
        justify-content: center;
    }

    #mojo-logo img {
        padding: 0;
        max-height: 50px;
    }

    .sub-menu #login-btn {
        display: none;
    }

    #homeflow-container,
    #breadcrumbs {
        display: none;
    }

    .slide-container {
        max-width: 100% !important;
        width: 100% !important;
    }

    #news-block {
        width: 100%;
    }

    #carousel {
        flex-wrap: wrap;
    }

    #bottom-bar-navi {
        position: fixed;
        height: 50px;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 7px 0;
        color: #fff;
        background-color: #282827;
        z-index: 10;
    }

    #bottom-bar-navi ul {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        list-style-type: none;
        padding: 0;
    }

    #bottom-bar-navi ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    #bottom-bar-navi img.svg {
        height: 20px;
        margin: 0 0 4px 0;
    }

    #bottom-bar-navi .label {
        font-size: 14px;
    }

    #login-or-register {
        flex-direction: column;
    }

    #register,
    #login {
        width: calc(100% - 4rem);
    }

    #or {
        width: calc(100% - 2rem);
    }

    #remember-me {
        margin-bottom: 1em;
    }

    ul#product-list {
        margin: 0;
        line-height: 1.5;
        padding: 0;
    }

    .slide-container {
        margin: 0 1.5% 15px 1.5%;
    }

    #container-product {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    #container-product .left,
    #container-product-desc .left {
        width: 100%;
    }

    #container-product .right,
    #container-product-desc .right {
        display: flex;
        margin: 10px 0;
        justify-content: left;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }

    .sub-menu {
        padding: 5px 25px 10px 25px;
    }

    #mojo-overpic {
        display: none;
    }

    #top-banner-new #banner-left {
        padding: 0;
        height: auto;
        width: 100%;
        padding-bottom: 10px;
    }

    .flexy {
        flex-wrap: wrap;
    }

    #top-text-left,
    #top-text-right {
        width: 100%;
    }

    #all-the-links {
        flex-wrap: wrap;
    }

    #all-the-links .footer-link-group {
        width: 48%;
    }

    #all-the-links #link-contact {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    #news-calendar {
        flex-wrap: wrap;
    }

    #calendar-block {
        width: 100%;
    }

    .calendar-top-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    .cart-job-body {
        flex-wrap: wrap;
    }

    .cart-job-body .cart-part {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-job-body .content {
        padding: 10px 0px 10px 40px !important;
    }

    .cart-job-title-bar {
        flex-direction: column;
        justify-content: center;
    }

    .cart-job-title-bar .buttons-actions {
        margin-top: 12px;
        width: 100%;
        justify-content: center;
    }

    .cart-job-title-bar .title-wrap .item-text {
        margin: 0 0 0 10px !important;
    }

    .cart-job-title-bar .title-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .cart-job-title-bar .item-number{
        margin-bottom:5px !important;
    }
}

/*--------------------------------------------------------------
Configurator page
--------------------------------------------------------------*/

.config-wrapper{

    .overlord{
        display:none;
        width:100%;
        height: 100%;
        position:absolute;
        top:0;
        left:0;
        z-index:10;
        background-color:rgba(0,0,0,0.1) !important;
    }
    .disabled{
        opacity:0.25;
        pointer-events: none;
    }
    .title-select{
        line-height:2rem;
        font-size:1rem;
        padding: 10px 20px;
        background-color:#282827;
        color:#fff;
        margin-top:30px;
        display:flex;
        align-items: center;
    }
    .title-text{
        margin-left:20px;
    }
    .iconselect{
        display: flex;
    }
    .iconselect.selected{
        color:#01ade2;
    }
    .optionselect{
        color:#ddd;
    }
    .option-wrapper{
        display:flex;
        align-items:flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
    }
    .an-option{
        text-align: center;
        padding: 20px;
        border: 2px solid #ddd;
        min-width:120px;
        width: calc( 23% - 44px);
        height: 120px;
        vertical-align: middle;
        margin: 20px 1%;
        display: flex;
        border-radius: 7px;
        flex-direction: column;
        justify-content: space-around;
        background-color: var(--mp-white);
    }
    .price-option{
        height:120px;
    }
    .an-option.option-selected{
        border:2px solid #01ade2;
    }
    .wait-for{
        margin-top: 20px;
    }
    #wrapper{
        display:flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items:flex-start;
    }
    #right-column{
        background-color: #f3fafc;
        color:#53585f;
        min-width: 300px;
        padding: 30px 18px;
        margin-left:30px;
    }
    #right-column-header{
        display: flex;
        justify-content: space-between;
        flex-direction:column;
        align-items: center;
        margin-bottom: 40px;
    }
    #right-column-header #showhide{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width:100%;
          margin-top: 10px;
    }
    #right-column-header #showhide svg{
        height: 20px;
    }
    #right-column-header #showhide .verysmol{
       font-size: 12px;
  line-height: 20px;
  text-align: center;
    }

    #right-column h5{
        font-weight: 600;
    }
    #price-tag-title{
        margin-top:40px;
    }
    #title-sidebar{
        color:#000;
    }
    #left-left-this{
        text-align:right;
    }
    .option-group-wrapper{
        width: 100%;
        display: flex;
        border: 1px solid var(--mp-middle-gray);
        padding: 20px 20px 0 20px;
        margin-top: 25px;
        position: relative;
        flex-wrap:wrap;
    }
    .option-group-wrapper .opt-label{
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 15px;
        background-color: var(--mp-middle-gray);
        color: var(--mp-white);
        font-size: 11px;
        font-weight: 700;
        line-height: 20px;
    }
    .option-group-wrapper.mandatory{
        border: 1px solid var(--mp-warning);
        background-color: var(--mp-warning-pink);
    }
    .option-group-wrapper.mandatory .opt-label{
        background-color: var(--mp-warning);
    }
    .showme{
        display:block;
    }
    #showhide-content{
        height: auto;
        overflow: hidden;
    }
    #showhide-content.smol{
        height:0;
    }

}

/*--------------------------------------------------------------
login-register wrap page
--------------------------------------------------------------*/

.login-wrapper{
        #registration-successful{
        position: relative;
        padding: 15px;
        width: calc( 100% - 72px);
        margin: 20px;
        border: 1px solid var(--mp-navy);
        border-radius: 3px;
        color: var(--mp-navy);
        background-color: #E4F4F7;
    }
    #registration-error{
        position: relative;
        padding: 12px;
        width: calc( 100% - 72px);
        margin: 20px;
        border: 1px solid var(--mp-warning);
        border-radius: 3px;
        color: var(--mp-warning);
        background-color: var(--mp-warning-pink);
        text-align: center;
    }
    #closepopup svg{
        height: 18px;
        position: absolute;
        right: 5px;
        top: 5px;
        fill: var(--mp-navy);
    }
    #closepopup svg:hover{
        cursor:pointer;
    }
    #formlogin-bottom{
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }
    #pwres{
        color: var(--mp-cyan);
    }
}

/*--------------------------------------------------------------
editor wrap page
--------------------------------------------------------------*/
.editor-wrapper{
    #uploader-body{
		display:flex;
	}
	#rightey{
		width:70%;
		position: relative;
	}
	#right-column{
        background-color: #f3fafc;
        color:#53585f;
        padding: 30px 18px;
        margin-left:30px;
		border-radius :3px;
    }
    #right-column h5{
        font-weight: 600;
    }
    #title-sidebar{
        color:#000;
		margin-left:30px;
    }
	#price-tag-title{
		color:#282827;
		font-weight:500;
		margin-bottom: 20px;
	}
	.checklistpoint{
		display:flex;
		align-items:center;
		justify-content: flex-start;
		font-size: 13px;
		margin-bottom:5px;
	}
	.greencheck{
		color:#5bd6c6;
		margin-right:10px;
		height:18px;
	}
	#sidey{
		width:30%;
	}
}

/*--------------------------------------------------------------
checkout wrap page
--------------------------------------------------------------*/


.checkout-wrapper{
    .left-column{
        width:100%;
    }
    .title-select{
        line-height:2rem;
        font-size:1rem;
        padding: 10px 20px;
        background-color:#282827;
        color:#fff;
        margin-top:30px;
        display:flex;
        align-items: center;
    }
    .title-text{
        margin-left:20px;
    }
    .iconselect{
        display: flex;
    }

    .blue-monday{
        color:#01ade2;
    }

    .option-wrapper{
        display:none;
        align-items:center;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .option-wrapper.visible{
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .title-select.off{
        background-color: var(--mp-middle-gray);
    }
    
    .an-option{
        text-align: center;
        padding: 20px;
        border: 2px solid #ddd;
        width: 120px;
        height: 120px;
        vertical-align: middle;
        margin: 20px 20px 20px 0;
        display: flex;
        border-radius: 7px;
        flex-direction: column;
        justify-content: space-around;
    }
    .price-option{
        height:70px;
    }
    .an-option.option-selected{
        border:2px solid #01ade2;
    }
    .wait-for{
        margin-top: 20px;
    }
    #wrapper{
        display:flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items:flex-start;
    }
    #right-column{
        background-color: #f3fafc;
        color:#53585f;
        min-width: 300px;
        padding: 30px 18px;
        margin-left:30px;
        max-width: 30%;
        font-size: 15px;
    }
    #right-column h5{
        font-weight: 600;
    }
    #price-tag-title{
        margin-top:40px;
    }
    #title-sidebar{
        color:#000;
        margin-bottom:40px;
    }
    #left-left-this{
        text-align:right;
    }
    #notice-payment{
        padding: 10px;
        border: 1px solid var(--mp-magenta);
        background-color: var(--mp-warning-pink);
        width: calc( 100% - 22px );
        border-radius: 7px;
        margin: 20px 0;
        color: var(--mp-magenta);
        font-size: 16px;
    }
    #payment-options, #payment-options label,#optionsel,#shipping-options, #shipping-options label{
        display:block;
    }
    #payment-options label{
	    margin: 0 0 10px 0;
    }
    #payment-options label div{
	    font-size: 16px;
    }
    #footnote-account{
	    font-size: 16px;
    }
    .address-select{
        border: 1px solid #bfbfbf;
        padding:5px;
        border-radius:7px;
        text-align:center;
        cursor: pointer;
    }
    #addresses{
        display:flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-bottom:30px;
    }
    #addresses .another-address{
        width:45%;
    }
    .an-address{
        margin: 20px 0;
    }
    #big-icon{
        width:100%;
        text-align:center;
    }
    #big-icon img{
        height:100px;
    }
    #big-icon h1{
        margin-top:30px;
    }
    #lotsospace{
        margin: 40px 0 30px 0;
    }
    .next-arrow {
        height: 12px;
        margin-left: 4px;
    }
    .button-wrap{
        display:flex;
        width:100%;
        justify-content: flex-end;
        margin-top: 30px;
    }
    .button-wrap.double{
        justify-content: space-between;
    }
    .button-wrap .icon{
        height: 20px;
    }
    .button-wrap .icon.icon-white{
        fill:var(--mp-white);
    }
    
    .button-wrap button:disabled .icon.icon-white{
        fill:var(--mp-middle-gray)!important;
    }
    .button-wrap .icon.icon-blue{
        fill:var(--mp-white);
    }
    #shipping-options{
        width:100%;
    }
    .customer-notes-area{
        width: calc( 100% - 20px);
        height: 120px;
        font-size: 16px;
        padding: 10px;
        background: var(--mp-pale-yellow);
        font-family: inherit;
    }
    #shipping-address label{
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 48px;
    }
    #shipping-address label h4{
        margin-left: 10px;
    }
    #billing-address h4{
        height:50px;
    }
    #notes-wrap{
        text-wrap: wrap;
        width: 100%;
        display: block;
        word-break: break-all;
    }
    .opposite-side{
        text-align:right;
        margin: 20px 0 15px 0;
    }
    .summary{
        display:flex;
        margin-bottom:5px;
    }
    .summary-left{
        width:55%;
        display:flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .summary-right{
        width:45%;
        display:flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

/*--------------------------------------------------------------
cart wrap page
--------------------------------------------------------------*/

.cart-wrapper{

    #all-jobs{
        margin-top:2rem;
    }
    .cart-job-title-bar{
        display: flex;
        justify-content: space-between;
        background-color: #282827;
        padding: 10px;
        border-radius: 7px 7px 0 0;
        color: #fff;
    }
    .buttons-actions{
        display:flex;
    }
    .buttons-actions .delete,.buttons-actions .duplicate{
        width: 85px;
        margin: 0 7px;
        padding: 5px;
        border-radius: 3px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
    }
    .buttons-actions .delete{
        background-color: #ec5d57;
    }
    .buttons-actions .duplicate{
        background-color: #5bc6d6;
    }
    .title-wrap{
        display:flex;
        align-items: center;
    }
    .item-text input{
        height: 30px;
        padding: 0 10px;
        line-height: 30px;
        border: none;
        border-radius: 3px;
        margin: 0 5px;
        width:300px;
    }
    .title-wrap div{
        margin: 0 10px;
    }
    .cart-job-body{
        padding: 1rem;
        display: flex;
        border: 1px solid var(--mp-dark-gray);
        border-radius: 0 0 7px 7px;
        margin-bottom: 2rem;
    }
    .cart-job-body .title{
        font-size: 14px;
        font-weight: 700;
        color: var(--mp-navy);
        text-transform: uppercase;
        border-bottom: 1px solid var(--mp-dark-gray);
        padding: 7px;
    }
    .cart-job-body .content{
        padding: 5px;
        font-size: 16px;
    }
    .cart-part{
        flex-grow:2;
    }
    .cart-product .content{
        font-size:18px;
        font-weight:600;
    }
    .content .selection{
        font-size:14px;
        font-weight:300;
    }
    .cart-shipping{
	    text-align: center;
    }
    .minical{
	    margin: 10px auto;
	    width: min-content;
	    padding: 0;
    }
    .cal-top{
        width: 70px;
        background-color: #00ace2;
        color: #fff;
        text-align: center;
        border: 1px solid #00ace2;

    }
    .cal-bottom{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        font-size: 22px;
        font-weight: 500;
        border: 1px solid #282827;
        border-top: none;
    }
    #total{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    #total #subtotal{
        text-align:right;
        margin-bottom:15px;
    }
    #empty-cart-sorry{
        text-align: center;
        padding: 70px 0;
    }
    #empty-cart-sorry a{
        display:inline;
        color:#00ace2;
    }
}
/*--------------------------------------------------------------
User account page
--------------------------------------------------------------*/

.page-user-account{

    .header-right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size:16px;
    }
    .header-right .order-status-label{
        
        margin: 0 10px;
        padding: 4px 15px;
        border-radius: 7px;  
        color: var(--mp-white); 
    }
    
	.account-details-wrap{
		display: flex;
	}
	.account-details-left, .account-details-right{
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.account-details-left{
		width:25%;
	}
	.account-details-right{
		width: 75%;
	  align-items: flex-start;
	}
	
	.svg-icon-account svg{
		fill:var(--mp-middle-gray);
		height:80px;
	}
	.info-wrap-accd-bold{
		text-align: center;
  		margin: 20px 0;
	}
	.info-wrap-accd-normal{
		text-align:center;
	}
	.account-data-table-row{
		display: flex;
  		justify-content: flex-start;
  		align-items: center;
  		margin: 35px 0;
  		width: 100%;
	}
	.account-data-table-wrap{
		width:100%;
	}
	.account-data-column-titles{
		width:35%;
	}
	#address-thing-bar{
		display:flex;
		justify-content: space-between;
		align-items: center;
 		margin: 25px 0 40px 0;
	}
	#add-address-wrapper{
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.2);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index:10;
	}
	#add-address-inner{
		display: flex;
        flex-direction: column;
        background-color: var(--mp-white);
        padding: 25px;
        align-items: center;
        border-radius: 18px;
        width: calc(75% - 80px);
        height: calc(90% - 80px);
        overflow-y: scroll;
        position: relative;
	}
	.add-address-row{
		width:100%;
		margin-bottom:20px;
	}
	.half-row{
		width:50%;
	}
	
	.add-address-row .small{
		padding-left: 15px;
	}
	.double-row{
		display:flex;
	}
	#no-orders a{
		display:inline;
		color:var(--mp-navy);
	}
	#orders{
		margin-top: 50px;
	}
	#account-dash-header #header-icon img{
		height:80px;
	}
	#account-dash-header{
		display: flex;
  		justify-content: flex-start;
  		margin: 10px 0 40px 0;
	}
	#orders-thing-bar{
		display: flex;
  		justify-content: space-between;
	}
	#date-filtering{
		display: flex;
  		justify-content: flex-end;
	}
	.spacer{
		width:20px !important;
	}
	#account-dash-header #header-text{
		margin-left: 30px;
	}
	#selector{
		border-bottom: 1px solid #c6c7ca;
		margin-bottom: 2rem;
	}
	#orders-text{
		margin-bottom: 20px;
  		display: block;
	}
	.order-wrapper,.an-address {
		border: 1px solid var(--mp-middle-gray);
		border-radius: 0 0 7px 7px;
		margin-bottom: 20px;
		border-top: 3px solid var(--mp-navy);
        margin-right: 2.5%;
	}
	.order-wrapper{
		padding: 25px 15px;
	}
	.an-address{
		width: 30%;
		display: flex;
  		flex-direction: column;
  		justify-content: space-between;
		color: var(--mp-charcoal);
	}
	.an-address-header, .an-address-body, .an-address-footer{
		padding: 15px;
	}
	.an-address-header{
		border-bottom:1px solid var(--mp-middle-gray);
		height: 60px;
	}
	.an-address-body{
		color: var(--mp-charcoal);
	}
	.an-address-footer{
		border-top: 1px solid var(--mp-middle-gray);
		height: 29px;
        display:flex;
        justify-content: space-between;
	}
	.an-address-footer .edit-icon svg{
		height:20px;
		fill: var(--mp-middle-gray);
		margin-top: 5px;
	}
	
	.an-address-footer .edit-button, .an-address-footer .delete-button{
		border: 1px solid var(--mp-middle-gray);
		border-radius: 4px;
		display: flex;
		width: 110px;
		justify-content: space-around;
		align-items: center;
		height: 28px;
	}
    .an-address-footer .delete-button{
        width: 40px;
    }
	.an-address-footer .edit-button:hover, .an-address-footer .delete-button:hover{
		border:1px solid var(--mp-navy);
		color: var(--mp-navy);
		cursor:pointer;
	}
	.an-address-footer .edit-button:hover .edit-icon svg, .an-address-footer .delete-button:hover .edit-icon svg{
		fill: var(--mp-navy);
	}
	.address-row{
		display: flex;
  		align-items: flex-start;
  		margin: 5px 0;
	}
	.address-col-title{
		width: 100px;
  		min-width: 100px;
	}
	.order-field-icon svg{
		height:20px;
		fill: var(--mp-charcoal);
	}
	#filter-date{
		color: var(--mp-charcoal);
		border: 1px solid var(--mp-middle-gray);
		padding: 0 10px;
		height: 27px;
		line-height: 16px;
		margin-left: 20px;
		border-radius: 3px;
		display: flex;
		align-items: center;
	}
	#filter-icon svg{
		height: 20px;
  		margin-right: 5px;
	}
	#filter-date:hover{
		border:1px solid var(--mp-navy);
		color: var(--mp-navy);
		cursor: pointer;
	}
	#filter-date:hover #filter-icon path{
		fill: var(--mp-navy) !important;
		color: var(--mp-navy) !important;
	}
	.order-field-title{
		display:flex;
	}
	.order-field-text{
		margin-left:15px;
	}
	#address-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.order-header {
		margin-bottom: 2rem;
	}
	.order-field {
		margin: 0 10px;
	}
	.order-tracking {
		margin-left: 1rem;
	}
	.header-left{
		display:flex;
	}

	.table {
		margin: 0 0 40px 0;
		width: 100%;
		display: table;
		color: #282827;
		border-collapse: collapse;
	}
	@media screen and (max-width: 580px) {
		.table {
			display: block;
		}
	}

	.row {
		display: table-row;
		border-bottom: 1px solid var(--mp-middle-gray);
	}
	.row.header {
		font-weight: 700;
		color: var(--mp-navy);
		text-transform: uppercase;
		border-bottom: 1px solid var(--mp-dark-gray);
	}
	@media screen and (max-width: 580px) {
		.row {
			padding: 14px 0 7px;
			display: block;
		}
		.row.header {
			padding: 0;
			height: 6px;
		}
		.row.header .cell {
			display: none;
		}
		.row .cell {
			margin-bottom: 10px;
		}
		.row .cell:before {
			margin-bottom: 3px;
			content: attr(data-title);
			min-width: 98px;
			font-size: 10px;
			line-height: 10px;
			font-weight: bold;
			text-transform: uppercase;
			color: #969696;
			display: block;
		}
	}
	.inline{
		margin-right:30px;
	}
	.cell {
		padding: 6px 12px;
		display: table-cell;
	}
	
	.cell[data-title="Product"] {
		font-weight: 600;
	}
	
	.header-fields{
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	@media screen and (max-width: 580px) {
		.cell {
			padding: 2px 16px;
			display: block;
		}
	}
	.order-view-button{
		border: 1px solid var(--mp-middle-gray);
        padding: 4px 10px;
        border-radius: 5px;
	}
    #closepopup svg{
        height: 18px;
        position: absolute;
        right: 12px;
        top: 12px;
        fill: var(--mp-navy);
    }
    #closepopup svg:hover{
        cursor:pointer;
    }
}

/*--------------------------------------------------------------
Static page styles
--------------------------------------------------------------*/

.mp-wrap{
	
	.pattern-checks-sm{background-image:repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);background-position:0 0,10px 10px;background-size:calc(2 * 10px) calc(2 * 10px)}.pattern-checks-md{background-image:repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);background-position:0 0,25px 25px;background-size:calc(2 * 25px) calc(2 * 25px)}.pattern-checks-lg{background-image:repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);background-position:0 0,50px 50px;background-size:calc(2 * 50px) calc(2 * 50px)}.pattern-checks-xl{background-image:repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);background-position:0 0,100px 100px;background-size:calc(2 * 100px) calc(2 * 100px)}.pattern-grid-sm{background-image:linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);background-size:10px 10px}.pattern-grid-md{background-image:linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);background-size:25px 25px}.pattern-grid-lg{background-image:linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);background-size:50px 50px}.pattern-grid-xl{background-image:linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);background-size:100px 100px}.pattern-dots-sm{background-image:radial-gradient(currentColor .5px, transparent .5px);background-size:calc(10 * .5px) calc(10 * .5px)}.pattern-dots-md{background-image:radial-gradient(currentColor 1px, transparent 1px);background-size:calc(10 * 1px) calc(10 * 1px)}.pattern-dots-lg{background-image:radial-gradient(currentColor 1.5px, transparent 1.5px);background-size:calc(10 * 1.5px) calc(10 * 1.5px)}.pattern-dots-xl{background-image:radial-gradient(currentColor 2px, transparent 2px);background-size:calc(10 * 2px) calc(10 * 2px)}.pattern-cross-dots-sm{background-image:radial-gradient(currentColor .5px, transparent .5px),radial-gradient(currentColor .5px, transparent .5px);background-size:calc(20 * .5px) calc(20 * .5px);background-position:0 0,calc(10 * .5px) calc(10 * .5px)}.pattern-cross-dots-md{background-image:radial-gradient(currentColor 1px, transparent 1px),radial-gradient(currentColor 1px, transparent 1px);background-size:calc(20 * 1px) calc(20 * 1px);background-position:0 0,calc(10 * 1px) calc(10 * 1px)}.pattern-cross-dots-lg{background-image:radial-gradient(currentColor 1.5px, transparent 1.5px),radial-gradient(currentColor 1.5px, transparent 1.5px);background-size:calc(20 * 1.5px) calc(20 * 1.5px);background-position:0 0,calc(10 * 1.5px) calc(10 * 1.5px)}.pattern-cross-dots-xl{background-image:radial-gradient(currentColor 2px, transparent 2px),radial-gradient(currentColor 2px, transparent 2px);background-size:calc(20 * 2px) calc(20 * 2px);background-position:0 0,calc(10 * 2px) calc(10 * 2px)}.pattern-vertical-lines-sm{background-image:repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);background-size:10px 10px}.pattern-horizontal-lines-sm{background-image:repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);background-size:10px 10px}.pattern-diagonal-lines-sm{background-image:repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);background-size:10px 10px}.pattern-vertical-lines-md{background-image:repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);background-size:25px 25px}.pattern-horizontal-lines-md{background-image:repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);background-size:25px 25px}.pattern-diagonal-lines-md{background-image:repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);background-size:25px 25px}.pattern-vertical-lines-lg{background-image:repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);background-size:50px 50px}.pattern-horizontal-lines-lg{background-image:repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);background-size:50px 50px}.pattern-diagonal-lines-lg{background-image:repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);background-size:50px 50px}.pattern-vertical-lines-xl{background-image:repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);background-size:100px 100px}.pattern-horizontal-lines-xl{background-image:repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);background-size:100px 100px}.pattern-diagonal-lines-xl{background-image:repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);background-size:100px 100px}.pattern-vertical-stripes-sm{background-image:linear-gradient(90deg, transparent 50%, currentColor 50%);background-size:10px 10px}.pattern-horizontal-stripes-sm{background-image:linear-gradient(0deg, transparent 50%, currentColor 50%);background-size:10px 10px}.pattern-diagonal-stripes-sm{background:repeating-linear-gradient(45deg, transparent, transparent 10px, currentColor 10px, currentColor calc(2 * 10px))}.pattern-vertical-stripes-md{background-image:linear-gradient(90deg, transparent 50%, currentColor 50%);background-size:25px 25px}.pattern-horizontal-stripes-md{background-image:linear-gradient(0deg, transparent 50%, currentColor 50%);background-size:25px 25px}.pattern-diagonal-stripes-md{background:repeating-linear-gradient(45deg, transparent, transparent 25px, currentColor 25px, currentColor calc(2 * 25px))}.pattern-vertical-stripes-lg{background-image:linear-gradient(90deg, transparent 50%, currentColor 50%);background-size:50px 50px}.pattern-horizontal-stripes-lg{background-image:linear-gradient(0deg, transparent 50%, currentColor 50%);background-size:50px 50px}.pattern-diagonal-stripes-lg{background:repeating-linear-gradient(45deg, transparent, transparent 50px, currentColor 50px, currentColor calc(2 * 50px))}.pattern-vertical-stripes-xl{background-image:linear-gradient(90deg, transparent 50%, currentColor 50%);background-size:100px 100px}.pattern-horizontal-stripes-xl{background-image:linear-gradient(0deg, transparent 50%, currentColor 50%);background-size:100px 100px}.pattern-diagonal-stripes-xl{background:repeating-linear-gradient(45deg, transparent, transparent 100px, currentColor 100px, currentColor calc(2 * 100px))}.pattern-zigzag-sm{background:linear-gradient(135deg, currentColor 25%, transparent 25%) -10px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -10px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);background-size:calc(2 * 10px) calc(2 * 10px)}.pattern-zigzag-md{background:linear-gradient(135deg, currentColor 25%, transparent 25%) -25px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -25px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);background-size:calc(2 * 25px) calc(2 * 25px)}.pattern-zigzag-lg{background:linear-gradient(135deg, currentColor 25%, transparent 25%) -50px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -50px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);background-size:calc(2 * 50px) calc(2 * 50px)}.pattern-zigzag-xl{background:linear-gradient(135deg, currentColor 25%, transparent 25%) -100px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -100px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);background-size:calc(2 * 100px) calc(2 * 100px)}.pattern-triangles-sm{background-image:linear-gradient(45deg, currentColor 50%, transparent 50%);background-size:10px 10px}.pattern-triangles-md{background-image:linear-gradient(45deg, currentColor 50%, transparent 50%);background-size:25px 25px}.pattern-triangles-lg{background-image:linear-gradient(45deg, currentColor 50%, transparent 50%);background-size:50px 50px}.pattern-triangles-xl{background-image:linear-gradient(45deg, currentColor 50%, transparent 50%);background-size:100px 100px}.text-pattern{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pattern-w-sm{width:10px}.pattern-h-sm{height:10px}.pattern-w-md{width:25px}.pattern-h-md{height:25px}.pattern-w-lg{width:50px}.pattern-h-lg{height:50px}.pattern-w-xl{width:100px}.pattern-h-xl{height:100px}
/*# sourceMappingURL=pattern.min.css.map */


	body,
	button,
	input,
	select,
	textarea {
		color: #404040;
		font-family: 'Raleway', sans-serif;
		font-size: 18px;
		line-height: 1.5;
	}

	h1,
	h2 {
		margin: 0;
		padding: 0.75em 0;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}

	h2 {
		font-size: 32px;
		}

	h3 {
		padding: 0.3em 0;
		margin: auto;
		line-height: 1;
	}

	h4 {
		font-size: 18px;
		margin: auto;
		padding: 0.2em 0;
		line-height: 1;
	}


	p {
		margin: 0;
		padding: 0.25em 0 0.75em 0;
	}

	a {
	color: #00ade2;  /* cyan */
	}

	p a,td a{
		display: inline;
	}

	a:hover {
	color: #87CCF0; /* cyan light */
	text-decoration: none;
	}

	i.fab,
	i.fal {
		color: #00ade2;
	}

	.grid{
		margin: 0 auto;
		max-width: 1280px;
		display: flex;
	}
	.col {
	flex: 1;
	margin: 1em;
	}

	.one-third{
		flex: none!important;
	width: 33.3333%!important;
	}

	.one-fourth{
		flex: none!important;
	width: 25%!important;
	}
	
	@media (max-width: 1280px) {
	.grid {
   		 max-width: 1080px;
  		}
	}

	@media (max-width: 600px) {
	.grid {
		display: block;
		}
	}

	.offset-10{
		transform:translate(10px, 10px);
	}

	.offset-15{
		transform:translate(15px, 15px);
	}

	.offset-20{
		transform:translate(20px, 20px);
	}

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

	span.icon {
		margin-right: 0.75em;
	}

	/* Hero section */

	.hero {
		position: relative;
		overflow: hidden;
		background: linear-gradient(45deg, #d3f3fd, #81d0e9);
		background-size: auto 150%;
	}

	.hero-content {
		z-index: 99;
		padding: 1em;
	}

	.hero-title {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		text-align: left;
		font-size: 56px;
		margin: 0;
		padding: 50px 0 0 0;
	}

	/* Cards */

	.card {
		padding: 0;
		color: #464a4e;
		background: white;
		border-radius: 0px 0px 8px 8px;
		border: 1px solid #e9ecef;
	}

	.card-img{
		overflow: hidden;
		object-fit: cover;
		
	}

	.card-img > img{
		max-height: 100%;
		max-width: 100%;
	}

	.card-title{
		padding: 0;
		margin: 0.5em 0;
	}
	.card-content {
		padding: 1.5em;
		color: #464a4e;
	}
	.card-content-sm {
		padding: 0.5em;
		color: #464a4e;
	}
	.card-footer {
		border-top: 1px solid #e9ecef;
		padding: 0.5em;
	}


	.card p{
		font-size: 16px;
		
	}

	.label {
		font-size: 12px;
		text-transform: uppercase;
		padding: 4px 8px;
		color: #fff;
		margin: 0 0 0 2px;
		border-radius: 3px;
		float: right;
	}

	.divider{
		height: 20px;
	}

	.number-box{
		color: #00ade2;
		border: 1px solid #00ade2;
		font-size: 26px;
		padding: 0.25em 0.5em;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}

	.pattern-image{
		display: inline-block;
	}

	.border-image{
		border: 1px solid #e6e6e6;
		box-shadow: 15px 15px 0px rgba(0, 174, 227, 0.1);
		background: white;
	}

	button {
	background-color: var(--mp-navy);
	border: none;
	color: white;
	padding: 0.5rem 1rem;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	transition-duration: 0.4s;
	margin: 0.5em 0;
	min-width: 142px;
	border-radius: 5px;
	transition: 0.3s;
	}

	button:hover {
	background-color: var(--mp-cyan) !important;
	box-shadow: none;
	color: white;
	}

	.mp-icon{
		width: 900px;
		position: absolute;
		top: -300px;
		right: -50px;
	}

	.mp-icon-grey{
		width: 900px;
		position: absolute;
		top: -300px;
		right: -50px;
	}

	.mojo-flower-white{
	fill: url(#my-cool-gradient) #ffffff;
	}

	.mojo-flower-grey{
	fill: #e9f7fe;
	}

	.mp-list li{
		padding: 0;
		font-size: 16px;
		margin-bottom: 0.5em;
	}

	.mp-list span{
		color: #00ade2; /* MP blue */
	}

	.icon-callout{
		display: grid;
	grid-template-columns: 100px auto;
	grid-row-start: initial;
	align-content: start;
	}

	/* tables */

	.table {
		width: 100%;
		margin-top: 2em;
		margin-bottom: 2em;
	/* 	background: #fff; */
		border-collapse: collapse;
	}

	.sm-table td{
		font-size: 14px;
	}



	.table caption{
		text-align: left;
		font-weight: 700;
		padding: 0.5em;
	}
	.table td, 
	.table th {
		padding: .75rem;
		vertical-align: top;
		border-bottom: 1px solid #e9ecef;
	}

	.table th {
		border-top: 1px solid #5c5c5c;
		border-bottom: 1px solid #5c5c5c;
		text-align: left;
	}

	.table tr:nth-child(even) {
		background-color: #f8fdff;
		}

	.centered-table th, 
	.centered-table td{
		text-align: center;
		vertical-align: middle; 
	}

	.day {
		font-size: 32px !important;
		text-align: center;
		background: #f9fbfc;
		color: white;
	}

	.pill{
		display: block;
		padding: 5px 8px;
		border: 1px solid #00ade2;
		border-radius: 12px;
		text-align: center;
	}

	.pill i{
		display: block;
		margin-bottom: 5px;
	}

	.callout {
		font-size: 15px;
		background: #f8fdff;
		padding: 12px 12px 12px 22px;
		border-left: 10px solid #00ade2;
		text-align: left;
		margin-bottom: 1em;
	}

	.tooltip {
	background:white; 
		border: 1px solid #f8fdff; 
		padding: 5px 10px;
		border-radius: 3px;
	}

	ol li a{
		display: inline;
	}

	/* colors */

	.dark-grey {
		background: #94a0ac;
		}
		
	.light-grey {
		background: #f8fdff;
		}

	.cyan{
		background: #00ade2;
		color: white;
		}
	.green{
		background: #69d6cc;
		}
	.purple{
		background: #5E70A9;
		}
	.pink{
		background: #CD5287;
		color: white;
		}
	.navy{
		background: #1b63b9; /* MP Navy blue */
		}

	.grey{
		background: #868687;
		}
	.text-grey {
		color: #868687;
		}
	.text-light-grey {
		color: #e6e6e6;
		}
	.text-pink, .text-danger{
		color: #CD5287;
		}
	.text-cyan{
		color: #00ade2;
		}
	.text-green{
		color: #00e363;
		}	
	.text-navy{
		color: #1b63b9; /* MP Navy blue */
	}
}


/*components css*/
.fullselect-wrapper{

    #top-row,#add-row{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0px;
    }
    #fullselect{
        position:fixed;
        width:100%;
        height:100%;
        display:flex;
        justify-content: center;
        align-items: center;
        z-index:10;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.8);
    }
    #window{
        background-color: #fff;
        padding:30px;
        border-radius:10px;
        border: 1px solid var(--mp-middle-gray);
        position:relative;
        width:calc( 80% - 60px );
    }
    #close-all{
        position:absolute;
        top:10px;
        right:10px;
        height:20px;
        width:20px;
        cursor:pointer;
    }
    #address-list{
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
    .an-address{
        width:45%;
        margin: 20px 0;
    }
}
.breadcrumbs-wrapper{
    #breadcrumbs{
        background-color: #f3f3f3;
        color: #53585f;
    }
    #breadcrumbs ul{
        list-style-type: none;
    }
    #breadcrumbs ul li{
        display:inline-block;
    }
    #breadcrumbs ul li::after{
        display:inline-block;
        content: '>';
        position: relative;
    }
}

.minical-wrapper{

    .embedminical{
        max-width:280px;
        margin-top:30px;
    }
    .caltitle,.title-days{
        height:26px;
        color:#fff;
        background-color: #01ADE2;
        font-weight: 500;
        display:flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    .title-days{
        background-color: #F3F3F3;
        font-size: 14px;
    }
    .title-days, .cal-digits{
        display:flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }
    .title-days span, .cal-digits span{
        width:40px;
        padding:0;
        margin:0;
        text-align:center;
        color:#2F3F4E;
        height: 22px;
    }
    .cal-digits span:nth-child(7n+6),.cal-digits span:nth-child(7n+7),.im-a-holiday{
        color:#D060A3 !important;
    }
    .im-not-a-holiday{
        color:#2F3F4E !important;
    }
}