#designNameModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.main {
    background: radial-gradient(circle, rgba(78, 78, 78, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: 100%;
    padding: 0px 5px 5px 0px;
    /* display: flex;
    flex-direction: column; */
    align-items: center;
    /* Elementleri yatay olarak ortalar */
    justify-content: center;
    /* Elementleri dikey olarak ortalar */
    color: #fff;
}

.card {
    max-height: 200px
}

.title {
    color: #D9A87E;
}

h1 {
    color: #fff;
    text-align: center;
}

.left-menu {
    max-width: 250px;
    float: right;
}


.main-menu-container ul {
    list-style-type: none;
    /* Liste işaretlerini kaldır */
    padding: 0;
    /* Varsayılan padding'i sıfırla */
    margin: 0;
    /* Varsayılan margin'i sıfırla */
}

.main-menu-container li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    transition: background-color 0.5s ease-in-out;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 90%;
}

.main-menu-container li:hover {
    background-color: rgba(217, 168, 126, 0.3);
    /* Fare ile üzerine gelindiğinde arka plan rengi */
}

.main-menu-container img {
    margin-right: 10px;
    /* Resim ve metin arasında boşluk */
    width: 50px;
    /* Resim genişliği, ihtiyaca göre ayarlayın */
    height: auto;
    /* Resim yüksekliği otomatik ayarlanacak */
    border-radius: 50%;
    /* Resimlere daire şekli ver */
}

.main-menu-container p {
    margin: 0;
    /* <p> etiketi için margin'i kaldır */
}






.right-menu {
    max-width: 180px;

}

.uk-grid {
    width: 100%;
    /* height: calc(100vh - 200px); */
}

.nextPrevButtons {
    position: relative;
    height: 55px;
    padding: 10px;
    /* background: linear-gradient(330deg, rgb(21 21 21) 0%, rgba(77, 67, 58, 1) 100%); */
    padding: 5px;
    margin-top: 15px;
}

.nextPrevButtons .count {
    position: absolute;
    left: 30%;
    top: 18px;
    right: 20%;
    font-weight: 500;
    font-size: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    top: 100% !important;
    transform: translateY(-50%);
    color: #D9A87E !important;
}

.swiper-container {
    position: relative;
    height: 300px !important;
    overflow: hidden;
}



.swiper-slide {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: left;
    padding: 20px 5px;

}

.swiper-slide p {
    margin: 0px !important;
    max-width: 100px;

}

.swiper-slide img {
    max-width: 3.5rem;
    border-radius: 60%;
    margin-right: 10px;
}

#recommended-design-swiper .swiper-slide img {
    max-width: 6.5rem;
    border-radius: 60%;
    margin-left: auto;
    margin-right: auto;
}

#recommended-design-swiper .swiper-slide {
    display: block;
    font-size: 18px;
    text-align: left;
    padding: 20px 5px;
    text-align: center;
    text-align: -webkit-center;
}


.left-menu .swiper-slide:hover {
    background-color: rgba(217, 168, 126, 0.3);
}

#configure-product-image {
    height: 400px;
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    left: calc(50% - 220px);
}

#configure-product-image .center-frame {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    top: 25px;
    left: 50px;
    min-width: 350px;
    min-height: 350px;

}

#configure-product-image .center-frame div {
    min-width: 350px;
    min-height: 350px;
    position: absolute;
}


.header {
    text-align: center;
}

.card-container {
    display: inline-block;
    width: 100%;
}

.component-box img {
    width: 70%;
    height: auto;
    margin-top: 4px;
}

.component-box .price {
    /* color: #E6CCB1; */
    color: #fff;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.5;
}

.component-box {
    width: 50px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 1px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.component-box.visible {
    opacity: 1;
    transform: translateY(0px);
}

.component-box .circle {
    position: absolute;
    top: 0px;
    left: 4px;
    width: 84%;
}

#next-button {
    display: block;
    float: right;
    opacity: 1;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform: none;
    /* background: linear-gradient(233deg, rgb(0 0 0) 0%, rgb(106 106 106) 100%); */
    color: #d9a87e;
    width: 155px;
    height: 47px;
    position: relative;
    top: -30px;
    z-index: 0;
    text-align: center;
    font-size: 26px;
    border: 2px solid #d9a87e;
    border-radius: 30px;

}

