/* Single product */
.description-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.9;
}

.description {
    font-size: 1rem !important;
}

.product-description {
    opacity: 0.9;
}

.technical-data-sheet {
    font-size: 9px;
    font-weight: 600;
    word-break: break-all;
    margin-left: 5px;
}

.mf-pnum-h2 {
    font-weight: 600;
    font-size: 14px;
}

.technical-data-sheet-single {
    font-size: 12px;
    font-weight: 600;
    word-break: break-all;
    margin-left: 5px;
    position: relative;
    top: 5%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}

.pdf-doc {
    cursor: pointer;
}

.more-desc h5,
.short-desc h5 {
    font-weight: 700;
}

.more-desc p,
.short-desc p {
    font-weight: 400;
}

.short-desc h1,
.short-desc h2,
.short-desc h3,
.short-desc h4,
.short-desc h5 .more-desc h1,
.more-desc h2,
.more-desc h3,
.more-desc h4,
.more-desc h5 {
    font-size: 18px;
    font-weight: 700;
}

.technical-data-img-single {
    height: 50px;
    object-fit: contain;
    padding-right: 0.3rem;
}

.technical-data-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.single-product-desc {
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    color: var(--gray-2-color);
}

.cat-desc-show-more {
    border-radius: 6px;
    background: #0071bc;
    color: white;
    padding: 4px 12px !important;
    font-size: 12px;
    white-space: nowrap;
}

a.text-dark.hover-orange.font-14 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 15vw;
    margin: auto;
    /* text-align: center; */
}

.hover-gray:hover {
    color: gray !important;
}

a.text-center.text-dark.hover-orange.three-level {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}

span.text-left.technical-data-sheet:hover {
    color: #192c55;
    cursor: pointer;
}

.price-range-div {
    min-height: 80px;
}

.height-108 {
    min-height: 108px;
}

table.text-blue.border-0.price-range td {
    border: 0px;
    padding: 0px 12px;
    white-space: nowrap;
    color: #192c55;
    font-weight: bold;
    font-size: 14px;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    text-align: left;
}

.pagination-sm .page-link {
    line-height: 1em !important;
}

.hoverBlue:hover {
    color: #192c55 !important;
}

p.text-danger.text-left.responsive-text-size {
    white-space: nowrap;
}

p.text-left.responsive-text-size {
    white-space: nowrap;
}

.d-block.my-5.font-weight-bold.term-conditions-text a {
    color: #f28e00;
    font-weight: 500;
}

.d-block.my-5.font-weight-bold.term-conditions-text a:hover {
    color: #192c55 !important;
}

.d-block.my-5.service-agreement-text h3 {
    font-size: 16px;
    font-weight: bold;
}

.d-block.my-5.service-agreement-text a {
    color: #f28e00;
}

.d-block.my-5.service-agreement-text a:hover {
    color: #192c55 !important;
}

.d-block.my-5.service-agreement-text ul {
    list-style: none;
}

.d-block.my-5.service-agreement-text p {
    font-weight: 500;
}

.d-block.my-5.service-agreement-text ul li {
    font-weight: 500;
    margin-bottom: 15px;
}

.w-40 {
    width: 40px;
}

.w-20 {
    width: 20px;
}

li.hidden {
    display: none;
}

.single-image-border {
    border: 2px solid #ddd;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1 !important;
    color: #f28e00 !important;
}

.light-orange-bg {
    background-color: var(--light-orange-color);
}

.light-orange-card-header {
    min-width: 200px;
    background: var(--light-orange-color);
}

.light-orange-card-header::after {
    content: "";
    border-width: 57px 25px 0px 0px;
    position: relative;
    top: 41px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: var(--light-orange-color) #ffffff24 #fbfbfb00 #ffffff08;
}

/* #related-products, */
#best-products,
#rating-form,
#review-section {
    width: 100%;
    /* min-height: 300px; */
    margin: 0 auto;
}

/* #related-products, */
#best-products .rating {
    font-size: 12px;
}

.space-between {
    justify-content: space-between;
}

.custom-progress-bar {
    height: 1.5rem !important;
    background-color: #fff !important;
    border: 1px solid var(--gray-3-color);
}

.rating-bar-label {
    font-size: 0.9em;
    font-weight: 600;
}

.overall-rating .rating__label {
    font-size: 1.8em !important;
}

.singleProduct textarea#comment {
    border-radius: 0;
    border: 1px solid var(--orange-color);
    resize: none;
}

@media (min-width: 1440px) {
    .pl-xl-6 {
        padding-left: 6rem !important;
    }
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #f28e00;
    border-bottom: 16px solid #f28e00;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: 6%;
}

