
:root {
    --bs-link-hover-color: #6d1a27;
    --bs-primary: #6d1a27;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.loading.active {
    display: block;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(
        rgba(20, 20, 20, 0.8),
        rgba(0, 0, 0, 0.8)
    );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: "Adobe Garamond Pro Regular";
    src: url("./fonts/Adobe Garamond regular.otf") format("opentype");
}

@font-face {
    font-family: "Adobe Garamond Pro Simibold";
    src: url("./fonts/Adobe Garamond semibold.otf") format("opentype");
}

@font-face {
    font-family: "Adobe Garamond Pro Bold";
    src: url("./fonts/Adobe Garamond Bold.otf") format("opentype");
}

@font-face {
    font-family: "QuestaSlabRegular";
    src: url("fonts/QuestaSlabRegular.eot");
    src: url("fonts/QuestaSlabRegular.eot") format("embedded-opentype"),
        url("fonts/QuestaSlabRegular.woff2") format("woff2"),
        url("fonts/QuestaSlabRegular.woff") format("woff"),
        url("fonts/QuestaSlabRegular.ttf") format("truetype"),
        url("fonts/QuestaSlabRegular.svg#QuestaSlabRegular") format("svg");
}

.body,
p,
ul,
li,
label,
span,
div,
input {
    font-family: "Adobe Garamond Pro Regular";
}

h1,
b {
    font-family: "Adobe Garamond Pro Bold";
}

.text-primary {
    color: #6d1a27 !important;
}

.text-grey {
    color: #909090 !important;
}

.main-container {
    background-image: url("../../images/home-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.main-container.success {
    background-image: url("../../images/success-bg.png") !important;
}

.form-welcome {
    max-width: 630px;
    padding: 15px;
    background: #ffffff;
    text-align: center;
    padding: 40px 59px;
}

.footer {
    background-color: #f3eed9;
    justify-content: center;
    display: flex;
}

.footer-content {
    max-width: 820px;
    padding: 40px 20px;
}

.footer-content a {
    text-decoration: none;
    color: #000000;
}

.form-control {
    border-radius: 0px !important;
    height: 50px !important;
    font-size: 18px !important;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border: none !important;
}

.form-select {
    border-radius: 0px !important;
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    height: 50px !important;
}

.btn {
    min-height: 50px !important;
    padding: 15px 40px !important;
}

.btn-primary {
    background: #6d1a27 !important;
}

.btn-primary:hover {
    background: #780516 !important;
    opacity: 0.9;
}

.btn-outline-primary {
    border: 1px solid #6d1a27 !important;
    height: 50px !important;
    padding: 15px 40px !important;
    color: #6d1a27 !important;
}

.btn-outline-primary:hover {
    background: #6d1a27 !important;
    color: #ffffff !important;
}

.actions-yes-no {
    display: flex;
    justify-content: space-between;
}

.actions-yes-no button {
    width: 170px;
}

.main-container-instruction .list p {
    margin-bottom: 5px;
}

.title-1 {
    font-family: "Adobe Garamond Pro Bold";
    font-size: 40px;
    line-height: 31px;
}

.how-title {
    line-height: 48px;
}

.typography-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #656565;
}

.typography-2 {
    font-style: normal;
    font-size: 16px;
    line-height: 19.2px;
}

.typography-3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.typography-4 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}

.typography-5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.footer-content ul {
    list-style: none;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    display: flex;
    gap: 34px;
    justify-content: center;
    padding: 0;
}

.typography-bold {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.footer-content li {
    display: inline;
    /* padding: 20px; */
}

.input-field {
    padding: 15px 0px;
    text-align: left;
}

.input-field label {
    margin-bottom: 15px;
    font-size: 18px !important;
    font-weight: 400;
}

.input-field p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #919191;
    margin-top: 10px;
}

.text-left {
    text-align: left !important;
}

.form-1 {
    padding: 0px 60px;
}

.row-instruction {
    height: 900px;
    /* margin-bottom: -24px; */
}

.main-container-instruction #left {
    background-image: url("../../images/instruction-bg2.jpg");
    /*background-position: center;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
}

.main-container-instruction #right {
    text-align: center;
    padding: 40px 100px;
}

.main-container-instruction .list {
    display: flex;
    margin-top: 25px;
}

.main-container-instruction .list .number {
    border: 1px solid #6d1a27;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    /* max-width: 40px; */
    /* max-height: 40px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    color: #6d1a27;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.main-container-instruction .list .content {
    margin-top: 9px;
    margin-left: 20px;
    text-align: left;
}

.landing-container {
    padding: 30px 0px 145px 0px;
}

/*   steps  */
.step-indicator {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-indicator .step-icon {
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    font-size: 20px;
}

.step p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #dcdcdf;
    position: absolute;
    margin-top: 88px;
    width: 146px;
}

.step.active p {
    color: #000000;
}

.step.step2 p,
.step.step3 p,
.step.step4 p {
    left: 50%;
    transform: translateX(-50%);
}

.indicator-line {
    width: 100%;
    height: 1px;
    background: #dcdcdf;
    flex: 1;
}

.indicator-line.active {
    background: #000000;
}

.instruction-bg-mobile {
    display: none;
}

.mobile-label-text {
    display: none;
}

.message-1,
.message-2,
#message-1,
#message-2,
#message-2c,
#message-1c {
    font-family: "Georgia";
    font-weight: normal;
}

.date_dds select {
    padding: 8px 15px;
    font-size: 20px;
}

@media screen and (max-width: 500px) {
    .step p {
        font-size: 11px;
        bottom: -20px;
    }
}

/*  end steps  */

/*Vertical Steps*/

.disabled-item {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.container-steps-vertical {
    margin-top: 70px;
}

.list-group.vertical-steps {
    padding-left: 10px;
}

.list-group.vertical-steps .list-group-item {
    border: none;
    border-left: 1px solid #6d1a27;
    box-sizing: border-box;
    border-radius: 0;
    counter-increment: step-counter;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.list-group.vertical-steps .list-group-item.active {
    background-color: transparent;
    color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
    border-left: 3px solid transparent;
    padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color: #ffffff;
    color: #6d1a27;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    min-height: 40px;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
    line-height: 25px;
    margin-left: -35px;
    text-align: center;
    border: 1px solid #6d1a27;
    font-weight: 600;
    font-size: 20px;
    padding-top: 8px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
    display: block;
    overflow: hidden;
    padding-top: 2px;
}

.list-group.vertical-steps .list-group-item a:not(.collapsed) img.icon-down {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
    /* background-color: #6d1a27;
    color: #fff; */
}

.list-group.vertical-steps .list-group-item.completed {
    border-left: 1px solid #6d1a27;
}

.list-group.vertical-steps .list-group-item.completed::before {
    background-color: #6d1a27;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
    border-left: 3px solid transparent;
}

.list-group-item .content {
    padding-left: 21px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.email-content-form {
    max-width: 430px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 200px;
}

.container-wine.row-1 {
    margin-bottom: 130px;
    margin-top: 130px;
    /* height: 470px; */
}

.container-wine .content {
    background: #f3eed9;
}

.content.active {
    background: #6d1a27 !important;
    color: #ffffff !important;
    transition: background-color 0.9s ease;
}

.content.active a {
    color: #ffffff !important;
}

.content.d-flex.active img.icon-down {
    filter: brightness(0) invert(1);
}

.container-wine .content .text {
    flex: 1;
    height: 320px;
}

.container-wine .content .image {
    position: relative;
    min-width: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.container-wine .content .image img {
    position: absolute;
    margin-top: -126px;
}

.form-check-input {
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #6d1a27 !important;
}

.form-check-input-small {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #6d1a27 !important;
}

.form-check-input:checked {
    background-color: #6d1a27 !important;
    border-color: #ffffff !important;
}

.toggle-a {
    text-decoration: none;
    font-size: 18px;
    line-height: 150%;
    color: #6d1a27;
}

.toggle-a:hover,
.toggle-a:focus {
    color: #6d1a27;
}

* {
    outline-color: #6d1a27;
}

.btn-close:focus {
    box-shadow: 0 0 0 .25rem #6d1a2740;
}

.form-select:focus, .form-control:focus, .form-check-input:focus {
    border-color: #6d1a27;
    outline: 0;
    box-shadow: 0 0 0 .25rem #6d1a2740;
}

.btn-check:focus+.btn, .btn:focus {
    /* background-color: #ffffff; */
}

.row-label-2 {
    margin-top: 200px;
}

.label-layout .content {
    background: #f3eed9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

/* filepond */
.filepond--root {
    border: 1px dashed #dcdcdf;
    height: 435px;
    background-color: transparent !important;
}

#edit-modal .filepond--root {
    height: 340px;
}

.label-status #edit-modal .filepond--root {

    height: 319px;

}
@media all and (max-width: 576px) {

    .label-status #edit-modal .filepond--root {

        height: 250px;

    }
    .label-status .upload-container{
        margin-top: 0;
    }
}

#edit-modal label > span {
    min-width: 100px;
    display: flex;
    align-items: center;
}

.filepond--panel-root {
    background-color: transparent !important;
}

.filepond--drop-label {
    display: inline !important;
    /* align-items: center;
    justify-content: center; */
    height: 100% !important;
    padding: 20px;
}

.filepond--credits {
    display: none !important;
}

.text-bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #919191;
    margin-top: 100px;
}

