@import url('header.css');
@import url('signupModalStyle.css');
@import url('cartModalStyle.css');
@import url('rfqModalStyle.css');
@import url('swiper.css');
@import url('global.css?v=13.8');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('magnific-popup.css');
@import url('footer.css?v=13.8');



/***

====================================================================
	Shop Detail Section
====================================================================

***/

.shop-detail-section {
    position: relative;
    padding: 20px 0px 20px;
}

.shop-detail-section .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.shop-detail-section .breadcrumb_content {
    margin-bottom: 20px;
}

.shop-detail-section .breadcrumb_content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
}

.breadcrumb_content ul li:not(:last-child):after {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-fiftyfive);
    opacity: 0.8;
}

.shop-detail-section .breadcrumb_content ul li a {
    color: var(--color-fiftyfive);
    opacity: 0.8;
}

.shop-detail-section .breadcrumb_content ul li a:hover {
    color: var(--main-color);
}

.shop-detail-section .gallery-column {
    position: relative;
    margin-bottom: 15px;
}

.shop-detail-section .gallery-column .inner-column {
    position: relative;
}

.shop-detail-section .gallery-column .carousel-outer {
    position: relative;
    padding-right: 130px;
}

.shop-detail-section .gallery-column .image {
    text-align: center;
    padding: 15px;

}

.shop-detail-section .gallery-column .thumbs-carousel {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
}

.shop-detail-section .swiper-container figure.image {
    height: 430px;
    margin-bottom: 5px;

}

.shop-detail-section .swiper-container figure.image a.lightbox-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
}


.shop-detail-section .swiper-container figure.image img {
    max-height: 100%;
    display: inline-block;
}


.shop-detail-section .gallery-column .thumbs-carousel .swiper-slide {
    height: auto !important;
    width: auto !important;
    margin-bottom: 20px !important;
    padding-right: 5px;
}

.shop-detail-section .gallery-column .thumb {
    cursor: pointer;
    padding: 5px;

    margin-bottom: var(--margin-zero);
    max-height: 130px;
    height: 130px;

}

.shop-detail-section .gallery-column .thumb img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    transition: all .3s ease;
}

.shop-detail-section .content-column {
    position: relative;
    /* margin-bottom: var(--margin-bottom-20); */
}

.shop-detail-section .content-column .inner-column {
    position: relative;
    padding-left: var(--padding-left-30);
}

.shop-detail-section .content-column h1 {
    color: rgba(var(--color-fiftyfive-rgb), 1);
    font-weight: 700;
    font-size: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.product-shortDescription {

    line-height: 25px;
    position: relative;
    font-size: var(--font-16);
    font-weight: 400;
    color: var(--dark-color);
    font-family: var(--font-family-Outfit);
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: justify;
    transition: max-height 2s ease-in-out;


}

.product-shortDescription-container {
    position: relative;
    max-width: 700px;
    margin-bottom: 30px;
}

.limit-three-lines {



    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.5em;
    /* Restrict height to 3 lines (3 * 1.5em) */



}



.product-shortDescription-title {
    position: relative;
    font-weight: 600;
    color: black;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.product-shortDescription-container #read-more {
    display: none;
    /* Initially hidden */
    background-color: var(--main-color);
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.product-shortDescription-container #read-more:hover {

    background-color: var(--btn-hover-color);
}



.custom-tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Adjust according to where you want the tooltip */
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}



.product-shortDescription-container:has(.description-clamped) .read-more {
    display: inline-block;
    /* Show Read More if content is clamped */
}


.shop-detail-section .content-column .productExtraBtns {
    float: right;
    margin-top: 10px;
    position: relative;
    z-index: 5;
}

.shop-detail-section .gallery-column .thumbs-carousel::-webkit-scrollbar-thumb {
    background: #7f7f7f !important;
    border-radius: 10px !important;
}

.shop-detail-section .gallery-column .thumbs-carousel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c3c3c3;
    border-radius: 10px;
}

.sharemainul {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0 5px;
    padding-top: 0.923em;
    cursor: pointer;
    font-size: 14px;
}

.shareul {
    display: none;
    list-style: none;
    transition: all 0.3s ease-in-out;
}

.sharemainli .shareul li {
    margin: 2px 2px 5px -2px;
    font-size: 18px;
}

.sharemainli a {
    color: black;
    letter-spacing: 0.5px;
}

