﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Roboto&display=swap');

.Product-view {
    font-family: 'Roboto';
}
img {
    max-width:100%;
}
.button {
    width: auto;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0px 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

    .logo-color {
        color: #008081;
    }
.btn_green {
    background-color: #008081;
}

.btn_black {
    background-color: #3c3c3c;
}
    .btn_green:hover, .btn_green:active, .btn_green:focus, .btn_black:hover, .btn_black:active, .btn_black:focus {
        text-decoration: none;
        color: #fff;
        border:0;
    }

.m-l-5 {
    margin-left:5px;
}
.m-l-10 {
    margin-left: 5px;
}
.m-t-10 {
    margin-top:10px;
}
.breadcrumb-block {
    padding: 2px 20px 5px 20px;
    margin: 10px 0 10px 15px;
    display: inline-block;
    font-size: 14px;
    background: #ebebeb;
}
.breadcrumb-block > ul {
   margin-bottom:0;
   padding-left:0px;
}
    .breadcrumb-block > ul > li {
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        font-weight:600;
    }
.breadcrumb-block > ul > li > a > i {
   font-size: 22px;
   color: #505050;
}
.breadcrumb-block > ul > li > i {
    color:#008081;
    font-size:16px;
    font-weight:600;
}

.zoom_icons {
}

    .zoom_icons:after {
        content: '\f31e';
        display: block;
        position: absolute;
        bottom: -4px;
        font-size: 24px;
        right: 5px;
        height: 42px;
        width: 42px;
        line-height: 42px;
        border-radius: 0;
        /* background-color: #cf9163;
    -webkit-box-shadow: 0 3px 18px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 5%);*/
        text-align: center;
        z-index: 1;
        color: #bf0000;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        background: transparent;
        cursor: pointer;
    }
.singlePostSlider{
    position:relative;
}
.singlePostSlider .zoom_icons:after {
    bottom: 0px;
}

@media (max-width:640px) {
    .singlePostSlider {
        max-width: 300px;
    }

    .zoom_icons:after {
        left: 0;
        right: auto;
    }
}


@media (max-width:420px) {
    .featuredPostSlider img, .featuredPostSlider_new img, .featuredPostSlider_unit img, .featuredPostSlider_unit_home img, .featuredPostSlider_get_unit_home img {
        max-width: 180px !important;
        margin: 0px !important;
    }

    .zoom_icons:after {
        left: 0;
        right: auto;
    }

    .singlePostSlider {
        max-width: 180px;
        display: inline-block;
    }

        .singlePostSlider li {
            height: 100px;
        }

            .singlePostSlider li a {
                display: inline-block;
                max-width: 180px;
                height: 100px;
            }

    .product_slider_view {
        max-height: 200px;
    }
}

.zoomContainer {
    top: 0% !important;
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
    cursor: zoom-in !important;
}

.singlePostSlider .zoomContainer {
    top: 0% !important;
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
    cursor: zoom-in !important;
}

.product_image {
    /* border: solid 1px #e6e6e6;
    margin: 0;
    padding: 10px;
    height: 320px;*/
}
img.slick-slide.slick-current.slick-active {
    width: 61px !important;
}

.product_image .productslide_img {
    display: block;
    width: 100%;
    height: 220px;
    position: relative;
}

        .product_image .productslide_img img {
            /* width: 100%;
  height: 100%; */
            width: 100% !important;
            max-height: 100%;
            margin: 0px auto;
            display: block;
            margin-top: 0;
            object-fit:contain;
        }

#owl-1 .owl-carousel.owl-drag .owl-item {
    margin-right: 0 !important;
}

#owl-2 {
    margin-top: 10px;
}

#owl_2 > .owl-nav {
    display: none;
}

#owl_2 {
    padding: 10px 15px 10px 15px;
}

    #owl_2 .owl-stage-outer .owl-stage img {
        cursor: pointer;