.upload-container {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 23px;
}

/* end filepond */

.steps-title {
    padding: 70px 0px 0px 0px;
    /*width: 630px;*/
    margin: 0px auto;
}

.error-upload {
    background: #dd1f1f26 !important;
    color: #dd1f1f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    height: 30px;
    font-size: 14px;
    line-height: 17px;
}

.upload-container-content {
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.container-image {
    height: 300px;
    height: 300px;
}

.wine-design {
    background: #f3eed9;
    background-repeat: no-repeat;
    height: 561px;
    width: 670px;
    background-position: center;
    background-size: cover;
}

.ribbon {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    /*height: 361px;
    width: 470px;*/
    height: 50px;
    width: 200px;
    background-position: center;
    background-size: cover;
}

.ribbon img {
    width: 120px;
    height: 40px;
    object-fit: cover;
}

.message-container {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.message-container .text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-left: 20px;
}

.message-container .text .message {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-left: 20px;
    /* line-height: 9px; */
    color: #000000;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .message-container {
        margin-bottom: 10px;
    }
}

.message-container .text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #919191;
}

.container-image {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-image .content {
    position: absolute;
    /*bottom: 37px;*/
    /*bottom: 40px;*/
    bottom: 44px;
    font-weight: bold;
    font-size: 23px;
    /*max-width: 340px;*/
    max-width: 400px;
    text-align: center;
    line-height: 9px;
    font-family: "Adobe Garamond Pro Bold" !important;
}

.pinot-wine .container-image .content {
    bottom: 32px;
}

.container-image .content-photo-text {
    bottom: 70px !important;
}

.back-button {
    display: flex;
    align-items: center;
    margin: 25px -7px;
    cursor: pointer;
}

.d-none {
    display: none;
}

.disp-none {
    display: none;
}

.preview-container-image {
    width: 100%;
    max-width: 430px;
    margin: 0px auto;
}

.preview-container {
    width: 100%;
    max-width: 730px;
    margin: 0px auto;
}

.wine-bottle {
    width: 100%;
    height: 723px;
    background-repeat: no-repeat;
    background-position: center;
}

/*.wine-bottle img {
    width: 430px;
    height: 360px;
}*/

.wine-bottle .text {
    position: absolute;
    margin-top: 723px;
    line-height: 0px;
    font-size: 7px;
}

.terms-text {
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.terms-pending {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #919191;
    margin-top: 15px;
}

.captcha {
    height: 50px;
    width: 100%;
    border: 1px solid #ced4da;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.captcha canvas {
    margin-top: 20px;
    margin-left: -182px;
}

.reload-capcha {
    position: absolute;
    right: 24px;
    margin-top: -35px;
    cursor: pointer;
}

.btn-success-page {
    width: 320px !important;
    max-width: 320px !important;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.cropper-image {
    max-width: 100%;
    height: auto;
}

.slider-val-area {
    width: 50%;
    padding: 10px 15px 0 10px;
}

.slider-val-area #min-zoom-val {
    float: left;
}

.slider-val-area #max-zoom-val {
    float: right;
}

.crop-control-group {
    display: flex;
    background: #fff4f4;
    padding: 12px;
    width: 150px;
    margin: 0px auto;
    margin-bottom: 19px;
    justify-content: space-around;
}

.reset_cropper {
    vertical-align: text-top;
    margin-right: 20px;
    color: #6d1a27;
}

#photo-only-image {
    position: absolute;
    /* background-position: top; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-size: 100% 100%; */
    width: 100%;
    height: 100%;
    max-width: 572px !important;
    /*max-height: 334px !important;*/
    max-height: 353px !important;
    /*margin-top: 118px;*/
    margin-top: 117px;
    margin-left: 49px;
    /*background-size: cover;*/
    /* background-size: 100% 100%; */
    /*border: 2px solid transparent;*/
    border: 2px solid #000;
}

.status-table-header {
    background-color: #f9fafb;
    /* color: #646464; */
}
.status-list-wrapp .row:last-child {
    border-bottom: 1px solid #dee2e6 !important;
}

.primary-border {
    border-color: #6d1a27 rgba(0,0,0,0) #6d1a27 rgba(0,0,0,0);
}
.order-confirmation button {
    width: 150px;
    padding: 15px 10px !important;
}
.action-column a {
    color: #6d1a27;
    text-decoration: none;
    padding-left: 21px;
    line-height: 1;
}
.group-heading {
    background: #F9FAFB;
    border: 1px solid #DEE2E6;
    padding: 10px 15px;
    margin-bottom: 12px;
    font-size: 16px;
}
a.decline-link {
    background: url("../../images/new-images/decline.svg") no-repeat left top -2px;
    background-size: 18px;
}
a.edit-link {
    background: url("../../images/new-images/edit.svg") no-repeat left top -2px;
    background-size: 18px;
}
a.view-link {
    background: url("../../images/new-images/eye.svg") no-repeat left top -2px;
    background-size: 18px;
}
a.reorder {
    background: url("../../images/new-images/order-again.svg") no-repeat left
        top -2px;
    background-size: 18px;
}
.status-image {
    max-width: 96px;
    height: 56px;
    position: relative;
}
.status-image img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.status-email-form.email-content-form {
    max-width: none;
    padding: 0px 0px;
}
.status-email-form.email-content-form #form-email {
    max-width: 430px;
    margin: 0 auto;
}
.all-order {
    font-size: 24px;
}
.label-modal p {
    font-size: 16px;
}
.label-modal .modal-footer p {
    font-size: 12px;
    max-width: 340px;
    margin: auto;
    text-align: center;
}
.label-modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}
.label-modal .modal-footer {
    padding-bottom: 25px;
}
.modal-body-header p {
    max-width: 320px;
    margin: auto;
    font-size: 12px;
}
.modal-body-header {
    margin-bottom: 30px;
}
.modal-body-header h2 {
    line-height: 1;
}
.modal-status-stepper {
    max-width: 430px;
    margin: auto;
    padding-bottom: 20px;
}
.label-modal-dialog {
    max-width: 900px;
}
.image-preview-wrapper {
    width: 428px;
}
.label-content-details {
    width: 428px;
}

@media all and (max-width: 991px) {
    a.edit-link {
        background-position: left top -1px;
    }
    a.view-link {
        background-position: left top -1px;
    }
    a.reorder {
        background-position: left top -1px;
    }
    .status-col {
        border-bottom: 1px solid #dee2e6;
        border-right: none !important;
        position: relative;
        padding-left: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .status-col::before {
        content: "";
        position: absolute;
        left: 20px;
    }

    .order-status-id::before {
        content: "Order #";
    }
    .status-date::before {
        content: "Date Submitted";
    }
    .status-name::before {
        content: "Name";
    }
    .status-address::before {
        content: "Address";
    }
    .status-label::before {
        content: "Label";
    }
    .status-label-layout::before {
        content: "Label Layout";
    }
    .status-message::before {
        content: "Message";
    }
    .status-image-col::before {
        content: "Image";
    }
    .status-status::before {
        content: "Status";
    }
    .status-action::before {
        content: "Action";
    }
    .status-col.order-status-id {
        background: #f9fafb;
        font-weight: bold;
    }
    .status-detail-row {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 576px) {
    /* .action-column {
        padding-left: 0 !important;
        justify-content: center;
    } */
    /* .action-column::before {
        display: none;
    } */
    .all-order {
        font-size: 18px;
    }
    .label-content-details {
        width: 100%;
    }
    .image-preview-wrapper {
        scale: 0.75;
        width: 100%;
    }
}
@media only screen and (min-width: 601px) {
    .wine-2 #photo-only-image {
        /*max-height: 342px !important;*/
    }
}

#photo-only-image-c {
    position: absolute;
    /* background-position: top; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    width: 100%;
    max-width: 603px;
    height: 100%;
    max-height: 300px;
    margin-top: -39px;
    border: 2px solid transparent;
    margin-left: -1px;
    /*background-size: cover;*/
    /* background-size: 100% 100%; */
}

