.single-releted-product-img {
	width: 100px !important;
	max-width: 100px !important;
	height: 100%;
	border-radius: 0px !important;
}

.bg-selver {
    background-color:#F7F8FA !important;
}
.nav-item-a a {
    color: inherit !important;
}
.label-rating .margin-l {
    margin-left: 0px !important;
}


/*Frontend slick slider */
.main-banner .item-slide {
    position: relative;
}

.carousel-caption.d-none.d-md-block {
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute; /* Position the background text */
    background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 8px 25px; /* Some padding */
    text-align: left;
}

.carousel-caption h4 {
    font-size: 16px;
    margin-bottom: 1px;
}

.slider-banner-slick .slick-prev:hover, .slider-banner-slick .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.slider-banner-slick .slick-prev:focus, .slider-banner-slick .slick-next:focus {
    background-color: rgba(0, 0, 0, 0.3);
}

.main-banner .item-slide {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

.main-banner .img-fluid {
   /*  height : 500px; */
}

.slider-banner-slick:focus, .item-slide:focus, .item-slide img:focus {
    outline: none;
}

/*End slider*/


.role_label
{
    margin-left: 5%;
}

#terms_and_condition_color
{
    color: #343a40;
}

.gallery-wrap .thumbs-wrap img {
    cursor: inherit !important;
    height: 100%;
    object-fit: inherit !important;
}


.gallery-wrap .img-big-wrap img {
    height: 360px;
    width: auto;
    cursor: inherit !important;
}


.releted-product-title {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    border-bottom: 0px;
}
.releted-product-title h3 {
    margin-bottom: 0px;
}

.single-first-releted-product {
    border-radius: 0px 0px 0px 0px !important
}

.card-padding-css {
    padding: 10px;
}
.star-css {
    padding: 11px;
}

.price-center-padding{
    padding-bottom: 28px;
}


.reviewID {
    display: none;
}
.container2{
    position: relative;
    width: 400px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.container2 .star-widget input{
    display: none;
}
.star-widget label{
    font-size: 25px;
    color: #444;
    padding: 5px;
    float: right;
    transition: all 0.2s ease;
}

input:checked ~ label{
    color: #fd4;
}
input#rate-5:checked ~ label{
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

.input-group.input-spinner.size-change {
    width: 142px;
}


.input-spinner .form-control.size-change {
    max-width: 60px;
    flex-basis: 60px;
}

h3.title{
    font-size:14px;
}

@media (min-width: 768px) {
    .col-md-3.width-resize {
        max-width: 20%;
    }
    
    h3.title{
        font-size:16px;
    }
}


.card-product-grid .img-wrap.home {
    height: 100% !important;
}

.card-product-grid .img-wrap.shop {
    height: 87px !important;
}

[class*=card-product] .img-wrap img {
    object-fit: inherit !important;
}

.gallery-wrap .img-big-wrap {
    padding: 5px;
}
