/* Base setup */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

h1 {
    font-size: 2em; 
    margin-bottom: .5rem;
}

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 2rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: #ffb639;  } /* color previous stars on hover */

/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #ffb639;  } 








.price-filter-box {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
}

.price-text {
    font-weight: 600;
    margin-bottom: 10px;
}

.widget-icon-box .icon-box-side {
    display: inline-flex;
}
.why-choose .swiper-container:not(.swiper-container-initialized) .swiper-slide
 {
    display: inline-flex;
}
.side-img-btn {
    color: var(--btn-color);
    border-color: var(--btn-color);
    transition: all 0.25s ease;
}

.side-img-btn:hover {
    background-color: var(--btn-color);
    color: #fff;
}
.input-group-text i {
    cursor: pointer;
}

.input-group-text {
    background: #dddcdc;
    width: 30px;
    padding: 10px 7px;
}
.text-bg-primary {
    background: var(--primary-color);
    padding: 0 8px;
    border-radius: 10px;
    color: #fff;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: block;
}
.shop-table th {
    padding: 1rem 0 1.3rem;
    font-size: 1.5rem;
}
#newsletterModal .btn-close {
    position: absolute;
    top: -25px;
    right: 0;
}
.store-wcfm-banner .store-content {
    min-height: 12rem!important;
}
.vendor-page .main-content {
     max-width: 100%!important;
}
.product-sticky-content.fixed .product-form {
    display: flex;
    justify-content: space-between;
}
.header-middle .header-left {
    justify-content: space-between;
}
/* .why-choose .swiper-container {
    border: 1px solid var(--primary-color);
    padding: 2rem;
    display: flex;
} */
 .product-single .product-sku {
    margin-bottom: 1.1rem;
}
.footer-newsletter .icon-box-side {
    display: flex;
}
.footer-newsletter .icon-box-content h1,
.footer-newsletter .icon-box-content h2,
.footer-newsletter .icon-box-content h3,
.footer-newsletter .icon-box-content h4,
.footer-newsletter .icon-box-content h5,
.footer-newsletter .icon-box-content h6 {
    margin-bottom: 0;
}