.d-none {
    display: none!important;
}
.range-btn+div {
    position: absolute;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    padding:10px;
    background-color: #fff;
    top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.range-btn+div hr {
    width: 100%;
}
.range-btn+div button,.range-btn+div button:focus,.range-btn+div button:active {
    border:none;
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: -0.12px;
    background-color: transparent;
    border: none;
}
.range-btn+div button:hover {
    border:none;
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: -0.12px;
    background-color: #fff;
}
.range-btn.active {
    background-color: #7cabc9;
}
.customRange {
    display: flex;
flex-wrap: wrap;
}
.customRange label {
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: -0.12px;
    padding: 0px 16px;
    padding-top: 8px;
    width: 100%;
}
.customRange input {
    height: 32px;
    width: 50%;
    margin: 5px 16px;
}
.clearInputs:hover,
.closeRange:hover{
    font-weight: 600;
}
.custom-filters {
    position: sticky;
    z-index: 10;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    background: #FFF;
    margin: 10px 0;
    top: 65px;
}
.custom-filters button:hover {
    background-color: #0088CC;
}
.custom-product-table {
    position: relative;
    z-index: 9;

}
.custom-product-table .table.table-striped {
    border-radius: 8px;
    margin: 10px 0;
    background: white!important;
}
.table.fixedHeader-floating thead tr th,
.custom-product-table .table.table-striped thead tr th{
    border: none;
    color: rgba(0,0,0,.5);
    text-align: center;
    font-feature-settings: 'calt' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: -0.12px;
    background-color: transparent!important;
}
.custom-product-table .table.table-striped tbody tr,.custom-product-table .table.table-striped th,.custom-product-table .table.table-striped td {
    background-color: transparent!important;
    box-shadow: none!important;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: center;
    vertical-align: middle;
    color: #000;
    text-align: center;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
}
.custom-product-table .table.table-striped tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.custom-product-table .table.table-striped thead {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10)!important;
}
.custom-product-table .table.table-striped .dtrg-group th{
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: -0.2px;
    text-align: left;
}
.custom-product-table .table.table-striped .productImage {
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    width: 90px;
    object-fit: contain;
    height: 90px;
}
.clearInputs,.clearInputs:active,.clearInputs:focus,
.closeRange,.closeRange:active,.closeRange:focus{
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 10px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: -0.12px;
    text-decoration: underline;
    background-color: transparent;
    border: none;
}
.w-10>button {
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    background: #FFF;
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: -0.12px;
    text-align: left;
}
.range-btn:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/filter-horizontal.svg");
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
    background-size: contain;
}

.table.table-striped_length,
.table.table-striped_filter{
    margin: 10px;
}
.table.table-striped a.add_to_cart_button.ajax_add_to_cart {
    border-radius: 0 16px 16px 0;
    background: #08C;
    color: #FFF;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.12px;
    height: 32px;
    width: 50px;
    text-transform: uppercase;
    padding: 5px 7px;
    border-left: 1px solid white;
}
#upsellTable a.add_to_cart_button.ajax_add_to_cart {
    border-radius: 16px;
    background: #08C;
    color: #FFF;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: -0.12px;
    height: 32px;
    width: 100px;
    text-transform: uppercase;
    padding: 5px 7px;
}
button.show-accessories {
    border-radius: 16px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
    padding:5px 10px;
}
button.show-accessories:hover {
    background-color: #08C;
    color: white;
    border: none;
}
button.show-accessories:active {
    background-color: #015071;
    color: white;
    border: none;
}

h3.product-accessories {
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.2px;
    text-align: left;
    border-bottom: 1px solid black;
    padding-bottom: 10px;

}
.upsell-products.custom-product-table {
    margin: 30px 15px;
}
.upsell-products.custom-product-table thead {
    height: 50px;
}

