.mt-50 {
    margin-top: 5rem;
}

.mb-50 {
    margin-bottom: 5rem;
}
a{
    text-decoration: none !important;
}
input[type='radio'] {
    padding: 0 !important;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
}
/** Shop Section start */
.searchWrap .searchBtn {
    background-color: var(--main-color);
    color: black;
}

.categoryWrap,
.commonFilerWrap,
.filterPriceWrap {
    border: 1px solid #DDD;
}
.categoryWrap ul li a{
    color: #000;
}

.categoryWrap ul li ul li a {
    opacity: 0.5;
}

.filterPriceWrap .slider-range {
    border: none;
    height: 4px;
    background-color: #DDD;
    margin: 0 auto;
    margin-bottom: 32px;
    position: relative;
}

.ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    height: 4px;
    background-color: var(--main-color);
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: none;
    top: -5px;
    background: var(--main-color);
    margin-left: -5px;
}

.filterPriceWrap .filter-button {
    background-color: var(--main-color);
    border: none;
    border-radius: 18px;
    padding: .5rem;
}

.shopProductWrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.shopProductCard {
    /* min-width: 299px;
    max-width: 300px; */
    border: 1px solid #ddd;
    text-align: center;
}

.productTextWrap {
    padding: 1rem;
}

.rate {
    /* background-image: url(../../../assets/front/user/img/rate-star.png) !important; */
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 95px;
    margin-bottom: 5px;
}

.rate .rating {
    /* background-image: url(../../../assets/front/user/img/rate-star.png) !important; */
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

.productPriceWrap .price {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
}

.productPriceWrap .previous-price {
    text-decoration: line-through;
    color: #8a7b7b;
    margin-left: 5px;
}

.productTopSection {
    position: relative;
    overflow: hidden;
}

.productTopSection .flashWrap .flash-badge {
    color: #fff;
    font-size: 12px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 10px;
    left: -25px;
    z-index: 2;
    overflow: hidden;
    transform: rotate(-46deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px var(--main-color), 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: var(--main-color);
    text-align: center;
}

.outStock {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: .5rem;
    text-align: center;
    background-color: #dc3545;
    color: #FFF;
}

.productActionWrap {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    display: grid;
    z-index: 5;
    place-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.productTopSection::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .3s;
}

.productActionWrap a {
    cursor: pointer;
    background-color: var(--main-color);
    color: #FFF;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.shopProductCard:hover .productActionWrap {
    opacity: 1;
}

.shopProductCard:hover .productTopSection::before {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 768px) {
    .sortbyWrap {
        width: 100%;
    }

    .shopProductWrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 420px) {
    .shopProductWrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/** Shop Section end **/

/** Shop Item Details start **/
.relatedProductSection .shopProductCard{
    min-width: 299px;
    max-width: 300px;
}

.relatedProductSwiper {
    width: 100%;
    height: 100%;
}

.relatedProductSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relatedProductSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relatedProductSwiper {
    width: 100%;
    height: max-content;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.productSwiper {
    height: 80%;
    width: 100%;
}

.productThumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.productThumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.productThumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productSwiper-button-next,.productSwiper-button-prev{
    color: black;
    font-size: 28px;
    background-color: #FFF;
    height: fit-content;
    width: fit-content;
    border-radius: 10px
}
.productSwiper-button-prev:after, .swiper-rtl .productSwiper-button-next:after,.productSwiper-button-next:after, .swiper-rtl .productSwiper-button-prev:after  {
    content: none !important;
}
.productText .flash-badge{
    position: static;
    transform: none;
    width: 60px;
    height: 22px;
    line-height: 22px;
    border-radius: 30px;
    border-color: #d1d1d1;
    margin-bottom: 10px;
    margin-inline-end: 20px;
    background-color: var(--main-color);
    display: block;
}
.productText .stock-label{
    margin-bottom: 10px;
    width: auto;
    margin-inline: unset;
    background-color: rgba(220, 53, 69, .2);
    color: var(--danger) !important;
    font-size: 14px;
    font-weight: 700;
}
.productText .price{
    color: black;
    font-size: 18px;
    font-weight: 600;
}
.addToCartWrap form{
    display: flex;
    gap: 15px;
    width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
}
.addToCartWrap .quantityInput{
    display: flex;
    height: 40px;
}
.addToCartWrap .quantityInput .quantityDown,.addToCartWrap .quantityInput .quantityUp,.addToCartWrap .quantityInput input{
    padding: 0;
    height: 100%;
    width: 45px;
    border: 1px solid #dddddd;
    text-align: center;
    cursor: pointer;
    line-height: 33px;
    font-size: 14px;
    color: #14212b;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addToCartWrap .addToCartBtn{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--main-color);

}
.addToCartWrap .addToCartBtn a{
    padding: 10px 20px;
    color: #ffffff !important;
    background: var(--main-color);
}
.relatedProductSection h4{
    font-size: 2rem;
}
.prodctDetailsSection{
    padding-bottom: 130px;
}
.shopDetailsWrap .shopProductCard{
    width: 100%;
}
.shopDetailsWrap .shopProductCard .stock-label {
    width: 100%;
}
.reviewBtn button{
    background-color: var(--main-color);
    border: none;
    border-radius: 8px;
    padding: .5rem 1rem;
}
.review-value li a .text-primary{
    color: yellow !important;
}
/** Shop Item Details end **/
/*? checkout page **/
.placeorder-button button{
    background-color: var(--main-color);
    color: #FFFF;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 28px;
}
/** Bug fixes **/
.product-share i{
    color:black !important;
}
.gap-3 {
    gap: 1rem!important;
}