.elementor-location-footer {display: none;}
    header#site-header {
        position: fixed;
        top: 0;
        width: 100%;
    }
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 10px;
    background-color: #e2e2e2;
}

body::-webkit-scrollbar-thumb
{
    background-color: #666666;
}
/*
    .productCustomize {
        position: fixed;
        background: #ffffff;
        width: 100%;
        left: 0;
        top: 80px;
        bottom: 0;
        z-index: 99;
    }
*/
.loader {
    height: 100vh;
    width: 100%;
    display: none;
    top: 50vh;
    left: 49.45vw;
    /* bottom: 0; */
    /* right: 0; */
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #000000aa;
}

.loading {
    margin: 45vh auto;
    border: 2px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: spin 1s infinite ease-in;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.success-msg, .error-msg{
    display: none;
}

.productCustomize {
    background: #ffffff;
    z-index: 99;
}
.admin-bar .filterPanel,
.productCustomize .customizeImg, .productCustomize .customizeSteps, .productCustomize .searchBar, .productCustomize .primaryNav{
    top: 112px;
}

.productCustomize .filterClose_overlay {
    position: absolute;
    background: #000000;
    right: 0;
    width: 0;
    height: 100%;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.filterPanel.open .filterClose_overlay {
    width: 100%;
}
.productCustomize .filterClose {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 9;
    font-size: 25px;
    padding: 4px 15px;
    cursor: pointer;
}
.productCustomize .filterPanel {
    position: fixed;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 0;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.productCustomize .filterPanel.open {
    width: 100%;
}
.productCustomize .filterPanel .filterBar {
    position: absolute;
    background: #ffffff;
    top: 0;
    right: -400px;
    max-width: 400px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.productCustomize .filterPanel.open .filterBar {
    right: 0;
}
.productCustomize .group_column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.filterBar .column {
    border-top: 1px solid #e8e8e8;
    padding: 25px 20px 0;
    margin-bottom: 40px;
}
.filterBar .column h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 3px solid #002756;
    padding-left: 10px;
    margin-bottom: 25px;
}
.filterBar .filterList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 12px;
}
.filterBar .filterList .checkArea {
    position: relative;
    font-size: 13px;
    cursor: pointer;
    padding-left: 26px;
    display: block;
}
.filterBar .filterList .checkArea input {
    position: absolute;
    left: 0;
    top: 3px;
    height: 16px;
    width: 16px;
    font-size: 12px;
    margin: 0;
}

.filterBar .filterGroup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.filterBar .filterGroup .checkArea {
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px 5px;
    text-align: center;
    cursor: pointer;
}
.filterBar .filterGroup .checkArea.selected {
    border: 1px solid #49b02c;
    box-shadow: 0 0 1px #49b02c;
}

.filterBar .filterGroup .checkArea input {
    position: absolute;
    opacity: 0;
    z-index: -999;
}
.filterGroup .checkArea .sample {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 5px;
}

.filterPanel .actionBar {
    position: absolute;
    background: #ffffff;
    right: 0;
    bottom: 0;
    max-width: 400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    padding: 14px 20px;
}
.filterPanel .actionBar .btn {
    background: #f7f7f7;
    border: 1px solid #ccc;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 4px;
}
.filterPanel .actionBar .applyFilter {
    background: #002756;
    border-color: #002756;
    color: #ffffff;
}


.productCustomize .stepNav_wrap {
    position: fixed;
    background: #ffffff;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 99;
}
/*
.customizeSteps::before {
    position: absolute;
    background: #000;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.16s;
    -moz-transition: all 0.16s;
    transition: all 0.16s;
}
.customizeSteps.dark-overlay::before {
    height: 100%;
    opacity: 0.4;
}
*/

.productCustomize .stepList_item {
    position: absolute;
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    /*height: 280px;*/
    bottom: -280px;
    padding: 10px 20px;
    overflow: auto;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.productCustomize .stepList_item.open {
    bottom: 100%;
    opacity: 1;
}
.productCustomize .stepList_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.productCustomize .stepList_item ul button {
    background: none;
    border: none;
    padding: 10px 0;
    color: #606060;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
.productCustomize .stepList_item ul li button.active {
    color: #002756;
}
.productCustomize .stepNav_wrap .info {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 10;
}
.productCustomize .stepNav_wrap .info .itemPrice {
    font-weight: 500;
    color: #000000;
}
.productCustomize .stepNav_wrap .actionBar {
    position: relative;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 22px;
    padding: 0 20px 20px;
    z-index: 10;
}

.productCustomize .step_dropBtn {
    position: relative;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 48px;
    padding: 2px 18px;
    text-align: left;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
.productCustomize .step_dropBtn::before {
    position: absolute;
    content: "\f078";
    font-size: 15px;
    font-weight: 800;
    font-family: 'Font Awesome 5 Free';
    color: #000;
    right: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.productCustomize .step_dropBtn.active::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.productCustomize .customBtn {
    background: #002756;
    border: 1px solid #002756;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 48px;
    border-radius: 4px;
    padding: 4px 15px;
}
.productCustomize .submitQuote {
    display: none;
}

/*
.productCustomize .customizeImg {
    position: absolute;
    left: 0;
    width: 60%;
    height: 100%;
}
*/
.productCustomize .customizeImg {
    position: fixed;
    top: 105px;
    left: 0;
    width: 60%;
    bottom: 0;
}
.customizeImg_slider {
    background: #f6f6f6;
    height: 100%;
}

.customizeImg_slider .item {
    height: 100%;
    text-align: center;
}
.productCustomize .customizeImg .owl-stage-outer, .productCustomize .customizeImg .owl-stage-outer * {
    height: 100%;
}
.productCustomize .customizeImg .item img {
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    display: inline-block;
    padding: 0px 0px;
    object-fit: contain;
}

.customizeImg_slider .owl-nav button {
    background: #ffffff !important;
    color: #333333 !important;
    font-size: 15px !important;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    z-index: 999;
}
.customizeImg_slider .owl-nav button.owl-prev {left: 20px;}
.customizeImg_slider .owl-nav button.owl-next {right: 20px;}
.customizeImg_slider .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 14px;
    z-index: 9;
    text-align: center;
}
.customizeImg_slider .owl-dots button {
    background: #cccccc !important;
    display: inline-block;
    width: 14px;
    height: 2px;
    margin: 0 4px;
}
.customizeImg_slider .owl-dots button.active {
    background: #002756 !important;
}


/*
.productCustomize .customizeSteps {
    position: absolute;
    top: 0;
    left: 60%;
    width: 40%;
    height: calc(100% - 105.4px);
    overflow: auto;
}
*/
.productCustomize .customizeSteps {
    position: relative;
    top: 105px;
    left: 60%;
    width: 40%;
    padding-bottom: 120px;
}
.productCustomize .titleBar {
    text-align: center;
    padding-top: 35px;
    margin-bottom: 25px;
}
.productCustomize .titleBar h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.productCustomize .searchBar {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 80px;
    z-index: 9;
}
.productCustomize .searchFabric {
    position: relative;
    width: 80%;
}
.productCustomize .searchFabric input {
    background: none !important;
    border: none !important;
    padding-left: 24px;
    height: 40px;
    width: 100%;
}
.productCustomize .searchFabric input:focus, .productCustomize .searchFabric input:active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.productCustomize .searchFabric .fa {
    position: absolute;
    left: 0;
    top: 50%;
    color: #999;
    transform: translateY(-50%);
}
.productCustomize .filterBtn {
    background: none;
    width: 80px;
    border: none;
    color: #000000;
    font-weight: 500;
    padding: 0;
    text-align: right;
}

.productCustomize .fabricList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 20px;
    padding: 20px;
}


.productCustomize .fabricList .thumb {
    position: relative;
    display: block;
    padding-bottom: 50%;
    border-radius: 5px;
    overflow: hidden;
}
.productCustomize .fabricList .selected .thumb {
    margin: 5px 5px 0;
    padding-bottom: calc(50% - 5px);
}
.productCustomize .fabricList .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.checkBox_column label.item input {
    position: absolute;
    opacity: 0;
    z-index: -9999;
}
.checkBox_column .item {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
}
.checkBox_column.selected .item {
    border: 1px solid #49b02c;
    box-shadow: 0 0 1px #49b02c;
}
.productCustomize .fabricList .item_price {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    display: block;
    color: #ffffff;
    font-weight: 600;
}
.productCustomize .checkBox_column .item_name {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
    padding: 6px;
}



.productCustomize .primaryNav {
    position: sticky;
    top: 105px;
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    z-index: 9;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.productCustomize .primaryNav::-webkit-scrollbar {
  display: none;
}
.productCustomize .primaryNav a {
    color: #888;
    padding: 12px 2px;
    margin: 0 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.productCustomize .primaryNav a:hover {text-decoration: none;}
.productCustomize .primaryNav a.active {
    color: #002756;
    border-color: #002756;
}

.productCustomize .column3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.customizeSteps .tab_box:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}
.customizeSteps .tab_box {
    padding: 36px 20px;
}
/* vinit */
div#jacketStp02 {
    /*display: none;*/
}
.customizeSteps .tab_box h3 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
}
.customizeSteps .tab_box .column:not(:last-child) {
    margin-bottom: 48px;
}
.customizeSteps .tab_box h4 {
    font-size: 13px;
    color: #6a6a6a;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.productCustomize .colorGroup label.item img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.customizeSteps .listGroup .thumb {
    display: block;
    max-width: 90%;
    padding: 10px;
    margin: 0 auto;
}
.productCustomize .checkList.column2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.productCustomize .checkList .checkArea {
    position: relative;
    font-size: 13px;
    cursor: pointer;
    padding-left: 26px;
    display: block;
}
.productCustomize .checkList .checkArea input {
    position: absolute;
    left: 0;
    top: 3px;
    height: 16px;
    width: 16px;
    font-size: 12px;
    margin: 0;
}
.productCustomize .monogramGroup input {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}
.productCustomize .monogramGroup input:first-child {
    margin-bottom: 20px;
}
.productCustomize .listGroup.fontStyle {
    display: flex;
    justify-content: center;
}
.productCustomize .listGroup.fontStyle>div {
    width: 33.33%;
    padding: 10px;
}

.customizeSteps .step-box {display: none;}


.productCustomize .ex_vestColumn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}
.productCustomize .ex_vestColumn .checkBox_column {
    max-width: 120px;
    margin: 0 22px;
}

.sizeList {
    text-align: center;
}
.sizeList .checkArea {
    position: relative;
    border: 1px solid #ccc;
    display: inline-block;
    width: 56px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 2px 6px;
    margin: 6px 5px;
    cursor: pointer;
}
.sizeList .checkArea input {
    position: absolute;
    opacity: 0;
    z-index: -99;
}
.sizeList .checkArea .tag {
    background: #ffffff;
    color: #666;
    font-weight: 500;
    position: absolute;
    top: -7px;
    left: 50%;
    font-size: 10px;
    line-height: 14px;
    display: inline-block;
    padding: 0 5px;
    transform: translateX(-50%);
}
.sizeList .checkArea.selected {
    border: 1px solid #49b02c;
    box-shadow: 0 0 1px #49b02c;
    color: #49b02c;
}





.btn.theme-btn {
    background: #002756;
    border: 1px solid #002756;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 22px;
}
.btn.theme-btn.btn2 {
    background: none;
    border: 1px solid #577190;
    color: #002756;
    font-weight: 600;
}
button.backBtn {
    position: absolute;
    top: 20px;
    left: 30px;
    background: none;
    border: 1px solid #ccc;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.sizeColumn {
    max-width: 340px;
    text-align: center;
    margin: 0 auto;
}
.sizeColumn p {
    font-size: 15px;
    font-weight: 500;
}
.sizeColumn .btnBox {
    max-width: 260px;
    margin: 34px auto 0;
}
.sizeColumn .btnBox .btn {
    width: 100%;
    margin: 5px 0;
}

.createSize, .customizeSize {
    background: #ffffff;
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 9;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    transition: right 0.5s;
}
.customizeSize:not(.open) {
    height: 0;
    overflow: hidden;
}
/*.createSize, .customizeSize {
    background: #ffffff;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 9;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}*/
.createSize {
    padding: 0 20px;
}
.createSize.open{
    height: 980px;
}
.how-to-measure {
    padding: 50px 0;
}
.customizeSize {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*
.customizeSize:not(.open) {
    display: none;
}
*/
.customizeSize .customize-area {
    background: #fff;
    padding: 0 20px 30px;
}


.stepSize .action-bar {
    background: #ffffff;
    border-top: 1px solid #e1e1e1;
    position: sticky;
    bottom: 0;
    padding: 20px;
}
.stepSize .action-bar .btn {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
}
.customizeSize {z-index: 99;}
.createSize.open, .customizeSize.open {
    right: 0;
    /*max-height: auto;*/
}
.sizeType {
    max-width: 420px;
    margin: 0 auto;
}

.sizeType .sizeBtn {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 100%;
    margin: 12px 0;
    padding: 16px;
    text-align: left;
}
.sizeType .sizeBtn .main {
    display: flex;
    justify-content: space-between;
}
.sizeType .sizeBtn .meta {
    font-size: 11px;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
}
.sizeType .sizeBtn .meta>div {
    display: flex;
    justify-content: space-between;
}
.sizeType .sizeBtn:hover {
    border: 1px solid #002756;
}
.sizeType .sizeBtn .sizeText, .sizeType .sizeBtn .dateText {
    color: #999;
}


.customizeSize .number {
    background: #ffffff;
    border: 1px solid #8d8d8d;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    overflow: hidden;
    width: 200px !important;
}
.customizeSize .number input {
    width: 70px;
    text-align: center;
    border: none;
    background: #fff;
    -moz-appearance: textfield;
}
.customizeSize .number input::-webkit-outer-spin-button,
.customizeSize .number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.customizeSize .number span {
    width: 45px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #0a0a0a;
    cursor: pointer;
}
.customizeSize .number:hover span {
    background: #f1f1f1;
}
.customizeSize .number span:hover {
    background: #e3e3e3;
}

.customizeSize .topBar {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customizeSize .select_sizeBtn {
    position: relative;
    background: #ffffff;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    max-width: 200px;
}
.customizeSize .select_sizeBtn .fas {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.customize_listWrap {
    max-width: 480px;
    margin: 0 auto;
}
.customize_listWrap .customize_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.customize_bar select {
    background: #ffffff;
    border: 1px solid #8d8d8d;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    width: 200px !important;
    font-size: 12px;
}

.selectSize.open {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: auto;
    /*max-height: auto;*/
}
.ss_close.backBtn {
    left: auto;
    right: 20px;
    font-size: 18px;
    line-height: 0;
}
.selectSize .bg-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.selectSize .innerBox {
    background: #ffffff;
    position: absolute;
    width: 100%;
    max-width: 380px;
    min-height: 100%;
    max-height: 100vh;
    top: 0;
    right: -380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    z-index: 99;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.selectSize .innerBox::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
    background-color: #F5F5F5;
}

.selectSize .innerBox::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.selectSize .innerBox::-webkit-scrollbar-thumb
{
    background-color: #a2a2a2;
    border-radius: 30px;
}
.selectSize.open .bg-overlay {
    right: 0;
    /*max-height: auto;*/
}
.selectSize.open .innerBox {
    right: 0;
    /*max-height: auto;*/
}
.selectSize .selector-column {
    padding: 0 20px 20px;
    min-height: 100%;
}


.sizeTable tr td.sizeLable {
    font-size: 13px;
}

.sizeTable tr td {
    padding: 8px 4px;
    border: none;
    width: 25%;
    vertical-align: middle;
}
.sizeTable .sizeTitle, .sizeTable .sizeType {
    display: block;
    text-align: center;
    font-size: 12px;
}
.sizeTable label.checkArea.selected {
    background: #000;
    color: #ffffff;
}
.sizeTable label.checkArea input {
    position: absolute;
    opacity: 0;
    z-index: -999;
}
.sizeTable label.checkArea {
    border: 1px solid #e1e1e1;
    width: 78px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}
.sizeTable label.checkArea.disabled {
    color: #e1e1e1;
}
.sizeTable label.checkArea:hover {
    border: 1px solid #222222;
}
.sizeTable label.checkArea.disabled:hover {
    border: 1px solid #e1e1e1;
}

.toast-card {
    align-items: center;
    background-color: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    display: flex;
    font-size: 12px;
    gap: 10px;
    justify-content: space-between;
    width: 262px;
    padding: 10px 20px 10px 15px;
    margin: 30px auto;
}
.toast-card:hover{
    background-color: #F2F2F2;
}
.toast-card-link{
    color: #000000;
}
.toast-card-link:hover{
    color: #000000;
    text-decoration: none;
}
.tailor-head {
    display: flex;
    justify-content: flex-start;
}
.tailor-head img {
    max-width: 36px;
    margin-right: 10px;
}
.tailor-head img {
    max-width: 36px;
    margin-right: 10px;
    border: 1px solid #f2f2f2;
    padding: 3px;
    background: #fff;
}
.tailor-head .toast-text {
    display: inline-block;
    text-align: left;
} 
.createSize, .cs_jacket, .cs_pant, .cs_vest, .selectSize_jacket, .selectSize_pant, .selectSize_vest{
    /*max-height: 100px;*/
}

.nameSize {
    position: relative;
    margin-top: 40px;
}
label.profile-label {
    position: absolute;
    font-size: 10px;
    color: #a2a2a2;
    top: -8px;
    left: 12px;
    padding: 0 7px;
    background: #fff;
}
input.profile-name:hover {
    border: 1px solid #002756;
}

.step-box {
    padding-bottom: 120px;
}

/* loader START */
.psloader-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffffaa;
}
.size-loader {
    border: 5px solid;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-color: #a1a1a1 #a1a1a1 transparent;
    animation: size-spin 1s ease-in-out infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
  
  @keyframes size-spin{
    100%{transform:rotate(360deg);}
  }
/* loader END */

/*=======================================================  Responsive Part
*/

@media (max-width: 1024px){
    .productCustomize .column3 {
        grid-column-gap: 15px;
        grid-row-gap: 22px;
    }
    .productCustomize .colorGroup label.item img {
        width: 68px;
        height: 68px;
    }
    .productCustomize .stepNav_wrap .info {padding: 8px 15px;}
    .productCustomize .stepNav_wrap .actionBar {
        grid-column-gap: 16px;
        padding: 0 15px 15px;
    }
    .productCustomize .step_dropBtn {
        font-size: 12px;
        height: 42px;
        padding: 2px 12px;
    }
    .productCustomize .customBtn {
        font-size: 12px;
        letter-spacing: 0;
        height: 42px;
    }
}
@media (max-width: 767px){
    .productCustomize {
        position: relative;
        overflow: hidden;
    }
    .productCustomize .searchBar, .productCustomize .primaryNav {
        top: 0;
    }
    .productCustomize .customizeImg {
        position: relative;
        top: -1px;
        width: 100%;
        height: 584px;
        height: auto;
    }
/*
    .productCustomize .customizeImg img {
        height: 584px !important;
    }
*/
    .productCustomize .customizeSteps {
        background: #ffffff;
        position: static;
        width: 100%;
        padding-bottom: 120px;
        z-index: 99;
        overflow-x: hidden;
    }

    header#site-header {
        position: static;
    }
    .productCustomize .customizeImg .owl-stage-outer, .productCustomize .customizeImg .owl-stage-outer * {
        height: auto;
    }
    .productCustomize .customizeSteps, .productCustomize .stepNav_wrap {
        width: 100%;
    }
    .sticky-fixed {
        position: fixed !important;
        width: 100%;
        top: 80px !important;
    }
    .selectSize .innerBox {
         max-width: unset; 
        right: -100%;
    }
    .createSize, .customizeSize {
        position: fixed;
        overflow: auto;
        padding-bottom: 80px;
    }
    .stepSize .action-bar {
        background: #ffffff;
        border-top: 1px solid #e1e1e1;
        position: fixed;
        bottom: 0;
        padding: 20px;
        width: 100%;
    }
    .stepSize .selectSize_jacket.open .action-bar, .stepSize .selectSize_pant.open .action-bar, .stepSize .selectSize_vest.open .action-bar {
        left: 0;
    }

}
@media (max-width: 640px){
    .productCustomize .titleBar {
        padding-top: 15px;
        margin-bottom: 20px;
    }
}