/* new banner */

.banner-new {
    background: linear-gradient(180deg, rgb(255 249 235 / 60%), #fff9eb);
    position: relative;
    z-index: 1;
    padding: 70px 0px;
}

/* .banner-new:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgb(228 219 196 / 24%), #fff9eb);
    bottom: 0;
    z-index: -1;
} */

.banner-new::after {
    position: absolute;
    content: "";
    background: url(../images/banner-after.svg);
    width: 280px;
    height: 221px;
    top: 0;
    right: 0;
    z-index: -1;
}

.mediciner-text h2 {
    position: relative;
    padding: 10px 0;
    margin: 0 0 14px;
    /* color: var(--white); */
}

.mediciner-text h2:after {
    position: absolute;
    content: "";
    width: calc(100% + 165px);
    /* background: var(--yellow); */
    height: 100%;
    left: -5px;
    z-index: -1;
    top: 0;
}

.mediciner-text h2:before {
    position: absolute;
    content: "";
    width: calc((100vw - 1592px) / 2);
    /* background: #cba347; */
    height: 100%;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    top: 0;
}

.mediciner-text h3 {
    font-size: clamp(1.25rem, 0.083rem + 2.431vw, 3rem);
    margin: 0 0 15px;
}

.mediciner-text p {
    margin-bottom: 40px;
}

.medicine-banner img {
    width: 100%;
    height: 100%;
}

.slider-banner .slick-arrow:before {
    position: absolute;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: var(--black);
}

.slider-banner .slick-prev:before {
    content: "\f053";
}

.slider-banner .slick-arrow:before {
    position: absolute;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: var(--black);
}

.slider-banner .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-banner .slick-prev {
    left: 58px;
}

.slider-banner .slick-next:before {
    content: "\f054";
}

.slider-banner .slick-next {
    right: 58px;
}

.slider-banner .slick-arrow:hover {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
}

.slider-banner .slick-arrow:hover:before {
    color: var(--white);
}

.slider-banner .slick-dots {
    bottom: -60px;
}

.slider-banner .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(30 30 30 / 30%);
}

.slider-banner .slick-dots li.slick-active button {
    background: #1e1e1e;
}

.slider-banner .slick-dots li button:before {
    display: none;
}

/* new banner */

/* cart */
.medicine-text-wrap {
    position: relative;
    width: 73%;
}

.cart-section .price-table {
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 15px;
}

.cart-section .price-table table tr td p {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-table h4 {
    font-weight: 600;
    margin-bottom: 32px;
}

.cart-items-all h3 {
    font-weight: 600;
    margin-bottom: 16px;
}

.cart-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dadada;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.cart-box .medicine-img-wrap {
    margin-left: 0;
    flex: 0 0 auto;
    width: 27%;
    padding: 60px 26px;
    margin-right: 30px;
    margin-top: 0;
    border: 1px solid var(--yellow);
}

.cart-box:last-child {
    border-bottom: 0;
}

.medicine-text-wrap h4 {
    font-weight: 600;
    margin-bottom: 16px;
}

.medicine-text-wrap h5 {
    color: var(--yellow);
    margin-bottom: 8px;
}

.medicine-text-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 16px;
    max-width: 540px;
}

