body{
  font-family: "Ubuntu Sans", sans-serif !important;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-new {
font-weight: 600;
}

.badge-info {
position: relative;
bottom: 11px;
left: -5px;
font-size:.6rem;
opacity:.75 !important;
}

.list-group-item.active {
background-color: #333;
border-color: #666;
}

.breadcrumb {
background-color: rgb(153, 216, 255);
padding: 60px 0 60px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.card, .card-header {
border-color: #eee;
}

.border-0 .card-body{
padding:0 !important;
}

.bg-pink{
background-color: rgb(248, 210, 227);
}

.countdown__timer {
display: flex;
justify-content: flex-end;
}

.timer__div div {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}

.timer__div .h1::after {
top: 45%;
right: -1rem;
position: absolute;
content: ":";
font-size: 2rem;
opacity: 0.33;
}

.timer__div .js-countdown__value--3::after{
content: "";
}

a{
color:#333;
}

a:hover{
color: rgb(220, 53, 69);
}

.info-item .desc a, .info-item-first .desc a{
font-weight: 600;
}

.info-item{
position: relative;
}

.info-item .desc {
display: grid;
gap: 8px;
position: absolute;
top: 50%;
left: 15px;
right: 15px;
transform: translateY(-50%);
text-align: center;
}

img {
max-width: 100%;
height: auto;
transform: scale(1);
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}

.blog-details img, .blog-item img, .info-item img, .info-item-first img{
width: 100%;
height: 100%;
object-fit: cover;
overflow: hidden;
aspect-ratio: 1.33 / 1;
}

.product-thumb .product-tag {
position: absolute;
top: 5px;
left: 5px;
width: auto;
display: flex;
justify-content: space-between;
}

.product-thumb .product-tag-right {
position: absolute;
top: 5px;
right: 5px;
width: auto;
display: flex;
justify-content: space-between;
}

.product-thumb {
  border: 1px solid #fff;
  border-radius:15px;
  position: relative;
  height: 100%;
  overflow-y: hidden;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 0 0 15px 0;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb a{
text-decoration: none;
font-size: 1rem;
}

.product-thumb h4{
line-height: 1.2rem !important;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  border: 1px solid #eee;
  border-radius: 15px;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.quantity-cart {
  width: 33.33%;
}

.btn-radius{
border-radius: 15px;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-900);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

footer a, footer{
color: #333;
text-decoration: none;
font-size:.9rem;
line-height:1.8rem;
}

#top-bar a{
color: #CCC;
text-decoration: none;
font-size:.9rem;
line-height:1.8rem;
}

.brand-logo img{
height: 4rem;
}

.nav-scroller {
position: relative;
z-index: 2;
height: 2.55rem;
overflow-y: hidden;
}

.nav-scroller a{
color:#333;
}

.nav-scroller a:hover{
color:rgb(220, 53, 69);
}

.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.navbar-brand img {
height: 3.75rem;
}

#nav {
position: sticky;
position: -webkit-sticky;
left: 0;
right: 0;
-webkit-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
z-index: 888;
}

#nav a, .nav-tabs a{
color: #333 !important;
font-weight: 500;
}

#nav a:hover{
color: #000 !important;
}

.carousel-caption {
position: absolute;
right: .55rem;
bottom: .25rem;
left: .55rem;
padding-top: .25rem;
padding-bottom: .25rem;
text-align: left;
}

.carousel-caption h5{
font-size: 1.5rem;
}

.carousel-caption p{
font-size: .75rem;
}

.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
margin-right: 1.25rem;
margin-bottom: .15rem;
margin-left: 1.25rem;
}

@media (min-width: 992px) {

    .carousel-caption {
    position: absolute;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    text-align: left;
    }
    
    .carousel-caption h5{
    font-size: 5rem;
    }
    
    .carousel-caption p{
    font-size: 2rem;
    }
    
    .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    }

}

#alert {
    z-index: 9999;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}

@media (min-width: 960px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}

@media (min-width: 1140px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}

@media (min-width: 1320px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}

#alert .alert {
    margin-bottom: 15px;
}

#alert .alert-primary {
    box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
    box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
    box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
    box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
    box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
    box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
    box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
    box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}