#photo-text #photo-only-image-c {
    /* border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important; */
    margin-top: -37px;
    border: 2px solid #000 !important;
}

/*#photo-only-image-c-crop {
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 603px;
    height: 100%;
    max-height: 299px;
    margin-top: -38px;
    border: 2px solid black;
    margin-left: -1px;
    background-size: 100% 100%;
}*/

.ribbon-photo-text img {
    width: 120px;
    height: 40px;
    object-fit: contain;
}

.ribbon-photo-text {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    margin-top: 279px;
    margin-left: 329px;
    position: relative;
    left: -94px;
}

#photo-text .ribbon-photo-text {
    margin-left: -60px;
    left: 50%;
    max-width: 250px;
}

/*.ribbon-photo-text-crop{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top:279px;
    margin-left:332px
}*/

.edit-photo-button {
    cursor: pointer;
    margin-top: 15px;
    color: #6d1a27;
}

.edit-photo-button:hover {
    opacity: 0.7;
}

/* STEP-2 DESIGN FOR DEFAULT 3 KINDS LABEL */
.image-layout {
    margin-right: 20px;
}

.image-layout img {
    max-width: 261px;
    max-height: 219px;
}

/*------end-----*/

/* For step 3 bottle preview photo-only cabernet and sauv */
.image-preview-photo-only-sauv {
    position: absolute;
    border: 1px solid #000000;
    margin-top: 602px;
    margin-left: -1px;
}

#image-preview-photo-only-sauv {
    width: 161px;
    height: 93px;
}

.ribbon-photo-only-sauv {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 82px;
    left: 59px;
}

.ribbon-photo-only-sauv img {
    width: 41px;
    height: 17px;
}

/*-----END---*/
/* For step 3 bottle preview photo-only chardonnay and pinot */
.image-preview-photo-only-chardonnay {
    position: absolute;
    border: 1px solid #000000;
    margin-top: 786px;
    margin-left: 0px;
}

#image-preview-photo-only-chardonnay {
    width: 160px;
    height: 95px;
}

.ribbon-photo-only-chardonnay {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 84px;
    left: 59px;
}

.ribbon-photo-only-chardonnay img {
    width: 41px;
    height: 17px;
}

/*-----END---*/
/* For step 3 bottle preview photo-text sauv and cabernet */
.image-preview-photo-text-sauv {
    position: absolute;
    border: 1px solid #000000;
    margin-top: 588px;
    margin-left: -3px;
}

#image-preview-photo-text-sauv {
    width: 170px;
    height: 86px;
}

.ribbon-photo-text-sauv {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 76px;
    left: 64px;
}

.ribbon-photo-text-sauv img {
    width: 41px;
    height: 20px;
}

/*-----END---*/

/* For step 3 bottle preview photo-text chardonnay and pinot */
.image-preview-photo-text-chardonnay {
    position: absolute;
    border: 1px solid #000000;
    margin-top: 771px;
    margin-left: 0px;
}

#image-preview-photo-text-chardonnay {
    width: 173px;
    height: 86px;
}

.ribbon-photo-text-chardonnay {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 76px;
    left: 64px;
}

.ribbon-photo-text-chardonnay img {
    width: 41px;
    height: 17px;
}

.wine-bottle .text-chardonnay {
    position: absolute;
    margin-top: 903px;
    line-height: 0px;
    font-size: 7px;
}

/*-----END---*/
.spacer-border {
    width: 100%;
    height: 1px;
    background-color: #dcdcdf;
    margin: 40px 0px 37px 0px;
}

#text-photo .text {
    margin-top: 722px !important;
    font-size: 7px;
}

.admin-container {
    padding-bottom: 0px !important;
    margin: 40px 12px;
    min-height: 600px;
}

.button-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 40px 0px;
}

.btn-sm {
    height: 30px !important;
    font-size: 14px;
    padding: 5px 0px !important;
    width: 109px;
}

.terms-conditions {
    margin-top: 70px;
}

.terms-conditions h1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.terms-conditions p,
.terms-conditions ul {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.terms-conditions b {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #6d1a27;
}

.t1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: "Adobe Garamond Pro Bold";
}

/* .wine-1b,
.wine-2b {
    display: none;
    text-align: center;
} */

#message-1,
#message-2 {
    min-height: 12px;
}

.error-container {
    max-width: 500px;
    margin: 0px auto;
    min-height: 400px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* media query  */
/* @media (min-width:1100px) and (max-width: 1392px){
    .step2-label-layout-message{
        padding-left: 95px;
    }
} */

.bottle-preview-container-mobile {
    display: none;
    align-items: center;
    justify-content: center;
}

.mobile-text-only {
    position: absolute;
    margin-left: 15px;
    /* display: none; */
}

@media (min-width: 460px) and (max-width: 500px) {
    .slider-content {
        margin-left: 70px !important;
    }
}

@media (min-width: 400px) and (max-width: 459px) {
    .slider-content {
        margin-left: 57px !important;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    .bottle-preview-container {
        display: none !important;
        visibility: hidden !important;
    }

    .banner.custom-cabernet-text-only {
        margin-left: 10px !important;
    }

    .banner.custom-sauv-text-only {
        margin-left: 2px !important;
        clip-path: polygon(15.4% 0, 83.4% 0, 81.6% 100%, 17.8% 100%) !important;
    }

    .banner.custom-pinot-text-only {
        margin-left: 0 !important;
        clip-path: polygon(15.6% 0, 84.5% 0, 84.9% 100%, 15.6% 100%) !important;
    }

    .banner.custom-chardonnay-text-only {
        margin-left: 2px !important;
    }

    .banner.custom-cabernet-photo-text {
        margin-left: 3px !important;
    }

    .banner.custom-sauv-photo-text {
        margin-left: 3px !important;
    }

    .banner.custom-chardonnay-photo-text {
        margin-left: 2px !important;
    }

    .banner.custom-pinot-photo-text {
        margin-left: 1px !important;
    }

    .banner.custom-sauv {
        margin-left: 8px !important;
    }

    .banner.custom-chardonnay {
        margin-left: 5px !important;
    }

    .banner.custom-pinot {
        margin-left: 1px !important;
    }

    #clip-display {
        display: none !important;
    }

    .bottle-preview-container-mobile {
        display: flex !important;
    }

    .banner {
        margin-left: 6px !important;
    }
}

@media (min-width: 900px) and (max-width: 1399px) {
    .step2-label-layout-message {
        padding-left: 95px !important;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .step2-label-layout-message {
        padding-left: 143px !important;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .label-layout .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-wine.row-1 {
        margin-bottom: 0;
    }

    #wine-2,
    #wine-3,
    #wine-4 {
        margin-top: 100px;
    }

    .form-check-input {
        transform: translateY(-15px);
    }

    #form-submit .form-check .form-check-input {
        transform: translateY(0px);
    }

    #form-layout .form-check {
        padding-left: 35px;
    }

    #form-layout .form-check input.form-check-input {
        margin-top: 15px;
    }

    .cropper-container {
        width: 101% !important;
        height: 500px !important;
    }
}

@media (min-width: 280px) and (max-width: 374px) {
    .image-layout img {
        max-width: 162px;
        max-height: 219px;
    }

    #btn-label-next {
        margin-left: -25px;
    }
}

@media only screen and (min-width: 501px) {
    .text-step-3.custom-pinot-text-only {
        width: 253px;
        margin-left: -12px;
    }
}

