.security-badges
.bottom-header.bottom-header-product,
#btn-checkout-continue2, #btn-checkout-continue-disabled2,
.page_title .continue_btn.redirecttologin,
.page_title .continue_btn,
.checkout-securely-old,
.checkout-help-old,
.checkout-footer-old {

    display: none;
}

#main_content {
    width: 100%;
    padding: 0;
}

.checkout .page_title a, .page_title .cyan {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #9C9C9C;
}

.response-message .alert {
    padding: 6px 15px !important;
    margin: 3px 0;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    border-radius: 3px !important;
    border: none !important;
}

.response-message .alert.success {
    background: rgba(129, 199, 25, 0.21);
    color: #77B916;

}

.response-message .alert.warning {
    background: rgba(249, 90, 78, 0.12);
    color: #F95A4E;

}


.secondary-contact-list ul {
    list-style-type: none;
    margin-left: -24px;
    margin-top: 10px;
    width: 300px;
}

#all_shippments_warning {
    margin: 0;
    padding: 0 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #3E3E3E;
    width: 100%;
    height: 37px;
    line-height: 35px;
    text-align: center;
}

.main-actions-wrapper {
    position: relative;
}

#all_shippments_warning i {
    color: #FF7F27;
}

.checkout-message {
    display: none;
}

div.shipping_method {
    padding: 10px 12px;
}

select.shipping_method, div.shipping_method {
    height: 51px !important;
    border: 1.5px solid #D2D2D2;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #8E8E8E;
    cursor: pointer;
    margin: 5px 0;
    background: url(https://cdn.4over4.com/assets/images/checkout/dropdown-arrow.png) no-repeat right white !important;
    background-position-x: 98% !important;
}

#cboxClose {
    display: none !important;
}

.border-red {
    border-color: rgb(249, 90, 78) !important;
}


.add_addr button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #23C2A8;
    background: white;
}

.secondary-contact-list ul li {
    margin-left: -15px;
}

.secondary-contact-list ul li a {
    float: right;
    margin-right: 7px;
}

#secondary-contact {
    margin-left: 1px;
    margin-top: 10px;
    width: 250px;
}

.bubble_content {
    text-decoration: none;
    width: 100%;
    font-size: 11px;
    margin: 5px 0;
}

.billing_form {
    margin-top: 5rem;
}

.bubble_content img {
    float: left;
    margin: -8px 0 0 0;
}

.em_bubble {
    width: 300px;
}

.cp_content-thead {
    background: #ade7ff;
    font-weight: bold;
}

.cp_content-thead td {
    padding: 2px;
    border-top: 1px solid #AFAFAF;
}

.btn_fb {
    background-color: #3b5998;
}

.btn_gplus {
    background-color: #d73d32;
}

.comment-btn {
    text-decoration: none;
}

#action-buttons-container {
    float: left;
    margin: -25px 0 0 20px;
}

#action-buttons-container a {
    color: #2E6E9E;
    font-size: 12px;
    font-weight: bold;
}

.swfupload {
    margin-left: -10px;
}

.popover {
    width: 450px;
}

footer#checkout_footer {
    bottom: 260px !important;
}


.startdesign {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em !important;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 13% !important;
    background-color: #a46497;
    color: #fff !important;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}


.popupDialog * {
    box-sizing: border-box;
}

.popupDialog {
    z-index: 2;
    background: rgba(245, 246, 247, 0.95);
    transition: opacity 200ms 0ms, visibility 0ms 0ms, z-index 0ms 0ms;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.popupDialog .popupClose {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: #f98332;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    z-index: 3;
    font-weight: 600;
}

.popupDialog .popupWrap {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popupDialog .wrapperContent {
    max-width: 80%;
    margin: 0 auto;
}

.popupDialog .popupHeading {
    width: 100%;
    margin: auto auto 20px;
    text-align: center;
    float: left;
}

.popupDialog .popupHeading h2 {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.popupDialog .popupContent {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
}

.popupDialog .popupBlock {
    width: 50%;
    padding: 15px;
    position: relative;
    display: flex;
}

.popupDialog .popupBox {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(79, 90, 109, 0.25);
    flex-direction: row;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    transition: box-shadow 200ms linear, opacity 200ms;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    flex: 1 1 auto;
}

.popupDialog .popupBox:hover {
    box-shadow: 0 0.1875rem 0.625rem 0 rgba(79, 90, 109, 0.3);
}

.popupDialog .iconWrap {
    min-height: 0;
    display: flex;
    width: 33.333333%;
    position: relative;
    overflow: hidden;
    font-size: 16px;

    text-align: center;
}

.popupDialog .svgwrap {
    height: auto;
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
    background: #f1eb9c;
}

.popupDialog .iconWrap.template .svgwrap {
    background: #b6b8dc;
}

.popupDialog .iconWrap svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 50%;
    margin: auto;
    text-align: center;
}

.popupDialog .contentWrap {
    font-size: 16px;
    width: 66.666667%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.popupDialog .textWrap {
    flex: 1 1 auto;
    padding: 20px 20px 20px 0;
}

.popupDialog .textWrap h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #3f4a59;
}

.popupDialog .textWrap ul {
    margin: 0;
    list-style: none;
    color: #333;
}

.popupDialog .arrow {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    fill: #128a67;
    transition: right 200ms;
}

.popupDialog .popupBox:hover .arrow {
    right: 10px;
}


/*NEW CSS BY TATE*/

.bottom-header.bottom-header-product,
#btn-checkout-continue2, #btn-checkout-continue-disabled2,
.page_title .continue_btn.redirecttologin,
.page_title .continue_btn,
.checkout-securely-old,
.checkout-help-old,
.checkout-footer-old {
    display: none !important;
}

.order-summary-title {
    padding: 9px 25px;
    background: #F7F7F7;
}

.order-summary-container {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 16%);
    border-radius: 10px;
}

.summary-loader {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #0000005c;
    height: 100%;
    z-index: 1;
}

.summary-loader img {
    width: 50px;
    text-align: center;
    position: absolute;
    top: 33%;
    right: 0;
    left: 0;
    margin: 0 auto;
}


.btn-title {
    border-radius: 4px 4px 0 0 !important;
}


.order-summary-title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}


.order-summary-body {
    background: #fff;
    padding: 22px 36px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #474747;
    padding-bottom: 0;
}

.order-summary-body .d-flex {
    align-items: center;
    justify-content: space-between;

}

#security-badges {
    display: none;
}

.summary-col #security-badges {
    padding: 2rem 0;
    display: block;
}


.uploaded-files .file-item {
    margin-top: 45px;
    margin-bottom: 10px;
    cursor: pointer;
}

.order-summary-body .tr {
    padding: 1rem 0;
    border-bottom: 1px solid #D6D6D6;
}

#security-badges ul li img {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 3px;
}

#security-badges b img {
    border: none;
}

#security-badges ul {
    display: flex;
    justify-content: space-between;
}

#security-badges .inner-wrapper {
    width: 83%;
    margin: 0 auto;
    border-top: 1px solid #CBCBCB;
    padding-top: 1rem;
}

#go-premium {
    padding: 0 36px;
    cursor: pointer;

}

#go-premium .inner {
    display: flex;
    align-items: center;
    border: 1px dashed #79807E;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 2rem;
    height: 52px;
    justify-content: space-evenly;
}

#go-premium .inner .checkbox {
    width: 17px;
    margin: 0;
    height: 17px;
}

#go-premium .inner b {
    color: #505050;
    font-weight: 600;
}

#go-premium .inner svg, #go-premium .inner b, #go-premium .inner span, #go-premium .inner strong {
    margin-right: 5px;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
}

#security-badges p b {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #272727;
}

.order-summary-body table {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
}

.pr-items-table p:first-child {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
}

.pr-items-table p:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #8D8D8D;
}


