.prod-boximg {
    width: 100%;
    height: 330px;
    background: #f5f7f9;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}

.prod-boximg img {
    mix-blend-mode: darken;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod-thumbbox {
    height: 77px;
    max-width: 77px;
    background: #fcfcfc;
    border: 1px solid #e3e0e0;
    padding: 10px;
    margin:0 5px;
}
.Prodslider-nav{margin-top:15px;}
.prod_thumbarea img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod_slider .slick-arrow.slick-next {
    left: -10px;
    right: auto;
}
.prod_slider .slick-arrow.slick-next::before {
    content: "\f053";
}
.prod_slider .slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 0;
    background: #fff;
    overflow: hidden;
    color: transparent;
    z-index: 2;
    opacity: 1;
    transition: 600ms all;
    text-align: center;
    padding: 0;
    line-height: 25px;
    border: 1px solid #1198cf;
    cursor: pointer;
}
.prod_slider .slick-arrow.slick-prev::before {
    content: "\f054";
}
.prod_slider .slick-arrow.slick-prev {
    right: -10px;
    left: auto;
}
.prod_slider .slick-arrow::before {
    font-family: Fontawesome !important;
    content: "";
    color: #1198cf;
    font-size: 12px;
    display: block;
}
.prod-thumbbox.slick-current.slick-active {
    border-color: #1198cf !important;
}
.produnt_info h1 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.produnt_info p small {
    display: inline-block;
    color: #005070;
    font-size: 16px;
}

.produnt_info p b {
    font-size: 25px;
    font-weight: 600;
    color: #1198cf;
}

.produnt_info p i {
    /*display: block;*/
    color: #777676;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.produnt_info p {
    line-height: 20px;
}

.produnt_info .buy_gem {
    border-top: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
    padding: 2px 0;
}

.produnt_info .buy_gem img {
    height:30px;
}

.produnt_info .buy_gem a {
    background: rgb(255 255 255 / 51%);
    color: #0d63a5;
    font-size: 13px;
    display: inline-block;
    padding: 5px 8px;
    margin-left: 0px;
    border-radius: 3px;
    font-weight: 500;
}

.stocks {
    margin: 5px 0;
    font-size: 13px;
}

.stocks b {
    background: #0d63a5;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    padding: 2px 5px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.stocks i {
    font-style: normal;
    color: #fc8955;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e2e2e2;
    line-height: 15px;
}
.shor_info p {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.shor_info ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.shor_info ul li {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.shor_info {
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e7e7;
    padding-bottom: 10px;
}
.buy_processed {
    display: flex;
    align-items: center;
}


.buy_processed .p_qty input {
    max-width: 65px;
    border: 0;
    outline: none;
    margin-left: 5px;
}

.p_qty {
    border: 1px solid #e3e1e1;
    padding: 8px 10px 6px 20px;
    border-radius: 5px;
    color: #808494;
    font-size: 14px;
    line-height: 22px;
    margin-right: 15px;
}

.buy_processed .detailbtns a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: red;
    display: block;
    padding: 8px 15px;
    line-height: 22px;
    border-radius: 5px;
    min-width: 130px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}

.buy_processed .detailbtns.addtocart a {
    background: #1199ce;
}
.buy_processed .detailbtns.buynow a {
    background: #fc8955;
}
.more_detailinfo .nav {
    border-top: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
}

.more_detailinfo .nav li a {
    margin: 0 !important;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding: 15px 20px;
}

.more_detailinfo .nav li {
    margin: 0;
}

.more_detailinfo .nav li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: 600ms all;
}

.more_detailinfo .nav li a.active::before {
    background: #1198cf;
    opacity: 1;
}

.more_detailinfo .nav li a.active {
    color: #1198cf;
}
.more_detailinfo .shor_info p b {
    color: #0d63a5;
    text-transform: capitalize;
}
section.more_detailinfo .tab-pane {
    padding: 30px 0;
}

section.more_detailinfo .tab-pane .shor_info {
    padding-bottom: 30px;
}
/*Related Cartridges*/
section.hom_prodsec {
    padding: 40px 0;
    position: relative;
}
.sec_head h2 {
    font-size: 28px;
    color: #061d3c;
    margin: 0;
}
.prdall_btn {
    text-align: right;
}
.prdall_btn a {
    color: #1199ce;
    font-size: 14px;
    font-weight: 500;
}
.prod_box {
    background: #f1f3f6;
    padding: 15px;
    margin: 10px;
    border: 1px solid #f1f3f6;
    transition: 600ms all;
}
.prod_box .prod_img {
    background: #fff;
    padding: 10px;
    position: relative;
}
.prod_box .prod_img span {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    right: 10px;
    background: #000;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    top: 10px;
}
.prod_box .prod_img a {
    display: block;
    text-align: center;
}
.prod_box .prod_img a img {
    max-height: 250px;
    margin: 0 auto;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    height: 220px;
}
.prod_box .prod_text {
    padding-top: 15px;
}
.prod_box .prod_text .prod_heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.prod_box .prod_text .prod_heading h3 {
    width: 70%;
    color: #100f0e;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.prod_box .prod_text .prod_heading p {
    width: 30%;
    text-align: right;
    color: #100f0e;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.prod_box .prod_text .prod_btns {
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.prod_box .prod_text .prod_btns .shop_btn {
    background: #1199ce;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 5px 15px;
    border-radius: 50px;
    line-height: 20px;
}
.prod_box .prod_text .prod_btns .viewdetail_btn, .prod_box .prod_text .prod_btns .addcart_btn {
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    margin-left: 10px;
    box-shadow: rgb(99 99 99 / 30%) 0px 2px 8px 0px;
}
.prod_box .prod_text .prod_btns a {
    display: inline-block;
}
.prod_box .prod_text a {
    transition: 600ms all;
}
.prod_box .prod_text .prod_btns .viewdetail_btn svg {
    fill: #13194a;
    stroke: #13194a;
    stroke-width: 0.5;
}
.prod_box .prod_text .prod_btns .viewdetail_btn svg, .prod_box .prod_text .prod_btns .addcart_btn svg {
    display: inline-block;
    vertical-align: middle;
}
.prod_box .prod_text .prod_btns .addcart_btn {
    background: #fff;
    margin-left: auto;
}
.prod_box .prod_text .prod_btns .addcart_btn svg {
    fill: #1199ce;
    stroke: #1199ce;
    stroke-width: 0.5;
}
.prod_box:hover {
    background: #fff;
    border-color: #1199ce;
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 15px -3px, rgb(0 0 0 / 6%) 0px 4px 6px -2px;
}
.prod_box:hover .prod_text .prod_btns .addcart_btn {
    background: #fc8955;
}
.prod_box:hover .prod_text .prod_btns .addcart_btn svg {
    fill: #fff !important;
    stroke: #fff;
}

/*Rating Box & Summary */
/*rating css*/
.stocks .rating {
    font-size: 25px;
    background: linear-gradient(90deg, #ffce08 var(--rating), #979797ad var(--rating));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    display: inline-block;
    letter-spacing: -2.5px;
    vertical-align: middle;
}

.rating_box {
    position: relative;
    display: inline-block;
}

.stocks i {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e2e2e2;
}

.rating_box small {
    display: inline-block;
    margin-left: 5px;
    color: #1198cf;
}

.reviews-summary_details {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    border: 1px solid #dedede;
    z-index: 1;
    background: #fff;
    min-width: 260px;
}

.reviews-summary_details_title, .reviews-summary_details_footer {
    padding: 10px;
}

.reviews-summary_details_item {
    position: relative;
    margin: 0 auto;
    padding: 1px 0;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    width: 90%;
}

.reviews-star-bar {
    height: 100%;
    width: 100%;
}

.reviews-star-bar_outer {
    position: relative;
    width: 100%;
    height: 20px;
}

.reviews-star-bar_inner {
    position: relative;
    height: 10px;
    width: 0;
    background: #fc8955;
    margin-top: 5px;
}

.ratingblock {
    border-radius: 5px;
}

.delever-addres h4 {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding-bottom: 15px;
}

.delever-addres .Address-nameNumber span {
    font-size: 13px;
    font-weight: 300;
    color: #c4d1d5;
    line-height: 22px;
}

    .delever-addres .Address-nameNumber span b {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        display: inline-block;
    }

.delever-addres .Address-nameNumber p {
    font-size: 13px;
    font-weight: 400;
    color: #394d54;
    margin: 0;
    padding-top: 5px;
}

.ratingbox .inner-content {
    direction: ltr;
    width: 100%;
    padding-top: 5px;
}

.inner-content i {
    /*background: #fc8955;*/
    color: orange;
    padding: 2px 1px;
    display: inline-block;
    letter-spacing: 4px;
    font-size: 14px;
    border-radius: 50px;
    /*margin-right: 5px;*/
}

.inner-content small {
    font-weight: 500;
    color: #000;
}

.Address-nameNumber {
    border-bottom: 1px solid #e8e7e7;
    padding: 8px 0px 12px;
    border-radius: 0;
    margin-bottom: 10px;
}

/*End  Rating Box & Summary*/

ul.featureitems li span {
            width: 130px;
            display: inline-block;
            color: #333;
            font-size: 13px;
        }

        ul.featureitems li b {
            color: #333;
            font-size: 13px;
        }

        ul.featureitems {
            margin-bottom: 10px;
        }

        ul.featureitems li {
            color: #6b8288;
        }
        a.showMore {
          display: block;
          font-size: 12px;
          font-weight: 500;
          text-transform: capitalize;
          margin-top: 5px;
          color: #0077C8;
          text-decoration: none;
          margin-left: -15px;
        }
        a.showMore::after {
          content: "+ VIEW MORE";
        }
        a.showMore.showLess::after {
          content: "- VIEW LESS";
        }
        .shor_info p{font-size:13px;color:#333;}
.produnt_info > p {
    margin-bottom: 10px;
}
.shor_info a.more-details {
    padding: 4px 8px;
    background: #eee;
    color: #0d63a5;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 5px;
}
.more_detailinfo .shor_info p,.more_detailinfo .shor_info ul li,.more_detailinfo .shor_info ol li{line-height:24px;margin-bottom:15px;font-size: 14px;}
.more_detailinfo .shor_info h1,.more_detailinfo .shor_info h2,.more_detailinfo .shor_info h3,.more_detailinfo .shor_info h4,.more_detailinfo .shor_info h5,.more_detailinfo .shor_info h6{
    margin:10px 0;font-weight:400;font-size:18px;color:#000;    margin-bottom: 15px;
}
.compatible_name{
    font-size:12px;
}.compatible_name .badge {
    font-size: 12px;
    font-weight: 400;
    background: #f5fcff;
    padding: 2px 5px;
    border: 1px solid #bcdee3;
    color:#000;
        margin: 2px 0;
}
.compatible_name a.showMore{
    display:block;
    margin-top: 5px;
    margin-left: 0px;
}