@media only screen and (max-width: 1200px) {
    .row-instruction {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-label-text {
        display: block;
        margin: 0;
        padding-top: 25px;
    }

    .desktop-label-text {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .instruction-bg-mobile {
        display: block;
    }

    html body .instruction-bg-desktop {
        display: none !important;
    }

    .instruction-bg-mobile img {
        max-width: 100%;
        height: auto;
        max-height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    /* text only step 3*/
    .text-step-3.custom-cabernet-text-only {
        margin-left: 3px !important;
    }

    .text-step-3.custom-chardonnay-text-only {
        margin-left: 1px !important;
    }

    .text-step-3.custom-sauv-text-only {
        margin-left: 1px !important;
    }

    /*
    .text-step-3.custom-pinot-text-only {
        margin-left: 76px;
    }
    */
    .text-step-3.custom-pinot-text-only {
        width: 253px;
        margin-left: 0px;
    }

    .text-step-3.custom-sauv-text-only,
    .text-step-3.custom-chardonnay-text-only,
    .text-step-3.custom-pinot-text-only,
    .text-step-3.custom-cabernet-text-only {
        /*margin-left: 4px;*/
        /* margin-left: 3px !important; */
        width: 100%;
        left: 0;
        right: 0;
    }

    #slick-slide11 {
        text-align: center;
    }

    .main-slider .text-step-3 p {
        width: auto !important;
    }

    /*----end text only step 3-->*/

    /* photo-text cabernet step 3*/
    .label-image.custom-cabernet-photo-text {
        margin-left: 43px !important;
        clip-path: polygon(0% 0%, 66% 0%, 65% 100%, 2% 100%) !important;
        /*clip-path: polygon(-20% 0, 74% 0, 72% 100%, 11% 100%)!important;*/
        /* clip-path: none !important; */
    }

    #label-image-img-mobile-photo-text-cabernet {
        object-fit: cover !important;
        width: 174px !important;
        height: 112px !important;
    }

    .text-step-3.custom-cabernet-photo-text {
        /*margin-left: 82px;*/
        margin-left: 0 !important;
        width: 100%;
        left: 0;
    }

    .ribbon-photo-only-step3.custom-cabernet-photo-text {
        left: 75px !important;
    }

    /* end photo-text cabernet step 3*/

    /* photo-text sauv step 3*/
    .label-image.custom-sauv-photo-text {
        margin-left: 34px !important;
        clip-path: polygon(0% 0%, 67% 0%, 65.7% 100%, 5% 100%) !important;
    }

    #label-image-img-mobile-photo-text-sauv {
        width: 170px;
        height: 113px;
        object-fit: cover;
    }

    .text-step-3.custom-sauv-photo-text {
        margin: 506px auto !important;
        left: 0;
        right: 0;
        /* margin-top: 506px !important;
        margin-left: 74px !important; */
    }

    .ribbon-photo-only-step3.custom-sauv-photo-text {
        left: 72px !important;
    }

    /* end photo-text sauv step 3*/

    /* photo-text chardonnay step 3*/
    .label-image.custom-chardonnay-photo-text {
        margin-left: 29px !important;
        clip-path: polygon(3.8% 0, 67% 0, 91% 100%, 3.8% 100%) !important;
    }

    .label-image-img-mobile-photo-text-chardonnay {
        width: 181px;
        height: 115px;
        object-fit: cover;
    }

    .ribbon-photo-only-step3.custom-chardonnay-photo-text {
        left: 79px !important;
    }

    .text-step-3.custom-chardonnay-photo-text {
        margin-left: 3px !important;
    }

    /* end photo-text chardonnay step 3*/

    /* photo-text pinot step 3*/
    .label-image.custom-pinot-photo-text {
        margin-left: 28px !important;
        clip-path: polygon(4% 0, 67% 0, 91% 100%, 4% 100%) !important;
    }

    .label-image.custom-pinot-photo-text > img {
        clip-path: polygon(-1% 0, 99.4% 0, 99.4% 100%, -2% 100%) !important;
    }

    .label-image-img-mobile-photo-text-pinot {
        width: 181px;
        height: 115px;
        object-fit: cover;
    }

    .ribbon-photo-only-step3.custom-pinot-photo-text {
        /*left: 79px !important;*/
        left: 90px !important;
        margin-left: -15px !important;
    }

    .text-step-3.custom-pinot-photo-text {
        /*margin-left: 72px !important;*/
        margin-left: 0 !important;
        width: 250px;
    }

    /* end photo-text pinot step 3*/

    /* photo-only cabernet step 3*/
    .label-image.custom-cabernet-photo-only {
        margin-left: 37px !important;
        clip-path: polygon(2% 0%, 67% 0%, 100% 100%, 0% 100%) !important;
    }

    #label-image-img-mobile-photo-only-cabernet {
        object-fit: cover !important;
        width: 168px !important;
        height: 125px !important;
    }

    .ribbon-photo-only-step3.custom-cabernet-photo-only {
        left: 73px !important;
    }

    /* end photo-only cabernet step 3*/

    /* photo-only sauv step 3*/
    .label-image.custom-sauv-photo-only {
        margin-left: 35px !important;
        clip-path: polygon(0% 0, 99.2% 0, 98% 100%, 2% 100%) !important;
    }

    #label-image-img-mobile-photo-only-sauv {
        width: 168px;
        height: 123px;
        object-fit: cover;
        clip-path: polygon(0% 0, 100% 0, 98.5% 100%, 2% 100%);
    }

    .ribbon-photo-only-step3.custom-sauv-photo-only {
        left: 72px !important;
    }

    /* end photo-only sauv step 3*/

    /* photo-only chardonnay step 3*/
    .label-image.custom-chardonnay img {
        width: 180px;
        clip-path: polygon(1% 0, 99.4% 0, 99.4% 100%, 1% 100%) !important;
    }

    .label-image.custom-chardonnay-photo-text > img {
        width: 181px !important;
    }

    .label-image.custom-chardonnay-photo-only {
        margin-left: 29px !important;
        clip-path: polygon(4% 0, 67% 0, 91% 100%, 4% 100%) !important;
    }

    .label-image-img-mobile-photo-only-chardonnay {
        width: 181px;
        height: 115px;
        object-fit: cover;
    }

    .ribbon-photo-only-step3.custom-chardonnay-photo-only {
        left: 79px !important;
    }

    /* end photo-only chardonnay step 3*/

    /* photo-only pinot step 3*/
    .label-image.custom-pinot-photo-only {
        /*margin-left: 28px !important;*/
        margin-left: 30px !important;
        clip-path: polygon(3.5% 0, 67% 0, 68% 100%, 3.3% 100%) !important;
    }

    .label-image-img-mobile-photo-only-pinot {
        width: 181px;
        height: 115px;
        object-fit: cover;
    }

    .ribbon-photo-only-step3.custom-pinot-photo-only {
        left: 79px !important;
        top: 127px !important;
    }

    /* end photo-only pinot step 3*/

    body {
        overflow-x: hidden;
    }

    p:last-child {
        margin-bottom: 0;
    }

    .title-1 {
        font-size: 24px;
        line-height: 26px;
    }

    .form-welcome {
        padding: 10px !important;
    }

    .form-1 {
        padding: 0px 10px;
    }

    .footer-content ul li {
        display: flex;
        padding: 7px 0px;
        justify-content: center;
    }

    .main-container-instruction #right {
        padding: 15px;
    }

    .btn {
        width: 100%;
    }

    .main-container-instruction #left {
        display: none;
    }

    .instruction-bg {
        position: relative;
        height: 382px;
        /* margin-top: -45px; */
        padding: 0;
        display: flex !important;
    }

    .instruction-bg img {
        /* position: absolute;
        width: 106%;
        left: -11px;
        top: 0px; */
        width: 100%;
        object-fit: cover;
    }

    .landing-container {
        padding-bottom: 40px;
    }

    .email-content-form {
        padding: 0px 20px;
        margin-bottom: 40px;
    }

    .step-indicator .step-icon {
        margin-bottom: 20px;
    }

    .container-wine {
        padding-right: 4px;
        margin-bottom: 20px;
    }

    .container-wine .content {
        display: flex !important;
        flex-direction: column;
    }

    .container-wine .content .image {
        display: none;
    }

    .image-mobile {
        text-align: center;
        min-height: 198px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .image-mobile img {
        width: 94px;
        position: absolute;
        margin-top: -89px;
    }

    .image-mobile + .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wine-1,
    .wine-2,
    .wine-3,
    .wine-4 {
        order: 3;
        margin: 0 auto;
        /* display: none; */
    }

    #wine-2,
    #wine-3,
    #wine-4 {
        margin-top: 100px;
    }

    .wine-1b,
    .wine-2b {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #btn-label-next {
        /* position: absolute; */
        /* left: -7px; */
        width: calc(100% + 37px);
        margin-left: -37px;
        margin-top: 30px;
    }

    .wine-design {
        width: 100%;
        height: 300px;
    }

    .container-image .content {
        bottom: 1px !important;
        line-height: 2px !important;
        font-size: 17px !important;
    }

    #photo-text .container-image .content {
        position: absolute;
        bottom: 48px !important;
        font-size: 12px !important;
    }

    #message-1,
    #message-2 {
        min-height: 0px;
    }

    #message-2c {
        margin-top: -4px;
    }

    /*#photo-only-image {
        max-width: 347px !important;
        max-height: 202px !important;
        margin-top: 68px !important;
        margin-left: 20px !important;
    }*/
    #photo-only-image {
        width: auto;
        height: auto;
        max-width: 574px !important;
        max-height: 330px !important;
        margin-top: 18%;
        margin-left: 7%;
        background-size: cover;
        padding-bottom: 50%;
        padding-left: 85%;
    }

    #photo-only-image .ribbon {
        width: auto;
        height: auto;
        /*left: calc(59% - 62px) !important;
        top: 90%!important;
        bottom: -23px;*/
        /*left: calc(59% - 62px) !important;*/
        left: 50% !important;
        margin-left: -43px;
        /*top: 93%!important;
        bottom: -25px;*/
        top: 160px !important;
        bottom: auto;
    }

    .ribbon img {
        /*width: 88%;
        height: 89%;*/
        width: 85px;
        height: auto;
    }

    #photo-only-image-c {
        max-width: 349px !important;
        max-height: 52% !important;
        margin-top: -21px !important;
        margin-left: 0px !important;
        width: 90% !important;
    }

    #photo-text #photo-only-image-c {
        max-width: 100% !important;
    }

    .ribbon-photo-text {
        /*margin-top: 46%;
        margin-left: 69%;*/
        top: 90%;
        bottom: auto;
        margin-top: 0;
        left: 50%;
        margin-left: -46px;
    }

    .ribbon-photo-text img {
        /*width: 61%;
        height: 57%;*/
        width: 85px;
        height: auto;
    }

    #photo-text .wine-design {
    }

    .mt-5 {
        margin-top: 20px !important;
    }

    .mt-6 {
        margin-top: 30px !important;
    }

    .mb-6 {
        margin-bottom: 30px !important;
    }

    .footer-content ul {
        padding-left: 0;
        flex-direction: column;
        gap: 0;
    }

    .row-instruction {
        height: auto;
    }

    .list-group.vertical-steps {
        padding-left: 20px;
    }

    .list-group.vertical-steps .list-group-item {
        padding-left: 15px;
    }

    .container-wine.row-1 {
        margin-bottom: 0;
        margin-top: 110px;
    }

    .list-group-item .content {
        padding: 0 20px 30px;
    }

    .list-group-item .content-wine {
        padding: 0 20px;
    }

    .list-group-item .content .image-layout {
        margin-right: 0;
    }

    .list-group-item .content.content-label {
        /*padding: 0 20px 30px;*/
    }

    .container-image .content {
        bottom: unset;
        position: unset;
    }

    .container-image {
        position: absolute;
        bottom: 30px;
        height: auto;
        width: 100%;
    }

    #photo-text .container-image {
        height: 100%;
        bottom: 0;
    }

    .wine-design {
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 86%;
        position: relative;
        margin-bottom: 30px;
    }

    .preview-container-image {
        width: 100%;
    }

    .wine-bottle {
        background-size: contain;
    }

    .wine-bottle .content {
        position: relative;
    }

    .wine-bottle img {
        width: 100%;
        object-fit: cover;
    }

    .label-status #text-photo .text-dash {
        bottom: 56px !important;
    }

    .label-status #text-only .text-dash {
        bottom: 46px !important;
    }

    .wine-bottle .text {
        margin-top: 0;
        bottom: 37px;
    }

    #text-photo .text {
        bottom: 53px;
    }

    .form-check {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: 40px;
    }

    .preview-container {
        width: 100%;
    }

    .preview-container .form-check {
        padding-left: 25px;
        padding-right: 0;
    }

    .captcha canvas {
        pointer-events: none;
    }

    .cropper-container {
        /*width: 101% !important;
        height: 500px !important;*/
        width: 100% !important;
        height: 250px !important;
    }

    #text-only-label-text {
        margin-top: -23px;
        margin-left: -77px;
        position: absolute;
    }

    #image-only #text-only-label-text {
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 26px;
    }

    #message-2 {
        margin-top: -3px;
    }

    .message-2 {
        margin-top: -5px;
    }

    #photo-only-content,
    #photo-text,
    #image-only {
        max-width: 350px;
        margin: 0 auto;
    }

    #image-only #text-only-label-text {
        font-size: 12px;
        bottom: 5px;
    }

    #photo-text .ribbon-photo-text {
        margin-left: -42px;
    }
}

