/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.single_add_to_cart_button.button.alt {
    width: 82%;
	 height: 63px;
}

.quantity input[type=number] {
 
    height: 62px;
 
}

.quantity.buttons_added.form-normal {
    height: 62px;
}


.dotd_Badge{
font-size: 14px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: #000000;
    height: 27px;
    width: 196px;
    text-align: center;
    display: table-cell;
    margin-left: 15px;
    position: relative;
    line-height: 17px;
    word-spacing: 0px;
    padding: 6px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.badge-inner.secondary.on-sale {
    color: #ffffff;
    background-color: #e21b1e;
}


.col-inner.is-well {
   
    border: 2px dashed red;
}

.shop_table th, .shop_table td {
    border-bottom: 1px solid #BA233B;
}

.quantity .button.minus,.quantity .button.plus {
  background: #363636;
  font-weight: 600;
  text-shadow: none;
  color: #fff;
  border: none;
  border-radius: 20px
}

button.single_add_to_cart_button:before {
  content: url(https://blackleatherjacketera.com/wp-content/uploads/2025/02/shopping-bag-BLJE.webp);
  filter: invert(1);
  position: relative;
  left: -7px;
  top: 5px;
}




.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: 22px;
    padding: 7.5px 0;
}


.checkout-info {
    background-color: lavenderblush;
    padding: 13px;
}

.article-inner a {
    color: red;
}

div#tab-description a {
    color: red;
}

.product-short-description a {
    color:red;
}

time.woocommerce-review__published-date {
    display: none;
}


/* ==========================
   Product Box Styling (Flatsome)
   Rounded corners + Shadow effect
========================== */

.product-small.box {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-small.box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* ==========================
   End Product Box Styling
========================== */


.dotd_Badge {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: #000000;
    height: 27px;
    width: 196px;
    text-align: center;
    display: table-cell;
    margin-left: 15px;
    position: relative;
    line-height: 17px;
    word-spacing: 0;
    padding: 6px;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 6px 6px 10px #888888ad;
}

/* Review summary container: star rating + review count */
.blje-review-summary {
    display: inline-flex;       /* Horizontal layout: stars and count ek line me */
    align-items: center;        /* Vertical alignment center */
    gap: 5px;                   /* Space between stars and count */
    font-size: 14px;            /* Font size for review text */
    color: #333;                /* Text color */
    margin-bottom: 10px;        /* Space below the review summary */
}


.box-text-products .dotd_Badge {
    display: block;
    margin: 0 auto 5px; /* center horizontally */
}

@media only screen and (max-width: 768px) {
    .single_add_to_cart_button.button.alt {
        width: 66%;
		 height: 63px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-widgets.footer.footer-1 {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .checkout-info {
        padding: 10px;
        font-size: 9px;
    }
	
	.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select {
    
    width: 219px;
}
}


@media only screen and (max-width: 767px) {
    .dotd_Badge {
        width: auto !important;      /* Fit content */
        font-size: 9px !important;   /* Thoda chhota font */
        padding: 4px 8px !important; /* Mobile padding adjust */
        margin: 0 auto 5px !important; /* Center horizontally */
        display: block !important;   /* Block to allow margin auto */
    }
}
