/* Minification failed. Returning unminified contents.
(7,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(20,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(21,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(22,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(24,23): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(36,34): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(51,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(54,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-25'
(60,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-black-text'
(96,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(110,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(111,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(118,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(141,17): run-time error CSS1039: Token not allowed after unary operator: '-black-text'
(143,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(210,28): run-time error CSS1039: Token not allowed after unary operator: '-black-border'
(225,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(226,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(227,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(229,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(236,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(242,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(243,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(245,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(254,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(255,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(257,23): run-time error CSS1039: Token not allowed after unary operator: '-font-regular'
(271,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(285,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(286,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(288,23): run-time error CSS1039: Token not allowed after unary operator: '-font-regular'
(294,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-title'
(337,32): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(354,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(361,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
 */
#details > .container,
#details > .container-fluid {
    padding: 2.75rem 15px 60px 15px;
}
/*TITLE*/
#details .breadcrumbs {
    color: var(--gray-text);
    font-size: 0.675rem;
    margin: 0;
    padding: 0 0 1rem 0;
}
#details .breadcrumbs .link {
    font-size: 0.675rem;
}
#details .breadcrumbs i {
    font-size: 0.5rem;
    margin: 0 0.5rem;
}
#details .title {
    background-color: var(--gray-background);
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.5rem;
    font-weight: var(--font-bold);
    margin-bottom: 50px;
    padding: 1.25rem 0 1.25rem 1.625rem;
}
/*END TITLE*/
/*IMAGES*/
#image {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
    height: 100%;
    border-right: 1px solid var(--gray-border-2);
}
#image .gallery-thumbs.swiper-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 322px;
    margin-right: 1rem;
    width: 100px;
}
#image .gallery-thumbs.swiper-container .swiper-slide {
    height: 100px !important;
    padding: 15px;
}
#image .gallery-thumbs.swiper-container .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--gray-border-2);
}
#image .gallery-thumbs.swiper-container .swiper-slide:hover {
    border: 1px solid var(--gray-border-25);
}
#image .swiper-button-next,
#image .swiper-button-prev {
    align-items: center;
    background-image: none;
    color: var(--gray-border);
    display: flex;
    justify-content: center;
    left: 55px;
    transform-origin: left center;
}
#image .swiper-button-next:hover,
#image .swiper-button-prev:hover {
    color: var(--black-text);
}
#image .swiper-button-next i,
#image .swiper-button-prev i {
    font-size: 1rem;
}
#image .swiper-button-prev {
    top: 22px;
}
#image .swiper-button-next {
    top: auto;
    bottom: 0;
}
#image .gallery-main.swiper-container {
    height: 400px;
    width: calc(100% - 116px);
}
#image .gallery-main.swiper-container .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
/*END IMAGES*/
/*FORM*/
#details .nav {
    align-items: center;
    background-color: var(--gray-background);
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 5px;
}
#details .nav.single-tab {
    justify-content: flex-start;
}
#details .nav .nav-item {
    margin: 5px 0;
    width: 50%;
}
#details .nav .nav-item .nav-link {
    color: var(--black-title);
    font-weight: var(--font-medium);
    text-align: center;
}
#details .nav .nav-item .nav-link.active {
    background-color: white;
}
#details .nav.single-tab .nav-item .nav-link.active {
    background-color: var(--gray-background);
    text-align: left;
}
#details .tab-content {
    align-items: flex-start;
    display: flex;
    justify-content: center;    
    width: 100%;
}
#details .tab-content .tab-pane {
    height: 100%;
    width: 100%;
}
#details .details-form .row:first-child {
    margin-bottom: 1.625rem;
}
#details .details-form .row .col-6 {
    margin-bottom: 1.625rem;
}
#details .details-form .row .col-6:nth-last-child(-n+2) {
    margin-bottom: 0;
}
#details .price {
    color: var(--black-text);
    font-size: 1.375rem;
    font-weight: var(--font-medium);
    text-align: left;
}
#details .tab-content .tab-pane.tab-series.active {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
#details .tab-content .tab-pane.tab-simple.active {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
#details .details-datasheet .link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}
#details .details-datasheet .image {
    height: 30px;
    margin-right: 0.7rem;
    width: 30px;
}
#details .details-datasheet .material-icons-outlined {
    font-family: 'Material Icons';
    font-size: 1rem;
}