.dataTables_filter {
    position: relative;
}
#productTable_filter input {
    width: 250px;
    height: 32px;
    background: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10)!important;
    margin:10px 0px;
    padding:10px;
}
#productTable_filter .fa-search {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}
#productTable_wrapper .dt-layout-row {
    margin: 0;
    z-index: 100;
    position: relative;
}
#productTable_wrapper .dt-layout-row:first-child {
    justify-content: start!important;
    position:relative;
    z-index: 200;
}
@media  screen and (min-width: 1281px) {
    #productTable_wrapper .dt-layout-row:first-child {
        position: sticky;  /* Fix to the top */
        top: 100px;
        /*padding: 5px;*/
        background: rgba(255, 255, 255, 1);
        z-index: 200;
        /*align-items: flex-start;*/
    }
    #productTable thead {
        position: sticky;  /* Fix to the top */
        top: 214px;
        padding: 5px;
        background: rgba(255, 255, 255, 1);
        z-index: 200;
    }
    #productTable tbody {
        z-index: 100;
    }

}
@media  screen and (max-width: 1000px) {
    #productTable_wrapper .dt-layout-row:first-child {
        flex-direction: column;
    }
    #productTable_wrapper .dt-layout-row:first-child .dt-layout-start {
        width: 100%;
    }
}
/* .filter-con select {
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    background: #FFF;
    color: #000;
    font-feature-settings: 'calt' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.12px;
    text-align: left;
} */
.filter-con {
	position: relative;
}

.filter-con select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: 12px;
	padding: 8px 16px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	outline: none;
}
.filter-con select:focus {
	background: #FFFFFF;
	border: 1px solid #0088CC;
	border-radius: 5px;
}

.filter-con::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	width: 10px;
	height: 10px;
	background-color: #000000;
	clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
}
#productTable .specLink {
    margin:10px 0;
}
#productTable .specLink img {
    position: relative;
    top: 3px;
}
#productTable thead tr th:first-child .dt-column-order{
    display: none;
}
.custom-product-table .dt-length {
    display: none;
}
.dtsp-buttonGroup button {
    padding: 0;
}
.dtsp-buttonGroup .clearButton:hover {
    color:red;
}
.dt-search {
    position: relative;
}
.dtsp-search::placeholder {
    color:rgba(0,0,0,.5);
}
.dtsp-searchButtonCont>button {
    padding: 5px!important;
}
.dtsp-topRow {
    border:none!important;
    background: white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    padding: 2px 5px;
}
.dt-layout-row {
    font-family: Roboto;
    font-size:14px;
    color:rgba(0,0,0,0.5);
}
.dtsp-titleRow {
    position: relative;
    top: 15px;
}
.dtsp-titleRow button {
    color: #0088cc;
}
.dtsp-titleRow button:hover {
    color: #0088cc;
    border:1px solid #0088cc;
}
.dtsp-titleRow * {
    font-size: 12px!important;
}
.dtsp-subRow2 {
    display: none;
}
#productTable_wrapper .dt-layout-cell {
    vertical-align: baseline;
}
#productTable_wrapper .dt-layout-cell.dt-layout-start {
    /*padding-right: 20px;*/
    /*width: 470px;*/
    margin-right: 5px;
}
#productTable_wrapper .dt-layout-cell.dt-layout-end {
    /*padding-right: 20px;*/
    /*max-width: calc(100% - 470px);*/
    margin-left: 5px;
}
#productTable_wrapper .dt-layout-cell.dt-layout-start .dt-search {
    width: 100%;
    margin-top:52px;
}
@media screen and (max-width: 1600px) {
    #productTable_wrapper .dt-layout-cell.dt-layout-start {
        /*padding-right: 20px;*/
        /*width: 25%;*/
    }
    #productTable_wrapper .dt-layout-cell.dt-layout-end {
        /*padding-right: 20px;*/
        /*max-width: 75%;*/
    }
}
div.dt-container .dt-paging .dt-paging-button {
    border-radius: 50%!important;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border: 1px solid #08c!important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    color: white !important;
    border: 1px solid #08c!important;
    background-color: #08c!important;
    background: #08c!important;
}
div.dt-container .dt-search input {
    padding: 10px 5px!important;
    padding-left: 15px!important;
    font-size: 1em;
    border: none!important;
    background: white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    padding: 2px 5px;
}
div.dt-container .dt-paging .dt-paging-button.first,
div.dt-container .dt-paging .dt-paging-button.previous,
div.dt-container .dt-paging .dt-paging-button.last,
div.dt-container .dt-paging .dt-paging-button.next{
    width: 42px;
    height: 42px;
}
div.dt-container .dt-paging .dt-paging-button.first:hover,
div.dt-container .dt-paging .dt-paging-button.previous:hover,
div.dt-container .dt-paging .dt-paging-button.last:hover,
div.dt-container .dt-paging .dt-paging-button.next:hover{
    color: rgba(0,0,0,.5)!important;
    background-color: transparent!important;
    background: transparent!important;
    width: 42px;
    height: 42px;
}
.dtsp-searchPanes {
    flex-wrap: wrap !important;
    max-height: 61px;
}
.dtsp-searchPanes .dtsp-nameColumn td {
    border: none;
}

    .dtsp-searchPanes .dtsp-searchPane {
        /*flex: 0 0 auto;*/
        /*width: 10%;*/
        margin: 5px!important;
        min-width: auto;
        position: relative;
    }