.loader-sm {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #f28e00;
    border-bottom: 16px solid #f28e00;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    width: 30px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

li.media.mb-4.small-images.text-right.mx-2.mx-sm-0 {
    display: inline-block;
}

.square-icon-product {
    font-size: 30px;
    font-weight: normal;
    margin-right: 15px;
}

.top-minus-10 {
    top: -10%;
}

.product .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #192c55;
}

.square {
    padding: 0.5rem;
    border: 1px solid var(--gray-3-color);
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 0.5rem;
}

.total-rating-figure {
    line-height: 38px;
    margin-left: 8px;
    font-size: 1.2rem;
}

.comment-text-para {
    line-height: 30px;
    font-weight: 500;
}

.bg-table-row-single {
    border-bottom: 5px solid white;
    background-color: #f3f3f3;
}

.bg-table-row-single td {
    white-space: break-spaces;
    background-color: #f3f3f3;
}

.nowrap-text {
    white-space: nowrap;
}

.attributes {
    font-size: 0.85em;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.attribute-name {
    font-weight: 500;
    color: var(--blue-color);
}

.attribute-value {
    color: #000;
    display: flex;
    flex-flow: row;
    align-items: end;
}

.attributes-btn {
    font-size: 0.8em;
    color: #fff;
    background: var(--orange-color);
    border-radius: 20px;
    padding: 2px 20px;
}

.attributes-btn:hover {
    color: #fff;
    background: var(--blue-color);
}

.refresh-stock-link {
    display: flex;
    align-items: center;
    justify-content: end;
}

.refresh-stock-link i {
    font-size: 1.2em;
}

.refresh-stock-link span {
    font-size: 0.8em;
    font-weight: bold;
}

.product-stock-detail .bottom-section .seller-info {
    background-color: #f2f2f2;
}

.product-stock-detail .card-header {
    cursor: pointer;
}

.product-stock-detail {
    border: 0;
    box-shadow: 0px 8px 20px 3px #00000038;
}

.product-stock-detail .row {
    margin-right: 0;
    margin-left: 0;
}

.product-stock-detail .light-gray-bg {
    background-color: #f2f2f2;
}

.prices-row {
    font-weight: bold;
    color: var(--blue-color);
    font-size: 1.2em;
}

.add-to-cart {
    background-color: var(--orange-color);
}

.add-to-cart #quantity {
    border-radius: 0;
    font-size: 13px;
    height: 30px;
    font-weight: 600;
}

.product-stock-detail .scroll-to-alternatives {
    padding: 0;
    box-shadow: none;
}

.pl-23 {
    padding-left: 23%;
}

.pl-20 {
    padding-left: 20%;
}

.bottom-section .left-col {
    padding-left: 15%;
}

.bottom-section .right-col {
    padding-left: 10%;
}

/* Product detail table td borders */

.bb-x {
    border-left: 1px solid var(--blue-color);
    border-right: 1px solid var(--blue-color);
}

.bb-top {
    border-top: 1px solid var(--blue-color);
}

.bb-bottom {
    border-bottom: 1px solid var(--blue-color);
}

.bb-left {
    border-left: 1px solid var(--blue-color);
}

.bb-right {
    border-right: 1px solid var(--blue-color);
}

.bo-x {
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.bo-top {
    border-top: 2px solid white;
}

.bo-bottom {
    border-bottom: 2px solid white;
}

.bo-left {
    border-left: 2px solid white;
}

.bo-right {
    border-right: 2px solid white;
}

.light-orange-btn {
    color: #fff;
    background-color: var(--light-orange-color);
    padding: 0.2rem 2rem;
    border-radius: 10px;
    font-size: 0.7em;
    font-weight: 700;
}

.dark-orange-btn {
    color: #fff;
    background-color: #f15a24;
    padding: 0.2rem 1.2rem;
    border-radius: 10px;
    font-size: 0.7em;
    font-weight: 700;
}

.dark-orange-btn:hover,
.light-orange-btn:hover,
.btn.light-orange-bg:hover {
    color: #fff;
    background-color: var(--blue-color);
}

.rating .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1rem !important;
}

.no-before::before {
    content: "";
    margin: auto 5px;
}

