@import url('https://fonts.googleapis.com/css?family=Roboto');

:root {
    --primary: #632566;
    --primary-rgb: 99, 37, 102;
    --secondary: #121212;
    --secondary-rgb: 18, 18, 18;
    --txt-color: #424242;
    --txt-color-rgb: 66, 66, 66;
    --border: 1px solid rgb(204, 204, 204);
    --border-tbl: 1px solid rgba(18, 18, 18, 0.3);
}

body {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    color: var(--txt-color);
    line-height: 1.6;
    position: relative;
}

.btn-anchor {
    display: inline-block;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    padding: 18px 20px;
    height: 55px;
    border-radius: .25rem;
    font-weight: 400;
    text-decoration: none;
}

*,
.btn {
    outline: none;
    border: none;
}
.bold{font-weight: bold;}
.medium {
    font-weight: 500;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.fa, .fa-solid {color: var(--gray-dark);}
a .fa, a .fa-solid {opacity: 50%;color: var(--gray-dark);}
a:hover .fa, a:hover .fa-solid {opacity: 100%;}
.btn-primary, .swal2-styled.swal2-confirm {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle, .swal2-styled.swal2-confirm:hover {
    background-color: #48134b;
    border-color: #48134b;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(var(--primary-rgb), 0.5);
    ;
}
.ellips-text {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.dropdown-item{color: var(--txt-color);}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--secondary);
    background-color: rgba(var(--primary-rgb), 0.2);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
    color: var(--bs-white);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.input-group{
    border-radius: .25rem;
}
.input-group .form-control:focus {
    box-shadow: none;
}
.input-group:has(.form-control:focus) {
    box-shadow: 0 0 0 .2rem rgba(var(--primary-rgb), .25);
}
.form-control, .input-group-text, .form-select {
    height: 55px;
    border: none;
    border-radius: 8px;
}
.form-control:focus, .input-group:has(.form-control:focus), .form-select:focus {
    color: var(--txt-color);
    border-color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(var(--primary-rgb), .25);
}
.input-group .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
.modal-body .form-control, .modal-body .form-select {
    border: var(--border);
    background-color: rgba(255,255,255,0.6);
}

.form-select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-size: 20px 20px;
}
.btn{
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    padding: 0 40px;
    line-height: 1.2;
}
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: var(--bs-white);
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 0 .25rem rgba(var(--primary-rgb), 0.5);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    border: 1px solid;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:focus {
    color: var(--bs-white);
    border-color: var(--primary);
    background: var(--primary);
    box-shadow: 0 0 0 .25rem rgba(var(--primary-rgb), 0.5);
}
.btn-secondary {
    color: var(--primary);
    background-color: transparent;
    border: 1px solid transparent;
}
.btn-secondary:hover,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: var(--primary);
    background-color: transparent;
    border: 1px solid var(--primary);
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(var(--primary-rgb), .5);
}
.form-control:disabled, .form-control[readonly], .form-control[readonly]:active, .form-control[readonly]:focus {
    background-color: rgba(var(--primary-rgb), 0.1);
    border: 1px solid rgba(var(--primary-rgb), 0.3);
    box-shadow: none;
}
.back {
    padding-bottom: 10px;
    z-index: 2;
    position: relative;
}
.back .btn {
    height: auto;
    padding: .375rem .75rem;
    border-radius: .25rem;
}
.back.bottom {
    text-align: center;
}
.back .fa {
    color: var(--primary);
    opacity: 100%;
}