.pr-items-table .tr.discount-tr {
    border-bottom: 1px solid #D6D6D6;
}

.cp-name {
    color: #a349a4;
    text-decoration: underline;
}

.discount-tr img, .discount-tr svg {
    margin-right: 5px;
}

.discount-tr svg {
    position: relative;
    top: 5px;
}

.pr-items-table .discount-tr td {
    padding: 0 0 5px 0 !important
}

.job-item td {
    padding: 0 0 !important;
    text-transform: capitalize;
}


.discount-tr .discount_key {
    line-height: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #8D8D8D;
}

.pr-items-table td:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    padding: 5px 0;
}


.pr-items-table td.base-price {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 209.7%;
    text-align: right;
    color: #3E3E3E;
    cursor: pointer;


}

.pr-items-table td.base-price span {
    border-bottom: 1px dashed;
}


.pr-items-table td.base-price.discounted span {
    border-bottom: none !important;
}

.pr-items-table td.base-price.discounted {
    text-decoration-line: line-through;
    color: #9C9C9C;

}

.pr-items-table td.new-price {
    color: #3E3E3E;
    cursor: pointer;
}

span.updated-price {
    line-height: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #8D8D8D;
}

.pr-items-table td.new-price span {
    border-bottom: 1px dashed;
}


.summary-data-table td:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 209.7%;
    color: #474747;
    display: flex;
    align-items: center;
}

.summary-data-table td:nth-child(2) {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 209.7%;
    /* or 29px */

    text-align: right;

    color: #474747;

}

#security-badges p:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #272727;
    margin: 0;
}

#security-badges p:nth-child(2) {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 198.7%;
    text-align: center;
    color: #8E8E8E;
}

.coupon-link {
    text-align: center;
    text-decoration: underline;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #343434;
    cursor: pointer;
    margin: 1rem auto 0;
}

.order-summary-body .total span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252525;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.order-summary-body .total span:nth-child(2) {
    font-weight: 500;
}

.alert-warning-error {
    background-color: #fff5b3;
    border-color: transparent;
    color: #a68359;
    border-radius: 0;
}


.select-change-status span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #23C2A8;
}


.alert-warning {
    background-color: #fff5b3;
    border-color: transparent;
    color: #8a6d3b;
    border-radius: 0;
}

.checkout_product_detail h3 {
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px;
    color: #474747;
}

.total-price {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    display: inline-block;
}

.main-actions {
    position: absolute;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.49);
    padding: 14px;
    top: 44px;
    right: -23px;
    width: 190px;
    background: white;
    border-radius: 3px;
    z-index: 9;
}

.main-actions:after, .main-actions:before {
    bottom: 100%;
    left: 71%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.main-actions:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: 4px;
}

.main-actions:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dbdbdb;
    border-width: 15px;
    margin-left: 1px
}


.main-actions a {
    color: #333 !important;
    text-decoration: none !important;
    margin: 10px 5px;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
}

.main-actions a i {
    color: #3dc2a8;
    font-size: 17px;
}

.actions .quality {
    color: #757575;
    display: block;
    text-align: left;
    padding-left: 0 !important;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1;
}

.project-name {
    display: flex;
    align-items: center;
}

.project-name p {
    padding-left: 0 !important;
}

.checkout_product_detail .actions a {
    padding: 0 7px !important;
    margin: 0 !important;
}

.checkout_product_detail .quality {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #8D8D8D;
}


.checkout .checkout_product {
    display: flex;
    margin: 0 !important;
    padding-top: 22px;
}

.empty-checkout-badges {
    display: none;
}


.checkout_product_detail {
    padding-bottom: 0 !important;
    text-transform: capitalize;
}

.checkout_product_detail .actions {
    justify-content: space-between !important;
}

.desiner-section {
    /*margin: 10px 0 35px 0;*/
}


.attributes-table {
    width: 100%;
}

.pricing-data-table {
    width: 100% !important;
    margin: 3rem auto;
}

.attributes-table td:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 221%;
    color: #9D9D9D;
}

.view_details_panel td {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 221%;
    color: #3E3E3E;
    padding: 3px 20px;
}

.view_details_panel td:nth-child(3) {
    text-align: right;
}

.view_details_panel tr:nth-child(odd) {
    background: #FFFFFF;
    border-radius: 3px;
}

.view_details_panel tr:nth-child(even) {
    background: #F9F9F9;
}

#place-order,
#checkout_verification_wrapper .btn {
    width: 100%;
    display: block;
    margin: 1rem auto;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 0 0 4rem;
    line-height: 50px;
    height: 50px
}

#checkout_verification_wrapper .btn {
    padding: 0;
}

#place-order i {
    height: 100%;
    float: right;
    padding: 0 2rem;
    line-height: 50px;
    margin-left: 10px;
    border-radius: 0 4px 4px 0;
}


ul.templates-list li, ul.templates-list li img {
    width: 188px;
    min-width: 188px;
    height: 188px;
    border-radius: 5px !important;
}

ul.templates-list, ul.product-templates-list {
    height: 210px !important;
}

#place-order:disabled {
    pointer-events: none;
    opacity: .6;
    background: #CFCFCF;
    border-color: #b6b4b4 !important;
}

.start-from-scratch .inner .small-text {
    font-size: 14px !important;
}

.start-from-scratch .inner .text {
    font-size: 16px !important;
}

#total_amount {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 198.7%;
    color: #474747 !important;
    border-bottom: none;
}

.view_details_panel span.dot {
    font-weight: bold;
    color: #23c2a8;
    position: relative;
    bottom: 5px;
    margin-right: 5px;
}

.view_details_panel b {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}

.view_details_panel .close-details, .close-upload-widget {
    position: absolute;
    right: 2px;
    top: 25px;
    cursor: pointer;
}

.view_details_panel .close-details {
    background: white;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.21);
}

.view_details_panel .close-details svg {
    width: 15px;
    height: 15px;
}

.checkout .checkout_product .product_detail .job-name {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 128.8%;
    color: #474747;
    margin: 0;
    display: flex;
    align-items: center;
}

#upload_widget_tabs .identification {
    background: none !important;
}

.form-group.boxed_field {
    border: none !important;
}

.form-group.boxed_field input::placeholder, .form-group.boxed_field textarea::placeholder {
    color: #6f7473;
    font-size: 15px;
}

#upload_widget_tabs .tab-content {
    margin-top: 0 !important;
    position: relative;
}

#upload_widget_tabs .uploadifive-button {
    margin-top: 27px;
    padding: 70px 38px !important;
}

.tab-options {
    display: flex;
    align-items: center;
    margin: 0 2rem;
}

.tab-options .button {
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 10px 15px;
    margin: 0 9px;
    cursor: pointer;
}

.tab-options .button.active {
    border-color: #23c2a8;
}

.tab-options .button.active a {
    color: #23c2a8;
}

.tab-options .button.active a:focus, .tab-options .button.active a:active {
    box-shadow: none;
    outline: none;
}

.tab-options .button a {
    color: #333 !important;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}

.buttons-row {
    display: block;
    max-width: 245px;
    margin: 0 auto;
}

.buttons-row button {
    text-transform: uppercase;
}

.identification h4 {
    margin-bottom: 24px;
    font-size: 19px;
}

.actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 2rem 0;
}

.actions .right-options a {
    color: #4f4f4f;
    font-weight: 500;
    text-decoration: underline;
    line-height: 1;
}

.actions .right-options a:hover {
    text-decoration: underline;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

.tabs-content {
    margin: 0 3rem 3rem;
    border: 1px solid #3dc2a8;
    /* border-top: 0; */
    background: #f9f9f9;
}

.need-help {
    position: absolute;
    right: 10px;
    bottom: 0;
    color: #515151;
    font-weight: 600;
}

.right-options {
    margin-right: 14px;

}

.identification input, .identification textarea {
    background: #FCFCFC;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    padding: 11px 15px;
    border-color: #D0D0D0;
    border-width: 1px;
    font-size: 13px;
}

.identification input::placeholder, .identification textarea::placeholder {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    color: #BABABA !important;
}

.design-tabs .tabs-body .row:first-child {
    padding: 0 15px;
}

.someone_else_panel {
    margin-top: 4rem;
    display: none;
}

.design-tabs {
    margin: 0;
}

.someone_else_panel p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #3E3E3E;
}