.sharemainli:hover .shareul {
    display: block;
    position: absolute;
    background: #fffefe;
    border: 1px solid #ddd;
    width: 40px;
    cursor: pointer;
    list-style: none;
    padding: 5px 5px;
    margin-left: 0px;
    margin-top: 2px;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}

.productExtraBtns>* {
    float: right;
    font-size: 14px;
}

.productExtraBtns .compare-btn {
    margin-right: 15px;
    transition: all 300ms ease;
}

.productExtraBtns i {
    margin-right: 3px;
}

.productExtraBtns a,
.productExtraBtns button {
    color: rgba(var(--color-fiftyfive-rgb), 0.7);
}

.productExtraBtns a:hover,
.productExtraBtns button:hover {
    color: var(--main-color);
}

.shop-detail-section .content-column .text {
    position: relative;
    opacity: 0.8;
    line-height: 30px;
    font-size: var(--font-16);
    color: var(--color-fiftyfive);
    margin-top: var(--margin-top-10);
}

.shop-detail-section .content-column .text p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-detail-section .content-column .rating {
    position: relative;
    font-size: var(--font-16);
    color: var(--color-five);
    margin-top: var(--margin-top-15);
}

.shop-detail-section .content-column .rating .light {
    opacity: 0.2;
    color: var(--black-color);
}

.shop-detail-section .content-column .rating i {
    position: relative;
    font-weight: 500;
    font-style: normal;
    font-size: var(--font-14);
    color: var(--color-thirtynine);
    margin-left: var(--margin-left-10);
}

.shop-detail-section .content-column .price {
    position: relative;
    font-weight: 500;
    color: rgba(var(--color-fiftyfive-rgb), 1);

    margin-top: 25px;
    font-family: var(--font-family-Outfit);
    margin-bottom: var(--margin-bottom-0);
    font-weight: bold;
}

.shop-detail-section .content-column .price .finalPrice {
    font-size: 32px;
    line-height: 34px;
}

