.dev-h-container-wide {
    width: 100%;
    max-width: 1460px !important;
    margin: 0 auto;
}

.dev-h-row {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.dev-h-col-category-wrapper {
    display: flex;
}

.dev-h-col-1 {
    width: 240.65px !important;
    padding: 0 5px 0px 0px !important;
}

.dev-h-col-2 {
    width: 1219.35px !important;
}

.h-product-category-sec {
    padding: 0 5px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #090979;
    border-color: #090979;
}

/* leftsibar CSS */

.dev-h-home-leftsidebar {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin: 0 !important;
}

.iso-container {
    width: 100%;
    overflow: hidden;
}

.iso-container a {
    display: block;
}

.iso-container img {
    width: 100%;
    margin-bottom: 15px;
}

.dev-h-shop-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    color: #ffffff;
    background-image: linear-gradient(to right, #090979 0%, #00D4FF 51%, #090979 100%) !important;
    background-size: 200% auto !important;
    transition: 0.5s;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}

.dev-h-shop-ul {
    padding: 15px 10px;
    margin: 0;
}

.dev-h-shop-ul li {
    list-style: none;
    list-style-type: none;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.dev-h-shop-ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    color: black;
}

.dev-h-shop-ul li a:hover {
    color: #3366cc;
}

.dev-h-shop-ul li a img {
    width: 30px;
    margin: 0;
}

.dev-h-shop-ul li a span {
    display: flex;
    align-items: self-end;
    column-gap: 5px;
}

.dev-h-shop-ul li a span small {
    font-size: 9px;
}

#shop-by-price li a img {
    width: 20px;
}

li#child-li-categories a img {
    width: 22px;
}

/* leftsibar CSS END */

/* Search Box */

.form-bg {
    background-color: #00d4ff0f;
    border: 1px solid black;
}

#mgt input {
    padding: 5px 10px;
}

.search-select {
    padding: 3px 0;
    width: 100%;
    height: 28px;
    border-radius: 4px;
    font-size: 11px;
    vertical-align: middle;
    border: 1px solid #000;
}

.search-select-small {
    padding: 3px 0;
    width: 45%;
    height: 28px;
    border-radius: 4px;
    font-size: 10px;
    vertical-align: middle;
    border: 1px solid #000;
}

p#dev-h-show-more {
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
}

.dev-h-special-specs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.dev-h-spl-col {
    display: flex;
    align-items: center;
}

.search-custom-btn {
    width: 95px !important;
    font-size: 11.6px;
}

.options {
    display: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out, opacity 0.6s ease-out;
}

.options.active {
    display: flex;
    max-height: 1000px !important;
    opacity: 1 !important;
}

.form-custom-size {
    font-size: 11px;
}

.dev-h-search-btn-wrapper {
    width: 100%;
    display: flex;
    column-gap: 10px;
}

/* Search Box  END*/

.h-product-nav-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
}

.h-product-nav-box {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 15px !important;
}

.h-product-nav-box>span {
    font-size: 13px !important;
}

.h-navigation ul {
    list-style: none !important;
    font-size: 12px !important;
    display: flex !important;
    margin: 0;
    padding: 0;
}

.h-navigation ul li a {
    color: #090979 !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    margin-right: 5px !important;
    border: 1px solid #090979 !important;
    display: flex !important;
    align-items: center !important;
    column-gap: 3px !important;
    height: 25px !important;
}

.dev-h-pagination-controls {
    display: flex !important;
}

.dev-h-items-per-page {
    font-size: 13px !important;
    display: inline-grid !important;
}

.dev-h-select-menu {
    font-size: 13px !important;
}

.dev-h-sort-by {
    font-size: 13px !important;
    margin-left: 15px !important;
    display: inline-grid !important;
}

.dev-h-select-menu {
    font-size: 13px !important;
}

.h-navigation ul li a:hover, 
.h-navigation ul li a:active {
    background-color: #090979 !important;
    color: white !important;
}

.h-navigation ul li .active {
    background-color: #090979 !important;
    color: white !important;
}

.top-pagination {
    justify-content: space-between !important;
    align-items: center !important;
    display: flex !important;
}

.top-pagination h1 {
    display: inline-block !important;
}

.top-pagination .pagination {
    display: flex !important;
    justify-content: end !important;
}

.catogory-stock-title {
    font-size: 28px !important;
    margin: 20px 0 15px 0 !important;
}

