/* Minification failed. Returning unminified contents.
(6,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(19,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(20,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(21,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(23,23): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(35,34): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(50,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(53,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-25'
(59,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(67,17): run-time error CSS1039: Token not allowed after unary operator: '-black-text'
(95,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(108,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(109,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(116,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(134,17): run-time error CSS1039: Token not allowed after unary operator: '-black-text'
(136,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(183,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(184,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(185,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(187,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(194,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(200,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(201,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(206,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(207,23): run-time error CSS1039: Token not allowed after unary operator: '-font-text'
(210,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
 */
#series .container {
    padding: 2.75rem 15px 60px 15px;
}
/*TITLE*/
#series .breadcrumbs {
    color: var(--gray-text);
    font-size: 0.675rem;
    margin: 0;
    padding: 0 0 1rem 0;
}
#series .breadcrumbs .link {
    font-size: 0.675rem;
}
#series .breadcrumbs i {
    font-size: 0.5rem;
    margin: 0 0.5rem;
}
#series .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*/
#series .nav {
    align-items: center;
    background-color: var(--gray-background);
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 5px;
}
#series .nav.single-tab {
    justify-content: flex-start;
}
#series .nav .nav-item {
    width: 50%;
}
#series .nav .nav-item .nav-link {
    color: var(--black-title);
    font-weight: var(--font-medium);
    text-align: center;
}
#series .nav .nav-item .nav-link.active {
    background-color: white;
}
#series .nav.single-tab .nav-item .nav-link.active {
    background-color: var(--gray-background);
    text-align: left;
}
#series .tab-content {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    height: calc(100% - 91px);
    width: 100%;
}
#series .tab-content .tab-pane {
    height: 100%;
    width: 100%;
}
#series .details-form .row:first-child {
    margin-bottom: 1.625rem;
}
#series .tab-content .tab-pane .price {
    color: var(--black-text);
    font-size: 1.375rem;
    font-weight: var(--font-medium);
    text-align: left;
}
#series .tab-content .tab-pane.tab-series {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
#series .tab-content .tab-pane.tab-simple {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
#series .form-horizontal {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}
#series .form-horizontal .row .col-6 {
    margin-bottom: 1.625rem;
}
#details .details-form .row .col-6:nth-last-child(-n+2) {
    margin-bottom: 0;
}
#series .details-datasheet .link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}
#series .details-datasheet .image {
    height: 30px;
    margin-right: 0.7rem;
    width: 30px;
}
#series .details-datasheet .material-icons-outlined {
    font-family: 'Material Icons';
    font-size: 1rem;
}
/*END FORM*/
/*TECH DESCRIPTION*/
#series .tech-section {
    margin-top: 6rem;
}
#series .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;
}
#series .tech-list {
    margin-top: 30px;
}
#series .tech-list li {
    color: var(--gray-text);
    margin-bottom: 0.75rem;
}
/*END TECH DESCRIPTION*/
/*SWAL*/
.swal2-container .swal2-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.5rem;
    letter-spacing: 1.5px;
}
.swal2-container .swal2-html-container {
    color: var(--gray-text);
    font-family: var(--font-text);
}
.swal2-container .swal-footer {
    color: var(--gray-text);
    font-size: small;
    font-weight: 400;
}
.swal2-container .link {
    text-decoration: underline;
    text-transform: none;
}
/*END SWAL*/