/*        width: 50px;*/
        height: 50px;
        object-fit: contain;
        text-align: center;
        margin: 0px auto;
    }

/* .slide_buttons {
  display: table;
  margin: 100px auto;
} */
.slide_buttons .prev_btn {
    background: #008081;
    color: #fff;
    padding: 5px;
    margin-left: 15px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
}

.slide_buttons .next_btn {
    background: #008081;
    color: #fff;
    padding: 5px;
    margin-right: 15px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 0;
}

.item_border {
    padding: 5px;
    margin: 0;
    border: 1px solid #e6e6e6;
    height:70px;
    cursor:pointer;
}
.item_border:hover, .item_border:focus, .item_border.active {
    border:1px solid #027e82;
}

.product_details-block {
    display:block;
    position:relative;
    margin:0;
    padding:0;
    color: #3c3c3c;
}
.product-title {
    font-family:'Roboto';
    font-weight:600;
    font-size:18px;
    /*color:#333;*/
    color: #108282;
    line-height:1.75;
    margin-top:-5px;
}
.product_brand {
    font-weight: 600;
    line-height: 2.5;
}
.product_brand a {
    display: inline-block;
    vertical-align:middle;
}
.feature_ratings {
    display: flex;
    padding: 0px;
}
.feature_ratings ul {
        display: inline-flex;
        list-style: none;
        padding: 0px;
        color: #e7a200;
        margin: 0;
        line-height:1.5;
}
.feature_ratings li:last-child {
    margin-left: 10px;
}
.warranty-div{
    display:inline-block;
}
.freight-div{
    display:inline-block;
}
.warranty-block {
    margin-bottom: 10px;
}
.WarrantyFreight_drp{
    width: auto;
    vertical-align: middle;
    height: 28px;
    padding: 4px 6px;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e6e6e6;
    outline: none;
}
.WarrantyFreight_drp_WHI  {
    width: auto;
    vertical-align: middle;
    height: 28px;
    padding: 4px 6px;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e6e6e6;
    outline: none;
}


.freight_drop-dwn {
    width: auto;
    vertical-align: middle;
    height: 28px;
    padding: 4px 6px;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e6e6e6;
    outline: none;
}
.core-deposit-block{
    margin-bottom:5px;
}
.product_price,.core_price {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    /*color: #f00;*/
    color: #000;
    /*display: block;*/
    font-family: 'Roboto';
}
.product_core {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #f00;
    display: block;
    font-family: 'Roboto';
}
.quantity {
    /*float: left; */
    margin: 0px 0px;
    margin-left: 0;
    height: 30px;
    border: solid 1px #e6e6e6;
    display: inline-block;
    width: 130px;
}

    .quantity .group-quantity-button a {
        display: inline-block;
        width: 35px;
        text-align: center;
        line-height: 26px;
        height: 26px;
        color: #8e8e8e;
        font-size: 13px;
    }

    .quantity .input-text {
        border-top: none;
        border-bottom: none;
        border-right: solid 1px #e6e6e6;
        border-left: solid 1px #e6e6e6;
        line-height: 30px;
        height: 28px;
        text-align: center;
        font-size: 16px;
        color: #8e8e8e;
        width: 50px;
    }
    .horizontal-tabs .tabs {
        padding: 0px;
        margin:8px 0;
        border-bottom:1px solid #dedede;
    }

        .horizontal-tabs .tabs .tab.active {
            background: #008081;
            color:#fff; 
        }
        .horizontal-tabs .tabs .tab.active .tab-title {
             color: #fff !important;
        }
            .horizontal-tabs .tabs .tab-title {
            font-weight: 600;
            border: none;
            /* padding: 0; */
            color: #222;
            padding: 0;
            margin: 0;
            border-radius: 0;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
        }
        .horizontal-tabs .tabs .tab {
            margin: 0 0;
            padding:10px 20px;
            text-align:center;
            list-style: none;
            cursor: pointer;
            display:inline-block;
            text-transform: uppercase;
            border: none;
        }
        /*.horizontal-tabs .tab-content {
            background: #ebebeb;
            margin:0px;
            padding: 15px;
            border: 1px solid #dedede;
        }*/