.dtsp-searchPanes .dtsp-searchPane>div:nth-child(1):not(.dtsp-bordered) {
    border: 2px solid #3b86c6!important;
    border-bottom-width: 0px!important;
    box-shadow: none!important;
    border-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.dtsp-searchPanes .dtsp-searchPane>div:nth-child(2) {
    position: absolute;
    border-color: #3b86c6;
    border-radius: 7px;
    border-width: 2px;
    border-top-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 5px 0;

}
.dtsp-searchPanes .dtsp-searchPane>div:nth-child(2):hover {
    border-color: #3b86c6;
    border-radius: 7px;
    border-width: 2px;
    border-top-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.dtsp-searchPanes .dtsp-searchPane>div:nth-child(2) td{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

    .descTippy {
        width: 24px;
        height: 24px;
        display: block;
        border: 1px solid #08c;
        border-radius: 50%;
        padding: 3px;
        margin: 0 auto;
        cursor: pointer;
    }
    .descTippy svg {
        width: 14px;
        height: 14px;
    }
.custom-product-table .quantity {
    display: flex;
    border: 2px solid #3498db;
    border-radius: 4px;
    overflow: hidden;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    max-height: 32px;
    border-radius: 16px 0 0 16px;
}

.custom-product-table .quantity button {
    background-color: #08c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: background-color 0.2s;
    padding: 0 10px;
    border-radius: 0;
}

.custom-product-table .quantity button:hover {
    background-color: #2980b9;
}

.custom-product-table .quantity .input-box {
    width: 35px;
    text-align: center;
    border: none;
    padding: 8px 8px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.custom-product-table .quantity .input-box::-webkit-inner-spin-button,
.custom-product-table .quantity .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-product-table .quantity .input-box[type="number"] {
    -moz-appearance: textfield;
}
@media screen and (min-width:1800px) {
    .dtsp-searchPanes {
        flex-wrap: nowrap !important;
    }
}
@media screen and (min-width:768px) and (max-width: 1280px) {
    .dtsp-searchPanes .dtsp-searchPane {
        /*width: 20%;*/
    }
}
.dtr-modal-content .specLink {
    display: none;
}
.elementor-menu-cart__product-price {
    /*display: none;*/
}
.custom-product-table .quantity-parent {
    display: flex;
}
.custom-product-table .quantity-parent .added_to_cart {
    width: 100%;
    position: absolute;
    top: 26px;
    text-decoration: underline;
    color: #08c;
}
.elementor-menu-cart__product-attributes span {
    font-weight: 400;
}
