.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: #6b66f8;
    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: #6b66f8;
    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;
  }

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

@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;
      }
}

