/* Rakshit New BS-5 */
a {
    text-decoration: none;
}
/* End New BS-5 */

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp-2{
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.pageSeoBanner {
    width: 100%;
    height: 500px;
    position: relative;
}

.pageSeoBanner img {
    height: 100%;
    object-fit: cover;
}

.seopgHead {
    width: 80%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
}

.seopgHead .breadcrumb li a{
    color: #fff !important;
}

.seopgHead .breadcrumb .breadcrumb-item+.breadcrumb-item:before{
    background: url(../images/white-arrow-seo-blog.svg) no-repeat !important;
    margin-top: 5px !important;
}

.dgn {
    max-width: 70%;
}

.pageSeoBanner .seoBannerOverlay {
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01));
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.views1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-container {
    background-color: #f5f5f5;
    border-radius: 10px;
}

.sidebar {
    position: sticky;
    top: 150px;
    margin-bottom: 20px;
}

.sticky_product {
    position: sticky;
    top: 130px;
    background-color: #f5f5f5;
}

.our_product .product_suggetion .like_share img{
    width: 21px !important;
    height: 20px !important;
}

#search-input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    flex: 1;
    background-color: transparent;
    color: #999;
    font-weight: 500;
}

.social-media,
.product_brief{
    background-color: #f5f5f5;
    border-radius: 10px;
}

.icons .social_icon {
    border: 2px solid #EEEEEE;
    border-radius: 5px;
}

.product{
    background-color: #f5f5f5;
}
.product_content ul {
    padding: 0px;
    list-style: none;
    font-weight: 600;
}

.product-card .product-content{
    min-height: 186px;
    display: inline-grid;
}


/* .product_content ul li {
    color: #5D5D5D;
} */

.recommended_product button {
    background-color: #62C35D;
    outline: none;
    border: none;
    border-radius: 25px;
    padding: 2px 6px;
    font-size: 12px;
}

.product_suggetion .liked {
    color: #FF6C6C;
    font-size: 18px;
}

.buy button {
    background-color: #FF7B17;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 32px;
}

.blog_content p {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 24px !important;
}

.table-head {
    background-color: #dcdcdc;
}

.heading-sub-title {
    margin-top: 20px;
    font-size: 20px;
    color: #3A7D44;
    font-weight: 600;
}

.blog_content .regular {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.capsules {
    color: #000;
    flex-wrap: wrap;
    gap: 20px;
}

.inner-capsule {
    width: 183px;
    height: 55px;
    border-radius: 10px;
}

.inner-capsule p {
    color: #000;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.inner-capsule p span {
    font-size: 12px;
    display: table-row;
    line-height: 10px;
}

.red {
    background-color: #FFE0E0;
}

.yellow {
    background-color: #FFF6E0;
}

.green {
    background-color: #E0FFE1;
}

.brown {
    background-color: #D9D8C0;
}

.black {
    background-color: #D3D3D3;
}

.horzontla_line {
    width: 100%;
    height: 1px;
    background-color: gray;
}

.youtube_video iframe {
    border-radius: 5px;
}

.indicators {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
}

.indicators .prev {
    margin-right: 20px;
    color: white;
    background: green;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.indicators .next {
    margin-right: 20px;
    color: white;
    background: green;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.recommended_product .product img {
    mix-blend-mode: multiply;
}

.articles {
    background-color: #f5f5f5;
}

.shop-btn {
    margin: 20px 0px 32px 0px;
}

.shop-btn button {
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #81ab23;
    padding: 10px 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.previous,
.next {
    width: 35px;
    height: 35px;
    background-color: #888888;
    color: white;
    padding: 8px 8px;
    border-radius: 50%;
}

.articlesCard {
    border-radius: 10px;
    min-height: 309px;
}

.articlesCard .card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.3s all;
}

.card-img {
    overflow: hidden;
}

.articlesCard .card-img img:hover {
    transform: scale(1.1);
}

.card-content .regular {
    font-size: 18px;
}

.card-content p {
    font-size: 14px;
}

.user_one {
    gap: 20px;
}

.user_one img {
    width: 100px;
    border-radius: 10px;
}

.owl-theme .owl-dots {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 92%;
    left: 50%;
}

#blogRecommendedProductSlider.owl-theme .owl-dots {
    top: 95% !important;
}

.owl-theme .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
    margin-right: 10px;
    border-radius: 5px;
    background: #D9D9D9;
    outline: none;
    border: none;
}

.owl-theme .owl-dots .owl-dot.active {
    background: #A0C054;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.our_user {
    background: #f5f5f5;
    border-radius: 10px;
}

.our_user img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
}