.checkbox-panel label {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 13px;
    color: #4F4F4F;
    position: relative;
    padding: 0 !important;
}

.checkbox-panel input {
    display: none;
}

#browse_upload_file_now img {
    margin-bottom: 10px;
}


.checkbox-panel .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
}

.checkbox-panel input:checked + .checkmark {
    border-color: #3dc2a8;
}

.default_payment:checked + .checkmark {
    border: none;

}


.default_payment + .checkmark img {
    opacity: 0;
}

.default_payment:checked + .checkmark img {
    opacity: 1;
    width: 25px;
    height: 25px !important;
    max-width: 25px;
}

.success-section {
    margin-top: 44px;
}

.success-section p {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
}

.green-light-icon img {
    width: 55px;
}

.success-section .inner-wrapper {
    margin: 0 auto;
}

.checkout-arrow-icon {
    margin-left: 417px;
    display: block;
}

.success-section img {
    margin: 20px auto;
    display: block;
}

.default_payment + .checkmark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #F5F5F5;
    border-color: #C9C9C9;

}


.checkbox-panel input:checked + .checkmark:after {
    content: "";
    left: 6px;
    top: 1px;
    width: 3px;
    height: 10px;
    border: solid #3dc2a8;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}


.label-text {
    margin-left: 20px;
    cursor: pointer;
}


.someone_else_checkbox {
    margin-top: 2rem;
}


.product-assets.tabs-body {
    height: auto;
    padding: 15px 0 !important;
    width: 100%;
}

.form-group.boxed_field label {
    position: initial !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px;
    color: #3E3E3E;
    margin-bottom: 10px !important;
}

.someone_else_panel input {
    background: #FCFCFC !important;
    box-sizing: border-box;
    border-radius: 4px !important;
    resize: none;
    padding: 11px 15px !important;
    border-color: #D0D0D0 !important;
    border-width: 1px !important;
}

.submit-actions {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.submit-actions button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ul.templates-list li {
    margin-bottom: 5px !important;
}

.design-tabs .tabslist ul li {
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    color: #808080;
    margin-right: 10px;
    padding: 12px 25px;

    border: 1px solid #D0D0D0;
    border-bottom: none;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
    position: relative;
}


.design-tabs .tabslist ul li:after {
    content: "";
    background: #D0D0D0;
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -1px;
    left: 0;
}

.design-tabs .tabslist ul li.active:after {
    background: white;
}


.design-tabs .tabslist ul li.tab-menu:not(.active) {
    background: #ECECEC;
}

.design-tabs .tabslist ul li.tab-menu svg {
    margin-right: 10px;
}

.design-tabs .tabslist ul li.tab-menu_ {
    width: 100% !important;
    text-align: right;
}

.tab-menu_ span.text {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    color: #3E3E3E;
}

.design-tabs .tabslist ul li.tab-menu_ i {
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #3dc2a8;
    padding: 2px 0;
    font-size: 10px;
}


.product_detail {
    width: 100%;
}

.shipping-methods-list ul {
    display: inline-block;
    width: 100%;
}

.billing_form, .shipping_form {
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 1rem;
    border-radius: 5px;
}

.billing_form input, .billing_form select,
.shipping_form input, .shipping_form select {
    border-color: #dddddd !important;
    border-width: 1px !important;
    border-radius: 3px !important;
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
}

.save_billing_address, .save_shipping_address {
    text-transform: uppercase;
}

.cancel_billing, .cancel_shipping {
    /*background: #FFFFFF;*/
    /*border: 1px solid #D2D2D2;*/
    /*box-sizing: border-box;*/
    /*border-radius: 4px;*/
    /*padding: 6px 12px;*/
    /*color: #8E8E8E;*/
    /*font-size: 11px;*/
    /*text-transform: uppercase;*/
    /*font-weight: normal;*/
    /*height: 35px;*/
}

.shipping-methods-list ul li {
    display: inline-block;
    background: #FFFFFF;
    border: 2px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    width: 32%;
    padding: 18px 23px;
}

.select-change-status .change {
    color: #3E3E3E;
}


.shipping-methods-list ul li input {
    display: none;
}


#shipping_form input, #shipping_form select {
    background: #FCFCFC;
    border-radius: 4px;
    padding: 10px;
    height: 42px;
    border-width: 1px !important;
    border-color: #D0D0D0 !important;

}

.checkout .page_title {
    border-color: #E6E6E6 !important;
}


#shipping_form label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #3E3E3E;
}

#shipping_form input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #BABABA;

}

.templates-list {
    /*width: calc(100% - 125px);*/
    margin: 0 auto !important;
    width: 100%;
}

.left.controlls {
    position: absolute;
    left: 5px;
    z-index: 10;
}

.tabs-body span.controlls.right {
    right: 5px !important;
}

.billing-options .option label, .billing-options .option button {
    border: 1px solid #D2D2D2;
}

.billing-options .active label, .billing-options .active button {
    border-color: #23C2A8;
}


.saved-shipping-address {
    margin: 1rem 0;
}

.billing-options .option {
    display: inline-block;
}


.billing-options button, .billing-options label {
    border-radius: 3px;
    padding: 10px;
    width: 295px;
    text-align: center;
    display: inline-block;
    background: #FFFFFF;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 198.7%;
    color: #474747;
    margin-bottom: 0;
    border: none;
    transition: .2s;

}

#zipSelectorPanel .modal-body{
    padding: 20px;
}

#zipSelectorPanel .modal-body a{
    color: #333;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}

.billing-options .shipping_as_billing input {
    display: none;
}

input#shipping_as_billing:checked ~ label {
    background: #3dc2a8;
    color: white;

}

.billing-options label:focus {
    transform: scale(.9)
}


.saved-cart-item .inner {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
    position: relative;
}

.saved-cart-item .actions {
    margin: 0;
}

.selected_card + .label-text {
    margin: 0;
    background: #23C2A8;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    padding: 8px 33px;
    font-size: 12px;
    font-weight: 500;
}

.selected_card + span + .label-text-checked {
    display: none;
}


.selected_card:checked + span + .label-text-checked {
    background: #fff;
    color: #23C2A8;
    margin: 0;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 6px;
    font-size: 11px;
    display: block;
    text-transform: uppercase;

}

.selected_card:checked + .label-text {
    display: none;
}


.shipping-methods-list label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
}


.shipping-methods-list p.title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #23C2A8;
}

.shipping-methods-list input:checked ~ label {
    border-color: #23C2A8;
    border-width: 2px;
    color: #474747;
    opacity: 1;
}

.shipping_subspace_existing, .billing_subspace_existing {
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2rem 3rem;
    margin-top: 0 !important;
    position: relative;
    font-size: 18px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    min-height: 135px;
    display: flex;
    align-items: center;
}


.shipping_subspace_existing .check-icon {
    position: absolute;
    right: 10px;
    height: 10px;
}

.ship-actions-row {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 15px 0;
}

#address-book p.address {
    min-height: 130px;
}


.shipping_subspace_existing .actions {
    margin: 2rem 0 0;
}

.saved-cart-item .actions.top {
    position: absolute;
    right: 40px;
    top: 5px;
    margin: 0 0;
}

#billing_options {
    margin: 2rem 0;
}


.add-new {
    min-width: 90px;

}

