﻿.dk-container-smd-resistor ul {
    list-style: none;
    padding: 0;
}

.dk-container-smd-resistor .header-wrap {
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
}

.dk-breadcrumb ol {
    color: #222;
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    line-height: .8;
}

    .dk-breadcrumb ol li {
        color: #222;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-right: 8px;
        margin-top: 0;
        font-weight: 700;
        line-height: 2;
    }

        .dk-breadcrumb ol li:last-child {
            font-weight: 400;
        }

        .dk-breadcrumb ol li a {
            color: #222;
            text-decoration: none;
        }

        .dk-breadcrumb ol li:after {
            font-family: dk, icomoon;
            content: " \F105";
            white-space: pre;
            font-size: 1em;
        }

        .dk-breadcrumb ol li:last-child:after {
            content: "";
        }

.dk-container-smd-resistor .header-wrap .dk-icon-border {
    height: 41px;
}

.dk-container-smd-resistor .header-wrap .dk-icon-border {
    max-width: 43px;
    margin: 0 9px 0 0;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CC0000;
}

.rtl .dk-container-smd-resistor .header-wrap .dk-icon-border {
    max-width: 43px;
    margin: 0 0 0 9px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CC0000;
}

.rtl .pull-left {
    float: right !important;
}

.dk-container-smd-resistor .header-wrap .btn-actions li a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #ccc;
}

    .dk-container-smd-resistor .header-wrap .btn-actions li a:hover {
        border: 1px solid #cc2500;
    }

.dk-container-smd-resistor .header-wrap .btn-actions li .fa {
    padding: 0 2px 0 0;
    color: #cc2500;
}


/* Disabled select default on IE */

select::-ms-expand {
    display: none;
}

.dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown {
    /* position: absolute;
z-index: 5;
right: 0;
padding: 10px 0 10px 7px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 40px;
width: 45px;
border-radius: 0 3px 3px 0;
border: 1px solid #CCCCCC;
font-size: 13px;
background-color: #F2F1F6; */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsSAAALEgHS3X78AAAAuElEQVRIie3WWw3DMAwF0NsiaIJgDEZhEEohDAphEAZhEAZhEDYippDKVdVq6yPO1lhVlfvnD+tIli258N5DM6WqlsFDgIUxpgLwBHBObL0BXBh8KWADyiM9KWGcisFGEbyWRHQH4BQwx1a3pQqo643xLBKiA4bvw0+AfmATcGN0gs2CG6Gz2CL4J7qIrYI/oqtYEIxEg5gIFKIiTAwGUDHGiX6irLU1gFtfNkT0iOnPX1sGdw4CaAESg2cDBgmWTAAAAABJRU5ErkJggg==);
    background-position: right 1px center;
    background-repeat: no-repeat;
    background-size: 1.25ex;
    background-origin: content-box;
    /* padding-left: 1.7em; */
    text-align-last: center;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    grid-area: dd;
    padding: 11px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background-color: #f4f4f4;
    border: 1px solid #CCCCCC;
    text-align: center;
    display: inline-block;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown:focus {
        outline: 0;
    }


/* Start Related Tool - CalculatorMod */

.calculator-mod .related-tool-right {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.calculator-mod .related-tool-container h2 {
    display: none;
}

.calculator-mod .related-tool-right ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
}

    .calculator-mod .related-tool-right ul > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .calculator-mod .related-tool-right ul > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .calculator-mod .related-tool-right ul > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .calculator-mod .related-tool-right ul > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }

    .calculator-mod .related-tool-right ul > *:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
    }

    .calculator-mod .related-tool-right ul a {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 75px 1fr;
        -ms-grid-columns: 75px 0.5em 1fr;
        align-items: center;
        text-decoration: none;
        padding: 15px;
        text-align: center;
    }

        .calculator-mod .related-tool-right ul a img {
            max-height: 45px;
        }

        .calculator-mod .related-tool-right ul a span {
            padding: 10px 0 0;
            text-align: left;
            display: block;
            margin: 0 0 5px 0;
            font-size: 13px;
            font-weight: bold;
        }


/* End Relate Tool - CalculatorMod */


/* Start Recommended products */

.dk-container-smd-resistor .recommended-products-wrap .input-headline {
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    min-height: 2.4em;
}

.recommended-products-wrap ul li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em 1em;
}

.image-container {
    text-align: center;
}

.recommended-products-wrap ul li a {
    text-decoration: none;
}