.user-content p {
    font-size: 16px;
}

.user-content p:first-child {
    font-weight: 600;
}

.user-img .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.name_date p:first-child {
    font-size: 18px;
    font-weight: 600;
}

.name_date .time {
    color: #62C35D;
}

.suggested_product {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-top: 45px;
    position: relative;
}

.suggest_product_img img {
    mix-blend-mode: multiply;
    width: 250px;
}

.suggested_product_brief ul {
    list-style: none;
    font-size: 16px;
}

.suggested_product_brief ul li {
    color: #333333;
    padding-left: 38px;
    margin-bottom: 13px;
}

.suggested_product_brief ul li::before {
    content: "";
    background-image: url(https://www.weightworld.uk/assets/weightworld/weightworld.uk/images/new-blog-checkbox-icon.svg);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    margin-left: -38px;
    position: relative;
    top: 5px;
}

.suggested_product_brief h3 {
    color: #5F5F5F;
}

.suggested_product_brief button {
    width: 240px;
}

.product_tag {
    position: absolute;
    background-color: #62C35D;
    color: white;
    top: -10px;
    left: 37%;
    padding: 4px 9px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
}

.listed-articles {
    transition: 0.3s all;
}

.product-card {
    border-radius: 10px;
    width: 350px;
}

.product-cart img{
    width: 40px !important;
    height: 40px !important;
}

.product-card .product-card-img {
    background-color: #f5f5f5;
}

.product-card .product-card-img .product-wishlist {
    position: relative;
}

.product-wishlist .product-tag .special-offer-label {
    background: #feeee0;
    color: #ff7b17;
    padding: 4px 13px 4px 26px;
    position: absolute;
    top: 0;
    z-index: 98;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    left: 10px;
}

.product-wishlist .product-share img {
    height: 20px;
    margin-right: 25px;
    color: #FF6C6C;
}

.product-card .product-img img {
    width: 250px;
    mix-blend-mode: multiply;
}

.product-content h3 {
    font-size: 18px;
}

.product-content .product-rating img {
    margin: 10px 0;
    height: 16px;
    margin-right: 10px;
}

.product-content .product-rating span {
    color: #3A7D44;
}

.product-content p {
    font-size: 14px;
    color: rgb(51, 50, 50);
    margin-bottom: 10px;
}

.product-price span {
    font-size: 16px;
    color: #3a7d44;
}

.product-selling .product-price p {
    color: #62c35d;
    font-size: 16px;
}

@media (max-width: 1300px) {
    #search-input {
        padding: 5px 4px;
        font-size: 12px;
    }
}

@media (max-width:1100px) {
    .owl-theme .owl-dots .owl-dot {
        width: 22px;
    }
    .seopgHead h1 {
        font-size: 20px;
    }
    .recommended_product .product img {
        height: 230px;
    }
}

@media (max-width:991px) {
    .capsules { gap: 10px; }

    .sidebar {top: 70px;}

    .inner-capsule {
        width: 170px;
    }

    .inner-capsule p {
        font-size: 15px;
    }

    .inner-capsule p span {
        font-size: 11px;
    }

    .suggested_product {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }

    .suggested_product_brief {
        margin-top: 40px;
    }

    .suggest_product_img img {
        margin-top: 25px;
    }
}