.shipping_subspace_existing .actions .buttons .remove,
.saved-cart-item .actions .buttons .remove, .select-address, .cancel-cc, .btn-gray-outline, .cancel_billing, .cancel_shipping {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 12px;
    color: #8E8E8E;
    height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

.btn-gray-outline:hover {
    color: #8E8E8E;
}


.shipping-col h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #3E3E3E;
    margin: 0;
    margin-right: 3rem;
}

p.col-titile {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #47474d;
    margin-bottom: 25px
}

.shipping-col .shipment .d-flex {
    align-items: center;
    margin-bottom: 2rem;
}

.shipping-col .shipment .d-flex .checkbox {
    margin: 0;
}

.warning.alert {
    background: rgba(253, 167, 65, 0.19);
    border: 1px solid rgba(253, 161, 53, 0.6);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 1rem 3rem;
}

.shippments_error {
    margin-top: 20px;
}


p.address {
    margin: 0;
}

.danger.alert {
    background: rgba(249, 90, 78, 0.19);
    border: 1px solid rgba(249, 90, 78, 0.6);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 1rem 3rem;
}

p.quantity {
    font-weight: 600;
    font-size: 14px;
    line-height: 221%;
    color: #474747;
    display: inline-block;
    margin: 0;
}

p.quantity span {
    color: #9D9D9D;
    font-weight: 500;
}

.section-ship-address.form-open .saved-shipping-address,
.section-ship-address.form-open .shipping_method,
.section-ship-address.form-open .toggle-checkbox,
.section-ship-address.form-open .billing-row,
.section-ship-address.form-open #all_shippments_warning {
    display: none !important;
}

.section-ship-address.form-open .shipping_form {
    display: block !important;
}

.section-ship-address.form-open .shipment {
    width: 100%;
    max-width: 100%;
}

span.shipment_quantity_message {
    background: #F1F1F1;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px;
    font-size: 14px;
    width: 126px;
    height: 42px;
    display: inline-block;
    color: #828282;
}

.shipment {
    margin-top: 10px;
    border-radius: 3px;
}

input.shipment_qty {
    background: white;
    border: 1.5px solid #b6b4b4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 7px;
    height: 42px;
    width: 75px;
    font-size: 14px;
    line-height: 16px;
    color: #3E3E3E;
}


.checkout #shipping_settings {
    background: url(/assets/img/ipc_pattern.jpg) repeat;
    border-top: 1px solid #EDEDED;
    padding-top: 1rem !important;
}


.checkout #shipping_settings #all_shippments .shipping_method_red {
    border-color: #F95A4E;
}

.shipping_subspace_existing p.address, .billing_subspace_existing p.address {
    display: flex;
    align-items: center;
}

.shipping_subspace_existing .value, .billing_subspace_existing .value {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    color: #4F4F4F;
    margin-left: 1rem;
}

.split-chipping .label-text {
    margin-left: 24px;
}

.split-chipping {
    display: inline-block;
}

#address-book .shipping_subspace_existing {
    padding: 10px 1rem !important;
    margin: 1rem 0;
}

#address-book button {
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    font-weight: initial;
    font-size: 16px;
}

.saved-cart-item .cardType img {
    width: 25px;
    height: 25px !important;
    border-radius: 50% !important;
    object-fit: cover;
}


.coupon-discount {
    background: #f9f9f9;
    padding: 24px 34px;
    margin-top: 6rem;
    border-radius: 3px;
}

.coupon-discount h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #252525;
}

.active-discounts table, .fast-discounts table {
    width: 100%;
}

.active-discounts table p,
.apply-coupon table p,
.fast-discounts table p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    display: flex;
    align-items: center;

}

.active-discounts table svg,
.apply-coupon table svg,
.fast-discounts table svg {
    margin-right: 10px;
}

.apply-coupon p {
    margin-top: 1rem;
}

.active-discounts table span.amount, .apply-coupon span.amount, .fast-discounts span.amount {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 3rem;
    display: block;
    height: 27px;
    color: #858585;
}

td.status span {
    position: relative;
    top: -11px;
}

td.status span.no-discount {
    position: relative;
    top: 0;
}

.info-icon {
    color: #d7d7d7;
    cursor: pointer;
    margin-left: 10px;
}


.apply-coupon .form-group {
    position: relative;
}

.coupon-form {
    display: flex;
    align-items: center;
}

.apply-coupon .apply {
    color: #fff;
    font-weight: 500;
    background: #23C2A8;
    border-radius: 4px;
    min-width: 65px;
    height: 36px;
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
    font-size: 13px;
}

.apply-coupon .apply#coupon_apply:hover {
    cursor: pointer;
}

#coupon_loading {
    position: absolute;
    right: 9px;
    top: 32px;
    width: 25px;
    height: 25px !important;
    display: none;
}

.apply-coupon label {
    display: block;
    color: #008E77;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;


}

.apply-coupon input {
    border: 1px solid #E2E2E2;
    padding: 5px 15px;
    height: 39px;
    max-width: 357px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.discount-info-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    color: #8E8E8E;
    text-decoration: underline;
    text-align: right;
    float: right;
    margin-top: 28px;
    cursor: pointer;

}

td.status {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-align: right;
}


.active-discounts, .fast-discounts {
    border: 1px solid #E0E0E0;
    background: white;
    padding: 21px 28px;
    border-radius: 4px;
    min-height: 175px;
}

.apply-coupon {
    background: #F8F8F8;
    border-radius: 3px;
    padding: 21px 28px;
    display: none;
}

.selected-card-preview {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    border-top: none;
    padding: 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #474747;
}

.select-card-wrapper .title span {
    font-weight: 500;
    font-size: 13px;
    line-height: 198.7%;
    color: #7C7C7C;
    margin-left: 7px;
}

.selected-card-preview img {
    width: 23px;
    height: 23px !important;
    border-radius: 50% !important;
    margin: 0 5px;
    object-fit: cover;
}


.no-cards .with-cc, .empty-cc {
    display: none !important;
}

.no-cards .empty-cc {
    display: block !important;
}

.option.empty-cc {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 3px;
    height: 49px;
}

.uploaded-files img {
    width: 102px;
    height: 93px !important;
    border: 1px solid #e8e2e2;
    max-width: 100%;
    margin-bottom: 5px;
    border-radius: 4px !important;
}

.uploaded-files .title {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #3E3E3E;
}


.uploaded_files_table {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 150px;
}


.selected-template img {
    max-width: 100%;
    padding: 15px !important;
}


.selected-template p {
    margin-top: 0 !important;
    line-height: 0 !important;
}


/*button.save_shipping_address, .save_billing_address {*/
/*border-radius: 4px !important;*/
/*border: none;*/
/*color: white;*/
/*padding: 6px 12px;*/
/*}*/

.section-status {
    margin-left: 1rem;
}

.section-status .message {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FB1A1A;
}

#job-edit-container {
    position: fixed;
    right: 0;
    left: 0;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

#job-edit-container #product-edit-buttons {
    display: none;
}

div#calc-continue button, div#calc-back button#btn-calc-previous {
    height: 61px;
    margin-top: 0 !important;
}

.uploadifive-queue {
    width: 90%;
    margin: 2rem auto;
}

.uploadifive-queue .progress {
    height: 8px

}

.uploadifive-queue .progress-bar {
    background-color: #71d5c5;
}


.summary-col {
    position: sticky !important;
    top: 65px;
}

.design-tabs .tabs-body #browse_upload_file_now {
    top: 14% !important;
}

.upload_files_later {
    margin-top: 5px;
    margin-bottom: 0;
}

.upload-wrapper input {
    /*width: 100%;*/
    /*height: 70%;*/
    opacity: 0;
    cursor: pointer;
}

.checkbox-panel .label-text {
    margin-left: 25px;
}

.saved-cart-item {
    margin-bottom: 2rem;
}

.add-ship-address {
    min-width: 90px;
    margin-right: 10px;
}

/*MOBILE*/

.mobile-summary-view {
    display: none;
    text-decoration-line: underline;
    color: #23C2A8 !important;
}