.dk-container-smd-resistor .recommended-products-wrap {
    padding: 30px 0 0;
}

    .dk-container-smd-resistor .recommended-products-wrap h2 {
        margin: 0;
        padding: 0 0 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .dk-container-smd-resistor .recommended-products-wrap ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: 1fr 2em 1fr;
        grid-template-rows: 1fr;
        grid-gap: 2em;
    }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul li .dkc-related-product_img {
            max-width: 133px;
            max-height: 135px;
        }

.recommended-products-wrap ul li button {
    padding: 5px 1px;
    margin: 5px 7px;
    margin-left: 0;
    min-width: 63px;
}

.recommended-products-wrap ul li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em 1em;
}

.image-container {
    text-align: center;
}

.recommended-products-wrap ul li a {
    text-decoration: none;
}


/* End Recommended products */

.dk-container-smd-resistor .input-headline {
    display: block;
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.dk-container-smd-resistor .calculator-input {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 65px;
    grid-template-columns: 1fr 65px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'input dd';
    /* margin-bottom: 15px; */
    width: auto;
    padding: 10px;
    -ms-grid-row: 2
}

    .dk-container-smd-resistor .calculator-input .error-Invalidate-smd1,
    .dk-container-smd-resistor .calculator-input .error-Invalidate-smd2,
    .dk-container-smd-resistor .calculator-input .error-Invalidate-smd3 {
        color: red;
        display: none;
        margin: 5px 0 0 7px;
    }

    .dk-container-smd-resistor .calculator-input input[type='number'] {
        -moz-appearance: textfield;
    }

    .dk-container-smd-resistor .calculator-input input {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: input;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        border: 1px solid #ddd;
        padding-left: 0.5em;
        padding-right: 0.5em;
        width: 100%;
        min-width: 10ch;
        -webkit-appearance: textfield;
        appearance: textfield;
        border-radius: 4px 0 0 4px;
        border-right: none;
    }

        .dk-container-smd-resistor .calculator-input input::-webkit-input-placeholder {
            opacity: 0.5;
            color: #333333;
        }

        .dk-container-smd-resistor .calculator-input input::-moz-placeholder {
            opacity: 0.5;
            color: #333333;
        }

        .dk-container-smd-resistor .calculator-input input:-ms-input-placeholder {
            opacity: 0.5;
            color: #333333;
        }

        .dk-container-smd-resistor .calculator-input input:-moz-placeholder {
            opacity: 0.5;
            color: #333333;
        }

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.dk-content-footer {
    background: #F0EFF3;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .dk-content-footer .container {
        -ms-grid-columns: 3fr 2em 2fr;
        grid-template-columns: 3fr 2fr;
    }

.dk-container-smd-resistor .header-wrap .dk-icon {
    border: 0;
    width: auto;
    margin: 0 9px 0 0;
}

.dk-container-smd-resistor .calculator-input .input-label.big-label {
    width: 90px;
}

.clearfix:after,
.container:after {
    clear: both;
}

.header-wrap.clearfix:after,
.header-wrap.clearfix:before {
    display: table;
    content: " ";
}

.dk-container-smd-resistor .single-dk-calc-cont .inner-box {
    position: relative;
}

    .dk-container-smd-resistor .single-dk-calc-cont .inner-box .unit-title-wrap {
        padding: 0 0 15px;
    }

        .dk-container-smd-resistor .single-dk-calc-cont .inner-box .unit-title-wrap .unit-description {
            padding-bottom: 10px;
            width: 50%;
        }

        .dk-container-smd-resistor .single-dk-calc-cont .inner-box .unit-title-wrap .unit-description-sm2,
        .dk-container-smd-resistor .single-dk-calc-cont .inner-box .unit-title-wrap .unit-description-sm3 {
            display: none;
        }

    .dk-container-smd-resistor .single-dk-calc-cont .inner-box .calc-type {
        display: inline-flex;
        list-style: none;
        margin: 0;
        padding: 8px;
        border-radius: 30px;
        border: 1px solid #DDD;
        background: #f2f1f6;
        width: 66%;
    }

.dk-content-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-image {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden !important;
}

.dk-radio-button-label {
    margin-right: 15px;
    position: relative;
    top: -8px;
    padding-left: 0px;
}

#dk-rb1 {
    margin-left: 0px;
}

#smd1-table1,
#smd2-table1,
#smd3-table1 {
    margin-left: 5px;
}


/* table */

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    color: #444444;
    width: 105%;
    line-height: 0px;
    /* border: 1px solid #DDDDDD; */
}

td {
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
 supported by Chrome, Edge, Opera and Firefox */
}

tr {
    border: none;
    text-align: center;
    height: 45px;
}