.shop-detail-section .content-column .price i {
    position: relative;
    top: -2px;
    border-radius: 4px;
    padding: 2px 12px;
    font-style: normal;
    display: inline-block;
    font-size: var(--font-13);
    color: var(--white-color);
    margin-left: var(--margin-left-5);
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.shop-detail-section .content-column .price span {
    position: relative;
    color: #2D2A2ACC;
    color: #2d2a2aab;
    margin: 0px 5px;

}

.shop-detail-section .content-column .price span.list-price {
    text-decoration: line-through;
}

.shop-detail-section .content-column .model {
    position: relative;
    margin-top: var(--margin-top-5);
    margin-right: var(--margin-right-15);
}

.shop-detail-section .content-column .model .model-title {
    position: relative;
    display: block;
    font-weight: 500;
    display: inline-block;
    font-size: var(--font-16);
    font-family: var(--font-family-Roboto);
    margin-bottom: var(--margin-bottom-15);
}

.shop-detail-section .content-column .buttons-box {
    position: relative;
    margin-top: var(--margin-top-25);
}

.shop-detail-section .content-column .buttons-box_wrapper div.buttons-box {
    margin-right: 5px;
}

.shop-detail-section .content-column .buttons-box .btn-style-one {
    padding: 15px 80px;
    /* background: var(--color-eight); */
    background: var(--main-color);
    margin-right: 15px;

}

.shop-detail-section .content-column .outdoor-btns>* {
    float: left;
}

.shop-detail-section .content-column .social-box {
    position: relative;
    margin-top: 5px;
    margin-left: 20px;
}

.shop-detail-section .content-column .social-box li {
    position: relative;
    display: inline-block;
    margin-right: var(--margin-right-15);
}

.shop-detail-section .content-column .social-box li.share {
    margin-right: 10px;
}

.shop-detail-section .content-column .social-box li.share,
.shop-detail-section .quantity-box>span {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: black;
}

.shop-detail-section .content-column .social-box li.share {
    color: rgba(var(--color-fiftyfive-rgb), 0.7);
    font-size: 14px;
}

.shop-detail-section .content-column .social-box li a {
    position: relative;
    font-size: var(--font-18);
    color: rgba(var(--color-fiftyfive-rgb), 0.7);
}

.shop-detail-section .content-column .compare-btn {
    color: rgba(var(--color-fiftyfive-rgb), 0.7);
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

.shop-detail-section .content-column .compare-btn i {
    margin-left: 7px;
}

/* Quality Box */

.quantity-box {
    position: relative;
    margin-top: var(--margin-top-25);
}

.shop-detail-section .quantity-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
}

.select-size {
    position: relative;
}

.select-size .select-box {
    position: relative;
    float: left;
    text-align: center;
    margin: 0px 10px 10px 0px;
}

.select-size .input-box {
    position: relative;
    float: left;
}

.select-size .select-box input[type="radio"] {
    left: 0px;
    top: 0px;
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.select-size .select-box label {
    display: block;
    line-height: 24px;
    padding: 5px 18px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
    font-size: var(--font-12);
    transition: all 500ms ease;
    text-transform: uppercase;
    color: var(--color-fiftyseven);
    background-color: var(--color-fiftysix);
}

.select-size .select-box input[type="radio"]:checked+label {
    background-color: var(--main-color);
    color: #ffffff;
}

.shop-detail-section .content-column .prodVitalsBox>div {
    display: inline-block;
    margin-right: 20px;
}

.shop-detail-section .content-column p.licenseRequiredDP {
    margin-bottom: 0px;
}

.shop-detail-section .content-column .categories {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    padding-top: 15px;
    color: var(--dark-color);
}

.shop-detail-section .content-column .manufacturer {

    margin-bottom: 5px;
}


.shop-detail-section .content-column .cisco-logo img {

    max-width: 100px;

}


.shop-detail-section .content-column .categories span {
    position: relative;
    font-weight: 600;
    color: black;
}

.shop-detail-section .content-column .categories div.availability-status {
    color: green;
}

.shop-detail-section .content-column .productUserManual {
    margin-top: var(--margin-top-10);
}

.shop-detail-section .content-column .userGuide {
    font-weight: 400;
    font-size: var(--font-15);
    margin-top: var(--margin-top-15);
    color: rgba(var(--color-fiftyfive-rgb), 0.7);
}

.shop-detail-section .content-column .userGuide:hover {
    color: var(--main-color);
}

.shop-detail-section .content-column a.userGuide::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-family: fontAwesome;
    font-size: 18px;
    color: red;
    margin-right: 15px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out 0s;
    content: "\f1c1";
    font-weight: 900;
    color: #d32f2f;
}

/* Item Quantity */

.item-quantity {
    position: relative;
    width: 100%;
    max-width: 140px;
    padding: 0px 45px;
    display: inline-block;
}

.quantity-box .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 144px;
    width: 100%;
}

.quantity-box .item-quantity input.qty-spinner {
    line-height: 44px;
    height: 30px;
    width: 50px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: var(--font-18);
    font-weight: 500;
    color: #1e1e2a;
    border: none;
    border-radius: 0;
    background: white;
}

.quantity-box .item-quantity input.qty-spinner:focus {
    background: none;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--white-color);
    padding: 6px 0px !important;
    line-height: 30px;
    left: -30px;
    top: -30px;
    border: 1px solid var(--color-fiftysix);
    border-radius: 5px 5px 5px 5px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--white-color);
    padding: 6px 0px !important;
    line-height: 30px;
    right: -33px;
    top: -30px;
    border: 1px solid var(--color-fiftysix);
    border-radius: 5px 5px 5px 5px;
    margin-top: 0px;
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: var(--font-16);
    color: #0c2957;
    font-weight: 400;
    font-style: normal;
    font-family: "FontAwesome";
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: var(--font-16);
    color: #0c2957;
    font-weight: 400;
    font-style: normal;
    font-family: "FontAwesome";
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
    top: 0px;
    left: 8.5px;
    font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical i {

    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
}


.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}


/* Qunatity Table  */

/* General styling for table container */
.dicount-table__container {
    margin: 20px auto;
    max-width: 800px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* Styling for table */
.dicount-table__container table {
    width: 100%;
    border-collapse: collapse;
    /* Ensure borders merge */
}

/* Styling for table headings */
.dicount-table__container th {
    background-color: var(--main-color);
    color: #ffffff;
    padding: 12px;
    text-align: left;
    font-size: 15px;
    border-right: 2px solid #fff;
    /* Right border for headings */
}

/* Styling for table cells */
.dicount-table__container td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    /* Bottom border for cells */
    border-right: 2px solid #dee2e6;
    /* Right border for cells */
    font-size: 14px;
}