.modal-dialog {
    z-index: 1041;
}

#go-premium-popup .modal-content, #upsell-popup .modal-content {
    position: relative;
}

#go-premium-popup .close-popup, #upsell-popup .close-popup {
    position: absolute;
    right: -30px;
    top: -30px;
    background: #171616;
    opacity: 0.8;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 38px;
    border: none;
}

#upsell-popup .modal-body {
    padding: 50px;
}

#upsell-popup .inner {
    display: flex;
}

#upsell-popup .self-product, #upsell-popup .cloned-product {
    margin: 0 5px;
}

#upsell-popup .image-wrapper {
    min-width: 305px;
    height: 295px;
    object-fit: cover;
    border-radius: 3px;
}

#upsell-popup .image-wrapper img {
    object-fit: contain;
    border-radius: 3px;
    height: 100%;
    width: 100%;
}

#upsell-popup .modal-dialog {
    width: 736px;
    transform: translate(0, 0) !important;
}

.plus-icon {
    min-width: 55px;
    text-align: center;
    position: relative;
    top: 128px;
}

#upsell-popup p.price {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #23C2A8;
    margin: 0;

}

#upsell-popup .section-content.uploaded p.price {
    display: none;
}

.product_group_name {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #818181;
    text-transform: capitalize;
    margin: 0;
}

.bottom-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-section .uploaded-img .inner p {
    background: #23C2A8;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    height: 24px;
    line-height: 23px;

}

.uploaded-img .pr-name-small {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #23C2A8;
    margin: 0;
}

.uploaded-img .size {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
}

.bottom-section .uploaded-img .inner {
    background: #FFFFFF;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    width: 110px;
    text-align: center;
    display: block !important;
    margin-bottom: 10px;
}

.bottom-section .uploaded-img img {
    width: 50px;
    margin: 11px auto;
}

.bottom-section button {
    position: initial !important;
    font-size: 18px !important;
    padding: 0 25px !important;
    height: 41px;
}

.bottom-section .right p:first-child {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-align: right;
    color: #23C2A8;
    margin: 0;
}

.bottom-section .right p:nth-child(2) {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: #333333;
}

#upsell-popup p.pr-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    color: #272727;
    margin: 5px 0;
    text-transform: capitalize;
}


#upsell-popup ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 252.8%;
    color: #585858;
}

#upsell-popup h4 {
. font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #272727;
    margin: 0;
}


#go-premium-popup .section-head p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#go-premium-popup .section-head p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #9C9C9C;
}

#go-premium-popup .plan-price span {
    font-style: normal;
    font-weight: bold;
    color: #23C2A8;
}

#go-premium-popup .plan-price .currency {
    font-size: 48px;
    position: relative;
    top: -22px;
}

#go-premium-popup .plan-price .value {
    font-size: 77px;
}

#go-premium-popup .plan-price .peroid {
    font-size: 28px;
}

#go-premium-popup .section-head p span {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #4F4F4F;
    margin-left: 10px;
}

#go-premium-popup .close-popup svg {
    width: 13px;
}

#go-premium-popup .form-group {
    width: 278px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

#go-premium-popup .form-group select {
    background-color: #FCFCFC;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 4px;
    height: 47px;
    background: url(https://cdn.4over4.com/assets/images/checkout/dropdown-arrow.png) no-repeat right white;
    background-position-x: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

#go-premium-popup .section-content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    color: #272727;
    text-align: center;
}


#go-premium-popup ul {
    width: 325px;
    margin: 0 auto;
}

#go-premium-popup .modal-body {
    padding: 40px 15px;
}

#go-premium-popup .section-content ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 233.8%;
    color: #585858;
}


.upsell-item {
    margin-bottom: 10px;
    padding-left: 0;
    width: 330px;
    display: inline-block;
    margin-right: 10px;
}

.upsell-wrapper {
    margin-bottom: 2rem;
}

.upsell-row {
    padding: 1rem 0;
    margin: 0 0 1rem 0;
    border-radius: 4px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    clear: both;
    height: 160px;
    display: flex;
    /*scrollbar-color: #3dc2a8 #f4f4f4;*/
    /*scrollbar-width: thin;*/
}

.upsell-row-wrapper .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upsell-row-wrapper .scroll-tools span {
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 29px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.upsell-row::-webkit-scrollbar {
    display: none;
    /*height: 5px;/*/
    /*border-radius: 6px;*/
}

/*.upsell-row::-webkit-scrollbar-thumb {*/
/*background: #3dc2a8;*/
/*border-radius: 6px;*/
/*}*/

/*.upsell-row::-webkit-scrollbar-track {*/
/*background: #e2e2e2;*/
/*border-radius: 6px;*/
/*}*/

.upsell-item-inner {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    padding: 8px;
    height: 115px;
}

.selected .upsell-item-inner {
    border-color: #23C2A8;
}

.upsell-section {
    border-bottom: none !important;
}

.upsell-item-inner .img-wrapper {
    min-width: 127px;
    width: 127px;
    height: 96px;
    margin-right: 20px;
    border-radius: 3px;
    position: relative;
    display: flex;
    float: left;
}


.upsell-item-inner .img-wrapper img {
    height: 100%;
    object-fit: cover;

}

.upsell-item-inner .img-wrapper .selft-img img {
    border-radius: 3px 0 0 3px;
}

.upsell-item-inner .img-wrapper .cloned-img img {
    border-radius: 0 3px 3px 0;
}


.content-wrapper {
    display: flex;
    align-items: center;
}

button.btn.update-cart-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #23C2A8;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 0;
}


.upsell-tooltip {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: -90%;
}

.upsell-menu-wrapper {
    position: absolute;
    right: 5px;
    top: 0;
}

.upsell-menu-wrapper .menu-toggle {
    cursor: pointer;
    color: #727272;
}

.upsell-item-menu {
    position: absolute;
    right: -16px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.44);
    width: 134px;
    height: 76px;
    border-radius: 3px;
    padding: 16px;
    display: none;
}

.upsell-item-menu.opened {
    display: block;
}

.upsell-item-menu.arrow_box:after {
    margin-left: 27px;
}

.upsell-item-inner p.price {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #23C2A8;
    margin: 0;
}

.upsell-item-inner .pr-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 113.4%;

    margin: 6px 0;

}

.upsell-item-inner .pr-name p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
    margin: 0;
    text-transform: capitalize;
    color: #474747;
    cursor: pointer;
}

.upsell-item-inner p.light {
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #8B8B8B;
    margin: 0;
}

.upsell-item-menu li {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    color: #4F4F4F;
    cursor: pointer;
    padding: 4px 0;
}

.upsell-item-menu li:first-child {
    border-bottom: 1px solid #E2E2E2;
}


div#apply-coupon {
    padding: 0 36px;
}


.checkout-footer {
    min-height: 200px;
    width: 100%;
    background: #191919;
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 6rem;
}

.checkout-footer-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.checkout-footer-first i {
    color: #23C2A8;
    margin-right: 5px;
}

.checkout-footer-info {
    display: flex;
}

.checkout-footer-info__address {
    margin-right: 48px;
}

.checkout-footer-second {
    text-align: center;
}


.upsell-qty-wrapper {

    margin: 10px 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 16px;
}

.upsell-qty-wrapper .most-popular, .upsell-qty-wrapper .best-value {
    min-width: 49%;
    cursor: initial;
}


.upsell-ttl {
    font-weight: 500;
    font-size: 14px;
    line-height: 111.4%;
    text-transform: capitalize;
    color: #818181;
    margin-bottom: 0;
}


.upsell-qty-wrapper .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

button.qty-upsell-btn {
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    background: transparent;
    height: 28px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 128.8%;
    color: #474747;
    padding: 0;
    margin-bottom: 10px;
    cursor: initial;
}