.back button:hover .fa {
    color: var(--bs-white);
}
/* .green, .orange, .red{    
    border-radius: 30px;
    font-size: 14px;
    padding: 2px 8px;
} */
.green{
    color: #289609;
    /* background: rgba(40, 150, 9, .15);
    border: 1px solid rgba(40, 150, 9, .4); */
}
.yellow{
    color: #c6c302;
}
.orange{
    color: #e88000;
    /* background: rgba(232, 128, 0, 0.15);
    border: 1px solid rgba(232, 128, 0, 0.4); */
}
.black{
    color: var(--txt-color);
}
.red{
    color: #e80909;
    /* background: rgba(232, 9, 9, 0.15);
    border: 1px solid rgba(232, 9, 9, 0.4); */
}
.error {
    color: #eb2242;
}
.yellow{
    color: #e8b409;
}
.blue{
    color: #21a3f3;
}
.watermark {
    min-height: calc(100vh - 80px);
    width: 100%;
    z-index: -1;
    background: url(../images/Alok-icon.svg) no-repeat center top;
    background-size: auto 90%;
    opacity: .15;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
.watermark-box {
    position: sticky;
    top: 100px;
    width: 100%;
    height: 10px;
    z-index: -1;
}
.watermark-box .watermark{
    position: sticky;
    transform: translateX(0%);
}
/* Start Header Form */
header {
    background: white;
    box-shadow: 0 2px 10px rgba(var(--secondary-rgb), 0.1);
    
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 30px;
}

.logo img {
    height: 42px;
}

.header-menu li:not(:last-child){
    border-right: 2px solid var(--txt-color);
}

.header-menu .nav-link {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: bold;
    padding: 0 1rem;
    line-height: 1.4;
}

.header-menu .nav-link:focus, .header-menu .nav-link:hover {
    color: var(--primary);
    text-decoration: underline;
}

.profile-circle {
    width: 35px;
    height: 35px;
    background: var(--primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.logo-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

.logo-right img {
    height: 60px;
}

/* End Header Form */
main {
    padding-top: 80px;
    min-height: 100vh;
}
.form-group {
    margin-bottom: 0;
}

.form-group h6{font-weight: 600; font-size: 20px;}
/* Start Login Form */
.main-form {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.form-container {
    max-width: 720px;
    width: 80%;
    border-radius: 30px;
    background: rgba(254, 245, 239, 0.6);
    border: 1px solid rgba(18, 18, 18, 0.3);
    margin: 50px auto 0;
    padding: 30px 100px;
}

.form-header {
    margin: 0 auto 30px;
    text-align: center;
}

.form-container h2 {
    font-size: 32px;
}

.form-container p {
    font-size: 16px;
}

.form-container label {
    display: block;
}
.form-container .row {
    gap: 30px;
}

.form-container input#password {
    border-right: none;
}

span.input-group-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: .375rem .375rem .375rem .75rem;
}
span.input-group-text i {
    padding: 8px;
    border-radius: 50%;
}
span.input-group-text i:hover {
    color: var(--primary);
    background: rgba(var(--primary-rgb), 0.15);
}

.password-field {
    border-right: none;
}
.link-box {
    margin-top: 10px;
}

.link {
    color: var(--txt-color);
    text-decoration: none;
}

.link:hover {
    color: var(--primary);
}

/* End Login Form */

/* Start select2-bootstrap4  Filter */

.filter-container, .small-banner {
    position: relative;
    width: 100%;
    padding: 30px;
    margin-bottom: 35px;
    background-image:
        linear-gradient(45deg,
            rgba(228, 242, 236, 0.5),
            rgba(196, 235, 250, 0.5)),
        url('../images/113551-b336719c2837f63c851ddc03af4bc8db-686114.png.png');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
}
.filter-container .logo-right img, .small-banner .Alok-logo img{height: 60px;}
.filter-container .form-control, .filter-container .form-select{background-color: rgba(255, 255, 255, 0.8);}
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
    border-radius: 10px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    overflow: hidden;
    padding: 0 25px 0 15px;
    width: 100%;
}
ul.select2-selection__rendered:after {
    position: absolute;
    content: '\f0d7';
    width: 30px;
    height: 36px;
    right: 0px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font: normal normal normal 14px / 36px FontAwesome;
}

.select2-container--open ul.select2-selection__rendered:after {
    content: '\f0d8';
}

span.select2-container.select2-container--bootstrap4.select2-container--open {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100% !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear{
    right: 30px;
}
span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
    width: calc(100% - 90px) !important;
    top: 10px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    border: none !important;
    box-shadow: 2px 2px 2px rgba(var(--secondary-rgb), 0.4);
}

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background: var(--bs-white);
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.select2-selection__rendered li {
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%
}
span.select2-selection.select2-selection--multiple {
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: transparent;
    background: rgba(255, 255, 255, 0.8);
}
input.select2-search__field {
    background: transparent;
    margin-top: 0 !important;
}
.form-group .select2-selection__rendered span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group .select2-selection__rendered span:has(~span) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.more{min-width: 50px;}
.select2-results__option {
    border: var(--border);
    border-radius: 30px;
    min-width: 60px;
    text-align: center;
}

.form-group .select2-results__option {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.select2-container--bootstrap4 .select2-results__option {
    padding: 0rem 0.75rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    padding-left: 0.75rem;
    max-width: 160px;
    border-radius: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
}

.count-box span.select2-container.select2-container--bootstrap4.select2-container--open {
    width: auto !important;
}
li.select2-results__message {
    margin: 0 auto;
    border: none;
    font-size: 18px;
}
.select2-results {
    padding: 10px;}

.selectedValues-box {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    bottom: -30px;
    left: -30px;
    width: calc(100% + 60px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 10px 20px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 6.5em;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
    color: var(--primary) !important;
    background-color: rgba(97, 31, 100, 0.15) !important;
    border: 1px solid rgba(18, 18, 18, 0.6) !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: var(--primary);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: var(--txt-color);
    background-color: transparent;
}
.select2-container--bootstrap4 .select2-results__option--highlighted:hover, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option:hover[aria-selected="true"] {
    color: var(--bs-white) !important;
    background-color: var(--primary) !important;
}

div#selectedItems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    max-width: 100%;
}

span.selected-option {
    position: relative;
    border: 1px solid #aaa;
    padding: 0px 25px 0px 10px ;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.5);
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.selected-option:only-child {
    max-width: fit-content;
}

button.remove-button {
    border: 0;
    outline: 0;
    background: transparent;
    margin-left: 5px;
}
.selected-option .remove-button {
    position: absolute;
    right: 3px;
    top: -2px;
}

.ui-filter.button {
    color: var(--primary);
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    display: inline;
}

.ui-filter.button:hover {
    text-decoration: underline;
}


.nav.nav-pills {
    gap: 40px;
    margin-bottom: 30px;
}

.nav.nav-pills a {
    color: var(--txt-color);
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.nav.nav-pills a img {
    width: 24px;
}
.nav.nav-pills li a.active{
    color: var(--primary);
}
.nav.nav-pills li:hover, 
.nav.nav-pills li:has(a.active) {
    border-bottom: 3px solid var(--primary);
    color: var(--primary);
}

.nav.nav-pills li:hover a,
.nav.nav-pills li.active a {
    color: var(--primary);
}

.icon-active {
    display: none;
}

.nav.nav-pills li:hover .icon-active,
.nav.nav-pills li a.active .icon-active {
    display: inline-block;
}

.nav.nav-pills li:hover .icon-black,
.nav.nav-pills li a.active .icon-black {
    display: none;
}

/* ---- Product Card ----*/

.card-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    justify-items: center;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
}

.card-container > li {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--bs-white);
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(var(--secondary-rgb), 0.15);
    box-sizing: border-box;
    color: #4d4d4d;
    padding: 10px;
}
.comment-line{
    width: 100%;
    min-height: calc(100vh - 390px);
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    box-shadow: none;
}
.img-box {
    max-height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.img-box img {
    width: 100%;
}

.expand-height {
    height: auto !important;
}

.contain-box, .contain-box-similer {
    /* max-height: 220px; */
    margin-bottom: 70px;
    transition: max-height 0.3s ease;
    padding-top: 10px;
}
.contain-box-similer{height: 180px;}
.contain-box h4, .contain-box-similer h4, .card-container-fluid h4 {
    font-size: 20px;
    font-weight: 600;
}

.contain-box h4 span, .contain-box-similer h4 span, .card-container-fluid h4 span {
    font-size: 14px;
    font-weight: normal;
}
p:has(.badge-secondary) {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
p:has(.badge-secondary) .bold {
    width: 100%;
}
.badge-secondary {
    color: var(--primary);
    background-color: rgba(var(--primary-rgb), 0.15);
    border: 1px solid rgba(var(--primary-rgb), 0.5);
    padding: 4px 8px;
}
.contain-box p, .contain-box-similer p, .card-container-fluid td {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.contain-box p .bold {
    font-size: 14px;
    font-weight: 600;
}

.btn-box {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bs-white);
    width: 100%;
    display: flex;
    gap: 10px;
    box-shadow: 0 -2px 8px rgba(var(--secondary-rgb), 0.3);
}
.btn.btn-more {
    padding: 0 20px;
}
.btn-box .btn.btn-primary:not(.btn-more) {
    width: 100%;
}
.btn-more .fa {
    color: white;
}
.card-container-fluid {
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(var(--secondary-rgb), 0.15);
    box-sizing: border-box;
    color: #4d4d4d;
}
.card-container-fluid th:not(:last-child) {
    width: 416px;
}
.card-container-fluid .img-box img {
    max-width: 380px;
}
.card-container-fluid .ellips-text, .card-container-fluid .btn-primary {
    width:100%;
    max-width: 380px;
}
.card-container-fluid .table td, .card-container-fluid .table th {
    border-top: none;
}
.card-container-fluid .table td:first-child, .card-container-fluid  .table th:first-child {
    border-left: none;
    text-align: left;
}
.card-container-fluid .table td:last-child, .card-container-fluid .table th:last-child {
    border-right: none;
}

.card-container-fluid .table>:not(caption)> tr:last-child> td{border-bottom-width:0; border-bottom: none; }
.frequently-bought-together .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}
.frequently-bought-together .card-container > li{
    position: relative;
    overflow: visible;
    max-width: 21%;
}
.frequently-bought-together .card-container > li:not(:last-child):after{
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f067';
    font: normal normal normal 14px / 36px FontAwesome;
    font-size: 28px;
}
.frequently-bought-together .card-container .contain-box-similer {
    height: 70px;
}
/*  Start Pagination   */
.comment-line ~ .pagination-box {
    display: none;
}
.pagination-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(var(--secondary-rgb), 0.12);
}

.count-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination {
    gap: 10px;
    margin-bottom: 0;
}

.page-item .page-link {
    border-radius: .25rem;
}

.page-link {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.page-item.active .page-link {
    z-index: 1;
    color: var(--bs-white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.page-link:hover {
    z-index: 2;
    color: var(--primary);
    background-color: rgba(var(--primary-rgb), 0.1);
    border-color: rgba(var(--primary-rgb), 0.2);
}
.page-link:focus {
    color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(var(--primary-rgb), 0.5);
}
.page-count {
    width: 70px;
}

/*  End Pagination   */

/*  Start Product Detail Page   */
.product-detail-box{
    margin: 0px auto;    
}
 h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.prod-title h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.prod-title h4 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}
.request-box {
    display: flex;
    flex-direction: column;
    min-height: 240px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--secondary-rgb), 0.1);
    box-shadow: 0 3px 5px rgba(var(--secondary-rgb), 0.15);
}
h5 {
    font-size: 16px;
    font-weight: bold;
}
p {
    margin-bottom: .5rem;
}
/*  Start table Style  */
.table td, .table th {
    border-top: var(--border-tbl);
    border-color: rgba(var(--secondary-rgb), .3);
}
.table td {
    border-top: none;
    line-height: 1.2;
}
.table th{
    background: rgba(218, 218, 218, 0.1); 
    color: var(--primary);padding: 16px;
    vertical-align: middle;
}
.table th h4 {
    margin-bottom: 0;
}
.table td:first-child, .table th:first-child {
    border-left: var(--border-tbl);
    text-align: center;
}
.table.tbl-doc td:first-child, .table.tbl-doc th:first-child {
    width: 120px;
}
.table.tbl-specification td:first-child, .table.tbl-specification th:first-child {
    border-left: var(--border-tbl);
    text-align: left;
}
.table.tbl-specification td:first-child, .table.tbl-specification th:first-child {
    width: 300px;
}
.table td:last-child, .table th:last-child {
    border-right: var(--border-tbl);
}
.rounded-custom{border-spacing: 0;
    border-collapse:separate;
    border-style: hidden;}
.rounded-custom th:first-child{border-top-left-radius: 10px;}
.rounded-custom th:last-child{border-top-right-radius: 10px;}
.rounded-custom tr:last-child td:first-child{border-bottom-left-radius: 10px;}
.rounded-custom tr:last-child td:last-child{border-bottom-right-radius: 10px;}

.rounded-custom th:first-child{border-bottom-left-radius: 10px;}
.rounded-custom th:last-child{border-bottom-right-radius: 10px;}
.rounded-custom:has(td) th:first-child{border-bottom-left-radius: 0px;}
.rounded-custom:has(td) th:last-child{border-bottom-right-radius: 0px;}
/*  Start Compare with similar items table Style  */
.table-similar-items th:first-child {
    width: 20%;
}
.table-similar-items .img-box, .table-similar-items h4, .table-similar-items .tag, .table-similar-items p{
    max-width: 300px;
}
.table-similar-items .btn-primary{min-width: 300px;}
/*  End table Style  */

/*  Start Modal Style  */
.modal {
    top: 65px;
}
.modal-title {
    font-size: 28px;
}
.modal-header .btn-close {
    margin: 0.5rem -.5rem -.5rem auto;
}
.modal-body {
    padding: 30px 40px 40px;
}
.modal-body .row{gap: 30px;}
.modal-header {
    padding: 20px 40px;
    border-bottom: var(--border);
}
.modal-body .btn {
    padding: .375rem 30px;
}
/*  End Modal Style  */

/*  End Product Detail Page    */


/*  Start Development Tracker List View Page   */

.list-view{
    width: 100%;
}
.table.list-view th {
    background: transparent;
    color: var(--txt-color);
    vertical-align: middle;
}
.table.list-view td {
    color: rgba(var(--txt-color-rgb), 0.8);
    font-weight: 500;
}
.table.list-view td, .table.list-view th {
    border-top: none;
    padding: 26px 8px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(var(--secondary-rgb), .3);
}
.table.list-view>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(var(--secondary-rgb), .3);
}
.table.list-view td:first-child, .table.list-view th:first-child {
    border-left: 1px solid transparent;
    text-align: left;
}
.table.list-view:has(.comment-line) th:first-child {
    cursor: auto !important;
}
.list-view:has(.comment-line) th:first-child::after {display: none;}
.table.list-view td:last-child, .table.list-view th:last-child {
    border-right: 1px solid transparent;
}
.table.list-view tr:hover:not(:has(th)){
    cursor: pointer;
}

