@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:#FFFFFF;
    --mp-cyan:#01ADE2;
    --mp-navy:#1B63B9;
    --mp-teal:#61CED8;
    --mp-duck-egg:#ACE7F2;
    --mp-charcoal:#282827;
    --mp-dark-gray:#2F3F4E;
    --mp-middle-gray:#BDCCD4;
    --mp-light-gray:#F3F3F3;
    --mp-magenta:#D060A3;
    --mp-warning:#F36568;
    --mp-warning-pink:#FFF6FA;
}

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 {
    margin-top: auto;
    background-color: var(--mp-charcoal);
    color: var(--mp-white);
    padding: 2em 0;
    width: 100%;
    text-align: center;
}

#credits {
    font-size: 0.8em;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    background-color:var(--mp-white);
    padding: 60px 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: 400;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
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;
    }

/* 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: 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 .blue {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

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

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

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

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

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

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

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

.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-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;
}

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

#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: 40px 0 50px 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-light-gray);
    border-top: none;
}

.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: 160px;
    overflow: hidden;
}

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

.slide-container .title {
    font-size: 21px;
    font-weight: 600;
    color: var(--mp-navy);
}

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

.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;
}

#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-light-gray);
    color: var(--mp-dark-gray);
    font-size: 16px;
    padding: 1rem;
    display: flex;
}

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

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

#container-product {
    width: 100%;
    padding: 0;
    margin: 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;
}

.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;
    margin-top: auto;
}

.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-bottom: 15px;
}

#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 {
    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-light-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;
}

.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-charcoal);
    border-radius: 7px;
    background-color: var(--mp-middle-gray);
}

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

#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;
    padding: 2px 7px;
    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;
}

.current-file-list .attachedfile {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}

.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{
    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{
    width:100%;
}

.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;
}

@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-left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .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;
    }
}