.home .cat-model-description {
    display: none
}

.item-image-wrap {
    position: relative;
    width: 100%;
    height: 160px
}

.item-image-wrap:hover {
    opacity: .8
}

.item-image-wrap img {
    display: block
}

.item-wrap {
    text-align: center;
    float: left;
    background: #1e1c17;
    margin: 1.6% 1.6%;
    box-sizing: border-box;
    width: 30%;
    position: relative;
    transition: all ease .5s;
    overflow: hidden
}

.item-wrap .imgLabel {
    display: none
}

.category-description {
    text-align: center
}

.item-image {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width:767px) {
    .item-wrap {
        background: #1e1c17;
        margin: 1.6% 0;
        width: 100%
    }

    .item-image {
        height: 230px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }
}

.item-wrap.model-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    filter: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    transition: all ease .5s;
    z-index: 1
}

.item-wrap:hover:after {
    opacity: 0
}

.item-wrap .ecom-title {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    text-align: left;
    background: #38342c;
    padding: 5px 20px;
    border: 0;
    color: #fff !important;
    text-decoration: none !important;
    transition: all ease .5s;
    z-index: 2
}

.item-wrap.model-wrap .ecom-title:after {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: 10px
}

.item-wrap:hover .ecom-title {
    color: #abaa36
}

body.barn-store .store-specials-wrap {
    padding: 25px 0;
    text-align: center;
    min-height: 100px;
    display: none
}

body.barn-store .store-specials-wrap.show {
    display: block
}

body.barn-store .store-specials-wrap p {
    margin: 0
}

body.barn-store .content-wrap.light-bg {
    min-height: 500px
}

body.barn-store .item-wrap {
    text-align: center;
    float: left;
    background: #1e1c17;
    margin: 1.6% 1.6%;
    margin-top: 0;
    box-sizing: border-box;
    width: 21.8%;
    position: relative;
    transition: all ease .5s;
    overflow: hidden;
    background: none;
    text-align: left;
    height: 290px
}

body.barn-store .item-wrap .accessory-name {
    min-height: 40px;
    font-size: 1rem;
    line-height: 1;
	font-family: 'proxima-nova', sans-serif;
}

body.barn-store .item-image {
    height: 200px;
    border: 1px solid #eee;
    margin-bottom: 5px;
}

@media only screen and (max-width:959px) {
    body.barn-store .item-wrap {
        float: left;
        width: 21.8%;
        height: 270px
    }

    body.barn-store .item-image {
        height: 160px
    }
}

@media only screen and (max-width:767px) {
    body.barn-store .item-wrap {
        float: left;
        width: 46.8%;
        height: 290px
    }

    body.barn-store .item-image {
        height: 190px
    }
}

@media only screen and (max-width:479px) {
    body.barn-store .item-wrap {
        float: left;
        width: 100%;
        margin: 0;
        height: auto;
        margin-bottom: 20px
    }

    body.barn-store .item-image {
        min-height: 290px
    }
}

.accessory-wrap .ecom-title {
    font-family: 'utopia-std', serif;
    color: #1e1c17 !important;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    background: none
}

.productList-wrap a {
    color: #1e1c17
}

.accessory-wrap .accessory-price {
    color: #1e1c17;
    padding: 0
}

.accessory-price .msrp {
    text-decoration: line-through;
    display: block;
    float: none;
    padding-top: 10px;
    font-size: 16px
}

.accessory-wrap .accessory-price .msrp {
    padding-top: 0;
    padding-right: 20px;
    font-size: inherit;
    float: left
}

.accessory-details-wrap .accessory-price .saleprice {
    color: #cc0000;

}

.accessory-details-wrap .accessory-price .saleprice:before {
    content: "Sale: "
}

.accessory-wrap .accessory-price .saleprice {
    background: #cc0000;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;

}

.accessory-wrap.Out .accessory-price:before {
    content: "Out of Stock";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    background: #cde1df;
    font-size: 10px;
    padding: 0 10px
}

