/*body {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}
*/


.bg-sunset{
    background-color: #634490 !important;
    box-shadow: 0 5px 10px rgba(99, 68, 144, 0.3);
} 
.bg-robbin{
    background-color: #00c4d4 !important;
    box-shadow: 0 5px 10px rgba(99, 68, 144, 0.3);
}

.tag-text {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-left: 8px;
}
.product .price-new {
    font-weight: bold;
    font-size: 16px;
}
.section-header{
    float: left;
    padding-bottom: 0rem;
}
.section-view-all {
    float: right;
    padding-bottom: 0;
}

.product .item-card7-desc h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.product .card-body {
    padding: 10px !important;
}

.product .price-new {
    font-weight: bold;
    font-size: 16px;
}
.custom-control-label {
    text-align: left;
    font-size: 15px;
}
.breadcrumb-item a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.font-large-2 {
    font-size: 3rem!important;
}
.text-center {
    text-align: center !important;
}
.dc{
    padding: 15px 15px 12px 15px!important;
}
.das-tit{
    width: 100%;
    margin-top: 12px;
}
.das-tit h3{
    font-size: 19px;
}
.das-tit{
    color: #000;
}
.das-bx{
    text-align: center;
}
.das-bx i{
    text-align: center;
    background: #e5e7f5;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 29px;
    /* border: 6px double #000; */
    box-shadow: 0 0 12px 0 rgba(21, 17, 148, 0.06);
}
.wish-btn{
    width: 2rem;
    height: 2rem;
    margin: 2px;
    text-align: center;
    border-radius: 100px !important;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 2.2rem;
    font-size: 16px;
    border: 0px;
    padding: 0px;
    
}
.star-rating i {
    color: #f1c40f;
}

.vr-btn{
	background-color: #fff;
	padding: 0px 12px !important;
    margin-left: 15px !important;
}

