.custom_product_widget .woocommerce-ordering {
    display: none;
  }
  .custom_product_widget .woocommerce-result-count {
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 0.5em;
    font-style: italic;
  }
  .custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li, .custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li a, .custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers {
    line-height: 10px;
    height: 25px;
    width: 25px;
    border: initial;
    font-size: 14px;
  }
  .custom_product_widget .woocommerce a.added_to_cart {
    padding-top: .0em;
    padding-bottom: 10px;
  }

  .custom_product_widget li, .woocommerce ul.products li {
    transition: transform .9s;
  }

  .custom_product_widget li:hover, .woocommerce ul.products li:hover {
    -ms-transform: scale(1.04);

    -webkit-transform: scale(1.04);

    transform: scale(1.04);
  }
  .hover-area .yith-wcwl-wishlistexistsbrowse {
    display: none;
  }
  .page .entry-content li a, .page .comments-list .comment-meta-data a {
    text-decoration: underline;
  }
 
  .comment-content a {
    text-decoration: underline;
  }
  #secondary .widget a, #primary .page .entry-content table a {
    color: var(--glb-primary-color);
  }
  #secondary .widget a:hover, #primary .page .entry-content table a:hover {
    color: var(--glb-secondary-color);
  }
  #primary .page .entry-content table a {
    text-decoration: underline;
  }
  .page .entry-content li a, .page .comments-list .comment-meta-data a, .comments-area .comment-respond a, .post .entry-content a {
    text-decoration: underline;
  }

  .woocommerce-Price-currencySymbol, .amount-cart {
    font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  #masthead {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
  div.product-search-form {

    border: 1px solid #e9e9e9;
  }
  .product-search-form button.header-search-button {

  }
  .site-header .top-bar-menu .right-menu ul li a:hover, .site-header .top-bar-menu .right-menu ul li a:focus, .site-header .top-bar-menu .left-menu ul li a:hover, .site-header .top-bar-menu .left-menu ul li a:focus, .breadcrumb-wrapper #crumbs a:hover, .breadcrumb-wrapper #crumbs a:focus, .site-branding .site-title a:hover, .site-branding .site-title a:focus, .site-main .entry-content ul li a:hover, .site-main .entry-content ul li a:focus {
    color: var(--gbl-secondary-color);
  }
  .woocommerce-bar .container {
    display: flex;
    justify-content: space-between !important;
  }
  .categories-menu-first {
    padding: 10px 20px 10px 4px !important;
  }

  .preloader-center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--glb-primary-color);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
  }
  .preloader-ring {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: preloader-ring 2s linear infinite;
  }
  .preloader-ring:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, .3);
  }
  .preloader-center span {
    color: #8e8c8c;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    animation: text 3s ease-in-out infinite;
  }
  @keyframes preloader-ring {
    0% {
      transform: rotate(0deg);
      box-shadow: 1px 5px 2px #e65c00;
    }
    50% {
      transform: rotate(180deg);
      box-shadow: 1px 5px 2px #18b201;
    }
    100% {
      transform: rotate(360deg);
      box-shadow: 1px 5px 2px #0456c8;
    }
  }
  @keyframes text {
    50% {
      color: black;
    }
  }
  .container .footer-newsletter-section .blossomthemes-email-newsletter-wrapper {
    background: transparent;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  section.newsletter-section .dt-newsletter-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    margin: 0;
    border-radius: 0px;
  }
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder span, section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label .text {
    color: var(--footer-text-color);
  }


  .site-footer .footer-bottom .container.footer-info {
    border-top: 0px !important;
  }


  .site-header .header-wrapper .header-left ul li.current_page_item::after {
      color: var(--gbl-secondary-color);
  }

  .site-header .top-bar-menu .right-menu ul li a:hover {
     color :var(--gbl-secondary-color);
  }

.woo-icon svg {
    width: 35px;
    height: 35px;
    color: #fff;
    transition: 0.25s ease-in-out;
}

.woo-icon:hover svg {
    color: #ff6a00;
    transform: translateY(-2px);
}
.header-woo-icon-container {
    display: flex;
    gap: 16px;
    align-items: center;
}

.modern-cart-icon {
    width: 35px;
    height: 35px;
    stroke:#155708;
    transition: .3s ease;
}

.cart-contents:hover .modern-cart-icon {
    stroke: #ff6a00;
    transform: translateY(-2px);
}