@media only screen and (max-width: 320px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: 35px;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: 38px;
    }
}

@media only screen and (width: 360px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: 3px !important;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: 5px !important;
    }
}

@media only screen and (width: 380px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: -13px !important;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: -10px !important;
    }
}

@media only screen and (width: 390px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: -20px !important;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: -18px !important;
    }
}

@media only screen and (width: 412px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: 9.5px !important;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: 12px !important;
    }
}

@media only screen and (width: 414px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: 7px !important;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: 9px !important;
    }
}

@media only screen and (width: 460px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: -17px !important;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: -14px !important;
    }
}

@media only screen and (width: 480px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: -33px !important;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: -30px !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: -6px;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: -6px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .text-step-3.custom-sauv-text-only p,
    .text-step-3.custom-pinot-text-only p,
    .text-step-3.custom-chardonnay-text-only p {
        margin-left: 0px;
    }

    .text-step-3.custom-cabernet-text-only p {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #image-only #text-only-label-text {
        /*bottom: 17px;*/
    }

    .main-slider .banner.custom-pinot {
        margin-left: 3px;
    }

    .main-slider .label-image.custom-pinot {
        margin-left: 28px;
    }

    .btn-success-page {
        max-width: 100% !important;
    }

    .main-slider .text-step-3 p {
        width: 100px;
    }
}

@media only screen and (max-width: 420px) {
    #photo-only-content,
    #photo-text,
    #image-only {
        max-width: 290px;
    }

    #photo-only-image .ribbon {
        margin-left: -30px;
        top: 134px !important;
    }

    #photo-only-label .ribbon img {
        width: 60px;
    }

    #image-only #text-only-label-text {
        /*bottom: -5px;*/
        bottom: 0px;
        font-size: 11px;
    }

    #text-only-label-text p {
        line-height: 0px;
    }

    #photo-text .container-image .content {
        font-size: 10px !important;
        bottom: 34px !important;
    }

    #photo-only-image-c {
        max-height: 134px !important;
    }

    .ribbon-photo-text {
        top: 114px;
    }
}

@media only screen and (max-width: 370px) {
    #photo-text .container-image .content {
        bottom: 43px !important;
    }

    #image-only #text-only-label-text {
        /*bottom: 3px;
        font-size: 11px;*/
    }
}

@media only screen and (max-width: 340px) {
    #photo-text .container-image .content {
        bottom: 39px !important;
    }
}

/*-- step 3 ----*/
.bottle-preview-container {
    display: flex;
    width: 100%;
    max-width: 430px;
    margin: 0px auto;
}

.standard-bottle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
    cursor: pointer;
    flex-wrap: wrap;
    min-width: 150px;
}

.standard-lbl {
    flex: 0 0 100%;
    font-size: 14px;
    color: #6d1a27;
    margin-top: 10px;
}

