/**
*
*	Name:			iconly font icon
*	Version:	    1.0
*	Created on:		Dec 29, 2020
*	License:		GNU General Public License
--------------------------------------------------------------------------------------
*	
**/

@import url("custom.css");

header .top-nav .navbar-top .web-logo img{
    width: 183px !important;
}

.home-section-2{
    background-image: none !important;
}

.title h2{
    font-weight: 600 !important;
  font-size: 19px !important;
  margin-right: 7px;
}
.home-section-2{
    padding-top: 10px !important;
}

.category-section-2 .category-slider .shop-category-box a img{
    width: 110px !important;
}

.category-section-2 .category-slider .shop-category-box a.circle-1::before {
  background-color: #fb930836 !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-2::before {
  background-color: #78668a2e !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-3::before {
  background-color: #5c7f012e !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-4::before {
  background-color: #f6ba0330 !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-5::before {
  background-color: #f6680130 !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-6::before {
  background-color: #bc72282b !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-7::before {
  background-color: #80ae1a30 !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-8::before {
  background-color: #2959052e !important;
}
.category-section-2 .category-slider .shop-category-box a.circle-9::before {
  background-color: #c435422e !important;
}
.category-section-2{
    margin-top: -100px !important;
}

/* .banner-section{
    margin-bottom: 100px !important;
} */

.btn{
    border-radius: 20px !important;
}
.deal-section .deal-box .buy-box{
    border-radius: 13px !important;
}
.shopcategory{
    margin-top: 5px !important;
}

.form-control {
  margin-left: 10px;
  border-radius: 20px !important;
}
button{
    border-radius: 20px !important;
}
.section-b-space{
    margin-bottom: 80px !important;
}
.marginbuttem{
        margin-bottom: 80px !important;

}

.btn-animation{
    background: #8fa31e !important;
}

.log-in-section .log-in-box {
  background-color: #f4f4f4 !important;
  padding: 28px !important;
}

.log-in-section .log-in-box .log-in-title {
  margin-bottom: 30px !important;
}
.instagrambanner{
  color: white !important;
  font-size: 35px !important;
  font-weight: 900 !important;
  font-family: dm-sans !important;
  margin-bottom: 10px !important;
}

/* Dashboard Order Box Fix - Main Issue */
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
    display: block !important;
    /* Remove flex display that causes shrinking */
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box {
    width: 100% !important;
    margin-bottom: calc(14px + 16 * (100vw - 320px) / 1600) !important;
    flex-shrink: 0 !important;
    /* Ensure each order box takes full width */
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    min-height: auto !important;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
    flex-shrink: 0 !important;
    min-width: 80px !important;
    max-width: 120px !important;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap {
    flex: 1 !important;
    min-width: 0 !important;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .product-status {
    flex-shrink: 0 !important;
    width: 100% !important;
    margin-top: 15px !important;
}

/* Mobile responsive fix */
@media (max-width: 767px) {
    .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
        display: block !important;
    }

    .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
        text-align: center !important;
        margin-bottom: 15px !important;
        max-width: none !important;
    }

    .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .product-status {
        margin-top: 10px !important;
    }
}

/* Shop Category Box Fix - Equal Height */
.category-section-2 .category-slider .shop-category-box {
    height: 160px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.category-section-2 .category-slider .shop-category-box a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    width: 100% !important;
}

.category-section-2 .category-slider .shop-category-box a img {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
}

.category-section-2 .category-slider .shop-category-box .category-name {
    margin-top: 10px !important;
    flex-shrink: 0 !important;
}

.category-section-2 .category-slider .shop-category-box .category-name h6 {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100px !important;
    margin: 0 auto !important;
}