th {
    background-color: #DDDDDD;
    text-align: center;
    border-left: 1px solid #CCCCCC;
    color: #222222;
    padding: 16px;
    text-transform: uppercase;
    word-break: break-word;
    line-height: normal;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}


/* Begin Resistor code format */

.dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.7fr 1fr 0.4fr;
    grid-template-columns: 0.7fr 1fr 0.4fr;
    grid-template-rows: -webkit-min-content;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: min-content;
}

    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content .calc-input .smd-section {
        /* display: -ms-grid; */
        display: table;
        /* width: fit-content; */
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        /* -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr; */
        /* background-color: rgb(239, 239, 239); */
    }

    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content .calc-input #smd2-section,
    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content .calc-input #smd3-section {
        display: none;
    }

    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content .calc-input .smd-section .smd-section-input,
    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content .calc-input .smd-section .smd-section-input .table-section {
        display: flex;
        display: -ms-flexbox;
        -ms-grid-row: 1
    }

.button {
    display: block;
    text-decoration: none;
    appearance: none;
    font-weight: bold;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 1;
    padding: 8px 24px;
    min-width: 101px;
    text-align: center;
    border-radius: 100px;
    transition: all 150ms ease-out 0s;
    cursor: pointer;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--cloud-grey);
    box-shadow: inset 0 0 0 2px var(--cloud-grey);
    color: var(--blurple-blue);
}

    .button:focus {
        box-shadow: 0 0 1px 2px var(--blurple-blue);
    }

    .button:hover {
        background: rgb(245, 245, 245);
    }

.primary {
    background-color: var(--red);
    box-shadow: none;
}

    .primary:hover {
        background-color: var(--red--hover);
    }


/* End Resistor code format */


/* Beginn Resposive */