.dicount-table__container td:nth-child(2) {

    color: var(--dark-color);
}

/* Alternating row colors */
.dicount-table__container tr:nth-child(even) {
    background-color: #f6f8ff;
}

/* Remove right border for last column */
.dicount-table__container td:last-child,
.dicount-table__container th:last-child {
    border-right: none;
}

/* Remove bottom border for last row */
.dicount-table__container tr:last-child td {
    border-bottom: none;
}


.dicount-table__container p{

color: var(--main-color);
padding: 10px 12px;
}


/***

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail-section .prod-tabs {
    position: relative;
    margin-bottom: var(--margin-bottom-40);
}

.shop-detail-section .prod-tabs .tab-btns {
    position: relative;
    text-align: left;
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0px 5px 10px;
    background: var(--white-color);
    color: var(--color-thirtynine);
    text-transform: uppercase;
    font-size: var(--font-16);
    line-height: 24px;
    cursor: pointer;
    font-weight: 600;
    padding: 13px 28px 13px 0px;
    transition: all 500ms ease;

}

.shop-detail-section .prod-tabs .tab-btns .tab-btn:first-of-type {
    padding-left: 0px;
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail-section .prod-tabs .tab-btns .tab-btn.active-btn {
    color: var(--main-color);
    background: var(--white-color);
}

.shop-detail-section .prod-tabs .tabs-content {
    position: relative;
    padding: 15px 0px 0px;
}

.shop-detail-section .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-detail-section .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.shop-detail-section .prod-tabs .tabs-content .tab.active-tab .tab-pane{

    padding-inline: 10px;

}
.prod-tabs .tabs-content p,
.prod-tabs .tabs-content span.custom_ProductOverview-paragraph {
    position: relative;
    line-height: 30px;
    font-size: var(--font-16);
    color: var(--color-two);
    margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: var(--text-color);
    font-size: var(--font-20);
    font-weight: 400;
    margin-top: var(--margin-top-10);
    margin-bottom: var(--margin-bottom-25);
}

/* Styling Product Detail Table */

.prod-tabs .tabs-content .table {
    border-bottom: 1px solid #dee2e6;
    margin-top: -1px;
}

.tabs-content table tr td:first-child {
    width: 30%;
    border-right: 1px solid #dee2e6;
}

.tabs-content table td,
.tabs-content table td a {
    position: relative;
    line-height: 32px;
    font-size: var(--font-16);
    color: var(--color-two);
    font-family: var(--font-family-Outfit);
}

.tabs-content table td:nth-child(2) {

    color: var(--dark-color);
}

.tabs-content table td a:hover {
    color: var(--main-color);
}

.tabs-content table tr td:first-child p {

    position: relative;
    line-height: 32px;
    font-size: var(--font-16);
    color: var(--color-two);
    margin-bottom: 0;
    font-family: var(--font-family-Outfit);
    font-weight: 500;
    opacity: 1;

}


.prod-tabs .tabs-content .Product-detail-title-for-listing {
    margin-top: 15px;
}

.prod-tabs .tabs-content .Product-detail-title-for-listing h3 {
    position: relative;
    margin-bottom: 3px;
    font-size: var(--font-16);
    color: var(--color-thirtynine);
    font-family: var(--font-family-Outfit);
}

.tabs-content .accordion-body table tr {
    border-top: 1px solid rgb(222, 226, 230);
}

.tabs-content .accordion-item .accordion-button {
    line-height: 0px;
    padding: 15px;
    font-weight: 500;
    color: rgba(var(--color-fiftyfive-rgb), 1);
}

.tabs-content .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.tabs-content .accordion-button:not(.collapsed) {
    color: var(--main-color);
    background-color: #f5f5f5;
    box-shadow: none;
}

.tabs-content .accordion-button:not(.collapsed):after {
    color: var(--main-color);
}

/*Comment Form*/

.shop-comment-form {
    position: relative;
}

.shop-comment-form h4 {
    margin-bottom: var(--margin-bottom-25);
}

.shop-comment-form .group-title {
    margin-bottom: var(--margin-bottom-20);
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: var(--margin-bottom-30);
}

.shop-comment-form .rating-box .text {
    color: var(--main-color-two);
    margin-bottom: var(--margin-bottom-10);
}