.horizontal-tabs .tab-content .tab-content-block {
    padding:5px;
    background:#fff;
}
.techstats-table {
    border: 1px solid #ddd;
    width: 100%;
}
.Interchange-table, .description-table, .packaging-table {
    border: 1px solid #ddd;
    width: 100%;
}
.techstats-table tr th , .description-table tr th {
    background: #ECECEC;
    font-weight: 600;
    color:#000;
}
.Interchange-table tr th {
    background: #ECECEC;
    font-weight: 600;
    color: #000;
}
.techstats-table > thead > tr > th, .techstats-table > tbody > tr > th, .techstats-table > tfoot > tr > th, .techstats-table > thead > tr > td, .techstats-table > tbody > tr > td, .techstats-table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
}
.Interchange-table > thead > tr > th, .Interchange-table > tbody > tr > th, .Interchange-table > tfoot > tr > th, .Interchange-table > thead > tr > td, .Interchange-table > tbody > tr > td, .Interchange-table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
}
.techstats-table + span {
    font-size:12px;
    line-height:2;
}
.Interchange-table + span {
    font-size: 12px;
    line-height: 2;
}
.best-product-section{
    display:inline-block;
    width:100%;
    vertical-align:top;
}
.table-design {
    font-family: Roboto, sans-serif;
    width: 100%!important;
}

.table-design tr th {
    background: #3f3f3f;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #616060;
    border-right: 1px solid #616060;
}

.table-design tr td {
    padding: 8px;
}
.fitment-table tr td{
    border:1px solid #ccc;
}

#tab-fitment .dataTables_scrollHeadInner {
    width: 100% !important;
}
#tab-fitment {
    overflow-x: auto;
    white-space: nowrap;
}

.warranty-pos {
    position: relative;
}

.warranty-pos:hover .warranty-popup {
    display: block;
}

.warranty-popup {
    display: none;
    position: absolute;
    top: -18px;
    left: 114%;
    background: #fff;
    width: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 52%);
    padding: 9px;
    z-index: 9;
    color: #000;
}

.warranty-popup:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #008081 transparent transparent;
}
    /*.image-section {
    width: 50%;
    padding-left: 200px;
}

.Product-image-view1 {
    height: 600px;
}

.Product-Detail-section {
    width: 50%;
    float: right;
}

.Product-container1 {
    text-align: center;
}

.productView-details {
    width: 50%;
    float: right;
    display: inline-block;
}

.productView-images {
    display: inline-block;
    float: left;
    padding-right: 100px;
}

.productView-brand {
    font-size: 15px;
    margin: 0;
}

    .productView-brand a {
        color: #989898;
    }

.productView-title {
    font-size: 23px;
    margin: 0;
}

.rating--small .icon {
    width: 12px;
    height: 12px;
    margin: 0;
}

.icon {
    height: 1.23077rem;
    width: 1.23077rem;
    display: inline-block;
    vertical-align: middle;
}

.rating--small svg {
    color: #989898;
}

.productView-rating {
    margin-top: 15px;
    margin-bottom: 15px;
}

.productView-info-name {
    display: inline-block;
}

.productView-info-value {
    display: inline-block;
    padding-left: 15px;
}

dl {
    margin-top: 20px;
}

.productView-details .button--addtocart {
    background: #027e82;
    border-color: #027e82;
    margin-bottom: 0;
    margin-right: .76923rem;
    width: auto;
}

.form-field--increments .form-increment .button {
    display: block;
    background: 0 0;
    border: none;
    width: 40px;
    height: 20px;
}

.form-field--increments .form-increment {
    border: 1px solid #d7d7d7;
    
}

    .form-field--increments .form-increment .button {
        display: block;
        background: 0 0;
        border: none;
        width: 40px;
        height: 20px;
    }


.form-increment .button {
    margin: 0;
    padding: .23077rem .38462rem;
}

.icon, .icon svg {
    transition: all .15s ease;
}

.icon {
    height: 1.23077rem;
    width: 1.23077rem;
    display: inline-block;
    vertical-align: middle;
}
.horizontal-tabs {
    margin-top: 30px;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    clear: both;
}
    .horizontal-tabs .tabs {
        border: 1px solid #e1e1e1;
        background: #f2f2f2;
        display: -webkit-box;
        padding: 0px;
        height: 40px;
    }
        .horizontal-tabs .tabs .is-active .tab-title {
            color: #fff !important;
            background: #027e82;
        }

        .horizontal-tabs .tabs .tab-title {
            font-weight: 700;
            border: none;
            /* padding: 0; */
            color: #222;
            padding: 11px 30px;
            margin: 0;
            border-radius: 0;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
        }
        .horizontal-tabs .tabs .tab {
            margin: -1px 0 0 -1px;
            list-style: none;
            cursor: pointer;
            float: left;
            /* font-size: 16px; */
            text-transform: uppercase;
            border: none;
            border-right: 1px solid #e1e1e1;
        }
