#news-flash {
    height: 36px;           
    overflow: hidden;
}
#news-flash ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#news-flash li {
    line-height: 40px;     
}
.header-top-left .header-top-social ul li a {
    color: #fff;       
}

.img-hover-wrapper::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 250%;
    height: 250%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(255, 255, 255, 0.45) 50%,
        transparent 60%
    );
    transform: translate(0, 0);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.img-hover-wrapper:hover::after {
        animation: flash-diagonal 2.8s cubic-bezier(0.25, 0.8, 0.25, 1);

}
@keyframes flash-diagonal {
    from {
        transform: translate(-50%, 50%);
        opacity: 0;
    }
    to {
        transform: translate(50%, -50%);
        opacity: 1;
    }
}

.list-inline-item:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 8px;
}

@media (min-width: 992px) {

    .ec-header-cat {
        transition: all 0.3s ease;
    }

    .ec-header-cat.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
}
.ec-header-cat.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
   -webkit-box-shadow: 0 3px 25px 4px rgb(223 110 152 / 30%);

    animation: slideDown 0.3s ease;
}

.ec_cat_inner {
    min-height: 171px; /* increase value as needed */
}


.ec_cat_inner:hover {
    transform: translateY(-0px);
    /* box-shadow: 0 12px 30px rgba(39, 39, 39, 0.055); */
    -webkit-box-shadow: 0 3px 25px 4px rgba(223, 110, 151, 0.178);

}
.search-input-wrapper {
    position: relative;
}

.search-suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    z-index: 999999;   /* very high */
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.search-suggestions-box div {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
}

.search-suggestions-box div:hover {
    background: #f8f8f8;
}

 .cover-upload img {
    width: 100%;
    height: 200px;   /* adjust height if needed */
    object-fit: fill;
    border-radius: 5px;
}
.select-wrapper{
    position: relative;
}

.select-wrapper select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}

.select-wrapper::after{
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 8px;
    color: #666;
}