#next-button:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

#total-price {
    width: 50px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 1px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    display: inline-grid;
    opacity: 1;
    transform: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #d9a87e;
    width: 60px;
    height: 70px;
    margin-top: 3px;
    align-items: left;
}

#total-price-mobile {
    vertical-align: top;
    padding: 5px 1px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    display: none;
    opacity: 1;
    transform: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #fff;
    background-color: #2d2d2d;
    width: 95px;
    height: 60px;
    margin-top: 3px;
    align-items: left;
    border-radius: 7px;
}

#total-price-mobile div {
    margin-top: -4px;
}

#total-price-mobile span {
    display: inline-block;
    margin-top: 8px;
}

#total-price-mobile p {
    display: inline-block;
    margin: 0px;
    font-size: 13px;
}

/* #total-price::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(217, 168, 126, 1) 0%, rgba(0, 0, 0, 0) 100%);
} */
#totalprice-borderdv {
    width: 2px;
    height: 50px;
    display: inline-grid;
    margin-top: 7px;
    margin-right: 3px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(179 179 179) 48%, rgba(0, 0, 0, 0) 100%);
}

#total-price .uk-icon {
    margin-right: 0px;
    /* İkon ve fiyat arasında boşluk bırak */
    display: inline-block;
}

#total-price p {
    font-size: 13px;
    color: #d9a87e;
    font-weight: 500;
    display: inline-block;
    margin-top: -1px;
}

#total-price div {
    color: #D9A87E;
    margin-top: 10px;
}

#total-price:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

#all-product-in-subcategory .title a {
    display: none
}

#recommended-design {
    display: flex;
    justify-content: center;
    align-items: top;
    margin-top: 0px;
    max-width: 100%;
    /* Konteyner genişliği */
    overflow: hidden;
    /* Taşma engelleme */
}

#recommended-design-swiper {
    max-width: 950px;
    /* Maksimum genişlik */
    width: 100%;
    /* Tam genişlik */
}

#recommended-design .swiper-container {
    position: relative;
    height: auto;
    overflow: hidden;
    min-height: 250px;
}

#recommended-design .swiper-container h2 {
    margin-bottom: 20px;
}

#recommended-design .swiper-container .swiper-wrapper {
    /* max-height: 100px; */
    width: 60%;
}

#subcategories-products .glide__arrows {
    user-select: none;
    position: absolute;
    display: contents;
    width: 100%;
    height: 100%;
}

#subcategories-products .glide__arrows .glide__arrow--left {

    width: 40%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 1;
    z-index: 12;
    color: #d9a87e;
    text-align: left;
    background: none !important;
    border: none;
    padding: 0px;
}

#subcategories-products .glide__arrows .glide__arrow--right {
    float: right;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    opacity: 1;
    z-index: 12;
    color: #d9a87e;
    text-align: right;
    background: none !important;
    border: none;
    padding: 0px;
}

#subcategories-products.glide {
    max-width: 100%;
    margin: auto;
    overflow: visible;
    height: 350px;
}

#subcategories-products.glide .glide-container {
    position: relative;
    height: 400px;
    /* max-width: 400px; */
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: grid;
    justify-content: center;
    align-content: center;
}

#subcategories-products .glide__track {
    transition: opacity 0.4s;
    max-width: 450px;
    min-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#subcategories-products .glide__slide {
    opacity: 1;
    transition: opacity 0.4s;
    pointer-events: all;
    min-width: 116.667px;
    /* 83.3333px; */
    padding: 20px 5px 20px 25px;
}

#subcategories-products .glide__slide--active {
    opacity: 0.0;
}

#related-products-swiper .swiper-wrapper div {
    transition: background-color 0.5s ease-in-out;
}

#related-products-swiper .swiper-wrapper div:hover {
    background-color: rgba(217, 168, 126, 0.3);
}

#recommended-design .swiper-button-next {
    position: relative !important;
    top: 50% !important;
    transform: translateY(50%) !important;
    color: #D9A87E !important;
    right: -50px !important;

}

