
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #f37515
}

body,
html {
    font-family: 'Montserrat', sans-serif;
}

body,
header,
footer {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

#menuBx {
    display: none;
}

#menuBx.active {
    display: block;
}

.bottomBar.active svg {
    fill: var(--primary);
}

.portFolioBx .portFolioSingle:nth-child(1),
.portFolioBx .portFolioSingle:nth-child(7),
.orangeGred {
    background: linear-gradient(90deg, rgba(247, 119, 22, 1) 0%, rgba(168, 73, 0, 1) 100%);
}

.genHead {
    position: relative;
    display: inline-block;
}

.genHead::before {
    content: '';
    position: absolute;
    width: 55%;
    height: 100%;
    background: var(--primary);
    transform: skew(.312rad);
    right: -21px;
    z-index: -1;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid var(--primary);
}

.curveClip {
    box-shadow: 8px -8px 0px -2px rgb(243 117 21);
    -webkit-box-shadow: 8px -8px 0px -2px rgb(243 117 21);
    -moz-box-shadow: 8px -8px 0px -2px rgb(243 117 21);
}

.fancyBorder {
    /* border-radius: 60% 40% 40% 20%; */
}
.text-danger, .text-red{
    color: red;
}
.text-info{
    color: #f37515;
}
.text-blue{
      --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}

.quantity-section {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.quantity-label {
    margin-right: 1rem;
    font-weight: bold;
}

.quantity-input {
    width: 60px;
    text-align: center;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0.5rem;
}

.quantity-button {
    background-color: #f37515;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
.quantity-button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}


.price-detail{
    font-size:1.6rem;
    color:#FECF29;
    font-weight:700;
}




.list-unstyled{
    font-size:10px;
    font-weight:500;
    font-family:'inter';
}


.price-sugg{
    font-size:12px;
}

    .product-details {
        padding: 1rem;
        border-radius: 8px;
    }


.text-poppins{
      font-family: "Poppins", sans-serif !important;
}

    .product-title {
        font-size: 22px;
        color: #000;
        font-weight: 600;
       font-family: "Poppins", sans-serif;
    }

    .product-details p {
        line-height: 1.6;
    }

    .product-price {
        font-size: 1.5rem;
        color: #F37515;
        font-weight: bold;
        margin-top: 1rem;
    }

    /* Ensure the swiper-container takes up only the necessary space */
.swiper-container {
    width: 100%;
    height: fit-content !important; /* Adjust the height as needed */
    padding: 0;
    margin: 0;
      position:relative !important;

}

/* Ensure the swiper-wrapper takes up only the necessary space */
.swiper-wrapper {
    display: flex;
    
    align-items: center;
}

/* Ensure the swiper-slide takes up only the necessary space */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
      
}

/* Ensure the product-image takes up only the necessary space */
.product-image {
    /*max-width: 100%;*/
    height: auto;
    display: block;
}


.swiper-pagination{
    display:absolute;
    left:50%;
 margin-bottom:0rem !important;
}




  .product-banner {
            background: #FF7C13; /* Base color */
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            display: flex;
            align-items: center;
            color: white;
        }
        .product-banner .left-section {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .product-banner .left-section .brands {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .product-banner .left-section .brands img {
            height: 30px; /* Adjust as needed */
        }
        .product-banner .right-section img {
            max-height: 80px;
            max-width: 100%;
            border-radius: 10px;
        }
        .product-banner .rating-section {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .product-banner .rating-section .stars {
            color: gold;
        }
        .product-banner .trade-info {
            font-weight: bold;
        }

    .action-buttons {
        margin-top: 1.5rem;
    }

    .back-to-products {
        margin-top: 1.5rem;
    }

    @media (min-width: 1024px) {
        
        
        
        .lg-flex-row {
            display: flex;
            flex-direction: row;
        }
        .lg-half {
            flex: 1 1 50%;
            max-width: 50%;
        }
        .lg-pl-8 {
            padding-left: 2rem;
        }
    }

    .sticky-buy-now {
        position: sticky;
        bottom: 0;
        width: 100%;
        background-color: #f9fafb;
        padding: 1rem;
        display: flex;
        justify-content: center;
        z-index: 10;
    }

    .sticky-buy-now button {
        background-color: #F37515;
        color: white;
        padding: 15px 30px;
        border: none;
        border-radius: 50px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease-in-out;
    }

    .share-now {
        background-color: #000 !important;
        color: white;
        padding: 15px 30px;
        border: none;
        margin-left: 1rem;
        border-radius: 50px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease-in-out;
    }

    .sticky-buy-now button:hover {
        background-color: #45a049;
    }

    .bottom-space {
        padding-bottom: 5rem;
    }
  .cover-banner {
            height: 122px !important; /* Adjust the height as needed */
            background: linear-gradient(135deg, #FB5907 0%, #F85506 50%, #FF7C13 100%);
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            padding: 0px !important;
            color: white;
            border-radius: 0px !important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .price-detail {
            margin-bottom: 0;
            display: flex;
            align-items: center;
        }
        .price-tag {
            font-size: 1.4rem;
            color:white;
           
        }
        .wholesale-tag {
            background-color: yellow;
            color: red;
            font-size:11px;
            font-weight: bold;
            padding: 2px 5px;
            margin-right:5px;
            border-radius: 5px;
        }
        .price-sugg {
            font-size: 0.7rem;
        }
        .trade-bonus {
            font-size: 1.2rem;
            text-align: center;
        }
        .image-container img {
            max-height: 60px !important; /* Adjust the image size as needed */
            max-width: 100%;
        }
        .text-uppercase {
            text-transform: uppercase;
        }
        
        
        
        
        
        
    .variant-button {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 12px;
        cursor: pointer;
        margin: 0 5px 5px 0;
    }

    .variant-button.selected {
        background-color: #F37515;
        color: white;
        border: 1px solid #F37515;
    }
    
    .text-theme{
        color:#F37515 !important;
    }
    
.trade-list-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.trade-list-button:hover {
    background: rgba(255, 255, 255, 1);
}

