#vue-inventory {
    max-width: 1800px;
    margin: auto;
}

.ip-header {
    height: 206px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.ip-header-box {
    color: #fff;
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
    background: #000000b5;
    width: 298px;
    height: 124px;
    margin: auto;
    border-top: 2px solid #c64910a3;
    border-bottom: 2px solid #c64910a3;
    box-sizing: border-box;
}

.ip-header-box-left-border {
    position: absolute;
    height: 128px;
    width: 2px;
    top: -2px;
    background: #c64910a3;
    left: 9px;
    transform: rotate(8deg);
}

.ip-header-box-right-border {
    position: absolute;
    height: 121px;
    width: 3px;
    top: -1px;
    background: #c64910a3;
    right: 8px;
    transform: rotate(8.5deg);
}

.ip-header-box-inner {
    padding: 25px 30px;
}

.ip-header-box-title {
    font-family: 'Teko', sans-serif;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

.ip-header-box-sub-title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.ip-header-bar-page-name-outer {
    background: #C64910;
}

.ip-header-bar-page-name-inner {
    background: #000;
    margin-right: 15px;
    padding-left: 15px;
}

.ip-header-bar-page-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding: 17px 0;
    text-align: center;
}

.ip-header-bar-page-name span {
    color: #C64910;
}

.ip-header-bar-right {
    background: #d6d6d6;
    font-size: 0;
    padding: 15px 5px;
}

.ip-header-bar-right-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
}

.ip-header-bar-right-sub-col {
    font-size: 16px;
}

.ip-header-bar-right-sub-col.one {
    margin-bottom: 10px;
}

.ip-header-bar-right-inner-pdv {
    font-size: 15px;
    font-weight: 500;
    color: #575757;
    text-transform: uppercase;
    text-align: center;
}

.ip-header-bar-right-inner-pdv div a {
    color: #575757;
}

.ip-header-bar-right-inner-pdv div:nth-child(2) {
    margin-top: 10px;
}

.ip-header-bar-right-inner-pdv div:nth-child(2) span {
    color: #C64910;
    font-weight: 700;
}

.sort-select {
    padding: 5px 5px;
}

.sort-select:focus {
    outline: none;
}

.inventory-list .item {
    max-width: 450px;
    margin: auto;
    border: 1px solid rgb(38 38 38 / 72%);
    padding: 70px 5px 103px 5px;
    box-sizing: border-box;
    position: relative;
}

.inventory-list .item .name {
    font-family: 'Teko', sans-serif;
    color: #C64910;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.list-view-img-container {
    position: relative;
    height: 175px;
    max-width: 240px;
    margin: 20px auto;
}