#recommended-design .swiper-button-prev {
    position: relative !important;
    top: 50% !important;
    transform: translateY(50%) !important;
    color: #D9A87E !important;

}

.imageGrayScale {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    opacity: 0.5;
}

.unfit {
    position: absolute;
    margin-left: 20px;
    margin-top: 30px;
    z-index: 2;
    opacity: 0.6;
    /* background: #000; */
    padding: 0px 5px;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    color: #ffffff;

}

.hidden {
    display: none;
}

#subcategories-products .subCategoriesFilterError {
    position: absolute;
    left: 35%;
    top: 20%;
    background: #f0506e;
    color: #fff;
    padding: 1px;
    border-radius: 60px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 9px 0px #000000;
    z-index: 19;
}

.recommended-div {
    width: 90%;
    height: 110px;
    border-radius: 10px;
    background: #3f3f3f;
    position: absolute;
    top: 70px;
    left: 10px;
    z-index: -1;

}

.mobile-related-menu {
    display: none;
    width: 100%;
    margin-top: 0px !important;

}

.mobile-related-menu .swiper-container {
    height: 150px !important;
    margin: 0px 60px 0px 60px;
}

.mobile-related-menu .swiper-slide {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: left;
    padding: 20px 0px;
    flex-direction: column;

}

.mobile-related-menu .swiper-slide img {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: left;
    padding: 20px 0px;
    flex-direction: column;
    max-width: 2.6rem;
}

.mobile-related-menu .swiper-slide.swiper-slide-active img {
    max-width: 3.5rem;
    margin-top: -7px;
}

.mobile-related-menu .swiper-slide.add-more {
    background: #35393c;
    box-shadow: 0px 1px 5px #000;
    width: 55px !important;
    height: 55px;
    margin-top: 32px;
    font-size: 14px;
    /* font-weight: 600; */
    border-radius: 60%;
    padding-left: 12px;
    padding-right: 0px;
    padding-top: 12px;
    line-height: normal;
}

.mobile-related-menu .swiper-container .swiper-wrapper .swiper-slide-active p {
    display: block;
    position: absolute;
    width: 300px;
    max-width: none;
    text-align: center;
    top: 100px;
    padding-right: 10px;
}

.mobile-related-menu .swiper-button-prev {
    top: -64px !important;
    width: 30px;
    left: 12px !important;
}

.mobile-related-menu .swiper-button-next {
    top: -87px !important;
    float: right;
    width: 30px !important;
}

.mobile-related-menu .swiper-button-next::after {
    scale: 0.6;
}

.mobile-related-menu .swiper-button-prev::after {
    scale: 0.6;
}




/* NEXT DIALOG BÖLÜMLERİ */
/* Dialog genel stil */
#customDesignDialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dialogContent {
    background: #000000;
    width: 80%;
    max-width: 1000px;
    height: 600px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    flex-direction: column;
}

#dialogContent .titleBarDv {
    display: flex;
    justify-content: space-between;
    /* Başlıkları iki uçta hizalar */
    align-items: center;
    /* Ortadan hizalama */
    height: 50px;
    width: 100%;
    /* Tam genişlik */
    padding: 10px 20px;
    /* İç boşluk eklenir */
    box-sizing: border-box;
    /* Kenarlarla düzgün hesaplama */
    font-size: 16px;
    /* Yazı boyutu */
    color: #fff;
    /* Yazı rengi */
    background-color: #000;
    /* Arka plan rengi */
    border-bottom: 1px solid #212121;
    /* Alt çizgi tasarımı */
}

#dialogContent .titleBarDv:first-child div {
    flex: 1;
    /* Eşit genişlikte dağıtılır */
    text-align: center;
    /* Ortalanır */
}

#dialogContent .titleBarDv .title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    max-width: 150px;
    cursor: pointer;
}

#dialogContent .titleBarDv .title:hover {
    color: #ccc;
}

#dialogContent .titleBarDv .cancel {
    font-size: 25px;
    font-weight: 100;
    color: #907964;
    padding-right: 20px;
    text-align: right !important;
    cursor: pointer;
}