.shop-comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    border-right: 1px solid #ebebeb;
    margin-right: var(--margin-right-10);
    padding-right: var(--padding-right-10);
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: var(--margin-right-5);
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: var(--color-eight);
    font-size: var(--font-16);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .rating-box .rating a:hover {
    color: var(--main-color);
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: var(--margin-bottom-15);
}

.shop-comment-form .form-group label {
    position: relative;
    display: block;
    font-weight: 500;
    color: var(--black-color);
    font-size: var(--font-16);
    font-family: var(--font-family-Jost);
    margin-bottom: var(--margin-bottom-15);
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: var(--main-color-two);
    font-weight: 300;
    background: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: var(--main-color);
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: var(--main-color-two);
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: var(--white-color);
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form button {
    position: relative;
    margin-top: var(--margin-top-10);
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: var(--main-color);
}

/***

====================================================================
	Comments Area
====================================================================

***/

.shop-detail-section .comments-area {
    position: relative;
    margin-top: var(--margin-zero);
    margin-bottom: var(--margin-bottom-40);
}

.shop-detail-section .comments-area .comment-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.shop-detail-section .comments-area .comment-box:hover {
    border-color: var(--main-color);
}

.shop-detail-section .comments-area .comment-box.reply-comment {
    margin-left: var(--marg-left-30);
}

.shop-detail-section .comments-area .comment {
    position: relative;
    font-size: var(--font-14);
    padding: 0px 0px 0px 80px;
}

.shop-detail-section .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4;
}

.shop-detail-section .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 15px;
    top: 15px;
}

.shop-detail-section .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    font-size: var(--font-14);
    color: var(--color-eight);
}

.shop-detail-section .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: var(--margin-bottom-20);
}

.shop-detail-section .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block;
}

.shop-detail-section .comments-area .comment-info {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    color: var(--black-color);
    font-size: var(--font-16);
    margin-bottom: var(--margin-bottom-10);
}

.shop-detail-section .comments-area .comment-box .text {
    font-weight: 400;
    font-size: var(--font-16);
    color: var(--main-color-two);
    margin-top: var(--marg-top-10);
    margin-bottom: var(--margin-bottom-10);
}

.shop-detail-section .related-products h4 {
    text-transform: uppercase;
    margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .lower-box h3 {
    margin-bottom: var(--margin-bottom-15);
}

.shop-detail-section .lower-box h5 {
    margin-bottom: var(--margin-bottom-20);
}

.shop-detail-section .list-one {
    position: relative;
}

.shop-detail-section .list-one li {
    position: relative;
    font-size: var(--font-16);
    padding-left: var(--padding-left-30);
    margin-bottom: var(--margin-bottom-15);
    color: rgba(var(--color-fiftyfive-rgb), 0.8);
}

.shop-detail-section .list-one li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
}

.shop-detail-section .list-two {
    position: relative;
    margin-top: -40px;
}

.shop-detail-section .list-two li {
    position: relative;
    font-size: var(--font-16);
    padding-left: var(--padding-left-50);
    margin-bottom: var(--margin-bottom-25);
    color: rgba(var(--color-fiftyfive-rgb), 0.8);
}

.shop-detail-section .list-two li:before {
    position: absolute;
    content: "\f1a3";
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50px;
    line-height: 28px;
    font-size: var(--font-12);
    font-family: "Flaticon";
    color: var(--main-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}



.shop-detail-section #tabs-content:empty {

    margin-bottom: 130px !important;
}


#product-showcase .sec-title {

    margin-bottom: 30px;

}

#product-showcase .productShowcase-gridBlock {
    padding-right: 20px;
    border-right: 1px solid #dddd;
    position: relative;
    margin-block: 10px;
}