.inventory-list .item .image {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.starting-at {
    font-family: proxima-nova, sans-serif;
    color: #383838;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.list-view-price {
    font-family: proxima-nova, sans-serif;
    color: #383838;
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
}

.dollar-sign {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
    line-height: 27px;
}

.cents {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
    line-height: 27px;
}

.list-view-in-stock {
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #393939;
    width: 166px;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    padding: 13px 0px;
    top: 8px;
    left: 8px;
}

.filter-btn {
    background: #c64910;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding: 7px 0 4px 0;
    width: 124px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.close-filter {
    position: absolute;
    right: 11px;
    font-size: 55px;
    top: -17px;
}

.filter-container {
    position: absolute;
    background: #ffffff;
    box-sizing: border-box;
    width: 315px;
    left: -100%;
    z-index: 1;
    padding: 20px 5px 30px 30px;
    border: 1px solid #b7b7b7;
    border-left: 0;
    transition: all .3s;
    margin-top: -41px;
}

.filter-container.active {
    left: 0;
}

.filter-title {
    color: #383838;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.filter-item {
    margin-bottom: 15px;
}

.item-btns-container {
    font-size: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.inventory-list .item .learn-more-btn {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 22px;
    cursor: pointer;
    transition: all .2s;
    background: #393939;
    font-family: proxima-nova, sans-serif;
}

.inventory-list .item .learn-more-btn:hover {
    background: #C64910;
}

.product-thumnail-container {
    font-size: 0;
}

.product-thumnail-col {
    display: inline-block;
    height: 100px;
    width: 100px;
    vertical-align: top;
    box-shadow: 1px 1px 7px 2px #d5d5d5;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.product-thumnail-img {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.fs-product-thumnail-container {
    position: absolute;
    bottom: 25px;
    font-size: 0;
    /* text-align: left; */
    /* padding-left: 10px; */
}

.fs-product-thumnail-col {
    display: inline-block;
    vertical-align: top;
    height: 85px;
    width: 85px;
    box-shadow: 1px 1px 7px 2px #d5d5d5;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.fs-product-thumnail-img {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.add-on-option-name {
    font-size: 15px;
    margin-bottom: 1px !important;
    font-family: proxima-nova, sans-serif;
    padding-left: 24px;
}

.add-on-image {
    width: 200px;
}

.add-on-product-link {
    background: #C64910;
    font-size: 14px;
    text-align: center;
    width: 145px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 0 5px 0;
    margin-top: 14px;
    transition: all .2s;
}

.add-on-product-link:hover {
    background: #393939;
}

.table-container {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.t-cell {
    font-size: 14px;
    padding: 7px 10px 7px 10px;
    border: 1px solid #b5b5b5;
}

.t-cell:nth-child(1) {
    width: 107px;
}

.disclaimer {
    font-size: 14px;
}

.product-video-contianer {
    display: none;
    position: fixed;
    background: #000000f5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.close-product-video-container {
    font-size: 110px;
    color: #fff;
    right: 5px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    transition: all .2s;
}

.close-product-video-container:hover {
    color: #C74910;
}

iframe#player {
    display: block;
    margin: auto;
    width: 86%;
    height: 336px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-videos-container {
    font-size: 0;
    margin-top: 20px;
    overflow-x: scroll;
}

.product-videos-container-inner {
    width: max-content;
}

.product-video-thumbnail {
    width: 85%;
    cursor: pointer;
}

.product-video-thumbnail-col {
    display: inline-block;
    width: 300px;
}

.product-video-thumbnail-col img {
    width: 95%;
    display: block;
    border-bottom: 5px solid transparent;
    transition: all .2s;
}

.product-video-thumbnail-col img:hover {
    border-bottom: 5px solid #c64910;
}


button.page-links.selected {
    color: #C64910;
}

div.filter-title {
    cursor: pointer;
}
div.filter-title1 {
    font-family: 'Teko', sans-serif;
    color: #C64910;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
}

div.filter-title2 {
    font-family: 'Teko', sans-serif;
    color: #393939;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.filter-arrow {
    display: inline-block;
    position: relative;
    top: 5px;
    transition: all .2s;
}

.filter-arrow.close {
    transform: rotate(180deg);
    top: 0;
}



/*custom checkbox styles*/
.filter-container [type="checkbox"]:not(:checked), .filter-container [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.filter-container [type="checkbox"]+label {
    font-size: 14px;
    line-height: 24px;
    padding-left: 29px;
    color: #2C2C2C;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.filter-container [type="checkbox"].filled-in+label:before, .filter-container [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}

.filter-container [type="checkbox"].filled-in:not(:checked)+label:after {
    border: 1px solid #707070;
    height: 22px;
    width: 21px;
    background: #fff
}

/*[type="checkbox"].filled-in:checked+label:before {
    background: #E06225;
    height: 9px;
    width: 9px;
    top: 2px;
    left: 2px;
}*/

.filter-container [type="checkbox"].filled-in:checked+label:after {
    top: 0;
    border: 1px solid #707070;
    height: 22px;
    width: 21px;
    background-color: #C64910;
    z-index: 0;
}
/*end custom checkbox styles*/


@media (min-width: 768px) {
    .ip-header {
        height: 267px;
    }

    .ip-header-box {
        width: 619px;
        height: 179px;
        box-sizing: border-box;
    }

    .ip-header-box-inner {
        padding: 47px 30px 40px 30px;
    }

    .ip-header-box-left-border {
        height: 102%;
        width: 2px;
        top: -2px;
        left: 19px;
        transform: rotate(12deg);
    }

    .ip-header-box-right-border {
        height: 113%;
        width: 2px;
        top: -2px;
        right: 21px;
        transform: rotate(12deg);
    }

    .ip-header-box-title {
        font-size: 52px;
        line-height: 52px;
    }

    .ip-header-box-sub-title {
        font-size: 18px;
        line-height: 22px;
    }

    .ip-header-bar-right-sub-col {
        display: inline-block;
    }

    .ip-header-bar-right-sub-col.one {
        padding-right: 15px;
        margin-bottom: 0;
    }

    .ip-header-bar-right-col {
        vertical-align: middle;
    }

    .ip-header-bar-right-inner-plv {
        max-width: 500px;
    }

    .ip-header-bar-right-inner-pdv div {
        display: inline-block;
    }

    .ip-header-bar-right-inner-pdv div:nth-child(2) {
        margin-left: 15px;
    }

    .inventory-list .item {
        width: 95%;
    }

    .add-on-col {
        display: inline-block;
        vertical-align: top;
    }

    .add-on-col.one {
        width: calc(100% - 225px);
    }

    .add-on-col.two {
        width: 225px;
    }

    iframe#player {
        height: 50vw;
        max-height: 634px;
        max-width: 1200px;
    }
}

@media (min-width: 1024px) {
    .product-videos-container {
        text-align: left;
    }
}

@media (min-width: 1170px) {
    .ip-header {
        height: 467px;
    }

    .ip-header-box {
        top: 205px;
        left: 100px;
        right: initial;
    }

    .ip-header-bar {
        font-size: 0;
        background: #d6d6d6;
    }

    .ip-header-bar-left {
        display: inline-block;
        width: 470px;
    }

    .ip-header-bar-page-name-outer {
        background: #C64910;
        clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    }

    .ip-header-bar-page-name-inner {
        background: #000;
        margin-right: 24px;
        padding-left: 0;
        clip-path: polygon(0 0, 100% 0, 92.5% 100%, 0% 100%);
    }

    .ip-header-bar-page-name {
        font-size: 27px;
        line-height: 27px;
        padding: 32px 0;
        text-align: left;
        padding-left: 50px;
    }

    .ip-header-bar-right {
        display: inline-block;
        width: calc(100% - 480px);
        vertical-align: top;
        padding-top: 33px;
        padding-bottom: 0;
    }

    .ip-header-bar-right-inner {
        margin: initial;
    }

    .ip-header-bar-right-inner-pdv {
        text-align: left;
        padding-left: 35px;
        margin-top: -6px;
    }

    .filter-btn {
        display: none;
    }

    .filter-container {
        position: initial;
        display: inline-block;
        margin-top: 50px;
        background: transparent;
        border: none;
        width: 310px;
        padding-right: 5px;
    }

    .filter-item {
        margin-bottom: 30px;
    }

    .inventory-container-outer {
        display: inline-block;
        vertical-align: top;
        margin-top: 50px;
        width: calc(100% - 315px);
    }

    .inventory-container-outer.active {
        display: block;
        width: 100%;
        margin-top: 0;
        max-width: 1600px;
        margin: auto;
    }

    .fs-product-thumnail-container {
        text-align: left;
        padding-left: 50px;
    }
}

@media (min-width: 1300px) {
    .ip-header {
        height: 512px;
    }

    .ip-header-box {
        top: 223px;
    }

    .product-image-col-container {
        font-size: 0;
    }

    .product-image-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .product-image-col.one {
        width: 85%;
    }

    .product-image-col.two {
        width: 15%;
        padding-left: 15px;
    }

    .product-thumnail-col {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .product-thumnail-img {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .inventory-list .item-col {
        width: 33.33%;
    }
}

@media (min-width: 1600px) {
    .ip-header {
        height: 644px;
    }

    .ip-header-box {
        width: 852px;
        height: 265px;
        left: 133px;
        top: 249px;
    }

    .ip-header-box-left-border {
        height: 267px;
        width: 2px;
        top: -3px;
        left: 26px;
        transform: rotate(11deg);
    }

    .ip-header-box-right-border {
        height: 267px;
        width: 2px;
        top: -3px;
        right: 26px;
        transform: rotate(11deg);
    }

    .ip-header-box-inner {
        padding: 83px 30px 58px 30px;
    }

    .ip-header-box-title {
        font-size: 80px;
        line-height: 80px;
    }

    .ip-header-box-sub-title {
        font-size: 22px;
    }
}