.medicine-text-wrap .form-control {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fff9eb;
    padding: 15px 20px;
    background-image: url(../images/black-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 20px;
}

.del-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.del-btn svg {
    color: var(--yellow);
}

/* cart */

.promo-wrap ul li {
    display: flex;
    background: var(--light-yellow);
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.promo-wrap ul li:last-child {
    margin-bottom: 0;
}

.promo-box {
    padding-left: 36px;
    position: relative;
    background: url(../images/circle-tick.svg) no-repeat;
    width: 85%;
}

.promo-box h5 {
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 6px;
}

.promo-box p {
    margin: 0;
}

.promo-apply {
    text-align: center;
    width: 15%;
}

.promo-apply .line-btn {
    font-weight: 600;
    color: var(--yellow);
    border: 1px solid var(--yellow);
    padding: 7px 6px;
    border-radius: 10px;
    text-align: center;
    display: block;
}

/* Preferred treatment */
.shipping-text p {
    margin-bottom: 8px;
    color: #1e1e1e;
}

.shipping-text p span {
    font-weight: 600;
    color: var(--yellow);
    display: inline-block;
    margin-left: 4px;
}

.choose-shipping .radio-group input[type="radio"] {
    display: none;
}

.choose-shipping .radio-group label:before {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: 2px solid #e0e0e0;
    transition: background-color 0.3s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.choose-shipping .radio-group input[type="radio"]:checked+label:before {
    border: 2px solid #cba135;
    background-color: var(--light-yellow);
}

.choose-shipping .radio-group [type="radio"]:checked+label:after,
.choose-shipping .radio-group [type="radio"]:not(:checked)+label:after {
    width: 15px;
    height: 15px;
    background: var(--yellow);
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.choose-shipping .radio-group [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.choose-shipping .radio-group [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.choose-shipping .radio-group label {
    position: relative;
    padding-left: 30px;
    color: #838383;
    cursor: pointer;
    transition: color 0.3s;
    border-radius: 15px;
    padding: 0px 20px 0 45px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.shipping-contnt {
    background: var(--light-yellow);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
}

.shipping-contnt p:last-child {
    margin: 0;
}

.shipping-commnt {
    margin-top: 16px;
}

.shipping-commnt input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 16px 20px;
}

/* Preferred treatment */

/* blog */
.blog-box {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.blg-img {
    position: relative;
    padding-bottom: 56%;
}

.blg-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.blg-tag {
    position: absolute;
    left: 24px;
    bottom: -10px;
    background: linear-gradient(180deg, #e5b63a, #bc9328);
    display: flex;
    padding: 10px;
    border-radius: 10px;
}

.blg-tag ul {
    display: flex;
}

.blg-tag ul li {
    position: relative;
    padding: 0 10px;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.blg-tag ul li:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: var(--white);
    top: 0;
    right: 0;
}

.blg-tag ul li:last-child:after {
    display: none;
}

.blog-contnt {
    padding: 50px 24px 32px;
    position: relative;
}

.blog-contnt h4 {
    font-weight: 600;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    line-height: 1.3;
}

.blog-contnt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 81px;
}

.line-text {
    font-weight: 600;
    color: var(--yellow) !important;
}

.blg-navigation ul {
    justify-content: center;
}

.blg-navigation ul.pagination li {
    margin: 0 10px;
}

.blg-navigation ul.pagination li.prev,
.blg-navigation ul.pagination li.next {
    color: var(--yellow);
    font-weight: 600;
}

.blg-navigation ul.pagination li a {
    padding: 13px 17px;
    border-radius: 5px;
}

.blg-navigation ul.pagination li.active a,
.blg-navigation ul.pagination li a:hover {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--white);
}

.blg-navigation {
    margin-top: 30px;
}

/* blog */

/* blog details */
.blg-right {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px;
}

.post-pic a {
    display: flex;
}

.blg-right h3 {
    font-weight: 600;
}

.post-img {
    position: relative;
    padding-bottom: 26%;
    width: 44%;
    flex: 0 0 auto;
}

.post-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 15px;
}

.post-content {
    padding-left: 20px;
}

.post-content h4 {
    color: var(--yellow);
    margin-bottom: 8px;
}

.post-content p {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 16px;
}

.blg-right ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 24px;
    margin-bottom: 24px;
    list-style: none;
}

.blg-right ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.article-images {
    position: relative;
    padding-bottom: 59%;
    margin-bottom: 32px;
}

.article-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    object-fit: cover;
}

.article-content p strong {
    color: var(--secondary-color);
}

.art-sub-img {
    position: relative;
    padding-bottom: 94%;
    margin-bottom: 32px;
}

.art-sub-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    border-radius: 15px;
}

.share-links ul {
    display: flex;
    align-items: center;
}

.share-links ul li h4 {
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0;
}

.share-links ul li {
    margin-right: 20px;
}

.share-links ul li a {
    color: #838383;
    font-size: 30px;
}

.article-content .blg-tag {
    position: inherit;
    background: transparent;
    padding: 0;
    margin-bottom: 27px;
}

.article-content .blg-tag ul li {
    color: var(--yellow);
    font-weight: 500;
}

.article-content .blg-tag ul li:after {
    background: var(--yellow);
}

.article-content .blg-tag ul li:first-child {
    padding-left: 0;
}

.article-content h3 {
    font-weight: 600;
}

.top-right {
    position: relative;
}

.count {
    position: absolute;
    top: -9px;
    right: -13px;
    background-color: var(--yellow);
    color: white;
    font-family: arial;
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: white;
    display: inline;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* blog details */

@media screen and (max-width: 1440px) {
    .blog-contnt h4 {
        min-height: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .blg-img {
        padding-bottom: 70%;
    }

    .blog-contnt {
        padding: 20px 12px 32px;
    }

    .blg-tag ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .blg-tag ul li:after {
        display: none;
    }

    .blg-tag {
        margin-bottom: 20px;
        position: inherit;
        top: auto;
        left: auto;
    }

    .blg-tag ul {
        flex-wrap: wrap;
    }

    .blg-tag ul li {
        width: 100%;
    }

    .blog-contnt h4 {
        min-height: 46px;
    }

    .blog-contnt p {
        min-height: 75px;
    }
}

@media screen and (max-width: 991px) {

    .blog-contnt h4,
    .blog-contnt p {
        min-height: auto;
    }
}