.ow_csm_steps.ow_active {
    display: flex;
}
.ow_csm_steps {
 position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s cubic-bezier(.19,1,.22,1);
}
.ow_csm_steps.ow_active {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-duration: 0.5s;
}
.page-slug-product-customize footer {
    display: none;
}
.ows_momentum_holder {
    display: none;
}
.ows_momentum_holder.active_progress {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    left: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.ows_momentum_selection {
    max-width: 1240px;
    width: 100%;
    padding: 32px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
}
.ow_boxes.show-image-data .ows_image_preview {display: block !important;}
.ow_boxes.show-image-data  button.remove-file{
    display: none;
}
.ow_csam_product_box_wrapper .ow_boxes.ows_active {
    border: 1px solid var(--global-palette1);
    background: #7f7f7fa3;
}
.ow_csam_product_box_wrapper .ow_boxes .ow_quantitiy_nmultipiler {
    display: none;
}
.ow_csam_product_box_wrapper .ow_boxes.ows_active .ow_quantitiy_nmultipiler {
    display: block;
}
.ows_momentum_selection .ows_momentum_product {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.ows_momentum_pricing {
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
div.ows_momentum_product p {
    font-size: var(--h6);
    font-weight: 400;
    color: var(--global-palette1);
}
.ows_momentum_product .ows_pro_title_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: 50%;
    flex-direction: column;
}
.ows_momentum_product .ows_pro_title_wrapper h5 {
    color: var(--global-palette1);
    margin: 0;
    line-height: 140%;
}
.ow_custom_step_form_wrapper {
    margin-bottom: 200px;
}
.ows_momentum_product .dashicons-edit {
    display: none;
    content: "\f464";
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #000;
}
.ows_pro_title_wrapper.ows_pro_active .ows_pro_inner_title_wrapper {
    display: flex;
    align-items: center;
}
.ows_pro_title_wrapper.ows_pro_active .ows_pro_inner_title_wrapper span.dashicons.dashicons-edit {
    display: flex;
    margin-left: 16px;
    cursor: pointer;
}
div.ows_momentum_product .ows_pro_title_wrapper.ows_pro_active .dashicons.dashicons-edit:before {
    display: block;
}
div.ows_momentum_pricing h5 {
    color: var(--global-palette1);
    margin-bottom: 0;
}
.ow_main_wrapper {
    max-width: 1046px;
    margin: 47px auto 30px auto;
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #AAAAAA;
}
.ow_submit_next_btn_wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ow_submit_next_btn_wrapper img {
    /* display: block !important; */
    width: 30px;
    margin: 0 0 0 20px;
}
.ow_csam_image_box_wrapper .ow_boxes .ow_imges {
    max-width: 113px;
    height: 113px;
    width: 100%;
    margin: 0 auto 40px auto;
}
.ow_csm_step_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.ow_csm_step_content_wrapper > p {
    width: 100%;
    max-width: 760px;
    text-align: center;
}
.ow_csam_image_box_wrapper .ow_boxes {
    width: 100%;
    max-width: 31.9%;
    position: relative;
}
.ow_csam_image_box_wrapper .ow_boxes:first-child::before {
    content: "";
    position: absolute;
    background-image: url("../img/top-custom.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 171px;
    height: 42px;
    top: 0px;
    right: -90px;
}
.ow_csam_image_box_wrapper .ow_boxes:last-child::before {
    content: "";
    position: absolute;
    background-image: url("../img/bottom-custom.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 171px;
    height: 42px;
    top: 50px;
    left: -90px;
}
.ow_csam_image_box_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 72px;
}
.ow_csam_image_box_wrapper p.ow_para_bold {
    font-size: var(--h6);
    color: var(--global-palette1);
    font-weight: 600;
    text-align: center;
}
.ow_csam_image_box_wrapper p.ow_para_normal {
    font-size: var(--para);
    color: #444444;
    font-weight: 400;
    text-align: center;
}
.ow_csam_product_box_wrapper {
    max-width: 775px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    margin-top: 32px;
}
.ow_csam_product_box_wrapper .ow_boxes {
    width: 100%;
    max-width: 48.9%;
    border: 1px solid #AAAAAA;
    border-radius: 18px;
    padding: 24px;
}
/* .ow_quantitiy_nmultipiler {
    display: none;
} */
.ow_title_price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.ow_csam_product_box_wrapper .ow_imges {
    background: #EEEEEE;
    border-radius: 9px;
    margin-bottom: 24px;
    position: relative;
    padding-top: 91.4%;
    cursor: pointer;
}
.ow_csam_product_box_wrapper .ow_imges img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ow_quantitiy_nmultipiler select {
    width: 100%;
    margin-top: 24px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 11px;
    font-size: var(--h6);
    color: #666;
    font-weight: 400;
}
.ow_title_price p.ow_para_bold {
    color: var(--global-palette1);
    font-size: var(--p);
    font-weight: 700;
}
.ow_title_price p.ow_para_normal {
    color: var(--global-palette1);
    font-size: var(--h6);
    font-weight: 400;
}
.ows-cart-meta-details,
 .ow_file_uploader {
    display: none;
}
.ow_csm_step_content_wrapper .ow_csam_verticle_box_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}
.ow_csm_step_content_wrapper .ow_csam_verticle_box_wrapper .ow_boxes {
    border: 1px solid #aaa;
    border-radius: 18px;
    width: 100%;
    max-width: 100%;
    padding: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.ow_csm_step_content_wrapper .ow_csam_verticle_box_wrapper .ow_boxes .ow_imges {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    margin-right: 24px;
}
.ow_csm_step_content_wrapper .ow_csam_verticle_box_wrapper .ow_boxes p.ow_para_bold {
    font-weight: 700;
}
.ows_text_wrapper{
    position: relative;
}
.ow_file_notice {
    /* display: none; */
    position: absolute;
    top: auto;
    bottom: 30px;
    width: 100%;
    font-size: 12px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 5px;
    line-height: 112%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.ows_text_wrapper .ow_para_abnormal:hover + .ow_file_notice{
    opacity: 1;
    visibility: visible;
}
.ow_csm_step_content_wrapper .ow_csam_verticle_box_wrapper .ow_boxes.active_box {
    border: 1px solid #000;
        background: #7f7f7fa3;
}
.ow_csam_previews_box_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 16px;
}
.ow_csam_previews_box_wrapper .ow_boxes  {
    width: 100%;
    max-width: 32.1%;
    border: 1px solid #aaa;
    border-radius: 18px;
    margin-top: 16px;
    padding: 24px;
}
.ow_csam_previews_box_wrapper .ow_boxes.active_box{
    border-color: #000000;
    background: #7f7f7fa3;
}
.ow_csam_previews_box_wrapper .ow_boxes .ow_imges {
    background: #eee;
    border-radius: 9px;
    position: relative;
    padding-top: 113.7%;
}
.ow_csam_previews_box_wrapper .ow_boxes .ow_imges img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}
.ow_csam_previews_box_wrapper .ow_boxes .ow_title {
    font-size: var(--p);
    margin-top: 24px;
    color: var(--global-palette1);
    font-weight: 700;
}
.ow_csam_previews_box_wrapper .ow_boxes.hidden-box {
    display: none;
}

.ows_text_wrapper .ow_para_abnormal{
    font-size: var(--p);
    color: #33AFDF;
    text-decoration: unset;
}

.ow_custom_content_wrapper .ow_custom_inner_wrap h2{
    text-align: center;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 35px;
}
.ow_csam_big_box_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.ow_csam_big_box_wrapper .ow_boxes{
    width: 50%;
    padding: 0 15px;
}
.ow_csam_big_box_wrapper .ow_boxes .ow_imges {
    background-color: #EEE;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}
.ow_csam_big_box_wrapper .ow_boxes .ow_imges .ows_edit_icon {
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    cursor: pointer;
}
.ow_csam_big_box_wrapper .ow_boxes .ow_imges .ows_inner_iws {
    position: relative;
    cursor: pointer;
}
.ow_csam_big_box_wrapper .ow_boxes .ow_imges .highfive_minatis {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    object-fit: contain;
}
.ow_csam_big_box_wrapper .ow_boxes .ows_first_block,
.ow_csam_big_box_wrapper .ow_boxes .ows_third_block{
    border-bottom: 1px solid #AAA;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ow_csam_big_box_wrapper .ow_boxes .ows_third_block {
    border-top: 1px solid #AAA;
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 0;
}
.ow_csam_big_box_wrapper .ow_boxes .ows_second_block{
    padding: 24px;
    border-radius: 16px;
    background: #F2F2F2;
}
.ow_csam_big_box_wrapper .ow_boxes .ows_second_block p{
    font-size: 16px;
    line-height: 150%;
}
.ow_csam_big_box_wrapper .ow_boxes .ows_second_block p span{
    font-weight: 600;
}
.ow_csam_big_box_wrapper .ow_boxes .ows_first_block p{
    margin-bottom: 20px;
}
.ow_csam_big_box_wrapper .ow_boxes p,
.ow_csam_big_box_wrapper .ow_boxes ul li{
    font-size: 16px;
    color: #181D27;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}
.ow_csam_big_box_wrapper .ow_boxes p.ow_para_bold{
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.swal2-actions button {
    background-color: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: 8px 25px;
    margin: 0;
    border-radius: 8px;
    border: 1px solid transparent;
}
.swal2-actions button:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
    background-image: unset !important;
}
.ows_momentum_progress,
.ows_momentum_progress .progress {
    height: 8px;
  }
  .ows_image_preview {
    display: none;
  }
  .ow_boxes.active_box .ows_image_preview {
    display: block;
}
.ow_boxes.active_box .ows_image_preview .remove-file {
    background: #fff;
    padding: 0;
    border: 1px solid rgb(0 0 0);
    width: 100%;
    height: 30px;
    max-width: 30px;
}
.ow_boxes.active_box .file-preview {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
}
.ow_boxes.active_box .file-preview .file-info {
    color: var(--global-palette1);
    text-align: left;
}
.ow_boxes.active_box .ows_image_preview .remove-file:hover img {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 6px;
}
.ow_boxes.active_box .ows_image_preview .remove-file img  {
    filter: brightness(0);
}
 .ows_momentum_progress.progress-wrap {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}
.ows_momentum_pricing button.disabled {
    pointer-events: none;
}
.ows_text_tcs {
    text-align: left;
}
div.ows_momentum_progress   .progress-bar {
    background: #000;
    left: 0;
    right: auto;
    position: absolute;
    top: 0;
    display: block;
  }
@media (max-width: 767px) {
    .ow_csam_big_box_wrapper .ow_boxes{
        width: 100%;
        margin-bottom: 20px;
    }
    .ow_csam_image_box_wrapper .ow_boxes{
        max-width: 48%;
    }
    .ow_csam_big_box_wrapper .ow_boxes .ow_imges{
        height: auto;
    }
    .ow_csam_image_box_wrapper .ow_boxes:first-child::before,
    .ow_csam_image_box_wrapper .ow_boxes:last-child::before{
        display: none;
    }
    .ow_csam_product_box_wrapper .ow_boxes{
        max-width: 48%;
    }
    .ow_csam_previews_box_wrapper .ow_boxes{
        max-width: 47.5%;
    }
    .ows_momentum_product .ows_pro_title_wrapper{
        max-width: 100% ;
    }
    .ows_momentum_pricing{
        max-width: 100%;
    }
    .ows_momentum_selection{
        padding: 20px 15px;
    }
    .ow_csam_big_box_wrapper .ow_boxes .ows_second_block {
        padding: 10px;
        border-radius: 10px;
    }
    .ow_csam_big_box_wrapper .ow_boxes .ow_imges .highfive_minatis {
        height: 70px;
        width: 70px;
    }
    button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit {
        padding: 6px 24px 6px 24px;
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .ow_csam_product_box_wrapper .ow_boxes,
    .ow_csam_previews_box_wrapper .ow_boxes{
        max-width: 100%;
    }
    .ows_momentum_pricing{
        display: block;
    }
    div.ows_momentum_pricing h5 {
        margin-bottom: 12px;
    }
}