.standard-bottle img {
    width: 68.9px;
}

.custom-bottle {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 96px;
}

.custom-bottle.custom-small {
    margin-left: 0px;
    display: flex;
    justify-content: flex-start;
    min-width: 64px;
}

.custom-bottle.custom-small img {
    width: 68.9px;
    margin-left: -49px;
}

.standard-bottle.standard-large img {
    width: 246px;
}

.standard-bottle.standard-large {
    margin-left: 20px;
}

.custom-bottle-text {
    position: absolute;
    margin-left: -104px;
    margin-top: 264px;
    font-size: 14px;
    color: #6d1a27;
    display: none;
}

.custom-small .custom-bottle-text {
    display: block;
}

.standard-bottle.standard-large p {
    display: none;
}

.banner {
    /*background-image: url('{{asset('assets/images/photo-only-cabernet-prev 6.png')}}');*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 245px;
    height: 212px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /*border: 1px solid #000000;*/
    margin-top: 328px;
    margin-left: -11px;
    clip-path: polygon(15.5% 0, 84.4% 0, 83% 100%, 17.7% 100%);
}

.label-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 258px;
    height: 152px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    border: 0px solid transparent;
    margin-top: 367px;
    margin-left: -11px;
    /*clip-path: polygon(13.4% 0, 82.2% 0, 80.9% 100%, 15.7% 100%);*/
}

.label-image img {
    width: 168px;
    height: 125px;
    object-fit: cover;
    clip-path: polygon(0% 0, 100% 0, 99.1% 100%, 2% 100%);
}

.label-image > img {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.ribbon-photo-only-step3 {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 123px;
    /* left: 110px; */
    left: 0;
    right: 0;
}

.ribbon-photo-only-step3 img {
    width: 41px;
    height: 17px;
}

.banner.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 383px;
    margin-left: -456px;
    clip-path: polygon(13.9% 0, 82.6% 0, 81.4% 100%, 16% 100%);
}

.label-image.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 81px;
    height: 77px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    border: 0px solid #000000;
    margin-top: 390px;
    margin-left: -458px;
    clip-path: polygon(13.4% 0, 82.2% 0, 80.9% 100%, 15.7% 100%);
}

.label-image.custom-small img {
    width: 51px;
    height: 39px;
    object-fit: cover;
}

.ribbon-photo-only-step3.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 37px;
    left: 0;
}

.ribbon-photo-only-step3.custom-small img {
    width: 17px;
    height: 8px;
}

/*----- SAUV----- */
.banner.custom-sauv {
    background-repeat: no-repeat;
    background-size: cover;
    width: 246px;
    height: 205px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 335px;
    margin-left: -6px;
    clip-path: polygon(13.4% 0, 82.5% 0, 80.6% 100%, 15.7% 100%);
}

.label-image.custom-sauv {
    background-repeat: no-repeat;
    background-size: cover;
    width: 260px;
    height: 157px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    margin-top: 374px;
    margin-left: -16px;
    border: 0px solid transparent;
    clip-path: polygon(13.4% 0, 82.2% 0, 80.9% 100%, 15.7% 100%);
}

.label-image.custom-sauv img {
    width: 168px;
    height: 124px;
    object-fit: cover;
    clip-path: polygon(0% 0, 100% 0, 99% 100%, 2% 100%);
}

.label-image.custom-sauv.custom-small img {
    clip-path: polygon(0% 0, 98% 0, 97% 100%, 2% 100%);
}

.ribbon-photo-only-step3.custom-sauv {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
}

.ribbon-photo-only-step3.custom-sauv img {
    width: 41px;
    height: 17px;
}

.banner.custom-sauv.custom-small {
    /*background-image: url('{{asset('assets/images/photo-only-cabernet-prev 6.png')}}');*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 63px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 308px;
    margin-left: -457px;
    clip-path: polygon(13.4% 0, 82.2% 0, 80.9% 100%, 15.7% 100%);
}

.label-image.custom-sauv.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 86px;
    height: 55px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    border: 0px solid transparent;
    margin-top: 315px;
    margin-left: -459px;
    clip-path: polygon(13.4% 0, 82.2% 0, 80.9% 100%, 15.7% 100%);
}

.label-image.custom-sauv.custom-small img {
    width: 52px;
    height: 39px;
    object-fit: cover;
}

.ribbon-photo-only-step3.custom-sauv.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 37px;
    left: 0;
}

.ribbon-photo-only-step3.custom-sauv.custom-small img {
    width: 17px;
    height: 8px;
}

/*---END SAUV--->


/*----- CHARDONNAY----- */
.banner.custom-chardonnay {
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 212px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 431px;
    margin-left: -6px;
    clip-path: polygon(13.7% 0, 82.8% 0, 83.5% 100%, 13.6% 100%);
}

.label-image.custom-chardonnay {
    background-repeat: no-repeat;
    background-size: cover;
    width: 276px;
    height: 138px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    border: 1px solid transparent;
    margin-top: 470px;
    margin-left: -14px;
    /*clip-path: polygon(14% 0, 82% 0, 82% 100%, 14% 100%);*/
}

.label-image.custom-chardonnay img {
    width: 178px;
    height: 126px;
    object-fit: cover;
    clip-path: polygon(1% 0, 98.8% 0, 99.4% 100%, 0.8% 100%);
}

.ribbon-photo-only-step3.custom-chardonnay {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 124px;

    left: 0;
    right: 0;
}

.ribbon-photo-only-step3.custom-chardonnay img {
    width: 41px;
    height: 17px;
}

.banner.custom-chardonnay.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 414px;
    margin-left: -457px;
    clip-path: polygon(15% 0, 81.4% 0, 81.9% 100%, 15% 100%);
}

.label-image.custom-chardonnay.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 88px;
    height: 61px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 421px;
    margin-left: -459px;
    /*clip-path: polygon(14% 0, 82% 0, 82% 100%, 14% 100%);*/
}

.label-image.custom-chardonnay.custom-small img {
    width: 54px;
    height: 39px;
    object-fit: cover;
    clip-path: polygon(1% 0, 99% 0, 99% 100%, 1% 100%);
}

.ribbon-photo-only-step3.custom-chardonnay.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 37px;
    left: 0;
}

.ribbon-photo-only-step3.custom-chardonnay.custom-small img {
    width: 17px;
    height: 8px;
}

/*---END chardonnay--->

 /*----- PINOT----- */
.banner.custom-pinot {
    background-repeat: no-repeat;
    background-size: cover;
    width: 254px;
    height: 211px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    /* border: 1px solid #000000; */
    margin-top: 428px;
    margin-left: -12px;
    clip-path: polygon(15.1% 0, 83.9% 0, 84.3% 100%, 15% 100%);
}

.label-image.custom-pinot {
    background-repeat: no-repeat;
    background-size: cover;
    width: 277px;
    height: 142px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    border: 1px solid transparent;
    margin-top: 466px;
    margin-left: -14px;
    clip-path: polygon(14% 0, 81.4% 0, 83.3% 100%, 14% 100%);
}

.label-image.custom-pinot img {
    /*width: 179px;*/
    width: 176px;
    height: 128px;
    object-fit: cover;
    clip-path: polygon(1% 0, 99% 0, 99% 100%, 1% 100%);
}

.label-image.custom-pinot-photo-text > img,
.label-image.custom-cabernet-photo-text > img,
.label-image.custom-pinot > img {
    /*border: 1px solid transparent;*/
    /* border: 1px solid #000; */
    clip-path: none;
}

.ribbon-photo-only-step3.custom-pinot {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 126px;
    /* left: 120px */
    left: 0;
    right: 0;
}

.ribbon-photo-only-step3.custom-pinot img {
    width: 41px;
    height: 17px;
}

.banner.custom-pinot.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 414px;
    margin-left: -457px;
    clip-path: polygon(15% 0, 82% 0, 82% 100%, 15% 100%);
}