button.qty-upsell-btn svg {
    margin-right: 5px;
    top: 0 !important;
    margin-left: 0 !important;
}

.upsell-qty-wrapper .item span.button {
    display: block;

    box-sizing: border-box;
    border-radius: 7px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 5px;
}

.most-popular .button {
    background: #FD8516;
    border: 0.5px solid #FD8516;
}

.best-value .button {
    background: #81C719;
    border: 0.5px solid #81C719;
}

.upsell-qty-wrapper button[role="update_qty"] {
    background: #FFFFFF;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #23C2A8;
    width: 85px;
    height: 24px;
    text-align: center;
}

.upsell-qty-wrapper button svg.checkmark {
    display: none;
}

.upsell-qty-wrapper button.selected svg.checkmark {
    display: inline-block;
}

.upsell-qty-wrapper button.selected {
    cursor: not-allowed;
    opacity: 0.7;
}

.upsell-qty-wrapper button.selected svg.refresh {
    display: none;
}


.upsell-qty-wrapper button.loading svg {
    display: none;
}

.upsell-qty-wrapper button svg {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.upsell-qty-wrapper .old-price {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 133%;
    text-align: right;
    text-decoration-line: line-through;
    color: #F95A4E;
}

.upsell-qty-wrapper .new-price {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 133%;
    text-align: right;
    color: #474747;
}

.upsell-qty-wrapper .quantity {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #9D9D9D;
}

.upsell-qty-wrapper .quantity b {
    color: #5f5757;
    font-weight: 600;
}

.removeInfluenceButton {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
}

.removeInfluenceButton button {
    background: #ababab;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border: none;
    outline: none;
    margin-left: 5px;
}

/*UPDATE*/

.checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 3rem;
}

.orders_overview {
    margin-top: 2rem;

}

.checkout-steps .step {
    text-align: center;
    margin: 0 3rem;
    cursor: pointer;
    z-index: 1;
}

.steps-row {
    position: absolute;
    border-top: 1px solid #e2e2e2;
    top: 2rem;
    z-index: 1;
    width: 44%;
    margin: 0 auto;
    display: block;
    text-align: center;
    right: 0;
    left: 0;
}

.sections-col {
    position: relative;
}

.checkout-steps .step .step-title {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.border-cyan {
    border-color: #23C2A8 !important;
}

.checkout-steps .step:not(.active) .step-title {
    color: #6C6C6C;
    font-weight: 500;

}

.checkout-steps .step.active .step-title {
    font-weight: 600;
    color: #3E3E3E;
}


.checkout-steps .step p.num {
    box-sizing: border-box;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 35px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto 6px;
}


.step-status {
    display: flex;
    align-items: center;
}

.step-status div {
    display: inline-block;
}

.step.warning .ok, .step.success .error {
    display: none;
}

.step.warning .error, .step.success .ok {
    display: inline-block;
    height: 19px;
    margin-right: 5px;
}

.section-collapse {
    clear: both;
}

.section-collapse:not(.active) {
    display: none;
}

h3.section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #323232;
    margin: 20px 0;
}

.section-body .product-section-body {
    /*border-radius: 4px;*/
    /*padding: 23px;*/
    margin-bottom: 25px;
    /*cursor: pointer;*/
}

.assets-wrapper, .checkout_product {
    border-radius: 4px;
    cursor: pointer;
    padding: 20px;
}

.product-section-body[assets="close"] .qty-upsell-wrapper {
    display: none;
}


.product-thumbs {
    margin-right: 20px;
    min-width: 100px;
    width: 105px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
}

.product-thumbs img {
    object-fit: cover;
    height: 100px;
    width: 100%;
    border-radius: 3px;
}


.project_definition {
    font-style: normal;
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #6C6C6C;
}

.project_definition b {
    text-decoration: underline;
}


button.main-action-toggle {
    background: #FFFFFF;
    border: 1px solid #9F9F9F;
    box-sizing: border-box;
    border-radius: 3px;
    color: #9F9F9F;
    margin-left: 10px;
    padding: 0;
    width: 21px;
    text-align: center;
    line-height: 21px;
    height: 21px;
}

/*.product-section-body[assets="open"] .product-assets {*/
/*display: block;*/
/*}*/

/*.product-section-body[assets="close"] .product-assets {*/
/*display: none;*/
/*}*/

.product-section-body[assets="open"] .do-open,
.product-section-body[assets="close"] .do-close {
    display: none;
}

.product-section-body[assets="open"] .do-close,
.product-section-body[assets="close"] .do-open {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.collapse-status {
    cursor: pointer;
}


.collapse-status div {
    width: 150px;
    height: 30px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-align: right;
    text-transform: uppercase;
    border: 1px solid #3dc2a8;
}

.collapse-status .do-open {
    background: #FFFFFF;
    color: #23C2A8;
}

.collapse-status .do-close {
    color: #FFFFFF;
    padding: 0 5px;
}

.item-name .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
}

/*.status-message.error {*/
/*background: #FFCCCC;*/
/*border: 1px solid #FFB4B4;*/
/*box-sizing: border-box;*/
/*border-radius: 34px;*/
/*font-weight: 600;*/
/*font-size: 12px;*/
/*line-height: 130%;*/
/*text-align: center;*/
/*color: #DF261C;*/
/*align-items: center;*/
/*padding: 4px 10px;*/
/*}*/

/*.status-message span{*/
/*margin-left: 6px;*/
/*}*/

a.define_now {
    text-decoration: underline;
    margin: 0 10px;
}

.design-tabs .tabs-body {
    padding: 10px 0;
    padding-right: 0;
    border-radius: 0 3px 3px 3px;
    background-color: #fff;
}

.design-tabs .tabslist {
    background-color: transparent;
}

.design-tabs .tabslist ul li.active {
    background: #fff !important;

}

.product-assets {
    margin-top: 3rem;
    /*border: 1px solid #e2e2e2;*/
    /*border-radius: 3px;*/
}


.view_details_panel {
    padding: 45px 20px 20px 20px;
    position: relative;
    display: none;
}

#upload-wrapper {
    margin-top: 4rem;
    height: 175px;
    border: 1px dashed #3dc2a8;
    position: initial;
    width: 100%;
}

#upload-wrapper.has-file {
    height: 160px;
}


#upload-wrapper #browse_upload_file_now span {
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
}

#browse_upload_file_now small {
    margin: 15px 0;
    display: block;
}

#upload-wrapper .alert-cyan {
    background: #C1F8EF;
    border-radius: 3px;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #23C2A8;
    margin: 0 auto;
    height: 19px;
    line-height: 19px;
    width: 228px;
}