.accessory-wrap .regular-price.strike, .accessory-wrap .origprice {
    text-decoration: line-through;
    display: block;
    float: left;
    padding-right: 10px;
    left: 20px
}

.ecomPag {
    display: none
}

.accessory-details-wrap .accessory-info {
    padding-left: 20px
}

@media only screen and (max-width:767px) {
    .accessory-details-wrap .accessory-info {
        padding-left: 0
    }
}

.accessory-details-wrap .accessory-image {
    position: relative
}

.accessory-details-wrap .accessory-image .details-mainImg {
    background: rgba(78, 57, 45, .3)
}

.accessory-details-wrap .accessory-image img {
    display: block
}

.accessory-details-wrap .accessory-image .imgLabel {
    display: block;
    line-height: 1;
    padding: 10px;
    background: #38342c;
    color: #fff
}

.accessory-details-wrap img.thumb-prodImage {
    height: 73px !important;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all ease .3s
}

.accessory-details-wrap img.thumb-prodImage:hover {
    opacity: .7
}

.accessory-details-wrap img.thumb-prodImage:last-of-type {
    height: 71px !important;
    float: left;
    padding-right: 0
}

.accessory-options-wrap {
    padding-right: 40px;
    padding-bottom: 20px
}

.accessory-options-wrap .ioSelected {
    border: 4px solid #abaa36
}

.accessory-options-wrap .dropdown {
    height: 34px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #38342c;
    display: block;
    width: 100%
}

.accessory-options-wrap .dropdown:after {
    background: none repeat scroll 0 0 #abaa36;
    color: #fff;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-left: 10px solid #38342c
}

.accessory-details-wrap .accessory-sku {
    font-size: 24px;
    line-height: 1;
    font-family: 'utopia-std', serif;
    text-transform: uppercase
}

.accessory-details-wrap .accessory-price {
    font-size: 40px;
    line-height: 1;
    font-family: 'utopia-std', serif
}

.accessory-details-wrap .origprice {
    font-size: 20px;
    opacity: .5;
    text-decoration: line-through;
    display: block;
    padding-top: 10px;
    left: 20px
}

.accessory-details-wrap .thumb-wrap {
    position: relative;
    cursor: pointer;
    float: left;
    height: 70px;
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #e8e7e5
}

.accessory-details-wrap .thumb-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto
}

.accessory-details-wrap .accessory-qty input {
    width: 50px;
    display: inline-block
}

.accessory-details-wrap .item-wrap {
    background: transparent
}

.accessory-associated {
    border-top: 2px solid rgba(78, 57, 45, .3);
    margin-top: 80px;
    padding-top: 80px
}

.accessory-options {
    position: relative
}

.accessory-options .column span {
    display: block
}

.accessory-options .column div {
    display: inline-block
}

.accessory-options .column div img {
    height: 50px;
    width: 50px;
    margin-right: 10px
}

.accessory-popup-wrap {
    position: fixed;
    z-index: 2900;
    padding: 40px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    cursor: pointer
}

.accessory-popup-wrap .fa-times {
    position: absolute;
    right: 0;
    top: 10px;
    right: 20px;
    font-size: 30px
}

.accessory-popup {
    text-align: center
}



.content-wrap .alertTxt:empty,
.content-wrap .errAlert:empty {
    display: none
}


.content-wrap .alertTxt, .content-wrap .errAlert {
    font-size: 30px;
    line-height: 34px;
    display: block;
    color: #38342c;
    font-weight: 400 !important;
    text-align: left;
    padding: 10px 20px;
    background: #cde1df
}

#overlay {
    background: #ecede3;
    width: 100%;
    position: relative;
    left: 0;
    z-index: 2900;
    display: none;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
    font-size: 20px
}

#overlay h3 {
    width: 100% !important;
    text-align: center;
    margin: 0;
    line-height: 1.2
}

#overlay .button {
    margin: 0
}

#overlay em {
    font-family: 'proxima-nova', sans-serif;
    font-style: normal;
    font-size: 2.2vw;
    line-height: 2.2vw
}



