/* Single product */

.singleProduct {
    font-family: "Montserrat" !important;
}

.singleProduct #login .modal-content {
    border-radius: 2rem;
}

.technical-data-sheet {
    font-size: 9px;
    font-weight: 600;
    word-break: break-all;
    /*width: 50%;*/
    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,
.short-desc {
    font-family: "Montserrat";
}

.more-desc h5,
.short-desc h5 {
    font-family: "Montserrat";
    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;
    font-family: "Montserrat";
}

.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;
    font-family: sans-serif;
    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;
    font-family: "Montserrat";
    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;
    font-family: "Montserrat";
}

.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);
    font-family: "Montserrat";
}

.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;
    /*background-image: url('../images/image-loader.gif');*/
}

#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;
    font-family: "Montserrat";
    overflow: hidden;
    margin-bottom: 0.4rem;
}

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

.attribute-value {
    color: #000;
    font-weight: 500;
    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 .top-section,
.product-stock-detail .bottom-section {
    border: 1px solid var(--blue-color);
} */

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

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

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

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

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

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

/* 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: 1px solid var(--orange-color);
    border-right: 1px solid var(--orange-color);
}

.bo-top {
    border-top: 1px solid var(--orange-color);
}

.bo-bottom {
    border-bottom: 1px solid var(--orange-color);
}

.bo-left {
    border-left: 1px solid var(--orange-color);
}

.bo-right {
    border-right: 1px solid var(--orange-color);
}

.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;
}

.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: 10px;
}

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;
    font-size: 10px;
}

.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;
}

.font-24-line-24 {
    font-size: 24px;
    line-height: 24px;
}

.fw-600 {
    font-weight: 600;
}

.product_title_single {
    font-size: 1.2rem;
}

.single-media-object-single {
    /* width: 120px;
    height: 80px;
    object-fit: contain;
    border: 1px solid var(--gray-3-color);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center; */
    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;
}

/* 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: 22px;
    margin-left: 8px;
    font-size: 1.2rem;
}

.write-review-link {
    position: absolute;
    top: 56%;
    left: -12px;
}

.ask-a-question-link {
    position: absolute;
    top: 65%;
    right: -12px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.write-review-link button,
.ask-a-question-link button {
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.write-review-link button:focus,
.ask-a-question-link button:focus {
    box-shadow: none;
}
#moreInformationTextTabOpen:hover,
#moreInformationTextTabOpen:focus {
    text-decoration: none;
    color: var(--orange-color);
    cursor: pointer;
    box-shadow: none;
}

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

.orange-hr {
    margin-top: 0.7rem;
    border-top: 1px solid #f68e1f;
}

.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-family: "Montserrat";
}

.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,
.quote-request-btn:hover {
    color: white;
}

img.card-img-top.img-fluid.pt-4.cat-featured {
    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) {
    /*.single_product_page ol.breadcrumb li:not(:first-child) {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: auto;
    }*/
    .pnum-mf-pnum-mfname {
        font-size: 14px !important;
    }
    .product_title_single {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1225px) {
    li.breadcrumb-item.active.text-dark::before,
    /*li.breadcrumb-item:not(:nth-child(1)):before,*/
    li.breadcrumb-item:not(:nth-child(2)):before {
        text-indent: 20px;
    }
    li.breadcrumb-item:not(:not-child(1)) {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    /*.single_product_page ol.breadcrumb li:not(:first-child) {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 30%;
    }*/
}

@media only screen and (max-width: 767px) {
    /*    .single_product_page ol.breadcrumb li:not(:first-child) {
        white-space: nowrap;
        width: 30%;
        text-overflow: ellipsis;
        overflow: hidden;
    }*/
    .single-media-object-single img {
        /* max-height: 70px;
        min-height: 70px;
        width: 70px;
        object-fit: contain;
        max-width: 70px;
        min-width: 70px; */
        max-height: 90px;
        padding: 10px;
    }
    #productImageSlider .slick-vertical-arrow.slick-next,
    #productImageSlider .slick-vertical-arrow.slick-prev {
        right: 8px;
    }
    .product-description p {
        word-break: break-all;
    }
}

@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) {
    .single-media-object-single img {
        max-height: 50px;
        min-height: 50px;
        width: 50px;
        object-fit: contain;
        max-width: 50px;
        min-width: 50px;
    }
    .single-media-object-single {
        width: 60px;
        height: 60px;
    }
    .rating__label {
        font-size: 1rem !important;
    }
    .write-review-link,
    .ask-a-question-link {
        font-size: 8px !important;
    }
    .responsive-text-size {
        font-size: 0.7rem !important;
    }
    li.breadcrumb-item:not(:nth-child(1)):before {
        text-indent: 20px;
    }
    li.breadcrumb-item:nth-child(-n + 1) {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    li.breadcrumb-item:nth-child(2) {
        width: 90%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    li.breadcrumb-item:nth-child(2):before {
        text-indent: 0px;
    }
    .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-stock-detail {
    border: 4px solid var(--blue-color);
    border-radius: 0;
}

.product-brand-nos {
    font-size: 14px;
}

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

#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;
}

.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: -15px;
    right: 10px;
    text-transform: capitalize;
}

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

.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: 10px;
}

.rating.ml-3:after {
    content: "|";
    position: relative;
    left: 10px;
    font-weight: bold;
}
.fromRange:hover {
    cursor: pointer;
    color: #f28e00 !important;
}
#popular-categories .popular-image img {
    max-width: 250px;
}

.nav-tabs .nav-link {
    color: #22345b;
    font-size: 0.9em !important;
    background: #e3e3e3;
    border: 1px solid white;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
    color: #ffffff;
    background: #f28e00;
    border: 1px solid white;
}
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #22345b;
    color: white;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3500px;
    margin-top: 0px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 0px;
    padding-top: 13px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

#divScroll {
    height: 133px;
    max-height: 153px;
    min-height: 236px;
    overflow-y: scroll;
}

#myTab .nav-link:last-child {
    padding-right: 3.5rem !important;
}

.scroller-right {
    position: relative;
    left: 8px;
}

.scroller-left {
    position: relative;
    right: 8px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #192c55;
    border-color: #192c55;
}

/* Vertical slider */

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

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

#productImageSlider .slick-vertical-arrow.slick-next,
#productImageSlider .slick-vertical-arrow.slick-prev {
    font-family: "Fontawesome";
    position: relative;
    width: 120px;
    left: 1px;
    right: 0px;
}

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

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

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

#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 .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;
    }
    #productImageSlider .slick-vertical-arrow.slick-next,
    #productImageSlider .slick-vertical-arrow.slick-prev {
        font-family: "Fontawesome";
        position: relative;
        width: 120px;
        left: 8px;
        right: 0px;
    }
}
