/* Options radio buttons custom style */
.product-options .btn-group-toggle {
    width: 100%;
}

.product-options .btn-group-toggle label.btn {
    border-radius: 4px!important;
    margin-right: 6px;
    margin-bottom: 6px;
    border: 1px solid;
    font-size: 14px;
}

.product-options .btn-group-toggle label.btn.active.option-without-color {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

.product-options .btn-group-toggle label.btn.option-with-color {
    color: #fff;
    height: 50px;
    width: 50px;
    border: -1px;
    border-radius: 0 !important;
}

.product-options .btn-group-toggle label.btn img {
    border-radius: 0;
    padding: 0px;
}

.product-options .btn-group-toggle label.btn.option-with-image {
    border: 0;
    padding: 0;
    /* padding-bottom: 2px; */
    border-radius: 0 !important;
}

.product-options .btn-group-toggle label.btn.option-with-image.active {
    border-bottom: 0;
    /* background-color: transparent; */
}

.product-options .btn-group-toggle label.btn.active.option-with-color {
    border-radius: 0px!important;
    border: -1px;
}

.product-options .btn-group-toggle label.btn.option-with-color.active::after {
    position: absolute;
    height: 2px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background-color: black;
    left: 0;
    bottom: -7px;
}

.product-options .btn-group-toggle label.btn.option-with-image.active::after {
    position: absolute;
    height: 2px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background-color: black;
    left: 0;
    bottom: -6px;
}

/* Options radio buttons custom style END*/

/* Home categories */
.jumbotron.home-categories-custom-bg-image {
    background-size: cover;
    background-position: center;
    color: #f0f0f0;
}

.home-categories-custom .jumbotron h1 {
    font-size: 38px;
}

.home-categories-custom .jumbotron .home-categories-custom-description {
    font-size: 18px;
}

.home-categories-custom {
    margin-bottom: 70px;
}
/* Home categories END */

/* Home banner1 */
.sectionpart #part-banner .content-outer {
    cursor: pointer;
}

#service-block .service-outer {
    background-image: none;
    background-color: #eeeeee38;
}

#service-block .service-outer:hover {
    background-image: none;
    background-color: #eeeeeeab;
}

#service-block .service-outer .content {
    text-align: center;
}

#service-block .service-outer .content h3 i {
    font-size: 34px;
    margin-bottom: 14px;
}
/* Home banner1 END */

/* Home main slider */
#common-home .slideshow .swiper-slide img {
    width: 100%;
}
/* Home main slider END */