.header--type-6 .header__container {
    padding-top: 50px;
}
.header--type-6.fixed .header__container {
    padding-top: 50px;
}
.text-primary-active,.text-primary-hover:hover
{
    color: #FF7F50;
    cursor: pointer;
}

.lang-select{
    border: 0;
    color: #666666;
    text-transform: uppercase;
    padding-right: 14px;
}

.lang-select-mobile{
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5;
    color: #000;
    display: block;
    position: relative;
    padding-right: 30px;
    background-color: white;
}

.py-9{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-10{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-65{
    padding-top: 65px;
}

.w-33{
    width: 33.333% !important;
}

.d-ruby{
    display: ruby !important;
}

#item-description a{
    color: coral !important;
}

.object-contain{
    object-fit: contain !important;
}
.our-journal__post{
    border: 0.5px solid #e7e5df !important;
    padding-bottom: 20px !important;
}

.post__container p span {
    color: #666666 !important;
    text-decoration: none !important;
}

.post__container p a, .post__container li a {
    color: coral !important;
    text-decoration: none !important;
}

.product-grid-item__image a {
    padding-bottom: 50% !important;
}

.product-grid-item__image a img {
    object-fit: contain !important;
    height: auto !important;
}

.product-image a img {
    object-fit: contain !important;
}

.product-thumbnail a img {
    object-fit: contain !important;
}

.product-image a {
    padding-bottom: 60% !important;
}

.product__information li span {
    width: 50%;
}

.product__information li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 12px;
    padding-top: 12px !important;
}

.product-main-padding
{
    padding-top: 160px;
}
@media only screen and (max-width: 991px)
{
    .product-main-padding
    {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .classic-banner__title {
        font-size: 30px;
    }
}

.second-outline-button{
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.second-button-success{
    background-color: #82b440 !important;
    color: #ffffff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.lnir-star-filled{
    color: #ffbb05;
}
.cursor-pointer{
    cursor: pointer;
}
.half-star{
    background: linear-gradient(to left, #cccccc 45%, #ffbb05 45%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #00000000;
}
.color-black{
    color: #000000 !important;
}

/*highlight css starts */
code {
    border-radius: 9px;
    font-size: 1rem;
    color: white;
}

.hljs {
    background: rgb(35, 35, 65) !important;
    padding: 1.5rem !important;
}

.contains-code {
    position: relative;
}

.copy-code-button {
    position: absolute;
    top: 20px;
    right: 15px;
    border: none;
    background: rgb(55, 55, 95);
    color: #eee;
    padding: 10px 12px;
    border-radius: 9px;
}

.copy-code-button:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: rgb(20, 20, 160);
}
/*highlight css ends */

.contact-intro__socials {
    margin-top: -20px;
}

.share-option__link {
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px; }
.share-option__link:hover {
    color: #fff; }

.share-option__whats_app {
    width: 30px;
    height: 30px;
    background: #25D366;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px; }
.share-option__whats_app:hover {
    color: #fff; }

.share-option__email {
    width: 30px;
    height: 30px;
    background: #e83c3c;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px; }
.share-option__email:hover {
    color: #fff; }

.share-option__linkedin {
    width: 30px;
    height: 30px;
    background: #0a66c2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px; }
.share-option__linkedin:hover {
    color: #fff; }

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 34%;
}

/* Container & Base Styles */
.cs-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    color: #333333;
}

/* Comment Item */
.cs-comment-item {
    margin-bottom: 16px;
}

/* Header (Author + Date) */
.cs-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.cs-author-name {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
}

.cs-comment-date {
    font-size: 14px;
    color: #a0a0a0;
}

/* Comment Content */
.cs-comment-text {
    font-size: 15px;
    line-height: 1.5;
    color: #555555;
    margin: 0 0 15px 0 !important;
}

/* Actions */
.cs-action-bar {
    margin-bottom: 12px;
}

.cs-btn-reply {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cs-btn-reply:hover {
    color: #000000;
    text-decoration: underline;
}

/* Nested Reply Threading */
.cs-replies-list {
    margin-left: 28px;
    padding-left: 16px;
    border-left: 2px solid #f0f0f0;
    margin-top: 16px;
}

/* Reply Form */
.cs-reply-form-wrapper {
    display: none; /* Toggled via JavaScript */
    margin-top: 12px;
    margin-bottom: 16px;
}

.cs-reply-form-wrapper.cs-active {
    display: block;
}

.cs-reply-textarea {
    width: 100%;
    min-height: 70px;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    outline: none;
}

.cs-reply-textarea:focus {
    border-color: #999999;
}

.cs-form-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.cs-btn-submit {
    background-color: #222222;
    color: #ffffff;
    border: none;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}

.cs-btn-submit:hover {
    background-color: #000000;
}

.cs-btn-cancel {
    background: none;
    border: 1px solid #e0e0e0;
    color: #666666;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}

.cs-btn-cancel:hover {
    background-color: #f5f5f5;
}

/* Separator Line */
.cs-divider {
    height: 1px;
    background-color: #e6e6e6;
    margin: 24px 0;
}

/* Load More Section */
.cs-load-more-wrapper {
    text-align: center;
    margin-top: 16px;
}

.cs-btn-load-more {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    cursor: pointer;
    padding: 8px 16px;
    transition: color 0.2s ease;
}

.cs-btn-load-more:hover {
    color: #111111;
    text-decoration: underline;
}

.cs-nested-reply{
    border-bottom: 1px solid #f0f0f0;
}

.toggle-reply{
    color: #a0a0a0;
    font-size: 12px;
}