.btn-next-step {
    box-sizing: border-box;
    border-radius: 3px !important;
    float: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 198.7%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 99px;
    height: 41px;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.btn-next-step[disabled] {
    pointer-events: none;
    opacity: .6;
    background: #CFCFCF;
    border-color: #CFCFCF;
}

.btn-next-step:hover, .btn-next-step:focus, .btn-next-step:active {
    color: #FFFFFF;
}

.job-name p.name {
    margin: 0 10px;
}

.product.success .ok, .product.warning .error {
    display: inline-flex;
}
.product.success .step-validation-message{
    display: none;
}
.product.warning .step-validation-message{
    display: flex;
}
.product.warning .ok, .product.success .error {
    display: none;
}

/*.upload-actions {*/
/*display: none;*/
/*}*/

/*.has-file .upload-actions {*/
/*display: block;*/
/*}*/

/*.has-file .alert-cyan, .has-file #browse_upload_file_now img {*/
/*display: none;*/
/*}*/

/*.has-file #browse_upload_file_now small {*/
/*margin: 6px 0;*/
/*}*/

.upload-actions .btn {
    width: 160px;
    height: 30px;
    font-weight: 600;
    font-size: 13px;
    line-height: 138.7%;
    text-align: center;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 2px;
}

.no-more {
    background: #F7981D;
    border: 1px solid #F7981D;
}

.upload-more {
    background: #23C2A8;
    border: 1px solid #3dc2a8;
}


.add_addr {
    background: #FFFFFF;
    width: 100%;
    margin: 10px 0;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    height: 31px;
}

.shipment-inner {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 23px 27px;
}

.remove_addr {
    background: white;
    border-radius: 50%;
    border: 1px solid #B6B6B6;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}

.text_amount p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4F4F4F;
}


.next-btn-wrapper {
    overflow: hidden;
}

.next-btn-wrapper.bottom {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #EDEDED;

}

.next-btn-wrapper.top {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #EDEDED;
}

.payment-methods, .billing-col {
    background: #F9F9F9;
    border-radius: 2px;
    padding: 25px;
}

.payment-methods .checkmark {
    width: 22px;
    height: 22px;
    background: #FFFFFF;
    border: 2px solid #D0D0D0;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}


.payment-methods input:checked ~ .checkmark:after {
    content: "";
    left: 3px;
    top: 3px;
    width: 5px;
    height: 10px;
    border-width: 6px 6px 6px 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    border-radius: 50%;
}


.payment-methods input {
    display: none;
}


.payment-methods .option {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 3px;
}

.payment-methods label {
    height: 49px;
    padding: 10px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 198.7%;
    color: #474747;
    margin-bottom: 0;
    transition: .2s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.select-card-wrapper {
    padding: 10px;
    border-radius: 3px;
}

.select-card-wrapper .title {
    padding: 10px;
    background: #F2F2F2;
    border: 1px solid #C5C5C5;
    border-radius: 3px 3px 0 0;
}

.existing-cards-icons img {
    width: 23px;
    height: 23px !important;
    border-radius: 50% !important;
    margin: 0 5px;
    object-fit: cover;
}

.toggle-checkbox .switch {
    position: relative;
    height: 34px;
    margin: 15px 0;
}


.toggle-checkbox .label-text {
    position: absolute;
    margin: 0;
    width: 110px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #252525;
}

.toggle-checkbox .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-checkbox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 120px;
    bottom: 0;
    background-color: #b6b4b4;
    -webkit-transition: .4s;
    transition: .4s;
    height: 25px;
    width: 49px;
}

.toggle-checkbox .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-checkbox {
    width: 155px;
    margin-right: auto;
}


.toggle-checkbox input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle-checkbox input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 0;
}

/* Rounded sliders */
.toggle-checkbox .slider.round {
    border-radius: 34px;
}

.toggle-checkbox .slider.round:before {
    border-radius: 50%;
}


.edit-options a {
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #414C52;
    text-transform: uppercase;
}


.checkout-coins-block.have-enough-coins {
    display: flex;
    align-items: center;
}

.checkout-coins-block.have-enough-coins .red-danger {
    margin-left: 10px;
}

.checkout-coins-block.have-enough-coins .red-danger p {
    margin: 0;
}

.already-added-fbc.checkout-coins-block {
    display: flex;
    align-items: center;
}

.checkout-coins-block svg {
    min-width: 25px;
    margin-right: 5px;
}

@media (min-width: 1024px) {
    .modal-dialog {
        transform: translate(-25%, 0) !important;
    }
}

@media (max-width: 1200px) {
    .coupon-discount {
        padding: 24px 10px;
    }

    .active-discounts, .apply-coupon {
        padding: 21px 10px;
    }

    #place-order {
        padding: 0;
    }

    .product-head {
        display: block;
    }


    .checkout .checkout_product {
        width: 100%;
    }

    .checkout_product_detail .d-flex {
        display: block;
    }

    .project_definition {
        margin: 1rem 0;
        display: block;
        text-align: left;
    }


    .design-tabs .tabslist ul li {
        font-size: 12px;
        padding: 10px;
    }

    .design-tabs {
        margin: 10px 0;
    }


    .ship-actions-row button {
        margin-bottom: 10px;
    }

    .design-tabs .tabslist ul li {
        width: 100%;
    }

    .edit-options a:nth-child(1) {
        margin-left: 10px;
    }

    .checkout_product .product-thumbs {
        margin-left: 5px;
    }

    .payment-methods #add-payment-method, .billing-col .add-new {
        margin-right: 5px;
    }

    .coupon-discount .active-discounts {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .order-summary-body {
        padding: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.14);
    }

    #upload-wrapper.has-file {
        height: 155px;
    }

    .main-actions a i {
        display: none;
    }

    .order-summary-title,
    .summary-col #security-badges, .order-summary-body table {
        display: none;
    }

    .sections-col {
        float: none;
        width: 100% !important;
        padding-bottom: 17rem;
    }

    .summary-col {
        padding: 0 !important;
        box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.14);
        width: 100% !important;
        float: none;
        bottom: 0;

    }

    .checkout-arrow-icon .arrow-right, .checkout-footer {
        display: none !important;
    }

    .checkout-arrow-icon .arrow-down {
        display: block !important;
    }

    .main-actions {
        box-shadow: none;
        border: none;
        width: 100%;
        display: flex !important;
        background: transparent;
        align-items: center;
        position: initial;
        padding: 10px 0;
    }

    button.main-action-toggle {
        display: none;
    }

    .total-price {
        display: none;
    }

    .order-summary-container {
        margin: 0;
    }

    .main-actions a {
        margin: 0;
        text-transform: capitalize;
        font-size: 12px;
        display: block;
        border: 1px solid #E6E6E6;
        background: #fff;
        padding: 10px 5px;
        border-radius: 3px;
    }

    #place-order, #place-order i {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .main-actions:after, .main-actions:before {
        display: none;
    }

    .design-tabs .tabs-body {
        padding: 10px 0;
    }

    .design-tabs .tabs-body .row:first-child {
        padding: 0 5px;
    }

    #total_amount {
        padding: 1rem;
    }

    .mobile-summary-view {
        display: block;
    }

    .order-summary-body .total span:first-child {
        word-break: break-word;
        max-width: 37%;
    }

    .summary-col.popup-open {
        top: 0;
        width: 100% !important;
        background: #00000085;
        height: 100%;
        position: fixed !important;
    }

    .summary-col.popup-open table {
        display: table;
    }

    .summary-col.popup-open .order-summary-container {
        position: absolute;
        top: 25%;
        width: 90%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .summary-col.popup-open .order-summary-container .order-summary-body {
        position: static !important;
    }

    .checkout-arrow-icon {
        margin-left: 336px !important;
        margin-top: -42px;
    }

    .summary-col.popup-open .order-summary-body {
        padding: 2rem;
        border-radius: 4px;
    }

    .summary-col.popup-open .mobile-summary-view {
        display: none;
    }

    #all_shippments_warning {
        display: none;
    }

    .checkout-steps .step {
        margin: 0 0;
    }

    .checkout-steps .step .step-title {
        font-size: 11px;
    }

    .checkout-steps {
        justify-content: space-between;
    }

    .upsell-qty-wrapper {
        display: block;
        width: 100%;
    }

    .most-popular {
        margin-bottom: 15px;
    }

    .checkout_product {
        display: block !important;
    }

    .product-thumbs {
        float: left;
        margin-bottom: 20px;
    }

    .edit-options {
        display: block;
        clear: both;
    }

    .collapse-status div {
        width: 100%;
        justify-content: center !important;
    }

    .collapse-status div svg {
        margin-right: 10px;

    }

}


@media (max-width: 768px) {
    .checkout-footer {
        display: none !important;
    }

    .section-payment {
        margin-bottom: 7rem;
    }
}


.checkoutDeleteForm {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
}

.checkoutDeleteForm button {
    background: #ababab;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border: none;
    outline: none;
    margin-left: 5px;
}

.qty-upsell-wrapper {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 10px 0;
    padding: 15px;
}