.productShowcase-gridBlock .productShowcase-image {
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.productShowcase-gridBlock .productShowcase-image a {
    display: inline-block;
    height: 250px;
    padding-block: 20px;
}

.productShowcase-gridBlock .productShowcase-image img {
    display: block;
    max-height: 100%;
}

.productShowcase-gridBlock .productShowcase-name h4 {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    /* min-height: 35px; */
    min-height: 20px;
    margin-bottom: 7px;
    color: rgba(var(--color-fiftyfive-rgb), 1);

}

/* .productShowcase-priceBlock-container .productShowcase-price{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
} */

.productShowcase-priceBlock-container .productShowcase-price>* {
    display: inline-block;
}


.productShowcase-gridBlock .productShowcase-price ins {
    text-decoration: none;
    margin-right: 15px;
}

.productShowcase-gridBlock .productShowcase-price ins .amount {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: .5px;
}

.productShowcase-gridBlock .productShowcase-price ins .each_amount {
    font-size: 16px;
    color: var(--color-two);
    letter-spacing: .5px;
    font-weight: 500;
}



.productShowcase-gridBlock .productShowcase-price del {

    font-size: 22px;
    position: relative;
    color: #2d2a2aab;
    margin: 0px 5px;
    margin-left: 0px;
    text-decoration: line-through;
    font-family: var(--font-family-Outfit);
    font-weight: bold;
}



.productShowcase-gridBlock .productShowcase-price del {
    display: inline-block;
}

a.productShowcase-cartBtn {
    color: white;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--main-color);
    padding: 5px 10px;
    display: inline-block;
    margin-top: 5px;
}

a.productShowcase-cartBtn:hover {
    background-color: var(--main-color);
}

.productShowcase-gridBlock .productShowcase-mfrsku p {
    font-size: 14px;
    color: var(--black-color);
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 7px;
}

.productShowcase-gridBlock .productShowcase-mfrsku p span {

    position: relative;
    font-weight: 600;
    color: rgba(var(--color-fiftyfive-rgb), 1);

}

.productShowcase-gridBlock .productShowcase-compare {
    border-top: 1px solid #dddddd61;
    margin-top: 5px;
    padding-top: 5px;
}

.productShowcase-gridBlock .productShowcase-compare a {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}

.productShowcase-gridBlock .productShowcase-compare a:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.productShowcase-gridBlock .productShowcase-availSign p {
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
}

.productShowcase-gridBlock .productShowcase-availSign p.selectedinstock {
    color: #81b534;
}

.productShowcase-gridBlock .productShowcase-availSign p.selectedlimitedstock {
    display: none;
    color: #f00;
}

.productShowcase-gridBlock .productShowcase-availSign {
    position: absolute;
    top: 0px;
    right: 20px;
}

.productShowcase-gridBlock .productShowcase-mfrLogo {
    position: absolute;
    top: 0px;
    left: 20px;
}

.productShowcase-gridBlock .productShowcase-mfrLogo img {
    width: 65px;
}


/*##################################(Product Showcase End)#################################*/




/*##################################(Sliding Tabs Start)###############################*/

/* Sliding Tabs Section Styles */
.sliding-tabs {
    position: relative;
    margin-bottom: 50px;
}