#details .stock {
    align-items: flex-start;
    display: flex;
    font-size: 0.75rem;
    min-height: 33px;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
}
#details .stock i {
    font-size: 0.675rem;
    margin-right: 5px;
    margin-top: 4px;
}
#details .stock.stock-green {
    color: #75A340;
}
#details .stock.stock-yellow {
    color: #F4BF54;
}
#details .stock.stock-orange {
    color: #E59337;
}
#details .stock.stock-red {
    color: #C3100C;
}
#details .stock.stock-blue {
    color: #4FA2F6;
}
#details .stock.stock-purple {
    color: purple;
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    padding: 0 10px;
}
.touchspin {
    border: 1px solid var(--black-border);
    border-radius: 0;
    height: 36.5px;
    padding: 0;
    text-align: center;
}
#details .btn-outline-dark {
    padding: .375rem .75rem;
}
/*END FORM*/
/*TECH DESCRIPTION*/
#details .tech-section {
    margin-top: 6rem;
}
#details .tech-title {
    border-bottom: 1px solid var(--gray-border);
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.375rem;
    font-weight: var(--font-medium);
    padding-bottom: 0.625rem;
}
#details .tech-list {
    margin-top: 30px;
}
#details .tech-list li {
    color: var(--gray-text);
    margin-bottom: 0.75rem;
}
/*END TECH DESCRIPTION*/
/*RELATED PRODUCTS*/
#details .related-section-title {
    background-color: var(--gray-background);
    color: var(--black-title);
    font-size: 1.5rem;
    font-weight: var(--font-medium);
    margin: 0;
    padding: 35px 25px;
    position: sticky;
    top: 100px;
    z-index: 99;
}
#details .related-title,
.modal .related-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.625rem;
    font-weight: var(--font-regular);
    margin: 75px 0 1rem 0;
}
#details .related-section {
}
#details #related-region {
    height: 600px;
    overflow: hidden scroll;
    scrollbar-width: none;
}
#details .related-items::-webkit-scrollbar {
    display: none !important;
}
#details .related-section .related-item-box {
    border-bottom: 1px solid var(--gray-border);
    margin-top: 40px;
    padding-bottom: 20px;
}
#details .related-section .related-item-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#details .related-section .related-item-box:first-child,
.modal .related-item-box:first-child {
    margin-top: 0;
}
#details .related-section .related-item-reference .link,
.modal .related-item-reference .link {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: var(--font-regular);
    margin-bottom: 10px;
    padding: 0;
}
#details .related-section .related-item-description,
.modal .related-item-description {
    color: var(--gray-title);
    margin: 0;
    padding: 0;
}
#details .related-section .related-action-box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
#details .related-section .related-action-box .btn-success{
    width: 200px;
}
#details .related-section .featured-actions,
.modal .featured-actions {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    width: 200px;
}
#details .related-section .bootstrap-touchspin,
.modal .bootstrap-touchspin {
    margin-bottom: 15px;
}
.modal .modal-button-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
}
.modal .related-action-box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.modal .related-action-box .btn-success,
.modal .related-action-box .featured-actions {
    width: 260px;
}
.modal .modal-footer .btn {
    width: 260px;
}
.modal .modal-button-footer .modal-button-footer-outline {
    border-top: 1px solid var(--gray-border);
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
    width: 360px;
}
/*END RELATED PRODUCTS*/
/*RELATED MODAL*/
.modal .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
    width: 65%;
}
.modal .modal-content .modal-body {
    padding: 0;
}
.modal .related-item-box.related-main-item {
    background-color: var(--gray-background);
    padding: 30px 50px;
}
.modal .related-title {
    margin-top: 50px;
}
.modal .related-item-box {
    border-bottom: 1px solid var(--gray-border);
    padding: 30px 0;
}
.modal .related-item-box:last-child {
    border-bottom: none;
}
/*END RELATED MODAL*/