.form-option {
    border: 1px solid #dfdfdf;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-bottom: .53846rem;
    margin-right: .53846rem;
    padding: 1px;
    transition: all .15s ease;
}
.form-checkbox, .form-radio {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    .form-radio:checked + .form-option {
        border-color: #4f4f4f;
        box-shadow: 0 0 0 1px #4f4f4f;
    }

@media print {
    .breadcrumb-block {
        display: none;
        margin: 0;
        padding: 0;
    }
}

.zoomContainer {
    top: 0% !important;
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
    cursor: zoom-in !important;
}

#notFoundimg {
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 40px 0px 20px 0;
}
.availability_search {
    background: #008081;
    color: white;
    padding: 5px;
    cursor: pointer;
    width: 155px;
    display: block;
    cursor:pointer;
}

.availability {
    background: #008081;
    color: white;
    padding: 5px;
    cursor: pointer;
    width: 120px;
}

.prod_img {
    width: 100%;
    min-height: 300px;
    padding: 0px;
    padding-right: 5px;
    max-height: 300px;
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
.prod_img ul{
    list-style:none;
}

#slick-pager, #slick-pager-show, #slick-pager-show1, #slick-pager-show2, #slick-pager-show3, #slick-pager-show4 {
    top: 0;
}

.product_slider_view {
    border: 1px solid #2474a9;
    width: 100%;
    float: left;
    /* max-height: 100% !important; */
    min-height: 310px !important;
    /* overflow-x: hidden; */
    overflow-x: visible !important;
    max-height: 100% !important;
    margin-bottom: 15px;
    height: auto;
    /* overflow: auto; */
}

/* Design change - 09-09-2024 by Suriya on PDP page */

.product_slider_view .slick-list {
    height: 315px !important;
}
.product_slider_view #slick-pager-show1 {
    display: inline-block;
    width: 20%;
}

    .product_slider_view #slick-pager-show1 .pagerNavigationBottom {
        /*  left: 35px;
    top: 5px;*/
        left: 25px;
        top: unset;
        bottom: 0;
        background: #fff;
        color: #008081;
        position: static !important;
    }

    .product_slider_view #slick-pager-show1 .pagerNavigationTop {
        right: 35px;
        bottom: 0;
        top: unset !important;
        right: 25px;
        top: 0;
        margin-bottom: 5px;
        background: #fff;
        color: #008081;
        z-index: 99999;
        position: static !important;
    }

    .product_slider_view #slick-pager-show1 .slick-pager.slick-vertical {
        margin-top: 35px;
        margin-bottom: 20px;
    }