#dialogContent .titleBarDv .cancel:hover {
    color: #c2946f;
}

#dialogContent .steps-line {
    width: 49%;
    margin-top: 20px;
    background-color: #000;
    /* margin-left: auto; */
    /* margin-right: auto; */
    border-top: 1px solid #212121;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 50px;
}

#dialogContent .circle-div {
    width: 15px;
    height: 15px;
    background: #907964;
    margin-top: -8px;
    border-radius: 100px;
    border: 3px solid #000;
    transition: all 0.5s ease;
    /* Geçiş efektini burada tanımlıyoruz */
}

#dialogContent .circle-div.active {
    width: 35px;
    height: 35px;
    background: #D9A87E;
    margin-top: -16px;
    border-radius: 100px;
    border: 3px solid #000;
}

.dialogContentWatchKapsayici {

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}




.dialog-column {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0px;
    height: 100%;
    margin-top: 0px;
    align-content: flex-start;
    flex-direction: column;
}
.dialog-column.watch-preview {
    height: 150%;

}

/* Sol kolon saat görüntüsü */
#watchPreview {
    width: 100%;
    /* max-width: 350px; */
    height: 100%;
    background: #000000;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

#watchTextOverlay {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 110px;
    max-width: 90px;
    transform: translate(-50%, -50%);
    font-size: 9px;
    line-height: 10px;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7); */
}

/* Sağ kolon içeriği */
#dialogContentRight {
    width: 100%;
    text-align: center;
}

#dialogHeader {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

#dialogBody {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 20px;
}

#dialogBody input[type="text"]{
    margin-top: 5px;
    padding: 8px !important;
    height: 40px !important;
    min-height: 40px !important;
}

#dialogNextButton {
    background: #d9a87e;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#dialogNextButton:hover {
    background: #c2946f;
}

#addToCartButton {
    background: #d9a87e;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#addToCartButton:hover {
    background: #c2946f;
}

/* MÜŞTERİ İSİM VERME DİALOĞU */
#designNameModalCustomer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Dialogun üzerinde görünmeli */
}

#designNameModalCustomer .modal-content {
    background: black;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 1px solid #727272;
}

#designNameModalCustomer h3 {
    color: #fff;
}


#designNameModalCustomer .modal-content input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

#designNameModalCustomer .modal-buttons button {
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#designNameCancelCustomer {
    background-color: #212121;
    color: white;
}

#designNameOkCustomer {
    background-color: #D9A87E;
    color: white;
}

#designNameOkCustomer:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#customIcon {
    position: absolute;
    bottom: 0;
    /* Alt hizalama */
    left: 50%;
    transform: translateX(-50%);
    /* Yatay ortalama */
    z-index: 3;
}

#watchSVGOverlay {
    position: absolute;
    text-align: center;
    width: 55px;
    /* left: 43%; */
    /* left: 50%; */
    margin-left: calc(50% - 27.5px);
    top: 38.2%;
    /* transform: translate(-50%, -50%); */
    z-index: 3;
}


/* dialog custom dial içeriği */
.custom-dial-label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    color: #907964;
}

.custom-dial-textarea {
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: rgb(33, 33, 33) 0px 0px 0px 1000px inset !important;
    color: #ffffff !important;
}

.custom-dial-char-count {
    font-size: 12px;
    color: #666;
    text-align: right;
    width: 94%;
}

.custom-dial-color-picker-container {
    margin-top: 20px;
    background: #212121;
    border-radius: 5px;
    padding: 10px 20px;
}

.custom-dial-color-label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    color: #907964;
}

.custom-dial-selected-color {
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
}

.custom-dial-color-palette {
    display: grid;
    grid-template-columns: repeat(6, 30px);
    gap: 5px;
}

.custom-dial-color-swatch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s ease;
}

.custom-dial-color-swatch:hover {
    border: 2px solid #666;
}

.custom-dial-custom-color-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.custom-dial-color-picker {
    margin-right: 10px;
}

.custom-dial-custom-color-label {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

#dialog1-footer {
    padding-left: 20px;
}