@media (max-width:767px) {
    .sidebar {
        top: 85px;
    }

    .seopgHead {
        width: 90%;
    }

    .views1 {
        bottom: -4px;
    }

    .views1 .view {
        font-size: 12px;
    }

    .views1 .eye {
        margin-right: 0px;
    }

    .owl-carousel {
        display: block;
    }

    .articlesCard {
        margin-bottom: 20px;
    }

    .blog-products {
        display: none;
    }

    .related_heading {
        display: none;
    }

    .horzontla_line {
        display: none;
    }

    .our_user {
        flex-direction: column;
    }

    .our_user img {
        width: 100%;
    }

    .dgn {
        max-width: 100%;
    }

    .product_tag {
        left: 30%;
    }
}

@media (max-width:600px) {
    .seopgHead {
        width: 90%;
    }
    .name_date {
        margin-left: 10px;
    }
    .name_date p {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width:426px) {
    .inner-capsule {
        width: 120px;
    }

    .views1 {
        right: -10px;
    }

    .views1 .eye {
        width: 10px;
    }

    .views1 view svg {
        font-size: 22px;
    }

    .our_user {
        flex-direction: column;
    }

    .our_user img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .user_one {
        gap: 0;
    }

    .dgn p {
        font-size: 12px;
    }

    .user-img img {
        border-radius: 50%;
    }

    .name_date p:first-child {
        font-size: 16px;
    }

    .name_date p:nth-child(2) {
        font-size: 12px;
        line-height: 16px;
    }

    .name_date p span {
        font-size: 12px;
    }
}


  /* Share Icon Css start */

.shareWrapper .shareButton.main .share,
.shareWrapper .shareButton.main .close,
.shareWrapper .shareButton.main .check {
    position: absolute;
    top: 4px;
    left: 3px;
    transition: all 150ms;
}

.shareWrapper .shareButton.main .share,
.shareWrapper .shareButton.main.open .close,
.shareWrapper .shareButton.main.sent .check {
    transform: rotate(0) scale(1);
    opacity: 1;
}

.shareWrapper .shareButton.main .close,
.shareWrapper .shareButton.main.open .share,
.shareWrapper .shareButton.main .check,
.shareWrapper .shareButton.main.sent .share {
    opacity: 0;
    transform: rotate(90deg) scale(0);
}

.shareButton,
.shareButton.open {
    border: none;
    border-radius: 50%;
    background: transparent;
    outline: none;
    margin: 0.5rem;
    width: 30px;
    height: 30px;
    box-sizing: content-box;
    transition: all 200ms;
    position: relative;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.shareButton svg,
.shareButton.open svg {
    display: block;
    fill: #000;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: all 150ms;
    transform: scale(1);
    margin: 0 auto;
}

.fb,
.shareButton.open.ig {
    transition-delay: 100ms;
}

.tw,
.shareButton.open.tw {
    transition-delay: 50ms;
}

.ig,
.shareButton.open.fb {
    transition-delay: 0ms;
}

.fb,
.tw,
.ig {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: scale(0);
}

.fb svg,
.tw svg,
.ig svg {
    width: 0;
    height: 0;
    opacity: 0;
    transform: scale(0);
}

/* Customn */
.groupButton {
    top: 4px;
    width: max-content;
    transform: rotate3d(1, 1, 1, 360deg);
    right: 0px;
    z-index: 99;
}
.groupButton2 {
    top: 32px;
    width: max-content;
    transform: rotate3d(1, 1, 1, 360deg);
    right: -3px;
    z-index: 99;
}
.groupButton2{
    background: #f5f5f5;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}
.groupButton2 .shareButton{
    border-radius: 0;
    margin: 0;
    display: none;
}
.groupButton2 .shareButton.open {
    display: block;
}
.blog_content ol li {
    word-break: break-word;
  }