#slick-pager-show1 .pagerNavigation.pagerNavigationTop.hidden {
    display: none;
}

#slick-pager-show1 .pagerNavigation.pagerNavigationBottom.hidden {
    display: none;
}

.product_slider_view #slick-pager-show1 .slick-pager.slick-vertical {
    max-height: 200px;
    overflow: hidden;
    width: 50px;
    max-width: 50px;
    margin: 20px auto 0px auto;
}

.slick-pager.slick-initialized .slick-slide {
    height: 40px;
    position: relative;
}

.slick-pager .slick-list img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}
.product_slider_view .prd_slider_images {
     display: inline-block;
    width: 80%;
    float: right;
}


/* Responsive for PDP page */
@media (max-width: 584px) {
    .product_slider_view #slick-pager-show1 {
        width: 30%;
    }

    .product_slider_view .prd_slider_images {
        width: 70%;
    }
}


.warranty-details {
    display: inline-block;
    width: 50%;
}
.warranty-details .WarrantyFreight_drp {
    width: 100%;
}
.freight-details {
    display: inline-block;
    width: 40%;
}

.tooltip {
  position: relative;
  display: inline-block;
 
}

.tooltip .tooltiptext {
     visibility: hidden;
    width: 165px;
    background-color: #fff;
      box-shadow: 0 0 5px rgb(0 0 0 / 55%);
    color: #000;
padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    right: 0;
        border: 1px solid #108282;
        border-radius: 5px;
}

.tooltip .tooltiptext::after {
  content: "";
    position: absolute;
    bottom: 100%;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #108282 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.add-to-cart-button#test-add-to-cart {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    color: #108282;
    background: transparent;
    border: 1px solid #108282;
    text-transform: capitalize;
    border-radius: 0px !important;
    padding: 6px;
    width: 120px;
    margin: 10px auto !important;
    cursor: pointer;
}

.Product-container .add-to-cart-button#test-add-to-cart {
    display: inline-block !important;
    margin: 0 !important;
        padding: 4px 6px 0 6px;
}

.tab-heading {
    text-transform: uppercase;
 
    font-weight: 900;
}
/*
.tab-heading + hr {
   width: 80px;
   border: 0;
   border-top: 3px solid #108282 !important;
   text-align: left;
   margin: -5px 0 10px 0;
}*/

.desc-data {
    padding-top:20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.tab-content-block table > tbody > tr > th, .tab-content-block table > tbody > tr > td {
    padding: 8px 4px !important;
}

.tab-content-block table > tbody > tr > th {
    width: 200px;
    border-bottom: 1px solid #fff;
}

.table-design tr th {
    background: #E7E7E7;
    color: #000;
}

.table-design tr td, .table-design tr th {
  border: 1px solid #ccc !important;
}

.table-design {
    border: 1px solid #ccc;
}

table.table-design.dataTable.no-footer {
     border: 1px solid #ccc;
}
.table-result-section .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    }
.tab-heading hr {
    margin: 0;
    border-bottom: 3px solid #108282 !important;
}
.tab-heading {
    display:inline-block;
}
/*.tab-heading u {
    margin: 0;
    border-bottom: 3px solid #108282 !important;
}*/

.pd-tooltip {
    display: inline-block;
    position: relative;
    background-color: #989898;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.pd-tooltip-content {
    position: absolute;
    top: 16px;
    left: 0px;
    padding: 5px;
    background: #ebebeb;
    border: 1px solid #ccc;
    color: #464646;
    font-size: 12px;
    width: 130px;
    text-align: left;
    z-index: 10;
}

.pd-tooltip:hover .pd-tooltip-content {
    display: block !important;
}

.Delivery_Area .Zip-code p, .Delivery_Area .ship-data p {
    display: inline-block;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 14px
}

.Delivery_Area {
    padding: 0px 32px;
}
.Div_PDP_Back{
    float:right;
    margin-top:10px;
}