.cart-contents .count {
    background: #ff3b3b;
    color: #fff;
    margin-left: 4px;
    padding: 1px 6px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.amount-cart {
    margin-left: 8px;
    font-weight: 600;
    color: #fff;
}
.mobile-header,.top-bar-menu{
	
	display:none!important;
}



.mbn {
    display: block !important;
}
.dnbv {
    display: none !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: black;
	
}
.woocommerce-bar {
    position: sticky;
    top: 0;
    z-index: 9999;
		height:auto;
		padding-top:20px;
		padding-bottom:30px;
}

@media (max-width: 768px) {
    .mbn {
        display: none !important;
    }
    .dnbv {
        display: block !important;
    }
	.pd-to{
		
		margin-top:10px;
	}
	.woocommerce-bar{
	
	height:auto;
	padding-top:5px;
	padding-bottom:10px;
}
.widget{
	
	display:none!important;
}

.woocommerce-notices-wrapper,.woocommerce-form-coupon-toggle,.woocommerce-info,.woocommerce-terms-and-conditions-wrapper,.entry-header,.entry-header{
	
	display:none!important;
}
.page-grid,.woocommerce{
	margin-top:0px!important;
	padding-top:0px!important;
	
}

}



.above-footer {
  background: #f7f7f7;
  padding: 40px 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.above-footer-inner {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}


.above-col {
  flex: 1 1 240px; 
  min-width: 220px;
}


.footer-site-logo {
  max-height: 100px;
  display: block;
  margin-bottom: 12px;
}
.site-description {
  margin: 0 0 12px;
  color: #666;
  font-size: 14px;
}


.footer-col-title {
  font-weight: 600;
  margin-bottom: 12px;
}
.footer-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-category-item {
  margin-bottom: 8px;
}
.footer-category-item a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.footer-category-item a:hover {
  color: #ff6600;
}


.footer-social-links {
  margin-top: 6px;
}


.footer-bottom {
  background: #111;
  color: #fff;
  padding: 18px 0;
}
.footer-bottom-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}
.footer-bottom-links {
  margin:0;
  padding:0;
  list-style:none;
}
.footer-bottom-links li { display:inline-block; margin-right:12px; }
.footer-bottom-links a { color:#fff; text-decoration:none; font-size:14px; }


@media (max-width: 768px) {
  .above-footer-inner { flex-direction: column;gap:10px; }
  .footer-bottom-inner { flex-direction: column; text-align:center;gap:5px; }
  .footer-bottom-links li { display:block; margin: 6px 0; }
  .footer-site-logo{margin:2px;}
  
  .above-col {
  flex: 1 1 100px;
  min-width: 80px;
}

}

.footer-social-links {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

    .footer-social-links a {
      display: inline-block;
      margin-right: 12px;
      transition: transform 0.2s ease;
    }
    .footer-social-links a:hover {
      transform: scale(1.15);
    }

.woo-logo img {
    width: 70px;       
    height: 70px;       
    border-radius: 50%; 
    object-fit: cover;  
    border: 2px solid #fff; 
}
.footer-logo-circle {
    width: 170px;       
    height: 70px;
    border-radius: 360px;
    object-fit: contain;
    display: block;
    border: 3px solid #fff; 
    box-shadow: 0 0 8px rgba(0,0,0,0.1); 
}

.product-image-wrapper {
    width: 100%;
    height: 200px; 
    overflow: hidden;
    position: relative;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.woocommerce-loop-product__title {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
	text-align:left;
	margin-left:10px!important;
	display: -webkit-box;         
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 2;          
    overflow: hidden;              
    text-overflow: ellipsis;  
}

ul.products li.product .price {
    min-height: 10px;
    display: block;
	padding-top:5px;
}


.sale-price {
    font-size: 22px;
    font-weight: bold;
}

.regular-price {
    color: #777;
    margin-right: 5px;
}

.discount-percent {
    color: #e60000;
    font-weight: bold;
    margin-left: 3px;
    font-size: 16px;
}

.thumb-img {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}


.zoom-box {
    position: fixed;
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: 200%;
    border: 2px solid #ddd;
    border-radius: 12px;
    display: none;
    pointer-events: none;
    z-index: 9999;
}




.related ul.products li.product,
.related ul.products li.product .product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.related ul.products li.product img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100%;
    border-radius: 10px;
}


.related ul.products li.product .woocommerce-loop-product__title {
    min-height: 48px;
    max-height: 48px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.related ul.products li.product .price {
    min-height: 60px;
    margin-bottom: 0px;
}


.related ul.products li.product .button {
    margin-top: 0px; 
    text-align: center;
    width: 50%;
    border-radius: 8px;
    padding: 10px 0;
}

    .eit-offer-banner {
        margin-bottom: 25px;
        text-align: center;
    }
    .eit-offer-banner img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
		object-position: center;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transition: .3s;
    }
    .eit-offer-banner img:hover {
        transform: scale(1.02);
    }
	
	@media (max-width: 768px) {
     .eit-offer-banner {
        margin-top: 10px;
        text-align: center;
    }
}

    body.woocommerce-cart {
        background: #f8f9fa;
    }

    .empty-cart-wrapper {
        min-height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 15px;
    }

    .empty-cart-card {
        background: #fff;
        border-radius: 20px;
        padding: 50px 30px;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
        text-align: center;
        max-width: 500px;
        width: 100%;
        transition: transform 0.3s, box-shadow 0.3s;
		border-left:1px solid #f85606;
		border-top:1px solid #f85606;
    }

    .empty-cart-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 45px rgba(0,0,0,0.12);
    }

    .empty-cart-icon {
        font-size: 4rem;
        color: #f85606; 
        margin-bottom: 20px;
    }

    .empty-cart-title {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333;
    }

    .empty-cart-message {
        font-size: 1.1rem;
        margin-bottom: 30px;
        color: #555;
    }

    .btn-return-shop {
        background: #f85606;
        color: #fff;
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 10px;
        text-decoration: none;
        transition: 0.3s;
    }

    .btn-return-shop:hover {
        background: linear-gradient(45deg, #ffd700, #d4af37);
        color: #fff;
        transform: translateY(-2px);
    }
	
	.edit-account-wrapper {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
}

.edit-account-card {
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #f85606;
    box-shadow: 0 12px 50px rgba(0,0,0,0.12);
    padding: 50px 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.edit-account-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 70px rgba(0,0,0,0.15);
}

.edit-account-card h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #f85606;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.edit-account-card h2::after {
    content: '';
    display: block;
    width:200px;
    height: 3px;
    background: #f85606;
    margin: 10px auto 0;
    border-radius: 2px;
}

.woocommerce-EditAccountForm input.input-text,
.woocommerce-EditAccountForm input.input-email,
.woocommerce-EditAccountForm input.input-password {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #f85606;
    font-size: 1rem;
    transition: all 0.3s;
}

.woocommerce-EditAccountForm input:focus {
    border-color: #f85606;
    box-shadow: 0 0 8px rgba(184,134,11,0.3);
    outline: none;
}

.woocommerce-EditAccountForm fieldset {
    border: 1px solid #f85606;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.woocommerce-EditAccountForm fieldset legend {
    font-weight: 600;
    color: #f85606;
    padding: 0 10px;
}

.woocommerce-Button.button {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    border: none;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s;
}

.woocommerce-Button.button:hover {
    background: linear-gradient(135deg, #b8860b, #d4af37);
    transform: translateY(-2px);
}

.woocommerce-EditAccountForm span.description {
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 768px) {
    .edit-account-card {
        padding: 40px 25px;
    }
}

.my-account-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 10px;
	max-width:1450px;
}

.my-account-card {
    max-width: 1450px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #f85606;
    box-shadow: 0 12px 50px rgba(0,0,0,0.12);
    overflow: hidden;
}


.my-account-nav {
    flex: 1 1 250px;
    background: #f5f5f5;
    border-right: 2px solid #f85606;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.my-account-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-account-nav li {
    margin-bottom: 0;
}

.my-account-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 00px;
    border-radius: 12px;
    color: #f85606;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    background: #fff;
    border: 1px solid #f85606;
}

.my-account-nav a i {
    font-size: 1.2rem;
}


.my-account-nav a:hover,
.my-account-nav .is-active a {
    background: #f85606;
    color: #fff;
    box-shadow: 0 5px 15px rgba(212,175,55,0.3);
    border-color: #b8860b;
}


.my-account-content {
    flex: 3 1 700px;
    padding: 10px 10px;
}

.my-account-content h2 {
    font-weight: 700;
    font-size: 1.8rem;
    color: #f85606;
    margin-bottom: 20px;
}

.my-account-content p {
    font-size: 1rem;
    color: #555;
}

.my-account-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.my-account-content table th,
.my-account-content table td {
    border: 1px solid #f85606;
    padding: 10px 10px;
    text-align: left;
}

.my-account-content table th {
    background: #fef9f3;
    color: #f85606;
    font-weight: 600;
}


.woocommerce-Button.button {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #fff;
    font-weight: 700;
    padding: 10px 10px;
    border-radius: 12px;
    border: none;
    transition: all 0.3s;
}

.woocommerce-Button.button:hover {
    background: linear-gradient(135deg, #b8860b, #d4af37);
    box-shadow: 0 5px 15px rgba(212,175,55,0.3);
    transform: translateY(-2px);
}


@media (max-width: 768px) {
    .my-account-card {
        flex-direction: column;
    }

    .my-account-nav {
        flex-direction: row;
        overflow-x: auto;
        border-right: none;
        border-bottom: 2px solid #d4af37;
        gap: 5px;
    }

    .my-account-nav a {
        white-space: nowrap;
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .my-account-nav a i {
        font-size: 1rem;
    }
}
.woocommerce-info{display:none;}

 .thankyou-wrapper {
        min-height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 15px;
    }

    .thankyou-card {
        background: #fff;
		border-left:1.5px solid #f85606;
		border-top:1.5px solid #f85606;
        border-radius: 20px;
        padding: 50px 35px;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
        max-width: 700px;
        width: 100%;
        text-align: center;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .thankyou-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 45px rgba(0,0,0,0.12);
    }

    .thankyou-icon {
        font-size: 5rem;
        color: #f85606; 
        margin-bottom: 25px;
    }

    .thankyou-title {
        font-size: 2rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 15px;
    }

    .thankyou-message {
        font-size: 1.1rem;
        color: #555;
        margin-bottom: 30px;
    }

.order-details {
    position: relative;      
    text-align: left;
    margin-top: 30px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}


.order-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;  
    height: 20px;
    border-top: 2px solid #f85606;
    border-left: 2px solid #f85606;
    border-top-left-radius: 15px;
}


.order-details::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;  
    height: 20px;
    border-bottom: 2px solid #f85606;
    border-right: 2px solid #f85606;
    border-bottom-right-radius: 15px;
}


.order-details .corner-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #f85606;
    border-right: 2px solid #f85606;
    border-top-right-radius: 15px;
}