/* Genel form grubu için stil */
.form-group-custom {
    margin-bottom: 15px;
}

.form-group-custom .form-select {
    box-shadow: rgb(33, 33, 33) 0px 0px 0px 1000px inset !important;
    color: #ffffff !important;
    border: none
}

/* Form etiketleri için stil */
.form-label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    color: #907964;
}

/* Select kutusu için stil */
.form-select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

/* Radio button grup elemanları */
.form-radio-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

/* Radio button için stil */
.form-radio-item input[type="radio"] {
    margin-right: 10px;
}

/* Genel başlıklar için stil */
.attribute-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Liste stil */
.attribute-list {
    list-style-type: disc;
    margin-left: 20px;
}

/* No attributes message */
.no-attributes-message {
    font-size: 14px;
    color: #666;
}

/* Back Cover grubunu düzenler */
.back-cover-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Radio inputları gizle */
.form-radio-item input[type="radio"] {
    display: none;
}

/* Görseller için düzenleme */
.radio-image-container {
    text-align: center;
    cursor: pointer;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color 0.3s ease;
}

.radio-image-container img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 5px;
}

.radio-image-container span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
}

/* Seçili görselin kenarlığı */
input[type="radio"]:checked+label .radio-image-container {
    border-color: #D9A87E;
    /* Seçili renk */
}

.form-label-container {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.form-radio-options {
    display: flex;
    justify-content: left;
    gap: 10px;
}

.form-radio-item {
    display: inline-block;
    text-align: center;
    /* Görsel ve metni ortalamak için */
}

.radio-image-container span {
    display: block;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #333;
}

#watchPreviewTextSvgDiv {
    position: absolute;
    pointer-events: none;
    z-index: 3;
    width: 50px;
    height: 100%;
    left: auto;
    right: auto;
    margin-left: calc(50% - 20px);
}

#watchSVGPreview {
    position: absolute;
    text-align: center;
    margin-top: 0px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 8px;
    top: 22px;

}

#watchTextPreview {
    color: #333;
    position: absolute;
    text-align: center;
    font-size: 5px;
    margin-top: 222px;
    line-height: 6px;
    width: 50px;
    left: auto;
    right: auto;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.watchPreviewSvg {
    width: 35px;
    margin-top: 136px;
    width: 100%;
}



.dial-text-button-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.dialogHeader{
    display: none;
}
.dial-text-button-container .dial-text-button{
    margin: 2px !important;
    border-radius: 5px !important;
    background: #000000 !important;
    border: 1px solid #212121 !important;
    font-size: 14px;
    font-weight: 100;
}
.ready-texts-link{
    color: #D9A87E;
    font-size: 14px;
}
.ready-texts-link:hover{
    color: #907964;
    font-size: 14px;
}

.custom-dial-color-input-container{
    margin-top: 20px;
}
.custom-dial-color-input-container .custom-dial-color-input-label{
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}