.qty-upsell-wrapper .item {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    min-width: 48%;
    display: flex;
    justify-content: space-between;
    padding: 14px 10px;
    align-items: center;
    height: 50px;

}

.qty-upsell-wrapper .item p {
    font-weight: 500;
    font-size: 12px;
    line-height: 221%;
    color: #9D9D9D;
    margin: 0;
}

.qty-upsell-wrapper .item p span {
    color: #000;
}

.qty-upsell-wrapper .item p.name {
    box-sizing: border-box;
    border-radius: 7px;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 10px;
}

.best_qty p.name {
    background: #81C719;
}


.popular_qty p.name {
    background: #F95A4E;

}

.qty-upsell-wrapper .qty-update {
    background: #FFFFFF;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    color: #23C2A8;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
}

p.qty-upsell-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 128.8%;
    color: #474747;
    display: flex;
    align-items: center;
}


p.qty-upsell-title svg {
    margin-right: 5px;
}

#checkout_steps .step:not(.active) {
    display: none;
}

#checkout_steps .header-row, #checkout_steps .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#checkout_steps .header-row .steps_btns {
    display: flex;
    align-items: center;
    /*justify-content: space-around;*/
    max-width: 205px;
}

#checkout_steps .header-row .steps_btns svg {
    margin: 0 5px;
}

#checkout_steps {
    max-width: 1155px;
    width: 100%;
    margin: 1rem auto;
}

.steps_btns span {
    border: 2px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 23px;
    display: inline-block;
    cursor: pointer;
    width: 26px;
    min-width: 26px;
    height: 26px;
    font-weight: 900;
    font-size: 12px;
    color: #23C2A8;
    text-align: center;
    line-height: 23px;
}

.steps_btns span.active {
    background: #23C2A8;
    color: #fff;
}

.custom-breadcrumb-row-wrap {
    border-bottom: 1px solid #DFDFDF;
    height: 39px;
    line-height: 39px;
}

.breadcrumb-wrap li, .breadcrumb-wrap li a {
    color: #9C9C9C;
    font-size: 12px;
}

#checkout_steps .header-row h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #272727;
    align-items: center;
}

#checkout_steps .header-row .btn:active, #checkout_steps .footer-row .btn:active {
    transform: scale(.9);
}

#checkout_steps .header-row .btn, #checkout_steps .footer-row .btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 198.7%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 264px;
    height: 43px;
    transition: .2s;
}

#checkout_steps .header-row p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #252525;
    margin: 15px 0;
}

.body-row {
    margin: 3rem 0;
    background: #F9F9F9;
    border-radius: 2px;
    padding: 24px;
}

.body-row .inner-wrapper {
    display: flex;
    background: #FFFFFF;
    border: 2px solid #008E77;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 25px 64px;
    position: relative;
    height: 415px;
}

.body-row .inner-wrapper h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    /*border-bottom: 1px solid #DFDFDF;*/
    padding-bottom: 10px;
    margin: 0;
}

.body-row .inner-wrapper .why-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #23C2A8;
    margin: 0;
}

.body-row .image-wrapper img {
    border-radius: 4px;
    width: 326px;
    height: 343px;
    object-fit: cover;
}

.body-row .image-wrapper {
    margin-right: 40px;
    position: relative;
    min-width: 314px;
}

.body-row .image-wrapper .small-image {
    position: absolute;
    width: 140px;
    height: 140px;
    left: -38px;
    bottom: -17px;
}

.body-row .image-wrapper .small-image img {
    max-width: 100%;
    height: auto;
}

.body-row ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 220.8%;
    color: #252525;
    display: flex;
    align-items: center;
}

.body-row ul li svg {
    margin-right: 10px;
}

.body-row button.btn-cyan.small {
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    color: #FFFFFF;
    width: 235px;
    height: 27px;
    text-transform: inherit;
    cursor: inherit;
}


.body-row h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #272727;
}

.body-row h4 span {
    font-style: italic;
    color: #6d6666;
}

.body-row .price {
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    width: 56px;
}

.remove_tagline {

    width: 440px;
    height: 43px;

}

.body-row .checkbox-btn {
    background: #FD8516;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: none;
    transition: .2s;
}

.body-row .checkbox-btn:active {
    transform: scale(.9);
}

.add_to_order {
    width: 207px;
    height: 43px;
}

.body-row .right-box {
    display: flex;
    flex-direction: column;
}

.body-row .box-wrapper {
    display: flex;
    justify-content: space-between;
}

.body-row .box-wrapper .box {
    background: #FFFFFF;
    border: 2px solid #E3E3E3;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 11%);
    border-radius: 3px;
    padding: 20px 35px;
    width: 49%;
}

.body-row .box-wrapper .box .txt-orange {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #FD8516;
    display: flex;
    align-items: center;
}

.body-row .box-wrapper .box .txt-orange svg {
    margin-right: 8px;
}

.body-row .box-wrapper .box .box-header {
    display: flex;
    align-items: center;
}


.body-row .box-wrapper .box .offer-block {
    border: 3px solid #23C2A8;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    min-width: 102px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 65px;
}

.body-row .box-wrapper .box .offer-block p {
    font-weight: 800;
    font-size: 28px;
    line-height: 25px;
    text-align: center;
    color: #23C2A8;
    margin: 0;
}

.body-row .box-wrapper .box .offer-block p:last-child {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #23C2A8;
    border-radius: 6px;
    height: 20px;
    line-height: 20px;
    width: 108px;
    margin-top: 3px;
}

.body-row .box-wrapper .box .box_ttl {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
}

.body-row .box-wrapper .box .box_ttl span {
    font-weight: bold;
    text-transform: capitalize;
}

.body-row .box-actions button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 91px;*/
    height: 33px;
    background: transparent;
    border: none;
}

.body-row .box-actions button span:first-child {
    font-weight: bold;
    font-size: 30px;
    line-height: 25px;
    color: #23C2A8;
}

.body-row .box-actions button span:nth-child(2) {
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    text-decoration-line: line-through;
    color: #23C2A8;
    margin-left: 10px;
}

.body-row .box-actions .btn-cyan-outline {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #2D2D2D;
    background: #FFFFFF;
    border: 1px solid #23C2A8;
    box-sizing: border-box;
    border-radius: 3px;
    width: 217px;
    height: 33px;
}

.body-row .box-actions {
    display: flex;
    justify-content: space-between;
}

.box_image-wrapper {
    margin: 2rem auto;
    text-align: center;
    width: 461px;
    height: 243px;
}

.box_image-wrapper img {
    width: 461px;
    height: 243px;
    background: #fff;
    border-radius: 4px;
}


.body-row button span.checkbox {
    background: #FFFFFF;
    border: 2px solid #EA770D;
    box-sizing: border-box;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.body-row button span.checkbox.checked:after {
    content: "";
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid #f78518;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}


.body-row .green-badge {
    display: none;
    position: absolute;
    right: -16px;
    top: 39px;
    background-repeat: no-repeat !important;
    transform: rotate(51deg)

}

.templates-widget .link-item .icon {
    width: 50px;
    height: 50px;
}

.templates-widget .link-item .text {
    font-size: 15px;
}

.step-validation-message {
    background: #FFC7C7;
    border: 1px solid #FF6C6C;
    box-sizing: border-box;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FB1A1A;
    display: flex;
    align-items: center;
    height: 30px;
    margin-left: 20px;
    padding: 0 15px;
}

.step-validation-message svg {
    margin-right: 10px;
}

.product.warning.file-issue .upload-wrapper {
    border-color: #f81a1b !important;
}

.product.warning.file-issue .upload_files_later label {
    color: #f81a1b !important;
}

.product.warning.file-issue .upload_files_later label .checkmark {
    border-color: #f81a1b !important;
}



#paymentForm input.invalid {
    border-color: #d9534f;
}


.payment-form-btn-group {
    display: flex;
    justify-content: center;
    margin-top: 10px
}