.inventory-detail {
    width: 100%;
    position: relative;
    display: block;
}
.inventory-detail-head {
    width: 100%;
    position: relative;
    display: block;
    padding: 3rem 0;
}
.inventory-detail-head .content-wrapper {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
}
.inventory-detail-head .product-images {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    align-self: stretch;
}
@media only screen and (min-width: 800px) {
    .inventory-detail-head .product-images {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 2rem;
    }
}
.inventory-detail-head .product-images-slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.inventory-detail-head .product-images-slider .product-images-gallery {
    width: 100%;
    position: relative;
    padding: 0 0 0.75rem 0;
    border-radius: 10px;
}
.inventory-detail-head .product-images-slider .product-images-gallery a {
    width: 100%;
    height: auto;
    cursor: zoom-in;
}
.inventory-detail-head .product-images-slider .product-images-gallery img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}
@media only screen and (min-width: 850px) {
    .inventory-detail-head .product-images-slider .product-images-gallery img {
        max-height: 420px;
        height: 420px;
    }
}
@media only screen and (min-width: 1000px) {
    .inventory-detail-head .product-images-slider .product-images-gallery img {
        max-height: 500px;
        height: 500px;
    }
}
.inventory-detail-head .product-images-slider .product-images-gallery .arrow-navigation .swiper-button:after {
    font-size: 1.25rem;
    background-color: #387c2c;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}
.inventory-detail-head .product-images-slider .product-images-thumbnails {
    width: 100%;
    position: relative;
    padding: 0;
}
.inventory-detail-head .product-images-slider .product-images-thumbnails .swiper-slide {
    opacity: 0.5;
    transition: 0.35s;
    cursor: pointer;
}
.inventory-detail-head .product-images-slider .product-images-thumbnails .swiper-slide-thumb-active {
    opacity: 1;
}
.inventory-detail-head .product-images-slider .product-images-thumbnails img {
    width: 100%;
    height: 3.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    aspect-ratio: 1/1;
}
.inventory-detail-head .product-images-single {
    width: 100%;
    position: relative;
}
.inventory-detail-head .product-images-single img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}
@media only screen and (min-width: 850px) {
    .inventory-detail-head .product-images-single img {
        max-height: 420px;
        height: 420px;
    }
}
.inventory-detail-head .product-images-placeholder {
    width: 100%;
    height: 100%;
}
.inventory-detail-head .product-images-placeholder .image-placeholder {
    width: 100%;
    height: 100%;
    padding: 3rem;
    border-radius: 10px;
    border: 1px solid #C8CDD1;
}
.inventory-detail-head .product-images-placeholder .image-placeholder-content {
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inventory-detail-head .product-images-placeholder .image-placeholder-content svg {
    width: 100px;
    height: 100px;
    opacity: 0.5;
}
.inventory-detail-head .product-images-placeholder .image-placeholder-content p {
    text-align: center;
    font-size: 1rem;
    color: #14151A;
    opacity: 0.5;
}
.inventory-detail-head .product-details {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-family: "Just Sans", sans-serif;
    padding: 2rem 0 0 0;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 800px) {
    .inventory-detail-head .product-details {
        flex: 0 0 50%;
        max-width: 50%;
        align-self: stretch;
        padding: 2rem 0;
    }
}
@media only screen and (min-width: 1000px) {
    .inventory-detail-head .product-details {
        padding-left: 1.25rem;
    }
}

.inventory-detail-head .product-description {
    padding: 2rem 0 0 0;
}
.inventory-detail-head  .product-description strong {
    display: inline-block;
}
.inventory-detail-head  .product-description p {
    display: inline-block;
}



.inventory-detail-head .product-details-top {
    width: 100%;
    position: relative;
    display: block;
}
.inventory-detail-head .product-details-top .type {
    display: block;
    position: relative;
    width: 100%;
}
.inventory-detail-head .product-details-top .type p {
    display: block;
    margin: 0;
    padding: 0;
    color: #BCC3C9;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.1;
}
.inventory-detail-head .product-details-top .model {
    display: block;
    position: relative;
    width: 100%;
}
.inventory-detail-head .product-details-top .description.product-price a, .inventory-detail-head .product-details-top .description.product-price p {
    color: #387c2c;
    font-weight: 600;
}
.inventory-detail-head .product-details-top .model h1 {
    display: block;
    font-family: "Trump Gothic Pro", sans-serif;
    font-size: 3.5rem;
    letter-spacing: 5px;
    color: #14151A;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: 0.35s;
    -webkit-transition: .35s;
}
@media only screen and (min-width: 800px) {
    .inventory-detail-head .product-details-top .model h1 {
        font-size: 4rem;
    }
}
@media only screen and (min-width: 1000px) {
    .inventory-detail-head .product-details-top .model h1 {
        font-size: 4.25rem;
    }
}
.inventory-detail-head .product-details-top .description {
    display: block;
    position: relative;
    width: 100%;
    padding: 1rem 0 0 0;
}
.inventory-detail-head .product-details-top .description p, .inventory-detail-head .product-details-top .description a {
    display: block;
    font-size: 0.9rem;
    padding: 0;
    line-height: 1.1;
    color: #BCC3C9;
    font-weight: 300;
}
.inventory-detail-head .product-details-used {
    width: 100%;
    position: relative;
}
.inventory-detail-head .product-details-used .details-chart {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1.5rem 0 2.5rem 0;
    width: 100%;
    position: relative;
}
.inventory-detail-head .product-details-used .details-chart-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.7rem 1rem;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #C8CDD1;
}
.inventory-detail-head .product-details-used .details-chart-item.price-text p {
    font-weight: 600;
    font-size: 14px;
}
.inventory-detail-head .product-details-used .details-chart-item:last-of-type {
    border-bottom: none;
}
@media only screen and (min-width: 525px) {
    .inventory-detail-head .product-details-used .details-chart-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.7rem 1.25rem;
    }
    .inventory-detail-head .product-details-used .details-chart-item:nth-child(odd) {
        border-right: 1px solid #C8CDD1;
    }
    .inventory-detail-head .product-details-used .details-chart-item:nth-child(even) {
        border-left: transparent;
        border-right: transparent;
    }
    .inventory-detail-head .product-details-used .details-chart-item:last-child {
        border-top: none;
    }
    .inventory-detail-head .product-details-used .details-chart-item:nth-child(3n) .inventory-detail-head .product-details-used .details-chart-item:last-child {
        border-bottom: none;
    }
    .inventory-detail-head .product-details-used .details-chart-item:nth-child(4n) .inventory-detail-head .product-details-used .details-chart-item:nth-last-child(2){
        border-bottom: none;
    }
}
.inventory-detail-head .product-details-used .details-chart-item strong {
    font-size: 0.7rem;
    color: #BFC4C9;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    flex: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.2rem 1rem 0.2rem 0;
}
.inventory-detail-head .product-details-used .details-chart-item p {
    font-size: 0.925rem;
    color: #14151A;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    flex: 1;
}