.label-image.custom-pinot.custom-small {
    /*background-image: url('{{asset('assets/images/photo-only-cabernet-prev 6.png')}}');*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 89px;
    height: 61px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 421px;
    margin-left: -459px;
    clip-path: polygon(14% 0, 80% 0, 80% 100%, 15% 100%);
}

.label-image.custom-pinot.custom-small img {
    width: 56px;
    height: 40px;
    object-fit: cover;
    clip-path: polygon(1% 0, 99% 0, 99% 100%, 1% 100%);
}

.ribbon-photo-only-step3.custom-pinot.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 38px;
    left: 0;
}

.ribbon-photo-only-step3.custom-pinot.custom-small img {
    width: 17px;
    height: 8px;
}

/*----end pinot-----/*

/*----- photo text CABERNET----- */
.banner.custom-cabernet-photo-text {
    background-repeat: no-repeat;
    background-size: cover;
    width: 247px;
    height: 215px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 326px;
    margin-left: -15px;
    clip-path: polygon(16.4% 0, 85.2% 0, 83.9% 100%, 18.7% 100%);
}

.label-image.custom-cabernet-photo-text {
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 245px; */
    /* height: 158px; */
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    margin-top: 363px;
    margin-left: 0px;
    border: 0px solid transparent;
    clip-path: polygon(15% 0%, 81% 0%, 79.7% 100%, 16.9% 100%);
}

.label-image.custom-cabernet-photo-text img {
    width: 168px;
    height: 113px;
    margin-left: -11px;
    object-fit: cover;
}

.label-image.custom-cabernet-photo-text.custom-small img {
    margin-left: 0;
}

.ribbon-photo-only-step3.custom-cabernet-photo-text {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 111px;
    /* left: 108px; */
    /* padding-left: 11px; */
    left: 0;
    right: 0;
}

.ribbon-photo-only-step3.custom-cabernet-photo-text img {
    width: 41px;
    height: 17px;
}

.text-step-3.custom-cabernet-photo-text {
    position: absolute;
    margin-top: 502px;
    line-height: 0px;
    font-size: 10px;
    text-align: center;
    margin-left: -10px;
}

.text-step-3.custom-cabernet-photo-text p {
    text-align: center;
    margin-top: -5px;
}

.banner.custom-cabernet-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 383px;
    margin-left: -456px;
    clip-path: polygon(14.4% 0, 82.2% 0, 80.9% 100%, 16.5% 100%);
}

.label-image.custom-cabernet-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 97px;
    height: 158px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    margin-top: 389px;
    margin-left: -459px;
    border: 0px solid transparent;
    clip-path: polygon(23.6% 0, 78% 0, 76% 100%, 27% 100%);
}

.label-image.custom-cabernet-photo-text.custom-small img {
    width: 51px;
    height: 35px;
    object-fit: cover;
}

.ribbon-photo-only-step3.custom-cabernet-photo-text.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 33px;
    left: 0;
}

.ribbon-photo-only-step3.custom-cabernet-photo-text.custom-small img {
    width: 17px;
    height: 8px;
}

.text-step-3.custom-cabernet-photo-text.custom-small {
    position: absolute;
    margin-top: 448px;
    margin-left: -460px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-cabernet-photo-text.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END cabernet photot text--->

/*----- photo text SAUV----- */
.banner.custom-sauv-photo-text {
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 212px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 333px;
    margin-left: -12px;
    clip-path: polygon(15.1% 0, 83% 0, 81.1% 100%, 17.4% 100%);
}

.label-image.custom-sauv-photo-text {
    background-size: cover;
    width: 263px;
    /* height: 158px; */
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    margin-top: 370px;
    margin-left: -16px;
    border: 0px solid transparent;
    clip-path: polygon(16% 0, 82% 0, 80.8% 100%, 20% 100%);
}

.label-image.custom-sauv-photo-text img {
    width: 169px;
    height: 113px;
    object-fit: cover;
}

.ribbon-photo-only-step3.custom-sauv-photo-text {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 111px;
    /* left: 110px; */
    left: 0;
    right: 0;
}

.ribbon-photo-only-step3.custom-sauv-photo-text img {
    width: 41px;
    height: 17px;
}

.text-step-3.custom-sauv-photo-text {
    position: absolute;
    margin-top: 506px;
    margin-left: -15px;
    line-height: 0px;
    font-size: 10px;
    text-align: center;
}

.text-step-3.custom-sauv-photo-text p {
    text-align: center;
    margin-top: -4px;
}

.banner.custom-sauv-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 69px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 307px;
    margin-left: -461px;
    clip-path: polygon(18% 0, 82% 0, 81% 100%, 20% 100%);
}

.label-image.custom-sauv-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 89px;
    height: 158px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    margin-top: 314px;
    margin-left: -460px;
    border: 0px solid transparent;
    clip-path: polygon(13.4% 0, 82.2% 0, 80.9% 100%, 15.7% 100%);
}

.label-image.custom-sauv-photo-text.custom-small img {
    width: 51px;
    height: 37px;
    object-fit: cover;
}

.ribbon-photo-only-step3.custom-sauv-photo-text.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 34px;
    left: 0;
}

.ribbon-photo-only-step3.custom-sauv-photo-text.custom-small img {
    width: 17px;
    height: 8px;
}

.text-step-3.custom-sauv-photo-text.custom-small {
    position: absolute;
    margin-top: 375px;
    margin-left: -460px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-sauv-photo-text.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END sauv photot text--->

/*----- photo text CHARDONNAY----- */
.banner.custom-chardonnay-photo-text {
    background-repeat: no-repeat;
    background-size: cover;
    width: 253px;
    height: 214px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 429px;
    margin-left: -11px;
    clip-path: polygon(15% 0, 83.6% 0, 84.2% 100%, 15% 100%);
}

.label-image.custom-chardonnay-photo-text {
    background-repeat: no-repeat;
    background-size: cover;
    width: 274px;
    height: 139px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    border: 1px solid transparent;
    margin-top: 466px;
    margin-left: -10px;
    clip-path: polygon(14% 0, 82% 0, 82% 100%, 14% 100%);
}

.label-image.custom-chardonnay-photo-text img {
    width: 179px;
    height: 115px;
    object-fit: cover;
    clip-path: polygon(-1% 0, 98% 0, 98% 100%, -2% 100%);
}

.ribbon-photo-only-step3.custom-chardonnay-photo-text {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 113px;
    /* left: 117px; */
    left: 0;
    right: 0;
}

.ribbon-photo-only-step3.custom-chardonnay-photo-text img {
    width: 41px;
    height: 17px;
}

.text-step-3.custom-chardonnay-photo-text {
    position: absolute;
    margin-top: 604px;
    /* margin-left: -15px; */
    line-height: 0px;
    font-size: 10px;
    text-align: center;
    width: 253px;
    margin-left: -10px;
}

.text-step-3.custom-chardonnay-photo-text p {
    text-align: center;
    margin-top: -4px;
}

.banner.custom-chardonnay-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 66px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 413px;
    margin-left: -457px;
    clip-path: polygon(15% 0, 82% 0, 82% 100%, 15% 100%);
}

.label-image.custom-chardonnay-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 89px;
    height: 62px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 419px;
    margin-left: -460px;
    clip-path: polygon(14% 0, 82% 0, 82% 100%, 14% 100%);
}

.label-image.custom-chardonnay-photo-text.custom-small img {
    width: 54px;
    height: 36px;
    object-fit: cover;
}

.ribbon-photo-only-step3.custom-chardonnay-photo-text.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 34px;
    left: 0;
}

.ribbon-photo-only-step3.custom-chardonnay-photo-text.custom-small img {
    width: 17px;
    height: 8px;
}

.text-step-3.custom-chardonnay-photo-text.custom-small {
    position: absolute;
    margin-top: 481px;
    margin-left: -460px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-chardonnay-photo-text.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END chardonnay photo text--->

/*----- photo text pinot----- */

.banner.custom-pinot-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 78px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 413px;
    margin-left: -459px;
    clip-path: polygon(15.4% 0, 83.7% 0, 84.1% 100%, 15.5% 100%);
}

.label-image.custom-pinot-photo-text.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 61px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 419px;
    margin-left: -458px;
    clip-path: polygon(14% 0, 82% 0, 82% 100%, 14% 100%);
}

.label-image.custom-pinot-photo-text.custom-small img {
    width: 54px;
    height: 35px;
    object-fit: cover;
}

