
@font-face {
    font-family: 'star';
    src: url("fonts/star.eot");
    src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Rating */
.shop .review-num {
    margin-left: 7px;
    float: left;
    font-size: 0.85em;
}

.shop .summary .price {
    color: #444;
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 30px;
    margin-top: 10px;
    clear: both;
}

.summary p{
    color : #333333;
}

.shop .quantity {
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 40px;
    float: left;
}

.shop .quantity .minus {
    background: transparent;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 40px;
    border-radius: 0.25rem 0 0 0.25rem;
    left: 0;
    top: 0;
}

.shop .quantity .plus {
    background: transparent;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 40px;
    border-radius: 0 0.25rem 0.25rem 0;
    right: 0;
    top: 0;
}

.shop .quantity .qty {
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    height: 40px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
    font-weight: bold;
    font-size: 1em;
    outline: 0;
    border-radius: .25rem;
}

.shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop .quantity .qty::-ms-clear {
    display: none;
}

.shop .quantity.quantity-lg {
    height: 45px;
}

.shop .quantity.quantity-lg .minus {
    height: 45px;
    width: 45px;
}

.shop .quantity.quantity-lg .plus {
    height: 45px;
    width: 45px;
}

.shop .quantity.quantity-lg .qty {
    height: 45px;
}


.shop .tabs-product {
    margin-top: 40px;
}

.shop ul.comments .comment-arrow {
    border-right-color: #F5F7F7;
}

.shop ul.comments .comment-block {
    background: #F5F7F7;
}

.shop table.cart {
    width: 100%;
    margin: 0;
    text-align: left;
}

.shop table.cart img {
    height: auto;
    width: 80px;
}

.shop table.cart th {
    padding: 8px 10px;
}

.shop table.cart td {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 8px 10px;
}

.shop table.cart td.actions {
    padding: 20px 0;
}

.shop table.cart .remove [class*="fa-"] {
    font-size: 1em;
}

.shop table.cart .coupon {
    float: left;
}


.shop table.cart .quantity {
    top: 10px;
    position: relative;
}

.shop .actions-continue {
    float: right;
}

.shop .cart-totals {
    width: 100%;
}

.shop .cart-totals th, .shop .cart-totals td {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 8px 10px;
}

.shop .cart-totals tr.total .amount {
    font-size: 2em;
    display: block;
    padding-top: 10px;
}

.shop ul.simple-post-list li {
    border: 0;
    padding-bottom: 0;
}

.badge-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.img-fluid {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
    margin: 0;
    border-radius: 15px !important;
}

/* Common styles for add-to-cart button */
.add-to-cart-product {
    transition: all 0.2s;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 8px 10px 5px;
    font-size: 0.9em;
    color: #FFF;
    background: #222;
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.add-to-cart-product [class*="fa-"], .add-to-cart-product .icons {
    margin-right: 3px;
    font-size: 1.5em;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .add-to-cart-btn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
.category-sidebar{
    color: #0a0a0b;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 0;
}

.category-sidebar-section h5{
    margin-bottom:0 !important;
    color: #ffffff;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #05abb7;
    font-weight: bold;
    text-align: center;
    padding: 1rem 1.25rem;
}

.category-sidebar-section ul{
    border-top-left-radius: 0;
    border-top-right-radius:0;
    padding: 0;
    margin-bottom: 1.5rem;
}

.category-sidebar-section ul .product-category-list{
     padding: .5rem 1rem; /* Added padding on both left and right for better spacing */
    border-bottom: 1px solid #eee;
    margin: 0 !important;
    width: 100%; /* Ensure the list item takes the full width */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.category-sidebar-section ul li:hover{
    background-color: #eee;

    box-sizing: border-box;
    border-bottom-color: #ccc;
}

.category-sidebar-section ul li a{
   display: block; /* Make the link fill the entire list item */
    width: 100%;
    color: #6d6d6d;
    text-decoration: none;
}

.category-sidebar-section ul li a:hover{
   color: #05abb7; /* Change link color on hover */
}

.slider-section{
    border-radius: 10px;
    /*padding: 10px 0;*/
    background-color: #eef1f7;
}

.custom-radio-box {
    font-size: .75rem;
    margin: 10px 5px;
    flex: 1 1 45%; /* Flexbox to allow items to wrap */
    max-width: 6rem;
}

.custom-radio-box input[type="radio"] {
    display: none; /* Hide the radio button */
}

.custom-radio-box label {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-weight: bold;
}

.custom-radio-box input[type="radio"]:checked + label {
    background-color: #05abb7;
    color: white;
    border-color: #05abb7;
}

.custom-radio-box label:hover {
    background-color: #f3f3f3;
    border-color: #ccc;
}