.cart-box-info {
    position: absolute;
    transform: translate3d(-466px, 33px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
    width: 500px;
    z-index: 1021;
}

.cart-box-info::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.cart-box-info .name {
    line-height: 16px;
}

.cart-box-info .name a {
    text-align: left;
    color: #192c55;
    white-space: normal;
    font-size: 14px;
    font-weight: 600;
}

.cart-box-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.cart-basket {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.price p {
    color: #bf2100;
}

.basket-total {
    color: black !important;
    font-size: 12px;
}

span.red-cross {
    background: red;
    color: white;
    padding: 0px 8px;
    border-radius: 5px;
}

.cart-added-popup span.partnumber,
.cart-added-popup span.stock.ml-1 {
    font-weight: 500;
}

.text-added-your-basket {
    color: black;
    font-weight: bold;
}

.cart-added-popup .name {
    line-height: 18px;
}

.cart-added-popup .name a {
    color: #192c55;
    font-weight: 600;
    font-size: 14px;
    word-break: break-all;
}

div#related-products,
div#best-products,
div#rating-form-data,
div#review-section-data,
div.best_product_hr,
div.related_product_hr {
    display: flex;
}

.singleProduct .container-fluid {
    max-width: 1900px !important;
}

.product-title {
    font-size: 2rem;
}

.product-price-heading {
    font-size: 2.7rem;
}

.single-media-object-single {
    height: 100px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
}

.single-media-object-single img {
    max-height: 90px;
    padding: 10px;
}

figure.small-image {
    cursor: pointer;
}

img {
    color: transparent;
    background: transparent;
}

.thumb-single {
    display: block;
    width: 100%;
    margin: 0;
    height: 350px;
    object-fit: contain;
}

.single-rohs {
    object-fit: contain;
    margin-bottom: 0;
    position: relative;
    top: 10px;
}

/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */

.rating-group {
    display: inline-flex;
}

/* make hover effect work properly in IE */

.rating__icon {
    pointer-events: none;
}

/* hide radio inputs */

.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* hide 'none' input from screenreaders */

.rating__input--none {
    display: none;
}

/* set icon padding and size */

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.7rem;
}

/* set default star color */

.rating__icon--star {
    color: orange;
}

/* if any input is checked, make its following siblings grey */

.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */

.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */

.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.total-rating-figure {
    line-height: 38px;
    margin-left: 8px;
    font-size: 1.2rem;
}

.pdf-doc {
    cursor: pointer;
}

.technical-data-img-single {
    height: 50px;
    object-fit: contain;
    padding-right: 0.3rem;
}

.technical-data-sheet-single {
    font-size: 12px;
    font-weight: 600;
    word-break: keep-all;
    margin-left: 5px;
    position: relative;
    top: 5%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}

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

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

.font-10 {
    font-size: 10px;
}

.single-add-cart,
.quote-request-btn {
    font-size: 14px;
    color: white;
    border: 1px solid #28a745;
    border-radius: 13px;
    white-space: nowrap;
    background: #28a745;
    font-weight: bold;
}

.single-add-cart:hover,
.quote-request-btn:hover {
    color: white;
}

img.card-img-top {
    height: 150px;
    object-fit: contain;
    border: 1px solid #989292;
    margin-bottom: 5px;
}

.singleProduct .detail-text {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.8rem;
}

.space-between {
    justify-content: space-between;
}

.color-blue {
    color: var(--blue-color);
}

.left-icon-cat {
    width: 1% !important;
    left: 5px;
    opacity: 1;
}

.right-icon-cat {
    width: 1% !important;
    right: 5px;
    opacity: 1;
}

@media only screen and (max-width: 1650px) {
    .pnum-mf-pnum-mfname {
        font-size: 14px !important;
    }
    /* .product-title {
        font-size: 1.2rem;
    } */
}

@media only screen and (max-width: 400px) {
    .light-orange-card-header::after {
        display: none;
    }
    .rating__label {
        font-size: 1.2rem !important;
    }
    .responsive-text-size {
        font-size: 0.8rem !important;
    }
}

@media only screen and (max-width: 375px) {
    .responsive-text-size {
        font-size: 0.7rem !important;
    }

    .rating-bar-label {
        font-size: 0.75em !important;
    }
}

@media only screen and (max-width: 330px) {
    #addToCartForm .row.d-flex.align-items-center {
        display: block !important;
    }
    #addToCartForm .row.d-flex.align-items-center .col-6 {
        width: 100% !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        margin-bottom: 6px !important;
    }
}

.single-product-rating {
    position: relative;
    top: -7px;
}

.single-product-rating .total-rating-figure {
    position: relative;
    top: 1px;
}

.product-brand-nos {
    font-size: 16px;
    font-weight: bold;
    color: var(--orange-color);
}

.product-brand-nos a {
    color: var(--orange-color);
}

.product-brand-nos .colored-text {
    color: #3c558b;
}

.product-brand-nos .divider {
    position: relative;
    bottom: 1px;
}

#qtyNotificationModal .notification-icon {
    color: var(--orange);
    font-size: 1.8em;
}

@media only screen and (max-width: 576px) {
    #add-to-cart-popup-window .cart-added-popup > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #add-to-cart-popup-window .partnumber,
    #add-to-cart-popup-window .stock {
        font-size: 14px;
    }
    #add-to-cart-popup-window .stock {
        margin-left: 10px;
    }
}

.price-line-through {
    position: relative;
    width: fit-content;
    font-size: 0.9em;
    /* position: absolute;
    width: fit-content;
    font-size: 0.8em;
    right: 20%; */
}