.table.list-view tr:hover td{
    background: rgba(254, 245, 239, 0.4);
}
.table.list-view tr:hover td:first-child{
    border-left: 1px solid rgba(102,102,102,0.4);
}
.table.list-view tr:hover td:last-child{
    border-right: 1px solid rgba(102,102,102,0.4);
}
.list-view th:first-child{position: relative;}
.list-view th:first-child::after{
    display: inline-flex;
    position: relative;
    content: '\f062';
    margin-left: 8px;
    font: normal normal normal 14px / 36px FontAwesome;
    color: rgba(var(--txt-color-rgb), 0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.table.list-view[data-sort="asc"] th:first-child::after {
    content: '\f063';
    color: rgba(var(--txt-color-rgb), 1);
}
.table.list-view[data-sort="desc"] th:first-child::after {
    content: '\f062';    
    color: rgba(var(--txt-color-rgb), 1);
}
.list-view th:hover:first-child::after{
    color: var(--primary);
    background: rgba(var(--primary-rgb), 0.15);
}
.prod-title{color: var(--txt-color);min-width: 300px;}

.table.tracker-detail td:first-child, .table.tracker-detail th:first-child {
    text-align: left;
    border-right: var(--border-tbl);
    width: 300px;
}

.table th .prod-title {
    min-width: auto;
}
/* PRELOADER CSS */
.page-loader{
    width: 100%;
	min-height: 100% !important;
    height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	z-index: 99999;
}
.page-loader-box{
	position: sticky;
    top: 50%;
    left: 50%;
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.spinner img{width: 100%;}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: rotate(0deg) }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  } 50% {
    opacity: 0.1;
  }100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@media (max-width:990px){
    .card-container {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
    .product-detail-box .col-md-12{overflow-x: auto;}
    .card-container-fluid {
        width: 100%;
        overflow-x: auto;
    }
    .table.tbl-specification td:first-child, .table.tbl-specification th:first-child {
        width: 220px;
    }
}
@media (max-width:768px){
    body {
        font-size: 14px;
    }
    .logo img {
        height: 40px;
    }
    .header {
        gap: 10px 10px;
        justify-content: space-between;
    }
    .header-menu .nav-link {
        font-size: 14px;
    }
    .watermark {background-size: auto;}
    .watermark-box {
        width: 90%;
        margin: 0 auto;
    }
    .form-container {
        width: calc(100% - 30px);
        padding: 30px 20px;
        max-width: 480px;
    }
    .filter-container .logo-right img, .small-banner .Alok-logo img{height: 40px;}
    .form-group .col-md-3 {
        padding: 0 6px;
    }
    h2 {
        font-size: 18px;
    }
    .form-group h6 {
        font-size: 16px;
    }
    .contain-box-similer h4, .card-container-fluid h4 {
        font-size: 18px;
    }
    .product-detail-box {
        width: 100%;
        overflow-x: auto;
    }
    .request-box {
        min-height: 120px;
    }
    .nav.nav-pills a {
        font-size: 18px;
    }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field{
        width: 100% !important;
    }
    .card-container {
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
        gap: 15px;
    }
    .frequently-bought-together .card-container > li {
        max-width: 27%;
    }
    .pagination-box {flex-wrap: wrap;gap: 20px;}
    
    .filter-container, .small-banner {
        margin-bottom: 15px;
    }
    .modal-title {
        font-size: 20px;
    }
    .modal-header {
        padding: 10px 20px;
    }
    .modal-header .btn-close {
        margin: 0rem -.5rem -.5rem auto;
    }
    .modal-body {
        padding: 20px;
    }
    .table.tbl-specification td:first-child, .table.tbl-specification th:first-child {
        width: 200px;
    }
}

@media (max-width:576px){
    main:not(:has(.main-form)) {
        padding-top: 115px;
    }
    ul.header-menu{
        order: 4;
        flex-wrap: nowrap;
        justify-content: space-between !important;
        width: 100%;
    }
    li.nav-item {
        width: 50%;
        text-align: center;
    }
    .filter-container, .small-banner {
        padding: 15px;}
    .nav.nav-pills {
        margin-top: 50px;
    }
    .logo-right img {
        height: 40px;
    }
    .form-group .col-md-3:not(:first-child) h6 {
        margin-top: 10px;
    }
    .card-container {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
    .frequently-bought-together .card-container {
        gap: 60px 0px;
    }
    .frequently-bought-together .card-container > li {
        max-width: 100%;
    }
    .frequently-bought-together .card-container > li:not(:last-child):after {
        right: auto;
        left: 50%;
        top: calc(100% + 30px);
        transform: translate(0, -50%);
    }
    .table.list-view td, .table.list-view th {
        padding: 10px 8px;
    }
    .table.tracker-detail td:first-child, .table.tracker-detail th:first-child {
        width: 190px;
    }
    .pagination {
        margin: 0 auto;
    }
    .modal {
        top: 130px;
    }
    .table.tbl-specification td:first-child, .table.tbl-specification th:first-child {
        width: 160px;
    }
}

@media (max-width:480px){
    main:not(:has(.main-form)) {
        padding-top: 130px;
    }
}
.card {
    background: transparent;
    border: var(--border-tbl);
    border-radius: 10px;
}
.card-header {
    background-color: rgba(218, 218, 218, 0.1);
    border-bottom: var(--border-tbl);
}
.card-body .modal-body{
    padding: 0px 40px 0px;
}
.viewDocumentsBtn {
    padding: 5px 10px; 
    height: 30px;
    width: 145px; 
}