@media (min-width: 675px) {
    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box {
        /* border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1.5em 2em; */
    }

        .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 0.7fr 1fr 0.4fr;
            grid-template-columns: 0.7fr 1fr 0.4fr;
            -ms-grid-rows: -webkit-min-content;
            -ms-grid-rows: min-content;
            grid-template-rows: min-content;
        }

    .dk-content-footer .container,
    .dk-content-footer .container-column {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2em 1fr;
        grid-template-columns: 0.2fr 1fr;
        grid-template-rows: -webkit-min-content;
        -ms-grid-rows: -webkit-min-content;
        -ms-grid-rows: min-content;
        grid-template-rows: min-content;
        grid-gap: 2em;
    }

        .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content > *:nth-child(1),
        .dk-content-footer .container > *:nth-child(1),
        .dk-content-footer .container-column > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content > *:nth-child(2),
        .dk-content-footer .container > *:nth-child(2),
        .dk-content-footer .container-column > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .search-mod .resister-types .resister-types-body {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
        padding-top: 20px;
    }

    .search-mod .resister-types,
    .search-mod .search-result .search-result-container .search-result-table,
    #productSearchResult {
        border: none !important;
    }

    .search-mod .resister-types {
        display: block;
        padding: 20px 0;
    }

        .search-mod .resister-types .resister-types-header h2 {
            font-size: 20px;
        }

    .blc-calculation {
        flex-direction: column;
    }

    .progress {
        margin: auto;
    }

    .dkc-title {
        padding-left: 1em !important;
        padding-top: 2em !important;
        margin: 0 !important;
    }

    #formats {
        width: 12em;
    }

    .search-btn-area {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .dkc-content {
        display: block;
    }

    .estimated-section {
        margin: 3em 0;
        margin-right: 1em;
    }

    #btn-searchCatalog-calMod {
        width: 100%;
    }

    #btn-clearSelection-calMod {
        width: 100%;
    }

    .search-result-section {
        display: block !important;
    }

    :root {
        --display-available: block;
    }

    .paginator-results {
        display: none;
    }

    .paginator-pagination {
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .paginator-top-results {
        height: 32px;
        display: flex;
        font-size: 14px;
        align-items: center;
        line-height: 32px;
    }

    .relate-tool-title {
        display: block;
    }

    .btn-normal {
        padding: 12px 24px !important;
    }

    .search-mod .inner-box {
        border: none;
        padding: 0;
    }

        .search-mod .inner-box .resistor-specs {
            display: flex;
            padding-bottom: 25px;
        }

    .resistor-result {
        margin: auto;
        flex-direction: column;
    }

    .search-mod .summary-result {
        display: block;
        border: none;
    }

    .search-mod .search-within {
        margin: 15px 0;
    }

    .search-mod .resister-types .resister-types-body {
        grid-template-columns: 1fr 1fr;
    }

    #instructionsModal .modal-body {
        overflow-y: scroll;
        height: 350px;
    }

    #productSearchResult tbody .table-data-row {
        width: 84%;
        cursor: pointer;
        height: 100%;
        margin: 8px 0px;
        display: grid;
        padding: 24px;
        border: 1px solid #EAEAEA;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }

    .search-mod .resister-types,
    .search-mod .search-result .search-result-container .search-result-table,
    #productSearchResult {
        border: none;
    }

        #productSearchResult tbody .table-data-row .table-data-cell {
            border-right: none;
        }

        #productSearchResult tbody .table-data-row .alternate {
            background-color: #FFFFFF;
        }

    .group-show-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .manufacturer-name-mobile {
        display: block;
        padding-bottom: 20px;
    }

    .price-mobile {
        border: 1px solid #EAEAEA;
        height: 17px;
        display: inline-block;
        padding: 3px 18px;
        font-size: 12px;
        text-align: center;
        margin: 5px 8px;
        border-radius: 14px;
        vertical-align: middle;
        background-color: #EAEAEA;
        line-height: 18px;
    }

    .btn-detail-mobile {
        min-width: auto !important;
        width: 70px !important;
        padding: 0 !important;
        line-height: 1.8 !important;
    }

    #productSearchResult thead,
    .td-manufacture,
    .td-price,
    .td-stock,
    .td-min-qty,
    .td-digikey-part-no,
    .td-package,
    .td-capacitance,
    .td-tolerance,
    .td-voltage-rated,
    .part-action-button {
        display: none;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media screen and (max-width: 767px) {
    .dk-container-smd-resistor .recommended-products-wrap ul {
        -ms-grid-columns: 1fr 2em 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

    .recommended-products-wrap ul li button {
        width: 100%;
    }

    .dk-container-smd-resistor .single-dk-calc-cont .inner-box .unit-title-wrap .unit-description {
        padding-bottom: 10px;
        width: auto;
    }

    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: -webkit-min-content;
        -ms-grid-rows: min-content;
        grid-template-rows: min-content;
    }

    .dk-container-smd-resistor .header-wrap .pull-left,
    .dk-container-smd-resistor .header-wrap .pull-right {
        float: none !important;
    }

    .dk-container-smd-resistor .single-dk-calc-cont {
        padding: 0;
    }

    .dk-container-smd-resistor .header-wrap {
        padding: 0;
    }

    .dk-container-smd-resistor .related-tool-container h2 {
        display: block;
        font-size: 20px;
    }

    .dk-container-smd-resistor .related-tool-right ul {
        -ms-grid-columns: 1fr 2em 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2em;
    }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

    .dk-container-smd-resistor .related-tool-right {
        border: none;
    }

        .dk-container-smd-resistor .related-tool-right ul a {
            display: block;
            padding: 15px;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-decoration: none;
        }

            .dk-container-smd-resistor .related-tool-right ul a span {
                text-align: center;
            }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
    svg {
        width: 60%;
        height: auto;
    }
}

@media screen and (max-width: 600px) and (min-width: 540px) {
    svg {
        width: 70%;
        height: auto;
    }
}

@media screen and (max-width: 540px) and (min-width: 450px) {
    svg {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 450px) {
    .dk-container-smd-resistor .recommended-products-wrap ul {
        -ms-grid-columns: 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr;
    }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 9;
            -ms-grid-column: 1;
        }

    .button {
        min-width: 90px !important;
    }

    .btn-smd2 {
        min-width: 70px !important;
    }

    svg {
        width: 100%;
        height: auto;
    }

    .dk-container-smd-resistor .related-tool-container h2 {
        display: block;
        font-size: 20px;
    }

    .dk-container-smd-resistor .related-tool-right ul {
        -ms-grid-columns: 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr;
        grid-gap: 2em;
    }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(2) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(3) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(4) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .related-tool-right ul > *:nth-child(5) {
            -ms-grid-row: 9;
            -ms-grid-column: 1;
        }

    .dk-container-smd-resistor .related-tool-right {
        border: none;
    }

        .dk-container-smd-resistor .related-tool-right ul a {
            display: block;
            padding: 15px;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-decoration: none;
        }

            .dk-container-smd-resistor .related-tool-right ul a span {
                text-align: center;
            }
}

@media (min-width: 1020px) {
    .dk-container-smd-resistor .recommended-products-wrap ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2.5em 1fr 2.5em 1fr 2.5em 1fr 2.5em 1fr;
        grid-template-columns: repeat(5, 1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 2.5em;
    }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }

        .dk-container-smd-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 1;
            -ms-grid-column: 9;
        }
}