@media (max-width: 960px) {
    #watchPreviewTextSvgDiv {
        position: absolute;
        pointer-events: none;
        z-index: 3;
        width: 44px;
        height: 100%;
        left: auto;
        right: auto;
        margin-left: calc(50% - 15.5px);

    }

    .uk-grid {
        overflow: hidden;
        margin-left: 0px;
        padding-left: 0px;
        height: auto;
    }

    .uk-grid>* {
        padding-left: 0px;
    }

    .title {
        color: #D9A87E;
        margin: 15px;
        width: 100%;
    }

    .title a {
        float: right;
    }

    #subcategories-products .glide__arrows span {
        display: none;
    }

    #subcategories-products .glide__arrows .glide__arrow--left {
        opacity: 0;
        width: 30%;
        height: 30%;
        position: absolute;
        left: 0px;
        top: 140px;
        opacity: 1;
        z-index: 12;
        color: #d9a87e;
        text-align: left;
        background: none;
        border: none;
        padding: 0px;
    }

    #subcategories-products .glide__arrows .glide__arrow--right {
        opacity: 0;
        height: 30%;
        top: 140px;
        width: 30%;
    }

    #subcategories-products .subCategoriesFilterError {
        position: absolute;
        left: 15%;
        top: 15%;
    }

    #all-product-in-subcategory {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        /* position: absolute; */
        position: fixed;
        top: 0;
        z-index: 31;
        background: #000;
        height: 100vh;
        /* margin-top: -80px; */
        display: none;
    }

    #all-product-in-subcategory .title {
        margin-top: 30px;
    }

    #all-product-in-subcategory .title a {
        display: block;
    }

    #all-product-in-subcategory.show {
        opacity: 1 !important;
    }

    #all-product-in-subcategory .right-menu {
        width: calc(100% - 12px);
        max-width: none;
        height: 100%;
        padding: 5px 10px 10px 10px;
    }

    #all-product-in-subcategory .right-menu .nextPrevButtons {
        position: absolute;
        height: 45px;
        padding: 10px;
        /* background: linear-gradient(330deg, rgb(21 21 21) 0%, rgba(77, 67, 58, 1) 100%); */
        padding: 5px;
        margin-top: 5px;
        width: 94%;
        bottom: 10px;
    }



    #all-product-in-subcategory #related-products-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #all-product-in-subcategory #related-products-swiper .swiper-wrapper .swiper-slide {
        background-color: #2e2e2e;
        padding: 5px;
        min-height: 130px;
        margin: 0px;
        /* width: 84%; */
        /* height: 130px; */
        border-radius: 10px;
        display: block;
        text-align: center;
        text-align: -webkit-center;
    }

    #all-product-in-subcategory #related-products-swiper .swiper-wrapper .swiper-slide img {
        margin-right: 0px;
    }

    #all-product-in-subcategory #related-products-swiper {
        height: calc(100% - 250px);
    }

    #next-button {
        display: none;
    }

    .left-menu {
        display: none;
    }

    #next-button {
        display: none;
    }

    #subcategories-products .glide__slide {
        min-width: 156.667px;
        padding: 20px 30px 20px 50px;
    }

    #subcategories-products .glide__track {
        min-width: 470px;
    }

    .uk-width-expand\@s {
        flex: none !important;
        padding-right: 20px;
    }

    #configure-product-image .center-frame div {
        min-width: 310px;
        min-height: 310px;
        top: 20px;
        left: 20px;
    }

    #configure-product-image .center-frame {
        top: 0px;
        left: 0px;
    }

    #configure-product-image {
        left: calc(50% - 167px);
        top: 23px;
    }

    #subcategories-products .glide__arrows .glide__arrow--right {
        width: 30%;
        right: -22px;
        opacity: 1;
    }

    #subcategories-products .glide__arrows .glide__arrow--right span {
        width: 40px;
        margin-right: 13px;
    }

    #subcategories-products .glide__arrows .glide__arrow--left span {
        width: 40px;
        margin-left: 11px;
    }

    #subcategories-products .glide__arrows .glide__arrow--left {
        opacity: 1;
    }

    #recommended-design {
        margin: 0px 20px 20px 20px;
    }

    #recommended-design .swiper-button-next {
        right: 0px !important;
    }

    #recommended-design .swiper-button-prev {
        left: -5px;
    }

    #recommended-design .swiper-button-next::after {
        scale: 0.6 !important;
    }

    #recommended-design .swiper-button-prev::after {
        scale: 0.6 !important;
    }

    #recommended-design .swiper-container .swiper-wrapper {
        max-height: 160px;
    }

    .mobile-related-menu {
        display: block;
        height: 160px;
    }

    #recommended-design .swiper-container h2 {
        margin-bottom: 0px;
    }

    .main {
        padding: 0px 5px 45px 0px;
        height: auto;
    }

    .card-container #total-price {
        display: none;
    }

    .card-container #totalprice-borderdv {
        display: none;
    }

    #total-price-mobile {
        display: inline-grid;
    }

    .unfit {
        margin-left: 18px;
        margin-top: 26px;
    }

    .nextPrevButtons .count {
        position: absolute;
        top: 18px;
        left: 0px;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    #recommended-design .swiper-button-next {
        right: -3px !important;
    }

}

@media (max-width: 1100px) {
    #recommended-design .swiper-button-next {
        right: 0px !important;
    }
}