.sliding-tabs__title {
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.sliding-tabs__nav {
    margin-bottom: 30px;
    justify-content: flex-start;
}

.sliding-tabs__nav-item {
    margin: 0 5px;
}

.sliding-tabs__nav-link {
    color: #666;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.sliding-tabs__nav-link:hover {
    color: #0d6efd;
    border-color: #0d6efd;
}

.sliding-tabs__nav-link.active {
    color: #0d6efd;
    background-color: transparent;
    border-color: #0d6efd;
}

.sliding-tabs__content {
    padding: 20px 0;
}

.sliding-tabs__pane {
    padding: 15px 0;
}

.sliding-tabs .nav-tabs .nav-link {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0px 5px 10px;
    background: var(--white-color, #fff);
    color: var(--color-thirtynine, #333);
    text-transform: uppercase;
    font-size: var(--font-16, 16px);
    line-height: 24px;
    cursor: pointer;
    font-weight: 600;
    padding: 13px 28px 13px 0px;
    transition: all 500ms ease;
    border: none;
}

.sliding-tabs .nav-tabs .nav-link.active {
    color: var(--main-color, #0d6efd);
}

/* Custom Slider Styles */
.sliding-tabs__slider-container {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
}

.sliding-tabs__slider-track-wrapper {
    overflow: hidden;
    cursor: pointer;
}

.sliding-tabs__slider-track-wrapper:active {
    cursor: pointer;
}

.sliding-tabs__slider-track {
    display: flex;
    /* REDUCED SPEED: Changed from 0.3s to 0.6s for slower transitions */
    transition: transform 0.6s ease;
    will-change: transform;
}

.sliding-tabs__slider-item {
    flex: 0 0 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    user-select: none;
}

@media (min-width: 576px) {
    .sliding-tabs__slider-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .sliding-tabs__slider-item {
        flex: 0 0 33.333333%;
    }
}

@media (min-width: 992px) {
    .sliding-tabs__slider-item {
        flex: 0 0 25%;
    }
}

/* Product Styles */
.sliding-tabs__product {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: 100%;
}

.sliding-tabs__product-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding-top: 15px;
}

.sliding-tabs__product-img-container a {
    display: inline-block;
    height: 180px;
    padding-inline: 10px;
}



.sliding-tabs__product-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.sliding-tabs__product:hover .sliding-tabs__product-img {
    transform: scale(1.05);
}

.sliding-tabs__product-content {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sliding-tabs__product-title {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    min-height: 20px;
    margin-bottom: 7px;
    color: black;
}

.sliding-tabs__product-description {
    font-size: 14px;
    color: #333;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 7px;
}

.sliding-tabs__purchase-info {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;

}


.sliding-tabs__product-price {
    font-size: 24px;
    font-weight: 600;
    color: #0d6efd;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

/* .sliding-tabs__product-price:empty{
    display: none;
} */


.sliding-tabs__product-content .button-box.add-to-cart a {
    color: white;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 12px;
    padding: 15px 20px !important;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    transition: all .3s ease;
    border-radius: 0px;
    margin-bottom: 5px;
    width: max-content;
    background: var(--main-color) !important;
}

.sliding-tabs__product-content .button-box.add-to-cart:before {

    background-color: var(--main-color) !important;

}

/* Dots Navigation */
.sliding-tabs__dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding: 0;
    list-style: none;
}

.sliding-tabs__dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sliding-tabs__dot.active {
    background-color: #0d6efd;
    width: 25px;
    border-radius: 10px;
}


/* Responsive Styles */
@media (max-width: 991.98px) {

    .sliding-tabs__product-title {
        font-size: 1rem;
    }

    .sliding-tabs__product-description {
        -webkit-line-clamp: 2;
    }
}



/*##################################(Sliding Tabs End)#################################*/

/*##################################(Warranty Section Start)################################*/

h3.section__title{

    position: relative;
    font-weight: 600;
    color: black;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 32px;

}

h3.section__header{

    position: relative;
    font-weight: 600;
    color: black;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 32px;

}

.product-warranty {

    padding-left: 30px;
}







.product-warranty .warranty-item {
    box-sizing: border-box;
    padding: 12px 16px;
    border: 1px solid #c5c0c0;
    margin-bottom: 20px;
    border-radius: 8px;
    cursor: pointer;
}

.product-warranty .selected.warranty-item {

    border: 2px solid #150404;
    background: #f7f7f7;

}

.product-warranty .warranty-item .warranty-item-content{

    display: flex;
    align-items: flex-start;
    justify-content: space-between;


}

.product-warranty .warranty-item .warranty-item-content h3{

    position: relative;
    line-height: 24px;
    font-size: var(--font-16);
    color: black;
    margin-bottom: 0;
    font-family: var(--font-family-Outfit);
    font-weight: 500;
    opacity: 1;
    margin-right: 16px;

}

.product-warranty .warranty-item .warranty-item-content p{
    position: relative;
    font-size: var(--font-16);
    font-weight: 500;
    color: black;
    font-family: var(--font-family-Outfit);
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: justify;
    transition: max-height 2s ease-in-out;

}

.product-warranty .warranty-item .warranty-item-view-more a{

    text-decoration: underline;
    display: inline-block;
    margin-top:  5px;
}


.product-warranty .callout-content{

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}

.product-warranty .callout-content .callout-item{

    margin-right: 10px;
    margin-bottom: 10px;




}







.product-warranty .callout-content .callout-item a{

    position: relative;
    font-weight: 500;
    color: black;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 28px;

}


.product-warranty .callout-content .callout-item a span.icon{

    font-family: 'flaticon';
    font-weight: 600;
    color: black;
    font-size: 12px;
}

.product-warranty .callout-content .callout-item a .callout-item-text{

    display: inline-block;
    margin-inline:1px;
    color: black;

}



/*##################################(Warranty Section End)#################################*/
/* CSS for video elements and modal */
/* Video Slide */
.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.play-button svg {
    color: black;
    width: 40px;
    height: 40px;
}

/* Video Thumbnail in thumbs carousel */
.video-thumb {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon svg {
    color: white;
    width: 24px;
    height: 24px;
}

/* Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;

}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 5% auto;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}