.ec-cart-content .table-content table tbody > tr td 
.cart-qty-plus-minus .ec_qtybtn:before {
  display: none !important;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_qtybtn {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;   
  color: #444;
  height: 30px;
  position: relative;
}

.ec-vendor-block-items ul li a i{
    margin-right: 8px;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a:hover {
    color: var(--primary);
}

.ec-vendor-block-items ul li a:hover i{
    color: var(--primary);
}

.ec-vendor-block-items ul li a.active{
    background: #f7f7f7;
    color: #fff;
    border-radius: 5px;
}
.text-start {
    display: flex;
    gap: 10px;               
    align-items: flex-start; 
    margin-bottom: 6px;
}
.text-left {
    min-width: 110px;      
    font-weight: 600;
    color: #333;
}
.text-right {
    flex: 1;                
    word-break: break-word; 
    white-space: normal;
}
.text-right.address-text {
    display: block;
    line-height: 1.4;
}
.ec-sb-block-content {
    border: 2px solid #eee;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    background: #f7f7f7;
}
.ec-page-detail .ec-cat-bnr .address-active{
    border: 1px solid var(--primary);
    padding: 10px;
    background: #f7f7f7;
}
.ec-checkout-summary .text-start {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}
.text-left {
    min-width: 110px;
    font-weight: 600;
    color: #333;
}
.text-right {
    flex: 1;
    word-break: break-word;     
    overflow-wrap: break-word;   
    white-space: normal;
    color: #555;
}
.text-right.address-text {
    display: block;
    line-height: 1.4;
}
.default-badge {
    background: var(--primary);
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 12px;
    width: 55px;    
}
.checkout_address_default_btn_group {
    margin-top: 10px;
    flex-wrap: wrap; 
}
.cart-quantity {
    font-weight: 700;       
    color: var(--primary);          
    font-size: 1.1em;        
    padding: 0 4px;          
}
.form-check {
    display: flex;
    align-items: flex-start;   /* aligns checkbox with multiline text */
    gap: 10px;
    margin-top: 15px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;           /* aligns with first line of text */
    cursor: pointer;
}

.form-check-label {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}
.form-check-label a {
    color: #0d6dfd98;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.order_complete_middle {
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
}
.order_complete_middle .d-flex {
    flex-wrap: wrap;   
}
.cart-collaterals {
    flex: 1 1 45%;   
    min-width: 300px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    background: #fafafa;
}
.cart-collaterals .d-flex {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 15px;
}
.cart-collaterals .d-flex:last-child {
    border-bottom: none;
}
.cart-collaterals .d-flex {
    display: flex;
    align-items: flex-start;
}
.cart-collaterals .d-flex p:first-child {
    width: 144px;         
    flex-shrink: 0;        
    margin: 0;
}
.cart-collaterals .d-flex p:last-child {
    flex: 1;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}
/* .bg-success { background: #28a745; } */
.bg-warning { 
    background: #ffc107; 
    color: #000; 
    padding: 2px;
    border-radius: 7px;
}
.bg-danger  { background: #dc3545; }

@media (max-width: 768px) {
    .cart-collaterals {
        flex: 1 1 100%;
    }
    
}
.ec-thank-you {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05);
}
.ec-thank-you:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.ec-thank-content {
    text-align: center;
}
.ec-thank-content i {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 15px;
}
thead {
    background-color: var(--primary);
}
.ec-shop-rightside .ec-vendor-card-header h5 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}

/* Profilr sidebar  */

/* .ec-vendor-sidebar {
    background-color: var(--primary); 

}
.ec-vendor-block-items ul li a {
    background-color: var(--primary);
}
.ec-vendor-block-items ul li a.active {
    background-color: var(--secondary); 
    color: #fff;
} */

.plus-minus {
    border: 2px solid var(--primary);       
    border-radius: 10px;           
    display: inline-flex;
    align-items: center;
}
.plus-minus .qty-input {
    border: none;
    outline: none;
    font-size: 19px;
}
.plus-minus {
    width: 70px; 
    height: 43px;
    position: relative;
}
.plus-minus .qty-input {
    -moz-appearance: textfield;
}
.plus-minus .qty-input::-webkit-inner-spin-button,
.plus-minus .qty-input::-webkit-outer-spin-button {
    -webkit-appearance: spinner-button;
    opacity: 1; 
    height: auto;
}
.plus-minus .qty-input:focus {
    border-color: var(--primary);
    outline: none;
}
.ec-pro-actions {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.ec-product-inner:hover .ec-pro-actions {
    opacity: 1;
    visibility: visible;
}
.out-of-stock-tooltip + .tooltip .tooltip-inner {
    background-color: red !important;
    color: #fff;
}

.out-of-stock-tooltip + .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: red !important;
}
.out-of-stock-tooltip + .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: red !important;
}
.out-of-stock-tooltip + .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: red !important;
}
.out-of-stock-tooltip + .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: red !important;
}
.qty-box {
    display: inline-block;
    padding: 7px 12px;
    border: 2px solid var(--primary);
    border-radius: 6px;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 700;
    min-width: 40px;
    text-align: center;
}
.ec-insta-item {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
.ec-insta-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ec-insta-inner img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}


    
/* CARD */
.coupon-card {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
}

/* LEFT */
.coupon-left {
    width: 120px;
    position: relative;
}

.coupon-left img {
    width: 100%;
    border-radius: 10px;
}

.badge-tag {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #2d8cff;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.badge-tag.blue {
    background: #007bff;
}

/* MIDDLE */
.coupon-middle {
    flex: 1;
    padding: 0 30px;
}

.rating {
    color: orange;
    font-size: 14px;
}

.rating span {
    color: #777;
    margin-left: 10px;
}

.title {
    font-size: 18px;
    margin: 8px 0;
}

.desc {
    color: #777;
    font-size: 14px;
}