.vr-btn:hover{
    background-color: #000;
    color: #fff;
}
.mob-logo{
    display: none;
}
#tawkchat-container {
    left: 0 !important;
    right: auto !important;
}
.promo-bar {
    background: linear-gradient(90deg, #56ab2f, #a8e063); /* Beautiful green gradient */
    color: white;
    font-weight: 600;
    padding: 12px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .promo-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .promo-bar a {
    color: #fff;
    margin: 0 15px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
  }
  
  .promo-bar p{
    color: #fff;
    margin: 0 15px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
  }

  .promo-bar a:hover {
    color: #ffd700;
  }

  .hot-sale-blink {
    animation: blinkText 1.2s infinite;
    font-weight: bold;
    color: #111 !important;
  }

  @keyframes blinkText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }

  .buy-now {
    background-color: #222;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s ease;
  }

  .buy-now:hover {
    background-color: #555;
  }



.headerstyle1 .header-search{
    background: #000;
    border-bottom: 0px;
}
.sticky-wrapper.is-sticky .horizontal-main{
    background: #000;
}
.header-icons .nav-link.icon{
    border-radius:0px;
    background:transparent;
    border:0px;
    box-shadow:none;
}
.header-icons .nav-link.icon i{
    color:#fff;
}

.horizontal-main{
    background: #000;
}
.horizontalMenu>.horizontalMenu-list>li>a{
    color: #fff;
}
 
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{
    background-color: #000;
    border: 0px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a{
    color: #fff;
}
.bg-dark {
    background-color: #000 !important;
}

.unity-search {
    max-width: 590px;
}

.unity-search-box {
    display: flex;
    align-items: center;
    background: #111;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #2c2c2c;
    transition: 0.3s ease;
}
.unity-search-box:focus-within {
    border: 1px solid #2563eb;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2563eb;
    background: #111;
    color: #fff;
}



.unity-input {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 15px;
    flex: 1;
    font-size: 14px;
}

.unity-input::placeholder {
    color: #aaa;
}

.unity-input:focus {
    outline: none;
    box-shadow: none;
}

.unity-search-btn {
    background: #2563eb; /* blue button like Unity */
    border: none;
    padding: 10px 15px;
    color: #fff;
    transition: 0.3s;
}

.unity-search-btn:hover {
    background: #1d4ed8;
}
.com-radius {
    border-radius: 1.5rem;
}

.hin-trust {
    background: #f5f6f8;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 60px;
}

.hin-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    margin: 8px 0;
    justify-content: center;
}

/* ICON */
.hin-trust-item i {
    font-size: 18px;
    color: #000;
}

/* TEXT */
.hin-trust-item span {
    font-size: 14px;
    color: #444;
}

.hin-trust-item strong {
    font-weight: 600;
    color: #000;
}


.hin-banner {
    height: 100%;
    overflow: hidden;
}

.hin-banner-content {
    background: #000;
    color: #fff;
    padding: 20px 50px;
    height: 100%;
}

/* MAIN BOX */
.hin-banner-wrapper {
    border-radius: 25px;
    overflow: hidden;
    background: #000;
}

/* LEFT SIDE */
.hin-banner-left {
    background: #000;
    color: #fff;
    padding: 20px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TEXT */
.hin-small-text {
    letter-spacing: 4px;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 25px;
}

.hin-title {
    font-size: 35px;
    font-weight: 700 !important;
    letter-spacing: 6px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hin-desc {
    color: #cfcfcf;
    font-size: 16px !important;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* BUTTON */
.hin-btn {
    display: inline-block;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

/* RIGHT SIDE */
.hin-banner-right {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* 🔥 IMPORTANT FIX (your issue) */
.hin-banner-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* RIGHT IMAGE */
.hin-banner-image {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    height: 100%;
}

.hin-banner-image img {
    object-fit: cover;
    height: 100%;
}

.hin-categories {
    padding: 30px 0;
    background: #f5f7fb;
}

/* FLEX WRAPPER */
.hin-cat-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

/* ITEM */
.hin-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    cursor: pointer;
}

/* ICON CIRCLE */
.hin-cat-box {
    width: 70px;
    height: 70px;
    background: #dbeafe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

/* ICON */
.hin-cat-box i {
    font-size: 24px;
    color: #3b5bdb;
    transition: 0.3s;
}

/* TEXT */
.hin-cat-item p {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #3b5bdb;
    font-weight: 500;
    transition: 0.3s;
}

/* 🔥 HOVER */
.hin-cat-item:hover .hin-cat-box {
    background: #3b5bdb;
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 10px 20px rgba(59, 91, 219, 0.3);
}

.hin-cat-item:hover .hin-cat-box i {
    color: #fff;
}

.hin-cat-item:hover p {
    color: #000;
}

.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #000;
}

.section-title h3{
    font-weight: 700;
}

.btn-nprimary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 5px 10px rgb(70 67 67 / 30%);
    padding: 6px 12px;
    font-size: 15px;
}
.com-inban{
    padding: 60px 15px;
  /*  margin-top: 58px;*/
  border-radius: 1.5rem; 
}
.temp-categories li{
        border: 1px solid #777777;
    border-radius: 20px;
    background: #000;
    margin:0px 3px 10px 3px;
}
.section-title h2{
    font-weight: 700;
}

.page-item.active .page-link{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1240px;
    }
}
/* DESKTOP ALIGN */
@media (min-width: 992px) {
    .hin-trust-item {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
	.mob-logo, .smllogo-white{
        display: inline-block;
        margin-top: 15px;
	}
	.desktop-logo, .smllogo{
		display: none !important;
        
	}
	 .horizontalMenu>.horizontalMenu-list{
        background: #000;
    }

    .hin-title {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .hin-banner-left {
        padding: 40px 25px;
    }

    .hin-banner-right {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    /*.horizontalMenu>.horizontalMenu-list>li a span {
        display: block;
    }*/
}

@media only screen and (max-width: 576px) {
    .promo-bar .container {
        flex-direction: column;
      }
      .promo-bar a {
        margin: 10px 0;
      }
}