.order-details .corner-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #f85606;
    border-left: 2px solid #f85606;
    border-bottom-left-radius: 15px;
}




    .order-details li {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        font-size: 1rem;
    }

    .btn-back-shop {
        margin-top: 30px;
        background: #f85606;
        color: #fff;
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 10px;
        text-decoration: none;
        transition: 0.3s;
        display: inline-block;
    }

    .btn-back-shop:hover {
        background: linear-gradient(45deg, #ffd700, #d4af37);
        transform: translateY(-2px);
        color: #fff;
    }
	
	
.cart-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}


.cart-item-row {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
    transition: 0.25s;
}
.cart-item-row:hover {
    background: #f8faff;
    transform: translateY(-3px);
}


.cart-thumb img {
    border-radius: 10px;
    width: 75px;
    height: 75px;
    object-fit: cover;
}


.remove-btn {
    border: none;
    background: #ff4d4d;
    color: #fff !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-size: 18px;
}
.remove-btn:hover { background: #d90429; }


.qty input {
    border-radius: 6px !important;
    padding: 6px !important;
    width: 70px !important;
    text-align: center;
}


.grbk {
    background: #f85606;
    color: #fff;
}


.qty-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-box .qty-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #f85606;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .15s;
}
.qty-box .qty-btn:hover {
    background: #09514e;
}

.qty-box input.qty {
    width: 64px !important;
    height: 38px !important;
    text-align: center;
    border-radius: 8px !important;
    border: 1px solid #ddd;
    font-weight: bold;
}


button[name="update_cart"] {
    min-width: 150px;
}


button[name="update_cart"].disabled,
button[name="update_cart"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}


@media (max-width: 768px) {
    table.table thead {
        display: none !important;
    }
    table.table tbody tr.cart-item-row {
        display: block;
        margin-bottom: 15px;
        padding: 15px;
    }
    table.table tbody tr td {
        display: flex;
        justify-content: space-between;
        border: none !important;
        padding: 10px 5px;
    }
    td::before {
        content: attr(data-title);
        font-weight: 600;
        color: #444;
    }
}