/* head configuration styles */
.inventory-detail-head .product-details-used .head-configuration {
    width: 100%;
    max-width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid #C8CDD1;
    border-left: transparent;
    border-right: transparent;
    margin-top: -1px;
}
.inventory-detail-head .product-details-used .head-configuration strong {
    font-size: .7rem;
    color: #BFC4C9;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    flex: 0 auto;
    max-width: fit-content;
    padding: 0.2rem 1rem 1rem 0;
    display: block;
}
.inventory-detail-head .product-details-used .head-configuration ul {
    margin: 0;
}
.inventory-detail-head .product-details-used .head-configuration ul li {
    font-size: 0.85rem;
    color: #14151A;
    line-height: 1.1;
    display: list-item;
    list-style: disc;
    position: relative;
    padding: 0 0 5px 0;
    margin: 0 0 0 1rem;
}

/* description text styles -- shown on used items */


.inventory-detail-head .product-details-used .product-description  {
    padding: .7rem 1rem;
    display: block;
}
.inventory-detail-head .product-details-used .product-description strong {
    font-size: .7rem;
    color: #BFC4C9;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    flex: 0 auto;
    max-width: fit-content;
    padding: 0.2rem 1rem 1rem 0;
    display: block;
}
.inventory-detail-head .product-details-used .product-description p {
    display: block;
    color: #14151a;
    font-size: .85rem;
    line-height: 1.25;
    padding: 0;
    position: relative;
}