.banner.custom-pinot-photo-text {
    background-repeat: no-repeat;
    background-size: cover;
    width: 254px;
    height: 213px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 426px;
    margin-left: -12px;
    clip-path: polygon(15% 0, 83.6% 0, 84.2% 100%, 15% 100%);
}

.label-image.custom-pinot-photo-text {
    background-repeat: no-repeat;
    background-size: cover;
    width: 274px;
    height: 139px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    border: 1px solid transparent;
    margin-top: 463px;
    margin-left: -10px;
    clip-path: polygon(14% 0, 82% 0, 82% 100%, 14% 100%);
}

.label-image.custom-pinot-photo-text img {
    width: 179px;
    height: 115px;
    object-fit: cover;
    clip-path: polygon(-1% 0, 98% 0, 98% 100%, -2% 100%);
}

.ribbon-photo-only-step3.custom-pinot-photo-text {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 113px;
    /*left: 116px;*/
    /* left: 50%;
    margin-left: -20px; */
    left: 0;
    right: 0;
}

.ribbon-photo-only-step3.custom-pinot-photo-text img {
    width: 41px;
    height: 17px;
}

.text-step-3.custom-pinot-photo-text {
    position: absolute;
    margin-top: 603px;
    margin-left: -11px;
    line-height: 0px;
    font-size: 11px;
    text-align: center;
}

.text-step-3.custom-pinot-photo-text p {
    text-align: center;
    margin-top: -4px;
}

.ribbon-photo-only-step3.custom-pinot-photo-text.custom-small {
    /*background: #f3eed9;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 33px;
    left: 0;
}

.ribbon-photo-only-step3.custom-pinot-photo-text.custom-small img {
    width: 17px;
    height: 8px;
}

.text-step-3.custom-pinot-photo-text.custom-small {
    position: absolute;
    margin-top: 479px;
    margin-left: -458px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-pinot-photo-text.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END pinot photo text--->

/*-----  text only CABERNET----- */
.banner.custom-cabernet-text-only {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 247px;
    height: 215px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 326px;
    margin-left: -1px;
    clip-path: polygon(13.6% 0, 82.2% 0, 80.9% 100%, 15.9% 100%);
}

.text-step-3.custom-cabernet-text-only {
    position: absolute;
    margin-top: 507px;
    line-height: 0px;
    font-size: 11px;
    text-align: center;
    margin-left: -8px;
}

.text-step-3.custom-cabernet-text-only p {
    text-align: center;
    margin-top: -4px;
}

.banner.custom-cabernet-text-only.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 383px;
    margin-left: -456px;
    clip-path: polygon(13.4% 0, 82.2% 0, 80.9% 100%, 15.7% 100%);
}

.text-step-3.custom-cabernet-text-only.custom-small {
    position: absolute;
    margin-top: 449px;
    margin-left: -460px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-cabernet-text-only.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END cabernet photot text--->

/*-----  text only sauv----- */
.banner.custom-sauv-text-only {
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 204px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 335px;
    margin-left: -12px;
    clip-path: polygon(15.1% 0, 83.1% 0, 81.2% 100%, 17.4% 100%);
}

.text-step-3.custom-sauv-text-only {
    position: absolute;
    margin-top: 514px;
    line-height: 0px;
    font-size: 10px;
    text-align: center;
    margin-left: -11px;
}

.text-step-3.custom-sauv-text-only p {
    text-align: center;
    margin-top: -4px;
}

.banner.custom-sauv-text-only.custom-small {
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 306px;
    margin-left: -458px;
    clip-path: polygon(14% 0, 83% 0, 80% 100%, 17% 100%);
}

.text-step-3.custom-sauv-text-only.custom-small {
    position: absolute;
    margin-top: 373px;
    margin-left: -458px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-sauv-text-only.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END cabernet photot text--->

/*-----  text only chardonnay----- */
.banner.custom-chardonnay-text-only {
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 212px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 431px;
    margin-left: -12px;
    clip-path: polygon(15% 0, 84.2% 0, 84.8% 100%, 14.6% 100%);
}

.text-step-3.custom-chardonnay-text-only {
    position: absolute;
    margin-top: 611px;
    line-height: 0px;
    font-size: 10px;
    text-align: center;
    margin-left: -11px;
}

.text-step-3.custom-chardonnay-text-only p {
    text-align: center;
    margin-top: -4px;
}

.banner.custom-chardonnay-text-only.custom-small {
    background-size: cover;
    width: 79px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 414px;
    margin-left: -457px;
    clip-path: polygon(15% 0, 82% 0, 82% 100%, 15% 100%);
}

.text-step-3.custom-chardonnay-text-only.custom-small {
    position: absolute;
    margin-top: 483px;
    margin-left: -458px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-chardonnay-text-only.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END chardonnay text only--->

/*-----  text only pinot----- */
.banner.custom-pinot-text-only {
    background-repeat: no-repeat;
    background-size: cover;
    width: 253px;
    height: 213px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 426px;
    margin-left: -12px;
    clip-path: polygon(15% 0, 83.9% 0, 84.4% 100%, 15.1% 100%);
}

.text-step-3.custom-pinot-text-only {
    position: absolute;
    margin-top: 611px;
    line-height: 0px;
    font-size: 9px;
    text-align: center;
}

.text-step-3.custom-pinot-text-only p {
    text-align: center;
    margin-top: -4px;
}

.banner.custom-pinot-text-only.custom-small {
    background-size: cover;
    width: 80px;
    height: 65px;
    font-size: 12px;
    font-weight: 600px;
    color: #ffffff;
    padding: 7px;
    position: absolute;
    /* border: 1px solid #000000; */
    margin-top: 414px;
    margin-left: -457px;
    clip-path: polygon(15% 0, 82% 0, 82% 100%, 15% 100%);
}

.text-step-3.custom-pinot-text-only.custom-small {
    position: absolute;
    margin-top: 484px;
    margin-left: -458px;
    line-height: 0px;
    font-size: 3px;
    text-align: center;
}

.text-step-3.custom-pinot-text-only.custom-small p {
    text-align: center;
    margin-top: -13px;
}

/*---END pinot text only--->

/*------ dashboard -------*/
.wine-bottle .content {
    padding-top: 136px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -2px;
}

#photo-only-label-dash {
    width: 428px;
}

.image-preview {
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 78%;
    height: 100%;
    max-width: 583px !important;
    max-height: 341px !important;
    margin-top: 137px;
    margin-left: 0px;
    background-size: cover;
    /* border: 2px solid black;*/
}

.label-details .image-preview img {
    object-fit: cover;
}

.label-details .image-preview > img {
    border: 1px solid black;
}

.image-preview img {
    width: 363px;
    height: 213px;
    object-fit: cover;
}

.ribbon-photo-only-prev {
    height: 192px;
    width: 178px;
    /* background-position: center; */
    /* background-size: cover; */
    margin-left: 104px;
    margin-top: -22px;
}

.ribbon-photo-only-prev img {
    height: 50px !important;
    width: 106px !important;
}

.image-preview-2 {
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 78%;
    height: 100%;
    max-width: 583px !important;
    max-height: 341px !important;
    margin-top: 126px;
    margin-left: -1px;
    background-size: cover;
}

#image-preview {
    border: 1px solid black;
}

#image-preview-2 {
    width: 384px;
    height: 191px;
    border: 1px solid black;
}

#photo-text-label-dash {
    width: 428px;
}

.wine-bottle .text-dash {
    position: absolute;
    margin-top: 256px;
    line-height: 0px;
    font-size: 15px;
}

.text-photo .text {
    margin-top: 252px !important;
    font-size: 7px;
}

.ribbon-photo-text-prev {
    height: 192px;
    width: 178px;
    /* background-position: center; */
    /* background-size: cover; */
    margin-left: 104px;
    margin-top: -22px;
}

.ribbon-photo-text-prev img {
    height: 50px !important;
    width: 106px !important;
}
.label-status label span {
    color: #919191;

}
.form-control {
    font-size: 16px !important;
}
.label-status .ribbon-photo-text-prev,
.label-status .ribbon-photo-only-prev {
    height: auto;
}

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

.deadline-banner {
    background: #6d1a27;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 376px) {
    .main-container {
       height: unset !important;
    }
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}


@media screen and (min-width: 1441px) {
    .main-container{
        height: calc(100vh - 260px);
    }
}