.price {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

/* RIGHT */
.coupon-right {
    width: 220px;
    text-align: center;
}

.fav {
    font-size: 20px;
    color: orange;
    margin-bottom: 15px;
}

/* BUTTON */
.get-code {
    background: linear-gradient(45deg, var(--primary));
    border: 2px solid var(--primary);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}
.get-code .code {
    background: #fff;
    color: #333;
    padding: 1px 4px;
    margin-left: 10px;
    border-radius: 4px;
}
.expire {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}
.coupon-page {
    margin: 40px 0;
    padding: 40px;
    background: #f1f3f6; 
    border-radius: 8px;
}
.coupon-page .coupon-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
.coupon-page .coupon-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.coupon-page .get-code {
    background: linear-gradient(45deg, var(--primary));
    border: 1px solid var(--primary);
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.coupon-page .get-code:hover {
    background: linear-gradient(45deg,var(--primary));
    box-shadow: 0 4px 12px rgba(224, 75, 137, 0.349);
}
.ec-btn-bw .btn-10 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.ec-btn-bw .btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.ec-btn-bw .btn-10:hover {
  color: #fff;
}
.ec-btn-bw .btn-10:hover:after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ec-t-review-item:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.ec-t-review-item {
    box-shadow: 0 6px 16px rgba(102, 101, 101, 0.15);
}
.ec-t-review-item {
    padding: 16px 18px;
}

.bulk-container{
    padding: 40px;
}
.bulk-box {
    display: flex;
    max-width: 1000px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    background: var(--primary);
}
.bulk-left {
    width: 50%;
    background: #f1efec;
    text-align: center;
    padding: 40px;
}
.bulk-left img {
    width: 100%;
    margin-top: 15px;
}
.bulk-left h2 {
    font-size: 24px;
    font-weight: bold;
}
.bulk-right {
    width: 50%;
    padding: 40px;
}
.bulk-right form {
    display: flex;
    flex-direction: column;
}
.bulk-right input,
.bulk-right textarea {
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
    border: none;
    outline: none;
}
.bulk-right button {
    background: var(--secondary);
    color: #fff;
    padding: 8px 21px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.bulk-right button:hover {
    background:  var(--secondary);
}
.captcha-box {
    margin-top: 10px;
}

.captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.captcha-row input {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: none;
}
.captcha-row img {
    height: 45px;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.ec-sidebar-title::after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
}
.ec-sub-menu {
    margin-top: 8px;
    padding: 10px;
    border: 1px solid #e5e5e5;   
    border-radius: 8px;
    background: #fafafa;
}
.ec-sidebar-sub-item {
    padding: 6px 4px;
    border-bottom: 1px solid #eee;
}
.ec-sidebar-sub-item:last-child {
    border-bottom: none;
}
.ec-sidebar-sub-item a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.ec-sidebar-sub-item a:hover {
    color: var(--primary);
    padding-left: 5px;
}
.ec-sidebar-sub-item span {
    float: right;
    font-size: 12px;
    color: #999;
}
.ec-sidebar-block .ec-sidebar-sub-item a:hover {
    color: var(--primary) !important;
}
.ec-sidebar-block-items.active span {
    color: var(--primary);   
    font-weight: 600;
}
.ec-sidebar-block-items.active {
    background: #fff2f0;
    border-radius: 6px;
}
.ec-sidebar-block-items span {
    transition: all 0.3s ease;
}

/* hover effect */
.ec-sidebar-block-items:hover span {
    color: var(--primary); 
}

.ec-login-container {
    transition: all 0.3s ease;
}

.ec-login-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 25px 4px rgb(223 110 152 / 30%);
    background: #fffdfc;
}
.ec-login-container,
.ec-cart-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 25px 4px rgb(223 110 152 / 30%);
}



























.main-desktop-slider,
.top-desktop-slider,
.middle-desktop-slider,
.bottom-desktop-slider {
    display: block;
}
.main-mobile-slider,
.top-mobile-slider,
.middle-mobile-slider,
.bottom-mobile-slider {
    display: none;
}


/* Tablet */
@media (max-width: 768px) {

    .main-desktop-slider,
    .top-desktop-slider,
    .middle-desktop-slider,
    .bottom-desktop-slider {
        display: none !important;
    }
    .main-mobile-slider,
    .top-mobile-slider,
    .middle-mobile-slider,
    .bottom-mobile-slider {
        display: block !important;
    }
    .ec-slide-item {
        background-size: contain; 
    }

    .ec-insta-item {
    width: 79%;
   }
    .bulk-box {
        flex-direction: column;
    }

    .bulk-left,
    .bulk-right {
        width: 100%;
        padding: 25px;
    }

    .bulk-left img {
        width: 60%;
    }

    .bulk-title {
        text-align: center;
    }
    .coupon-page {
        padding: 15px;
        margin: 20px 0;
    }

    .coupon-card {
        flex-wrap: wrap !important;
        padding: 15px !important;
    }

    .coupon-left {
        width: 30% !important;
    }

    .coupon-middle {
        width: 65% !important;
        padding: 0 10px !important;
    }

    .coupon-right {
        width: 100% !important;
        margin-top: 12px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .divider {
        display: none !important;
    }

    .get-code {
        width: auto !important;
        padding: 8px 12px !important;
        font-size: 12px;
    }

    .title {
        font-size: 15px;
    }

    .desc {
        font-size: 12px;
    }

    .price {
        font-size: 14px;
    }
    
    
}

/* Mobile */
@media (max-width: 480px) {
    .bulk-container {
        padding: 20px 25px;
    }

    .bulk-left {
        padding: 20px;
    }

    .bulk-left img {
        width: 70%;
    }

    .bulk-left h2 {
        font-size: 18px;
    }

    .bulk-right {
        padding: 35px;
    }

    .bulk-right input,
    .bulk-right textarea {
        padding: 10px;
        font-size: 14px;
    }

    .bulk-right button {
        padding: 6px 18px;
        font-size: 14px;
    }

    /* Captcha Fix */
      .captcha-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .captcha-row input {
        flex: 1;
        min-width: 0;
        padding: 10px;
        font-size: 14px;
    }

    .captcha-row img {
        width: 110px;
        height: 42px;
        object-fit: contain;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .ec-pro-actions {
        opacity: 1 !important;
        visibility: visible !important;
    }
       .ec_cat_content .ec_cat_inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        gap: 40px;
    }

    /* LEFT: Image */
    .ec_cat_content .ec-category-image {
        width: 45% !important;
        max-width: 146px;
        flex-shrink: 0;
    }

    .ec_cat_content .ec-category-image img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        display: block;
    }

    /* RIGHT: Content */
    .ec_cat_content .ec-category-desc {
        width: 65% !important;
    }

    /* tighten text */
    .ec-category-desc h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .ec-category-desc ul li {
        font-size: 12px;
        line-height: 1.3;
    }

    .cat-show-all {
        font-size: 12px;
    }

}


@media only screen and (max-width: 991px) {
.ec-pro-pagination a.prev,
.ec-pro-pagination a.next {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.ec-pro-pagination a {
  font-weight: 300;
  color: #777;
  padding: 0;
  height: 24px;
  width: 24px;
  line-height: 32px;
  background: #f2f2f2;
  margin: 0 5px; 
  font-size: 12px;
   border-radius: 50%;
}
.header-top-res {
    background-color: #fff; 
    padding-top : 10px;
    
}
.ec-header-bottons .ec-header-btn i {
font-size: 25px;
line-height: 2;
}
.ec-product-inner .ec-pro-image .ec-pro-actions {
    top: 30px;
    left: 115px
    
}
.single-pro-content .ec-single-qty {
    width: 81%;
}
.plus-minus {
    width: 76px;
}
.plus-minus {
    position: relative;
    display: inline-block;
    width: 60px;
}
.plus-minus .qty-input {
    width: 100%;
    padding: 0 25px 0 0;
    text-align: center;
    border-radius: 5px;
}
.plus-minus .qty-up,
.plus-minus .qty-down {
    position: absolute;
    right: 0;
    width: 25px;
    height: 50%;
    text-align: center;
    line-height: 1.8;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}
.plus-minus .qty-up {
    top: 0;
    border-bottom: none;
    border-radius: 0 5px 0 0;
}
.plus-minus .qty-down {
    bottom: 0;
    border-top: none;
    border-radius: 0 0 5px 0;
}
.single-pro-content .ec-single-qty .ec-single-wishlist {
    margin-right: 1px;
}
.slick-arrow:before {
    content: "";
    color: #444444;
    position: relative;
    font-size: 20px;
    font-family: "EcIcons";
    width: 25px;
    line-height: 22px;
    height: 25px;
    background-color: #fff;
    border: solid 1px #00000052;
    border-radius: 50%;
}
.mobile-menu-search .ec-search-group-form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;

    border: 1px solid var(--primary);
    border-radius: 30px;
    background-color: #f6f6f7;
    overflow: hidden; 
}
.mobile-menu-search .ec-search-select-inner,
.mobile-menu-search .form-control,
.mobile-menu-search .search_submit {
    border: none !important;
    background: transparent !important;
}
.mobile-menu-search .ec-search-select-inner {
    flex: 0 0 80px;
    width: 80px;
}
.mobile-menu-search .ec-search-select-inner::before {
    content: "";
    position: absolute;
    right: 0;
    height: 60%;
    width: 1px;
    background: #ddd;
}
.mobile-menu-search .form-control {
    flex: 1;
    padding: 0 10px;
}
.mobile-menu-search .search_submit {
    flex: 0 0 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-search select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}

}