.page-link {
    color: #090979 !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: white !important;
    background-color: #090979 !important;
    border-color: #090979 !important;
}

.dev-h-stocklist-container {
    display: flex;
    flex-direction: column;
}

.dev-h-stocklist-row {
    display: flex !important;
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dev-h-stocklist-col-1 {
    display: flex !important;
    width: 250px !important;
}

.dev-h-stocklist-col-2 {
    width: 720px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.dev-h-stocklist-col-3 {
    width: 239.35px !important;
    margin-top: 10px !important;
    padding: 15px 0px !important;
}

.dev-h-wrapper-img {
    width: 100% !important;
    position: relative;
}

.dev-h-wrapper-img .dev-h-img {
    display: block;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
}

a.dev-h-ref-no {
    display: block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background: #414141;
    color: white !important;
}

.dev-h-wrapper-img a {
    display: block;
}

.dev-h-stocklist-col-2 {
    width: 720px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.dev-h-model-title a {
    text-decoration: none;
    color: black;
    display: block !important;
}

.dev-h-specs-box-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.spec-child-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 138px;
    border-right: 1px solid #d0d0d0;
    justify-content: center;
    align-items: center;
}

.dev-h-specs-title {
    font-size: 15px;
    color: black;
    margin: 0;
}

.dev-h-specs-value {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.spec-child-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 138px;
    border-right: 1px solid #d0d0d0;
    justify-content: center;
    align-items: center;
}

.dev-h-specs-title {
    font-size: 15px;
    color: black;
    margin: 0;
}

.dev-h-specs-value {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.spec-child-wrapper:last-child {
    border-right: 0;
}

.dev-h-additional-information-wrapper
 {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d0d0d0;
}

.additional-col {
    display: flex;
    flex-direction: column;
}

.additional-child-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d0d0d0;
}

.additional-col-1 .additional-child-wrapper .dev-h-additional-title, .additional-col-1 .additional-child-wrapper .dev-h-additional-value {
    width: 110px;
    text-align: center;
}

.additional-col-2 .additional-child-wrapper .dev-h-additional-title, .additional-col-2 .additional-child-wrapper .dev-h-additional-value {
    width: 100px;
    text-align: center;
}

.additional-col-3 .additional-child-wrapper .dev-h-additional-title, .additional-col-3 .additional-child-wrapper .dev-h-additional-value {
    width: 71px;
    text-align: center;
}

.additional-col-4 .additional-child-wrapper .dev-h-additional-title, .additional-col-4 .additional-child-wrapper .dev-h-additional-value {
    width: 62.5px;
    text-align: center;
}

.additional-child-wrapper p {
    font-size: 12px;
    margin: 0;
}

.dev-h-additional-title {
    background: #F2F2F2;
    padding: 3px 0;
    margin: 0;
}

.dev-h-additional-value {
    padding: 3px 0;
}

.dev-h-accessories {
    display: flex;
    width: 100%;
}

.dev-h-accessories ul {
    display: flex;
    width: 100%;
    column-gap: 20px;
    font-size: 13px;
    font-weight: 300;
    list-style: none;
    margin: 0 !important;
}

.dev-h-accessories ul li:before {
    content: '/';
    position: relative;
    right: 10px;
}

.dev-h-accessories ul li:nth-child(1):before {
    display: none;
}

a.and-more {
    display: flex;
    width: 100px;
    font-size: 13px;
    justify-content: flex-end;
    align-items: center;
}

.dev-h-stocklist-col-3 {
    width: 239.35px !important;
    margin-top: 10px !important;
    padding: 15px 0px !important;
}

.dev-h-inquiry-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 0 10px;
}

.dev-h-price-wrapper, .dev-h-total-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dev-h-price-title {
    font-size: 13px;
    margin: 0;
}

.dev-h-price-value {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.dev-h-shipment-wrapper {
    display: flex;
    justify-content: flex-end;
}

.dev-h-category-inquiry-btn {
    text-align: center;
    display: flex;
    width: 100%;
    text-decoration: none;
    color: white !important;
    background: black;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s;
    display: flex;
    column-gap: 5px;
    font-size: 16px;
}

.dev-h-col>a:hover {
    background: #414141;
}

@media (max-width: 1460px) {
    .dev-h-parent-header-container {
        width: 1460px !important;
    }
}