.price-line-through::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid red;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: red;
}

.w-45 {
    width: 45%;
}

@media only screen and (max-width: 576px) {
    .w-sm-100 {
        width: 100%;
    }
}

.quantity_text {
    font-size: 0.8em;
    font-weight: 600;
}

.related-links a {
    color: #000;
    font-size: 0.85em;
}

.related-links a:hover {
    color: var(--orange-color);
}

.related-links a:not(:last-child)::after {
    content: "";
    border: 1px solid #858383;
    border-width: 1px 1px 0 0;
    position: relative;
    right: -3px;
    top: 0;
    height: 80%;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.reseller-label {
    top: -20px;
    right: 0px;
    text-transform: capitalize;
}

.reseller-label span {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.video-thumbnail-container {
    background: black;
    overflow: hidden;
}

.video-thumbnail {
    /* object-fit: cover; */
    max-width: 100%;
    max-height: 100%;
    opacity: 0.4;
}

.video-play-icon {
    color: #dfdfdf;
}

.cursor-pointer {
    cursor: pointer;
}
label.text-dark.fw-600.total-rating-figure {
    cursor: pointer;
}
label.text-dark.fw-600.total-rating-figure:hover {
    text-decoration: underline !important;
    color: rgb(212, 85, 85) !important;
}
strong.primary-font:after {
    content: "|";
    position: relative;
    left: 11%;
}

.rating.ml-3:after {
    content: "|";
    position: relative;
    left: 11%;
    font-weight: bold;
}

.section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--blue-color);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.product-info {
    font-size: 0.95em;
}

.product-info .info-key {
    color: var(--blue-color);
    font-weight: bold;
}

.slick-vertical-arrow {
    background-color: transparent;
}

.slick-vertical-arrow:hover {
    background-color: #22345b1f;
}

.slick-vertical-arrow.slick-next,
.slick-vertical-arrow.slick-prev {
    position: relative;
    width: 100%;
    left: 0px;
    right: 0px;
}

.slick-vertical-arrow.slick-prev {
    top: 3px;
}

.slick-vertical-arrow.slick-prev::before {
    font-family: "Fontawesome";
    content: "\f106";
    color: #000;
}

.slick-vertical-arrow.slick-next::before {
    font-family: "Fontawesome";
    content: "\f107";
    color: #000;
}

/* #productImageSlider .slick-slide img {
    padding: 0.8rem;
} */

#productImageSlider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

#productImageSlider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

#productImageSlider .custom-arrow {
    height: 100%;
    width: 20px !important;
    display: flex;
    align-items: center;
    padding: 4px;
}

#productImageSlider .custom-arrow:hover {
    background-color: #22345b1f;
}

#productImageSlider .custom-arrow {
    background-color: transparent;
}

#productImageSlider .custom-arrow::before {
    color: #00000042 !important;
}

#productImageSlider .slick-slide {
    padding: 0px 5px 0px 5px;
}

#productImageSlider .single-media-object-single {
    margin-bottom: 0;
}

#productImageSlider .slick-slide {
    padding: 0px 5px 0px 5px;
}

@media (min-width: 1200px) {
    #productImageSlider {
        min-height: 414px;
    }

    #productImageSlider .slick-slide {
        padding: 0px;
    }

    #productImageSlider .single-media-object-single {
        margin-bottom: 1rem;
    }
}

.price-box-toggle {
    position: absolute;
    right: 10px;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.price-box-toggle i {
    font-family: "Fontawesome";
    content: "\f107";
}

.price-box-toggle {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

.price-box-toggle.closed {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

@media (min-width: 768px) {
    #product-detail-tabs .nav-item:not(:first-child) {
        margin-left: 2rem;
    }
}

@media (max-width: 768px) {
    #product-detail-tabs .nav-item:not(:first-child) {
        margin-left: 0rem !important;
        margin-top: 0.5rem;
    }
}

#product-detail-tabs .nav-item .nav-link {
    font-weight: bold;
    color: #495057ab;
    border: 0;
    background-color: transparent;
    padding: 0;
}

#product-detail-tabs .nav-item .nav-link.active {
    color: var(--blue-color);
    opacity: 1;
    border-bottom: 3px solid var(--orange-color);
}

.head-product-rating .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.7rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.left-20 {
    position: relative;
    left: -20px;
}

.brand-logo img {
    max-height: 80px;
}

/* Mobile product main image slider */

#product-image-slider .slick-arrow.custom-arrow {
    opacity: 0.3;
}

#product-image-slider .slick-arrow.custom-arrow:active {
    opacity: 1;
}
/*
#product-image-slider .slick-prev.custom-arrow {
    left: -15px !important;
}

#product-image-slider .slick-next.custom-arrow {
    right: -15px !important;
} */