@media (max-width: 320px) {
    .button {
        min-width: 80px !important;
    }

    .btn-smd2 {
        min-width: 56px !important;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .dk-container-smd-resistor .single-dk-calc-cont .dk-calc-wrap {
        display: table-cell;
        vertical-align: top;
    }

    .dk-container-smd-resistor .single-dk-calc-cont {
        display: table;
        width: 100%;
    }

    svg {
        width: 100%;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
}

@media (max-width: 1132px) {
    .dk-container-smd-resistor .single-dk-calc-cont .calc-output {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .dk-container-smd-resistor .single-dk-calc-cont .calc-output {
        padding: 10px !important;
    }

    .dk-container-smd-resistor .header-wrap {
        padding: 0 0 20px;
    }
}


/* ipad */

@media screen and (max-width: 1019px) and (min-width: 768px) {
    .dk-container-smd-resistor .content .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-calc-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .calc-input {
        width: 45%;
    }

    .calc-output {
        width: 45%;
    }

    .search-result-table {
        border: none !important;
    }

    .search-result .search-result-container #productSearchResult tbody .table-data-row {
        width: 93%;
    }

    .button {
        min-width: 80px !important;
    }

    .dk-container-smd-resistor .related-tool-container {
        padding: 20px 0 0;
    }

    .dk-container-smd-resistor .relate-tool-title {
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin: 0;
    }

    .dk-container-smd-resistor .related-tool-right {
        border-radius: 5px;
        border: none;
    }

        .dk-container-smd-resistor .related-tool-right ul {
            display: -ms-grid;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 2em;
            -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em;
            grid-template-rows: 1fr;
            -ms-grid-rows: 1fr 2em 1fr;
        }

            .dk-container-smd-resistor .related-tool-right ul > *:nth-child(1) {
                -ms-grid-row: 1;
                -ms-grid-column: 1;
            }

            .dk-container-smd-resistor .related-tool-right ul > *:nth-child(2) {
                -ms-grid-row: 1;
                -ms-grid-column: 3;
            }

            .dk-container-smd-resistor .related-tool-right ul > *:nth-child(3) {
                -ms-grid-row: 1;
                -ms-grid-column: 5;
            }

            .dk-container-smd-resistor .related-tool-right ul > *:nth-child(4) {
                -ms-grid-row: 1;
                -ms-grid-column: 7;
            }

            .dk-container-smd-resistor .related-tool-right ul > *:nth-child(5) {
                -ms-grid-row: 1;
                -ms-grid-column: 9;
            }

            .dk-container-smd-resistor .related-tool-right ul li {
                height: 128px;
            }

            .dk-container-smd-resistor .related-tool-right ul a {
                display: block;
                text-align: center;
                border: 1px solid rgb(204, 204, 204);
                border-radius: 5px;
                text-decoration: none;
                padding: 15px;
                height: 80%;
            }

                .dk-container-smd-resistor .related-tool-right ul a img {
                    max-height: 45px;
                }

                .dk-container-smd-resistor .related-tool-right ul a span {
                    padding: 10px 0 0;
                    text-align: center;
                    display: block;
                    margin: 0 0 5px 0;
                    font-size: 13px;
                    font-weight: bold;
                }
}

.dk-container-smd-resistor .dropdown-only-hebrew {
    border-radius: 4px 0 0 4px !important;
}

.dk-container-smd-resistor .calculator-input .input-only-hebrew {
    border-radius: 0 4px 4px 0 !important;
    border-right: 1px solid #ddd !important;
    border-left: none !important;
}

.button-only-hebrew {
    margin-left: 15px !important;
}
/* END RESPONSIVE */

/* CSS TABS */
.calcType-smd-resistor {
    position: relative;
    display: inline-flex;
    flex-flow: row;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

    .calcType-smd-resistor input {
        display: none !important;
    }

    .calcType-smd-resistor label {
        position: relative;
        display: block;
        margin: 0 28px -9px 0;
        padding: 4px 4px 18px;
        font-weight: 400;
        color: #222;
        color: var(--onyx-grey);
        text-decoration: none;
        text-transform: capitalize;
        white-space: nowrap;
        line-height: 1;
        outline: none;
        border-bottom: 3px solid transparent;
        box-sizing: border-box;
        cursor: pointer;
    }

.rtl .calcType-smd-resistor label {
    margin: 0 0 -9px 28px !important;
}

.calcType-smd-resistor label.active {
    font-weight: 700 !important;
    color: #c00;
    color: var(--red);
    border-color: #c00;
    border-color: var(--red);
}