.inventory-detail-head .product-details-new {
    width: 100%;
    position: relative;
}
.inventory-detail-head .product-details-new .specifications {
    width: 100%;
    position: relative;
    display: block;
    padding: 1.5rem 0;
}
.inventory-detail-head .product-details-new .specifications ul li {
    font-size: 0.925rem;
    color: #14151A;
    padding: 0.75rem 0.938rem;
    border-bottom: 1px solid #C8CDD1;
    line-height: 1.1;
}
.inventory-detail-head .product-details-new .specifications ul li:last-child {
    border-bottom: none;
}
.inventory-detail-head .product-details .buttons {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.inventory-detail-head .product-details .buttons a, .inventory-detail-head .product-details .buttons button {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: "Trump Gothic Pro", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
    padding: 1.125rem 1.925rem;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: 0.35s;
}
.inventory-detail-head .product-details .buttons-contact {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    display: block;
    align-self: stretch;
    padding: 0.75rem 0;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-head .product-details .buttons-contact {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }
}
.inventory-detail-head .product-details .buttons-contact a, .inventory-detail-head .product-details .buttons-contact button {
    background-color: #387C2C;
    color: #FFFFFF;
}
.inventory-detail-head .product-details .buttons-financing {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    display: block;
    padding: 0.75rem 0;
    align-self: stretch;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-head .product-details .buttons-financing {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0 0 0.75rem;
    }
}
.inventory-detail-head .product-details .buttons-value {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    display: block;
    padding: 0.75rem 0;
    align-self: stretch;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-head .product-details .buttons-value {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.inventory-detail-head .product-details .buttons-financing a, .inventory-detail-head .product-details .buttons-financing button, .inventory-detail-head .product-details .buttons-value a, .inventory-detail-head .product-details .buttons-value button {
    color: #387C2C;
    border: 1px solid #387C2C;
    transition: 0.35s;
}
.inventory-detail-head .product-details .buttons-financing a:hover, .inventory-detail-head .product-details .buttons-financing button:hover, .inventory-detail-head .product-details .buttons-value a:hover, .inventory-detail-head .product-details .buttons-value button:hover {
    background-color: #387C2C;
    color: #FFFFFF;
    transition: 0.35s;
}
.inventory-detail-main {
    width: 100%;
    position: relative;
    display: block;
    padding: 5rem 0;
    background: #F8F8F8;
    border-radius: 20px;
    font-family: "Just Sans", sans-serif;
}
.inventory-detail-main .main-wrapper {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.inventory-detail-main .top-selectors {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 2rem 0;
}
.inventory-detail-main .top-selectors h3 {
    display: block;
    font-size: 2.75rem;
    font-family: "Trump Gothic Pro", sans-serif;
    color: #14151A;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    letter-spacing: 4px;
    font-weight: 600;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
@media only screen and (min-width: 800px) {
    .inventory-detail-main .top-selectors h3 {
        flex: 0 auto;
        padding-right: 2rem;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.inventory-detail-main .top-selectors-buttons {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    border-radius: 4px;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2rem 0 0 0;
}
@media only screen and (min-width: 800px) {
    .inventory-detail-main .top-selectors-buttons {
        flex: 1;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0 0 0 1rem;
    }
}
.inventory-detail-main .top-selectors-buttons button {
    text-align: center;
    padding: 1rem 1.35rem;
    color: #14151A;
    background-color: transparent;
    flex: 0 auto;
    font-family: "Trump Gothic Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    border: 1px solid #14151A;
}
.inventory-detail-main .top-selectors-buttons button.active {
    background-color: #14151A;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.inventory-detail-main .top-selectors-buttons button:first-child {
    border-radius: 4px 0 0 4px;
}
.inventory-detail-main .top-selectors-buttons button:last-child {
    border-radius: 0 4px 4px 0;
}
.inventory-detail-main .toggle-content-area {
    width: 100%;
    position: relative;
    display: block;
    font-family: "Just Sans", sans-serif;
}
.inventory-detail-main .toggle-content-area .nav-name, .inventory-detail-main .toggle-content-area h2, .inventory-detail-main .toggle-content-area a.btn-expand-all, .inventory-detail-main .toggle-content-area a.btn-collapse-all, .inventory-detail-main .toggle-content-area .select-form-mobile, .inventory-detail-main .toggle-content-area .add-model-form, .inventory-detail-main .toggle-content-area .obj-header-content, .inventory-detail-main .toggle-content-area .specification-header, .inventory-detail-main .toggle-content-area .specification-export, .inventory-detail-main .toggle-content-area .specification-controls, .inventory-detail-main .toggle-content-area .specification-show-more {
    display: none;
}
.inventory-detail-main .toggle-content-area .seccion-images {
    padding: 1.25rem 0;
    width: 100%;
    position: relative;
    display: block;
}
.inventory-detail-main .toggle-content-area h4 {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 1.5rem;
    font-family: "Trump Gothic Pro", sans-serif;
    color: #387C2C;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
    padding: 0 1.35rem;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.inventory-detail-main .toggle-content-area h4:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 19.5L8.25 12l7.5-7.5' /%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-position: center center;
    display: block;
    position: absolute;
    right: 1.35rem;
    transform: rotate(-180deg);
    transition: 0.25s;
    opacity: 0.75;
}
.inventory-detail-main .toggle-content-area h5 {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Trump Gothic Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #14151A;
    padding: 1rem 0;
}
.inventory-detail-main .toggle-content-area p {
    display: block;
    font-size: 0.925rem;
    font-family: "Just Sans", sans-serif;
    color: #14151A;
    line-height: 1.35;
    margin: 0;
    letter-spacing: initial;
    font-weight: 300;
    padding: 12px 0;
}
.inventory-detail-main .toggle-content-area span.caption {
    display: block;
    padding: 1rem 0 1.5rem 0;
    font-size: .925rem;
    font-weight: 500;
    color: #14151A;
}
.inventory-detail-main .toggle-content-area ul, .inventory-detail-main .toggle-content-area ol {
    width: 100%;
    display: block;
    padding: 1.35rem 0 1.35rem 1.25rem;
}
.inventory-detail-main .toggle-content-area ul li, .inventory-detail-main .toggle-content-area ol li {
    border-bottom: none;
    padding: 0 0 1.25rem 0;
    display: list-item;
    margin: 0;
    line-height: 1.1;
    font-size: 1rem;
    color: #14151A;
}
.inventory-detail-main .toggle-content-area ul {
    list-style: disc;
}
.inventory-detail-main .features-items {
    width: 100%;
    position: relative;
}
.inventory-detail-main .features-items .new-features-info {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 0 2rem 0;
    margin: 0 0 2rem 0;
}
.inventory-detail-main .features-items .new-features-info .expand-collapse-component {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.inventory-detail-main .features-items .new-features-info ul.special-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    align-items: center;
}
.inventory-detail-main .features-items .new-features-info ul.special-list li {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0.925rem 1rem;
    font-weight: 300;
    color: #14151A;
    line-height: 1.1;
    border-bottom: 1px solid #C8CDD1;
    align-self: stretch;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-main .features-items .new-features-info ul.special-list li {
        flex: 0 0 50%;
        width: 100%;
        flex-grow: 1;
    }
}
@media only screen and (min-width: 850px) {
    .inventory-detail-main .features-items .new-features-info ul.special-list li {
        flex: 0 0 33.33%;
        width: 100%;
        flex-grow: 1;
    }
    .inventory-detail-main .features-items .new-features-info ul.special-list li:nth-child(3n+2) {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.inventory-detail-main .features-items .expand-collapse-component-item {
    font-family: "Just Sans", sans-serif;
    width: 100%;
    position: relative;
    padding: 1.25rem 0;
    border-bottom: 1px solid #DCDFE2;
}
.inventory-detail-main .features-items .expand-collapse-component-item:last-of-type {
    border-bottom: none;
}
.inventory-detail-main .features-items .expand-collapse-component-item.active {
    transition: 0.25s ease-in-out;
    background-color: #FFFFFF;
}
.inventory-detail-main .features-items .expand-collapse-component-item.active .expand-collapse-component-item-content {
    display: block;
    opacity: 1;
    height: auto;
    transition: 0.25s ease-in-out;
    padding: 1.35rem 20px;
}
.inventory-detail-main .features-items .expand-collapse-component-item.active h4:before {
    transform: rotate(-90deg);
    transition: 0.25s;
}
.inventory-detail-main .features-items .expand-collapse-component-item-content {
    display: none;
    height: 0;
    padding: 0;
    transition: 0.25s ease-in-out;
}
.inventory-detail-main .features-items .expand-collapse-component-item-content img {
    border-radius: 5px;
    width: auto;
    height: 100%;
    max-height: 370px;
}

@media only screen and (min-width: 700px) {
    .inventory-detail-main .features-items .expand-collapse-component-item-content img {
        max-height: 400px;
    }
}
.inventory-detail-main .features-items .show-more-container {
    display: none;
}
.inventory-detail-main .specifications-items .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.inventory-detail-main .specifications-items .specification-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 3.5rem 0;
}
.inventory-detail-main .specifications-items .specification-container:last-of-type {
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container:last-child {
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container .table-title {
    padding: 0 0 10px 0;
    position: relative;
}
.inventory-detail-main .specifications-items .specification-container .table-title h3 {
    display: block;
    letter-spacing: 2px;
    font-size: 1.125rem;
}
.inventory-detail-main .specifications-items .specification-container table {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container table tbody tr {
    width: 100%;
}
.inventory-detail-main .specifications-items .specification-container table tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.inventory-detail-main .specifications-items .specification-container table th {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    padding: 1.25rem 1rem;
    border-right: 1px solid #C8CDD1;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-main .specifications-items .specification-container table th {
        padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    }
}
.inventory-detail-main .specifications-items .specification-container table td {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    padding: 1.25rem 1rem;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-main .specifications-items .specification-container table td {
        padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    }
}
.inventory-detail-main .specifications-items .specification-container table .column-1 {
    font-weight: 300;
    width: 50%;
    max-width: 50%;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-main .specifications-items .specification-container table .column-1 {
        max-width: 40%;
        width: 40%;
    }
}
@media only screen and (min-width: 800px) {
    .inventory-detail-main .specifications-items .specification-container table .column-1 {
        max-width: 35%;
        width: 35%;
    }
}
.inventory-detail-main .specifications-items .specification-container table .column-2 {
    width: 50%;
    max-width: 50%;
}
@media only screen and (min-width: 600px) {
    .inventory-detail-main .specifications-items .specification-container table .column-2 {
        max-width: 60%;
        width: 60%;
    }
}
@media only screen and (min-width: 800px) {
    .inventory-detail-main .specifications-items .specification-container table .column-2 {
        max-width: 65%;
        width: 65%;
    }
}
.inventory-detail-main .specifications-items .specification-container table .column-3 {
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container table .column-3 th, .inventory-detail-main .specifications-items .specification-container table .column-3 td {
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container table .column-4 {
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container table .column-4 th, .inventory-detail-main .specifications-items .specification-container table .column-4 td {
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container table .column-5 {
    padding: 0;
}
.inventory-detail-main .specifications-items .specification-container table .column-5 th, .inventory-detail-main .specifications-items .specification-container table .column-5 td {
    padding: 0;
}



.inventory-breadcrumbs {
    font-family: "Just Sans", sans-serif;
    padding: 1.35rem 5% 0 5%;
}
.inventory-breadcrumbs-wrapper {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9rem;
}
.inventory-breadcrumbs-wrapper a {
    color: #14151A;
    opacity: 0.3;
    letter-spacing: 0;
    flex: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-right:1rem;
}
.inventory-breadcrumbs-wrapper a.active {
    opacity: 1;
}
.inventory-breadcrumbs-wrapper .icon {
    flex: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 1rem 0 0;
}
.inventory-breadcrumbs-wrapper .icon svg {
    width: 10px;
    height: 10px;
    display: block;
    opacity: 0.3;
}
.inventory-breadcrumbs-wrapper .icon svg path {
    stroke: #14151A;
}
.inventory-breadcrumbs-wrapper .active {
    opacity: 1;
}
.inventory-breadcrumbs-wrapper span:not(.icon) {
    flex: 0 auto;
    text-transform: capitalize;
    opacity: 1;
    color: #14151A;
}
.inventory-breadcrumbs-wrapper span:not(.icon).active {
    opacity: 1;
}
.inventory-breadcrumbs-wrapper span:not(.icon) a {
    line-height: 1;
}


.threeColumnBlocks {
    position: relative;
    display: block;
    width: 100%;
    padding: 5rem 0;
    background-color: #F8F8F8;
    border-radius: 24px 24px 0 0;
    font-family: "Just Sans", sans-serif;
}
.threeColumnBlocks-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.threeColumnBlocks .block-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    align-self: stretch;
    padding: 0 0 1.5rem 0;
}
@media only screen and (min-width: 600px) {
    .threeColumnBlocks .block-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.75rem;
    }
}
@media only screen and (min-width: 850px) {
    .threeColumnBlocks .block-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 0.75rem;
    }
}
.threeColumnBlocks .block-item-wrapper {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.threeColumnBlocks .block-item .image {
    width: 100%;
    position: relative;
    flex: 0 auto;
}
.threeColumnBlocks .block-item .image img {
    width: 100%;
    height: 225px;
    max-height: 225px;
    min-height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.threeColumnBlocks .block-item .info {
    position: relative;
    background-color: #FFFFFF;
    padding: 2.5rem 1.5rem;
    text-align: center;
    flex: 1;
}
@media only screen and (min-width: 800px) {
    .threeColumnBlocks .block-item .info {
        padding: 3rem 2.5rem;
    }
}
.threeColumnBlocks .block-item .info h4 {
    display: block;
    font-family: "Trump Gothic Pro", sans-serif;
    letter-spacing: 1px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 1rem 0;
}
.threeColumnBlocks .block-item .info p {
    text-align: center;
    font-size: 1rem;
    color: #14151A;
    line-height: 1.25;
    font-weight: 300;
    padding: 0;
}



/* request info form */
.requestInfo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    width: 100%;
    height: 100%;
    transition: 0.35s;
}
.requestInfo.active {
    position: fixed;
    z-index: 99;
    visibility: visible;
    opacity: 1;
    transition: 0.35s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.requestInfo .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #14151A;
    opacity: 0.95;
    flex: 0;
}
.requestInfo .controls {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    z-index: 1;
    flex: 0 auto;
}
.requestInfo .controls-close {
    cursor: pointer;
    outline: none;
    border: none;
}
.requestInfo .controls svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 auto;
    display: block;
    stroke: #FFFFFF;
}
@media only screen and (min-width: 600px) {
    .requestInfo .controls svg {
        width: 30px;
        height: 30px;
    }
}
.requestInfo__container {
    flex: 1;
    display: block;
    height: 100%;
    max-width: 750px;
    position: relative;
    width: 90%;
    background-color: #FFFFFF;
    padding: 30px;
    margin: 10vh auto;
    max-height: 80vh;
    overflow: scroll;
    border-radius: 10px;
    transition: all 0.25s ease;
}
@media only screen and (min-width: 750px) {
    .requestInfo__container {
        padding: 3rem 5% 0 5%;
    }
}
.requestInfo .title {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 0 1.25rem 0;
}
.requestInfo .title h3 {
    display: block;
    font-family: "Trump Gothic Pro", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    color: #14151A;
    line-height: 1.1;
    letter-spacing: 3px;
    padding: 0;
    margin: 0;
    font-weight: 600;
}
@media only screen and (min-width: 600px) {
    .requestInfo .title h3 {
        font-size: 2.75rem;
    }
}
.requestInfo__form {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1.25rem 0;
}
.requestInfo__form form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.requestInfo__form .hs-form-field label:not(.hs-error-msg) {
    color: blue;
}.requestInfo__form {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1.25rem 0;
}


/* hubspot form stuff */
.requestInfo__form .hs-form-field {
    margin: 0 0 12px 0;
}
.requestInfo .requestInfo__form .input input[type=text] {
    background-color: #FFFFFF;
    font-size: .9rem;
    padding: 10px 12px;
    border-radius: 4px;
}
.requestInfo__form .hs-form-field input, .requestInfo__form .hs-form-field textarea {
    width: 100%;
    min-width: 100%;
    border-radius: 4px;
}
.requestInfo__form label span {
    font-family: "Just Sans", sans-serif;
    color: #14151a;
    font-size: .9rem;
}
.requestInfo .requestInfo__form form .hs-form-field label:not(.hs-error-msg) {
    color: #14151a;
}
.requestInfo .requestInfo__form .hs-submit {
    display: block;
    padding: 1.75rem 0 3rem 0;
    position: relative;
}
.requestInfo .requestInfo__form .hs-submit input[type=submit] {
    background-color: #387c2c;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-family: Trump Gothic Pro,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 16px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: .25s;
    border: 1px solid transparent;
}
.requestInfo .requestInfo__form .hs-submit input[type=submit]:hover {
    border: 1px solid #387c2c;
    background: white;
    color: #387c2c;
    transition: .25s;
}


/* PowerGard & checkbox styles */
.requestInfo__form .hs-recaptcha .grecaptcha-badge{
    margin-right: auto;
    margin-left: 0;
}
.requestInfo__form ul[role="checkbox"] {
    display: block;
    position: relative;
    width: 100%;
}
.requestInfo__form ul[role="checkbox"] li {
    margin: 0.5rem 0;
    line-height: 1;
}
.requestInfo__form ul[role="checkbox"] label.hs-form-radio-display {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    line-height: 1.1;
    max-width: fit-content;
}
.requestInfo__form ul[role="checkbox"] .hs-form-radio-display span {
    padding-right: .5rem;
}
.requestInfo__form ul[role="checkbox"] .hs-form-radio-display input {
    width: 12px;
    height: 12px;
    max-width: 12px;
    min-width: 12px;
    min-height: 12px;
    max-height: 12px;
    border-radius: 18px;
    margin: 0;
}
.requestInfo__form ul[role="checkbox"] .hs-form-radio-display input[type=radio]:checked  {
    background-color: #387c2c;
}

/* CALL NOW BUTTON INTEGRATION WITH LOCATIONS-PAGE-LOCATIONS MODULE */
.locations-main { display: none !important; }
.inventory-detail-head .product-details .buttons-call-now { flex: 0 0 100%; align-self: stretch; display: block;position: relative; width: 100%; }
.inventory-detail-head .product-details .buttons-call-now a { background-color: #387c2c; border: 1px solid #387c2c; color: #FFFFFF;align-self: stretch; display: block;position: relative; width: 100%; border-radius: 4px;}
.inventory-detail-head .product-details .buttons-call-now a:hover { background-color: #FFFFFF; color: #387c2c; border: 1px solid #387c2c; }
@media only screen and (min-width: 600px) {
  .inventory-detail-head .product-details .buttons-call-now { padding: 0.75rem 0 0.75rem 0.75rem;flex: 0 0 50%; }
}

/* MAKE CAROUSEL IMAGES RELATIVE HEIGHT TO SHOW ENTIRE IMAGE */
.inventory-detail-head .product-images-slider .product-images-gallery img {
    border-radius: 8px;
    display: block;
    height: 100%;
    margin: 0 auto;
    max-height: none;
    min-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.swiper-wrapper
{
   align-items: center;
}

@media only screen and (min-width: 1000px) {
    .inventory-detail-head .product-images-slider .product-images-gallery img {
        height: auto;
        max-height: none; 
    }
  
@media only screen and (min-width: 850px) {
    .inventory-detail-head .product-images-slider .product-images-gallery img {
        height: auto;
        max-height: none;
    }
}